[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. 7370 1726888120.88585: 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-Qcc 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 7370 1726888120.89045: Added group all to inventory 7370 1726888120.89047: Added group ungrouped to inventory 7370 1726888120.89051: Group all now contains ungrouped 7370 1726888120.89054: Examining possible inventory source: /tmp/tlog-N1k/inventory.yml 7370 1726888121.13511: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7370 1726888121.13576: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7370 1726888121.13598: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7370 1726888121.13778: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7370 1726888121.13972: Loaded config def from plugin (inventory/script) 7370 1726888121.13974: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7370 1726888121.14018: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7370 1726888121.14227: Loaded config def from plugin (inventory/yaml) 7370 1726888121.14229: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7370 1726888121.14437: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7370 1726888121.15337: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7370 1726888121.15341: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7370 1726888121.15344: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7370 1726888121.15464: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7370 1726888121.15470: Loading data from /tmp/tlog-N1k/inventory.yml 7370 1726888121.15546: /tmp/tlog-N1k/inventory.yml was not parsable by auto 7370 1726888121.15731: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7370 1726888121.15770: Loading data from /tmp/tlog-N1k/inventory.yml 7370 1726888121.15972: group all already in inventory 7370 1726888121.15979: set inventory_file for managed_node1 7370 1726888121.15984: set inventory_dir for managed_node1 7370 1726888121.15985: Added host managed_node1 to inventory 7370 1726888121.15987: Added host managed_node1 to group all 7370 1726888121.15988: set ansible_host for managed_node1 7370 1726888121.15989: set ansible_ssh_extra_args for managed_node1 7370 1726888121.15992: set inventory_file for managed_node2 7370 1726888121.15995: set inventory_dir for managed_node2 7370 1726888121.15996: Added host managed_node2 to inventory 7370 1726888121.15997: Added host managed_node2 to group all 7370 1726888121.15998: set ansible_host for managed_node2 7370 1726888121.15999: set ansible_ssh_extra_args for managed_node2 7370 1726888121.16002: set inventory_file for managed_node3 7370 1726888121.16121: set inventory_dir for managed_node3 7370 1726888121.16122: Added host managed_node3 to inventory 7370 1726888121.16124: Added host managed_node3 to group all 7370 1726888121.16127: set ansible_host for managed_node3 7370 1726888121.16128: set ansible_ssh_extra_args for managed_node3 7370 1726888121.16131: Reconcile groups and hosts in inventory. 7370 1726888121.16135: Group ungrouped now contains managed_node1 7370 1726888121.16137: Group ungrouped now contains managed_node2 7370 1726888121.16138: Group ungrouped now contains managed_node3 7370 1726888121.16219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7370 1726888121.16580: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7370 1726888121.16634: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7370 1726888121.16776: Loaded config def from plugin (vars/host_group_vars) 7370 1726888121.16779: 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) 7370 1726888121.16786: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7370 1726888121.16794: 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) 7370 1726888121.16841: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7370 1726888121.17533: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888121.17744: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7370 1726888121.17899: Loaded config def from plugin (connection/local) 7370 1726888121.17902: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7370 1726888121.19216: Loaded config def from plugin (connection/paramiko_ssh) 7370 1726888121.19220: 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) 7370 1726888121.20796: 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) 7370 1726888121.20854: Loaded config def from plugin (connection/psrp) 7370 1726888121.20857: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7370 1726888121.22975: 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) 7370 1726888121.23019: Loaded config def from plugin (connection/ssh) 7370 1726888121.23022: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7370 1726888121.27146: 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) 7370 1726888121.27187: Loaded config def from plugin (connection/winrm) 7370 1726888121.27190: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7370 1726888121.27341: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7370 1726888121.27405: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7370 1726888121.27592: Loaded config def from plugin (shell/cmd) 7370 1726888121.27594: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7370 1726888121.27627: 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) 7370 1726888121.27809: Loaded config def from plugin (shell/powershell) 7370 1726888121.27811: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7370 1726888121.27870: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7370 1726888121.28291: Loaded config def from plugin (shell/sh) 7370 1726888121.28294: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7370 1726888121.28448: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7370 1726888121.28943: Loaded config def from plugin (become/runas) 7370 1726888121.28946: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7370 1726888121.29372: Loaded config def from plugin (become/su) 7370 1726888121.29374: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7370 1726888121.29769: Loaded config def from plugin (become/sudo) 7370 1726888121.29772: 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 7370 1726888121.29805: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml 7370 1726888121.30798: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7370 1726888121.37005: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7370 1726888121.37058: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7370 1726888121.38195: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7370 1726888121.38210: 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 7370 1726888121.38442: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7370 1726888121.38605: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7370 1726888121.38608: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 7370 1726888121.38642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7370 1726888121.38667: 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) 7370 1726888121.39539: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7370 1726888121.39601: Loaded config def from plugin (callback/default) 7370 1726888121.39604: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7370 1726888121.41427: Loaded config def from plugin (callback/junit) 7370 1726888121.41429: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7370 1726888121.41475: 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) 7370 1726888121.41543: Loaded config def from plugin (callback/minimal) 7370 1726888121.41546: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7370 1726888121.41583: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7370 1726888121.42345: Loaded config def from plugin (callback/tree) 7370 1726888121.42348: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 7370 1726888121.42476: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7370 1726888121.42479: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default_wrapper.yml ******************************************** 1 plays in /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml 7370 1726888121.42506: in VariableManager get_vars() 7370 1726888121.42529: done with get_vars() 7370 1726888121.42535: in VariableManager get_vars() 7370 1726888121.42547: done with get_vars() 7370 1726888121.42551: variable 'omit' from source: magic vars 7370 1726888121.42589: in VariableManager get_vars() 7370 1726888121.42601: done with get_vars() 7370 1726888121.42625: variable 'omit' from source: magic vars PLAY [Run tests_default.yml in check_mode] ************************************* 7370 1726888121.43862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7370 1726888121.43937: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7370 1726888121.44442: getting the remaining hosts for this loop 7370 1726888121.44444: done getting the remaining hosts for this loop 7370 1726888121.44447: getting the next task for host managed_node2 7370 1726888121.44450: done getting next task for host managed_node2 7370 1726888121.44452: ^ task is: TASK: Gathering Facts 7370 1726888121.44454: ^ 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 7370 1726888121.44461: getting variables 7370 1726888121.44462: in VariableManager get_vars() 7370 1726888121.44471: Calling all_inventory to load vars for managed_node2 7370 1726888121.44474: Calling groups_inventory to load vars for managed_node2 7370 1726888121.44476: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888121.44489: Calling all_plugins_play to load vars for managed_node2 7370 1726888121.44500: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888121.44504: Calling groups_plugins_play to load vars for managed_node2 7370 1726888121.44540: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888121.44592: done with get_vars() 7370 1726888121.44599: done getting variables 7370 1726888121.44667: 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-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:2 Friday 20 September 2024 23:08:41 -0400 (0:00:00.022) 0:00:00.022 ****** 7370 1726888121.44687: entering _queue_task() for managed_node2/gather_facts 7370 1726888121.44689: Creating lock for gather_facts 7370 1726888121.45007: worker is 1 (out of 1 available) 7370 1726888121.45016: exiting _queue_task() for managed_node2/gather_facts 7370 1726888121.45032: done queuing things up, now waiting for results queue to drain 7370 1726888121.45033: waiting for pending results... 7370 1726888121.45747: running TaskExecutor() for managed_node2/TASK: Gathering Facts 7370 1726888121.46026: in run() - task 0ed44806-2f0b-c1a4-7e85-00000000000d 7370 1726888121.46045: variable 'ansible_search_path' from source: unknown 7370 1726888121.46088: calling self._execute() 7370 1726888121.46152: variable 'ansible_host' from source: host vars for 'managed_node2' 7370 1726888121.46308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7370 1726888121.46328: variable 'omit' from source: magic vars 7370 1726888121.46541: variable 'omit' from source: magic vars 7370 1726888121.46570: variable 'omit' from source: magic vars 7370 1726888121.46606: variable 'omit' from source: magic vars 7370 1726888121.46769: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7370 1726888121.46807: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7370 1726888121.46840: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7370 1726888121.46862: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7370 1726888121.46961: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7370 1726888121.46991: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7370 1726888121.47000: variable 'ansible_host' from source: host vars for 'managed_node2' 7370 1726888121.47006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7370 1726888121.47193: Set connection var ansible_shell_executable to /bin/sh 7370 1726888121.47281: Set connection var ansible_pipelining to False 7370 1726888121.47289: Set connection var ansible_connection to ssh 7370 1726888121.47298: Set connection var ansible_timeout to 10 7370 1726888121.47308: Set connection var ansible_module_compression to ZIP_DEFLATED 7370 1726888121.47329: Set connection var ansible_shell_type to sh 7370 1726888121.47356: variable 'ansible_shell_executable' from source: unknown 7370 1726888121.47386: variable 'ansible_connection' from source: unknown 7370 1726888121.47394: variable 'ansible_module_compression' from source: unknown 7370 1726888121.47494: variable 'ansible_shell_type' from source: unknown 7370 1726888121.47503: variable 'ansible_shell_executable' from source: unknown 7370 1726888121.47510: variable 'ansible_host' from source: host vars for 'managed_node2' 7370 1726888121.47520: variable 'ansible_pipelining' from source: unknown 7370 1726888121.47529: variable 'ansible_timeout' from source: unknown 7370 1726888121.47536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7370 1726888121.47690: 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) 7370 1726888121.47828: variable 'omit' from source: magic vars 7370 1726888121.47838: starting attempt loop 7370 1726888121.47844: running the handler 7370 1726888121.47939: variable 'ansible_facts' from source: unknown 7370 1726888121.47963: _low_level_execute_command(): starting 7370 1726888121.47975: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7370 1726888121.49805: 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 <<< 7370 1726888121.49809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888121.49844: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888121.49849: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888121.49853: 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.42.160 originally 10.31.42.160 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888121.50033: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7370 1726888121.50097: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7370 1726888121.50105: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888121.50197: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7370 1726888121.51797: stdout chunk (state=3): >>>/root <<< 7370 1726888121.51900: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888121.51983: stderr chunk (state=3): >>><<< 7370 1726888121.51986: stdout chunk (state=3): >>><<< 7370 1726888121.52028: _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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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 7370 1726888121.52031: _low_level_execute_command(): starting 7370 1726888121.52034: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888121.5200334-7393-89408699903868 `" && echo ansible-tmp-1726888121.5200334-7393-89408699903868="` echo /root/.ansible/tmp/ansible-tmp-1726888121.5200334-7393-89408699903868 `" ) && sleep 0' 7370 1726888121.53584: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888121.53588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888121.53631: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888121.53634: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888121.53646: 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.42.160 originally 10.31.42.160 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888121.53816: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7370 1726888121.53824: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7370 1726888121.53827: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888121.53893: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7370 1726888121.55763: stdout chunk (state=3): >>>ansible-tmp-1726888121.5200334-7393-89408699903868=/root/.ansible/tmp/ansible-tmp-1726888121.5200334-7393-89408699903868 <<< 7370 1726888121.55875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888121.55942: stderr chunk (state=3): >>><<< 7370 1726888121.55946: stdout chunk (state=3): >>><<< 7370 1726888121.56028: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888121.5200334-7393-89408699903868=/root/.ansible/tmp/ansible-tmp-1726888121.5200334-7393-89408699903868 , 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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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 7370 1726888121.56032: variable 'ansible_module_compression' from source: unknown 7370 1726888121.56052: ANSIBALLZ: Using generic lock for ansible.legacy.setup 7370 1726888121.56055: ANSIBALLZ: Acquiring lock 7370 1726888121.56058: ANSIBALLZ: Lock acquired: 140546141185392 7370 1726888121.56062: ANSIBALLZ: Creating module 7370 1726888122.16734: ANSIBALLZ: Writing module into payload 7370 1726888122.16915: ANSIBALLZ: Writing module 7370 1726888122.16956: ANSIBALLZ: Renaming module 7370 1726888122.16967: ANSIBALLZ: Done creating module 7370 1726888122.17005: variable 'ansible_facts' from source: unknown 7370 1726888122.17014: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7370 1726888122.17029: _low_level_execute_command(): starting 7370 1726888122.17038: _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' 7370 1726888122.17718: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7370 1726888122.17741: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888122.17756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888122.17772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888122.17820: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888122.17835: stderr chunk (state=3): >>>debug2: match not found <<< 7370 1726888122.17850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888122.17868: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7370 1726888122.17881: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7370 1726888122.17893: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7370 1726888122.17906: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888122.17926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888122.17945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888122.17957: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888122.17967: stderr chunk (state=3): >>>debug2: match found <<< 7370 1726888122.17979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888122.18064: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7370 1726888122.18086: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7370 1726888122.18101: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888122.18191: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7370 1726888122.19815: stdout chunk (state=3): >>>PLATFORM <<< 7370 1726888122.19914: stdout chunk (state=3): >>>Linux <<< 7370 1726888122.19929: stdout chunk (state=3): >>>FOUND /usr/bin/python3.9 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 7370 1726888122.20146: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888122.20150: stdout chunk (state=3): >>><<< 7370 1726888122.20152: stderr chunk (state=3): >>><<< 7370 1726888122.20281: _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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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 7370 1726888122.20287 [managed_node2]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 7370 1726888122.20292: _low_level_execute_command(): starting 7370 1726888122.20295: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' 7370 1726888122.20683: Sending initial data 7370 1726888122.20686: Sent initial data (1181 bytes) 7370 1726888122.21797: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888122.21806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888122.21959: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug2: match not found <<< 7370 1726888122.21962: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888122.21964: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888122.21966: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888122.21968: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888122.22028: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7370 1726888122.22068: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7370 1726888122.22074: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888122.22134: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7370 1726888122.25943: 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"} <<< 7370 1726888122.26319: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888122.26671: stderr chunk (state=3): >>><<< 7370 1726888122.26674: stdout chunk (state=3): >>><<< 7370 1726888122.26677: _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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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 7370 1726888122.26679: variable 'ansible_facts' from source: unknown 7370 1726888122.26681: variable 'ansible_facts' from source: unknown 7370 1726888122.26683: variable 'ansible_module_compression' from source: unknown 7370 1726888122.26685: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-73702fh7j6db/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 7370 1726888122.26687: variable 'ansible_facts' from source: unknown 7370 1726888122.26843: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888121.5200334-7393-89408699903868/AnsiballZ_setup.py 7370 1726888122.27511: Sending initial data 7370 1726888122.27515: Sent initial data (151 bytes) 7370 1726888122.29702: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7370 1726888122.29724: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888122.29742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888122.29774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888122.29910: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888122.29927: stderr chunk (state=3): >>>debug2: match not found <<< 7370 1726888122.29944: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888122.29962: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7370 1726888122.29979: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7370 1726888122.29992: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7370 1726888122.30004: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888122.30018: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888122.30038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888122.30050: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888122.30061: stderr chunk (state=3): >>>debug2: match found <<< 7370 1726888122.30074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888122.30156: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7370 1726888122.30329: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7370 1726888122.30352: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888122.30441: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7370 1726888122.32308: 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 <<< 7370 1726888122.32357: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7370 1726888122.32412: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-73702fh7j6db/tmpxvex5odb /root/.ansible/tmp/ansible-tmp-1726888121.5200334-7393-89408699903868/AnsiballZ_setup.py <<< 7370 1726888122.32462: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7370 1726888122.35684: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888122.35817: stderr chunk (state=3): >>><<< 7370 1726888122.35820: stdout chunk (state=3): >>><<< 7370 1726888122.35825: done transferring module to remote 7370 1726888122.35827: _low_level_execute_command(): starting 7370 1726888122.35829: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888121.5200334-7393-89408699903868/ /root/.ansible/tmp/ansible-tmp-1726888121.5200334-7393-89408699903868/AnsiballZ_setup.py && sleep 0' 7370 1726888122.37226: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7370 1726888122.37341: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888122.37358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888122.37378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888122.37420: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888122.37442: stderr chunk (state=3): >>>debug2: match not found <<< 7370 1726888122.37460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888122.37479: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7370 1726888122.37491: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7370 1726888122.37503: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7370 1726888122.37514: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888122.37534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888122.37563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888122.37576: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888122.37638: stderr chunk (state=3): >>>debug2: match found <<< 7370 1726888122.37654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888122.37736: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7370 1726888122.37785: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7370 1726888122.37799: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888122.37999: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7370 1726888122.39817: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888122.39834: stdout chunk (state=3): >>><<< 7370 1726888122.39841: stderr chunk (state=3): >>><<< 7370 1726888122.39865: _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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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 7370 1726888122.39868: _low_level_execute_command(): starting 7370 1726888122.39873: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888121.5200334-7393-89408699903868/AnsiballZ_setup.py && sleep 0' 7370 1726888122.40565: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7370 1726888122.40574: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888122.40584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888122.40597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888122.40645: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888122.40655: stderr chunk (state=3): >>>debug2: match not found <<< 7370 1726888122.40665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888122.40679: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7370 1726888122.40687: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7370 1726888122.40693: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7370 1726888122.40702: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888122.40712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888122.40732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888122.40742: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888122.40758: stderr chunk (state=3): >>>debug2: match found <<< 7370 1726888122.40772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888122.40848: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7370 1726888122.40875: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7370 1726888122.40891: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888122.40979: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7370 1726888122.43648: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7370 1726888122.43677: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7370 1726888122.43737: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7370 1726888122.43815: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 7370 1726888122.43944: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 7370 1726888122.43948: stdout chunk (state=3): >>># 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 <<< 7370 1726888122.43959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7370 1726888122.43983: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726d5edc0> <<< 7370 1726888122.44052: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7370 1726888122.44108: 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 0x7f9726d033a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726d5eb20> <<< 7370 1726888122.44112: 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 0x7f9726d5eac0> import '_signal' # <<< 7370 1726888122.44148: 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' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726d03490> <<< 7370 1726888122.44236: 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 # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # <<< 7370 1726888122.44241: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726d03940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726d03670> <<< 7370 1726888122.44294: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7370 1726888122.44298: stdout chunk (state=3): >>># 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 <<< 7370 1726888122.44358: 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 # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7370 1726888122.44378: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726cba190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7370 1726888122.44407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7370 1726888122.44475: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726cba220> <<< 7370 1726888122.44503: 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' <<< 7370 1726888122.44540: 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 0x7f9726cdd850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726cba940> <<< 7370 1726888122.44601: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726d1b880> <<< 7370 1726888122.44606: 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 0x7f9726cb3d90> <<< 7370 1726888122.44664: 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' <<< 7370 1726888122.44667: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726cddd90> <<< 7370 1726888122.44730: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726d03970> <<< 7370 1726888122.44746: 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. <<< 7370 1726888122.45080: 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' <<< 7370 1726888122.45143: 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 <<< 7370 1726888122.45169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7370 1726888122.45199: 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' <<< 7370 1726888122.45202: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c59eb0> <<< 7370 1726888122.45250: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c5cf40> <<< 7370 1726888122.45270: 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' <<< 7370 1726888122.45315: stdout chunk (state=3): >>>import '_sre' # <<< 7370 1726888122.45319: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7370 1726888122.45348: 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' <<< 7370 1726888122.45366: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c52610> <<< 7370 1726888122.45395: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c58640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c59370> <<< 7370 1726888122.45419: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7370 1726888122.45489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7370 1726888122.45522: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7370 1726888122.45559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7370 1726888122.45563: 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' <<< 7370 1726888122.45606: 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 0x7f97268cfdc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268cf8b0> <<< 7370 1726888122.45631: stdout chunk (state=3): >>>import 'itertools' # <<< 7370 1726888122.45653: 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 0x7f97268cfeb0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7370 1726888122.45686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7370 1726888122.45711: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268cff70> <<< 7370 1726888122.45741: 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 0x7f97268cfe80> <<< 7370 1726888122.45755: stdout chunk (state=3): >>>import '_collections' # <<< 7370 1726888122.45792: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97269eed30> <<< 7370 1726888122.45808: stdout chunk (state=3): >>>import '_functools' # <<< 7370 1726888122.45819: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97269e7610> <<< 7370 1726888122.45888: 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 0x7f97269fb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c60e20> <<< 7370 1726888122.45908: 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' <<< 7370 1726888122.45936: 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 0x7f97268e1c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97269ee250> <<< 7370 1726888122.45998: 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 0x7f97269fb280> <<< 7370 1726888122.46011: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c669d0> # /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' <<< 7370 1726888122.46043: 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' <<< 7370 1726888122.46078: 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' <<< 7370 1726888122.46109: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e1fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e1d90> <<< 7370 1726888122.46135: 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 0x7f97268e1d00> # /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' <<< 7370 1726888122.46159: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7370 1726888122.46181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7370 1726888122.46197: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7370 1726888122.46238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7370 1726888122.46268: 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' <<< 7370 1726888122.46293: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268b4370> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7370 1726888122.46310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7370 1726888122.46330: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268b4460> <<< 7370 1726888122.46446: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e9fa0> <<< 7370 1726888122.46489: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e3a30> <<< 7370 1726888122.46523: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e3490> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7370 1726888122.46544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7370 1726888122.46565: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7370 1726888122.46589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7370 1726888122.46608: 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 0x7f97268021c0> <<< 7370 1726888122.46645: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972689fc70> <<< 7370 1726888122.46691: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e3eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c66040> <<< 7370 1726888122.46709: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7370 1726888122.46768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7370 1726888122.46780: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726814af0> import 'errno' # <<< 7370 1726888122.46817: 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 0x7f9726814e20> <<< 7370 1726888122.46854: 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' <<< 7370 1726888122.46877: 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 0x7f9726826730> <<< 7370 1726888122.46897: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7370 1726888122.46928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7370 1726888122.46958: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726826c70> <<< 7370 1726888122.46993: 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 0x7f97267bf3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726814f10> <<< 7370 1726888122.47019: 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' <<< 7370 1726888122.47088: 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 0x7f97267cf280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268265b0> import 'pwd' # <<< 7370 1726888122.47117: 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 0x7f97267cf340> <<< 7370 1726888122.47153: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e19d0> <<< 7370 1726888122.47183: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7370 1726888122.47214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7370 1726888122.47227: 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' <<< 7370 1726888122.47254: 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 0x7f97267eb6a0> <<< 7370 1726888122.47277: 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' <<< 7370 1726888122.47364: 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 0x7f97267eb970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97267eb760> # 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 0x7f97267eb850> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7370 1726888122.47375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7370 1726888122.47558: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7370 1726888122.47586: 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 0x7f97267ebca0> <<< 7370 1726888122.47607: 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 0x7f97267f71f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97267eb8e0> <<< 7370 1726888122.47630: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97267dea30> <<< 7370 1726888122.47654: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e15b0> <<< 7370 1726888122.47664: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7370 1726888122.47712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7370 1726888122.47755: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97267eba90> <<< 7370 1726888122.47887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7370 1726888122.47909: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f97261e7670> <<< 7370 1726888122.48204: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 7370 1726888122.48314: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.48343: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7370 1726888122.48364: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py <<< 7370 1726888122.48376: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.49575: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.50504: 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 0x7f972607b7f0> <<< 7370 1726888122.50535: 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' <<< 7370 1726888122.50554: 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' <<< 7370 1726888122.50597: 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' <<< 7370 1726888122.50614: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7370 1726888122.50617: stdout chunk (state=3): >>># 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 0x7f972610c760> <<< 7370 1726888122.50637: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972610c640> <<< 7370 1726888122.50695: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972610c370> <<< 7370 1726888122.50700: 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' <<< 7370 1726888122.50740: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972610c490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972610c190> import 'atexit' # <<< 7370 1726888122.50783: 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 0x7f972610c400> <<< 7370 1726888122.50810: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7370 1726888122.50825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7370 1726888122.50862: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972610c7c0> <<< 7370 1726888122.50882: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7370 1726888122.50910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7370 1726888122.50930: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7370 1726888122.50955: 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' <<< 7370 1726888122.51043: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97260ec7c0> <<< 7370 1726888122.51077: 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 0x7f97260ecb50> <<< 7370 1726888122.51114: 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 0x7f97260ec9a0> <<< 7370 1726888122.51138: 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' <<< 7370 1726888122.51185: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725ffe4f0> <<< 7370 1726888122.51188: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726105d30> <<< 7370 1726888122.51362: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972610c520> <<< 7370 1726888122.51390: 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' <<< 7370 1726888122.51406: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726105190> <<< 7370 1726888122.51419: 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' <<< 7370 1726888122.51451: 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' <<< 7370 1726888122.51505: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7370 1726888122.51509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7370 1726888122.51524: 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 0x7f9726134a90> <<< 7370 1726888122.51596: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97260d9190> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97260d9790> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726004d00> <<< 7370 1726888122.51629: 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 0x7f97260d96a0> <<< 7370 1726888122.51654: 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 0x7f972615ad30> <<< 7370 1726888122.51685: 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 <<< 7370 1726888122.51689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7370 1726888122.51714: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7370 1726888122.51742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7370 1726888122.51838: 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 0x7f972605c9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726165e50> <<< 7370 1726888122.51855: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7370 1726888122.51858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7370 1726888122.51902: 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 0x7f972606c0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726165e20> <<< 7370 1726888122.51930: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7370 1726888122.51975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7370 1726888122.51997: 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' # <<< 7370 1726888122.52057: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972616c220> <<< 7370 1726888122.52182: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972606c100> <<< 7370 1726888122.52277: 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 0x7f9726130b80> <<< 7370 1726888122.52334: 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' <<< 7370 1726888122.52339: 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 0x7f9726165ac0> <<< 7370 1726888122.52351: 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 0x7f9726165d00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97261e7820> <<< 7370 1726888122.52399: 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' <<< 7370 1726888122.52415: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7370 1726888122.52418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7370 1726888122.52456: 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 0x7f97260680d0> <<< 7370 1726888122.52650: 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 0x7f972605e370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726068d00> <<< 7370 1726888122.52708: 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 0x7f97260686a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726069130> <<< 7370 1726888122.52711: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.52736: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7370 1726888122.52806: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.52893: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py <<< 7370 1726888122.52930: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7370 1726888122.52950: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7370 1726888122.52952: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.53036: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.53136: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.53593: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.54078: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7370 1726888122.54101: 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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py <<< 7370 1726888122.54104: 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' <<< 7370 1726888122.54156: 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 0x7f97260a48b0> <<< 7370 1726888122.54232: 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 0x7f97260a9910> <<< 7370 1726888122.54246: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c266a0> <<< 7370 1726888122.54302: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7370 1726888122.54339: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.54342: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7370 1726888122.54459: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.54588: 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' <<< 7370 1726888122.54632: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97260eb7f0> <<< 7370 1726888122.54635: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.55009: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.55380: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.55431: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.55499: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7370 1726888122.55535: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.55576: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7370 1726888122.55633: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.55716: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 7370 1726888122.55742: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7370 1726888122.55772: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.55816: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7370 1726888122.55820: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.56002: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.56187: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7370 1726888122.56220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7370 1726888122.56299: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c2bd90> # zipimport: zlib available <<< 7370 1726888122.56364: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.56451: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py <<< 7370 1726888122.56455: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7370 1726888122.56466: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.56504: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.56545: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py <<< 7370 1726888122.56548: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.56574: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.56621: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.56706: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.56768: 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 <<< 7370 1726888122.56787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7370 1726888122.56862: 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 0x7f97260980a0> <<< 7370 1726888122.56960: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725bf3070> <<< 7370 1726888122.56999: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7370 1726888122.57060: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57110: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57133: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57179: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7370 1726888122.57198: 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 <<< 7370 1726888122.57255: 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 <<< 7370 1726888122.57362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7370 1726888122.57365: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97260a0160> <<< 7370 1726888122.57405: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972609dcd0> <<< 7370 1726888122.57457: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c2bbb0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7370 1726888122.57489: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57523: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py <<< 7370 1726888122.57601: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py <<< 7370 1726888122.57630: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py <<< 7370 1726888122.57633: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57679: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57759: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57762: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57773: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57806: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57839: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57872: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57914: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py <<< 7370 1726888122.57917: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.57975: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.58046: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.58061: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.58090: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available <<< 7370 1726888122.58239: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.58376: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.58410: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.58451: 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' <<< 7370 1726888122.58480: stdout chunk (state=3): >>># /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' <<< 7370 1726888122.58507: 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' <<< 7370 1726888122.58560: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97259a1a60> <<< 7370 1726888122.58578: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py <<< 7370 1726888122.58592: stdout chunk (state=3): >>># 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 <<< 7370 1726888122.58642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7370 1726888122.58664: 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' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c066d0> <<< 7370 1726888122.58705: 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 0x7f9725c06af0> <<< 7370 1726888122.58783: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725bec250> <<< 7370 1726888122.58801: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725beca30> <<< 7370 1726888122.58825: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c3b460> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c3b910> <<< 7370 1726888122.58866: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7370 1726888122.58875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc' <<< 7370 1726888122.58909: 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' <<< 7370 1726888122.58930: 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 0x7f9725c38d00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c38d60> <<< 7370 1726888122.58959: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py <<< 7370 1726888122.58971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc' <<< 7370 1726888122.59006: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c38250> <<< 7370 1726888122.59037: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py <<< 7370 1726888122.59041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7370 1726888122.59054: 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 0x7f9725a09f70> <<< 7370 1726888122.59135: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c504c0> <<< 7370 1726888122.59148: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c3b310> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py <<< 7370 1726888122.59176: 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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py <<< 7370 1726888122.59179: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59235: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59285: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py <<< 7370 1726888122.59289: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59330: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59384: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available <<< 7370 1726888122.59407: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py <<< 7370 1726888122.59428: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59446: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59476: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available <<< 7370 1726888122.59522: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59580: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py <<< 7370 1726888122.59583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59604: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59646: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available <<< 7370 1726888122.59710: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59754: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59809: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.59868: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py <<< 7370 1726888122.59872: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.60268: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.60638: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available <<< 7370 1726888122.60688: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.60734: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.60790: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.60805: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available <<< 7370 1726888122.60843: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.60876: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py <<< 7370 1726888122.60879: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.60914: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.60971: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py <<< 7370 1726888122.60991: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.61028: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.61047: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py <<< 7370 1726888122.61065: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.61083: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.61098: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available <<< 7370 1726888122.61159: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.61247: 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' <<< 7370 1726888122.61261: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725923ca0> <<< 7370 1726888122.61283: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7370 1726888122.61303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7370 1726888122.61469: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725923fd0> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available <<< 7370 1726888122.61529: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.61585: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py # zipimport: zlib available <<< 7370 1726888122.61675: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.61757: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py <<< 7370 1726888122.61760: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.61808: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.61880: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available <<< 7370 1726888122.61924: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.61961: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7370 1726888122.61988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7370 1726888122.62136: 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 0x7f9725916b20> <<< 7370 1726888122.62386: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97259644f0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py <<< 7370 1726888122.62390: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.62444: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.62493: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py <<< 7370 1726888122.62497: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.62566: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.62638: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.62730: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.62879: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py <<< 7370 1726888122.62882: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.62907: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.62949: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py # zipimport: zlib available <<< 7370 1726888122.62995: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.63039: 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' <<< 7370 1726888122.63133: 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 0x7f9725893190> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97258932e0> <<< 7370 1726888122.63136: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available <<< 7370 1726888122.63180: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7370 1726888122.63223: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py <<< 7370 1726888122.63227: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.63360: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.63501: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py <<< 7370 1726888122.63504: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.63573: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.63657: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.63687: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.63734: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py <<< 7370 1726888122.63750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.63837: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.63858: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.63975: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.64105: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py <<< 7370 1726888122.64108: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.64205: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.64312: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py # zipimport: zlib available <<< 7370 1726888122.64348: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.64376: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.64828: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.65257: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py <<< 7370 1726888122.65260: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.65346: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.65448: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py <<< 7370 1726888122.65452: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.65527: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.65612: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available <<< 7370 1726888122.65745: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.65891: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py <<< 7370 1726888122.65918: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7370 1726888122.65922: stdout chunk (state=3): >>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available <<< 7370 1726888122.65955: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66004: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py <<< 7370 1726888122.66008: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66082: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66166: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66338: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66510: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py <<< 7370 1726888122.66526: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66547: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66587: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available <<< 7370 1726888122.66622: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66652: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py <<< 7370 1726888122.66655: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66704: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66766: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available <<< 7370 1726888122.66801: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66831: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py <<< 7370 1726888122.66835: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66874: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.66930: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available <<< 7370 1726888122.66984: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67045: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py <<< 7370 1726888122.67049: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67255: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67476: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available <<< 7370 1726888122.67536: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67593: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py <<< 7370 1726888122.67596: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67621: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67662: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py <<< 7370 1726888122.67665: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67691: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67734: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py <<< 7370 1726888122.67737: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67758: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67798: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py <<< 7370 1726888122.67801: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67868: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.67955: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py <<< 7370 1726888122.67967: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7370 1726888122.67984: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available <<< 7370 1726888122.68021: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68073: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py <<< 7370 1726888122.68076: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68109: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68144: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68190: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68247: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68320: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py <<< 7370 1726888122.68334: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available <<< 7370 1726888122.68376: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68431: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py <<< 7370 1726888122.68434: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68588: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68753: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available <<< 7370 1726888122.68801: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68853: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py <<< 7370 1726888122.68857: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68889: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.68937: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available <<< 7370 1726888122.69010: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.69092: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py <<< 7370 1726888122.69098: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.69176: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.69248: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py <<< 7370 1726888122.69329: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888122.69528: 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' <<< 7370 1726888122.69548: 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' <<< 7370 1726888122.69599: 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 0x7f97257137c0> <<< 7370 1726888122.69602: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725713f40> <<< 7370 1726888122.69650: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97256dacd0> <<< 7370 1726888122.71986: stdout chunk (state=3): >>>import 'gc' # <<< 7370 1726888122.80983: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/queues.py <<< 7370 1726888122.81003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725713be0> <<< 7370 1726888122.81067: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/synchronize.py <<< 7370 1726888122.81108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc' <<< 7370 1726888122.81127: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725890880> <<< 7370 1726888122.81305: 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' <<< 7370 1726888122.81400: 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' <<< 7370 1726888122.81415: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97258ed940> <<< 7370 1726888122.81418: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725890910> <<< 7370 1726888122.81701: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame <<< 7370 1726888122.81705: 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 <<< 7370 1726888123.07830: stdout chunk (state=3): >>> <<< 7370 1726888123.07887: stdout chunk (state=3): >>>{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJjDpsY5BRt53obGZ1c2aoomMQRtoLiyRbzMh3prNRGzFKQDP6alpERPblLjE8jujHXU5dMlU4DItQ21l9R5eUJp2G2QjffgcGm+E0OQCSBi+0LVhr3Ysd1/Wd+bNBc01B25nRfSH4wTeBVwQZk3R+dWLHnHa/O8mvduJYjzVPbbAAAAFQC1gI3zLBWh8YUNsiBHAwpnGGwQcwAAAIAwMbCZClxzAH5KbfcOAVBixbb93aVILy0qYEyllQ0mykvA6aR8xL6OWP/z0Gh2b66fUr82+jfMzq+v2kcbf9byuAJcmpAW3ROB+WmD9PjR1V8ySb3g7MPJVN8CZS3Y4NYOPsFucDwsBpjdqSfrcEeZ5yGe4iVL5ls+E2PFxX30rgAAAIA4qP5sEbD83LTgdB+gRSMW5l9tMEGvn+4RZPO2BWd4Bd3x/EX/XQOsmtZ7Lk76vp0rT8MNz1hsry94AR7yZYGm5z5aJQoNV2cfMoyTiT7mEfLs4BORfmNi8A4Prcwi7lkoewy8RqPXzlVpfPMOGfJyoN3DYVAxuNYRAXGy22uyhQ==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDN+NMbdAr3NDpmQ8ndAy4WQq1+sLxl+zbQRZ/vn81wpUq1XAtAm2E1T7mJExqMBK+C2ufzGGRY76NCuMRMlGaXXNm2haXzQZOzh2blDkipxbbZycOK0rzzN/Kt//m+mLwBApC9ZTgpXtBtlKhHZYpuTP2qJtqAN2A3Wmr3EV5GGCS5I3IGyf6qdMlXK7shYVlRHnmNoXZL6inOjCa8I/GQrEYXOtzKZzeIHqB2kt8hRbwM+hnsfZIm2NtajvKuc/nf3Jfiwl7SyPm7nYP7PFkQ+HoJgXx/Bq/F+FbDNc2g95R41F0BC0Dl4MV67qKXDPtXUk881taklZI0b86HjZBJ6rd07kahWgn2MEKE0uFHSxvgZwlGZQ4WkXSwAve26PFI5dyLdqgnqosoaUox07OmrmAmI4d5ANNKjsMVatQ/CVuqSjfskYDEsjU1UureyYyIcSOeqC2iLSgN+YVNG43nnbQxPIbbx9nYcezQ1q8qyAfnWTAPRU8GzebSz3h7lps=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKPGLJ5RUoieFxW/I36LUwC2O0C2vRC/ISRCo7XosRgSLmqsIFVqvuGOxV+d+929LTJPlIBo21dbopJaBU+c5P8=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG7r8XHw8QE3eacVMEQuOJG4UZcqzBdy2RCxHYXKPeG8", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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-42-160.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-42-160", "ansible_nodename": "ip-10-31-42-160.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": "236ffa70dc9140a5b014a2f31a1fac16", "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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "08", "second": "42", "epoch": "1726888122", "epoch_int": "1726888122", "date": "2024-09-20", "time": "23:08:42", "iso8601_micro": "2024-09-21T03:08:42.706439Z", "iso8601": "2024-09-21T03:08:42Z", "iso8601_basic": "20240920T230842706439", "iso8601_basic_short": "20240920T230842", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_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_python": {"version": {"major": 3, "minor": 9, "micro": 19, "r<<< 7370 1726888123.07968: stdout chunk (state=3): >>>eleaselevel": "final", "serial": 0}, "version_info": [3, 9, 19, "final", 0], "executable": "/usr/bin/python3.9", "has_sslcontext": true, "type": "cpython"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_iscsi_iqn": "", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:ef4e1c39-6f50-438a-87e7-12fb70b80bde", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fibre_channel_wwn": [], "ansible_fips": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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": 2753, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3532, "used": 779, "free": 2753}, "nocache": {"free": 3291, "used": 241}, "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": "ec29156b-4753-3e07-5275-96b9ddb77b6e", "ansible_product_uuid": "ec29156b-4753-3e07-5275-96b9ddb77b6e", "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": 270, "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": 264144998400, "block_size": 4096, "block_total": 65519355, "block_available": 64488525, "block_used": 1030830, "inode_total": 131071472, "inode_available": 130998310, "inode_used": 73162, "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013"}], "ansible_local": {}, "ansible_loadavg": {"1m": 0.79, "5m": 0.34, "15m": 0.14}, "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_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.43.207 60730 10.31.42.160 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.43.207 60730 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_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:4b:c4:0b:d7:eb", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.160", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c4b:c4ff:fe0b:d7eb", "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_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 [fix<<< 7370 1726888123.07977: stdout chunk (state=3): >>>ed]", "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_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.160", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:4b:c4:0b:d7:eb", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.160"], "ansible_all_ipv6_addresses": ["fe80::c4b:c4ff:fe0b:d7eb"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.160", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c4b:c4ff:fe0b:d7eb"]}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 7370 1726888123.08852: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 7370 1726888123.09247: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 7370 1726888123.09665: stdout chunk (state=3): >>># 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 <<< 7370 1726888123.09687: stdout chunk (state=3): >>># 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<<< 7370 1726888123.09735: stdout chunk (state=3): >>> # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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<<< 7370 1726888123.09778: stdout chunk (state=3): >>> # 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 <<< 7370 1726888123.09795: stdout chunk (state=3): >>># 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<<< 7370 1726888123.09861: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing 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<<< 7370 1726888123.09866: 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<<< 7370 1726888123.09925: stdout chunk (state=3): >>> # 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<<< 7370 1726888123.09976: stdout chunk (state=3): >>> # 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<<< 7370 1726888123.10030: stdout chunk (state=3): >>> # 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<<< 7370 1726888123.10062: stdout chunk (state=3): >>> # 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<<< 7370 1726888123.10094: stdout chunk (state=3): >>> # 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<<< 7370 1726888123.10127: stdout chunk (state=3): >>> # 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<<< 7370 1726888123.10148: stdout chunk (state=3): >>> # 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<<< 7370 1726888123.10212: stdout chunk (state=3): >>> # 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<<< 7370 1726888123.10294: stdout chunk (state=3): >>> # 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 unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing gc # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 7370 1726888123.10753: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7370 1726888123.10756: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7370 1726888123.10806: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7370 1726888123.10882: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy bz2 # destroy lzma <<< 7370 1726888123.10885: stdout chunk (state=3): >>># 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 <<< 7370 1726888123.10917: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7370 1726888123.10975: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy logging # destroy argparse <<< 7370 1726888123.11047: stdout chunk (state=3): >>># 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 <<< 7370 1726888123.11078: stdout chunk (state=3): >>># destroy queue <<< 7370 1726888123.11115: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy shlex <<< 7370 1726888123.11153: stdout chunk (state=3): >>># destroy datetime # destroy base64 <<< 7370 1726888123.11166: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy json <<< 7370 1726888123.11232: stdout chunk (state=3): >>># 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 <<< 7370 1726888123.11286: stdout chunk (state=3): >>># destroy multiprocessing.dummy.connection <<< 7370 1726888123.11533: stdout chunk (state=3): >>># cleanup[3] wiping gc # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # 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 <<< 7370 1726888123.11597: 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 # 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 <<< 7370 1726888123.11659: stdout chunk (state=3): >>># destroy gc # destroy unicodedata # 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 <<< 7370 1726888123.11671: stdout chunk (state=3): >>># destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7370 1726888123.11886: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7370 1726888123.11970: stdout chunk (state=3): >>># 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 <<< 7370 1726888123.12001: 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 # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator <<< 7370 1726888123.12021: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7370 1726888123.12062: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7370 1726888123.12608: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7370 1726888123.12621: stdout chunk (state=3): >>><<< 7370 1726888123.12635: stderr chunk (state=3): >>><<< 7370 1726888123.12776: _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 0x7f9726d5edc0> # /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 0x7f9726d033a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726d5eb20> # /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 0x7f9726d5eac0> 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 0x7f9726d03490> # /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 0x7f9726d03940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726d03670> # /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 0x7f9726cba190> # /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 0x7f9726cba220> # /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 0x7f9726cdd850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726cba940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726d1b880> # /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 0x7f9726cb3d90> # /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 0x7f9726cddd90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726d03970> 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 0x7f9726c59eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c5cf40> # /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 0x7f9726c52610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c58640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c59370> # /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 0x7f97268cfdc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268cf8b0> 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 0x7f97268cfeb0> # /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 0x7f97268cff70> # /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 0x7f97268cfe80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97269eed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97269e7610> # /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 0x7f97269fb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c60e20> # /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 0x7f97268e1c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97269ee250> # 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 0x7f97269fb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c669d0> # /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 0x7f97268e1fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e1d90> # /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 0x7f97268e1d00> # /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 0x7f97268b4370> # /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 0x7f97268b4460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e9fa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e3a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e3490> # /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 0x7f97268021c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972689fc70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e3eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726c66040> # /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 0x7f9726814af0> 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 0x7f9726814e20> # /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 0x7f9726826730> # /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 0x7f9726826c70> # 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 0x7f97267bf3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726814f10> # /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 0x7f97267cf280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268265b0> 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 0x7f97267cf340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e19d0> # /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 0x7f97267eb6a0> # /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 0x7f97267eb970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97267eb760> # 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 0x7f97267eb850> # /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 0x7f97267ebca0> # 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 0x7f97267f71f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97267eb8e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97267dea30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97268e15b0> # /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 0x7f97267eba90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f97261e7670> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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 0x7f972607b7f0> # /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 0x7f972610c760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972610c640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972610c370> # /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 0x7f972610c490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972610c190> 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 0x7f972610c400> # /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 0x7f972610c7c0> # /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 0x7f97260ec7c0> # 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 0x7f97260ecb50> # 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 0x7f97260ec9a0> # /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 0x7f9725ffe4f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726105d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972610c520> # /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 0x7f9726105190> # /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 0x7f9726134a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97260d9190> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97260d9790> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726004d00> # 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 0x7f97260d96a0> # /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 0x7f972615ad30> # /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 0x7f972605c9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726165e50> # /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 0x7f972606c0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726165e20> # /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 0x7f972616c220> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972606c100> # 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 0x7f9726130b80> # 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 0x7f9726165ac0> # 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 0x7f9726165d00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97261e7820> # /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 0x7f97260680d0> # 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 0x7f972605e370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726068d00> # 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 0x7f97260686a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9726069130> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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 0x7f97260a48b0> # /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 0x7f97260a9910> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c266a0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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 0x7f97260eb7f0> # 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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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 0x7f9725c2bd90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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 0x7f97260980a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725bf3070> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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 0x7f97260a0160> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f972609dcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c2bbb0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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 0x7f97259a1a60> # /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 0x7f9725c066d0> # 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 0x7f9725c06af0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725bec250> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725beca30> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c3b460> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c3b910> # /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 0x7f9725c38d00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c38d60> # /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 0x7f9725c38250> # /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 0x7f9725a09f70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c504c0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725c3b310> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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 0x7f9725923ca0> # /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 0x7f9725923fd0> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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 0x7f9725916b20> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97259644f0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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 0x7f9725893190> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97258932e0> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/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_k6vfo8bp/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available # /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 0x7f97257137c0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725713f40> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97256dacd0> import 'gc' # # /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 0x7f9725713be0> # /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 0x7f9725890880> # /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 0x7f97258ed940> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9725890910> 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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJjDpsY5BRt53obGZ1c2aoomMQRtoLiyRbzMh3prNRGzFKQDP6alpERPblLjE8jujHXU5dMlU4DItQ21l9R5eUJp2G2QjffgcGm+E0OQCSBi+0LVhr3Ysd1/Wd+bNBc01B25nRfSH4wTeBVwQZk3R+dWLHnHa/O8mvduJYjzVPbbAAAAFQC1gI3zLBWh8YUNsiBHAwpnGGwQcwAAAIAwMbCZClxzAH5KbfcOAVBixbb93aVILy0qYEyllQ0mykvA6aR8xL6OWP/z0Gh2b66fUr82+jfMzq+v2kcbf9byuAJcmpAW3ROB+WmD9PjR1V8ySb3g7MPJVN8CZS3Y4NYOPsFucDwsBpjdqSfrcEeZ5yGe4iVL5ls+E2PFxX30rgAAAIA4qP5sEbD83LTgdB+gRSMW5l9tMEGvn+4RZPO2BWd4Bd3x/EX/XQOsmtZ7Lk76vp0rT8MNz1hsry94AR7yZYGm5z5aJQoNV2cfMoyTiT7mEfLs4BORfmNi8A4Prcwi7lkoewy8RqPXzlVpfPMOGfJyoN3DYVAxuNYRAXGy22uyhQ==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDN+NMbdAr3NDpmQ8ndAy4WQq1+sLxl+zbQRZ/vn81wpUq1XAtAm2E1T7mJExqMBK+C2ufzGGRY76NCuMRMlGaXXNm2haXzQZOzh2blDkipxbbZycOK0rzzN/Kt//m+mLwBApC9ZTgpXtBtlKhHZYpuTP2qJtqAN2A3Wmr3EV5GGCS5I3IGyf6qdMlXK7shYVlRHnmNoXZL6inOjCa8I/GQrEYXOtzKZzeIHqB2kt8hRbwM+hnsfZIm2NtajvKuc/nf3Jfiwl7SyPm7nYP7PFkQ+HoJgXx/Bq/F+FbDNc2g95R41F0BC0Dl4MV67qKXDPtXUk881taklZI0b86HjZBJ6rd07kahWgn2MEKE0uFHSxvgZwlGZQ4WkXSwAve26PFI5dyLdqgnqosoaUox07OmrmAmI4d5ANNKjsMVatQ/CVuqSjfskYDEsjU1UureyYyIcSOeqC2iLSgN+YVNG43nnbQxPIbbx9nYcezQ1q8qyAfnWTAPRU8GzebSz3h7lps=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKPGLJ5RUoieFxW/I36LUwC2O0C2vRC/ISRCo7XosRgSLmqsIFVqvuGOxV+d+929LTJPlIBo21dbopJaBU+c5P8=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG7r8XHw8QE3eacVMEQuOJG4UZcqzBdy2RCxHYXKPeG8", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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-42-160.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-42-160", "ansible_nodename": "ip-10-31-42-160.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": "236ffa70dc9140a5b014a2f31a1fac16", "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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "08", "second": "42", "epoch": "1726888122", "epoch_int": "1726888122", "date": "2024-09-20", "time": "23:08:42", "iso8601_micro": "2024-09-21T03:08:42.706439Z", "iso8601": "2024-09-21T03:08:42Z", "iso8601_basic": "20240920T230842706439", "iso8601_basic_short": "20240920T230842", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_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_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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_iscsi_iqn": "", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:ef4e1c39-6f50-438a-87e7-12fb70b80bde", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fibre_channel_wwn": [], "ansible_fips": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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": 2753, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3532, "used": 779, "free": 2753}, "nocache": {"free": 3291, "used": 241}, "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": "ec29156b-4753-3e07-5275-96b9ddb77b6e", "ansible_product_uuid": "ec29156b-4753-3e07-5275-96b9ddb77b6e", "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": 270, "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": 264144998400, "block_size": 4096, "block_total": 65519355, "block_available": 64488525, "block_used": 1030830, "inode_total": 131071472, "inode_available": 130998310, "inode_used": 73162, "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013"}], "ansible_local": {}, "ansible_loadavg": {"1m": 0.79, "5m": 0.34, "15m": 0.14}, "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_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.43.207 60730 10.31.42.160 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.43.207 60730 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_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:4b:c4:0b:d7:eb", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.160", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c4b:c4ff:fe0b:d7eb", "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_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_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.160", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:4b:c4:0b:d7:eb", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.160"], "ansible_all_ipv6_addresses": ["fe80::c4b:c4ff:fe0b:d7eb"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.160", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c4b:c4ff:fe0b:d7eb"]}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "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 unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing gc # 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 gc # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # 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 gc # destroy unicodedata # 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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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.42.160 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 unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing gc # 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 gc # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # 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 gc # destroy unicodedata # 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_node2 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. 7370 1726888123.15091: 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-1726888121.5200334-7393-89408699903868/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7370 1726888123.15137: _low_level_execute_command(): starting 7370 1726888123.15148: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888121.5200334-7393-89408699903868/ > /dev/null 2>&1 && sleep 0' 7370 1726888123.15905: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7370 1726888123.15925: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888123.15941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888123.15960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888123.16025: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888123.16039: stderr chunk (state=3): >>>debug2: match not found <<< 7370 1726888123.16054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888123.16072: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7370 1726888123.16092: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7370 1726888123.16115: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7370 1726888123.16131: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888123.16146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888123.16164: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888123.16178: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888123.16190: stderr chunk (state=3): >>>debug2: match found <<< 7370 1726888123.16218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888123.16298: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7370 1726888123.16342: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7370 1726888123.16360: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888123.16461: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7370 1726888123.18890: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888123.18983: stderr chunk (state=3): >>><<< 7370 1726888123.18993: stdout chunk (state=3): >>><<< 7370 1726888123.19134: _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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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 7370 1726888123.19137: handler run complete 7370 1726888123.19243: variable 'ansible_facts' from source: unknown 7370 1726888123.19272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888123.19624: variable 'ansible_facts' from source: unknown 7370 1726888123.19734: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888123.19881: attempt loop complete, returning result 7370 1726888123.19890: _execute() done 7370 1726888123.19896: dumping result to json 7370 1726888123.19946: done dumping result, returning 7370 1726888123.19957: done running TaskExecutor() for managed_node2/TASK: Gathering Facts [0ed44806-2f0b-c1a4-7e85-00000000000d] 7370 1726888123.19965: sending task result for task 0ed44806-2f0b-c1a4-7e85-00000000000d ok: [managed_node2] 7370 1726888123.21152: no more pending results, returning what we have 7370 1726888123.21156: results queue empty 7370 1726888123.21157: checking for any_errors_fatal 7370 1726888123.21166: done checking for any_errors_fatal 7370 1726888123.21167: checking for max_fail_percentage 7370 1726888123.21168: done checking for max_fail_percentage 7370 1726888123.21169: checking to see if all hosts have failed and the running result is not ok 7370 1726888123.21170: done checking to see if all hosts have failed 7370 1726888123.21171: getting the remaining hosts for this loop 7370 1726888123.21173: done getting the remaining hosts for this loop 7370 1726888123.21176: getting the next task for host managed_node2 7370 1726888123.21182: done getting next task for host managed_node2 7370 1726888123.21183: ^ task is: TASK: meta (flush_handlers) 7370 1726888123.21185: ^ 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 7370 1726888123.21189: getting variables 7370 1726888123.21191: in VariableManager get_vars() 7370 1726888123.21216: Calling all_inventory to load vars for managed_node2 7370 1726888123.21219: Calling groups_inventory to load vars for managed_node2 7370 1726888123.21224: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888123.21235: Calling all_plugins_play to load vars for managed_node2 7370 1726888123.21238: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888123.21241: Calling groups_plugins_play to load vars for managed_node2 7370 1726888123.23357: done sending task result for task 0ed44806-2f0b-c1a4-7e85-00000000000d 7370 1726888123.23362: WORKER PROCESS EXITING 7370 1726888123.23461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888123.23676: done with get_vars() 7370 1726888123.23691: done getting variables 7370 1726888123.23802: in VariableManager get_vars() 7370 1726888123.23813: Calling all_inventory to load vars for managed_node2 7370 1726888123.23816: Calling groups_inventory to load vars for managed_node2 7370 1726888123.23818: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888123.23826: Calling all_plugins_play to load vars for managed_node2 7370 1726888123.23849: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888123.23858: Calling groups_plugins_play to load vars for managed_node2 7370 1726888123.24028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888123.24238: done with get_vars() 7370 1726888123.24254: done queuing things up, now waiting for results queue to drain 7370 1726888123.24256: results queue empty 7370 1726888123.24257: checking for any_errors_fatal 7370 1726888123.24259: done checking for any_errors_fatal 7370 1726888123.24260: checking for max_fail_percentage 7370 1726888123.24261: done checking for max_fail_percentage 7370 1726888123.24262: checking to see if all hosts have failed and the running result is not ok 7370 1726888123.24263: done checking to see if all hosts have failed 7370 1726888123.24263: getting the remaining hosts for this loop 7370 1726888123.24264: done getting the remaining hosts for this loop 7370 1726888123.24267: getting the next task for host managed_node2 7370 1726888123.24270: done getting next task for host managed_node2 7370 1726888123.24272: ^ task is: TASK: Create temporary file 7370 1726888123.24273: ^ 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 7370 1726888123.24275: getting variables 7370 1726888123.24276: in VariableManager get_vars() 7370 1726888123.24290: Calling all_inventory to load vars for managed_node2 7370 1726888123.24292: Calling groups_inventory to load vars for managed_node2 7370 1726888123.24294: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888123.24299: Calling all_plugins_play to load vars for managed_node2 7370 1726888123.24301: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888123.24304: Calling groups_plugins_play to load vars for managed_node2 7370 1726888123.24539: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888123.24747: done with get_vars() 7370 1726888123.24756: done getting variables TASK [Create temporary file] *************************************************** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:9 Friday 20 September 2024 23:08:43 -0400 (0:00:01.801) 0:00:01.824 ****** 7370 1726888123.24831: entering _queue_task() for managed_node2/tempfile 7370 1726888123.24832: Creating lock for tempfile 7370 1726888123.25396: worker is 1 (out of 1 available) 7370 1726888123.25409: exiting _queue_task() for managed_node2/tempfile 7370 1726888123.25426: done queuing things up, now waiting for results queue to drain 7370 1726888123.25427: waiting for pending results... 7370 1726888123.25676: running TaskExecutor() for managed_node2/TASK: Create temporary file 7370 1726888123.25774: in run() - task 0ed44806-2f0b-c1a4-7e85-000000000006 7370 1726888123.25792: variable 'ansible_search_path' from source: unknown 7370 1726888123.25839: calling self._execute() 7370 1726888123.25921: variable 'ansible_host' from source: host vars for 'managed_node2' 7370 1726888123.25934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7370 1726888123.25947: variable 'omit' from source: magic vars 7370 1726888123.26018: variable 'omit' from source: magic vars 7370 1726888123.26049: variable 'omit' from source: magic vars 7370 1726888123.26073: variable 'omit' from source: magic vars 7370 1726888123.26106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7370 1726888123.26143: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7370 1726888123.26160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7370 1726888123.26174: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7370 1726888123.26185: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7370 1726888123.26209: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7370 1726888123.26212: variable 'ansible_host' from source: host vars for 'managed_node2' 7370 1726888123.26222: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7370 1726888123.26289: Set connection var ansible_shell_executable to /bin/sh 7370 1726888123.26293: Set connection var ansible_pipelining to False 7370 1726888123.26295: Set connection var ansible_connection to ssh 7370 1726888123.26302: Set connection var ansible_timeout to 10 7370 1726888123.26309: Set connection var ansible_module_compression to ZIP_DEFLATED 7370 1726888123.26318: Set connection var ansible_shell_type to sh 7370 1726888123.26337: variable 'ansible_shell_executable' from source: unknown 7370 1726888123.26344: variable 'ansible_connection' from source: unknown 7370 1726888123.26346: variable 'ansible_module_compression' from source: unknown 7370 1726888123.26348: variable 'ansible_shell_type' from source: unknown 7370 1726888123.26351: variable 'ansible_shell_executable' from source: unknown 7370 1726888123.26355: variable 'ansible_host' from source: host vars for 'managed_node2' 7370 1726888123.26359: variable 'ansible_pipelining' from source: unknown 7370 1726888123.26361: variable 'ansible_timeout' from source: unknown 7370 1726888123.26365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7370 1726888123.26521: 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__) 7370 1726888123.26535: variable 'omit' from source: magic vars 7370 1726888123.26540: starting attempt loop 7370 1726888123.26543: running the handler 7370 1726888123.26560: _low_level_execute_command(): starting 7370 1726888123.26566: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7370 1726888123.27062: 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 <<< 7370 1726888123.27086: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888123.27112: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 debug2: match found <<< 7370 1726888123.27147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888123.27250: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7370 1726888123.27267: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888123.27332: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7370 1726888123.29002: stdout chunk (state=3): >>>/root <<< 7370 1726888123.29186: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888123.29192: stdout chunk (state=3): >>><<< 7370 1726888123.29195: stderr chunk (state=3): >>><<< 7370 1726888123.29229: _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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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 7370 1726888123.29311: _low_level_execute_command(): starting 7370 1726888123.29314: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888123.2921999-7442-193181979185374 `" && echo ansible-tmp-1726888123.2921999-7442-193181979185374="` echo /root/.ansible/tmp/ansible-tmp-1726888123.2921999-7442-193181979185374 `" ) && sleep 0' 7370 1726888123.29919: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7370 1726888123.29936: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888123.29951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888123.29981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888123.30027: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888123.30040: stderr chunk (state=3): >>>debug2: match not found <<< 7370 1726888123.30054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888123.30076: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7370 1726888123.30097: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7370 1726888123.30116: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7370 1726888123.30132: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888123.30146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888123.30161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888123.30173: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7370 1726888123.30188: stderr chunk (state=3): >>>debug2: match found <<< 7370 1726888123.30209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888123.30285: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7370 1726888123.30324: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7370 1726888123.30345: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888123.30440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7370 1726888123.32276: stdout chunk (state=3): >>>ansible-tmp-1726888123.2921999-7442-193181979185374=/root/.ansible/tmp/ansible-tmp-1726888123.2921999-7442-193181979185374 <<< 7370 1726888123.32386: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888123.32477: stderr chunk (state=3): >>><<< 7370 1726888123.32490: stdout chunk (state=3): >>><<< 7370 1726888123.32728: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888123.2921999-7442-193181979185374=/root/.ansible/tmp/ansible-tmp-1726888123.2921999-7442-193181979185374 , 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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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 7370 1726888123.32732: variable 'ansible_module_compression' from source: unknown 7370 1726888123.32734: ANSIBALLZ: Using lock for tempfile 7370 1726888123.32736: ANSIBALLZ: Acquiring lock 7370 1726888123.32738: ANSIBALLZ: Lock acquired: 140546139991904 7370 1726888123.32740: ANSIBALLZ: Creating module 7370 1726888123.46074: ANSIBALLZ: Writing module into payload 7370 1726888123.46135: ANSIBALLZ: Writing module 7370 1726888123.46150: ANSIBALLZ: Renaming module 7370 1726888123.46155: ANSIBALLZ: Done creating module 7370 1726888123.46169: variable 'ansible_facts' from source: unknown 7370 1726888123.46222: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888123.2921999-7442-193181979185374/AnsiballZ_tempfile.py 7370 1726888123.46336: Sending initial data 7370 1726888123.46339: Sent initial data (155 bytes) 7370 1726888123.46990: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888123.46997: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888123.47165: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888123.47172: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 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.42.160 originally 10.31.42.160 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 <<< 7370 1726888123.47211: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7370 1726888123.49355: 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 <<< 7370 1726888123.49401: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7370 1726888123.49460: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-73702fh7j6db/tmp0zzq2ms0 /root/.ansible/tmp/ansible-tmp-1726888123.2921999-7442-193181979185374/AnsiballZ_tempfile.py <<< 7370 1726888123.49509: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7370 1726888123.50373: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888123.50469: stderr chunk (state=3): >>><<< 7370 1726888123.50473: stdout chunk (state=3): >>><<< 7370 1726888123.50489: done transferring module to remote 7370 1726888123.50504: _low_level_execute_command(): starting 7370 1726888123.50507: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888123.2921999-7442-193181979185374/ /root/.ansible/tmp/ansible-tmp-1726888123.2921999-7442-193181979185374/AnsiballZ_tempfile.py && sleep 0' 7370 1726888123.50958: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888123.50963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888123.51007: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888123.51011: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888123.51013: 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.42.160 originally 10.31.42.160 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888123.51069: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7370 1726888123.51076: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888123.51150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7370 1726888123.53634: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888123.53638: stdout chunk (state=3): >>><<< 7370 1726888123.53647: stderr chunk (state=3): >>><<< 7370 1726888123.53660: _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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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 7370 1726888123.53663: _low_level_execute_command(): starting 7370 1726888123.53668: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888123.2921999-7442-193181979185374/AnsiballZ_tempfile.py && sleep 0' 7370 1726888123.54277: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7370 1726888123.54281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7370 1726888123.54328: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888123.54336: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7370 1726888123.54351: 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.42.160 originally 10.31.42.160 debug2: match found <<< 7370 1726888123.54358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7370 1726888123.54435: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7370 1726888123.54438: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7370 1726888123.54452: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888123.54540: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7370 1726888123.57455: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7370 1726888123.57531: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7370 1726888123.57574: stdout chunk (state=3): >>>import 'posix' # <<< 7370 1726888123.57607: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook<<< 7370 1726888123.57613: stdout chunk (state=3): >>> <<< 7370 1726888123.57665: stdout chunk (state=3): >>>import 'time' # <<< 7370 1726888123.57671: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7370 1726888123.57750: 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' <<< 7370 1726888123.57764: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7370 1726888123.57795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7370 1726888123.57832: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fae23cdc0> <<< 7370 1726888123.57895: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7370 1726888123.57913: 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 0x7f2fadfd83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fae23cb20> <<< 7370 1726888123.57942: 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' <<< 7370 1726888123.57955: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fae23cac0> <<< 7370 1726888123.57979: stdout chunk (state=3): >>>import '_signal' # <<< 7370 1726888123.58016: 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' <<< 7370 1726888123.58044: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadfd8490> <<< 7370 1726888123.58071: 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' <<< 7370 1726888123.58097: 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' # <<< 7370 1726888123.58113: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadfd8940> <<< 7370 1726888123.58139: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadfd8670> <<< 7370 1726888123.58163: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7370 1726888123.58185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7370 1726888123.58203: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7370 1726888123.58244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7370 1726888123.58257: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7370 1726888123.58279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7370 1726888123.58306: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf8f190> <<< 7370 1726888123.58327: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7370 1726888123.58357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7370 1726888123.58457: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf8f220> <<< 7370 1726888123.58490: 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' <<< 7370 1726888123.58535: 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 0x7f2fadfb2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf8f940> <<< 7370 1726888123.58600: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadff0880> <<< 7370 1726888123.58614: 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 0x7f2fadf88d90> <<< 7370 1726888123.58681: 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' <<< 7370 1726888123.58693: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadfb2d90> <<< 7370 1726888123.58757: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadfd8970> <<< 7370 1726888123.58798: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) <<< 7370 1726888123.58808: stdout chunk (state=3): >>> [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 7370 1726888123.59106: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7370 1726888123.59125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7370 1726888123.59154: 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' <<< 7370 1726888123.59193: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7370 1726888123.59205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7370 1726888123.59249: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7370 1726888123.59264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf2eeb0> <<< 7370 1726888123.59324: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf31f40> <<< 7370 1726888123.59354: 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' <<< 7370 1726888123.59382: stdout chunk (state=3): >>>import '_sre' # <<< 7370 1726888123.59415: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7370 1726888123.59444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7370 1726888123.59460: 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' <<< 7370 1726888123.59504: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf27610> <<< 7370 1726888123.59528: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf2d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf2e370> <<< 7370 1726888123.59541: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7370 1726888123.59634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7370 1726888123.59648: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7370 1726888123.59683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7370 1726888123.59713: 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' <<< 7370 1726888123.59756: 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 0x7f2fadeafe20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadeaf910> <<< 7370 1726888123.59769: stdout chunk (state=3): >>>import 'itertools' # <<< 7370 1726888123.59801: 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 0x7f2fadeaff10> <<< 7370 1726888123.59839: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7370 1726888123.59866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7370 1726888123.59904: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadeaffd0> <<< 7370 1726888123.59929: 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 0x7f2fadec20d0> import '_collections' # <<< 7370 1726888123.59988: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf09d90> <<< 7370 1726888123.59999: stdout chunk (state=3): >>>import '_functools' # <<< 7370 1726888123.60029: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf02670> <<< 7370 1726888123.60093: 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 0x7f2fadf146d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf35e20> <<< 7370 1726888123.60124: 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' <<< 7370 1726888123.60172: 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 0x7f2fadec2cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf092b0> <<< 7370 1726888123.60214: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7370 1726888123.60246: 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 0x7f2fadf142e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf3b9d0> <<< 7370 1726888123.60258: 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' <<< 7370 1726888123.60309: 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' <<< 7370 1726888123.60336: 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' <<< 7370 1726888123.60368: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec2eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec2df0> <<< 7370 1726888123.60404: 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 0x7f2fadec2d60> <<< 7370 1726888123.60425: 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' <<< 7370 1726888123.60445: 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' <<< 7370 1726888123.60469: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7370 1726888123.60535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7370 1726888123.60565: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py <<< 7370 1726888123.60597: 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 0x7f2fade8c3d0> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7370 1726888123.60616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7370 1726888123.60646: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fade8c4c0> <<< 7370 1726888123.60830: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadecaf40> <<< 7370 1726888123.60879: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec4a90> <<< 7370 1726888123.60891: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec4490> <<< 7370 1726888123.60924: 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' <<< 7370 1726888123.60968: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7370 1726888123.60981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7370 1726888123.61015: 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' <<< 7370 1726888123.61033: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadda6220> <<< 7370 1726888123.61065: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fade77520> <<< 7370 1726888123.61133: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec4f10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf3b040> <<< 7370 1726888123.61179: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7370 1726888123.61192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7370 1726888123.61228: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2faddb8b50> <<< 7370 1726888123.61245: stdout chunk (state=3): >>>import 'errno' # <<< 7370 1726888123.61283: 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 0x7f2faddb8e80> <<< 7370 1726888123.61329: 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' <<< 7370 1726888123.61356: 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 0x7f2faddc9790> <<< 7370 1726888123.61386: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7370 1726888123.61416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7370 1726888123.61448: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2faddc9cd0> <<< 7370 1726888123.61500: 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 0x7f2fadd57400> <<< 7370 1726888123.61533: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2faddb8f70> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7370 1726888123.61544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7370 1726888123.61599: 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 0x7f2fadd682e0> <<< 7370 1726888123.61633: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2faddc9610> import 'pwd' # <<< 7370 1726888123.61646: 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 0x7f2fadd683a0> <<< 7370 1726888123.61699: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec2a30> <<< 7370 1726888123.61729: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7370 1726888123.61752: stdout chunk (state=3): >>># 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 <<< 7370 1726888123.61774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7370 1726888123.61829: 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 0x7f2fadd83700> <<< 7370 1726888123.61866: 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' <<< 7370 1726888123.61899: 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 0x7f2fadd839d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadd837c0> <<< 7370 1726888123.61916: 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 0x7f2fadd838b0> <<< 7370 1726888123.61946: 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' <<< 7370 1726888123.62213: 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 0x7f2fadd83d00> <<< 7370 1726888123.62265: 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 0x7f2fadd8e250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadd83940> <<< 7370 1726888123.62292: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadd77a90> <<< 7370 1726888123.62321: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec2610> <<< 7370 1726888123.62336: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7370 1726888123.62414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7370 1726888123.62448: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadd83af0> <<< 7370 1726888123.62587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7370 1726888123.62606: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2fadca46d0> <<< 7370 1726888123.62782: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip' # zipimport: zlib available <<< 7370 1726888123.62940: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.62972: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7370 1726888123.62999: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.63012: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7370 1726888123.64919: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.66474: 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 0x7f2fadba1820> <<< 7370 1726888123.66530: 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 <<< 7370 1726888123.66546: stdout chunk (state=3): >>># 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' <<< 7370 1726888123.66587: 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 0x7f2fadc30730> <<< 7370 1726888123.66628: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc30610> <<< 7370 1726888123.66693: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc30340> <<< 7370 1726888123.66707: 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' <<< 7370 1726888123.66769: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc30460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc30160> import 'atexit' # <<< 7370 1726888123.66818: 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 0x7f2fadc303a0> <<< 7370 1726888123.66835: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7370 1726888123.66866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7370 1726888123.66935: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc30790> <<< 7370 1726888123.66959: 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' <<< 7370 1726888123.66987: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7370 1726888123.67033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7370 1726888123.67049: 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' <<< 7370 1726888123.67157: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad5ed7f0> <<< 7370 1726888123.67207: 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 0x7f2fad5edb80> <<< 7370 1726888123.67242: 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 0x7f2fad5ed9d0> <<< 7370 1726888123.67260: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7370 1726888123.67293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7370 1726888123.67334: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadb40af0> <<< 7370 1726888123.67358: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc2ad60> <<< 7370 1726888123.67618: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc304f0> <<< 7370 1726888123.67651: 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' <<< 7370 1726888123.67675: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc2a1c0> <<< 7370 1726888123.67718: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7370 1726888123.67770: 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' <<< 7370 1726888123.67801: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7370 1726888123.67818: 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 0x7f2fadb9cb20> <<< 7370 1726888123.67933: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadbd2eb0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadbd28b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadb3a2e0> <<< 7370 1726888123.67973: 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 0x7f2fadbd29a0> <<< 7370 1726888123.68013: 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 0x7f2fadc01d00> <<< 7370 1726888123.68052: 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 <<< 7370 1726888123.68069: 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 <<< 7370 1726888123.68107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7370 1726888123.68203: 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 0x7f2fad5cea00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc0be80> <<< 7370 1726888123.68249: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7370 1726888123.68256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7370 1726888123.68317: 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 0x7f2fad5dd0a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc0beb0> <<< 7370 1726888123.68343: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7370 1726888123.68406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7370 1726888123.68430: 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' # <<< 7370 1726888123.68517: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadbd5730> <<< 7370 1726888123.68719: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad5dd0d0> <<< 7370 1726888123.68849: 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 0x7f2fad5da550> <<< 7370 1726888123.68887: 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 0x7f2fad5da610> <<< 7370 1726888123.68946: 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 0x7f2fad5d9c40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc01ee0> <<< 7370 1726888123.69008: 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' <<< 7370 1726888123.69012: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7370 1726888123.69028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7370 1726888123.69080: 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 0x7f2fadb92b50> <<< 7370 1726888123.69362: 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 0x7f2fadb909a0> <<< 7370 1726888123.69379: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad5d0820> <<< 7370 1726888123.69450: 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 0x7f2fadb92580> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadbc9af0> # zipimport: zlib available <<< 7370 1726888123.69462: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/compat/__init__.py <<< 7370 1726888123.69475: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.69571: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.69699: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7370 1726888123.69702: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/__init__.py <<< 7370 1726888123.69751: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7370 1726888123.69754: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.69895: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.70043: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.70792: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.71534: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/six/__init__.py <<< 7370 1726888123.71538: 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_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/text/converters.py <<< 7370 1726888123.71574: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7370 1726888123.71593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7370 1726888123.71657: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7370 1726888123.71663: 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 0x7f2fad1b2df0> <<< 7370 1726888123.71753: 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'<<< 7370 1726888123.71757: stdout chunk (state=3): >>> <<< 7370 1726888123.71770: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad5a95b0> <<< 7370 1726888123.71777: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad598df0> <<< 7370 1726888123.71839: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/compat/selinux.py <<< 7370 1726888123.71845: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.71864: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.71887: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/_text.py <<< 7370 1726888123.71890: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.72078: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.72273: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7370 1726888123.72278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7370 1726888123.72307: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadb869d0> <<< 7370 1726888123.72316: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.72998: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.73572: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.73654: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.73747: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7370 1726888123.73800: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.73835: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/warnings.py <<< 7370 1726888123.73851: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.73948: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.74052: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/errors.py <<< 7370 1726888123.74062: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7370 1726888123.74091: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7370 1726888123.74134: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.74167: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7370 1726888123.74183: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.74478: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.74784: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7370 1726888123.74826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7370 1726888123.74837: stdout chunk (state=3): >>>import '_ast' # <<< 7370 1726888123.74943: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad186e50> <<< 7370 1726888123.74951: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.75037: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.75137: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/validation.py <<< 7370 1726888123.75140: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7370 1726888123.75176: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.75215: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.75260: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/locale.py <<< 7370 1726888123.75266: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.75324: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.75359: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.75480: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.75560: 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 <<< 7370 1726888123.75602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7370 1726888123.75733: 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 0x7f2fadc1b910> <<< 7370 1726888123.75760: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad186be0> <<< 7370 1726888123.75807: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/process.py <<< 7370 1726888123.75814: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.75952: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.76007: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.76026: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.76088: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7370 1726888123.76092: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7370 1726888123.76104: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7370 1726888123.76136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7370 1726888123.76159: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7370 1726888123.76162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7370 1726888123.76250: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad146c70> <<< 7370 1726888123.76291: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad59c670> <<< 7370 1726888123.76354: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad59b850> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/distro/__init__.py <<< 7370 1726888123.76357: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.76384: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.76405: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/sys_info.py <<< 7370 1726888123.76557: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7370 1726888123.76662: stdout chunk (state=3): >>># zipimport: zlib available <<< 7370 1726888123.77200: stdout chunk (state=3): >>> {"changed": true, "path": "/tmp/ansible.at047t7d.yaml", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "invocation": {"module_args": {"state": "file", "suffix": ".yaml", "prefix": "ansible.", "path": null}}} # destroy __main__ <<< 7370 1726888123.77371: 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 # 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<<< 7370 1726888123.77446: stdout chunk (state=3): >>> # 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 <<< 7370 1726888123.77464: stdout chunk (state=3): >>># 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<<< 7370 1726888123.77467: stdout chunk (state=3): >>> # 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<<< 7370 1726888123.77470: stdout chunk (state=3): >>> # 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 <<< 7370 1726888123.77478: stdout chunk (state=3): >>># 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 <<< 7370 1726888123.77479: stdout chunk (state=3): >>># destroy _ast # cleanup[2] removing ast # destroy ast <<< 7370 1726888123.77592: 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 <<< 7370 1726888123.77784: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7370 1726888123.77801: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7370 1726888123.77844: stdout chunk (state=3): >>># destroy zipimport <<< 7370 1726888123.77849: stdout chunk (state=3): >>># destroy _compression <<< 7370 1726888123.77851: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7370 1726888123.77893: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7370 1726888123.77896: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 7370 1726888123.77902: stdout chunk (state=3): >>># destroy encodings <<< 7370 1726888123.77929: stdout chunk (state=3): >>># destroy syslog # destroy uuid<<< 7370 1726888123.77941: stdout chunk (state=3): >>> # destroy array <<< 7370 1726888123.77945: stdout chunk (state=3): >>># destroy datetime <<< 7370 1726888123.77967: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json <<< 7370 1726888123.77973: stdout chunk (state=3): >>># destroy shlex # destroy logging # destroy argparse <<< 7370 1726888123.78060: 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<<< 7370 1726888123.78149: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 7370 1726888123.78174: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string <<< 7370 1726888123.78191: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache <<< 7370 1726888123.78234: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess <<< 7370 1726888123.78243: stdout chunk (state=3): >>># cleanup[3] wiping selectors <<< 7370 1726888123.78290: stdout chunk (state=3): >>># 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<<< 7370 1726888123.78308: stdout chunk (state=3): >>> # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib <<< 7370 1726888123.78336: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp <<< 7370 1726888123.78340: stdout chunk (state=3): >>># 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 <<< 7370 1726888123.78342: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 7370 1726888123.78345: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap <<< 7370 1726888123.78347: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile <<< 7370 1726888123.78348: stdout chunk (state=3): >>># destroy copyreg # cleanup[3] wiping functools <<< 7370 1726888123.78350: stdout chunk (state=3): >>># cleanup[3] wiping _functools # destroy _functools <<< 7370 1726888123.78351: stdout chunk (state=3): >>># cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections <<< 7370 1726888123.78352: stdout chunk (state=3): >>># 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 <<< 7370 1726888123.78354: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping os <<< 7370 1726888123.78355: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath <<< 7370 1726888123.78356: stdout chunk (state=3): >>># cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 7370 1726888123.78357: stdout chunk (state=3): >>># 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 <<< 7370 1726888123.78359: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 7370 1726888123.78360: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread<<< 7370 1726888123.78361: stdout chunk (state=3): >>> # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7370 1726888123.78362: stdout chunk (state=3): >>># destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader <<< 7370 1726888123.78363: stdout chunk (state=3): >>># destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7370 1726888123.78856: stdout chunk (state=3): >>># 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 <<< 7370 1726888123.79033: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7370 1726888123.79086: stderr chunk (state=3): >>><<< 7370 1726888123.79089: stdout chunk (state=3): >>><<< 7370 1726888123.79157: _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 0x7f2fae23cdc0> # /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 0x7f2fadfd83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fae23cb20> # /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 0x7f2fae23cac0> 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 0x7f2fadfd8490> # /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 0x7f2fadfd8940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadfd8670> # /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 0x7f2fadf8f190> # /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 0x7f2fadf8f220> # /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 0x7f2fadfb2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf8f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadff0880> # /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 0x7f2fadf88d90> # /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 0x7f2fadfb2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadfd8970> 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 0x7f2fadf2eeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf31f40> # /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 0x7f2fadf27610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf2d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf2e370> # /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 0x7f2fadeafe20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadeaf910> 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 0x7f2fadeaff10> # /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 0x7f2fadeaffd0> # /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 0x7f2fadec20d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf09d90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf02670> # /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 0x7f2fadf146d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf35e20> # /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 0x7f2fadec2cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf092b0> # 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 0x7f2fadf142e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf3b9d0> # /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 0x7f2fadec2eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec2df0> # /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 0x7f2fadec2d60> # /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 0x7f2fade8c3d0> # /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 0x7f2fade8c4c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadecaf40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec4a90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec4490> # /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 0x7f2fadda6220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fade77520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec4f10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadf3b040> # /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 0x7f2faddb8b50> 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 0x7f2faddb8e80> # /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 0x7f2faddc9790> # /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 0x7f2faddc9cd0> # 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 0x7f2fadd57400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2faddb8f70> # /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 0x7f2fadd682e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2faddc9610> 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 0x7f2fadd683a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec2a30> # /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 0x7f2fadd83700> # /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 0x7f2fadd839d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadd837c0> # 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 0x7f2fadd838b0> # /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 0x7f2fadd83d00> # 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 0x7f2fadd8e250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadd83940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadd77a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadec2610> # /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 0x7f2fadd83af0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2fadca46d0> # zipimport: found 30 names in '/tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_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 0x7f2fadba1820> # /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 0x7f2fadc30730> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc30610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc30340> # /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 0x7f2fadc30460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc30160> 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 0x7f2fadc303a0> # /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 0x7f2fadc30790> # /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 0x7f2fad5ed7f0> # 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 0x7f2fad5edb80> # 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 0x7f2fad5ed9d0> # /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 0x7f2fadb40af0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc2ad60> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc304f0> # /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 0x7f2fadc2a1c0> # /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 0x7f2fadb9cb20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadbd2eb0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadbd28b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadb3a2e0> # 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 0x7f2fadbd29a0> # /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 0x7f2fadc01d00> # /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 0x7f2fad5cea00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc0be80> # /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 0x7f2fad5dd0a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc0beb0> # /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 0x7f2fadbd5730> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad5dd0d0> # 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 0x7f2fad5da550> # 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 0x7f2fad5da610> # 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 0x7f2fad5d9c40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadc01ee0> # /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 0x7f2fadb92b50> # 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 0x7f2fadb909a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad5d0820> # 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 0x7f2fadb92580> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fadbc9af0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_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_tempfile_payload_2c8ga28c/ansible_tempfile_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_tempfile_payload_2c8ga28c/ansible_tempfile_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_tempfile_payload_2c8ga28c/ansible_tempfile_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_tempfile_payload_2c8ga28c/ansible_tempfile_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 0x7f2fad1b2df0> # /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 0x7f2fad5a95b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad598df0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_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 0x7f2fadb869d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_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_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_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_tempfile_payload_2c8ga28c/ansible_tempfile_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 0x7f2fad186e50> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_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_tempfile_payload_2c8ga28c/ansible_tempfile_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 0x7f2fadc1b910> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad186be0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_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 0x7f2fad146c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad59c670> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2fad59b850> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_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_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_tempfile_payload_2c8ga28c/ansible_tempfile_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": true, "path": "/tmp/ansible.at047t7d.yaml", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "invocation": {"module_args": {"state": "file", "suffix": ".yaml", "prefix": "ansible.", "path": 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 # 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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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.42.160 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 7370 1726888123.79706: done with _execute_module (tempfile, {'state': 'file', 'suffix': '.yaml', '_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': 'tempfile', '_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-1726888123.2921999-7442-193181979185374/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7370 1726888123.79709: _low_level_execute_command(): starting 7370 1726888123.79711: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888123.2921999-7442-193181979185374/ > /dev/null 2>&1 && sleep 0' 7370 1726888123.80111: 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 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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 <<< 7370 1726888123.80391: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7370 1726888123.80451: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7370 1726888123.82278: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7370 1726888123.82318: stderr chunk (state=3): >>><<< 7370 1726888123.82329: stdout chunk (state=3): >>><<< 7370 1726888123.82338: _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.42.160 originally 10.31.42.160 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.42.160 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.42.160 originally 10.31.42.160 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 7370 1726888123.82344: handler run complete 7370 1726888123.82360: attempt loop complete, returning result 7370 1726888123.82363: _execute() done 7370 1726888123.82365: dumping result to json 7370 1726888123.82371: done dumping result, returning 7370 1726888123.82379: done running TaskExecutor() for managed_node2/TASK: Create temporary file [0ed44806-2f0b-c1a4-7e85-000000000006] 7370 1726888123.82383: sending task result for task 0ed44806-2f0b-c1a4-7e85-000000000006 7370 1726888123.82483: done sending task result for task 0ed44806-2f0b-c1a4-7e85-000000000006 7370 1726888123.82486: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.at047t7d.yaml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } 7370 1726888123.82572: no more pending results, returning what we have 7370 1726888123.82575: results queue empty 7370 1726888123.82576: checking for any_errors_fatal 7370 1726888123.82578: done checking for any_errors_fatal 7370 1726888123.82579: checking for max_fail_percentage 7370 1726888123.82580: done checking for max_fail_percentage 7370 1726888123.82581: checking to see if all hosts have failed and the running result is not ok 7370 1726888123.82582: done checking to see if all hosts have failed 7370 1726888123.82582: getting the remaining hosts for this loop 7370 1726888123.82584: done getting the remaining hosts for this loop 7370 1726888123.82587: getting the next task for host managed_node2 7370 1726888123.82592: done getting next task for host managed_node2 7370 1726888123.82595: ^ task is: TASK: Create static inventory from hostvars 7370 1726888123.82597: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7370 1726888123.82600: getting variables 7370 1726888123.82601: in VariableManager get_vars() 7370 1726888123.82632: Calling all_inventory to load vars for managed_node2 7370 1726888123.82635: Calling groups_inventory to load vars for managed_node2 7370 1726888123.82638: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888123.82648: Calling all_plugins_play to load vars for managed_node2 7370 1726888123.82650: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888123.82652: Calling groups_plugins_play to load vars for managed_node2 7370 1726888123.82796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888123.82910: done with get_vars() 7370 1726888123.82920: done getting variables 7370 1726888123.83003: 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 [Create static inventory from hostvars] *********************************** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:15 Friday 20 September 2024 23:08:43 -0400 (0:00:00.581) 0:00:02.406 ****** 7370 1726888123.83028: entering _queue_task() for managed_node2/template 7370 1726888123.83030: Creating lock for template 7370 1726888123.83227: worker is 1 (out of 1 available) 7370 1726888123.83238: exiting _queue_task() for managed_node2/template 7370 1726888123.83248: done queuing things up, now waiting for results queue to drain 7370 1726888123.83250: waiting for pending results... 7370 1726888123.83387: running TaskExecutor() for managed_node2/TASK: Create static inventory from hostvars 7370 1726888123.83442: in run() - task 0ed44806-2f0b-c1a4-7e85-000000000007 7370 1726888123.83459: variable 'ansible_search_path' from source: unknown 7370 1726888123.83487: calling self._execute() 7370 1726888123.83507: in VariableManager get_vars() 7370 1726888123.83536: Calling all_inventory to load vars for localhost 7370 1726888123.83539: Calling groups_inventory to load vars for localhost 7370 1726888123.83542: Calling all_plugins_inventory to load vars for localhost 7370 1726888123.83558: Calling all_plugins_play to load vars for localhost 7370 1726888123.83568: Calling groups_plugins_inventory to load vars for localhost 7370 1726888123.83573: Calling groups_plugins_play to load vars for localhost 7370 1726888123.83643: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888123.83663: done with get_vars() 7370 1726888123.83912: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7370 1726888123.83916: variable 'ansible_delegated_vars' from source: unknown 7370 1726888123.83918: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888123.83920: no remote address found for delegated host localhost using its name, so success depends on DNS resolution 7370 1726888123.83926: variable 'omit' from source: magic vars 7370 1726888123.83928: variable 'omit' from source: magic vars 7370 1726888123.83931: variable 'omit' from source: magic vars 7370 1726888123.84211: variable 'tempinventory' from source: set_fact 7370 1726888123.84258: variable 'omit' from source: magic vars 7370 1726888123.84268: variable 'ansible_delegated_vars' from source: unknown 7370 1726888123.84271: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888123.84274: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888123.84294: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7370 1726888123.84332: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=True, class_only=False) 7370 1726888123.84351: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7370 1726888123.84370: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7370 1726888123.84379: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7370 1726888123.84451: Set connection var ansible_shell_executable to /bin/sh 7370 1726888123.84454: Set connection var ansible_pipelining to False 7370 1726888123.84457: Set connection var ansible_connection to local 7370 1726888123.84459: Set connection var ansible_timeout to 10 7370 1726888123.84462: Set connection var ansible_module_compression to ZIP_DEFLATED 7370 1726888123.84469: Set connection var ansible_shell_type to sh 7370 1726888123.84489: variable 'ansible_delegated_vars' from source: unknown 7370 1726888123.84493: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888123.84495: variable 'ansible_user' from source: unknown 7370 1726888123.84655: 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) 7370 1726888123.84671: variable 'omit' from source: magic vars 7370 1726888123.84676: starting attempt loop 7370 1726888123.84680: running the handler 7370 1726888123.84703: _low_level_execute_command(): starting 7370 1726888123.84714: _low_level_execute_command(): executing: /bin/sh -c 'echo ~root && sleep 0' 7370 1726888123.84721: in local.exec_command() 7370 1726888123.84748: opening command with Popen() 7370 1726888123.84814: done running command with Popen() 7370 1726888123.84820: getting output with communicate() 7370 1726888123.85240: done communicating 7370 1726888123.85243: done with local.exec_command() 7370 1726888123.85245: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 7370 1726888123.85261: _low_level_execute_command(): starting 7370 1726888123.85270: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547 `" && echo ansible-tmp-1726888123.8524683-7473-225582918980547="` echo /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547 `" ) && sleep 0' 7370 1726888123.85273: in local.exec_command() 7370 1726888123.85277: opening command with Popen() 7370 1726888123.85316: done running command with Popen() 7370 1726888123.85320: getting output with communicate() 7370 1726888123.85994: done communicating 7370 1726888123.85998: done with local.exec_command() 7370 1726888123.86001: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888123.8524683-7473-225582918980547=/root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547 , stderr= 7370 1726888123.86013: evaluation_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog 7370 1726888123.86041: search_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/inventory.yaml.j2 /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/inventory.yaml.j2 /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/inventory.yaml.j2 /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/inventory.yaml.j2 7370 1726888123.86061: variable 'ansible_search_path' from source: unknown 7370 1726888123.86214: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7370 1726888123.88059: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7370 1726888123.88135: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7370 1726888123.88179: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7370 1726888123.88226: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7370 1726888123.88260: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7370 1726888123.88368: variable 'hostvars' from source: magic vars 7370 1726888123.88408: in VariableManager get_vars() 7370 1726888123.88427: Calling all_inventory to load vars for managed_node1 7370 1726888123.88436: Calling groups_inventory to load vars for managed_node1 7370 1726888123.88445: Calling all_plugins_inventory to load vars for managed_node1 7370 1726888123.88457: Calling all_plugins_play to load vars for managed_node1 7370 1726888123.88465: Calling groups_plugins_inventory to load vars for managed_node1 7370 1726888123.88474: Calling groups_plugins_play to load vars for managed_node1 7370 1726888123.88517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888123.88537: done with get_vars() 7370 1726888123.88548: in VariableManager get_vars() 7370 1726888123.88556: Calling all_inventory to load vars for managed_node2 7370 1726888123.88563: Calling groups_inventory to load vars for managed_node2 7370 1726888123.88570: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888123.88590: Calling all_plugins_play to load vars for managed_node2 7370 1726888123.88597: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888123.88606: Calling groups_plugins_play to load vars for managed_node2 7370 1726888123.88772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888123.88937: done with get_vars() 7370 1726888123.88948: in VariableManager get_vars() 7370 1726888123.88957: Calling all_inventory to load vars for managed_node3 7370 1726888123.88966: Calling groups_inventory to load vars for managed_node3 7370 1726888123.88973: Calling all_plugins_inventory to load vars for managed_node3 7370 1726888123.88982: Calling all_plugins_play to load vars for managed_node3 7370 1726888123.88989: Calling groups_plugins_inventory to load vars for managed_node3 7370 1726888123.88998: Calling groups_plugins_play to load vars for managed_node3 7370 1726888123.89036: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888123.89050: done with get_vars() 7370 1726888123.89072: variable 'inventory_file' from source: host vars for 'managed_node1' 7370 1726888123.89080: variable 'inventory_dir' from source: host vars for 'managed_node1' 7370 1726888123.89086: variable 'ansible_host' from source: host vars for 'managed_node1' 7370 1726888123.89092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7370 1726888123.89098: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7370 1726888123.89103: variable 'inventory_hostname_short' from source: host vars for 'managed_node1' 7370 1726888123.89108: variable 'group_names' from source: host vars for 'managed_node1' 7370 1726888123.89116: variable 'ansible_facts' from source: unknown 7370 1726888123.89125: variable 'playbook_dir' from source: magic vars 7370 1726888123.89131: variable 'ansible_playbook_python' from source: magic vars 7370 1726888123.89136: variable 'ansible_config_file' from source: magic vars 7370 1726888123.89142: variable 'groups' from source: magic vars 7370 1726888123.89149: variable 'omit' from source: magic vars 7370 1726888123.89154: variable 'ansible_version' from source: magic vars 7370 1726888123.89161: variable 'ansible_check_mode' from source: magic vars 7370 1726888123.89166: variable 'ansible_diff_mode' from source: magic vars 7370 1726888123.89171: variable 'ansible_forks' from source: magic vars 7370 1726888123.89176: variable 'ansible_inventory_sources' from source: magic vars 7370 1726888123.89182: variable 'ansible_skip_tags' from source: magic vars 7370 1726888123.89190: variable 'ansible_limit' from source: magic vars 7370 1726888123.89195: variable 'ansible_run_tags' from source: magic vars 7370 1726888123.89200: variable 'ansible_verbosity' from source: magic vars 7370 1726888123.89244: variable 'inventory_file' from source: host vars for 'managed_node2' 7370 1726888123.89251: variable 'inventory_dir' from source: host vars for 'managed_node2' 7370 1726888123.89256: variable 'ansible_host' from source: host vars for 'managed_node2' 7370 1726888123.89262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7370 1726888123.89267: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7370 1726888123.89272: variable 'inventory_hostname_short' from source: host vars for 'managed_node2' 7370 1726888123.89277: variable 'group_names' from source: host vars for 'managed_node2' 7370 1726888123.89283: variable 'ansible_facts' from source: unknown 7370 1726888123.89339: variable 'ansible_ssh_host_key_dsa_public' from source: facts 7370 1726888123.89346: variable 'ansible_ssh_host_key_dsa_public_keytype' from source: facts 7370 1726888123.89351: variable 'ansible_ssh_host_key_rsa_public' from source: facts 7370 1726888123.89357: variable 'ansible_ssh_host_key_rsa_public_keytype' from source: facts 7370 1726888123.89361: variable 'ansible_ssh_host_key_ecdsa_public' from source: facts 7370 1726888123.89366: variable 'ansible_ssh_host_key_ecdsa_public_keytype' from source: facts 7370 1726888123.89371: variable 'ansible_ssh_host_key_ed25519_public' from source: facts 7370 1726888123.89375: variable 'ansible_ssh_host_key_ed25519_public_keytype' from source: facts 7370 1726888123.89380: variable 'ansible_system' from source: facts 7370 1726888123.89384: variable 'ansible_kernel' from source: facts 7370 1726888123.89389: variable 'ansible_kernel_version' from source: facts 7370 1726888123.89395: variable 'ansible_machine' from source: facts 7370 1726888123.89400: variable 'ansible_python_version' from source: facts 7370 1726888123.89407: variable 'ansible_fqdn' from source: facts 7370 1726888123.89412: variable 'ansible_hostname' from source: facts 7370 1726888123.89420: variable 'ansible_nodename' from source: facts 7370 1726888123.89428: variable 'ansible_domain' from source: facts 7370 1726888123.89433: variable 'ansible_userspace_bits' from source: facts 7370 1726888123.89438: variable 'ansible_architecture' from source: facts 7370 1726888123.89442: variable 'ansible_userspace_architecture' from source: facts 7370 1726888123.89447: variable 'ansible_machine_id' from source: facts 7370 1726888123.89452: variable 'ansible_cmdline' from source: facts 7370 1726888123.89458: variable 'ansible_proc_cmdline' from source: facts 7370 1726888123.89464: variable 'ansible_date_time' from source: facts 7370 1726888123.89470: variable 'ansible_user_id' from source: facts 7370 1726888123.89475: variable 'ansible_user_uid' from source: facts 7370 1726888123.89480: variable 'ansible_user_gid' from source: facts 7370 1726888123.89485: variable 'ansible_user_gecos' from source: facts 7370 1726888123.89489: variable 'ansible_user_dir' from source: facts 7370 1726888123.89493: variable 'ansible_user_shell' from source: facts 7370 1726888123.89500: variable 'ansible_real_user_id' from source: facts 7370 1726888123.89506: variable 'ansible_effective_user_id' from source: facts 7370 1726888123.89516: variable 'ansible_real_group_id' from source: facts 7370 1726888123.89524: variable 'ansible_effective_group_id' from source: facts 7370 1726888123.89530: variable 'ansible_is_chroot' from source: facts 7370 1726888123.89536: variable 'ansible_distribution' from source: facts 7370 1726888123.89541: variable 'ansible_distribution_release' from source: facts 7370 1726888123.89546: variable 'ansible_distribution_version' from source: facts 7370 1726888123.89550: variable 'ansible_distribution_major_version' from source: facts 7370 1726888123.89555: variable 'ansible_distribution_file_path' from source: facts 7370 1726888123.89559: variable 'ansible_distribution_file_variety' from source: facts 7370 1726888123.89564: variable 'ansible_distribution_file_parsed' from source: facts 7370 1726888123.89569: variable 'ansible_os_family' from source: facts 7370 1726888123.89574: variable 'ansible_python' from source: facts 7370 1726888123.89582: variable 'ansible_virtualization_type' from source: facts 7370 1726888123.89586: variable 'ansible_virtualization_role' from source: facts 7370 1726888123.89591: variable 'ansible_virtualization_tech_guest' from source: facts 7370 1726888123.89596: variable 'ansible_virtualization_tech_host' from source: facts 7370 1726888123.89600: variable 'ansible_iscsi_iqn' from source: facts 7370 1726888123.89605: variable 'ansible_hostnqn' from source: facts 7370 1726888123.89611: variable 'ansible_system_capabilities_enforced' from source: facts 7370 1726888123.89619: variable 'ansible_system_capabilities' from source: facts 7370 1726888123.89628: variable 'ansible_fibre_channel_wwn' from source: facts 7370 1726888123.89634: variable 'ansible_fips' from source: facts 7370 1726888123.89639: variable 'ansible_selinux_python_present' from source: facts 7370 1726888123.89644: variable 'ansible_selinux' from source: facts 7370 1726888123.89650: variable 'ansible_processor' from source: facts 7370 1726888123.89660: variable 'ansible_processor_count' from source: facts 7370 1726888123.89665: variable 'ansible_processor_cores' from source: facts 7370 1726888123.89670: variable 'ansible_processor_threads_per_core' from source: facts 7370 1726888123.89675: variable 'ansible_processor_vcpus' from source: facts 7370 1726888123.89680: variable 'ansible_processor_nproc' from source: facts 7370 1726888123.89685: variable 'ansible_memtotal_mb' from source: facts 7370 1726888123.89690: variable 'ansible_memfree_mb' from source: facts 7370 1726888123.89694: variable 'ansible_swaptotal_mb' from source: facts 7370 1726888123.89699: variable 'ansible_swapfree_mb' from source: facts 7370 1726888123.89704: variable 'ansible_memory_mb' from source: facts 7370 1726888123.89711: variable 'ansible_bios_date' from source: facts 7370 1726888123.89721: variable 'ansible_bios_vendor' from source: facts 7370 1726888123.89729: variable 'ansible_bios_version' from source: facts 7370 1726888123.89736: variable 'ansible_board_asset_tag' from source: facts 7370 1726888123.89741: variable 'ansible_board_name' from source: facts 7370 1726888123.89745: variable 'ansible_board_serial' from source: facts 7370 1726888123.89750: variable 'ansible_board_vendor' from source: facts 7370 1726888123.89755: variable 'ansible_board_version' from source: facts 7370 1726888123.89759: variable 'ansible_chassis_asset_tag' from source: facts 7370 1726888123.89763: variable 'ansible_chassis_serial' from source: facts 7370 1726888123.89768: variable 'ansible_chassis_vendor' from source: facts 7370 1726888123.89773: variable 'ansible_chassis_version' from source: facts 7370 1726888123.89778: variable 'ansible_form_factor' from source: facts 7370 1726888123.89782: variable 'ansible_product_name' from source: facts 7370 1726888123.89787: variable 'ansible_product_serial' from source: facts 7370 1726888123.89792: variable 'ansible_product_uuid' from source: facts 7370 1726888123.89796: variable 'ansible_product_version' from source: facts 7370 1726888123.89800: variable 'ansible_system_vendor' from source: facts 7370 1726888123.89805: variable 'ansible_devices' from source: facts 7370 1726888123.89818: variable 'ansible_device_links' from source: facts 7370 1726888123.89828: variable 'ansible_uptime_seconds' from source: facts 7370 1726888123.89834: variable 'ansible_lvm' from source: facts 7370 1726888123.89840: variable 'ansible_mounts' from source: facts 7370 1726888123.89849: variable 'ansible_local' from source: facts 7370 1726888123.89854: variable 'ansible_loadavg' from source: facts 7370 1726888123.89860: variable 'ansible_lsb' from source: facts 7370 1726888123.89865: variable 'ansible_apparmor' from source: facts 7370 1726888123.89870: variable 'ansible_dns' from source: facts 7370 1726888123.89875: variable 'ansible_env' from source: facts 7370 1726888123.89881: variable 'ansible_interfaces' from source: facts 7370 1726888123.89886: variable 'ansible_eth0' from source: facts 7370 1726888123.89899: variable 'ansible_lo' from source: facts 7370 1726888123.89912: variable 'ansible_default_ipv4' from source: facts 7370 1726888123.89924: variable 'ansible_default_ipv6' from source: facts 7370 1726888123.89931: variable 'ansible_all_ipv4_addresses' from source: facts 7370 1726888123.89937: variable 'ansible_all_ipv6_addresses' from source: facts 7370 1726888123.89943: variable 'ansible_locally_reachable_ips' from source: facts 7370 1726888123.89950: variable 'ansible_service_mgr' from source: facts 7370 1726888123.89957: variable 'ansible_pkg_mgr' from source: facts 7370 1726888123.89962: variable 'gather_subset' from source: facts 7370 1726888123.89967: variable 'module_setup' from source: facts 7370 1726888123.89973: variable 'discovered_interpreter_python' from source: facts 7370 1726888123.89977: variable 'tempinventory' from source: set_fact 7370 1726888123.89984: variable 'playbook_dir' from source: magic vars 7370 1726888123.89989: variable 'ansible_playbook_python' from source: magic vars 7370 1726888123.89994: variable 'ansible_config_file' from source: magic vars 7370 1726888123.89999: variable 'groups' from source: magic vars 7370 1726888123.90006: variable 'omit' from source: magic vars 7370 1726888123.90011: variable 'ansible_version' from source: magic vars 7370 1726888123.90021: variable 'ansible_check_mode' from source: magic vars 7370 1726888123.90029: variable 'ansible_diff_mode' from source: magic vars 7370 1726888123.90034: variable 'ansible_forks' from source: magic vars 7370 1726888123.90039: variable 'ansible_inventory_sources' from source: magic vars 7370 1726888123.90046: variable 'ansible_skip_tags' from source: magic vars 7370 1726888123.90052: variable 'ansible_limit' from source: magic vars 7370 1726888123.90057: variable 'ansible_run_tags' from source: magic vars 7370 1726888123.90063: variable 'ansible_verbosity' from source: magic vars 7370 1726888123.90929: variable 'inventory_file' from source: host vars for 'managed_node3' 7370 1726888123.90937: variable 'inventory_dir' from source: host vars for 'managed_node3' 7370 1726888123.90946: variable 'ansible_host' from source: host vars for 'managed_node3' 7370 1726888123.90952: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7370 1726888123.90958: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7370 1726888123.90964: variable 'inventory_hostname_short' from source: host vars for 'managed_node3' 7370 1726888123.90970: variable 'group_names' from source: host vars for 'managed_node3' 7370 1726888123.90976: variable 'ansible_facts' from source: unknown 7370 1726888123.90982: variable 'playbook_dir' from source: magic vars 7370 1726888123.90987: variable 'ansible_playbook_python' from source: magic vars 7370 1726888123.90993: variable 'ansible_config_file' from source: magic vars 7370 1726888123.90999: variable 'groups' from source: magic vars 7370 1726888123.91007: variable 'omit' from source: magic vars 7370 1726888123.91015: variable 'ansible_version' from source: magic vars 7370 1726888123.91026: variable 'ansible_check_mode' from source: magic vars 7370 1726888123.91033: variable 'ansible_diff_mode' from source: magic vars 7370 1726888123.91040: variable 'ansible_forks' from source: magic vars 7370 1726888123.91049: variable 'ansible_inventory_sources' from source: magic vars 7370 1726888123.91058: variable 'ansible_skip_tags' from source: magic vars 7370 1726888123.91065: variable 'ansible_limit' from source: magic vars 7370 1726888123.91071: variable 'ansible_run_tags' from source: magic vars 7370 1726888123.91077: variable 'ansible_verbosity' from source: magic vars 7370 1726888123.92254: 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__) 7370 1726888123.92303: variable 'ansible_delegated_vars' from source: unknown 7370 1726888123.92327: variable 'ansible_module_compression' from source: unknown 7370 1726888123.92390: ANSIBALLZ: Using generic lock for ansible.legacy.stat 7370 1726888123.92397: ANSIBALLZ: Acquiring lock 7370 1726888123.92403: ANSIBALLZ: Lock acquired: 140546141185392 7370 1726888123.92410: ANSIBALLZ: Creating module 7370 1726888124.05440: ANSIBALLZ: Writing module into payload 7370 1726888124.05554: ANSIBALLZ: Writing module 7370 1726888124.05578: ANSIBALLZ: Renaming module 7370 1726888124.05589: ANSIBALLZ: Done creating module 7370 1726888124.05606: variable 'ansible_python_interpreter' from source: host vars for 'localhost' 7370 1726888124.05692: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/AnsiballZ_stat.py 7370 1726888124.05768: done transferring module to remote 7370 1726888124.05792: _low_level_execute_command(): starting 7370 1726888124.05807: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/ /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/AnsiballZ_stat.py && sleep 0' 7370 1726888124.05822: in local.exec_command() 7370 1726888124.05833: opening command with Popen() 7370 1726888124.05885: done running command with Popen() 7370 1726888124.05889: getting output with communicate() 7370 1726888124.06480: done communicating 7370 1726888124.06483: done with local.exec_command() 7370 1726888124.06485: _low_level_execute_command() done: rc=0, stdout=, stderr= 7370 1726888124.06487: _low_level_execute_command(): starting 7370 1726888124.06489: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/AnsiballZ_stat.py && sleep 0' 7370 1726888124.06491: in local.exec_command() 7370 1726888124.06493: opening command with Popen() 7370 1726888124.06538: done running command with Popen() 7370 1726888124.06541: getting output with communicate() 7370 1726888124.25495: done communicating 7370 1726888124.25501: done with local.exec_command() 7370 1726888124.25515: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/tmp/ansible.at047t7d.yaml", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4b0cbf0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4b0c230> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4b0f170> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/local/lib64/python3.12/site-packages' Adding directory: '/usr/local/lib/python3.12/site-packages' Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c46a17f0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c46a2450> import 'site' # Python 3.12.5 (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.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c46f4290> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c46f43e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4717c80> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4734350> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c46f7f20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c46f5640> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c46dd400> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4737bf0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4736810> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c46f6510> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4735010> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4768c50> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c46dc680> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4769100> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4768fb0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c47693a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c46db1a0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4769a90> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4769760> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c476a990> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4784bc0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c47862d0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c47871d0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4787830> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4786720> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c45782f0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c47879e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c476a9f0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c45ac230> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c45acc20> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c45ac980> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c45acc50> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c45ad550> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c45adf10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c45ace30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c457a390> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c45af290> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c45ad3a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c476b0e0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c45d35f0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c45f7980> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4654740> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4656ea0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4654860> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4619730> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4415880> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c45f67b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c45d0230> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f05c45f6ae0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_07dvy5fu/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c446b5c0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c444e4b0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c444d610> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c446be60> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4497290> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4497020> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4496930> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4497080> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4496570> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4497f20> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c44b8080> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c44b8560> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c44de3c0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c44dffe0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d1c9e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d1daf0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d20620> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3d20740> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d1e8a0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d68470> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d22f90> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d22cf0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d23260> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d1edb0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3d6c680> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3d6cda0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d6fe60> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3d713d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d72750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c46a1cd0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d72840> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d733b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3c024b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3d7a3f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3c082c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3c00da0> import 'ansible.module_utils.distro._distro' # # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing 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 _datetime # cleanup[2] removing datetime # 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 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 _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy shutil # destroy tempfile # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy errno # destroy locale # destroy signal # destroy fcntl # destroy select # destroy selectors # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy datetime # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping _string # 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 _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy _datetime # destroy sys.monitoring # destroy _collections # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 7370 1726888124.25562: done with _execute_module (ansible.legacy.stat, {'path': '/tmp/ansible.at047t7d.yaml', '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-1726888123.8524683-7473-225582918980547/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7370 1726888124.25625: _low_level_execute_command(): starting 7370 1726888124.25631: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/ /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/.source.yaml && sleep 0' 7370 1726888124.25634: in local.exec_command() 7370 1726888124.25639: opening command with Popen() 7370 1726888124.25678: done running command with Popen() 7370 1726888124.25681: getting output with communicate() 7370 1726888124.26101: done communicating 7370 1726888124.26104: done with local.exec_command() 7370 1726888124.26106: _low_level_execute_command() done: rc=0, stdout=, stderr= 7370 1726888124.26126: variable 'ansible_delegated_vars' from source: unknown 7370 1726888124.26137: variable 'ansible_module_compression' from source: unknown 7370 1726888124.26170: ANSIBALLZ: Using generic lock for ansible.legacy.copy 7370 1726888124.26173: ANSIBALLZ: Acquiring lock 7370 1726888124.26175: ANSIBALLZ: Lock acquired: 140546141185392 7370 1726888124.26177: ANSIBALLZ: Creating module 7370 1726888124.34869: ANSIBALLZ: Writing module into payload 7370 1726888124.34983: ANSIBALLZ: Writing module 7370 1726888124.34999: ANSIBALLZ: Renaming module 7370 1726888124.35007: ANSIBALLZ: Done creating module 7370 1726888124.35027: variable 'ansible_python_interpreter' from source: host vars for 'localhost' 7370 1726888124.35081: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/AnsiballZ_copy.py 7370 1726888124.35137: done transferring module to remote 7370 1726888124.35153: _low_level_execute_command(): starting 7370 1726888124.35159: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/ /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/AnsiballZ_copy.py && sleep 0' 7370 1726888124.35162: in local.exec_command() 7370 1726888124.35167: opening command with Popen() 7370 1726888124.35199: done running command with Popen() 7370 1726888124.35205: getting output with communicate() 7370 1726888124.35639: done communicating 7370 1726888124.35643: done with local.exec_command() 7370 1726888124.35645: _low_level_execute_command() done: rc=0, stdout=, stderr= 7370 1726888124.35647: _low_level_execute_command(): starting 7370 1726888124.35654: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/AnsiballZ_copy.py && sleep 0' 7370 1726888124.35657: in local.exec_command() 7370 1726888124.35665: opening command with Popen() 7370 1726888124.35700: done running command with Popen() 7370 1726888124.35703: getting output with communicate() 7370 1726888124.53980: done communicating 7370 1726888124.53985: done with local.exec_command() 7370 1726888124.53998: _low_level_execute_command() done: rc=0, stdout= {"dest": "/tmp/ansible.at047t7d.yaml", "src": "/root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/.source.yaml", "md5sum": "c2b558136bd7f7c52eabad1fc0ee89d9", "checksum": "7b19d0293864fedd001fb12e87742e71f564e4b1", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 47556, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/.source.yaml", "dest": "/tmp/ansible.at047t7d.yaml", "mode": "0644", "follow": false, "_original_basename": "inventory.yaml.j2", "checksum": "7b19d0293864fedd001fb12e87742e71f564e4b1", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bef90bf0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bef90230> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bef93170> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/local/lib64/python3.12/site-packages' Adding directory: '/usr/local/lib/python3.12/site-packages' Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb01820> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb024b0> import 'site' # Python 3.12.5 (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.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb542f0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb54440> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb77ce0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb943b0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb57f80> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb556a0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb3d460> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb97c20> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb96840> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb56690> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb950a0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebc8c50> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb3c6e0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6bebc9100> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebc8fb0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6bebc93a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6beb3b200> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebc9a90> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebc9760> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebca990> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebe4bc0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6bebe62d0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebe71d0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6bebe7830> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebe6720> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6bebfc2f0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebe79e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebca9f0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be9dc230> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be9dcbf0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be9dc950> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be9dcc20> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be9dd550> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be9ddf40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be9dce00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebfe390> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be9df320> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be9de060> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bebcb0e0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bea036b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bea23a10> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bea80800> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bea82f60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bea80920> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bea497f0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be325940> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bea22810> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6bea002c0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff6be325be0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.copy_payload_e76s89x5/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be37b680> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be35e570> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be35d6d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be37bf50> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be3a7320> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be3a70b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be3a69c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be3a7350> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be3a6600> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be3a7fb0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be3c81d0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be3c8710> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be3ee4b0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be3efbc0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be214aa0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be215be0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be218650> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be2187a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be216930> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be260500> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be21b020> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be21ad80> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be21b2f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be216e40> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be264740> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be264fb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be264a40> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6be2694c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be26a960> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be264da0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be26a9f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be26b650> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be2fa690> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be2725a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be1003e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be2f8200> import 'ansible.module_utils.distro._distro' # # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/filecmp.cpython-312.pyc matches /usr/lib64/python3.12/filecmp.py # code object from '/usr/lib64/python3.12/__pycache__/filecmp.cpython-312.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6be272ea0> # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing 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 _datetime # cleanup[2] removing datetime # 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 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 _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing ansible.module_utils.distro._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 # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy shutil # destroy tempfile # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy errno # destroy locale # destroy signal # destroy fcntl # destroy select # destroy selectors # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy datetime # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping _string # 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 _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy _datetime # destroy sys.monitoring # destroy _collections # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 7370 1726888124.54052: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/.source.yaml', 'dest': '/tmp/ansible.at047t7d.yaml', 'mode': '0644', 'follow': False, '_original_basename': 'inventory.yaml.j2', 'checksum': '7b19d0293864fedd001fb12e87742e71f564e4b1', '_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-1726888123.8524683-7473-225582918980547/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7370 1726888124.54077: _low_level_execute_command(): starting 7370 1726888124.54085: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/ > /dev/null 2>&1 && sleep 0' 7370 1726888124.54088: in local.exec_command() 7370 1726888124.54093: opening command with Popen() 7370 1726888124.54143: done running command with Popen() 7370 1726888124.54146: getting output with communicate() 7370 1726888124.54572: done communicating 7370 1726888124.54575: done with local.exec_command() 7370 1726888124.54578: _low_level_execute_command() done: rc=0, stdout=, stderr= 7370 1726888124.54586: handler run complete 7370 1726888124.54604: variable 'ansible_host' from source: unknown 7370 1726888124.54607: variable 'ansible_port' from source: unknown 7370 1726888124.54609: variable 'ansible_user' from source: unknown 7370 1726888124.54611: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888124.54616: attempt loop complete, returning result 7370 1726888124.54619: _execute() done 7370 1726888124.54621: dumping result to json 7370 1726888124.54629: done dumping result, returning 7370 1726888124.54634: done running TaskExecutor() for managed_node2/TASK: Create static inventory from hostvars [0ed44806-2f0b-c1a4-7e85-000000000007] 7370 1726888124.54638: sending task result for task 0ed44806-2f0b-c1a4-7e85-000000000007 7370 1726888124.54755: done sending task result for task 0ed44806-2f0b-c1a4-7e85-000000000007 7370 1726888124.54758: WORKER PROCESS EXITING changed: [managed_node2 -> localhost] => { "changed": true, "checksum": "7b19d0293864fedd001fb12e87742e71f564e4b1", "dest": "/tmp/ansible.at047t7d.yaml", "gid": 0, "group": "root", "md5sum": "c2b558136bd7f7c52eabad1fc0ee89d9", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 47556, "src": "/root/.ansible/tmp/ansible-tmp-1726888123.8524683-7473-225582918980547/.source.yaml", "state": "file", "uid": 0 } 7370 1726888124.54832: no more pending results, returning what we have 7370 1726888124.54835: results queue empty 7370 1726888124.54836: checking for any_errors_fatal 7370 1726888124.54843: done checking for any_errors_fatal 7370 1726888124.54844: checking for max_fail_percentage 7370 1726888124.54846: done checking for max_fail_percentage 7370 1726888124.54847: checking to see if all hosts have failed and the running result is not ok 7370 1726888124.54847: done checking to see if all hosts have failed 7370 1726888124.54848: getting the remaining hosts for this loop 7370 1726888124.54849: done getting the remaining hosts for this loop 7370 1726888124.54853: getting the next task for host managed_node2 7370 1726888124.54857: done getting next task for host managed_node2 7370 1726888124.54859: ^ task is: TASK: Run ansible-playbook with tests_default.yml in check mode 7370 1726888124.54861: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7370 1726888124.54864: getting variables 7370 1726888124.54865: in VariableManager get_vars() 7370 1726888124.54893: Calling all_inventory to load vars for managed_node2 7370 1726888124.54896: Calling groups_inventory to load vars for managed_node2 7370 1726888124.54899: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888124.54909: Calling all_plugins_play to load vars for managed_node2 7370 1726888124.54911: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888124.54916: Calling groups_plugins_play to load vars for managed_node2 7370 1726888124.55056: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888124.55170: done with get_vars() 7370 1726888124.55178: done getting variables 7370 1726888124.55252: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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 [Run ansible-playbook with tests_default.yml in check mode] *************** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:22 Friday 20 September 2024 23:08:44 -0400 (0:00:00.722) 0:00:03.128 ****** 7370 1726888124.55271: entering _queue_task() for managed_node2/command 7370 1726888124.55273: Creating lock for command 7370 1726888124.55468: worker is 1 (out of 1 available) 7370 1726888124.55478: exiting _queue_task() for managed_node2/command 7370 1726888124.55489: done queuing things up, now waiting for results queue to drain 7370 1726888124.55491: waiting for pending results... 7370 1726888124.55633: running TaskExecutor() for managed_node2/TASK: Run ansible-playbook with tests_default.yml in check mode 7370 1726888124.55686: in run() - task 0ed44806-2f0b-c1a4-7e85-000000000008 7370 1726888124.55696: variable 'ansible_search_path' from source: unknown 7370 1726888124.55727: calling self._execute() 7370 1726888124.55748: in VariableManager get_vars() 7370 1726888124.55836: Calling all_inventory to load vars for localhost 7370 1726888124.55840: Calling groups_inventory to load vars for localhost 7370 1726888124.55843: Calling all_plugins_inventory to load vars for localhost 7370 1726888124.55858: Calling all_plugins_play to load vars for localhost 7370 1726888124.55863: Calling groups_plugins_inventory to load vars for localhost 7370 1726888124.55869: Calling groups_plugins_play to load vars for localhost 7370 1726888124.55926: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888124.55944: done with get_vars() 7370 1726888124.55948: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7370 1726888124.55982: variable 'ansible_delegated_vars' from source: unknown 7370 1726888124.55985: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888124.55989: no remote address found for delegated host localhost using its name, so success depends on DNS resolution 7370 1726888124.56004: variable 'omit' from source: magic vars 7370 1726888124.56064: variable 'omit' from source: magic vars 7370 1726888124.56085: variable 'omit' from source: magic vars 7370 1726888124.56320: variable 'tempinventory' from source: set_fact 7370 1726888124.56357: variable 'omit' from source: magic vars 7370 1726888124.56367: variable 'ansible_delegated_vars' from source: unknown 7370 1726888124.56370: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888124.56373: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888124.56389: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7370 1726888124.56411: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=True, class_only=False) 7370 1726888124.56426: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7370 1726888124.56443: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7370 1726888124.56449: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7370 1726888124.56497: Set connection var ansible_shell_executable to /bin/sh 7370 1726888124.56500: Set connection var ansible_pipelining to False 7370 1726888124.56503: Set connection var ansible_connection to local 7370 1726888124.56505: Set connection var ansible_timeout to 10 7370 1726888124.56510: Set connection var ansible_module_compression to ZIP_DEFLATED 7370 1726888124.56517: Set connection var ansible_shell_type to sh 7370 1726888124.56533: variable 'ansible_delegated_vars' from source: unknown 7370 1726888124.56536: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888124.56538: variable 'ansible_user' from source: unknown 7370 1726888124.56642: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7370 1726888124.56649: variable 'omit' from source: magic vars 7370 1726888124.56653: starting attempt loop 7370 1726888124.56656: running the handler 7370 1726888124.56676: _low_level_execute_command(): starting 7370 1726888124.56685: _low_level_execute_command(): executing: /bin/sh -c 'echo ~root && sleep 0' 7370 1726888124.56692: in local.exec_command() 7370 1726888124.56696: opening command with Popen() 7370 1726888124.56748: done running command with Popen() 7370 1726888124.56752: getting output with communicate() 7370 1726888124.57104: done communicating 7370 1726888124.57108: done with local.exec_command() 7370 1726888124.57110: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 7370 1726888124.57117: _low_level_execute_command(): starting 7370 1726888124.57127: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888124.5710402-7499-190209299715684 `" && echo ansible-tmp-1726888124.5710402-7499-190209299715684="` echo /root/.ansible/tmp/ansible-tmp-1726888124.5710402-7499-190209299715684 `" ) && sleep 0' 7370 1726888124.57130: in local.exec_command() 7370 1726888124.57137: opening command with Popen() 7370 1726888124.57167: done running command with Popen() 7370 1726888124.57170: getting output with communicate() 7370 1726888124.57840: done communicating 7370 1726888124.57843: done with local.exec_command() 7370 1726888124.57846: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888124.5710402-7499-190209299715684=/root/.ansible/tmp/ansible-tmp-1726888124.5710402-7499-190209299715684 , stderr= 7370 1726888124.57863: variable 'ansible_delegated_vars' from source: unknown 7370 1726888124.57873: variable 'ansible_module_compression' from source: unknown 7370 1726888124.57912: ANSIBALLZ: Using generic lock for ansible.legacy.command 7370 1726888124.57917: ANSIBALLZ: Acquiring lock 7370 1726888124.57920: ANSIBALLZ: Lock acquired: 140546141185392 7370 1726888124.57922: ANSIBALLZ: Creating module 7370 1726888124.66399: ANSIBALLZ: Writing module into payload 7370 1726888124.66476: ANSIBALLZ: Writing module 7370 1726888124.66497: ANSIBALLZ: Renaming module 7370 1726888124.66501: ANSIBALLZ: Done creating module 7370 1726888124.66513: variable 'ansible_python_interpreter' from source: host vars for 'localhost' 7370 1726888124.66562: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888124.5710402-7499-190209299715684/AnsiballZ_command.py 7370 1726888124.66629: done transferring module to remote 7370 1726888124.66642: _low_level_execute_command(): starting 7370 1726888124.66649: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888124.5710402-7499-190209299715684/ /root/.ansible/tmp/ansible-tmp-1726888124.5710402-7499-190209299715684/AnsiballZ_command.py && sleep 0' 7370 1726888124.66651: in local.exec_command() 7370 1726888124.66656: opening command with Popen() 7370 1726888124.66690: done running command with Popen() 7370 1726888124.66693: getting output with communicate() 7370 1726888124.67135: done communicating 7370 1726888124.67140: done with local.exec_command() 7370 1726888124.67143: _low_level_execute_command() done: rc=0, stdout=, stderr= 7370 1726888124.67145: _low_level_execute_command(): starting 7370 1726888124.67153: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888124.5710402-7499-190209299715684/AnsiballZ_command.py && sleep 0' 7370 1726888124.67155: in local.exec_command() 7370 1726888124.67163: opening command with Popen() 7370 1726888124.67195: done running command with Popen() 7370 1726888124.67198: getting output with communicate() 7370 1726888145.93024: done communicating 7370 1726888145.93033: done with local.exec_command() 7370 1726888146.04878: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": " 7519 1726888125.10704: starting run\nansible-playbook [core 2.17.4]\n config file = None\n configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']\n ansible python module location = /usr/local/lib/python3.12/site-packages/ansible\n ansible collection location = /tmp/collections-Qcc\n executable location = /usr/local/bin/ansible-playbook\n 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)\n jinja version = 3.1.4\n libyaml = True\nNo config file found; using defaults\n 7519 1726888125.11031: Added group all to inventory\n 7519 1726888125.11033: Added group ungrouped to inventory\n 7519 1726888125.11037: Group all now contains ungrouped\n 7519 1726888125.11040: Examining possible inventory source: /tmp/ansible.at047t7d.yaml\n 7519 1726888125.20142: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache\n 7519 1726888125.20193: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py\n 7519 1726888125.20216: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory\n 7519 1726888125.20268: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py\n 7519 1726888125.20328: Loaded config def from plugin (inventory/script)\n 7519 1726888125.20330: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py\n 7519 1726888125.20365: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py\n 7519 1726888125.20435: Loaded config def from plugin (inventory/yaml)\n 7519 1726888125.20437: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py\n 7519 1726888125.20510: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py\n 7519 1726888125.20847: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py\n 7519 1726888125.20849: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py)\nhost_list declined parsing /tmp/ansible.at047t7d.yaml as it did not pass its verify_file() method\n 7519 1726888125.20852: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py)\nscript declined parsing /tmp/ansible.at047t7d.yaml as it did not pass its verify_file() method\n 7519 1726888125.20858: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py)\n 7519 1726888125.20861: Loading data from /tmp/ansible.at047t7d.yaml\n 7519 1726888125.23171: /tmp/ansible.at047t7d.yaml was not parsable by auto\n 7519 1726888125.23226: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py)\n 7519 1726888125.23258: Loading data from /tmp/ansible.at047t7d.yaml\n 7519 1726888125.26471: group all already in inventory\n 7519 1726888125.26477: set inventory_file for managed_node1\n 7519 1726888125.26481: set inventory_dir for managed_node1\n 7519 1726888125.26482: Added host managed_node1 to inventory\n 7519 1726888125.26483: Added host managed_node1 to group all\n 7519 1726888125.26484: set ansible_check_mode for managed_node1\n 7519 1726888125.26484: set ansible_config_file for managed_node1\n 7519 1726888125.26485: set ansible_diff_mode for managed_node1\n 7519 1726888125.26485: set ansible_facts for managed_node1\n 7519 1726888125.26486: set ansible_forks for managed_node1\n 7519 1726888125.26486: set ansible_host for managed_node1\n 7519 1726888125.26487: set ansible_inventory_sources for managed_node1\n 7519 1726888125.26487: set ansible_limit for managed_node1\n 7519 1726888125.26488: set ansible_playbook_python for managed_node1\n 7519 1726888125.26488: set ansible_run_tags for managed_node1\n 7519 1726888125.26489: set ansible_skip_tags for managed_node1\n 7519 1726888125.26489: set ansible_ssh_extra_args for managed_node1\n 7519 1726888125.26490: set ansible_verbosity for managed_node1\n 7519 1726888125.26490: set ansible_version for managed_node1\n 7519 1726888125.26491: set group_names for managed_node1\n 7519 1726888125.26491: set groups for managed_node1\n 7519 1726888125.26494: set inventory_dir for managed_node1\n 7519 1726888125.26495: set inventory_file for managed_node1\n 7519 1726888125.26495: set inventory_hostname for managed_node1\n 7519 1726888125.26496: set inventory_hostname_short for managed_node1\n 7519 1726888125.26496: set omit for managed_node1\n 7519 1726888125.26497: set playbook_dir for managed_node1\n 7519 1726888125.26499: set inventory_file for managed_node2\n 7519 1726888125.26501: set inventory_dir for managed_node2\n 7519 1726888125.26501: Added host managed_node2 to inventory\n 7519 1726888125.26502: Added host managed_node2 to group all\n 7519 1726888125.26503: set ansible_all_ipv4_addresses for managed_node2\n 7519 1726888125.26503: set ansible_all_ipv6_addresses for managed_node2\n 7519 1726888125.26504: set ansible_apparmor for managed_node2\n 7519 1726888125.26504: set ansible_architecture for managed_node2\n 7519 1726888125.26505: set ansible_bios_date for managed_node2\n 7519 1726888125.26505: set ansible_bios_vendor for managed_node2\n 7519 1726888125.26506: set ansible_bios_version for managed_node2\n 7519 1726888125.26506: set ansible_board_asset_tag for managed_node2\n 7519 1726888125.26506: set ansible_board_name for managed_node2\n 7519 1726888125.26507: set ansible_board_serial for managed_node2\n 7519 1726888125.26507: set ansible_board_vendor for managed_node2\n 7519 1726888125.26508: set ansible_board_version for managed_node2\n 7519 1726888125.26508: set ansible_chassis_asset_tag for managed_node2\n 7519 1726888125.26509: set ansible_chassis_serial for managed_node2\n 7519 1726888125.26509: set ansible_chassis_vendor for managed_node2\n 7519 1726888125.26510: set ansible_chassis_version for managed_node2\n 7519 1726888125.26510: set ansible_check_mode for managed_node2\n 7519 1726888125.26511: set ansible_cmdline for managed_node2\n 7519 1726888125.26511: set ansible_config_file for managed_node2\n 7519 1726888125.26512: set ansible_date_time for managed_node2\n 7519 1726888125.26512: set ansible_default_ipv4 for managed_node2\n 7519 1726888125.26513: set ansible_default_ipv6 for managed_node2\n 7519 1726888125.26514: set ansible_device_links for managed_node2\n 7519 1726888125.26514: set ansible_devices for managed_node2\n 7519 1726888125.26515: set ansible_diff_mode for managed_node2\n 7519 1726888125.26515: set ansible_distribution for managed_node2\n 7519 1726888125.26516: set ansible_distribution_file_parsed for managed_node2\n 7519 1726888125.26516: set ansible_distribution_file_path for managed_node2\n 7519 1726888125.26517: set ansible_distribution_file_variety for managed_node2\n 7519 1726888125.26517: set ansible_distribution_major_version for managed_node2\n 7519 1726888125.26518: set ansible_distribution_release for managed_node2\n 7519 1726888125.26518: set ansible_distribution_version for managed_node2\n 7519 1726888125.26519: set ansible_dns for managed_node2\n 7519 1726888125.26519: set ansible_domain for managed_node2\n 7519 1726888125.26520: set ansible_effective_group_id for managed_node2\n 7519 1726888125.26520: set ansible_effective_user_id for managed_node2\n 7519 1726888125.26521: set ansible_env for managed_node2\n 7519 1726888125.26521: set ansible_eth0 for managed_node2\n 7519 1726888125.26521: set ansible_facts for managed_node2\n 7519 1726888125.26523: set ansible_fibre_channel_wwn for managed_node2\n 7519 1726888125.26524: set ansible_fips for managed_node2\n 7519 1726888125.26525: set ansible_forks for managed_node2\n 7519 1726888125.26525: set ansible_form_factor for managed_node2\n 7519 1726888125.26526: set ansible_fqdn for managed_node2\n 7519 1726888125.26526: set ansible_host for managed_node2\n 7519 1726888125.26527: set ansible_hostname for managed_node2\n 7519 1726888125.26527: set ansible_hostnqn for managed_node2\n 7519 1726888125.26530: set ansible_interfaces for managed_node2\n 7519 1726888125.26531: set ansible_inventory_sources for managed_node2\n 7519 1726888125.26532: set ansible_is_chroot for managed_node2\n 7519 1726888125.26532: set ansible_iscsi_iqn for managed_node2\n 7519 1726888125.26537: set ansible_kernel for managed_node2\n 7519 1726888125.26538: set ansible_kernel_version for managed_node2\n 7519 1726888125.26539: set ansible_limit for managed_node2\n 7519 1726888125.26539: set ansible_lo for managed_node2\n 7519 1726888125.26540: set ansible_loadavg for managed_node2\n 7519 1726888125.26540: set ansible_local for managed_node2\n 7519 1726888125.26540: set ansible_locally_reachable_ips for managed_node2\n 7519 1726888125.26541: set ansible_lsb for managed_node2\n 7519 1726888125.26541: set ansible_lvm for managed_node2\n 7519 1726888125.26542: set ansible_machine for managed_node2\n 7519 1726888125.26542: set ansible_machine_id for managed_node2\n 7519 1726888125.26543: set ansible_memfree_mb for managed_node2\n 7519 1726888125.26543: set ansible_memory_mb for managed_node2\n 7519 1726888125.26544: set ansible_memtotal_mb for managed_node2\n 7519 1726888125.26544: set ansible_mounts for managed_node2\n 7519 1726888125.26545: set ansible_nodename for managed_node2\n 7519 1726888125.26545: set ansible_os_family for managed_node2\n 7519 1726888125.26546: set ansible_pkg_mgr for managed_node2\n 7519 1726888125.26546: set ansible_playbook_python for managed_node2\n 7519 1726888125.26548: set ansible_proc_cmdline for managed_node2\n 7519 1726888125.26549: set ansible_processor for managed_node2\n 7519 1726888125.26549: set ansible_processor_cores for managed_node2\n 7519 1726888125.26550: set ansible_processor_count for managed_node2\n 7519 1726888125.26551: set ansible_processor_nproc for managed_node2\n 7519 1726888125.26551: set ansible_processor_threads_per_core for managed_node2\n 7519 1726888125.26552: set ansible_processor_vcpus for managed_node2\n 7519 1726888125.26553: set ansible_product_name for managed_node2\n 7519 1726888125.26553: set ansible_product_serial for managed_node2\n 7519 1726888125.26554: set ansible_product_uuid for managed_node2\n 7519 1726888125.26554: set ansible_product_version for managed_node2\n 7519 1726888125.26555: set ansible_python for managed_node2\n 7519 1726888125.26555: set ansible_python_version for managed_node2\n 7519 1726888125.26556: set ansible_real_group_id for managed_node2\n 7519 1726888125.26556: set ansible_real_user_id for managed_node2\n 7519 1726888125.26557: set ansible_run_tags for managed_node2\n 7519 1726888125.26557: set ansible_selinux for managed_node2\n 7519 1726888125.26557: set ansible_selinux_python_present for managed_node2\n 7519 1726888125.26558: set ansible_service_mgr for managed_node2\n 7519 1726888125.26559: set ansible_skip_tags for managed_node2\n 7519 1726888125.26560: set ansible_ssh_extra_args for managed_node2\n 7519 1726888125.26560: set ansible_ssh_host_key_dsa_public for managed_node2\n 7519 1726888125.26561: set ansible_ssh_host_key_dsa_public_keytype for managed_node2\n 7519 1726888125.26561: set ansible_ssh_host_key_ecdsa_public for managed_node2\n 7519 1726888125.26562: set ansible_ssh_host_key_ecdsa_public_keytype for managed_node2\n 7519 1726888125.26562: set ansible_ssh_host_key_ed25519_public for managed_node2\n 7519 1726888125.26563: set ansible_ssh_host_key_ed25519_public_keytype for managed_node2\n 7519 1726888125.26563: set ansible_ssh_host_key_rsa_public for managed_node2\n 7519 1726888125.26564: set ansible_ssh_host_key_rsa_public_keytype for managed_node2\n 7519 1726888125.26564: set ansible_swapfree_mb for managed_node2\n 7519 1726888125.26565: set ansible_swaptotal_mb for managed_node2\n 7519 1726888125.26565: set ansible_system for managed_node2\n 7519 1726888125.26566: set ansible_system_capabilities for managed_node2\n 7519 1726888125.26566: set ansible_system_capabilities_enforced for managed_node2\n 7519 1726888125.26567: set ansible_system_vendor for managed_node2\n 7519 1726888125.26567: set ansible_uptime_seconds for managed_node2\n 7519 1726888125.26567: set ansible_user_dir for managed_node2\n 7519 1726888125.26568: set ansible_user_gecos for managed_node2\n 7519 1726888125.26568: set ansible_user_gid for managed_node2\n 7519 1726888125.26569: set ansible_user_id for managed_node2\n 7519 1726888125.26569: set ansible_user_shell for managed_node2\n 7519 1726888125.26570: set ansible_user_uid for managed_node2\n 7519 1726888125.26570: set ansible_userspace_architecture for managed_node2\n 7519 1726888125.26571: set ansible_userspace_bits for managed_node2\n 7519 1726888125.26571: set ansible_verbosity for managed_node2\n 7519 1726888125.26572: set ansible_version for managed_node2\n 7519 1726888125.26572: set ansible_virtualization_role for managed_node2\n 7519 1726888125.26573: set ansible_virtualization_tech_guest for managed_node2\n 7519 1726888125.26573: set ansible_virtualization_tech_host for managed_node2\n 7519 1726888125.26573: set ansible_virtualization_type for managed_node2\n 7519 1726888125.26574: set discovered_interpreter_python for managed_node2\n 7519 1726888125.26574: set gather_subset for managed_node2\n 7519 1726888125.26575: set group_names for managed_node2\n 7519 1726888125.26575: set groups for managed_node2\n 7519 1726888125.26576: set inventory_dir for managed_node2\n 7519 1726888125.26577: set inventory_file for managed_node2\n 7519 1726888125.26577: set inventory_hostname for managed_node2\n 7519 1726888125.26577: set inventory_hostname_short for managed_node2\n 7519 1726888125.26578: set module_setup for managed_node2\n 7519 1726888125.26578: set omit for managed_node2\n 7519 1726888125.26579: set playbook_dir for managed_node2\n 7519 1726888125.26579: set tempinventory for managed_node2\n 7519 1726888125.26582: set inventory_file for managed_node3\n 7519 1726888125.26584: set inventory_dir for managed_node3\n 7519 1726888125.26585: Added host managed_node3 to inventory\n 7519 1726888125.26586: Added host managed_node3 to group all\n 7519 1726888125.26586: set ansible_check_mode for managed_node3\n 7519 1726888125.26587: set ansible_config_file for managed_node3\n 7519 1726888125.26587: set ansible_diff_mode for managed_node3\n 7519 1726888125.26588: set ansible_facts for managed_node3\n 7519 1726888125.26588: set ansible_forks for managed_node3\n 7519 1726888125.26589: set ansible_host for managed_node3\n 7519 1726888125.26589: set ansible_inventory_sources for managed_node3\n 7519 1726888125.26590: set ansible_limit for managed_node3\n 7519 1726888125.26590: set ansible_playbook_python for managed_node3\n 7519 1726888125.26591: set ansible_run_tags for managed_node3\n 7519 1726888125.26591: set ansible_skip_tags for managed_node3\n 7519 1726888125.26591: set ansible_ssh_extra_args for managed_node3\n 7519 1726888125.26592: set ansible_verbosity for managed_node3\n 7519 1726888125.26592: set ansible_version for managed_node3\n 7519 1726888125.26593: set group_names for managed_node3\n 7519 1726888125.26593: set groups for managed_node3\n 7519 1726888125.26594: set inventory_dir for managed_node3\n 7519 1726888125.26594: set inventory_file for managed_node3\n 7519 1726888125.26595: set inventory_hostname for managed_node3\n 7519 1726888125.26595: set inventory_hostname_short for managed_node3\n 7519 1726888125.26596: set omit for managed_node3\n 7519 1726888125.26596: set playbook_dir for managed_node3\nParsed /tmp/ansible.at047t7d.yaml inventory source with yaml plugin\n 7519 1726888125.26599: Reconcile groups and hosts in inventory.\n 7519 1726888125.26602: Group ungrouped now contains managed_node1\n 7519 1726888125.26603: Group ungrouped now contains managed_node2\n 7519 1726888125.26604: Group ungrouped now contains managed_node3\n 7519 1726888125.26685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name\n 7519 1726888125.26788: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments\n 7519 1726888125.26826: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py\n 7519 1726888125.26847: Loaded config def from plugin (vars/host_group_vars)\n 7519 1726888125.26849: 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)\n 7519 1726888125.26854: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars\n 7519 1726888125.26860: 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)\n 7519 1726888125.26892: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False)\n 7519 1726888125.27175: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888125.27261: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py\n 7519 1726888125.27284: Loaded config def from plugin (connection/local)\n 7519 1726888125.27286: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True)\n 7519 1726888125.27632: Loaded config def from plugin (connection/paramiko_ssh)\n 7519 1726888125.27635: 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)\n 7519 1726888125.28293: 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)\n 7519 1726888125.28319: Loaded config def from plugin (connection/psrp)\n 7519 1726888125.28321: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True)\n 7519 1726888125.28793: 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)\n 7519 1726888125.28818: Loaded config def from plugin (connection/ssh)\n 7519 1726888125.28820: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True)\n 7519 1726888125.30226: 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)\n 7519 1726888125.30254: Loaded config def from plugin (connection/winrm)\n 7519 1726888125.30256: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True)\n 7519 1726888125.30278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name\n 7519 1726888125.30335: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py\n 7519 1726888125.30380: Loaded config def from plugin (shell/cmd)\n 7519 1726888125.30382: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True)\n 7519 1726888125.30394: 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)\n 7519 1726888125.30433: Loaded config def from plugin (shell/powershell)\n 7519 1726888125.30434: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True)\n 7519 1726888125.30486: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py\n 7519 1726888125.30635: Loaded config def from plugin (shell/sh)\n 7519 1726888125.30637: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True)\n 7519 1726888125.30659: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name\n 7519 1726888125.30852: Loaded config def from plugin (become/runas)\n 7519 1726888125.30853: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True)\n 7519 1726888125.30972: Loaded config def from plugin (become/su)\n 7519 1726888125.30973: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True)\n 7519 1726888125.31078: Loaded config def from plugin (become/sudo)\n 7519 1726888125.31079: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=False, class_only=True)\nrunning playbook inside collection fedora.linux_system_roles\n 7519 1726888125.31103: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default.yml\n 7519 1726888125.31190: in VariableManager get_vars()\n 7519 1726888125.31205: done with get_vars()\n 7519 1726888125.31270: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/vars/main.yml\n 7519 1726888125.31317: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/defaults/main.yml\n 7519 1726888125.31355: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/meta/main.yml\n 7519 1726888125.31430: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml\n 7519 1726888125.31852: in VariableManager get_vars()\n 7519 1726888125.31867: done with get_vars()\n 7519 1726888125.31952: trying /usr/local/lib/python3.12/site-packages/ansible/modules\n 7519 1726888125.34791: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action\n 7519 1726888125.34894: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__\n 7519 1726888125.36325: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/handlers/main.yml\n 7519 1726888125.36460: in VariableManager get_vars()\n 7519 1726888125.36473: done with get_vars()\n 7519 1726888125.36502: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback\n 7519 1726888125.36510: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__\nredirecting (type: callback) ansible.builtin.debug to ansible.posix.debug\nredirecting (type: callback) ansible.builtin.debug to ansible.posix.debug\n 7519 1726888125.36707: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py\n 7519 1726888125.36804: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug)\n 7519 1726888125.36806: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback)\n 7519 1726888125.36830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name\n 7519 1726888125.36846: 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)\n 7519 1726888125.36954: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py\n 7519 1726888125.36993: Loaded config def from plugin (callback/default)\n 7519 1726888125.36995: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True)\n 7519 1726888125.37876: Loaded config def from plugin (callback/junit)\n 7519 1726888125.37878: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True)\n 7519 1726888125.37918: 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)\n 7519 1726888125.37959: Loaded config def from plugin (callback/minimal)\n 7519 1726888125.37961: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True)\n 7519 1726888125.37995: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True)\n 7519 1726888125.38044: Loaded config def from plugin (callback/tree)\n 7519 1726888125.38046: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True)\nredirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks\n 7519 1726888125.38129: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks)\n 7519 1726888125.38131: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True)\nSkipping callback 'default', as we already have a stdout callback.\nSkipping callback 'minimal', as we already have a stdout callback.\nSkipping callback 'oneline', as we already have a stdout callback.\n\nPLAYBOOK: tests_default.yml ****************************************************\n1 plays in tests_default.yml\n 7519 1726888125.38148: in VariableManager get_vars()\n 7519 1726888125.38158: done with get_vars()\n 7519 1726888125.38162: in VariableManager get_vars()\n 7519 1726888125.38169: done with get_vars()\n 7519 1726888125.38173: variable 'omit' from source: magic vars\n 7519 1726888125.38200: in VariableManager get_vars()\n 7519 1726888125.38212: done with get_vars()\n 7519 1726888125.38230: variable 'omit' from source: magic vars\n\nPLAY [Ensure that the role runs with default parameters] ***********************\n 7519 1726888125.38853: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy\n 7519 1726888125.38924: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py\n 7519 1726888125.38951: getting the remaining hosts for this loop\n 7519 1726888125.38953: done getting the remaining hosts for this loop\n 7519 1726888125.38955: getting the next task for host managed_node1\n 7519 1726888125.38958: done getting next task for host managed_node1\n 7519 1726888125.38959: ^ task is: TASK: Test setup and check for ostree\n 7519 1726888125.38960: ^ 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\n 7519 1726888125.38961: getting the next task for host managed_node2\n 7519 1726888125.38963: done getting next task for host managed_node2\n 7519 1726888125.38963: ^ task is: TASK: Test setup and check for ostree\n 7519 1726888125.38964: ^ 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\n 7519 1726888125.38965: getting the next task for host managed_node3\n 7519 1726888125.38966: done getting next task for host managed_node3\n 7519 1726888125.38967: ^ task is: TASK: Test setup and check for ostree\n 7519 1726888125.38967: ^ 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\n 7519 1726888125.38969: getting variables\n 7519 1726888125.38970: in VariableManager get_vars()\n 7519 1726888125.38978: Calling all_inventory to load vars for managed_node1\n 7519 1726888125.38980: Calling groups_inventory to load vars for managed_node1\n 7519 1726888125.38981: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888125.38989: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888125.38996: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888125.38998: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888125.39021: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888125.39062: done with get_vars()\n 7519 1726888125.39066: done getting variables\n\nTASK [Test setup and check for ostree] *****************************************\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default.yml:10\nFriday 20 September 2024 23:08:45 -0400 (0:00:00.010) 0:00:00.010 ****** \n 7519 1726888125.39110: entering _queue_task() for managed_node1/include_tasks\n 7519 1726888125.39111: Creating lock for include_tasks\n 7519 1726888125.39353: worker is 1 (out of 3 available)\n 7519 1726888125.39364: exiting _queue_task() for managed_node1/include_tasks\n 7519 1726888125.39377: getting variables\n 7519 1726888125.39380: in VariableManager get_vars()\n 7519 1726888125.39457: Calling all_inventory to load vars for managed_node2\n 7519 1726888125.39461: Calling groups_inventory to load vars for managed_node2\n 7519 1726888125.39464: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888125.39479: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888125.39482: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888125.39486: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888125.39567: running TaskExecutor() for managed_node1/TASK: Test setup and check for ostree\n 7519 1726888125.39594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888125.39632: done with get_vars()\n 7519 1726888125.39641: done getting variables\n 7519 1726888125.39708: in run() - task 0ed44806-2f0b-c82f-f05a-000000000019\n 7519 1726888125.39711: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.39717: calling self._execute()\n 7519 1726888125.39749: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888125.39752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888125.39755: variable 'omit' from source: magic vars\n 7519 1726888125.39782: entering _queue_task() for managed_node2/include_tasks\n 7519 1726888125.39875: _execute() done\n 7519 1726888125.39878: dumping result to json\n 7519 1726888125.39881: done dumping result, returning\n 7519 1726888125.39883: done running TaskExecutor() for managed_node1/TASK: Test setup and check for ostree [0ed44806-2f0b-c82f-f05a-000000000019]\n 7519 1726888125.39885: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019\n 7519 1726888125.39987: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019\n 7519 1726888125.40161: WORKER PROCESS EXITING\n 7519 1726888125.40134: worker is 2 (out of 3 available)\n 7519 1726888125.40168: exiting _queue_task() for managed_node2/include_tasks\n 7519 1726888125.40255: getting variables\n 7519 1726888125.40257: in VariableManager get_vars()\n 7519 1726888125.40325: Calling all_inventory to load vars for managed_node3\n 7519 1726888125.40333: Calling groups_inventory to load vars for managed_node3\n 7519 1726888125.40336: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888125.40350: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888125.40353: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888125.40358: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888125.40408: running TaskExecutor() for managed_node2/TASK: Test setup and check for ostree\n 7519 1726888125.40416: in run() - task 0ed44806-2f0b-c82f-f05a-000000000019\n 7519 1726888125.40419: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.40422: calling self._execute()\n 7519 1726888125.40448: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888125.40473: done with get_vars()\n 7519 1726888125.40481: done getting variables\n 7519 1726888125.40570: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888125.40573: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888125.40575: variable 'omit' from source: magic vars\n 7519 1726888125.40578: _execute() done\n 7519 1726888125.40580: dumping result to json\n 7519 1726888125.40582: done dumping result, returning\n 7519 1726888125.40598: done running TaskExecutor() for managed_node2/TASK: Test setup and check for ostree [0ed44806-2f0b-c82f-f05a-000000000019]\n 7519 1726888125.40621: entering _queue_task() for managed_node3/include_tasks\n 7519 1726888125.40835: worker is 3 (out of 3 available)\n 7519 1726888125.40846: exiting _queue_task() for managed_node3/include_tasks\n 7519 1726888125.40856: done queuing things up, now waiting for results queue to drain\n 7519 1726888125.40858: waiting for pending results...\n 7519 1726888125.40885: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019\n 7519 1726888125.40965: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019\n 7519 1726888125.40971: WORKER PROCESS EXITING\n 7519 1726888125.41070: running TaskExecutor() for managed_node3/TASK: Test setup and check for ostree\n 7519 1726888125.41125: in run() - task 0ed44806-2f0b-c82f-f05a-000000000019\n 7519 1726888125.41134: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.41160: calling self._execute()\n 7519 1726888125.41197: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888125.41209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888125.41217: variable 'omit' from source: magic vars\n 7519 1726888125.41283: _execute() done\n 7519 1726888125.41286: dumping result to json\n 7519 1726888125.41289: done dumping result, returning\n 7519 1726888125.41292: done running TaskExecutor() for managed_node3/TASK: Test setup and check for ostree [0ed44806-2f0b-c82f-f05a-000000000019]\n 7519 1726888125.41311: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019\n 7519 1726888125.41370: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019\n 7519 1726888125.41372: WORKER PROCESS EXITING\n 7519 1726888125.41443: no more pending results, returning what we have\n 7519 1726888125.41446: in VariableManager get_vars()\n 7519 1726888125.41468: Calling all_inventory to load vars for managed_node1\n 7519 1726888125.41470: Calling groups_inventory to load vars for managed_node1\n 7519 1726888125.41471: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888125.41477: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888125.41479: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888125.41480: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888125.41508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888125.41525: done with get_vars()\n 7519 1726888125.41531: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.41541: in VariableManager get_vars()\n 7519 1726888125.41548: Calling all_inventory to load vars for managed_node2\n 7519 1726888125.41550: Calling groups_inventory to load vars for managed_node2\n 7519 1726888125.41551: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888125.41554: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888125.41555: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888125.41557: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888125.41578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888125.41586: done with get_vars()\n 7519 1726888125.41589: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.41595: in VariableManager get_vars()\n 7519 1726888125.41602: Calling all_inventory to load vars for managed_node3\n 7519 1726888125.41603: Calling groups_inventory to load vars for managed_node3\n 7519 1726888125.41604: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888125.41607: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888125.41608: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888125.41609: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888125.41631: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888125.41642: done with get_vars()\n 7519 1726888125.41645: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.41651: we have included files to process\n 7519 1726888125.41651: generating all_blocks data\n 7519 1726888125.41652: done generating all_blocks data\n 7519 1726888125.41653: processing included file: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml\n 7519 1726888125.41653: loading included file: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml\n 7519 1726888125.41655: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml\n 7519 1726888125.42034: done processing included file\n 7519 1726888125.42037: iterating over new_blocks loaded from include file\n 7519 1726888125.42037: in VariableManager get_vars()\n 7519 1726888125.42046: done with get_vars()\n 7519 1726888125.42047: filtering new block on tags\n 7519 1726888125.42058: done filtering new block on tags\n 7519 1726888125.42060: in VariableManager get_vars()\n 7519 1726888125.42069: done with get_vars()\n 7519 1726888125.42071: filtering new block on tags\n 7519 1726888125.42081: done filtering new block on tags\n 7519 1726888125.42082: done iterating over new_blocks loaded from include file\nincluded: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml for managed_node1, managed_node2, managed_node3\n 7519 1726888125.42086: extending task lists for all hosts with included blocks\n 7519 1726888125.42135: done extending task lists\n 7519 1726888125.42136: done processing included files\n 7519 1726888125.42137: results queue empty\n 7519 1726888125.42137: checking for any_errors_fatal\n 7519 1726888125.42138: done checking for any_errors_fatal\n 7519 1726888125.42138: checking for max_fail_percentage\n 7519 1726888125.42139: done checking for max_fail_percentage\n 7519 1726888125.42139: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888125.42140: done checking to see if all hosts have failed\n 7519 1726888125.42141: getting the remaining hosts for this loop\n 7519 1726888125.42142: done getting the remaining hosts for this loop\n 7519 1726888125.42143: getting the next task for host managed_node1\n 7519 1726888125.42146: done getting next task for host managed_node1\n 7519 1726888125.42147: ^ task is: TASK: Check if system is ostree\n 7519 1726888125.42149: ^ state is: HOST STATE: block=1, 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\n 7519 1726888125.42149: getting the next task for host managed_node2\n 7519 1726888125.42151: done getting next task for host managed_node2\n 7519 1726888125.42152: ^ task is: TASK: Check if system is ostree\n 7519 1726888125.42153: ^ state is: HOST STATE: block=1, 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\n 7519 1726888125.42153: getting the next task for host managed_node3\n 7519 1726888125.42155: done getting next task for host managed_node3\n 7519 1726888125.42156: ^ task is: TASK: Check if system is ostree\n 7519 1726888125.42156: ^ state is: HOST STATE: block=1, 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\n 7519 1726888125.42161: getting variables\n 7519 1726888125.42162: in VariableManager get_vars()\n 7519 1726888125.42172: Calling all_inventory to load vars for managed_node1\n 7519 1726888125.42174: Calling groups_inventory to load vars for managed_node1\n 7519 1726888125.42175: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888125.42178: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888125.42180: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888125.42183: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888125.42200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888125.42212: done with get_vars()\n 7519 1726888125.42216: done getting variables\n\nTASK [Check if system is ostree] ***********************************************\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:6\nFriday 20 September 2024 23:08:45 -0400 (0:00:00.031) 0:00:00.041 ****** \n 7519 1726888125.42263: entering _queue_task() for managed_node1/stat\n 7519 1726888125.42413: worker is 1 (out of 3 available)\n 7519 1726888125.42427: exiting _queue_task() for managed_node1/stat\n 7519 1726888125.42437: getting variables\n 7519 1726888125.42441: in VariableManager get_vars()\n 7519 1726888125.42510: Calling all_inventory to load vars for managed_node2\n 7519 1726888125.42514: Calling groups_inventory to load vars for managed_node2\n 7519 1726888125.42517: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888125.42533: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888125.42536: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888125.42539: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888125.42606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888125.42642: done with get_vars()\n 7519 1726888125.42651: done getting variables\n 7519 1726888125.42711: running TaskExecutor() for managed_node1/TASK: Check if system is ostree\n 7519 1726888125.42719: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004e\n 7519 1726888125.42722: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.42724: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.42765: calling self._execute()\n 7519 1726888125.42794: entering _queue_task() for managed_node2/stat\n 7519 1726888125.42877: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888125.42880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888125.42884: variable 'omit' from source: magic vars\n 7519 1726888125.43043: worker is 2 (out of 3 available)\n 7519 1726888125.43063: exiting _queue_task() for managed_node2/stat\n 7519 1726888125.43078: getting variables\n 7519 1726888125.43082: in VariableManager get_vars()\n 7519 1726888125.43155: Calling all_inventory to load vars for managed_node3\n 7519 1726888125.43158: Calling groups_inventory to load vars for managed_node3\n 7519 1726888125.43170: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888125.43189: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888125.43192: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888125.43196: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888125.43265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888125.43288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888125.43335: done with get_vars()\n 7519 1726888125.43347: done getting variables\n 7519 1726888125.43461: entering _queue_task() for managed_node3/stat\n 7519 1726888125.43547: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888125.43760: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888125.43790: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888125.43793: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888125.43782: worker is 3 (out of 3 available)\n 7519 1726888125.43800: exiting _queue_task() for managed_node3/stat\n 7519 1726888125.43811: done queuing things up, now waiting for results queue to drain\n 7519 1726888125.43822: waiting for pending results...\n 7519 1726888125.43890: running TaskExecutor() for managed_node2/TASK: Check if system is ostree\n 7519 1726888125.43976: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004e\n 7519 1726888125.43992: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.44000: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.44031: calling self._execute()\n 7519 1726888125.44098: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888125.44110: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888125.44116: 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)\n 7519 1726888125.44127: variable 'omit' from source: magic vars\n 7519 1726888125.44165: running TaskExecutor() for managed_node3/TASK: Check if system is ostree\n 7519 1726888125.44230: 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)\n 7519 1726888125.44263: 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)\n 7519 1726888125.44297: 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)\n 7519 1726888125.44420: Evaluated conditional (not __tlog_is_ostree is defined): True\n 7519 1726888125.44435: variable 'omit' from source: magic vars\n 7519 1726888125.44476: variable 'omit' from source: magic vars\n 7519 1726888125.44516: variable 'omit' from source: magic vars\n 7519 1726888125.44550: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888125.44581: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888125.44604: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888125.44628: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888125.44634: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004e\n 7519 1726888125.44648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888125.44656: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.44663: variable 'ansible_search_path' from source: unknown\n 7519 1726888125.44706: calling self._execute()\n 7519 1726888125.44770: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888125.44782: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888125.44796: variable 'omit' from source: magic vars\n 7519 1726888125.45002: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888125.45080: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888125.45147: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888125.45205: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888125.45220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888125.45237: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888125.45273: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888125.45281: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888125.45289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888125.45312: 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)\n 7519 1726888125.45346: 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)\n 7519 1726888125.45391: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888125.45404: Set connection var ansible_pipelining to False\n 7519 1726888125.45414: Set connection var ansible_shell_type to sh\n 7519 1726888125.45426: Set connection var ansible_timeout to 10\n 7519 1726888125.45435: Set connection var ansible_connection to ssh\n 7519 1726888125.45445: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888125.45472: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888125.45480: variable 'ansible_connection' from source: unknown\n 7519 1726888125.45489: variable 'ansible_module_compression' from source: unknown\n 7519 1726888125.45495: variable 'ansible_shell_type' from source: unknown\n 7519 1726888125.45503: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888125.45510: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888125.45517: variable 'ansible_pipelining' from source: unknown\n 7519 1726888125.45527: variable 'ansible_timeout' from source: unknown\n 7519 1726888125.45537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888125.45688: 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)\n 7519 1726888125.45721: 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)\n 7519 1726888125.45764: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888125.45843: Evaluated conditional (not __tlog_is_ostree is defined): True\n 7519 1726888125.45856: variable 'omit' from source: magic vars\n 7519 1726888125.45869: 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__)\n 7519 1726888125.45882: variable 'omit' from source: magic vars\n 7519 1726888125.45891: starting attempt loop\n 7519 1726888125.45896: variable 'omit' from source: magic vars\n 7519 1726888125.45908: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888125.45935: variable 'omit' from source: magic vars\n 7519 1726888125.45966: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888125.45971: running the handler\n 7519 1726888125.45990: _low_level_execute_command(): starting\n 7519 1726888125.45995: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888125.46002: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888125.46044: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888125.46067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888125.46082: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888125.46111: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888125.46137: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888125.46148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888125.46277: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888125.46280: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888125.46282: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888125.46285: Set connection var ansible_pipelining to False\n 7519 1726888125.46287: Set connection var ansible_shell_type to sh\n 7519 1726888125.46290: Set connection var ansible_timeout to 10\n 7519 1726888125.46299: 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)\n 7519 1726888125.46302: Set connection var ansible_connection to ssh\n 7519 1726888125.46312: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888125.46326: 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)\n 7519 1726888125.46353: 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)\n 7519 1726888125.46362: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888125.46373: variable 'ansible_connection' from source: unknown\n 7519 1726888125.46380: 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)\n 7519 1726888125.46386: variable 'ansible_module_compression' from source: unknown\n 7519 1726888125.46393: variable 'ansible_shell_type' from source: unknown\n 7519 1726888125.46399: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888125.46406: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888125.46416: variable 'ansible_pipelining' from source: unknown\n 7519 1726888125.46426: variable 'ansible_timeout' from source: unknown\n 7519 1726888125.46435: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888125.46492: Evaluated conditional (not __tlog_is_ostree is defined): True\n 7519 1726888125.46499: variable 'omit' from source: magic vars\n 7519 1726888125.46533: variable 'omit' from source: magic vars\n 7519 1726888125.46567: variable 'omit' from source: magic vars\n 7519 1726888125.46596: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888125.46633: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888125.46656: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888125.46677: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888125.46683: 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__)\n 7519 1726888125.46695: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888125.46706: variable 'omit' from source: magic vars\n 7519 1726888125.46719: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888125.46722: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888125.46726: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888125.46730: starting attempt loop\n 7519 1726888125.46735: running the handler\n 7519 1726888125.46752: _low_level_execute_command(): starting\n 7519 1726888125.46763: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888125.46818: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888125.46825: Set connection var ansible_pipelining to False\n 7519 1726888125.46831: Set connection var ansible_shell_type to sh\n 7519 1726888125.46836: Set connection var ansible_timeout to 10\n 7519 1726888125.46839: Set connection var ansible_connection to ssh\n 7519 1726888125.46844: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888125.46865: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888125.46868: variable 'ansible_connection' from source: unknown\n 7519 1726888125.46870: variable 'ansible_module_compression' from source: unknown\n 7519 1726888125.46873: variable 'ansible_shell_type' from source: unknown\n 7519 1726888125.46878: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888125.46880: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888125.46882: variable 'ansible_pipelining' from source: unknown\n 7519 1726888125.46885: variable 'ansible_timeout' from source: unknown\n 7519 1726888125.46888: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888125.47128: 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__)\n 7519 1726888125.47144: variable 'omit' from source: magic vars\n 7519 1726888125.47152: starting attempt loop\n 7519 1726888125.47159: running the handler\n 7519 1726888125.47178: _low_level_execute_command(): starting\n 7519 1726888125.47190: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888125.47719: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.47725: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.47766: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.47769: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 7519 1726888125.47772: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888125.47775: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.47850: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.47939: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888125.47952: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.48010: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.48026: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.48047: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.48081: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.48088: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888125.48093: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888125.48099: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.48114: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.48129: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.48142: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.48216: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.48233: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.48241: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888125.48270: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.48328: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.48546: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.48550: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.48595: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.48598: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.48603: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.48605: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.48642: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.48646: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.48661: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888125.48664: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888125.48677: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.48736: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.49911: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888125.50003: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888125.50006: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.50058: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888125.50071: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.50077: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.50109: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.50117: _low_level_execute_command(): starting\n 7519 1726888125.50131: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307 `\" && echo ansible-tmp-1726888125.50104-7525-6340631790307=\"` echo /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307 `\" && echo ansible-tmp-1726888125.50104-7525-6340631790307=\"` echo /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307 `\" ) && sleep 0'\"'\"''\n 7519 1726888125.50244: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888125.50257: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.50350: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.50367: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.50515: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.50518: _low_level_execute_command(): starting\n 7519 1726888125.50520: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322 `\" && echo ansible-tmp-1726888125.5040226-7526-168252515391322=\"` echo /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322 `\" && echo ansible-tmp-1726888125.5040226-7526-168252515391322=\"` echo /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322 `\" ) && sleep 0'\"'\"''\n 7519 1726888125.50736: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888125.50752: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.50766: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.50784: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.50795: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.50838: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888125.50854: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888125.50866: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888125.50878: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.50889: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.50900: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.50911: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.50931: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888125.50946: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888125.50961: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888125.50973: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.50985: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.50998: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.51008: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.51018: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888125.51032: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888125.51043: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888125.51058: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888125.51073: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.51086: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.51099: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.51144: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888125.51180: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.51185: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888125.51187: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888125.51197: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888125.51200: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.51212: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.51215: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.51225: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.51237: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.51254: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888125.51266: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888125.51269: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888125.51271: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888125.51277: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888125.51302: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888125.51305: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888125.51365: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.51371: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.51383: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.51484: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.51488: stdout chunk (state=3):\n>>><<<\n 7519 1726888125.51490: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888125.51493: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.51503: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.51506: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.51558: _low_level_execute_command(): starting\n 7519 1726888125.51565: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188 `\" && echo ansible-tmp-1726888125.5150285-7527-213562852754188=\"` echo /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888125.51590: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888125.51593: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188 `\" && echo ansible-tmp-1726888125.5150285-7527-213562852754188=\"` echo /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188 `\" ) && sleep 0'\"'\"''\n 7519 1726888125.51615: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.52044: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.52047: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.52084: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.52087: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888125.52090: stderr chunk (state=3):\n>>>debug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.52099: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.52159: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.52162: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.52164: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888125.52182: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.52221: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.53362: stdout chunk (state=3):\n>>>ansible-tmp-1726888125.50104-7525-6340631790307=/root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307\n<<<\n 7519 1726888125.53477: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.53531: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.53537: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888125.50104-7525-6340631790307=/root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.53555: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888125.50104-7525-6340631790307=/root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.53619: variable 'ansible_module_compression' from source: unknown\n 7519 1726888125.53664: ANSIBALLZ: Using lock for stat\n 7519 1726888125.53667: ANSIBALLZ: Acquiring lock\n 7519 1726888125.53669: ANSIBALLZ: Lock acquired: 140005031087520\n 7519 1726888125.53671: ANSIBALLZ: Creating module\n 7519 1726888125.54132: stdout chunk (state=3):\n>>>ansible-tmp-1726888125.5150285-7527-213562852754188=/root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188\n<<<\n 7519 1726888125.54238: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888125.54256: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.54304: stdout chunk (state=3):\n>>>ansible-tmp-1726888125.5040226-7526-168252515391322=/root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322\n<<<\n 7519 1726888125.54352: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.54367: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888125.5150285-7527-213562852754188=/root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.54471: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888125.5150285-7527-213562852754188=/root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.54533: variable 'ansible_module_compression' from source: unknown\n 7519 1726888125.54541: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.54546: stdout chunk (state=3):\n>>><<<\n 7519 1726888125.54554: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'ansible-tmp-1726888125.5040226-7526-168252515391322=/root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.54576: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888125.5040226-7526-168252515391322=/root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.54636: ANSIBALLZ: Using lock for stat\n 7519 1726888125.54643: ANSIBALLZ: Acquiring lock\n 7519 1726888125.54732: variable 'ansible_module_compression' from source: unknown\n 7519 1726888125.54735: ANSIBALLZ: Using lock for stat\n 7519 1726888125.54737: ANSIBALLZ: Acquiring lock\n 7519 1726888125.61996: ANSIBALLZ: Writing module into payload\n 7519 1726888125.62084: ANSIBALLZ: Writing module\n 7519 1726888125.62101: ANSIBALLZ: Renaming module\n 7519 1726888125.62104: ANSIBALLZ: Done creating module\n 7519 1726888125.62406: ANSIBALLZ: Lock acquired: 140005031087520\n 7519 1726888125.62409: ANSIBALLZ: Reading module after lock\n 7519 1726888125.62411: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888125.62413: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888125.62415: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888125.62417: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n Attempting python interpreter discovery\n 7519 1726888125.62433: _low_level_execute_command(): starting\n Attempting python interpreter discovery\n 7519 1726888125.62443: _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'\n 7519 1726888125.62445: _low_level_execute_command(): starting\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888125.62451: _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'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/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'\"'\"''\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/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'\"'\"''\n 7519 1726888125.62461: ANSIBALLZ: Lock acquired: 140005031087520\n 7519 1726888125.62463: ANSIBALLZ: Reading module after lock\n 7519 1726888125.62465: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888125.62467: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n Attempting python interpreter discovery\n 7519 1726888125.62471: _low_level_execute_command(): starting\n 7519 1726888125.62473: _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'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/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'\"'\"''\n 7519 1726888125.62974: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888125.63001: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.63025: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.63044: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.63060: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.63118: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888125.63136: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888125.63148: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888125.63162: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.63190: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.63193: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.63198: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.63224: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.63243: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.63259: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888125.63271: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888125.63282: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888125.63299: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.63344: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.63347: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.63349: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.63365: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.63375: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.63386: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888125.63397: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888125.63407: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888125.63425: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888125.63451: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.63454: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.63469: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.63483: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.63518: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.63521: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.63525: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.63530: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888125.63544: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.63577: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.63649: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888125.63673: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888125.63690: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.63708: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.63728: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888125.63741: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888125.63748: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888125.63750: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888125.63758: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888125.63761: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.63780: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.63790: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888125.63795: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.63797: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.63820: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.63865: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.63868: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.63875: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.63909: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.63912: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.63919: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.63937: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.63965: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.63977: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.63982: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888125.63990: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888125.64007: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.64070: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.65335: stdout chunk (state=3):\n>>>PLATFORM\n<<<\n 7519 1726888125.65442: stdout chunk (state=3):\n>>>Linux\n<<<\n 7519 1726888125.65446: stdout chunk (state=3):\n>>>FOUND\n<<<\n 7519 1726888125.65448: stdout chunk (state=3):\n>>>/usr/bin/python3.9\n<<<\n 7519 1726888125.65452: stdout chunk (state=3):\n>>>/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n<<<\n 7519 1726888125.65591: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.65642: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.65647: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'PLATFORM\\nLinux\\nFOUND\\n/usr/bin/python3.9\\n/usr/bin/python3\\n/usr/bin/python3\\nENDFOUND\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.65670: _low_level_execute_command() done: rc=0, stdout=PLATFORM\nLinux\nFOUND\n/usr/bin/python3.9\n/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.65684 [managed_node1]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3']\n 7519 1726888125.65727: _low_level_execute_command(): starting\n 7519 1726888125.65730: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'/usr/bin/python3.9 && sleep 0'\"'\"''\n 7519 1726888125.65831: Sending initial data\n 7519 1726888125.65834: Sent initial data (1181 bytes)\n 7519 1726888125.66201: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.66217: stdout chunk (state=3):\n>>>PLATFORM\n<<<\n 7519 1726888125.66248: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.66251: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.66253: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.66255: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.66317: stdout chunk (state=3):\n>>>PLATFORM\n<<<\n 7519 1726888125.66345: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888125.66350: stdout chunk (state=3):\n>>>Linux\n<<<\n 7519 1726888125.66367: stdout chunk (state=3):\n>>>FOUND\n<<<\n 7519 1726888125.66385: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.66388: stdout chunk (state=3):\n>>>/usr/bin/python3.9\n<<<\n 7519 1726888125.66407: stdout chunk (state=3):\n>>>/usr/bin/python3\n<<<\n 7519 1726888125.66427: stdout chunk (state=3):\n>>>/usr/bin/python3\nENDFOUND\n<<<\n 7519 1726888125.66438: stdout chunk (state=3):\n>>>Linux\n<<<\n 7519 1726888125.66446: stdout chunk (state=3):\n>>>FOUND\n<<<\n 7519 1726888125.66455: stdout chunk (state=3):\n>>>/usr/bin/python3.9\n<<<\n 7519 1726888125.66499: stdout chunk (state=3):\n>>>/usr/bin/python3\n<<<\n 7519 1726888125.66502: stdout chunk (state=3):\n>>>/usr/bin/python3\nENDFOUND\n<<<\n 7519 1726888125.66593: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.66664: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.66674: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'PLATFORM\\nLinux\\nFOUND\\n/usr/bin/python3.9\\n/usr/bin/python3\\n/usr/bin/python3\\nENDFOUND\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.66863: _low_level_execute_command() done: rc=0, stdout=PLATFORM\nLinux\nFOUND\n/usr/bin/python3.9\n/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.66872 [managed_node3]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3']\n 7519 1726888125.66875: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.66877: stdout chunk (state=3):\n>>><<<\n 7519 1726888125.66880: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'PLATFORM\\nLinux\\nFOUND\\n/usr/bin/python3.9\\n/usr/bin/python3\\n/usr/bin/python3\\nENDFOUND\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.66886: _low_level_execute_command() done: rc=0, stdout=PLATFORM\nLinux\nFOUND\n/usr/bin/python3.9\n/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.66896 [managed_node2]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3']\n 7519 1726888125.66898: _low_level_execute_command(): starting\n 7519 1726888125.66901: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888125.66905: _low_level_execute_command(): starting\n 7519 1726888125.66907: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'/usr/bin/python3.9 && sleep 0'\"'\"''\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'/usr/bin/python3.9 && sleep 0'\"'\"''\n 7519 1726888125.66982: Sending initial data\n 7519 1726888125.66984: Sending initial data\n 7519 1726888125.66987: Sent initial data (1181 bytes)\n 7519 1726888125.66988: Sent initial data (1181 bytes)\n 7519 1726888125.67472: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888125.67477: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.67488: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.67502: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.67509: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.67554: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888125.67562: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888125.67569: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888125.67577: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.67592: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.67595: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888125.67597: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.67600: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.67609: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888125.67617: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888125.67620: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888125.67634: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.67636: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.67639: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.67654: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.67660: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.67662: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.67668: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888125.67675: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888125.67687: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888125.67690: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.67692: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888125.67694: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.67704: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.67722: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.67727: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.67770: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888125.67782: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888125.67785: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888125.67788: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888125.67799: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.67802: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888125.67808: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.67826: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888125.67829: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.67832: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888125.67834: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888125.67842: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888125.67854: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888125.67857: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.67877: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.67880: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.67916: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.67921: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.67941: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.67946: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.67948: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.68002: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888125.68005: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.68012: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.68015: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888125.68020: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.68068: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.70467: stdout chunk (state=3):\n>>>{\"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\"}\n<<<\n 7519 1726888125.70874: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.70917: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.70921: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'{\"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\"}\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.70939: _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\"}\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n Python interpreter discovery fallback (unsupported Linux distribution: centos)\n 7519 1726888125.71007: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888125.71010: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888125.71020: variable 'ansible_module_compression' from source: unknown\n 7519 1726888125.71058: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 7519 1726888125.71081: variable 'ansible_facts' from source: host vars for 'managed_node1'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 7519 1726888125.71129: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppgcsdu2k TO /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888125.71248: Sending initial data\n 7519 1726888125.71257: Sent initial data (147 bytes)\n 7519 1726888125.71928: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.71932: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.71975: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 7519 1726888125.71978: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.72018: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.72044: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888125.72047: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888125.72064: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.72079: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.73534: stdout chunk (state=3):\n>>>{\"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\"}\n<<<\n 7519 1726888125.73780: stdout chunk (state=3):\n>>>{\"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\"}\n<<<\n 7519 1726888125.74081: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888125.74085: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888125.74141: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.74168: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888125.74178: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.74181: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'{\"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\"}\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.74201: _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\"}\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.74275: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 7519 1726888125.74287: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppgcsdu2k\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888125.74290: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppgcsdu2k /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py\n<<<\n Python interpreter discovery fallback (unsupported Linux distribution: centos)\n 7519 1726888125.74867: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888125.74870: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888125.74872: variable 'ansible_module_compression' from source: unknown\n 7519 1726888125.74877: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\n<<<\n 7519 1726888125.74879: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.74886: stdout chunk (state=3):\n>>><<<\n 7519 1726888125.74888: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'{\"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\"}\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.74895: _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\"}\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n Python interpreter discovery fallback (unsupported Linux distribution: centos)\n 7519 1726888125.74900: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888125.74902: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888125.74904: variable 'ansible_module_compression' from source: unknown\n 7519 1726888125.74909: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 7519 1726888125.74911: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py M:0x001a\r\n<<<\n 7519 1726888125.74915: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 7519 1726888125.74919: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpte1q1fbw TO /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py\n 7519 1726888125.75189: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 7519 1726888125.75192: variable 'ansible_facts' from source: host vars for 'managed_node2'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 7519 1726888125.75196: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6hmtrmsg TO /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888125.75235: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119182\r\n<<<\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888125.75457: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119182 bytes at 0\r\n<<<\n 7519 1726888125.75489: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888125.75627: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.75631: Sending initial data\n 7519 1726888125.75636: Sent initial data (151 bytes)\n 7519 1726888125.75825: Sending initial data\n 7519 1726888125.75828: Sent initial data (151 bytes)\n 7519 1726888125.75830: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.75832: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppgcsdu2k /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppgcsdu2k\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119182\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119182 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888125.75840: done transferring module to remote\n 7519 1726888125.75842: _low_level_execute_command(): starting\n 7519 1726888125.75844: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/ /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/ /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888125.76703: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888125.76719: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.76744: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.76762: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.76783: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.76837: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888125.76851: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888125.76865: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888125.76879: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.76907: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.76925: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.76938: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.76953: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888125.76965: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888125.76976: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888125.76987: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.77006: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.77033: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.77046: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.77058: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888125.77068: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888125.77078: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888125.77089: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888125.77100: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.77117: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.77143: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.77217: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888125.77234: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888125.77237: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888125.77259: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.77277: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.77291: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888125.77299: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888125.77306: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888125.77312: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888125.77328: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888125.77398: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.77431: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.77455: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.77458: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.77518: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.77521: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.77526: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888125.77529: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.77585: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888125.77626: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.77640: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.77690: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.77991: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888125.78002: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.78016: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.78057: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.78087: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 7519 1726888125.78091: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 7519 1726888125.78093: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888125.78095: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.78144: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888125.78155: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888125.78162: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.78178: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.78188: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888125.78195: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888125.78201: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888125.78208: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888125.78221: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888125.78248: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.78312: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.79332: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.79427: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.79431: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.79439: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.79445: _low_level_execute_command(): starting\n 7519 1726888125.79447: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888125.79817: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.79851: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.79854: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.79856: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888125.79860: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.79927: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.79931: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.79945: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888125.79949: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.79964: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.80176: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888125.80182: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888125.80236: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888125.80285: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 7519 1726888125.80288: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6hmtrmsg\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888125.80290: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6hmtrmsg /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py\n<<<\n 7519 1726888125.80338: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py M:0x001a\r\n<<<\n 7519 1726888125.80442: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119186\r\n<<<\n 7519 1726888125.80899: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888125.80949: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888125.81009: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpte1q1fbw\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888125.81012: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpte1q1fbw /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py\n<<<\n 7519 1726888125.81057: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py M:0x001a\r\n<<<\n 7519 1726888125.81160: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119186 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888125.81171: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119186\r\n<<<\n 7519 1726888125.81217: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888125.81609: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.81614: stdout chunk (state=3):\n>>><<<\n 7519 1726888125.81617: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6hmtrmsg /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6hmtrmsg\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119186\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119186 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888125.81651: done transferring module to remote\n 7519 1726888125.81655: _low_level_execute_command(): starting\n 7519 1726888125.81662: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/ /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/ /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888125.81998: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119186 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888125.82078: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888125.82173: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888125.82185: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 7519 1726888125.82211: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888125.82228: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888125.82254: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.82267: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888125.82284: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888125.82310: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.82340: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888125.82345: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.82347: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888125.82350: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.82352: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.82375: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888125.82404: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888125.82408: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888125.82410: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888125.82417: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888125.82462: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.82466: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.82493: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.82498: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.82500: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888125.82525: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888125.82529: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888125.82532: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888125.82551: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.82555: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888125.82557: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.82559: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.82562: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.82564: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3dc0>\r\n<<<\n 7519 1726888125.82566: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888125.82568: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888125.82570: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888125.82670: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888125.82735: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888125.82768: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.82850: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.82857: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.82887: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3b20>\r\n<<<\n 7519 1726888125.82890: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888125.82892: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3ac0>\r\n<<<\n 7519 1726888125.82910: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888125.82944: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888125.82950: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888125.82953: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888125.82961: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958490>\r\n<<<\n 7519 1726888125.82963: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.82971: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.82974: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888125.82988: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888125.82991: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888125.82993: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888125.82995: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888125.82997: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888125.82999: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888125.83000: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.83002: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958670>\r\n<<<\n 7519 1726888125.83004: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888125.83006: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888125.83008: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888125.83010: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888125.83012: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888125.83013: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f190>\r\n<<<\n 7519 1726888125.83015: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.83017: stdout chunk (state=3):\n>>><<<\n 7519 1726888125.83019: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpte1q1fbw /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpte1q1fbw\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119186\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119186 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888125.83041: done transferring module to remote\n 7519 1726888125.83052: _low_level_execute_command(): starting\n 7519 1726888125.83055: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/ /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888125.83060: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.83096: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f220>\r\n<<<\n 7519 1726888125.83100: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888125.83102: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888125.83136: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888125.83139: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520932850>\r\n<<<\n 7519 1726888125.83150: stdout chunk (state=3):\n>>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f940>\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/ /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888125.83220: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520970880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888125.83226: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520908d90>\r\n<<<\n 7519 1726888125.83277: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520932d90>\r\n<<<\n 7519 1726888125.83354: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958970>\r\n<<<\n 7519 1726888125.83358: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888125.83588: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888125.83668: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888125.83709: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888125.83714: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888125.83748: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888125.83851: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.83858: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.83909: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.83920: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208adeb0>\r\n<<<\n 7519 1726888125.83932: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888125.83936: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888125.83945: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.83968: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n<<<\n 7519 1726888125.83972: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888125.83978: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.83980: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888125.83981: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.83982: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208a7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208af640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208ad370>\r\n<<<\n 7519 1726888125.83984: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888125.83985: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.84029: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84050: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888125.84078: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84101: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84127: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888125.84166: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f652082fe20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082f910>\r\nimport 'itertools' # \r\n<<<\n 7519 1726888125.84186: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082ff10>\r\n<<<\n 7519 1726888125.84189: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888125.84214: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84255: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082ffd0>\r\n<<<\n 7519 1726888125.84263: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84275: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208420d0>\r\n<<<\n 7519 1726888125.84280: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888125.84322: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520889d90>\r\n<<<\n 7519 1726888125.84353: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888125.84361: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520883670>\r\n<<<\n 7519 1726888125.84425: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84430: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208956d0>\r\n<<<\n 7519 1726888125.84445: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b5e20>\r\n<<<\n 7519 1726888125.84448: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84486: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520842cd0>\r\n<<<\n 7519 1726888125.84490: stdout chunk (state=3):\n>>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208892b0>\r\n<<<\n 7519 1726888125.84543: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888125.84553: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65208952e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84585: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84602: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888125.84607: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84654: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842eb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842df0>\r\n<<<\n 7519 1726888125.84660: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n<<<\n 7519 1726888125.84663: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842d60>\r\n<<<\n 7519 1726888125.84692: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888125.84696: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84705: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n<<<\n 7519 1726888125.84746: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888125.84794: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84831: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n<<<\n 7519 1726888125.84834: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84841: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205fb3d0>\r\n<<<\n 7519 1726888125.84859: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888125.84871: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888125.84901: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205fb4c0>\r\n<<<\n 7519 1726888125.85042: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652084af40>\r\n<<<\n 7519 1726888125.85079: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844a90>\r\n<<<\n 7519 1726888125.85093: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844490>\r\n<<<\n 7519 1726888125.85133: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888125.85175: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888125.85197: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888125.85204: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888125.85234: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520515220>\r\n<<<\n 7519 1726888125.85269: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.85272: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205e5520>\r\n<<<\n 7519 1726888125.85340: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.85348: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844f10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb040>\r\n<<<\n 7519 1726888125.85350: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.85486: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888125.85494: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.85527: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888125.85530: _low_level_execute_command(): starting\n 7519 1726888125.85555: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888125.85590: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n<<<\n 7519 1726888125.85593: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520527b50>\r\n<<<\n 7519 1726888125.85621: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888125.85659: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520527e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888125.85662: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\n<<<\n 7519 1726888125.85710: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888125.85754: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888125.85758: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538cd0>\r\n<<<\n 7519 1726888125.85760: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204c6400>\r\n<<<\n 7519 1726888125.85786: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520527f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888125.85794: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204d62e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538610>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888125.85797: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204d63a0>\r\n<<<\n 7519 1726888125.85858: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842a30>\r\n<<<\n 7519 1726888125.85886: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888125.85889: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888125.85954: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888125.86005: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f2700>\r\n<<<\n 7519 1726888125.86029: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f29d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f27c0>\r\n<<<\n 7519 1726888125.86067: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f28b0>\r\n<<<\n 7519 1726888125.86070: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888125.86124: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888125.86141: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.86150: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.86153: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888125.86155: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.86189: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888125.86228: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888125.86231: stderr chunk (state=3):\n>>>debug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.86233: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.86235: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888125.86237: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888125.86239: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.86317: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f2d00>\r\n<<<\n 7519 1726888125.86325: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888125.86328: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.86330: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888125.86348: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204fd250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f2940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204e5a90>\r\n<<<\n 7519 1726888125.86354: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.86374: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842610>\r\n<<<\n 7519 1726888125.86410: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888125.86415: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.86446: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888125.86457: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888125.86497: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f2af0>\r\n<<<\n 7519 1726888125.86527: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.86530: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888125.86558: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888125.86561: _low_level_execute_command(): starting\n 7519 1726888125.86563: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888125.86633: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888125.86636: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f652041a6d0>\r\n<<<\n 7519 1726888125.86799: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.86955: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.86978: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.86989: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.87105: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.87116: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888125.87150: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888125.87159: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888125.87162: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888125.87164: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888125.87230: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888125.87234: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888125.87236: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888125.87237: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888125.87241: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888125.87289: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888125.88348: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.89346: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888125.89379: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 7519 1726888125.89381: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 7519 1726888125.89408: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdee820>\r\n<<<\n 7519 1726888125.89436: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888125.89467: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888125.89470: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888125.89493: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888125.89529: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888125.89539: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203a7730>\r\n<<<\n 7519 1726888125.89554: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888125.89613: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7610>\r\n<<<\n 7519 1726888125.89631: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7340>\r\n<<<\n 7519 1726888125.89640: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888125.89642: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888125.89644: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888125.89665: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7460>\r\n<<<\n 7519 1726888125.89737: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7160>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888125.89741: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888125.89753: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888125.89756: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203a73a0>\r\n<<<\n 7519 1726888125.89757: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py<<<\n 7519 1726888125.89758: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.89760: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888125.89762: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888125.89785: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3dc0>\r\n<<<\n 7519 1726888125.89798: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7790>\r\n<<<\n 7519 1726888125.89864: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888125.89891: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888125.89898: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d983a0>\r\n<<<\n 7519 1726888125.89901: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888125.89906: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3b20>\r\n<<<\n 7519 1726888125.89908: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n<<<\n 7519 1726888125.89910: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888125.89911: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3ac0>\r\n<<<\n 7519 1726888125.89929: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888125.89939: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888125.89963: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n<<<\n 7519 1726888125.89973: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90044: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98490>\r\n<<<\n 7519 1726888125.90049: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd6e7f0>\r\n<<<\n 7519 1726888125.90052: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd6eb80>\r\n<<<\n 7519 1726888125.90087: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90090: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90093: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888125.90095: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd6e9d0>\r\n<<<\n 7519 1726888125.90097: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98940>\r\n<<<\n 7519 1726888125.90099: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98670>\r\n<<<\n 7519 1726888125.90102: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90174: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd8caf0>\r\n<<<\n 7519 1726888125.90179: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888125.90181: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 7519 1726888125.90184: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888125.90186: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 7519 1726888125.90204: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90224: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a0d60>\r\n<<<\n 7519 1726888125.90229: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 7519 1726888125.90262: stdout chunk (state=3):\n>>>import '_warnings' # \r\n<<<\n 7519 1726888125.90265: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 7519 1726888125.90267: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90269: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f190>\r\n<<<\n 7519 1726888125.90287: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888125.90353: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a74f0>\r\n<<<\n 7519 1726888125.90391: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888125.90394: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90397: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90401: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888125.90420: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a01c0>\r\n<<<\n 7519 1726888125.90425: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888125.90428: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888125.90446: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90451: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888125.90501: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888125.90508: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d72850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f940>\r\n<<<\n 7519 1726888125.90515: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdeab20>\r\n<<<\n 7519 1726888125.90577: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888125.90587: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888125.90595: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1db0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n<<<\n 7519 1726888125.90701: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d48d90>\r\n<<<\n 7519 1726888125.90705: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90707: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888125.90709: stdout chunk (state=3):\n>>>import '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d72d90>\r\n<<<\n 7519 1726888125.90745: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90808: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520345eb0>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203458b0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd862e0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203459a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520377d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888125.90813: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888125.90816: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90818: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98970>\r\n<<<\n 7519 1726888125.90820: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90824: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888125.90827: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888125.90829: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698dc0>\r\n<<<\n 7519 1726888125.90901: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd4fa00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037fe80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888125.90906: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90908: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5d0a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037feb0>\r\n<<<\n 7519 1726888125.90913: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888125.90939: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888125.90942: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698b20>\r\n<<<\n 7519 1726888125.90988: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888125.90995: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'<<<\n 7519 1726888125.91004: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888125.91012: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.91019: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698ac0>\r\n<<<\n 7519 1726888125.91044: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652034d730>\r\n<<<\n 7519 1726888125.91046: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888125.91086: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888125.91091: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888125.91300: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py<<<\n 7519 1726888125.91307: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888125.91427: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888125.91517: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'<<<\n 7519 1726888125.91532: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888125.91573: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py<<<\n 7519 1726888125.91576: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'<<<\n 7519 1726888125.91579: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888125.91583: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.91601: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888125.91603: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888125.91605: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d13eb0>\r\n<<<\n 7519 1726888125.91606: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d670><<<\n 7519 1726888125.91607: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.91609: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd5d0d0>\r\n<<<\n 7519 1726888125.91612: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5b550>\r\n<<<\n 7519 1726888125.91613: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d16f40>\r\n<<<\n 7519 1726888125.91680: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92011: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888125.92021: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888125.92025: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92027: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92031: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888125.92033: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5b610>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5ac40>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520377ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92036: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92039: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92040: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py<<<\n 7519 1726888125.92047: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d0c610>\r\n<<<\n 7519 1726888125.92054: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.92060: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92067: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d12640>\r\n<<<\n 7519 1726888125.92071: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d13370>\r\n<<<\n 7519 1726888125.92076: stdout chunk (state=3):\n>>>import '_stat' # <<<\n 7519 1726888125.92078: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888125.92085: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.92091: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fddfb50>\r\n<<<\n 7519 1726888125.92094: stdout chunk (state=3):\n>>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf190>\r\n<<<\n 7519 1726888125.92101: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py<<<\n 7519 1726888125.92107: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.92152: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'<<<\n 7519 1726888125.92157: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888125.92159: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fdde9a0>\r\n<<<\n 7519 1726888125.92163: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92277: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888125.92280: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd50820>\r\n<<<\n 7519 1726888125.92281: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.92282: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92284: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fddf580>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520340af0>\r\n<<<\n 7519 1726888125.92285: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888125.92286: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92287: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.92296: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1c94e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94910>\r\n<<<\n 7519 1726888125.92320: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888125.92324: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py<<<\n 7519 1726888125.92325: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.92326: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94f10>\r\n<<<\n 7519 1726888125.92328: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92355: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92359: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92361: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.92363: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 7519 1726888125.92369: stdout chunk (state=3):\n>>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3f2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf940>\r\n<<<\n 7519 1726888125.92394: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94fd0>\r\n<<<\n 7519 1726888125.92422: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca70d0>\r\n<<<\n 7519 1726888125.92428: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888125.92436: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d655880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92456: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.92458: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3c8d90><<<\n 7519 1726888125.92460: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.92461: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.92462: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.92468: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3f2d90>\r\n<<<\n 7519 1726888125.92483: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ceed90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ce7670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1cf96d0>\r\n<<<\n 7519 1726888125.92486: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d1ae20>\r\n<<<\n 7519 1726888125.92489: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n<<<\n 7519 1726888125.92491: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92493: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d970>\r\n<<<\n 7519 1726888125.92506: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.92509: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1ca7cd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1cee2b0>\r\n<<<\n 7519 1726888125.92517: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\n<<<\n 7519 1726888125.92519: stdout chunk (state=3):\n>>>Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888125.92521: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1cf92e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d209d0>\r\n<<<\n 7519 1726888125.92525: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888125.92527: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92528: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n<<<\n 7519 1726888125.92529: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92530: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888125.92532: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92533: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7eb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7df0>\r\n<<<\n 7519 1726888125.92536: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92556: stdout chunk (state=3):\n>>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7d60>\r\n<<<\n 7519 1726888125.92559: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92563: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n<<<\n 7519 1726888125.92565: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92567: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888125.92588: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888125.92591: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'<<<\n 7519 1726888125.92597: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.92614: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92680: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py<<<\n 7519 1726888125.92683: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.92686: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92700: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c7a3d0>\r\n<<<\n 7519 1726888125.92702: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888125.92758: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.92776: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92780: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92782: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py<<<\n 7519 1726888125.92784: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c7a4c0>\r\n<<<\n 7519 1726888125.92786: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.92788: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'<<<\n 7519 1726888125.92804: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.92807: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36eeb0><<<\n 7519 1726888125.92815: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.92886: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d371f40>\r\n<<<\n 7519 1726888125.92916: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py<<<\n 7519 1726888125.92934: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.92943: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1caef40>\r\n<<<\n 7519 1726888125.92945: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888125.92977: stdout chunk (state=3):\n>>>import '_sre' # <<<\n 7519 1726888125.93002: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.93020: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py<<<\n 7519 1726888125.93026: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.93046: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'<<<\n 7519 1726888125.93049: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9a90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888125.93051: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.93060: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93087: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888125.93101: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888125.93110: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93115: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93133: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93170: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d367610>\r\n<<<\n 7519 1726888125.93175: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1988220>\r\n<<<\n 7519 1726888125.93178: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 7519 1726888125.93218: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c65520>\r\n<<<\n 7519 1726888125.93221: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888125.93224: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36d640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888125.93225: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93277: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9f10>\r\n<<<\n 7519 1726888125.93281: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d20040>\r\n<<<\n 7519 1726888125.93283: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888125.93289: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651f934df0>\r\n<<<\n 7519 1726888125.93290: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888125.93380: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93385: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888125.93389: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93391: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd2b5b0>\r\n<<<\n 7519 1726888125.93396: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e199ab50>\r\n<<<\n 7519 1726888125.93398: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888125.93400: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93402: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1bdf0>\r\n<<<\n 7519 1726888125.93456: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e199ae80>\r\n<<<\n 7519 1726888125.93460: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.93567: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93571: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19ab790>\r\n<<<\n 7519 1726888125.93573: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888125.93577: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888125.93580: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.93583: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'<<<\n 7519 1726888125.93586: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d2efe20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2ef910>\r\n<<<\n 7519 1726888125.93590: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.93592: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888125.93656: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.93693: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19abcd0>\r\n<<<\n 7519 1726888125.93696: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888125.93698: stdout chunk (state=3):\n>>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1939400>\r\n<<<\n 7519 1726888125.93701: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2eff10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888125.93704: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e199af70>\r\n<<<\n 7519 1726888125.93708: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93711: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93809: stdout chunk (state=3):\n>>>import '_operator' # <<<\n 7519 1726888125.93813: stdout chunk (state=3):\n>>>\r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2effd0>\r\n<<<\n 7519 1726888125.93816: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e194a2e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19ab610>\r\n<<<\n 7519 1726888125.93819: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 7519 1726888125.93825: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93827: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdd49d0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.93829: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888125.93831: stdout chunk (state=3):\n>>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e194a3a0>\r\n<<<\n 7519 1726888125.93832: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3020d0>\r\nimport '_collections' # \r\n<<<\n 7519 1726888125.93857: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7a30>\r\n<<<\n 7519 1726888125.93878: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888125.93900: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d349d90>\r\n<<<\n 7519 1726888125.93903: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93936: stdout chunk (state=3):\n>>>import '_functools' # <<<\n 7519 1726888125.93940: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.93943: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888125.93980: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d342670><<<\n 7519 1726888125.93984: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1965700>\r\n<<<\n 7519 1726888125.93988: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.94009: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888125.94058: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n<<<\n 7519 1726888125.94092: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\n<<<\n 7519 1726888125.94107: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e19659d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19657c0>\r\n<<<\n 7519 1726888125.94157: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3556d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d375e20>\r\n<<<\n 7519 1726888125.94161: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e19658b0>\r\n<<<\n 7519 1726888125.94163: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888125.94164: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888125.94228: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888125.94231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.94232: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.94234: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d302cd0>\r\n<<<\n 7519 1726888125.94235: stdout chunk (state=3):\n>>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3492b0>\r\n<<<\n 7519 1726888125.94289: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888125.94296: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.94306: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888125.94309: stdout chunk (state=3):\n>>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d3552e0><<<\n 7519 1726888125.94335: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.94348: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b9d0>\r\n<<<\n 7519 1726888125.94381: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py<<<\n 7519 1726888125.94403: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1965d00>\r\n<<<\n 7519 1726888125.94406: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888125.94458: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n<<<\n 7519 1726888125.94461: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888125.94462: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1970250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1965940>\r\n<<<\n 7519 1726888125.94491: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py<<<\n 7519 1726888125.94493: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1959a90>\r\n<<<\n 7519 1726888125.94517: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.94548: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888125.94552: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7610>\r\n<<<\n 7519 1726888125.94556: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888125.94564: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302eb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302df0>\r\n<<<\n 7519 1726888125.94634: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py<<<\n 7519 1726888125.94636: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.94638: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\n<<<\n 7519 1726888125.94643: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888125.94681: stdout chunk (state=3):\n>>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302d60>\r\n<<<\n 7519 1726888125.94687: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1965af0>\r\n<<<\n 7519 1726888125.94688: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.94690: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888125.94748: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py<<<\n 7519 1726888125.94750: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.94751: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888125.94753: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.94806: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.94808: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888125.94809: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888125.94812: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888125.94836: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.94838: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb7e18866d0>\r\n<<<\n 7519 1726888125.94878: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.94883: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'<<<\n 7519 1726888125.94888: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.94966: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n<<<\n 7519 1726888125.94993: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888125.95033: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888125.95042: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2d53d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888125.95045: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888125.95048: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888125.95050: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.95087: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.95093: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2d54c0>\r\n<<<\n 7519 1726888125.95161: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.95306: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.95321: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.95327: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d309f40>\r\n<<<\n 7519 1726888125.95340: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888125.95345: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.95378: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304a90>\r\n<<<\n 7519 1726888125.95381: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.95385: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888125.95416: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304490>\r\n<<<\n 7519 1726888125.95418: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.95457: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py<<<\n 7519 1726888125.95458: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.95494: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'<<<\n 7519 1726888125.95496: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.95499: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888125.95534: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888125.95551: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888125.95553: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888125.95577: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'<<<\n 7519 1726888125.95582: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.95631: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f907e50>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.95648: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888125.95654: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888125.95671: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d209220>\r\n<<<\n 7519 1726888125.95677: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.95705: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2c0520><<<\n 7519 1726888125.95709: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.95755: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888125.95758: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888125.95760: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888125.95785: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304f10><<<\n 7519 1726888125.95820: stdout chunk (state=3):\n>>>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b040><<<\n 7519 1726888125.95839: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.95861: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.95866: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.95876: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888125.95882: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.95892: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888125.95910: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888125.95959: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.95976: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\n<<<\n 7519 1726888125.95978: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.95980: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d21bb50>\r\n<<<\n 7519 1726888125.95981: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888125.96038: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888125.96053: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.96055: stdout chunk (state=3):\n>>>\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d21be80>\r\n<<<\n 7519 1726888125.96100: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py<<<\n 7519 1726888125.96108: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888125.96164: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888125.96172: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888125.96177: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\n<<<\n 7519 1726888125.96228: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22c790>\r\n<<<\n 7519 1726888125.96232: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520391910>\r\n<<<\n 7519 1726888125.96244: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py<<<\n 7519 1726888125.96248: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.96250: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f907be0>\r\n<<<\n 7519 1726888125.96297: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888125.96308: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888125.96313: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.96325: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22ccd0>\r\n<<<\n 7519 1726888125.96396: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888125.96410: stdout chunk (state=3):\n>>>\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888125.96413: stdout chunk (state=3):\n>>>\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1ba400><<<\n 7519 1726888125.96459: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.96463: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d21bf70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py<<<\n 7519 1726888125.96464: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.96466: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'<<<\n 7519 1726888125.96467: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.96490: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.96575: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1cb2e0><<<\n 7519 1726888125.96579: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.96581: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.96584: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888125.96585: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888125.96594: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22c610>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888125.96651: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888125.96653: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888125.96655: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888125.96656: stdout chunk (state=3):\n>>># extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1cb3a0>\r\n<<<\n 7519 1726888125.96703: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302a30><<<\n 7519 1726888125.96709: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.96738: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py<<<\n 7519 1726888125.96769: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f8c9c70>\r\n<<<\n 7519 1726888125.96773: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.96779: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1d670>\r\n<<<\n 7519 1726888125.96800: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888125.96803: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py<<<\n 7519 1726888125.96810: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.96848: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1c850>\r\n<<<\n 7519 1726888125.96856: stdout chunk (state=3):\n>>># destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888125.96904: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.96908: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888125.96919: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e6700>\r\n<<<\n 7519 1726888125.97033: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py<<<\n 7519 1726888125.97035: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'<<<\n 7519 1726888125.97037: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888125.97048: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.97090: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888125.97094: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e69d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e67c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888125.97096: stdout chunk (state=3):\n>>>\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e68b0>\r\n<<<\n 7519 1726888125.97153: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py<<<\n 7519 1726888125.97155: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888125.97157: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.97340: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.97441: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888125.97445: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.97450: stdout chunk (state=3):\n>>>\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e6d00>\r\n<<<\n 7519 1726888125.97504: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888125.97508: stdout chunk (state=3):\n>>>\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888125.97510: stdout chunk (state=3):\n>>>\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1f1250>\r\n<<<\n 7519 1726888125.97531: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e6940>\r\n<<<\n 7519 1726888125.97561: stdout chunk (state=3):\n>>>\r\n{\"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\"}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888125.97564: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1daa90>\r\n<<<\n 7519 1726888125.97586: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302610>\r\n<<<\n 7519 1726888125.97619: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888125.97699: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888125.97778: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e6af0>\r\n<<<\n 7519 1726888125.97808: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n<<<\n 7519 1726888125.97812: stdout chunk (state=3):\n>>># clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8<<<\n 7519 1726888125.97850: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n<<<\n 7519 1726888125.97856: stdout chunk (state=3):\n>>># cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n<<<\n 7519 1726888125.97942: stdout chunk (state=3):\n>>># cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib<<<\n 7519 1726888125.97945: stdout chunk (state=3):\n>>>\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n<<<\n 7519 1726888125.97948: stdout chunk (state=3):\n>>># destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n<<<\n 7519 1726888125.97951: stdout chunk (state=3):\n>>># destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n<<<\n 7519 1726888125.97953: stdout chunk (state=3):\n>>># cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n<<<\n 7519 1726888125.97955: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888125.97957: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf4cbe66d0>\r\n<<<\n 7519 1726888125.98021: stdout chunk (state=3):\n>>># cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible<<<\n 7519 1726888125.98070: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array<<<\n 7519 1726888125.98073: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n<<<\n 7519 1726888125.98075: stdout chunk (state=3):\n>>># destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n<<<\n 7519 1726888125.98077: stdout chunk (state=3):\n>>># cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 7519 1726888125.98149: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip'\r\n<<<\n 7519 1726888125.98159: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.98259: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888125.98274: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888125.98317: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888125.98322: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.98374: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888125.98377: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888125.98394: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888125.98399: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888125.98402: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.98404: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.98426: stdout chunk (state=3):\n>>># destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888125.98454: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 7519 1726888125.98458: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888125.98462: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string<<<\n 7519 1726888125.98479: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888125.98515: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n<<<\n 7519 1726888125.98551: stdout chunk (state=3):\n>>># cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n<<<\n 7519 1726888125.98570: stdout chunk (state=3):\n>>># cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n<<<\n 7519 1726888125.98573: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections<<<\n 7519 1726888125.98648: stdout chunk (state=3):\n>>>\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888125.98668: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n<<<\n 7519 1726888125.98683: stdout chunk (state=3):\n>>># cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external<<<\n 7519 1726888125.98688: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n<<<\n 7519 1726888125.98690: stdout chunk (state=3):\n>>># cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888125.98691: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n<<<\n 7519 1726888125.98693: stdout chunk (state=3):\n>>># destroy systemd.id128\r\n<<<\n 7519 1726888125.98694: stdout chunk (state=3):\n>>># destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n<<<\n 7519 1726888125.98695: stdout chunk (state=3):\n>>># destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888125.98828: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid<<<\n 7519 1726888125.98858: stdout chunk (state=3):\n>>>\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888125.98861: stdout chunk (state=3):\n>>># destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888125.98904: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n<<<\n 7519 1726888125.98908: stdout chunk (state=3):\n>>># destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n<<<\n 7519 1726888125.98913: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n<<<\n 7519 1726888125.98916: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools<<<\n 7519 1726888125.98926: stdout chunk (state=3):\n>>>\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888125.98949: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888125.99082: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1783820>\r\n<<<\n 7519 1726888125.99126: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n<<<\n 7519 1726888125.99132: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888125.99158: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888125.99164: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888125.99190: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888125.99193: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888125.99232: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888125.99234: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1813730>\r\n<<<\n 7519 1726888125.99287: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888125.99309: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813610>\r\n<<<\n 7519 1726888125.99339: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813340>\r\n<<<\n 7519 1726888125.99371: stderr chunk (state=3):\n>>><<<\n 7519 1726888125.99374: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888125.99380: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209583a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520932850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520970880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520908d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520932d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208adeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b1f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208a7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208af640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208ad370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f652082fe20>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082f910>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082ff10>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082ffd0>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208420d0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520889d90>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520883670>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208956d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b5e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520842cd0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208892b0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65208952e0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842eb0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842df0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842d60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205fb3d0>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205fb4c0>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652084af40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844a90>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520515220>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205e5520>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844f10>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520527b50>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520527e80>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538790>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538cd0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204c6400>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520527f70>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204d62e0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538610>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204d63a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842a30>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f2700>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f29d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f27c0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f28b0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f2d00>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204fd250>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f2940>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204e5a90>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842610>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f2af0>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f652041a6d0>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdee820>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203a7730>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7610>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7340>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7160>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203a73a0>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7790>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd6e7f0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd6eb80>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd6e9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd8caf0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a0d60>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a74f0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a01c0>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdeab20>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520345eb0>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203458b0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd862e0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203459a0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520377d00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd4fa00>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037fe80>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5d0a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037feb0>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652034d730>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd5d0d0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5b550>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5b610>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5ac40>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520377ee0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fddfb50>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fdde9a0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd50820>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fddf580>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520340af0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651f934df0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd2b5b0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1bdf0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdd49d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f907e50>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520391910>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f907be0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f8c9c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1d670>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1c850>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"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\"}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888125.99603: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813160>\r\n<<<\n 7519 1726888125.99606: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888125.99611: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520932850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520970880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520908d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520932d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208adeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208a7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208af640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208ad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f652082fe20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082f910>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082ff10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082ffd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208420d0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520889d90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520883670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208956d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520842cd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208892b0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65208952e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842eb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842df0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205fb3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205fb4c0>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652084af40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844a90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520515220>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205e5520>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844f10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520527b50>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520527e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538cd0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204c6400>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520527f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204d62e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538610>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204d63a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842a30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f2700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f29d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f27c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f28b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f2d00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204fd250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f2940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204e5a90>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f2af0>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f652041a6d0>\r\n# zipimport: found 30 names in '/tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdee820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203a7730>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7610>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7160>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203a73a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd6e7f0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd6eb80>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd6e9d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd8caf0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a0d60>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a74f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a01c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdeab20>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520345eb0>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203458b0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd862e0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203459a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520377d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd4fa00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037fe80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5d0a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037feb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652034d730>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd5d0d0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5b550>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5b610>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5ac40>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520377ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fddfb50>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fdde9a0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd50820>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fddf580>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520340af0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651f934df0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd2b5b0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1bdf0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdd49d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f907e50>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520391910>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f907be0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f8c9c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1d670>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1c850>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"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\"}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888125.99740: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e18133a0>\r\n<<<\n 7519 1726888125.99743: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888125.99745: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888125.99747: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813790>\r\n<<<\n 7519 1726888125.99749: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888125.99751: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888126.00201: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888126.00205: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888126.00208: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888125.50104-7525-6340631790307/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888126.00210: _low_level_execute_command(): starting\n 7519 1726888126.00212: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888126.00218: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11ad7f0>\r\n<<<\n 7519 1726888126.00220: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e11adb80>\r\n<<<\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888126.00227: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e11ad9d0>\r\n<<<\n 7519 1726888126.00230: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888126.00232: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888126.00234: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11ccaf0>\r\n<<<\n 7519 1726888126.00236: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e180cd60>\r\n<<<\n 7519 1726888126.00354: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e18134f0>\r\n<<<\n 7519 1726888126.00386: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888126.00456: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e180c1c0>\r\n<<<\n 7519 1726888126.00459: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888126.00489: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888126.00530: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.00627: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888126.00631: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888126.00638: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888126.00641: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e177fb20>\r\n<<<\n 7519 1726888126.00730: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b5eb0>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b58b0>\r\n<<<\n 7519 1726888126.00734: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11c62e0>\r\n<<<\n 7519 1726888126.00739: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.00747: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17b59a0>\r\n<<<\n 7519 1726888126.00844: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.00849: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.00916: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.00920: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17e3d00>\r\n<<<\n 7519 1726888126.00924: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.00927: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888126.00930: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888126.00932: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888126.00934: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.00936: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888126.00938: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888126.00940: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888126.00942: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888126.00944: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888126.00946: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.00949: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888126.00966: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.01010: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e118ea00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17ede80>\r\n<<<\n 7519 1726888126.01023: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.01040: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888126.01047: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888126.01131: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119d0a0>\r\n<<<\n 7519 1726888126.01146: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17edeb0>\r\n<<<\n 7519 1726888126.01152: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888126.01210: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.01245: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888126.01248: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888126.01251: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888126.01344: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b8730>\r\n<<<\n 7519 1726888126.01588: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e119d0d0>\r\n<<<\n 7519 1726888126.01744: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.01750: stdout chunk (state=3):\n>>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119a550>\r\n<<<\n 7519 1726888126.01795: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.01799: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119a610>\r\n<<<\n 7519 1726888126.01858: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.01864: stdout chunk (state=3):\n>>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1199c40>\r\n<<<\n 7519 1726888126.01881: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17e3ee0>\r\n<<<\n 7519 1726888126.01917: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888126.01941: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888126.01967: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888126.02033: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.02058: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1775b50>\r\n<<<\n 7519 1726888126.02061: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888126.02077: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.02080: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cae4820>\r\n<<<\n 7519 1726888126.02125: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.02154: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888126.02159: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888126.02196: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888126.02198: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888126.02253: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.02256: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.02258: stdout chunk (state=3):\n>>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb73730>\r\n<<<\n 7519 1726888126.02319: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73610>\r\n<<<\n 7519 1726888126.02377: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17739a0>\r\n<<<\n 7519 1726888126.02391: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73340>\r\n<<<\n 7519 1726888126.02413: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888126.02417: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1190820>\r\n<<<\n 7519 1726888126.02420: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888126.02440: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1775580>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17acaf0>\r\n<<<\n 7519 1726888126.02483: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.02502: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73460>\r\n<<<\n 7519 1726888126.02505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888126.02507: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73160>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888126.02521: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.02539: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.02542: stdout chunk (state=3):\n>>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb733a0>\r\n<<<\n 7519 1726888126.02568: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888126.02620: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888126.02624: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.02665: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73790>\r\n<<<\n 7519 1726888126.02694: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888126.02718: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888126.02756: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.02790: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888126.02830: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.02834: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888126.02835: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.02836: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888126.02838: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.02839: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888126.02840: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888126.02841: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.02842: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888126.02943: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888126.02947: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.02949: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca647f0>\r\n<<<\n 7519 1726888126.03002: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.03005: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.03007: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca64b80>\r\n<<<\n 7519 1726888126.03044: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.03054: stdout chunk (state=3):\n>>><<<\n 7519 1726888126.03067: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca649d0>\r\n<<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.03164: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888126.03173: handler run complete\n 7519 1726888126.03176: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888126.03178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.03180: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.03214: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888126.03218: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca83af0>\r\n<<<\n 7519 1726888126.03220: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888126.03225: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb6dd60>\r\n<<<\n 7519 1726888126.03236: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.03245: attempt loop complete, returning result\n 7519 1726888126.03248: _execute() done\n 7519 1726888126.03250: dumping result to json\n 7519 1726888126.03254: done dumping result, returning\n 7519 1726888126.03265: done running TaskExecutor() for managed_node1/TASK: Check if system is ostree [0ed44806-2f0b-c82f-f05a-00000000004e]\n 7519 1726888126.03273: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e\nok: [managed_node1] => {\n \"ansible_facts\": {\n \"discovered_interpreter_python\": \"/usr/bin/python3.9\"\n },\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"checksum_algorithm\": \"sha1\",\n \"follow\": false,\n \"get_attributes\": true,\n \"get_checksum\": true,\n \"get_mime\": true,\n \"path\": \"/run/ostree-booted\"\n }\n },\n \"stat\": {\n \"exists\": false\n }\n}\n 7519 1726888126.03557: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e\n 7519 1726888126.03561: WORKER PROCESS EXITING\n 7519 1726888126.03565: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb734f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888126.03580: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb6d1c0>\r\n<<<\n 7519 1726888126.03605: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888126.03607: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888126.03641: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n<<<\n 7519 1726888126.03644: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888126.03662: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888126.03686: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888126.03734: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888126.03737: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888126.03738: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cae0b20>\r\n<<<\n 7519 1726888126.03851: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb15eb0>\r\n<<<\n 7519 1726888126.03857: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb158b0>\r\n<<<\n 7519 1726888126.03877: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca7ed30>\r\n<<<\n 7519 1726888126.03934: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.03937: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.03939: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb159a0>\r\n<<<\n 7519 1726888126.03966: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb44d00>\r\n<<<\n 7519 1726888126.04000: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888126.04038: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888126.04048: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888126.04095: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888126.04194: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.04208: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca45a00>\r\n<<<\n 7519 1726888126.04212: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ce80>\r\n<<<\n 7519 1726888126.04247: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888126.04265: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888126.04340: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.04343: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.04357: stdout chunk (state=3):\n>>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca540a0>\r\n<<<\n 7519 1726888126.04362: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ceb0>\r\n<<<\n 7519 1726888126.04391: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888126.04449: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.04484: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888126.04489: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888126.04509: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888126.04597: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb19730>\r\n<<<\n 7519 1726888126.04709: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888126.04731: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 7519 1726888126.04740: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888126.04764: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888126.04789: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.04810: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca540d0>\r\n<<<\n 7519 1726888126.04860: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.04863: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e0d93df0>\r\n<<<\n 7519 1726888126.04927: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.04951: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.04957: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888126.04960: stdout chunk (state=3):\n>>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca51550>\r\n<<<\n 7519 1726888126.04991: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e116a5b0>\r\n<<<\n 7519 1726888126.04994: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115bdf0>\r\n<<<\n 7519 1726888126.05001: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca51610>\r\n<<<\n 7519 1726888126.05057: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.05061: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888126.05095: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca50c40>\r\n<<<\n 7519 1726888126.05099: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.05102: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb44ee0>\r\n<<<\n 7519 1726888126.05129: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n<<<\n 7519 1726888126.05132: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888126.05134: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888126.05136: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.05146: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888126.05174: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888126.05239: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.05251: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad6b50>\r\n<<<\n 7519 1726888126.05301: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.05515: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'<<<\n 7519 1726888126.05518: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888126.05568: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.05580: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17699d0>\r\n<<<\n 7519 1726888126.05582: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.05584: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad49a0>\r\n<<<\n 7519 1726888126.05585: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca47820>\r\n<<<\n 7519 1726888126.05637: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.05641: stdout chunk (state=3):\n>>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad6580>\r\n<<<\n 7519 1726888126.05643: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb0daf0>\r\n<<<\n 7519 1726888126.05672: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.05693: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.05701: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888126.05725: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.05844: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.05954: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.05970: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.05979: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888126.06003: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.06023: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.06037: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888126.06057: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.06219: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.06223: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.06370: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.06845: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.06934: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.07036: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888126.07041: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.07092: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.07142: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888126.07148: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.07224: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.07243: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.07366: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888126.07376: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.07400: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.07404: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888126.07432: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.07485: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.07541: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888126.07555: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.07901: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08019: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888126.08051: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888126.08060: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 7519 1726888126.08074: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888126.08118: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888126.08141: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.08218: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.08236: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888126.08239: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4c61bdf0>\r\n<<<\n 7519 1726888126.08262: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888126.08281: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888126.08324: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888126.08331: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888126.08342: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca205b0>\r\n<<<\n 7519 1726888126.08395: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d66e50>\r\n<<<\n 7519 1726888126.08413: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08433: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca0bdf0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888126.08447: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08469: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08497: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08507: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888126.08512: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08586: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\r\n<<<\n 7519 1726888126.08590: stdout chunk (state=3):\n>>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888126.08602: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888126.08632: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08675: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08729: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888126.08733: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08788: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08837: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08893: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888126.08912: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888126.08939: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4caca9d0>\r\n<<<\n 7519 1726888126.08974: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.08976: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.09062: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888126.09102: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.09207: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.09212: stdout chunk (state=3):\n>>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17fd910>\r\n<<<\n 7519 1726888126.09257: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d66be0>\r\n<<<\n 7519 1726888126.09307: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888126.09319: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.09521: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.09597: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.09599: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.09631: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.09682: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888126.09698: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888126.09718: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888126.09769: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888126.09796: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888126.09817: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888126.09968: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d27c70>\r\n<<<\n 7519 1726888126.10032: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115d670>\r\n<<<\n 7519 1726888126.10120: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115c850>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888126.10129: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10166: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10209: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\r\n<<<\n 7519 1726888126.10212: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10216: stdout chunk (state=3):\n>>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888126.10291: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10297: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888126.10331: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10334: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888126.10352: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10379: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888126.10393: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10451: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10486: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888126.10508: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10546: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10599: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10709: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888126.10729: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10750: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10762: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888126.10785: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10839: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10844: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.10884: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888126.10902: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.11084: stdout chunk (state=3):\n>>>\r\n{\"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\"}}}\r\n<<<\n 7519 1726888126.11101: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888126.11231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.11566: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value<<<\n 7519 1726888126.11652: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888126.11658: stdout chunk (state=3):\n>>>\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n<<<\n 7519 1726888126.11661: stdout chunk (state=3):\n>>># cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n<<<\n 7519 1726888126.11666: stdout chunk (state=3):\n>>># destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n<<<\n 7519 1726888126.11669: stdout chunk (state=3):\n>>># cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64<<<\n 7519 1726888126.11773: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888126.11779: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2<<<\n 7519 1726888126.11786: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437<<<\n 7519 1726888126.11791: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible\r\n# destroy ansible<<<\n 7519 1726888126.11795: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n<<<\n 7519 1726888126.11860: stdout chunk (state=3):\n>>># cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n<<<\n 7519 1726888126.11868: stdout chunk (state=3):\n>>># cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime<<<\n 7519 1726888126.11872: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128<<<\n 7519 1726888126.11874: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n<<<\n 7519 1726888126.11881: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5f2e50>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888126.11884: stdout chunk (state=3):\n>>># destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing<<<\n 7519 1726888126.11887: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n<<<\n 7519 1726888126.11889: stdout chunk (state=3):\n>>># cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n<<<\n 7519 1726888126.11892: stdout chunk (state=3):\n>>># destroy ansible.modules\r\n<<<\n 7519 1726888126.11921: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.11997: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888126.12021: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\r\n<<<\n 7519 1726888126.12027: stdout chunk (state=3):\n>>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888126.12053: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888126.12076: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.12133: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.12152: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888126.12179: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888126.12184: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888126.12227: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888126.12233: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888126.12284: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n<<<\n 7519 1726888126.12288: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.12291: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n<<<\n 7519 1726888126.12314: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.12328: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.12332: stdout chunk (state=3):\n>>># destroy encodings\r\n<<<\n 7519 1726888126.12353: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n<<<\n 7519 1726888126.12357: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n<<<\n 7519 1726888126.12365: stdout chunk (state=3):\n>>># destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888126.12441: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n<<<\n 7519 1726888126.12470: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n<<<\n 7519 1726888126.12501: stdout chunk (state=3):\n>>># cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n<<<\n 7519 1726888126.12507: stdout chunk (state=3):\n>>># cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n<<<\n 7519 1726888126.12510: stdout chunk (state=3):\n>>># cleanup[3] wiping select\r\n<<<\n 7519 1726888126.12532: stdout chunk (state=3):\n>>># cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888126.12579: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings<<<\n 7519 1726888126.12585: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n<<<\n 7519 1726888126.12643: stdout chunk (state=3):\n>>># cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n<<<\n 7519 1726888126.12648: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections<<<\n 7519 1726888126.12651: stdout chunk (state=3):\n>>>\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n<<<\n 7519 1726888126.12662: stdout chunk (state=3):\n>>># cleanup[3] wiping sre_parse\r\n<<<\n 7519 1726888126.12666: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n<<<\n 7519 1726888126.12669: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.12689: stdout chunk (state=3):\n>>># cleanup[3] wiping os\r\n<<<\n 7519 1726888126.12749: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io<<<\n 7519 1726888126.12753: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 7519 1726888126.12756: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n<<<\n 7519 1726888126.12758: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n<<<\n 7519 1726888126.12760: stdout chunk (state=3):\n>>># destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n<<<\n 7519 1726888126.12781: stdout chunk (state=3):\n>>># destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888126.12802: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb5e910>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5f2be0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888126.12824: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.12943: stdout chunk (state=3):\n>>># destroy platform\r\n<<<\n 7519 1726888126.12953: stdout chunk (state=3):\n>>># destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse<<<\n 7519 1726888126.12964: stdout chunk (state=3):\n>>>\r\n# destroy tokenize\r\n<<<\n 7519 1726888126.12990: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888126.13000: stdout chunk (state=3):\n>>># destroy stat\r\n<<<\n 7519 1726888126.13019: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888126.13061: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.13065: stdout chunk (state=3):\n>>># destroy select\r\n<<<\n 7519 1726888126.13076: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response<<<\n 7519 1726888126.13080: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888126.13082: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888126.13088: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.13126: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.13129: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888126.13177: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888126.13198: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888126.13234: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888126.13278: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888126.13310: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888126.13338: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888126.13486: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5b4c70>\r\n<<<\n 7519 1726888126.13499: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888126.13544: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca13670>\r\n<<<\n 7519 1726888126.13565: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.13569: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d983a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d72850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1db0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d48d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d72d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d13eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d16f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d0c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d12640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d13370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1c94e20>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94910>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94f10>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94fd0>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca70d0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ceed90>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ce7670>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1cf96d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d1ae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1ca7cd0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1cee2b0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1cf92e0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d209d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7eb0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7df0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7d60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c7a3d0>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c7a4c0>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1caef40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9a90>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1988220>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c65520>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9f10>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d20040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e199ab50>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e199ae80>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19ab790>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19abcd0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1939400>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e199af70>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e194a2e0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19ab610>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e194a3a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7a30>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1965700>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e19659d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19657c0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e19658b0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1965d00>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1970250>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1965940>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1959a90>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7610>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1965af0>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb7e18866d0>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1783820>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1813730>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813610>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813340>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813160>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e18133a0>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813790>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11ad7f0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e11adb80>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e11ad9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11ccaf0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e180cd60>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e18134f0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e180c1c0>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e177fb20>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b5eb0>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b58b0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11c62e0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17b59a0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17e3d00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e118ea00>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17ede80>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119d0a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17edeb0>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b8730>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e119d0d0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119a550>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119a610>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1199c40>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17e3ee0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1775b50>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17739a0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1190820>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1775580>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17acaf0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e0d93df0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e116a5b0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115bdf0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17699d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d66e50>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17fd910>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d66be0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d27c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115d670>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115c850>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"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\"}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888126.13818: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca12850>\r\n# destroy ansible.module_utils.distro\r\n<<<\n 7519 1726888126.13821: stdout chunk (state=3):\n>>>import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888126.13828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.13833: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d72850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1db0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d48d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d72d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d13eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d16f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d0c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d12640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d13370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1c94e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94910>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca70d0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ceed90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ce7670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1cf96d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d1ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1ca7cd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1cee2b0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1cf92e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d209d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7eb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7df0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c7a3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c7a4c0>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1caef40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9a90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1988220>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c65520>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9f10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d20040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e199ab50>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e199ae80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19ab790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19abcd0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1939400>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e199af70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e194a2e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19ab610>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e194a3a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7a30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1965700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e19659d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19657c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e19658b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1965d00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1970250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1965940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1959a90>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1965af0>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb7e18866d0>\r\n# zipimport: found 30 names in '/tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1783820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1813730>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813610>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813160>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e18133a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11ad7f0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e11adb80>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e11ad9d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11ccaf0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e180cd60>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e18134f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e180c1c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e177fb20>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b5eb0>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b58b0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11c62e0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17b59a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17e3d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e118ea00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17ede80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119d0a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17edeb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b8730>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e119d0d0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119a550>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119a610>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1199c40>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17e3ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1775b50>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17739a0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1190820>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1775580>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17acaf0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e0d93df0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e116a5b0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115bdf0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17699d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d66e50>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17fd910>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d66be0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d27c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115d670>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115c850>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"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\"}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888126.13969: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\r\n<<<\n 7519 1726888126.13973: stdout chunk (state=3):\n>>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888126.14493: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888126.14497: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888126.14499: stdout chunk (state=3):\n>>>import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888126.14501: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.14504: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888125.5040226-7526-168252515391322/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888126.14506: _low_level_execute_command(): starting\n 7519 1726888126.14508: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888126.14519: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.14521: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.14582: stdout chunk (state=3):\n>>>\r\n{\"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\"}}}\r\n<<<\n 7519 1726888126.14607: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888126.14675: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.14678: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.14730: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.14736: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 7519 1726888126.14739: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.14742: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.14782: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.14786: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.14801: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888126.14804: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888126.14819: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.14868: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.14949: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n<<<\n 7519 1726888126.14952: stdout chunk (state=3):\n>>># clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888126.14964: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n<<<\n 7519 1726888126.14999: stdout chunk (state=3):\n>>># restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings<<<\n 7519 1726888126.15003: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n<<<\n 7519 1726888126.15005: stdout chunk (state=3):\n>>># cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n<<<\n 7519 1726888126.15048: stdout chunk (state=3):\n>>># cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n<<<\n 7519 1726888126.15267: stdout chunk (state=3):\n>>># cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n<<<\n 7519 1726888126.15287: stdout chunk (state=3):\n>>># cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n<<<\n 7519 1726888126.15302: stdout chunk (state=3):\n>>># cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n<<<\n 7519 1726888126.15329: stdout chunk (state=3):\n>>># cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n<<<\n 7519 1726888126.15340: stdout chunk (state=3):\n>>># cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n<<<\n 7519 1726888126.15343: stdout chunk (state=3):\n>>># cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n<<<\n 7519 1726888126.15344: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n<<<\n 7519 1726888126.15346: stdout chunk (state=3):\n>>># cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors<<<\n 7519 1726888126.15347: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime<<<\n 7519 1726888126.15349: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n<<<\n 7519 1726888126.15350: stdout chunk (state=3):\n>>># cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n<<<\n 7519 1726888126.15351: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n<<<\n 7519 1726888126.15353: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n<<<\n 7519 1726888126.15354: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n<<<\n 7519 1726888126.15355: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n<<<\n 7519 1726888126.15356: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n<<<\n 7519 1726888126.15358: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n<<<\n 7519 1726888126.15359: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n<<<\n 7519 1726888126.15360: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n<<<\n 7519 1726888126.15361: stdout chunk (state=3):\n>>># destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 7519 1726888126.15591: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888126.15618: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888126.15665: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888126.15668: stdout chunk (state=3):\n>>># destroy _compression\r\n<<<\n 7519 1726888126.15687: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n<<<\n 7519 1726888126.15692: stdout chunk (state=3):\n>>># destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888126.15732: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n<<<\n 7519 1726888126.15746: stdout chunk (state=3):\n>>># destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 7519 1726888126.15757: stdout chunk (state=3):\n>>># destroy _json\r\n<<<\n 7519 1726888126.15763: stdout chunk (state=3):\n>>># destroy encodings\r\n<<<\n 7519 1726888126.15788: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888126.15797: stdout chunk (state=3):\n>>># destroy array\r\n<<<\n 7519 1726888126.15817: stdout chunk (state=3):\n>>># destroy datetime\r\n<<<\n 7519 1726888126.15847: stdout chunk (state=3):\n>>># destroy selinux\r\n<<<\n 7519 1726888126.15849: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888126.15907: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n<<<\n 7519 1726888126.15926: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes<<<\n 7519 1726888126.16050: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves<<<\n 7519 1726888126.16054: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n<<<\n 7519 1726888126.16060: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n<<<\n 7519 1726888126.16066: stdout chunk (state=3):\n>>># cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n<<<\n 7519 1726888126.16070: stdout chunk (state=3):\n>>># cleanup[3] wiping platform\r\n<<<\n 7519 1726888126.16135: stdout chunk (state=3):\n>>># destroy subprocess\r\n<<<\n 7519 1726888126.16145: stdout chunk (state=3):\n>>># cleanup[3] wiping selectors\r\n# cleanup[3] wiping select<<<\n 7519 1726888126.16154: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437<<<\n 7519 1726888126.16167: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888126.16171: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n<<<\n 7519 1726888126.16173: stdout chunk (state=3):\n>>># cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n<<<\n 7519 1726888126.16184: stdout chunk (state=3):\n>>># cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888126.16191: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n<<<\n 7519 1726888126.16194: stdout chunk (state=3):\n>>># cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n<<<\n 7519 1726888126.16224: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy sre_compile\r\n<<<\n 7519 1726888126.16229: stdout chunk (state=3):\n>>># destroy copyreg\r\n# cleanup[3] wiping functools\r\n<<<\n 7519 1726888126.16243: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n<<<\n 7519 1726888126.16248: stdout chunk (state=3):\n>>># destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n<<<\n 7519 1726888126.16274: stdout chunk (state=3):\n>>># cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os<<<\n 7519 1726888126.16296: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888126.16304: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888126.16355: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n<<<\n 7519 1726888126.16362: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n<<<\n 7519 1726888126.16372: stdout chunk (state=3):\n>>># cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 7519 1726888126.16393: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n<<<\n 7519 1726888126.16396: stdout chunk (state=3):\n>>># cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888126.16433: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n<<<\n 7519 1726888126.16452: stdout chunk (state=3):\n>>># destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n<<<\n 7519 1726888126.16454: stdout chunk (state=3):\n>>># destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888126.16622: stdout chunk (state=3):\n>>># destroy platform\r\n<<<\n 7519 1726888126.16634: stdout chunk (state=3):\n>>># destroy _uuid\r\n<<<\n 7519 1726888126.16637: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888126.16663: stdout chunk (state=3):\n>>># destroy tokenize\r\n<<<\n 7519 1726888126.16676: stdout chunk (state=3):\n>>># destroy _heapq\r\n<<<\n 7519 1726888126.16686: stdout chunk (state=3):\n>>># destroy posixpath\r\n<<<\n 7519 1726888126.16691: stdout chunk (state=3):\n>>># destroy stat\r\n<<<\n 7519 1726888126.16724: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n<<<\n 7519 1726888126.16728: stdout chunk (state=3):\n>>># destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n<<<\n 7519 1726888126.16730: stdout chunk (state=3):\n>>># destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888126.16776: stdout chunk (state=3):\n>>># destroy select\r\n<<<\n 7519 1726888126.16780: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n<<<\n 7519 1726888126.16793: stdout chunk (state=3):\n>>># destroy operator\r\n<<<\n 7519 1726888126.16801: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves\r\n<<<\n 7519 1726888126.16803: stdout chunk (state=3):\n>>># destroy _operator\r\n<<<\n 7519 1726888126.16811: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888126.16870: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888126.17287: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888126.17318: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.17321: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3f2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d655880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3c8d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3f2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36eeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d371f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d367610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36d640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36e370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d2efe20>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2ef910>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2eff10>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2effd0>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3020d0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d349d90>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d342670>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3556d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d375e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d302cd0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3492b0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d3552e0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302eb0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302df0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302d60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2d53d0>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2d54c0>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d309f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304a90>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d209220>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2c0520>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304f10>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d21bb50>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d21be80>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22c790>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22ccd0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1ba400>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d21bf70>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1cb2e0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22c610>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1cb3a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302a30>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e6700>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e69d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e67c0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e68b0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e6d00>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1f1250>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e6940>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1daa90>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302610>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e6af0>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf4cbe66d0>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cae4820>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb73730>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73610>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73340>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73160>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb733a0>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73790>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca647f0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca64b80>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca649d0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca83af0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb6dd60>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb734f0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb6d1c0>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cae0b20>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb15eb0>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb158b0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca7ed30>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb159a0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb44d00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca45a00>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ce80>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca540a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ceb0>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb19730>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca540d0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca51550>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca51610>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca50c40>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb44ee0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad6b50>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad49a0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca47820>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad6580>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb0daf0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4c61bdf0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca205b0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca0bdf0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4caca9d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5f2e50>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb5e910>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5f2be0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5b4c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca13670>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca12850>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"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\"}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888126.17430: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3f2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d655880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3c8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3f2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36eeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d371f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d367610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36d640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d2efe20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2ef910>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2eff10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2effd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3020d0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d349d90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d342670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3556d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d375e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d302cd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3492b0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d3552e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302eb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302df0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2d53d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2d54c0>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d309f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304a90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d209220>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2c0520>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304f10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d21bb50>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d21be80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22c790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22ccd0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1ba400>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d21bf70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1cb2e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22c610>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1cb3a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302a30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e6700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e69d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e67c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e68b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e6d00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1f1250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e6940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1daa90>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e6af0>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf4cbe66d0>\r\n# zipimport: found 30 names in '/tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cae4820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb73730>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73610>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73160>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb733a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca647f0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca64b80>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca649d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca83af0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb6dd60>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb734f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb6d1c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cae0b20>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb15eb0>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb158b0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca7ed30>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb159a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb44d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca45a00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ce80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca540a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ceb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb19730>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca540d0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca51550>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca51610>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca50c40>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb44ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad6b50>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad49a0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca47820>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad6580>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb0daf0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4c61bdf0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca205b0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca0bdf0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4caca9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5f2e50>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb5e910>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5f2be0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5b4c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca13670>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca12850>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"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\"}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888126.18125: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888126.18128: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.18130: stdout chunk (state=3):\n>>><<<\n 7519 1726888126.18132: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.18134: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888125.5150285-7527-213562852754188/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888126.18136: _low_level_execute_command(): starting\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.18141: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/ > /dev/null 2>&1 && sleep 0'\n 7519 1726888126.18144: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888126.18148: handler run complete\n 7519 1726888126.18150: variable 'ansible_facts' from source: host vars for 'managed_node2'\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888126.18154: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.18157: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888126.18158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.18160: attempt loop complete, returning result\n 7519 1726888126.18162: _execute() done\n 7519 1726888126.18163: dumping result to json\n 7519 1726888126.18165: done dumping result, returning\n 7519 1726888126.18167: done running TaskExecutor() for managed_node2/TASK: Check if system is ostree [0ed44806-2f0b-c82f-f05a-00000000004e]\n 7519 1726888126.18168: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e\nok: [managed_node2] => {\n \"ansible_facts\": {\n \"discovered_interpreter_python\": \"/usr/bin/python3.9\"\n },\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"checksum_algorithm\": \"sha1\",\n \"follow\": false,\n \"get_attributes\": true,\n \"get_checksum\": true,\n \"get_mime\": true,\n \"path\": \"/run/ostree-booted\"\n }\n },\n \"stat\": {\n \"exists\": false\n }\n}\n 7519 1726888126.18302: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e\n 7519 1726888126.18306: WORKER PROCESS EXITING\n 7519 1726888126.18742: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.18755: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.18789: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.18793: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 7519 1726888126.18795: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.18797: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.18799: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.18847: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.18850: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.18869: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888126.18872: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.18874: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888126.18887: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.18936: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.21557: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.21601: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.21607: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.21631: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888126.21636: handler run complete\n 7519 1726888126.21704: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888126.21707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.21728: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888126.21752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.21766: attempt loop complete, returning result\n 7519 1726888126.21769: _execute() done\n 7519 1726888126.21771: dumping result to json\n 7519 1726888126.21773: done dumping result, returning\n 7519 1726888126.21781: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [0ed44806-2f0b-c82f-f05a-00000000004e]\n 7519 1726888126.21794: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e\n 7519 1726888126.21905: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e\n 7519 1726888126.21909: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"ansible_facts\": {\n \"discovered_interpreter_python\": \"/usr/bin/python3.9\"\n },\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"checksum_algorithm\": \"sha1\",\n \"follow\": false,\n \"get_attributes\": true,\n \"get_checksum\": true,\n \"get_mime\": true,\n \"path\": \"/run/ostree-booted\"\n }\n },\n \"stat\": {\n \"exists\": false\n }\n}\n 7519 1726888126.21974: no more pending results, returning what we have\n 7519 1726888126.21977: results queue empty\n 7519 1726888126.21978: checking for any_errors_fatal\n 7519 1726888126.21979: done checking for any_errors_fatal\n 7519 1726888126.21980: checking for max_fail_percentage\n 7519 1726888126.21981: done checking for max_fail_percentage\n 7519 1726888126.21982: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888126.21983: done checking to see if all hosts have failed\n 7519 1726888126.21984: getting the remaining hosts for this loop\n 7519 1726888126.21985: done getting the remaining hosts for this loop\n 7519 1726888126.21988: getting the next task for host managed_node1\n 7519 1726888126.21993: done getting next task for host managed_node1\n 7519 1726888126.21995: ^ task is: TASK: Set flag to indicate system is ostree\n 7519 1726888126.21997: ^ state is: HOST STATE: block=1, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 7519 1726888126.21999: getting the next task for host managed_node2\n 7519 1726888126.22001: done getting next task for host managed_node2\n 7519 1726888126.22002: ^ task is: TASK: Set flag to indicate system is ostree\n 7519 1726888126.22003: ^ state is: HOST STATE: block=1, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 7519 1726888126.22004: getting the next task for host managed_node3\n 7519 1726888126.22005: done getting next task for host managed_node3\n 7519 1726888126.22007: ^ task is: TASK: Set flag to indicate system is ostree\n 7519 1726888126.22008: ^ state is: HOST STATE: block=1, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 7519 1726888126.22013: getting variables\n 7519 1726888126.22014: in VariableManager get_vars()\n 7519 1726888126.22041: Calling all_inventory to load vars for managed_node1\n 7519 1726888126.22043: Calling groups_inventory to load vars for managed_node1\n 7519 1726888126.22046: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888126.22056: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888126.22062: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888126.22066: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888126.22109: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.22136: done with get_vars()\n 7519 1726888126.22142: done getting variables\n 7519 1726888126.22224: 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)\n\nTASK [Set flag to indicate system is ostree] ***********************************\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:11\nFriday 20 September 2024 23:08:46 -0400 (0:00:00.799) 0:00:00.841 ****** \n 7519 1726888126.22245: entering _queue_task() for managed_node1/set_fact\n 7519 1726888126.22246: Creating lock for set_fact\n 7519 1726888126.22448: worker is 1 (out of 3 available)\n 7519 1726888126.22460: exiting _queue_task() for managed_node1/set_fact\n 7519 1726888126.22472: getting variables\n 7519 1726888126.22475: in VariableManager get_vars()\n 7519 1726888126.22553: Calling all_inventory to load vars for managed_node2\n 7519 1726888126.22557: Calling groups_inventory to load vars for managed_node2\n 7519 1726888126.22560: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888126.22579: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888126.22582: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888126.22586: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888126.22662: running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree\n 7519 1726888126.22677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.22729: done with get_vars()\n 7519 1726888126.22739: done getting variables\n 7519 1726888126.22799: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004f\n 7519 1726888126.22802: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.22805: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.22807: calling self._execute()\n 7519 1726888126.22843: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888126.22846: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888126.22863: 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)\n 7519 1726888126.22873: entering _queue_task() for managed_node2/set_fact\n 7519 1726888126.22955: variable 'omit' from source: magic vars\n 7519 1726888126.23234: worker is 2 (out of 3 available)\n 7519 1726888126.23245: exiting _queue_task() for managed_node2/set_fact\n 7519 1726888126.23256: getting variables\n 7519 1726888126.23259: in VariableManager get_vars()\n 7519 1726888126.23358: Calling all_inventory to load vars for managed_node3\n 7519 1726888126.23361: Calling groups_inventory to load vars for managed_node3\n 7519 1726888126.23365: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888126.23382: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888126.23385: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888126.23402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888126.23421: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888126.23484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.23543: done with get_vars()\n 7519 1726888126.23554: done getting variables\n 7519 1726888126.23654: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888126.23658: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888126.23676: 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)\n 7519 1726888126.23688: entering _queue_task() for managed_node3/set_fact\n 7519 1726888126.23800: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888126.23804: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888126.23849: 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)\n 7519 1726888126.24206: 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)\n 7519 1726888126.24212: 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)\n 7519 1726888126.24219: 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)\n 7519 1726888126.24224: Evaluated conditional (not __tlog_is_ostree is defined): True\n 7519 1726888126.24227: variable 'omit' from source: magic vars\n 7519 1726888126.24230: variable 'omit' from source: magic vars\n 7519 1726888126.24232: variable '__ostree_booted_stat' from source: set_fact\n 7519 1726888126.24181: worker is 3 (out of 3 available)\n 7519 1726888126.24251: exiting _queue_task() for managed_node3/set_fact\n 7519 1726888126.24262: done queuing things up, now waiting for results queue to drain\n 7519 1726888126.24264: waiting for pending results...\n 7519 1726888126.24329: variable 'omit' from source: magic vars\n 7519 1726888126.24332: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888126.24336: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.24338: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888126.24368: running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree\n 7519 1726888126.24378: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.24393: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.24428: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888126.24437: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888126.24444: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888126.24454: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004f\n 7519 1726888126.24482: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.24489: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.24520: calling self._execute()\n 7519 1726888126.24544: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888126.24558: Set connection var ansible_pipelining to False\n 7519 1726888126.24567: Set connection var ansible_shell_type to sh\n 7519 1726888126.24578: Set connection var ansible_timeout to 10\n 7519 1726888126.24612: Set connection var ansible_connection to ssh\n 7519 1726888126.24620: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888126.24644: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.24648: variable 'ansible_connection' from source: unknown\n 7519 1726888126.24651: variable 'ansible_module_compression' from source: unknown\n 7519 1726888126.24653: variable 'ansible_shell_type' from source: unknown\n 7519 1726888126.24655: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.24657: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888126.24662: variable 'ansible_pipelining' from source: unknown\n 7519 1726888126.24664: variable 'ansible_timeout' from source: unknown\n 7519 1726888126.24669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888126.24684: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888126.24698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888126.24708: variable 'omit' from source: magic vars\n 7519 1726888126.24845: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree\n 7519 1726888126.24932: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004f\n 7519 1726888126.24951: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.24957: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.24999: calling self._execute()\n 7519 1726888126.25049: 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)\n 7519 1726888126.25059: variable 'omit' from source: magic vars\n 7519 1726888126.25062: starting attempt loop\n 7519 1726888126.25065: running the handler\n 7519 1726888126.25077: handler run complete\n 7519 1726888126.25081: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888126.25091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888126.25105: variable 'omit' from source: magic vars\n 7519 1726888126.25229: attempt loop complete, returning result\n 7519 1726888126.25238: _execute() done\n 7519 1726888126.25240: dumping result to json\n 7519 1726888126.25249: done dumping result, returning\n 7519 1726888126.25255: done running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-00000000004f]\n 7519 1726888126.25268: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f\n 7519 1726888126.25354: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f\n 7519 1726888126.25357: WORKER PROCESS EXITING\nok: [managed_node1] => {\n \"ansible_facts\": {\n \"__tlog_is_ostree\": false\n },\n \"changed\": false\n}\n 7519 1726888126.25694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888126.25731: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888126.25999: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888126.26015: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888126.26072: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888126.26126: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888126.26140: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888126.26181: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888126.26238: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888126.26243: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888126.26337: 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)\n 7519 1726888126.26345: 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)\n 7519 1726888126.26365: 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)\n 7519 1726888126.26371: 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)\n 7519 1726888126.26473: 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)\n 7519 1726888126.26477: 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)\n 7519 1726888126.26482: 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)\n 7519 1726888126.26513: 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)\n 7519 1726888126.26589: Evaluated conditional (not __tlog_is_ostree is defined): True\n 7519 1726888126.26595: variable 'omit' from source: magic vars\n 7519 1726888126.26639: variable 'omit' from source: magic vars\n 7519 1726888126.26666: Evaluated conditional (not __tlog_is_ostree is defined): True\n 7519 1726888126.26677: variable 'omit' from source: magic vars\n 7519 1726888126.26728: variable 'omit' from source: magic vars\n 7519 1726888126.26756: variable '__ostree_booted_stat' from source: set_fact\n 7519 1726888126.26815: variable 'omit' from source: magic vars\n 7519 1726888126.26852: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888126.26858: variable '__ostree_booted_stat' from source: set_fact\n 7519 1726888126.26887: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.26912: variable 'omit' from source: magic vars\n 7519 1726888126.26920: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888126.26943: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888126.26952: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.26966: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.26976: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.26984: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888126.27005: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.27010: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888126.27021: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888126.27027: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.27032: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888126.27062: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888126.27070: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888126.27077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888126.27145: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888126.27158: Set connection var ansible_pipelining to False\n 7519 1726888126.27168: Set connection var ansible_shell_type to sh\n 7519 1726888126.27179: Set connection var ansible_timeout to 10\n 7519 1726888126.27183: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888126.27192: Set connection var ansible_connection to ssh\n 7519 1726888126.27195: Set connection var ansible_pipelining to False\n 7519 1726888126.27201: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888126.27207: Set connection var ansible_shell_type to sh\n 7519 1726888126.27219: Set connection var ansible_timeout to 10\n 7519 1726888126.27228: Set connection var ansible_connection to ssh\n 7519 1726888126.27234: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.27241: variable 'ansible_connection' from source: unknown\n 7519 1726888126.27245: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888126.27250: variable 'ansible_module_compression' from source: unknown\n 7519 1726888126.27256: variable 'ansible_shell_type' from source: unknown\n 7519 1726888126.27262: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.27268: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.27272: variable 'ansible_connection' from source: unknown\n 7519 1726888126.27274: variable 'ansible_module_compression' from source: unknown\n 7519 1726888126.27277: variable 'ansible_shell_type' from source: unknown\n 7519 1726888126.27283: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888126.27288: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.27293: variable 'ansible_pipelining' from source: unknown\n 7519 1726888126.27300: variable 'ansible_timeout' from source: unknown\n 7519 1726888126.27304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888126.27307: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888126.27315: variable 'ansible_pipelining' from source: unknown\n 7519 1726888126.27321: variable 'ansible_timeout' from source: unknown\n 7519 1726888126.27332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888126.27433: 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)\n 7519 1726888126.27448: variable 'omit' from source: magic vars\n 7519 1726888126.27458: starting attempt loop\n 7519 1726888126.27465: running the handler\n 7519 1726888126.27474: 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)\n 7519 1726888126.27480: handler run complete\n 7519 1726888126.27487: variable 'omit' from source: magic vars\n 7519 1726888126.27492: attempt loop complete, returning result\n 7519 1726888126.27499: starting attempt loop\n 7519 1726888126.27507: _execute() done\n 7519 1726888126.27510: dumping result to json\n 7519 1726888126.27513: done dumping result, returning\n 7519 1726888126.27520: running the handler\n 7519 1726888126.27527: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-00000000004f]\n 7519 1726888126.27536: handler run complete\n 7519 1726888126.27547: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f\n 7519 1726888126.27605: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f\n 7519 1726888126.27608: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"ansible_facts\": {\n \"__tlog_is_ostree\": false\n },\n \"changed\": false\n}\n 7519 1726888126.27638: attempt loop complete, returning result\n 7519 1726888126.27641: _execute() done\n 7519 1726888126.27644: dumping result to json\n 7519 1726888126.27647: done dumping result, returning\n 7519 1726888126.27653: done running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-00000000004f]\n 7519 1726888126.27736: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f\n 7519 1726888126.27802: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f\n 7519 1726888126.27812: WORKER PROCESS EXITING\nok: [managed_node2] => {\n \"ansible_facts\": {\n \"__tlog_is_ostree\": false\n },\n \"changed\": false\n}\n 7519 1726888126.27875: no more pending results, returning what we have\n 7519 1726888126.27879: results queue empty\n 7519 1726888126.27880: checking for any_errors_fatal\n 7519 1726888126.27888: done checking for any_errors_fatal\n 7519 1726888126.27889: checking for max_fail_percentage\n 7519 1726888126.27891: done checking for max_fail_percentage\n 7519 1726888126.27891: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888126.27892: done checking to see if all hosts have failed\n 7519 1726888126.27893: getting the remaining hosts for this loop\n 7519 1726888126.27894: done getting the remaining hosts for this loop\n 7519 1726888126.27899: getting the next task for host managed_node1\n 7519 1726888126.27908: done getting next task for host managed_node1\n 7519 1726888126.27910: ^ task is: TASK: meta (end_host)\n 7519 1726888126.27914: ^ state is: HOST STATE: block=1, 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\n 7519 1726888126.27916: getting the next task for host managed_node2\n 7519 1726888126.27920: done getting next task for host managed_node2\n 7519 1726888126.27921: ^ task is: TASK: meta (end_host)\n 7519 1726888126.27926: ^ state is: HOST STATE: block=1, 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\n 7519 1726888126.27927: getting the next task for host managed_node3\n 7519 1726888126.27930: done getting next task for host managed_node3\n 7519 1726888126.27931: ^ task is: TASK: meta (end_host)\n 7519 1726888126.27932: ^ state is: HOST STATE: block=1, 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\n 7519 1726888126.27938: getting variables\n 7519 1726888126.27939: in VariableManager get_vars()\n 7519 1726888126.27968: Calling all_inventory to load vars for managed_node1\n 7519 1726888126.27970: Calling groups_inventory to load vars for managed_node1\n 7519 1726888126.27972: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888126.27981: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888126.27983: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888126.27986: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888126.28029: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.28057: done with get_vars()\n 7519 1726888126.28065: done getting variables\n\nTASK [Skip test if not supported on ostree] ************************************\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:15\nFriday 20 September 2024 23:08:46 -0400 (0:00:00.059) 0:00:00.900 ****** \n 7519 1726888126.28150: in VariableManager get_vars()\n 7519 1726888126.28160: Calling all_inventory to load vars for managed_node1\n 7519 1726888126.28162: Calling groups_inventory to load vars for managed_node1\n 7519 1726888126.28164: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888126.28168: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888126.28170: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888126.28172: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888126.28190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.28203: done with get_vars()\n 7519 1726888126.28384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 7519 1726888126.30002: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 7519 1726888126.30049: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 7519 1726888126.30082: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 7519 1726888126.30124: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 7519 1726888126.30147: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 7519 1726888126.30202: 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)\n 7519 1726888126.30219: 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)\n 7519 1726888126.30234: 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)\n 7519 1726888126.30254: 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)\n 7519 1726888126.30260: 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)\n 7519 1726888126.30332: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888126.30344: Evaluated conditional (__tlog_is_ostree | d(false)): False\nMETA: end_host conditional evaluated to False, continuing execution for managed_node1\nskipping: [managed_node1] => {\n \"skip_reason\": \"end_host conditional evaluated to False, continuing execution for managed_node1\"\n}\n\nMSG:\n\nend_host conditional evaluated to false, continuing execution for managed_node1\n 7519 1726888126.30365: getting variables\n 7519 1726888126.30366: in VariableManager get_vars()\n 7519 1726888126.30375: Calling all_inventory to load vars for managed_node2\n 7519 1726888126.30376: Calling groups_inventory to load vars for managed_node2\n 7519 1726888126.30377: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888126.30381: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888126.30382: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888126.30384: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888126.30412: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.30443: done with get_vars()\n 7519 1726888126.30450: done getting variables\n\nTASK [Skip test if not supported on ostree] ************************************\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:15\nFriday 20 September 2024 23:08:46 -0400 (0:00:00.023) 0:00:00.924 ****** \n 7519 1726888126.30516: in VariableManager get_vars()\n 7519 1726888126.30526: Calling all_inventory to load vars for managed_node2\n 7519 1726888126.30527: Calling groups_inventory to load vars for managed_node2\n 7519 1726888126.30529: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888126.30532: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888126.30534: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888126.30536: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888126.30555: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.30567: done with get_vars()\n 7519 1726888126.30651: 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)\n 7519 1726888126.30663: 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)\n 7519 1726888126.30675: 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)\n 7519 1726888126.30695: 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)\n 7519 1726888126.30701: 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)\n 7519 1726888126.30754: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888126.30759: Evaluated conditional (__tlog_is_ostree | d(false)): False\nMETA: end_host conditional evaluated to False, continuing execution for managed_node2\nskipping: [managed_node2] => {\n \"skip_reason\": \"end_host conditional evaluated to False, continuing execution for managed_node2\"\n}\n\nMSG:\n\nend_host conditional evaluated to false, continuing execution for managed_node2\n 7519 1726888126.30775: getting variables\n 7519 1726888126.30776: in VariableManager get_vars()\n 7519 1726888126.30782: Calling all_inventory to load vars for managed_node3\n 7519 1726888126.30784: Calling groups_inventory to load vars for managed_node3\n 7519 1726888126.30785: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888126.30788: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888126.30789: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888126.30790: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888126.30808: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.30824: done with get_vars()\n 7519 1726888126.30828: done getting variables\n\nTASK [Skip test if not supported on ostree] ************************************\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:15\nFriday 20 September 2024 23:08:46 -0400 (0:00:00.003) 0:00:00.927 ****** \n 7519 1726888126.30869: in VariableManager get_vars()\n 7519 1726888126.30876: Calling all_inventory to load vars for managed_node3\n 7519 1726888126.30877: Calling groups_inventory to load vars for managed_node3\n 7519 1726888126.30878: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888126.30881: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888126.30882: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888126.30884: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888126.30900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.30912: done with get_vars()\n 7519 1726888126.30986: 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)\n 7519 1726888126.30997: 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)\n 7519 1726888126.31009: 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)\n 7519 1726888126.31033: 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)\n 7519 1726888126.31038: 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)\n 7519 1726888126.31083: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888126.31087: Evaluated conditional (__tlog_is_ostree | d(false)): False\nMETA: end_host conditional evaluated to False, continuing execution for managed_node3\nskipping: [managed_node3] => {\n \"skip_reason\": \"end_host conditional evaluated to False, continuing execution for managed_node3\"\n}\n\nMSG:\n\nend_host conditional evaluated to false, continuing execution for managed_node3\n 7519 1726888126.31102: done queuing things up, now waiting for results queue to drain\n 7519 1726888126.31103: results queue empty\n 7519 1726888126.31104: checking for any_errors_fatal\n 7519 1726888126.31106: done checking for any_errors_fatal\n 7519 1726888126.31106: checking for max_fail_percentage\n 7519 1726888126.31107: done checking for max_fail_percentage\n 7519 1726888126.31107: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888126.31108: done checking to see if all hosts have failed\n 7519 1726888126.31108: getting the remaining hosts for this loop\n 7519 1726888126.31109: done getting the remaining hosts for this loop\n 7519 1726888126.31111: getting the next task for host managed_node1\n 7519 1726888126.31115: done getting next task for host managed_node1\n 7519 1726888126.31116: ^ task is: TASK: Ensure sssd user/group exist in /etc files\n 7519 1726888126.31117: ^ state is: HOST STATE: block=1, 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\n 7519 1726888126.31118: getting the next task for host managed_node2\n 7519 1726888126.31119: done getting next task for host managed_node2\n 7519 1726888126.31120: ^ task is: TASK: Ensure sssd user/group exist in /etc files\n 7519 1726888126.31121: ^ state is: HOST STATE: block=1, 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\n 7519 1726888126.31127: getting the next task for host managed_node3\n 7519 1726888126.31129: done getting next task for host managed_node3\n 7519 1726888126.31131: ^ task is: TASK: Ensure sssd user/group exist in /etc files\n 7519 1726888126.31133: ^ state is: HOST STATE: block=1, 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\n 7519 1726888126.31136: getting variables\n 7519 1726888126.31137: in VariableManager get_vars()\n 7519 1726888126.31148: Calling all_inventory to load vars for managed_node1\n 7519 1726888126.31155: Calling groups_inventory to load vars for managed_node1\n 7519 1726888126.31157: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888126.31169: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888126.31176: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888126.31180: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888126.31206: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.31219: done with get_vars()\n 7519 1726888126.31224: done getting variables\n 7519 1726888126.31279: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.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)\n\nTASK [Ensure sssd user/group exist in /etc files] ******************************\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:21\nFriday 20 September 2024 23:08:46 -0400 (0:00:00.004) 0:00:00.932 ****** \n 7519 1726888126.31294: entering _queue_task() for managed_node1/shell\n 7519 1726888126.31295: Creating lock for shell\n 7519 1726888126.31535: worker is 1 (out of 3 available)\n 7519 1726888126.31548: exiting _queue_task() for managed_node1/shell\n 7519 1726888126.31559: getting variables\n 7519 1726888126.31562: in VariableManager get_vars()\n 7519 1726888126.31646: Calling all_inventory to load vars for managed_node2\n 7519 1726888126.31651: Calling groups_inventory to load vars for managed_node2\n 7519 1726888126.31654: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888126.31669: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888126.31672: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888126.31675: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888126.31751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.31789: done with get_vars()\n 7519 1726888126.31799: done getting variables\n 7519 1726888126.31937: running TaskExecutor() for managed_node1/TASK: Ensure sssd user/group exist in /etc files\n 7519 1726888126.31941: in run() - task 0ed44806-2f0b-c82f-f05a-000000000052\n 7519 1726888126.31943: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.31945: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.31947: calling self._execute()\n 7519 1726888126.31976: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888126.31979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888126.31982: variable 'omit' from source: magic vars\n 7519 1726888126.32003: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.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)\n 7519 1726888126.32015: entering _queue_task() for managed_node2/shell\n 7519 1726888126.32406: worker is 2 (out of 3 available)\n 7519 1726888126.32420: exiting _queue_task() for managed_node2/shell\n 7519 1726888126.32433: getting variables\n 7519 1726888126.32437: in VariableManager get_vars()\n 7519 1726888126.32517: Calling all_inventory to load vars for managed_node3\n 7519 1726888126.32521: Calling groups_inventory to load vars for managed_node3\n 7519 1726888126.32527: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888126.32545: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888126.32549: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888126.32554: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888126.32629: 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)\n 7519 1726888126.32638: 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)\n 7519 1726888126.32643: 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)\n 7519 1726888126.32652: 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)\n 7519 1726888126.32656: 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)\n 7519 1726888126.32670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.32717: done with get_vars()\n 7519 1726888126.32728: done getting variables\n 7519 1726888126.32810: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888126.32814: Evaluated conditional (__tlog_is_ostree | d(false)): False\n 7519 1726888126.32839: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.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)\n 7519 1726888126.32851: entering _queue_task() for managed_node3/shell\n 7519 1726888126.32949: when evaluation is False, skipping this task\n 7519 1726888126.32952: _execute() done\n 7519 1726888126.32955: dumping result to json\n 7519 1726888126.32957: done dumping result, returning\n 7519 1726888126.32959: done running TaskExecutor() for managed_node1/TASK: Ensure sssd user/group exist in /etc files [0ed44806-2f0b-c82f-f05a-000000000052]\n 7519 1726888126.32961: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052\n 7519 1726888126.33029: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052\n 7519 1726888126.33033: WORKER PROCESS EXITING\n 7519 1726888126.33106: running TaskExecutor() for managed_node2/TASK: Ensure sssd user/group exist in /etc files\n 7519 1726888126.33362: worker is 3 (out of 3 available)\n 7519 1726888126.33374: exiting _queue_task() for managed_node3/shell\nskipping: [managed_node1] => {\n \"changed\": false,\n \"false_condition\": \"__tlog_is_ostree | d(false)\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888126.33493: done queuing things up, now waiting for results queue to drain\n 7519 1726888126.33495: waiting for pending results...\n 7519 1726888126.33524: in run() - task 0ed44806-2f0b-c82f-f05a-000000000052\n 7519 1726888126.33529: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.33531: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.33535: calling self._execute()\n 7519 1726888126.33537: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888126.33541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888126.33543: variable 'omit' from source: magic vars\n 7519 1726888126.33743: running TaskExecutor() for managed_node3/TASK: Ensure sssd user/group exist in /etc files\n 7519 1726888126.33837: in run() - task 0ed44806-2f0b-c82f-f05a-000000000052\n 7519 1726888126.33856: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.33859: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.33865: 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)\n 7519 1726888126.33895: calling self._execute()\n 7519 1726888126.33905: 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)\n 7519 1726888126.33943: 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)\n 7519 1726888126.33970: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888126.33981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888126.33994: variable 'omit' from source: magic vars\n 7519 1726888126.34001: 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)\n 7519 1726888126.34028: 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)\n 7519 1726888126.34152: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888126.34173: Evaluated conditional (__tlog_is_ostree | d(false)): False\n 7519 1726888126.34181: when evaluation is False, skipping this task\n 7519 1726888126.34188: _execute() done\n 7519 1726888126.34194: dumping result to json\n 7519 1726888126.34201: done dumping result, returning\n 7519 1726888126.34210: done running TaskExecutor() for managed_node2/TASK: Ensure sssd user/group exist in /etc files [0ed44806-2f0b-c82f-f05a-000000000052]\n 7519 1726888126.34331: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052\n 7519 1726888126.34424: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052\n 7519 1726888126.34427: WORKER PROCESS EXITING\nskipping: [managed_node2] => {\n \"changed\": false,\n \"false_condition\": \"__tlog_is_ostree | d(false)\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888126.34451: 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)\n 7519 1726888126.34489: 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)\n 7519 1726888126.34524: 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)\n 7519 1726888126.34573: 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)\n 7519 1726888126.34593: 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)\n 7519 1726888126.34682: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888126.34686: Evaluated conditional (__tlog_is_ostree | d(false)): False\n 7519 1726888126.34689: when evaluation is False, skipping this task\n 7519 1726888126.34691: _execute() done\n 7519 1726888126.34693: dumping result to json\n 7519 1726888126.34696: done dumping result, returning\n 7519 1726888126.34701: done running TaskExecutor() for managed_node3/TASK: Ensure sssd user/group exist in /etc files [0ed44806-2f0b-c82f-f05a-000000000052]\n 7519 1726888126.34719: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052\n 7519 1726888126.34776: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052\n 7519 1726888126.34778: WORKER PROCESS EXITING\nskipping: [managed_node3] => {\n \"changed\": false,\n \"false_condition\": \"__tlog_is_ostree | d(false)\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888126.34797: no more pending results, returning what we have\n 7519 1726888126.34802: results queue empty\n 7519 1726888126.34802: checking for any_errors_fatal\n 7519 1726888126.34804: done checking for any_errors_fatal\n 7519 1726888126.34804: checking for max_fail_percentage\n 7519 1726888126.34806: done checking for max_fail_percentage\n 7519 1726888126.34807: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888126.34807: done checking to see if all hosts have failed\n 7519 1726888126.34809: getting the remaining hosts for this loop\n 7519 1726888126.34810: done getting the remaining hosts for this loop\n 7519 1726888126.34816: getting the next task for host managed_node1\n 7519 1726888126.34826: done getting next task for host managed_node1\n 7519 1726888126.34828: ^ task is: TASK: meta (flush_handlers)\n 7519 1726888126.34830: ^ state is: HOST STATE: block=2, 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\n 7519 1726888126.34831: getting the next task for host managed_node2\n 7519 1726888126.34834: done getting next task for host managed_node2\n 7519 1726888126.34835: ^ task is: TASK: meta (flush_handlers)\n 7519 1726888126.34836: ^ state is: HOST STATE: block=2, 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\n 7519 1726888126.34837: getting the next task for host managed_node3\n 7519 1726888126.34839: done getting next task for host managed_node3\n 7519 1726888126.34841: ^ task is: TASK: meta (flush_handlers)\n 7519 1726888126.34842: ^ state is: HOST STATE: block=2, 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\n 7519 1726888126.34850: getting variables\n 7519 1726888126.34851: in VariableManager get_vars()\n 7519 1726888126.34877: Calling all_inventory to load vars for managed_node1\n 7519 1726888126.34880: Calling groups_inventory to load vars for managed_node1\n 7519 1726888126.34885: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888126.34893: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888126.34895: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888126.34899: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888126.34958: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.34984: done with get_vars()\n 7519 1726888126.34993: done getting variables\n 7519 1726888126.35055: in VariableManager get_vars()\n 7519 1726888126.35063: Calling all_inventory to load vars for managed_node1\n 7519 1726888126.35065: Calling groups_inventory to load vars for managed_node1\n 7519 1726888126.35066: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888126.35069: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888126.35070: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888126.35072: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888126.35089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.35101: done with get_vars()\n 7519 1726888126.35108: getting variables\n 7519 1726888126.35109: in VariableManager get_vars()\n 7519 1726888126.35119: Calling all_inventory to load vars for managed_node2\n 7519 1726888126.35121: Calling groups_inventory to load vars for managed_node2\n 7519 1726888126.35123: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888126.35127: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888126.35129: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888126.35130: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888126.35153: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.35166: done with get_vars()\n 7519 1726888126.35170: done getting variables\n 7519 1726888126.35198: in VariableManager get_vars()\n 7519 1726888126.35204: Calling all_inventory to load vars for managed_node2\n 7519 1726888126.35206: Calling groups_inventory to load vars for managed_node2\n 7519 1726888126.35207: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888126.35209: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888126.35210: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888126.35212: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888126.35238: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.35249: done with get_vars()\n 7519 1726888126.35257: getting variables\n 7519 1726888126.35257: in VariableManager get_vars()\n 7519 1726888126.35264: Calling all_inventory to load vars for managed_node3\n 7519 1726888126.35265: Calling groups_inventory to load vars for managed_node3\n 7519 1726888126.35266: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888126.35269: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888126.35270: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888126.35272: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888126.35288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.35298: done with get_vars()\n 7519 1726888126.35302: done getting variables\n 7519 1726888126.35338: in VariableManager get_vars()\n 7519 1726888126.35345: Calling all_inventory to load vars for managed_node3\n 7519 1726888126.35347: Calling groups_inventory to load vars for managed_node3\n 7519 1726888126.35348: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888126.35351: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888126.35352: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888126.35354: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888126.35371: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.35382: done with get_vars()\n 7519 1726888126.35388: done queuing things up, now waiting for results queue to drain\n 7519 1726888126.35389: results queue empty\n 7519 1726888126.35390: checking for any_errors_fatal\n 7519 1726888126.35391: done checking for any_errors_fatal\n 7519 1726888126.35392: checking for max_fail_percentage\n 7519 1726888126.35392: done checking for max_fail_percentage\n 7519 1726888126.35393: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888126.35393: done checking to see if all hosts have failed\n 7519 1726888126.35394: getting the remaining hosts for this loop\n 7519 1726888126.35394: done getting the remaining hosts for this loop\n 7519 1726888126.35396: getting the next task for host managed_node1\n 7519 1726888126.35399: done getting next task for host managed_node1\n 7519 1726888126.35401: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888126.35402: ^ 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\n 7519 1726888126.35402: getting the next task for host managed_node2\n 7519 1726888126.35404: done getting next task for host managed_node2\n 7519 1726888126.35405: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888126.35405: ^ 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\n 7519 1726888126.35406: getting the next task for host managed_node3\n 7519 1726888126.35407: done getting next task for host managed_node3\n 7519 1726888126.35408: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888126.35409: ^ 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\n 7519 1726888126.35418: getting variables\n 7519 1726888126.35418: in VariableManager get_vars()\n 7519 1726888126.35428: Calling all_inventory to load vars for managed_node1\n 7519 1726888126.35430: Calling groups_inventory to load vars for managed_node1\n 7519 1726888126.35431: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888126.35434: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888126.35436: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888126.35438: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888126.35457: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.35472: done with get_vars()\n 7519 1726888126.35476: done getting variables\n\nTASK [fedora.linux_system_roles.tlog : Set platform/version specific variables] ***\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:2\nFriday 20 September 2024 23:08:46 -0400 (0:00:00.042) 0:00:00.974 ****** \n 7519 1726888126.35527: entering _queue_task() for managed_node1/include_tasks\n 7519 1726888126.35733: worker is 1 (out of 3 available)\n 7519 1726888126.35745: exiting _queue_task() for managed_node1/include_tasks\n 7519 1726888126.35771: getting variables\n 7519 1726888126.35774: in VariableManager get_vars()\n 7519 1726888126.35851: Calling all_inventory to load vars for managed_node2\n 7519 1726888126.35856: Calling groups_inventory to load vars for managed_node2\n 7519 1726888126.35858: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888126.35873: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888126.35876: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888126.35880: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888126.35953: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888126.35970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.36004: done with get_vars()\n 7519 1726888126.36015: done getting variables\n 7519 1726888126.36360: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000a\n 7519 1726888126.36363: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.36365: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.36367: calling self._execute()\n 7519 1726888126.36369: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888126.36371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888126.36373: variable 'omit' from source: magic vars\n 7519 1726888126.36431: entering _queue_task() for managed_node2/include_tasks\n 7519 1726888126.36553: _execute() done\n 7519 1726888126.36761: worker is 2 (out of 3 available)\n 7519 1726888126.36798: dumping result to json\n 7519 1726888126.36808: exiting _queue_task() for managed_node2/include_tasks\n 7519 1726888126.36846: done dumping result, returning\n 7519 1726888126.36853: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-00000000000a]\n 7519 1726888126.36856: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a\n 7519 1726888126.36955: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a\n 7519 1726888126.36959: WORKER PROCESS EXITING\n 7519 1726888126.36975: getting variables\n 7519 1726888126.36978: in VariableManager get_vars()\n 7519 1726888126.37039: Calling all_inventory to load vars for managed_node3\n 7519 1726888126.37043: Calling groups_inventory to load vars for managed_node3\n 7519 1726888126.37046: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888126.37060: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888126.37063: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888126.37067: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888126.37083: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888126.37137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.37171: done with get_vars()\n 7519 1726888126.37180: done getting variables\n 7519 1726888126.37236: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000a\n 7519 1726888126.37239: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.37241: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.37244: calling self._execute()\n 7519 1726888126.37246: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888126.37248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888126.37267: variable 'omit' from source: magic vars\n 7519 1726888126.37311: entering _queue_task() for managed_node3/include_tasks\n 7519 1726888126.37399: _execute() done\n 7519 1726888126.37402: dumping result to json\n 7519 1726888126.37405: done dumping result, returning\n 7519 1726888126.37409: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-00000000000a]\n 7519 1726888126.37504: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a\n 7519 1726888126.37809: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a\n 7519 1726888126.37814: WORKER PROCESS EXITING\n 7519 1726888126.37680: worker is 3 (out of 3 available)\n 7519 1726888126.37830: exiting _queue_task() for managed_node3/include_tasks\n 7519 1726888126.37879: done queuing things up, now waiting for results queue to drain\n 7519 1726888126.37881: waiting for pending results...\n 7519 1726888126.37908: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888126.37969: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000a\n 7519 1726888126.37977: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.37980: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.38008: calling self._execute()\n 7519 1726888126.38059: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888126.38063: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888126.38071: variable 'omit' from source: magic vars\n 7519 1726888126.38139: _execute() done\n 7519 1726888126.38144: dumping result to json\n 7519 1726888126.38147: done dumping result, returning\n 7519 1726888126.38151: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-00000000000a]\n 7519 1726888126.38171: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a\n 7519 1726888126.38229: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a\n 7519 1726888126.38232: WORKER PROCESS EXITING\n 7519 1726888126.38249: no more pending results, returning what we have\n 7519 1726888126.38253: in VariableManager get_vars()\n 7519 1726888126.38299: Calling all_inventory to load vars for managed_node1\n 7519 1726888126.38302: Calling groups_inventory to load vars for managed_node1\n 7519 1726888126.38304: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888126.38312: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888126.38314: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888126.38317: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888126.38349: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.38370: done with get_vars()\n 7519 1726888126.38374: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.38375: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.38393: in VariableManager get_vars()\n 7519 1726888126.38402: Calling all_inventory to load vars for managed_node2\n 7519 1726888126.38403: Calling groups_inventory to load vars for managed_node2\n 7519 1726888126.38404: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888126.38407: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888126.38408: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888126.38410: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888126.38437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.38448: done with get_vars()\n 7519 1726888126.38451: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.38452: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.38464: in VariableManager get_vars()\n 7519 1726888126.38472: Calling all_inventory to load vars for managed_node3\n 7519 1726888126.38475: Calling groups_inventory to load vars for managed_node3\n 7519 1726888126.38477: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888126.38480: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888126.38482: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888126.38484: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888126.38502: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.38517: done with get_vars()\n 7519 1726888126.38519: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.38520: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.38532: we have included files to process\n 7519 1726888126.38533: generating all_blocks data\n 7519 1726888126.38534: done generating all_blocks data\n 7519 1726888126.38539: processing included file: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml\n 7519 1726888126.38540: loading included file: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml\n 7519 1726888126.38541: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml\n 7519 1726888126.38963: done processing included file\n 7519 1726888126.38964: iterating over new_blocks loaded from include file\n 7519 1726888126.38965: in VariableManager get_vars()\n 7519 1726888126.38977: done with get_vars()\n 7519 1726888126.38978: filtering new block on tags\n 7519 1726888126.38987: done filtering new block on tags\n 7519 1726888126.38989: in VariableManager get_vars()\n 7519 1726888126.38998: done with get_vars()\n 7519 1726888126.38999: filtering new block on tags\n 7519 1726888126.39009: done filtering new block on tags\n 7519 1726888126.39011: in VariableManager get_vars()\n 7519 1726888126.39047: done with get_vars()\n 7519 1726888126.39048: filtering new block on tags\n 7519 1726888126.39057: done filtering new block on tags\n 7519 1726888126.39058: done iterating over new_blocks loaded from include file\nincluded: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml for managed_node1, managed_node2, managed_node3\n 7519 1726888126.39062: extending task lists for all hosts with included blocks\n 7519 1726888126.39418: done extending task lists\n 7519 1726888126.39419: done processing included files\n 7519 1726888126.39420: results queue empty\n 7519 1726888126.39420: checking for any_errors_fatal\n 7519 1726888126.39421: done checking for any_errors_fatal\n 7519 1726888126.39423: checking for max_fail_percentage\n 7519 1726888126.39424: done checking for max_fail_percentage\n 7519 1726888126.39425: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888126.39425: done checking to see if all hosts have failed\n 7519 1726888126.39426: getting the remaining hosts for this loop\n 7519 1726888126.39427: done getting the remaining hosts for this loop\n 7519 1726888126.39428: getting the next task for host managed_node1\n 7519 1726888126.39431: done getting next task for host managed_node1\n 7519 1726888126.39432: ^ task is: TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role\n 7519 1726888126.39434: ^ 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? (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\n 7519 1726888126.39434: getting the next task for host managed_node2\n 7519 1726888126.39436: done getting next task for host managed_node2\n 7519 1726888126.39437: ^ task is: TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role\n 7519 1726888126.39438: ^ 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? (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\n 7519 1726888126.39441: getting the next task for host managed_node3\n 7519 1726888126.39443: done getting next task for host managed_node3\n 7519 1726888126.39445: ^ task is: TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role\n 7519 1726888126.39446: ^ 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? (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\n 7519 1726888126.39455: getting variables\n 7519 1726888126.39456: in VariableManager get_vars()\n 7519 1726888126.39469: Calling all_inventory to load vars for managed_node1\n 7519 1726888126.39471: Calling groups_inventory to load vars for managed_node1\n 7519 1726888126.39473: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888126.39478: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888126.39480: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888126.39483: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888126.39515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.39539: done with get_vars()\n 7519 1726888126.39544: done getting variables\n\nTASK [fedora.linux_system_roles.tlog : Ensure ansible_facts used by role] ******\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:2\nFriday 20 September 2024 23:08:46 -0400 (0:00:00.040) 0:00:01.015 ****** \n 7519 1726888126.39589: entering _queue_task() for managed_node1/setup\n 7519 1726888126.39790: worker is 1 (out of 3 available)\n 7519 1726888126.39801: exiting _queue_task() for managed_node1/setup\n 7519 1726888126.39828: getting variables\n 7519 1726888126.39830: in VariableManager get_vars()\n 7519 1726888126.39918: Calling all_inventory to load vars for managed_node2\n 7519 1726888126.39924: Calling groups_inventory to load vars for managed_node2\n 7519 1726888126.39927: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888126.39941: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888126.39944: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888126.39948: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888126.39992: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role\n 7519 1726888126.40045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.40099: done with get_vars()\n 7519 1726888126.40108: done getting variables\n 7519 1726888126.40152: in run() - task 0ed44806-2f0b-c82f-f05a-00000000007e\n 7519 1726888126.40156: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.40158: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.40160: calling self._execute()\n 7519 1726888126.40163: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888126.40166: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888126.40192: variable 'omit' from source: magic vars\n 7519 1726888126.40246: entering _queue_task() for managed_node2/setup\n 7519 1726888126.40605: 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)\n 7519 1726888126.40637: 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)\n 7519 1726888126.40640: 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)\n 7519 1726888126.40627: worker is 2 (out of 3 available)\n 7519 1726888126.40645: exiting _queue_task() for managed_node2/setup\n 7519 1726888126.40676: 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)\n 7519 1726888126.40689: getting variables\n 7519 1726888126.40692: in VariableManager get_vars()\n 7519 1726888126.40772: Calling all_inventory to load vars for managed_node3\n 7519 1726888126.40780: Calling groups_inventory to load vars for managed_node3\n 7519 1726888126.40784: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888126.40791: 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)\n 7519 1726888126.40795: 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)\n 7519 1726888126.40798: 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)\n 7519 1726888126.40800: 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)\n 7519 1726888126.40812: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888126.40815: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888126.40818: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888126.40861: 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)\n 7519 1726888126.40865: 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)\n 7519 1726888126.40905: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888126.40952: done with get_vars()\n 7519 1726888126.40965: done getting variables\n 7519 1726888126.41050: variable '__tlog_required_facts' from source: role '' all vars\n 7519 1726888126.41060: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888126.41100: entering _queue_task() for managed_node3/setup\n 7519 1726888126.41131: Evaluated conditional (__tlog_required_facts | difference(ansible_facts.keys() | list) | length > 0): True\n 7519 1726888126.41135: variable 'omit' from source: magic vars\n 7519 1726888126.41186: variable 'omit' from source: magic vars\n 7519 1726888126.41191: variable '__tlog_required_facts_subsets' from source: role '' all vars\n 7519 1726888126.41514: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role\n 7519 1726888126.41536: worker is 3 (out of 3 available)\n 7519 1726888126.41546: exiting _queue_task() for managed_node3/setup\n 7519 1726888126.41570: done queuing things up, now waiting for results queue to drain\n 7519 1726888126.41572: waiting for pending results...\n 7519 1726888126.41581: in run() - task 0ed44806-2f0b-c82f-f05a-00000000007e\n 7519 1726888126.41585: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.41588: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.41591: calling self._execute()\n 7519 1726888126.41633: variable '__tlog_required_facts_subsets' from source: role '' all vars\n 7519 1726888126.41739: variable '__tlog_required_facts' from source: role '' all vars\n 7519 1726888126.41809: variable 'omit' from source: magic vars\n 7519 1726888126.41846: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role\n 7519 1726888126.41870: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888126.41883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888126.41897: variable 'omit' from source: magic vars\n 7519 1726888126.41971: in run() - task 0ed44806-2f0b-c82f-f05a-00000000007e\n 7519 1726888126.42000: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.42012: variable 'ansible_search_path' from source: unknown\n 7519 1726888126.42127: calling self._execute()\n 7519 1726888126.42185: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888126.42197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888126.42222: variable 'omit' from source: magic vars\n 7519 1726888126.42294: 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)\n 7519 1726888126.42328: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888126.42529: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.42532: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888126.42535: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.42537: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.42539: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888126.42541: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888126.42543: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888126.42545: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888126.42550: Set connection var ansible_pipelining to False\n 7519 1726888126.42561: Set connection var ansible_shell_type to sh\n 7519 1726888126.42572: Set connection var ansible_timeout to 10\n 7519 1726888126.42579: Set connection var ansible_connection to ssh\n 7519 1726888126.42588: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888126.42617: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.42628: variable 'ansible_connection' from source: unknown\n 7519 1726888126.42636: variable 'ansible_module_compression' from source: unknown\n 7519 1726888126.42645: 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)\n 7519 1726888126.42654: variable 'ansible_shell_type' from source: unknown\n 7519 1726888126.42662: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.42669: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888126.42676: variable 'ansible_pipelining' from source: unknown\n 7519 1726888126.42683: variable 'ansible_timeout' from source: unknown\n 7519 1726888126.42691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888126.42699: 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)\n 7519 1726888126.42733: 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)\n 7519 1726888126.42798: 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)\n 7519 1726888126.42820: 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)\n 7519 1726888126.42898: 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)\n 7519 1726888126.42926: 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)\n 7519 1726888126.42931: 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__)\n 7519 1726888126.42946: variable 'omit' from source: magic vars\n 7519 1726888126.42957: 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)\n 7519 1726888126.42962: 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)\n 7519 1726888126.42990: 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)\n 7519 1726888126.43015: 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)\n 7519 1726888126.43036: 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)\n 7519 1726888126.43045: 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)\n 7519 1726888126.43065: 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)\n 7519 1726888126.43105: 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)\n 7519 1726888126.43133: starting attempt loop\n 7519 1726888126.43142: running the handler\n 7519 1726888126.43160: _low_level_execute_command(): starting\n 7519 1726888126.43173: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888126.43295: variable '__tlog_required_facts' from source: role '' all vars\n 7519 1726888126.43309: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888126.43329: 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)\n 7519 1726888126.43361: 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)\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888126.43404: 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)\n 7519 1726888126.43429: 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)\n 7519 1726888126.43606: variable '__tlog_required_facts' from source: role '' all vars\n 7519 1726888126.43660: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888126.43710: Evaluated conditional (__tlog_required_facts | difference(ansible_facts.keys() | list) | length > 0): True\n 7519 1726888126.43729: variable 'omit' from source: magic vars\n 7519 1726888126.43777: Evaluated conditional (__tlog_required_facts | difference(ansible_facts.keys() | list) | length > 0): True\n 7519 1726888126.43789: variable 'omit' from source: magic vars\n 7519 1726888126.43843: variable 'omit' from source: magic vars\n 7519 1726888126.43875: variable '__tlog_required_facts_subsets' from source: role '' all vars\n 7519 1726888126.43939: variable 'omit' from source: magic vars\n 7519 1726888126.44005: variable '__tlog_required_facts_subsets' from source: role '' all vars\n 7519 1726888126.44085: variable '__tlog_required_facts_subsets' from source: role '' all vars\n 7519 1726888126.44101: variable '__tlog_required_facts_subsets' from source: role '' all vars\n 7519 1726888126.44140: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888126.44155: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.44175: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.44204: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.44208: variable '__tlog_required_facts' from source: role '' all vars\n 7519 1726888126.44226: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.44270: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888126.44289: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888126.44306: variable '__tlog_required_facts' from source: role '' all vars\n 7519 1726888126.44395: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888126.44398: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.44431: variable 'omit' from source: magic vars\n 7519 1726888126.44446: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888126.44450: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888126.44461: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.44464: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888126.44487: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.44490: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.44508: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888126.44533: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888126.44537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888126.44545: variable 'omit' from source: magic vars\n 7519 1726888126.44584: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888126.44587: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888126.44600: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.44609: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.44618: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.44632: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.44641: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888126.44667: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888126.44672: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.44678: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888126.44685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888126.44692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888126.44807: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888126.44820: Set connection var ansible_pipelining to False\n 7519 1726888126.44828: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.44834: Set connection var ansible_shell_type to sh\n 7519 1726888126.44843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888126.44853: Set connection var ansible_timeout to 10\n 7519 1726888126.44862: Set connection var ansible_connection to ssh\n 7519 1726888126.44872: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888126.44877: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888126.44880: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888126.44887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888126.44900: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.44906: variable 'ansible_connection' from source: unknown\n 7519 1726888126.44913: variable 'ansible_module_compression' from source: unknown\n 7519 1726888126.44919: variable 'ansible_shell_type' from source: unknown\n 7519 1726888126.44927: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.44934: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888126.44941: variable 'ansible_pipelining' from source: unknown\n 7519 1726888126.44947: variable 'ansible_timeout' from source: unknown\n 7519 1726888126.44964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888126.44992: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888126.45005: Set connection var ansible_pipelining to False\n 7519 1726888126.45020: Set connection var ansible_shell_type to sh\n 7519 1726888126.45037: Set connection var ansible_timeout to 10\n 7519 1726888126.45044: Set connection var ansible_connection to ssh\n 7519 1726888126.45054: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888126.45080: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.45089: variable 'ansible_connection' from source: unknown\n 7519 1726888126.45096: variable 'ansible_module_compression' from source: unknown\n 7519 1726888126.45104: variable 'ansible_shell_type' from source: unknown\n 7519 1726888126.45112: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888126.45124: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888126.45133: variable 'ansible_pipelining' from source: unknown\n 7519 1726888126.45145: variable 'ansible_timeout' from source: unknown\n 7519 1726888126.45153: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888126.45211: 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__)\n 7519 1726888126.45227: variable 'omit' from source: magic vars\n 7519 1726888126.45238: starting attempt loop\n 7519 1726888126.45245: running the handler\n 7519 1726888126.45264: _low_level_execute_command(): starting\n 7519 1726888126.45278: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888126.45391: 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__)\n 7519 1726888126.45419: variable 'omit' from source: magic vars\n 7519 1726888126.45432: starting attempt loop\n 7519 1726888126.45439: running the handler\n 7519 1726888126.45455: _low_level_execute_command(): starting\n 7519 1726888126.45467: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888126.46074: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888126.46089: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.46102: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.46124: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.46142: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.46184: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888126.46197: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888126.46210: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888126.46230: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.46234: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888126.46244: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.46255: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.46259: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.46272: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.46275: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.46287: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.46291: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.46311: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888126.46329: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888126.46341: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888126.46345: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888126.46348: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888126.46353: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888126.46363: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.46368: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888126.46371: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.46501: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.46504: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.46506: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888126.46508: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888126.46510: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888126.46518: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.46533: stdout chunk (state=3):\n>>><<<\n 7519 1726888126.46536: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.46538: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.46552: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.46678: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.46681: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888126.46683: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.46685: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888126.46688: _low_level_execute_command(): starting\n 7519 1726888126.46692: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888126.46694: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440 `\" && echo ansible-tmp-1726888126.4657106-7571-71010296534440=\"` echo /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440 `\" ) && sleep 0'\n 7519 1726888126.46696: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888126.46703: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888126.46705: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.46707: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.46709: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440 `\" && echo ansible-tmp-1726888126.4657106-7571-71010296534440=\"` echo /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440 `\" ) && sleep 0'\"'\"''\n 7519 1726888126.46714: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888126.46733: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.46749: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.46769: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.46790: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888126.46793: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.46800: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888126.46803: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.46814: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888126.46827: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.46830: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888126.46843: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888126.46845: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888126.46848: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888126.46850: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888126.46856: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.46867: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.46870: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888126.46899: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.46902: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.46917: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.46945: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.47028: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888126.47045: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888126.47058: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.47083: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.47107: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888126.47133: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888126.47149: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888126.47159: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.47175: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888126.47205: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.47265: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.47415: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.47418: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.47473: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.47477: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 7519 1726888126.47481: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.47483: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.47488: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.47532: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888126.47554: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888126.47567: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.47590: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.47602: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888126.47621: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.47645: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.49368: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888126.49534: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.49620: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.49625: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.49631: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888126.49634: stdout chunk (state=3):\n>>>ansible-tmp-1726888126.4657106-7571-71010296534440=/root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440\n<<<\n 7519 1726888126.49636: _low_level_execute_command(): starting\n 7519 1726888126.49638: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885 `\" && echo ansible-tmp-1726888126.496172-7573-50835205033885=\"` echo /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885 `\" && echo ansible-tmp-1726888126.496172-7573-50835205033885=\"` echo /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885 `\" ) && sleep 0'\"'\"''\n 7519 1726888126.49770: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888126.49785: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888126.49800: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.49803: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888126.49806: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.49874: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.49886: stdout chunk (state=3):\n>>><<<\n 7519 1726888126.49889: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.49891: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888126.4657106-7571-71010296534440=/root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.50332: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888126.4657106-7571-71010296534440=/root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888126.50335: variable 'ansible_module_compression' from source: unknown\n 7519 1726888126.50337: ANSIBALLZ: Using lock for setup\n 7519 1726888126.50339: ANSIBALLZ: Acquiring lock\n 7519 1726888126.50341: ANSIBALLZ: Lock acquired: 140005031087424\n 7519 1726888126.50343: ANSIBALLZ: Creating module\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.50455: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888126.50458: _low_level_execute_command(): starting\n 7519 1726888126.50460: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060 `\" && echo ansible-tmp-1726888126.503584-7572-59740462155060=\"` echo /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060 `\" && echo ansible-tmp-1726888126.503584-7572-59740462155060=\"` echo /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060 `\" ) && sleep 0'\"'\"''\n 7519 1726888126.50551: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888126.50554: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.50556: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.50559: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.50566: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.50606: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888126.50629: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888126.50636: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888126.50645: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.50654: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.50663: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.50670: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.50681: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888126.50688: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888126.50695: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888126.50704: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.50715: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.50744: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.50752: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.50760: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888126.50767: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888126.50773: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888126.50781: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888126.50789: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.50798: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.50806: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.50892: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888126.50902: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888126.51003: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.51006: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.51008: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888126.51010: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888126.51015: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888126.51017: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.51049: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888126.51053: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.51142: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.51656: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.51659: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.51699: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.51702: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.51705: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888126.51707: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.51791: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.51795: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.51809: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888126.51826: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888126.51842: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888126.51853: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.51869: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888126.51902: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.51955: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.53789: stdout chunk (state=3):\n>>>ansible-tmp-1726888126.496172-7573-50835205033885=/root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885\n<<<\n 7519 1726888126.54029: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.54033: stdout chunk (state=3):\n>>><<<\n 7519 1726888126.54055: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888126.496172-7573-50835205033885=/root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.54232: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888126.496172-7573-50835205033885=/root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888126.54235: variable 'ansible_module_compression' from source: unknown\n 7519 1726888126.54237: ANSIBALLZ: Using lock for setup\n 7519 1726888126.54240: ANSIBALLZ: Acquiring lock\n 7519 1726888126.54571: stdout chunk (state=3):\n>>>ansible-tmp-1726888126.503584-7572-59740462155060=/root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060\n<<<\n 7519 1726888126.54810: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.54817: stdout chunk (state=3):\n>>><<<\n 7519 1726888126.54819: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'ansible-tmp-1726888126.503584-7572-59740462155060=/root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.54979: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888126.503584-7572-59740462155060=/root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888126.54983: variable 'ansible_module_compression' from source: unknown\n 7519 1726888126.54986: ANSIBALLZ: Using lock for setup\n 7519 1726888126.54988: ANSIBALLZ: Acquiring lock\n 7519 1726888126.70768: ANSIBALLZ: Writing module into payload\n 7519 1726888126.70868: ANSIBALLZ: Writing module\n 7519 1726888126.70894: ANSIBALLZ: Renaming module\n 7519 1726888126.70909: ANSIBALLZ: Done creating module\n 7519 1726888126.71036: ANSIBALLZ: Lock acquired: 140005031087424\n 7519 1726888126.71039: ANSIBALLZ: Reading module after lock\n 7519 1726888126.71041: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888126.71043: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888126.71233: ANSIBALLZ: Lock acquired: 140005031087424\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py\n 7519 1726888126.71239: ANSIBALLZ: Reading module after lock\n 7519 1726888126.71241: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp98s3lmi8 TO /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py\n 7519 1726888126.71246: variable 'ansible_facts' from source: host vars for 'managed_node2'\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py\n 7519 1726888126.71406: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1o6mdank TO /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py\n 7519 1726888126.71463: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py\n 7519 1726888126.71474: Sending initial data\n 7519 1726888126.71477: Sent initial data (150 bytes)\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9jdz_vbp TO /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888126.71681: Sending initial data\n 7519 1726888126.71689: Sent initial data (151 bytes)\n 7519 1726888126.71978: Sending initial data\n 7519 1726888126.71982: Sent initial data (150 bytes)\n 7519 1726888126.72845: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888126.72866: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.72882: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.72901: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.72916: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888126.72920: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.72937: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.72966: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.72969: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.72971: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888126.72974: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.73013: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888126.73028: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888126.73041: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888126.73069: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.73072: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.73074: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.73076: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888126.73094: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.73108: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.73126: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.73138: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.73156: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.73170: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.73187: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888126.73200: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888126.73211: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888126.73227: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.73241: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.73255: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.73267: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.73278: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888126.73289: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888126.73300: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888126.73313: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888126.73330: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.73345: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.73362: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.73435: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888126.73451: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888126.73462: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.73507: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.73528: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888126.73542: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888126.73552: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888126.73562: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.73578: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888126.73617: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.73657: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.73776: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.73779: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.73815: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.73818: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.73821: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888126.73826: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.73870: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.73876: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.73895: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888126.73901: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.73904: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888126.73910: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.73962: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.75709: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888126.75717: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888126.75742: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888126.75747: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888126.75855: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp98s3lmi8\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py M:0x001a\r\n<<<\n 7519 1726888126.75859: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp98s3lmi8 /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py\n<<<\n 7519 1726888126.76174: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888126.76208: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888126.76284: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1o6mdank\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888126.76288: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1o6mdank /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py\n<<<\n 7519 1726888126.76310: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py M:0x001a\r\n<<<\n 7519 1726888126.77060: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888126.77170: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 7519 1726888126.77173: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9jdz_vbp\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888126.77175: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9jdz_vbp /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py\n<<<\n 7519 1726888126.77704: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py M:0x001a\r\n<<<\n 7519 1726888126.78696: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 7519 1726888126.78701: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21819\r\n<<<\n 7519 1726888126.78955: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21819 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888126.79002: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21818\r\n<<<\n 7519 1726888126.79155: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888126.79189: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21818 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888126.79706: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 7519 1726888126.80048: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.80052: stdout chunk (state=3):\n>>><<<\n 7519 1726888126.80054: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp98s3lmi8 /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp98s3lmi8\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21819\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 21819 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888126.80066: done transferring module to remote\n 7519 1726888126.80068: _low_level_execute_command(): starting\n 7519 1726888126.80071: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/ /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/ /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888126.80291: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888126.80294: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21818\r\n<<<\n 7519 1726888126.80442: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.80650: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.80653: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1o6mdank /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1o6mdank\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21818\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 21818 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888126.80659: done transferring module to remote\n 7519 1726888126.80662: _low_level_execute_command(): starting\n 7519 1726888126.80664: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/ /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888126.80669: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21818 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/ /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888126.80753: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888126.80932: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.81034: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.81038: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9jdz_vbp /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9jdz_vbp\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21818\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 21818 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888126.81157: done transferring module to remote\n 7519 1726888126.81161: _low_level_execute_command(): starting\n 7519 1726888126.81163: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/ /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/ /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888126.81611: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888126.81720: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.81742: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.81762: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.81774: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.81855: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888126.81937: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888126.81950: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888126.81963: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.81975: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.81987: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.82044: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.82060: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888126.82071: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888126.82082: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888126.82093: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.82105: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.82120: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888126.82141: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.82154: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888126.82167: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888126.82179: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888126.82197: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.82200: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.82249: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888126.82252: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888126.82255: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.82257: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.82259: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.82261: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.82263: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.82276: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.82288: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.82301: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.82316: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.82337: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.82340: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888126.82359: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.82442: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888126.82471: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888126.82484: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.82500: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888126.82514: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888126.82527: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888126.82541: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888126.82551: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.82580: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888126.82583: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.82603: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.82648: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.83004: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.83008: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.83054: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.83058: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.83060: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.83062: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.83125: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.83145: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.83150: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888126.83164: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.83209: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.84605: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.84652: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.84655: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.84677: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888126.84680: _low_level_execute_command(): starting\n 7519 1726888126.84692: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888126.84853: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.84909: stderr chunk (state=3):\n>>><<<\n 7519 1726888126.84912: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.85038: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888126.85043: _low_level_execute_command(): starting\n 7519 1726888126.85045: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888126.85406: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.85410: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.85457: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 7519 1726888126.85460: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 7519 1726888126.85463: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.85465: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888126.85469: stderr chunk (state=3):\n>>>debug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.85520: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.85545: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.85552: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888126.85569: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.85607: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.85736: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888126.85740: stdout chunk (state=3):\n>>><<<\n 7519 1726888126.85763: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888126.85916: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888126.85920: _low_level_execute_command(): starting\n 7519 1726888126.85924: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888126.85931: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.85934: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888126.85936: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.85938: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.85940: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.86029: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888126.86107: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888126.86149: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.86207: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.86452: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888126.86456: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888126.86483: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.86486: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888126.86488: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888126.86490: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888126.86544: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888126.86565: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888126.86568: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888126.86571: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888126.86632: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888126.87708: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888126.87741: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888126.87802: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888126.87859: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888126.87890: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888126.87935: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888126.87940: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888126.87994: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88019: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888126.88049: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88054: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888126.88074: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098dc0>\r\n<<<\n 7519 1726888126.88120: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888126.88131: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88137: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098b20>\r\n<<<\n 7519 1726888126.88166: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n<<<\n 7519 1726888126.88170: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88209: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098ac0>\r\nimport '_signal' # \r\n<<<\n 7519 1726888126.88236: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n<<<\n 7519 1726888126.88245: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88257: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d490>\r\n<<<\n 7519 1726888126.88286: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n<<<\n 7519 1726888126.88288: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88321: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n<<<\n 7519 1726888126.88333: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88336: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888126.88338: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d940>\r\n<<<\n 7519 1726888126.88366: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d670>\r\n<<<\n 7519 1726888126.88396: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888126.88400: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88433: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888126.88444: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88465: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888126.88485: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88514: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf190>\r\n<<<\n 7519 1726888126.88536: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888126.88558: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88643: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf220>\r\n<<<\n 7519 1726888126.88675: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88711: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88723: stdout chunk (state=3):\n>>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5df2850>\r\n<<<\n 7519 1726888126.88735: stdout chunk (state=3):\n>>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf940>\r\n<<<\n 7519 1726888126.88754: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6055880>\r\n<<<\n 7519 1726888126.88773: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n<<<\n 7519 1726888126.88790: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dc8d90>\r\n<<<\n 7519 1726888126.88842: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\n<<<\n 7519 1726888126.88861: stdout chunk (state=3):\n>>>import '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5df2d90>\r\n<<<\n 7519 1726888126.88896: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 7519 1726888126.88902: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 7519 1726888126.88925: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d970>\r\n<<<\n 7519 1726888126.88950: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888126.89175: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888126.89220: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89238: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888126.89277: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89279: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888126.89308: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8dc0>\r\n<<<\n 7519 1726888126.89325: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888126.89338: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89343: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888126.89374: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89381: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8b20>\r\n<<<\n 7519 1726888126.89389: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888126.89446: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89451: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89454: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89459: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6deb0>\r\n<<<\n 7519 1726888126.89464: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8ac0>\r\n<<<\n 7519 1726888126.89467: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888126.89475: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n<<<\n 7519 1726888126.89495: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89503: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d490>\r\n<<<\n 7519 1726888126.89543: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d71f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888126.89547: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89584: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89588: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89591: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d940>\r\n<<<\n 7519 1726888126.89603: stdout chunk (state=3):\n>>>import '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888126.89606: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888126.89639: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89651: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d67610>\r\n<<<\n 7519 1726888126.89666: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6f640>\r\n<<<\n 7519 1726888126.89683: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d670>\r\n<<<\n 7519 1726888126.89696: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888126.89701: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888126.89704: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888126.89708: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888126.89773: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89785: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888126.89788: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888126.89790: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89792: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89797: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888126.89826: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888126.89851: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89855: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89859: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89871: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.89891: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5c57e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57910>\r\n<<<\n 7519 1726888126.89912: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888126.89931: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888126.89970: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498dc0>\r\n<<<\n 7519 1726888126.90061: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90081: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888126.90092: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d3a0>\r\n<<<\n 7519 1726888126.90096: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498b20>\r\n<<<\n 7519 1726888126.90100: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90102: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6a0d0>\r\nimport '_collections' # \r\n<<<\n 7519 1726888126.90104: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90111: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498ac0>\r\n<<<\n 7519 1726888126.90114: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888126.90118: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81257850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81295880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8122dd90>\r\n<<<\n 7519 1726888126.90140: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d49d90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d44670>\r\n<<<\n 7519 1726888126.90166: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81257d90>\r\n<<<\n 7519 1726888126.90200: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90226: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d940>\r\n<<<\n 7519 1726888126.90234: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d556d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d75e20>\r\n<<<\n 7519 1726888126.90239: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d670>\r\n<<<\n 7519 1726888126.90241: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90298: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90303: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5c6acd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d492b0>\r\n<<<\n 7519 1726888126.90376: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d970>\r\n<<<\n 7519 1726888126.90441: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888126.90446: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888126.90449: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888126.90452: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90518: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5d552e0>\r\n<<<\n 7519 1726888126.90537: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6aeb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6adf0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6ad60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90542: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90544: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf220>\r\n<<<\n 7519 1726888126.90547: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90549: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888126.90580: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90584: stdout chunk (state=3):\n>>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701f2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf940>\r\n<<<\n 7519 1726888126.90591: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90619: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970455880>\r\n<<<\n 7519 1726888126.90647: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c3e3d0>\r\n<<<\n 7519 1726888126.90651: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701c8d90>\r\n<<<\n 7519 1726888126.90660: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888126.90665: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90692: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c3e4c0>\r\n<<<\n 7519 1726888126.90747: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n<<<\n 7519 1726888126.90751: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701f2d90>\r\n<<<\n 7519 1726888126.90752: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888126.90754: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90795: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888126.90801: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90843: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d970>\r\n<<<\n 7519 1726888126.90848: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888126.90851: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888126.90871: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888126.90875: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c72f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6ca90>\r\n<<<\n 7519 1726888126.90888: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6c490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888126.90903: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd3eb0>\r\n<<<\n 7519 1726888126.90905: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91011: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd5f40>\r\n<<<\n 7519 1726888126.91018: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n<<<\n 7519 1726888126.91036: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b72220>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c28520>\r\n<<<\n 7519 1726888126.91038: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91085: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6cf10>\r\n<<<\n 7519 1726888126.91091: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b040>\r\n<<<\n 7519 1726888126.91093: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91124: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fcc610>\r\n<<<\n 7519 1726888126.91134: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd2640>\r\n<<<\n 7519 1726888126.91151: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888126.91159: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd3370>\r\n<<<\n 7519 1726888126.91164: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91180: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888126.91198: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b84b50>\r\n<<<\n 7519 1726888126.91201: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888126.91204: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.91205: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b84e80>\r\n<<<\n 7519 1726888126.91243: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91267: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n<<<\n 7519 1726888126.91269: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95790>\r\n<<<\n 7519 1726888126.91271: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888126.91298: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888126.91317: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91320: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888126.91515: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91558: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888126.91572: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91575: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91577: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888126.91601: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95cd0>\r\n<<<\n 7519 1726888126.91621: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91626: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80eb8e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8910>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888126.91629: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91658: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970193eb0>\r\n<<<\n 7519 1726888126.91661: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b2e400>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b84f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91664: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b3e2e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95610>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888126.91778: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b3e3a0>\r\n<<<\n 7519 1726888126.91782: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970195f40>\r\n<<<\n 7519 1726888126.91784: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\n<<<\n 7519 1726888126.91785: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888126.91787: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91788: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecb0d0>\r\nimport '_collections' # \r\n<<<\n 7519 1726888126.91789: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888126.91790: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888126.91791: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91793: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91794: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80faed90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fa7670>\r\n<<<\n 7519 1726888126.91795: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6aa30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a9d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a7c0>\r\n<<<\n 7519 1726888126.91796: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a8b0>\r\n<<<\n 7519 1726888126.91798: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497018c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970192640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970193370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888126.91799: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91832: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91851: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888126.91889: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91912: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888126.91923: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888126.91947: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.91960: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.91971: stdout chunk (state=3):\n>>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4970078e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078910>\r\n<<<\n 7519 1726888126.91986: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fb96d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fdae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80ecbcd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fae2b0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80fb92e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbeb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbdf0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbd60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92117: stdout chunk (state=3):\n>>>import 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92121: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92125: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008b0d0>\r\nimport '_collections' # \r\n<<<\n 7519 1726888126.92149: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e9e3d0>\r\n<<<\n 7519 1726888126.92156: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888126.92167: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5ad00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b65250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b4da90>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6a610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92199: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016ed90>\r\nimport '_functools' # \r\n<<<\n 7519 1726888126.92203: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92205: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5aaf0>\r\n<<<\n 7519 1726888126.92206: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970167670>\r\n<<<\n 7519 1726888126.92226: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e9e4c0>\r\n<<<\n 7519 1726888126.92274: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n<<<\n 7519 1726888126.92276: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701796d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497019ae20>\r\n<<<\n 7519 1726888126.92315: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92329: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888126.92344: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f497008bcd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016e2b0>\r\n<<<\n 7519 1726888126.92355: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe3d5a886d0>\r\n<<<\n 7519 1726888126.92388: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49701792e0>\r\n<<<\n 7519 1726888126.92391: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a09d0>\r\n<<<\n 7519 1726888126.92427: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888126.92429: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ed2f40>\r\n<<<\n 7519 1726888126.92438: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92465: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n<<<\n 7519 1726888126.92468: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92474: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecda90>\r\n<<<\n 7519 1726888126.92489: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888126.92512: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008beb0>\r\n<<<\n 7519 1726888126.92525: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008bdf0>\r\n<<<\n 7519 1726888126.92530: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecd490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888126.92561: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n<<<\n 7519 1726888126.92564: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008bd60>\r\n<<<\n 7519 1726888126.92573: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92576: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888126.92703: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92706: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92710: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888126.92713: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888126.92716: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92721: stdout chunk (state=3):\n>>># zipimport: found 103 names in '/tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888126.92737: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.92756: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92759: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888126.92770: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.92773: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497005e3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92779: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dd2220>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e89520>\r\n<<<\n 7519 1726888126.92801: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497005e4c0>\r\n<<<\n 7519 1726888126.92826: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecdf10>\r\n<<<\n 7519 1726888126.92837: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe0040>\r\n<<<\n 7519 1726888126.92882: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888126.92912: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92944: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n<<<\n 7519 1726888126.92953: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\n<<<\n 7519 1726888126.92992: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970093f40>\r\n<<<\n 7519 1726888126.92999: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80de4b50>\r\nimport 'errno' # \r\n<<<\n 7519 1726888126.93050: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008da90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008d490>\r\n<<<\n 7519 1726888126.93099: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888126.93107: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80de4e80>\r\n<<<\n 7519 1726888126.93145: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93150: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888126.93152: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93154: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888126.93157: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93163: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93181: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5790>\r\n<<<\n 7519 1726888126.93184: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff92220>\r\n<<<\n 7519 1726888126.93185: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888126.93210: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970049520>\r\n<<<\n 7519 1726888126.93230: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93279: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008df10>\r\n<<<\n 7519 1726888126.93281: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5cd0>\r\n<<<\n 7519 1726888126.93283: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a0040>\r\n<<<\n 7519 1726888126.93317: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888126.93343: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d8e400>\r\n<<<\n 7519 1726888126.93349: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93382: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93385: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffa4b50>\r\n<<<\n 7519 1726888126.93387: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888126.93416: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80de4f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888126.93514: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93520: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d9f2e0>\r\n<<<\n 7519 1726888126.93525: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5610>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888126.93555: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ffa4e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888126.93559: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.93561: stdout chunk (state=3):\n>>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d9f3a0>\r\n<<<\n 7519 1726888126.93562: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93581: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5cd0>\r\n<<<\n 7519 1726888126.93602: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecba30>\r\n<<<\n 7519 1726888126.93660: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff4e400>\r\n<<<\n 7519 1726888126.93664: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffa4f70>\r\n<<<\n 7519 1726888126.93667: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888126.93669: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93671: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'<<<\n 7519 1726888126.93678: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888126.93725: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888126.93731: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff5f2e0>\r\n<<<\n 7519 1726888126.93734: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5610>\r\n<<<\n 7519 1726888126.93736: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93739: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 7519 1726888126.93784: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.93786: stdout chunk (state=3):\n>>># extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba700>\r\n<<<\n 7519 1726888126.93788: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff5f3a0>\r\n<<<\n 7519 1726888126.93840: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008ba30>\r\n<<<\n 7519 1726888126.93846: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93865: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888126.93871: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93896: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.93901: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888126.93903: stdout chunk (state=3):\n>>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba9d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba7c0>\r\n<<<\n 7519 1726888126.93905: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93940: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.93961: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a700>\r\n<<<\n 7519 1726888126.93966: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888126.93993: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba8b0>\r\n<<<\n 7519 1726888126.93996: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.94036: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888126.94076: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a9d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a7c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a8b0>\r\n<<<\n 7519 1726888126.94079: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888126.94097: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.94245: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.94266: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dbad00>\r\n<<<\n 7519 1726888126.94335: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.94355: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dc5250>\r\n<<<\n 7519 1726888126.94361: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7ad00>\r\n<<<\n 7519 1726888126.94366: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba940>\r\n<<<\n 7519 1726888126.94394: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80daea90>\r\n<<<\n 7519 1726888126.94397: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff85250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a940>\r\n<<<\n 7519 1726888126.94411: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff6ea90>\r\n<<<\n 7519 1726888126.94416: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecb610>\r\n<<<\n 7519 1726888126.94452: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008b610>\r\n<<<\n 7519 1726888126.94457: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888126.94458: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888126.94514: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888126.94530: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888126.94557: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7aaf0>\r\n<<<\n 7519 1726888126.94581: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dbaaf0>\r\n<<<\n 7519 1726888126.94752: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888126.94771: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f496feaf6d0>\r\n<<<\n 7519 1726888126.94787: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888126.94822: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcd80ce36d0>\r\n<<<\n 7519 1726888126.95060: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888126.95088: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53c4820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n<<<\n 7519 1726888126.95095: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.95144: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888126.95152: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888126.95154: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888126.95156: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888126.95157: stdout chunk (state=3):\n>>># zipimport: found 103 names in '/tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888126.95198: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.95201: stdout chunk (state=3):\n>>># zipimport: found 103 names in '/tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip'\r\n<<<\n 7519 1726888126.95204: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59ab730>\r\n<<<\n 7519 1726888126.95207: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.95227: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab610>\r\n<<<\n 7519 1726888126.95275: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py<<<\n 7519 1726888126.95293: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.95348: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888126.95353: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab160><<<\n 7519 1726888126.95356: stdout chunk (state=3):\n>>>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888126.95502: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.95516: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59ab3a0>\r\n<<<\n 7519 1726888126.95520: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888126.95524: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.95530: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888126.95532: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888126.95539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888126.95541: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.95546: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888126.95555: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888126.95557: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888126.95561: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888126.95657: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d598a7f0>\r\n<<<\n 7519 1726888126.95694: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.95700: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d598ab80>\r\n<<<\n 7519 1726888126.95736: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d598a9d0>\r\n<<<\n 7519 1726888126.95750: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888126.95764: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888126.95801: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5348520>\r\n<<<\n 7519 1726888126.95827: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59a5d60>\r\n<<<\n 7519 1726888126.96003: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab4f0>\r\n<<<\n 7519 1726888126.96029: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888126.96052: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888126.96062: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59a51c0>\r\n<<<\n 7519 1726888126.96074: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888126.96086: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888126.96120: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n<<<\n 7519 1726888126.96132: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888126.96135: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888126.96174: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888126.96184: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59aab20>\r\n<<<\n 7519 1726888126.96266: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979160>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979760>\r\n<<<\n 7519 1726888126.96275: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d534ed30>\r\n<<<\n 7519 1726888126.96301: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.96303: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5979670>\r\n<<<\n 7519 1726888126.96325: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n<<<\n 7519 1726888126.96347: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59fbd00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888126.96366: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888126.96398: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888126.96430: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888126.96509: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.96512: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53a5a00>\r\n<<<\n 7519 1726888126.96553: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05e80>\r\n<<<\n 7519 1726888126.96557: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888126.96617: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.96633: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b30a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05eb0>\r\n<<<\n 7519 1726888126.96636: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888126.96680: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.96702: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888126.96708: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888126.96766: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a0e250>\r\n<<<\n 7519 1726888126.96921: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b30d0>\r\n<<<\n 7519 1726888126.97024: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.97029: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5a0ea60>\r\n<<<\n 7519 1726888126.97063: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59cfb80>\r\n<<<\n 7519 1726888126.97104: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.97114: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5a05cd0>\r\n<<<\n 7519 1726888126.97121: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59fbee0>\r\n<<<\n 7519 1726888126.97143: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888126.97179: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888126.97186: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888126.97240: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.97242: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b00d0>\r\n<<<\n 7519 1726888126.97244: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.97436: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53a6310>\r\n<<<\n 7519 1726888126.97453: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.97457: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b0cd0>\r\n<<<\n 7519 1726888126.97483: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.97504: stdout chunk (state=3):\n>>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b0670>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b1100>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888126.97529: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888126.97536: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.97624: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.97708: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.97727: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888126.97731: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.97757: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888126.97766: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.97876: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.97979: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.98503: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.98747: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888126.98753: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd42820>\r\n<<<\n 7519 1726888126.98785: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.98810: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888126.98835: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888126.98885: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdd1730>\r\n<<<\n 7519 1726888126.98933: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1610>\r\n<<<\n 7519 1726888126.98965: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1340>\r\n<<<\n 7519 1726888126.99003: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888126.99008: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99059: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 7519 1726888126.99063: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888126.99098: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1460>\r\n<<<\n 7519 1726888126.99112: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1160>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888126.99159: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888126.99161: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888126.99166: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99169: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99193: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdd13a0>\r\n<<<\n 7519 1726888126.99196: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888126.99199: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b76820>\r\n<<<\n 7519 1726888126.99268: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53ee910>\r\n<<<\n 7519 1726888126.99281: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99333: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n<<<\n 7519 1726888126.99340: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99345: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1790>\r\n<<<\n 7519 1726888126.99349: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99352: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f39a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f70640>\r\n<<<\n 7519 1726888126.99354: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888126.99356: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888126.99358: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99359: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888126.99361: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888126.99363: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99365: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888126.99367: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99369: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99371: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.99373: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.99375: stdout chunk (state=3):\n>>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c06730>\r\n<<<\n 7519 1726888126.99387: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888126.99447: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888126.99450: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06610>\r\n<<<\n 7519 1726888126.99451: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdc1820>\r\n<<<\n 7519 1726888126.99503: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.99508: stdout chunk (state=3):\n>>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdc1490>\r\n<<<\n 7519 1726888126.99511: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06340>\r\n<<<\n 7519 1726888126.99530: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.99629: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdc1640>\r\n<<<\n 7519 1726888126.99666: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99675: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06460>\r\n<<<\n 7519 1726888126.99680: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06160>\r\n<<<\n 7519 1726888126.99683: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f788520>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdccd60>\r\n<<<\n 7519 1726888126.99685: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d598b7f0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888126.99691: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888126.99732: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888126.99745: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c063a0>\r\n<<<\n 7519 1726888126.99774: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888126.99825: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99892: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd14f0>\r\n<<<\n 7519 1726888126.99922: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06790>\r\n<<<\n 7519 1726888126.99944: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888126.99977: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99981: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888126.99984: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdcc1c0>\r\n<<<\n 7519 1726888126.99986: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99989: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888126.99991: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888126.99995: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888127.00033: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00038: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888127.00044: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00082: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00085: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.00088: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00090: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd0b20>\r\n<<<\n 7519 1726888127.00185: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0160>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0760>\r\n<<<\n 7519 1726888127.00188: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f78dd30>\r\n<<<\n 7519 1726888127.00233: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.00236: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fda0670>\r\n<<<\n 7519 1726888127.00240: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bf5820>\r\n<<<\n 7519 1726888127.00258: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe22d00>\r\n<<<\n 7519 1726888127.00308: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888127.00312: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00317: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.00329: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888127.00334: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bf5490>\r\n<<<\n 7519 1726888127.00361: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.00365: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bf5640>\r\n<<<\n 7519 1726888127.00370: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00387: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888127.00415: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00443: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.00533: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7e4a00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ce80>\r\n<<<\n 7519 1726888127.00536: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00537: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd805c8520>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c00d60>\r\n<<<\n 7519 1726888127.00539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.00586: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.00589: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7f30a0>\r\n<<<\n 7519 1726888127.00592: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ceb0>\r\n<<<\n 7519 1726888127.00594: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.00612: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.00615: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888127.00661: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888127.00669: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.00675: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00686: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888127.00696: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888127.00714: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.00749: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c064f0>\r\n<<<\n 7519 1726888127.00796: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888127.00817: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00835: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe34250>\r\n<<<\n 7519 1726888127.00841: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.00848: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c001c0>\r\n<<<\n 7519 1726888127.00864: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.00877: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888127.00879: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.00880: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00907: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888127.00920: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.00934: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n<<<\n 7519 1726888127.00940: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888127.00984: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888127.00987: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f30d0>\r\n<<<\n 7519 1726888127.00989: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888127.01030: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888127.01037: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888127.01056: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c01b20>\r\n<<<\n 7519 1726888127.01097: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.01104: stdout chunk (state=3):\n>>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fe34a60>\r\n<<<\n 7519 1726888127.01121: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.01142: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdf6b80>\r\n<<<\n 7519 1726888127.01198: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4160>\r\n<<<\n 7519 1726888127.01201: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4760>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd805cdd30>\r\n<<<\n 7519 1726888127.01215: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.01264: stdout chunk (state=3):\n>>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fe2ccd0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe22ee0>\r\n<<<\n 7519 1726888127.01270: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888127.01273: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888127.01275: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.01379: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888127.01385: stdout chunk (state=3):\n>>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bd4670>\r\n<<<\n 7519 1726888127.01388: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n<<<\n 7519 1726888127.01390: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c56d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888127.01411: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888127.01415: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888127.01441: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7ef0d0>\r\n<<<\n 7519 1726888127.01445: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888127.01446: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59c7460>\r\n<<<\n 7519 1726888127.01448: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.01471: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888127.01514: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.01564: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.01568: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.01688: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7e6310>\r\n<<<\n 7519 1726888127.01696: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.01728: stdout chunk (state=3):\n>>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b57a00>\r\n<<<\n 7519 1726888127.01739: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7efcd0>\r\n<<<\n 7519 1726888127.01742: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.01746: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60e80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888127.01748: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888127.01751: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7ef670>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f0100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.01753: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.01755: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.01763: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.01769: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888127.01780: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b660a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60eb0>\r\n<<<\n 7519 1726888127.01792: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.01796: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888127.01815: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.01857: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.01899: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888127.01906: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.01908: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888127.01927: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.01944: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888127.01993: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.01998: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02003: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888127.02006: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888127.02008: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.02010: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02012: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888127.02028: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c68250>\r\n<<<\n 7519 1726888127.02081: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.02091: stdout chunk (state=3):\n>>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53e20d0>\r\n<<<\n 7519 1726888127.02135: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02180: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f31f0>\r\n<<<\n 7519 1726888127.02220: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888127.02228: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02245: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b660d0>\r\n<<<\n 7519 1726888127.02277: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02283: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02344: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02375: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.02385: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02391: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c68a60>\r\n<<<\n 7519 1726888127.02405: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888127.02448: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c2ab80>\r\n<<<\n 7519 1726888127.02451: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888127.02477: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888127.02535: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.02537: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c60cd0>\r\n<<<\n 7519 1726888127.02539: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888127.02540: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888127.02555: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c56ee0>\r\n<<<\n 7519 1726888127.02566: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n<<<\n 7519 1726888127.02579: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888127.02604: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888127.02610: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f5bb0>\r\n<<<\n 7519 1726888127.02646: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888127.02648: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a16070>\r\n<<<\n 7519 1726888127.02697: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.02714: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53e52e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888127.02725: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b620d0>\r\n<<<\n 7519 1726888127.02740: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02742: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02767: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888127.02849: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888127.02874: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02878: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888127.02903: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.02949: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03025: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.03061: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03070: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03073: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03096: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b58310>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b62cd0>\r\n<<<\n 7519 1726888127.03119: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03126: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03144: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03163: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b62670>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b63100>\r\n<<<\n 7519 1726888127.03185: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03226: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n<<<\n 7519 1726888127.03230: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03243: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.03283: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03350: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03355: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03371: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03402: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\r\n<<<\n 7519 1726888127.03414: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03471: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03491: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03506: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888127.03540: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03566: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03569: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03571: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888127.03589: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03708: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03757: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03759: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03796: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.03818: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n<<<\n 7519 1726888127.03844: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n<<<\n 7519 1726888127.03890: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n<<<\n 7519 1726888127.03899: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888127.03930: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888127.03945: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888127.03948: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.03950: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f26400>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n<<<\n 7519 1726888127.03952: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888127.03954: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.03967: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n<<<\n 7519 1726888127.03979: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888127.03998: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n<<<\n 7519 1726888127.04031: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd6c910>\r\n<<<\n 7519 1726888127.04034: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f849a0>\r\n<<<\n 7519 1726888127.04065: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4f84df0>\r\n<<<\n 7519 1726888127.04169: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f80490>\r\n<<<\n 7519 1726888127.04175: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888127.04178: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd719a0>\r\n<<<\n 7519 1726888127.04186: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f391640>\r\n<<<\n 7519 1726888127.04189: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4df7040>\r\n<<<\n 7519 1726888127.04217: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce73a0>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce75e0>\r\n<<<\n 7519 1726888127.04265: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n<<<\n 7519 1726888127.04271: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888127.04274: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04314: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04319: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.04336: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53e16d0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f9a8e0>\r\n<<<\n 7519 1726888127.04342: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888127.04376: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53e15e0>\r\n<<<\n 7519 1726888127.04380: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n<<<\n 7519 1726888127.04405: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888127.04435: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.04440: stdout chunk (state=3):\n>>># extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4f3d3a0>\r\n<<<\n 7519 1726888127.04460: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4d479a0>\r\n<<<\n 7519 1726888127.04487: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04499: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce74f0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\r\n<<<\n 7519 1726888127.04508: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\r\n<<<\n 7519 1726888127.04535: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n<<<\n 7519 1726888127.04557: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04607: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04655: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n<<<\n 7519 1726888127.04686: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04689: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888127.04696: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04722: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04725: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdb17f0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.04752: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n<<<\n 7519 1726888127.04783: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.04793: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n<<<\n 7519 1726888127.04800: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04830: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04849: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n<<<\n 7519 1726888127.04873: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04904: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04945: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n<<<\n 7519 1726888127.04962: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.04998: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.05033: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n<<<\n 7519 1726888127.05039: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.05096: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.05152: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.05198: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.05252: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n<<<\n 7519 1726888127.05274: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.05352: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.05475: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888127.05506: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888127.05516: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 7519 1726888127.05531: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888127.05560: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888127.05585: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.05659: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.05675: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.05683: stdout chunk (state=3):\n>>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80ba0910>\r\n<<<\n 7519 1726888127.05695: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.05783: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888127.05788: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888127.05822: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba59a0>\r\n<<<\n 7519 1726888127.05835: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801d0640>\r\n<<<\n 7519 1726888127.05903: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888127.05930: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.05933: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.05954: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.05976: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888127.06002: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06008: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06096: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n<<<\n 7519 1726888127.06100: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.06107: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06147: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06155: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06199: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888127.06202: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06204: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06206: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06270: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\r\n<<<\n 7519 1726888127.06277: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06280: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.06309: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06338: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n<<<\n 7519 1726888127.06341: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06408: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888127.06448: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888127.06453: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888127.06467: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06479: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06483: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80be57f0>\r\n<<<\n 7519 1726888127.06485: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06488: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06496: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.06528: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06534: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888127.06537: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.06539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06540: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06584: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.06643: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06726: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888127.06752: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce79d0>\r\n<<<\n 7519 1726888127.06783: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888127.06821: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888127.06845: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.06983: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4c66f40>\r\n<<<\n 7519 1726888127.06987: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n<<<\n 7519 1726888127.06993: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07056: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07119: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n<<<\n 7519 1726888127.07127: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888127.07160: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07163: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07165: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888127.07166: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888127.07199: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07260: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdee460>\r\n<<<\n 7519 1726888127.07269: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07290: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n<<<\n 7519 1726888127.07298: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07356: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07361: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07440: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.07449: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888127.07461: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888127.07475: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07477: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07535: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888127.07537: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07539: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888127.07564: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888127.07570: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07620: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07684: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07690: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4c38c70>\r\n<<<\n 7519 1726888127.07745: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07789: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07840: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07875: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888127.07914: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.07932: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888127.07959: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4cac100>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n<<<\n 7519 1726888127.07961: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.07985: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08027: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08029: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08041: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd600d0>\r\n<<<\n 7519 1726888127.08057: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888127.08074: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08079: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n<<<\n 7519 1726888127.08086: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08162: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08165: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08167: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd711f0>\r\n<<<\n 7519 1726888127.08208: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/file.py\r\n<<<\n 7519 1726888127.08224: stdout chunk (state=3):\n>>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888127.08231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08234: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08371: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888127.08374: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08376: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08379: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888127.08381: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.08386: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08404: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08411: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08458: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888127.08489: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888127.08493: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888127.08495: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888127.08497: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08506: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.08529: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08532: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888127.08558: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n<<<\n 7519 1726888127.08578: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888127.08580: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08581: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888127.08607: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08648: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n<<<\n 7519 1726888127.08653: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888127.08718: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4bf3670>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4bf3ac0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n<<<\n 7519 1726888127.08724: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd73bb0>\r\n<<<\n 7519 1726888127.08752: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08755: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n<<<\n 7519 1726888127.08757: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe3d070>\r\n<<<\n 7519 1726888127.08765: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08795: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08798: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08847: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd632e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888127.08855: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.08859: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08871: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.08903: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888127.08984: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09007: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888127.09020: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09028: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888127.09051: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09131: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888127.09135: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.09137: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09158: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888127.09181: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888127.09218: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09221: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09225: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09254: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09302: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c21460>\r\n<<<\n 7519 1726888127.09332: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09349: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09400: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.09446: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09449: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.09489: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09528: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888127.09540: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09547: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\r\n<<<\n 7519 1726888127.09554: stdout chunk (state=3):\n>>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888127.09557: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09587: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09646: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09661: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09673: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09679: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09690: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888127.09715: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09719: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\r\n<<<\n 7519 1726888127.09725: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09768: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n<<<\n 7519 1726888127.09770: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09788: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09821: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09886: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09946: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.09948: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.10000: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n<<<\n 7519 1726888127.10003: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.10040: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.10043: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888127.10069: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.10090: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10152: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.10216: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.10220: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.10227: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b940d0>\r\n<<<\n 7519 1726888127.10256: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n<<<\n 7519 1726888127.10258: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10284: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10320: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10360: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f346400>\r\n<<<\n 7519 1726888127.10389: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba51f0>\r\n<<<\n 7519 1726888127.10392: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n<<<\n 7519 1726888127.10400: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10431: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n<<<\n 7519 1726888127.10438: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/file.py\r\n<<<\n 7519 1726888127.10464: stdout chunk (state=3):\n>>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888127.10473: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10475: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.10479: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n<<<\n 7519 1726888127.10498: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10504: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3a59a0>\r\n<<<\n 7519 1726888127.10583: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.10587: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.10600: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f3a5df0>\r\n<<<\n 7519 1726888127.10653: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.10656: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3a2490>\r\n<<<\n 7519 1726888127.10662: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f21d040>\r\n<<<\n 7519 1726888127.10692: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.10695: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d3a0>\r\n<<<\n 7519 1726888127.10705: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d5e0>\r\n<<<\n 7519 1726888127.10717: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n<<<\n 7519 1726888127.10739: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888127.10769: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10772: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10778: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10815: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888127.10823: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd5f6d0>\r\n<<<\n 7519 1726888127.10828: stdout chunk (state=3):\n>>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3b2730>\r\n<<<\n 7519 1726888127.10850: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n<<<\n 7519 1726888127.10865: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10868: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10884: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888127.10899: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd5f5e0>\r\n<<<\n 7519 1726888127.10913: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n<<<\n 7519 1726888127.10935: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10937: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888127.10960: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.10982: stdout chunk (state=3):\n>>># extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f355c70>\r\n<<<\n 7519 1726888127.10997: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f16c9a0>\r\n<<<\n 7519 1726888127.11087: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d4f0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\r\n<<<\n 7519 1726888127.11096: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\r\n<<<\n 7519 1726888127.11100: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11103: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py<<<\n 7519 1726888127.11104: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.11106: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba7bb0>\r\n<<<\n 7519 1726888127.11108: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.11115: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11134: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c71070>\r\n<<<\n 7519 1726888127.11155: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11163: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11263: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b972e0>\r\n# destroy ansible.module_utils.distro\r\n<<<\n 7519 1726888127.11267: stdout chunk (state=3):\n>>>import ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888127.11270: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11271: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.11273: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.11298: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11300: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11368: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11372: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888127.11379: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.11398: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n<<<\n 7519 1726888127.11402: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11452: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.11478: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n<<<\n 7519 1726888127.11489: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11545: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.11550: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11586: stdout chunk (state=3):\n>>>import ansible.modules # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888127.11589: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11591: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11597: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11599: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n<<<\n 7519 1726888127.11606: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11637: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11639: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11693: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n<<<\n 7519 1726888127.11712: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.11719: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11742: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n<<<\n 7519 1726888127.11744: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11745: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11776: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11779: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11784: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11814: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11831: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n<<<\n 7519 1726888127.11835: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11837: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11868: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11908: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11919: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11938: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.11968: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n<<<\n 7519 1726888127.11999: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12003: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12005: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12052: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n<<<\n 7519 1726888127.12076: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12185: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12215: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12331: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12374: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\n<<<\n 7519 1726888127.12378: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.12379: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12411: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12446: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\r\n<<<\n 7519 1726888127.12451: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n<<<\n 7519 1726888127.12471: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12477: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12496: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n<<<\n 7519 1726888127.12511: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12570: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12642: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12646: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n<<<\n 7519 1726888127.12661: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12665: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12692: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n<<<\n 7519 1726888127.12710: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12729: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12756: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12816: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.12857: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12910: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n<<<\n 7519 1726888127.12916: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.12945: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13008: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13091: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n<<<\n 7519 1726888127.13094: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.13151: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n<<<\n 7519 1726888127.13154: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13156: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n<<<\n 7519 1726888127.13187: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n<<<\n 7519 1726888127.13204: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\n<<<\n 7519 1726888127.13250: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80185400>\r\n<<<\n 7519 1726888127.13303: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n<<<\n 7519 1726888127.13306: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n<<<\n 7519 1726888127.13309: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n<<<\n 7519 1726888127.13311: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13331: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n<<<\n 7519 1726888127.13381: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13384: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888127.13400: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.13406: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n<<<\n 7519 1726888127.13447: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888127.13451: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801e49a0>\r\n<<<\n 7519 1726888127.13453: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13455: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13494: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.13498: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13558: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.13564: stdout chunk (state=3):\n>>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd801e4df0>\r\n<<<\n 7519 1726888127.13567: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n<<<\n 7519 1726888127.13571: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13573: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n<<<\n 7519 1726888127.13589: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13602: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13650: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13663: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801e1490>\r\n<<<\n 7519 1726888127.13667: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.13669: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.13675: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80057040>\r\n<<<\n 7519 1726888127.13680: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13698: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff473a0>\r\n<<<\n 7519 1726888127.13722: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n<<<\n 7519 1726888127.13725: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13729: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff475e0>\r\n<<<\n 7519 1726888127.13736: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n<<<\n 7519 1726888127.13738: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13791: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13795: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.13802: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n<<<\n 7519 1726888127.13829: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13917: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n<<<\n 7519 1726888127.13924: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.13927: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13932: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n<<<\n 7519 1726888127.13973: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.13979: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.14002: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.14009: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.14051: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n<<<\n 7519 1726888127.14058: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b936d0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801f1730>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b935e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n<<<\n 7519 1726888127.14061: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14075: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888127.14093: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14116: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14134: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.14137: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888127.14139: stdout chunk (state=3):\n>>># extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80194c70>\r\n<<<\n 7519 1726888127.14168: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d9d0>\r\n<<<\n 7519 1726888127.14171: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ffa69a0>\r\n<<<\n 7519 1726888127.14177: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14197: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888127.14244: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff474f0>\r\n<<<\n 7519 1726888127.14252: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888127.14255: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\r\n<<<\n 7519 1726888127.14257: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\n<<<\n 7519 1726888127.14262: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.14293: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.14297: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14310: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n<<<\n 7519 1726888127.14344: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n<<<\n 7519 1726888127.14347: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14348: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14409: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14501: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n<<<\n 7519 1726888127.14512: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f08cf40>\r\n<<<\n 7519 1726888127.14514: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.14526: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14528: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14576: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14585: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14636: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n<<<\n 7519 1726888127.14696: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n<<<\n 7519 1726888127.14702: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14727: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n<<<\n 7519 1726888127.14731: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14734: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14737: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n<<<\n 7519 1726888127.14797: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14813: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14834: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.14862: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.14885: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n<<<\n 7519 1726888127.14891: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14903: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14906: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.14948: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n<<<\n 7519 1726888127.14951: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14978: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.14981: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15035: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n<<<\n 7519 1726888127.15039: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15041: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15091: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n<<<\n 7519 1726888127.15093: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n<<<\n 7519 1726888127.15096: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15125: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15138: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15140: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15200: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888127.15203: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n<<<\n 7519 1726888127.15219: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15227: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888127.15278: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15280: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15343: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15431: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f0843a0>\r\n<<<\n 7519 1726888127.15440: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n<<<\n 7519 1726888127.15450: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15817: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f0d2100>\r\n<<<\n 7519 1726888127.15821: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n<<<\n 7519 1726888127.15828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15898: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.15961: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n<<<\n 7519 1726888127.15968: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.16015: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"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\", \"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n<<<\n 7519 1726888127.16069: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.16131: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.16173: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.16315: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.16513: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n<<<\n 7519 1726888127.16547: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n<<<\n 7519 1726888127.16593: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.16686: stdout chunk (state=3):\n>>># clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n<<<\n 7519 1726888127.16693: stdout chunk (state=3):\n>>># cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile<<<\n 7519 1726888127.16842: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f018670>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f018ac0>\r\n<<<\n 7519 1726888127.16889: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.16895: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n<<<\n 7519 1726888127.16898: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.16903: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n<<<\n 7519 1726888127.16915: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.16954: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n<<<\n 7519 1726888127.16962: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n<<<\n 7519 1726888127.16965: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.16967: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.16969: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.16997: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17053: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\r\n<<<\n 7519 1726888127.17056: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n<<<\n 7519 1726888127.17078: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17118: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17158: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17161: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n<<<\n 7519 1726888127.17189: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888127.17201: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17208: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888127.17229: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888127.17254: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888127.17262: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17287: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n<<<\n 7519 1726888127.17294: stdout chunk (state=3):\n>>># destroy json.scanner\r\n<<<\n 7519 1726888127.17300: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888127.17334: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888127.17357: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n<<<\n 7519 1726888127.17360: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17363: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.17365: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888127.17389: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17452: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing<<<\n 7519 1726888127.17465: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n<<<\n 7519 1726888127.17474: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n<<<\n 7519 1726888127.17479: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17482: stdout chunk (state=3):\n>>># destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n<<<\n 7519 1726888127.17485: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17519: stdout chunk (state=3):\n>>># destroy shlex\r\n# destroy datetime\r\n<<<\n 7519 1726888127.17541: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17551: stdout chunk (state=3):\n>>># destroy base64\r\n<<<\n 7519 1726888127.17559: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.17562: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n<<<\n 7519 1726888127.17564: stdout chunk (state=3):\n>>># destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n<<<\n 7519 1726888127.17597: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17707: stdout chunk (state=3):\n>>># cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 7519 1726888127.17722: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n<<<\n 7519 1726888127.17806: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17815: stdout chunk (state=3):\n>>># destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n<<<\n 7519 1726888127.17820: stdout chunk (state=3):\n>>># cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888127.17856: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n<<<\n 7519 1726888127.17860: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.17908: stdout chunk (state=3):\n>>># cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888127.17911: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.17913: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n<<<\n 7519 1726888127.17915: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n<<<\n 7519 1726888127.17918: stdout chunk (state=3):\n>>># destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n<<<\n 7519 1726888127.17920: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888127.17922: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff479d0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888127.17927: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888127.17943: stdout chunk (state=3):\n>>># destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n<<<\n 7519 1726888127.17946: stdout chunk (state=3):\n>>># destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888127.17961: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.18024: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.18066: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888127.18091: stdout chunk (state=3):\n>>># destroy tokenize\r\n<<<\n 7519 1726888127.18094: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888127.18101: stdout chunk (state=3):\n>>># destroy stat\r\n<<<\n 7519 1726888127.18165: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal<<<\n 7519 1726888127.18175: stdout chunk (state=3):\n>>>\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n<<<\n 7519 1726888127.18180: stdout chunk (state=3):\n>>># destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888127.18185: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888127.18187: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7fec5f40>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n<<<\n 7519 1726888127.18191: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.18213: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888127.18216: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.18254: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.18341: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n<<<\n 7519 1726888127.18359: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.18373: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.18495: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.18507: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888127.18549: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n<<<\n 7519 1726888127.18552: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.18573: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.18591: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.18594: stdout chunk (state=3):\n>>><<<\n 7519 1726888127.18632: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n<<<\n 7519 1726888127.18635: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.18637: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5df2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6055880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dc8d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5df2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6deb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d71f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d67610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6f640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6d370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5c57e20>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57910>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57f10>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57fd0>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6a0d0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d49d90>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d44670>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d556d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d75e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5c6acd0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d492b0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5d552e0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6aeb0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6adf0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6ad60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c3e3d0>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c3e4c0>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c72f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6ca90>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6c490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b72220>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c28520>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6cf10>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b84b50>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b84e80>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95790>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95cd0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b2e400>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b84f70>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b3e2e0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95610>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b3e3a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6aa30>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a700>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a9d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a7c0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a8b0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5ad00>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b65250>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a940>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b4da90>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6a610>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5aaf0>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe3d5a886d0>\\r\\n# zipimport: found 103 names in \\'/tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53c4820>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59ab730>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab610>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab340>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab160>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59ab3a0>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab790>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d598a7f0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d598ab80>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d598a9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5348520>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59a5d60>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab4f0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59a51c0>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59aab20>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979160>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979760>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d534ed30>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5979670>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59fbd00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53a5a00>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05e80>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b30a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05eb0>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a0e250>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b30d0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5a0ea60>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59cfb80>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5a05cd0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59fbee0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b00d0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53a6310>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b0cd0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b0670>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b1100>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53ee910>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f39a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f70640>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d598b7f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59c7460>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53e20d0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f31f0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f5bb0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a16070>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53e52e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f26400>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f849a0>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4f84df0>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f80490>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4df7040>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce73a0>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce75e0>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53e16d0>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f9a8e0>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53e15e0>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4f3d3a0>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4d479a0>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce74f0>\\r\\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\\r\\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\\r\\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\\r\\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce79d0>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4c66f40>\\r\\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4c38c70>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4cac100>\\r\\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\\r\\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4bf3670>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4bf3ac0>\\r\\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\\r\\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\\r\\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\\r\\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\\r\\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\\r\\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\\r\\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\\r\\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\\r\\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\\r\\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"ansible_facts\": {\"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\", \"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy pickle\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy shlex\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping _multiprocessing\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy termios\\r\\n# destroy _ssl\\r\\n# destroy _multiprocessing\\r\\n# destroy _queue\\r\\n# destroy _pickle\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888127.18871: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.18981: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5df2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6055880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5df2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6deb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d71f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d67610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6f640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5c57e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57910>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6a0d0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d49d90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d44670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d556d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d75e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5c6acd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d492b0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5d552e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6aeb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6adf0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6ad60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c3e3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c3e4c0>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c72f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6ca90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6c490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b72220>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c28520>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6cf10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b84b50>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b84e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95cd0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b2e400>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b84f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b3e2e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95610>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b3e3a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6aa30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a9d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a7c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a8b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5ad00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b65250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b4da90>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6a610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5aaf0>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe3d5a886d0>\r\n# zipimport: found 103 names in '/tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53c4820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59ab730>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab610>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab160>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59ab3a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d598a7f0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d598ab80>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d598a9d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5348520>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59a5d60>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab4f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59a51c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59aab20>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979160>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979760>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d534ed30>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5979670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59fbd00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53a5a00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05e80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b30a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05eb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a0e250>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b30d0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5a0ea60>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59cfb80>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5a05cd0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59fbee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b00d0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53a6310>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b0cd0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b0670>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b1100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53ee910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f39a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f70640>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d598b7f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59c7460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53e20d0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f31f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f5bb0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a16070>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53e52e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f26400>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f849a0>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4f84df0>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f80490>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4df7040>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce73a0>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce75e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53e16d0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f9a8e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53e15e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4f3d3a0>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4d479a0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce74f0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce79d0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4c66f40>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4c38c70>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4cac100>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4bf3670>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4bf3ac0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n\r\n{\"ansible_facts\": {\"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\", \"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888127.19165: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n<<<\n 7519 1726888127.19168: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.19170: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888127.19172: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888127.20208: done with _execute_module (setup, {'gather_subset': ['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726888126.4657106-7571-71010296534440/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888127.20212: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.20214: stdout chunk (state=3):\n>>># extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd7febf3a0>\r\n<<<\n 7519 1726888127.20217: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20220: _low_level_execute_command(): starting\n 7519 1726888127.20227: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888127.20235: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff0c100>\r\n<<<\n 7519 1726888127.20275: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n<<<\n 7519 1726888127.20283: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20285: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20292: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n<<<\n 7519 1726888127.20294: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20296: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n<<<\n 7519 1726888127.20300: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20302: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20304: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20305: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20309: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.20336: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.20339: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.20342: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n<<<\n 7519 1726888127.20344: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20346: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.20349: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.20351: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888127.20353: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20355: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888127.20357: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888127.20359: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.20361: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.20365: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.20399: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.20402: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20405: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888127.20407: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888127.20409: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888127.20411: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.20413: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.20436: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888127.20441: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.20483: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.20590: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.20593: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n<<<\n 7519 1726888127.20596: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888127.20598: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20600: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888127.20602: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\r\n<<<\n 7519 1726888127.20604: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.20606: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n<<<\n 7519 1726888127.20608: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20654: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20657: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.20719: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n<<<\n 7519 1726888127.20722: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20726: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20768: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.20842: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n<<<\n 7519 1726888127.20853: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888127.20947: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.20955: stdout chunk (state=3):\n>>># extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.20973: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.20977: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.20979: stdout chunk (state=3):\n>>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd7fe52670>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7fe52ac0>\r\n<<<\n 7519 1726888127.20982: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.21009: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21011: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21013: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n<<<\n 7519 1726888127.21061: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21083: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n<<<\n 7519 1726888127.21085: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21086: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21132: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n<<<\n 7519 1726888127.21147: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21192: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21306: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21351: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21553: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n<<<\n 7519 1726888127.21584: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21587: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21698: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21846: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\n<<<\n 7519 1726888127.21850: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n<<<\n 7519 1726888127.21852: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21853: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21887: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21889: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21941: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n<<<\n 7519 1726888127.21947: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21958: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\n<<<\n 7519 1726888127.21969: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21993: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n<<<\n 7519 1726888127.21995: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.21996: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.22085: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22116: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22149: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22177: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n<<<\n 7519 1726888127.22199: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22207: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22241: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n<<<\n 7519 1726888127.22244: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22305: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22338: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22374: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n<<<\n 7519 1726888127.22376: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22453: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22456: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.22545: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.22548: stdout chunk (state=3):\n>>><<<\n 7519 1726888127.22550: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\n<<<\n 7519 1726888127.22557: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n<<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888127.22576: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.22579: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22581: handler run complete\n 7519 1726888127.22593: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888127.22718: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.22721: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.22728: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888127.22730: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.22733: attempt loop complete, returning result\n 7519 1726888127.22746: _execute() done\n 7519 1726888127.22748: dumping result to json\n 7519 1726888127.22750: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.22752: done dumping result, returning\n 7519 1726888127.22760: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role [0ed44806-2f0b-c82f-f05a-00000000007e]\n 7519 1726888127.22770: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e\nok: [managed_node1]\n 7519 1726888127.23014: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e\n 7519 1726888127.23018: WORKER PROCESS EXITING\n 7519 1726888127.23021: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23025: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n<<<\n 7519 1726888127.23027: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23029: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23031: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23222: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n<<<\n 7519 1726888127.23232: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23297: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23369: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n<<<\n 7519 1726888127.23372: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23416: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23457: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n<<<\n 7519 1726888127.23464: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23499: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23542: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n<<<\n 7519 1726888127.23547: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23584: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23629: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n<<<\n 7519 1726888127.23635: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23735: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23750: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23840: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n<<<\n 7519 1726888127.23855: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23858: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n<<<\n 7519 1726888127.23885: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23932: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.23994: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n<<<\n 7519 1726888127.23999: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24028: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24052: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24115: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24178: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24280: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24392: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\n<<<\n 7519 1726888127.24396: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n<<<\n 7519 1726888127.24398: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24479: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24482: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\n<<<\n 7519 1726888127.24484: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n<<<\n 7519 1726888127.24503: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24533: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n<<<\n 7519 1726888127.24540: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24644: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24777: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n<<<\n 7519 1726888127.24798: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.24928: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25052: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n<<<\n 7519 1726888127.25075: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25094: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n<<<\n 7519 1726888127.25108: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25158: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25218: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n<<<\n 7519 1726888127.25225: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25278: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25287: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25339: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n<<<\n 7519 1726888127.25341: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25448: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25492: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n<<<\n 7519 1726888127.25517: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25563: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25569: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\n<<<\n 7519 1726888127.25573: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n<<<\n 7519 1726888127.25576: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.25580: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25639: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25663: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25692: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n<<<\n 7519 1726888127.25714: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25768: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\n<<<\n 7519 1726888127.25773: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n<<<\n 7519 1726888127.25845: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25873: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.25983: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.26282: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.26556: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\n<<<\n 7519 1726888127.26568: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n<<<\n 7519 1726888127.26591: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.26637: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.26686: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n<<<\n 7519 1726888127.26698: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.26732: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.26761: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n<<<\n 7519 1726888127.26781: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.26878: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.26881: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"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\", \"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n<<<\n 7519 1726888127.26965: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n<<<\n 7519 1726888127.26983: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.27021: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.27056: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n<<<\n 7519 1726888127.27078: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.27151: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.27233: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n<<<\n 7519 1726888127.27249: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.27330: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.27404: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n<<<\n 7519 1726888127.27430: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.27629: stdout chunk (state=3):\n>>># clear builtins._\r\n<<<\n 7519 1726888127.27690: stdout chunk (state=3):\n>>># clear sys.path\r\n# clear sys.argv<<<\n 7519 1726888127.27699: stdout chunk (state=3):\n>>>\r\n# clear sys.ps1<<<\n 7519 1726888127.27713: stdout chunk (state=3):\n>>>\r\n# clear sys.ps2<<<\n 7519 1726888127.27729: stdout chunk (state=3):\n>>>\r\n# clear sys.last_type<<<\n 7519 1726888127.27732: stdout chunk (state=3):\n>>>\r\n# clear sys.last_value\r\n<<<\n 7519 1726888127.27735: stdout chunk (state=3):\n>>># clear sys.last_traceback<<<\n 7519 1726888127.27751: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.27832: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n<<<\n 7519 1726888127.27862: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 7519 1726888127.27880: stdout chunk (state=3):\n>>># clear sys.meta_path<<<\n 7519 1726888127.27886: stdout chunk (state=3):\n>>>\r\n# clear sys.__interactivehook__<<<\n 7519 1726888127.27889: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.27891: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.27893: stdout chunk (state=3):\n>>># restore sys.stdin\r\n<<<\n 7519 1726888127.27949: stdout chunk (state=3):\n>>># restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys<<<\n 7519 1726888127.27994: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n<<<\n 7519 1726888127.28000: stdout chunk (state=3):\n>>># cleanup[2] removing _imp\r\n# cleanup[2] removing _thread<<<\n 7519 1726888127.28003: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _warnings<<<\n 7519 1726888127.28089: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n<<<\n 7519 1726888127.28119: stdout chunk (state=3):\n>>># cleanup[2] removing marshal\r\n# cleanup[2] removing posix<<<\n 7519 1726888127.28203: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.28250: stdout chunk (state=3):\n>>># cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport<<<\n 7519 1726888127.28255: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _codecs\r\n<<<\n 7519 1726888127.28257: stdout chunk (state=3):\n>>># cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases<<<\n 7519 1726888127.28261: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.28263: stdout chunk (state=3):\n>>># cleanup[2] removing encodings<<<\n 7519 1726888127.28266: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing encodings.utf_8<<<\n 7519 1726888127.28270: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _signal<<<\n 7519 1726888127.28284: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n<<<\n 7519 1726888127.28290: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins<<<\n 7519 1726888127.28293: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.28295: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _locale<<<\n 7519 1726888127.28297: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.28301: stdout chunk (state=3):\n>>># cleanup[2] removing _bootlocale<<<\n 7519 1726888127.28307: stdout chunk (state=3):\n>>>\r\n# destroy _bootlocale<<<\n 7519 1726888127.28363: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing site\r\n<<<\n 7519 1726888127.28369: stdout chunk (state=3):\n>>># destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n<<<\n 7519 1726888127.28376: stdout chunk (state=3):\n>>># destroy sre_constants\r\n<<<\n 7519 1726888127.28380: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.28400: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.28449: stdout chunk (state=3):\n>>># cleanup[2] removing sre_parse\r\n<<<\n 7519 1726888127.28458: stdout chunk (state=3):\n>>># cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n<<<\n 7519 1726888127.28469: stdout chunk (state=3):\n>>># cleanup[2] removing keyword\r\n# destroy keyword<<<\n 7519 1726888127.28478: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.28509: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.28517: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n<<<\n 7519 1726888127.28571: stdout chunk (state=3):\n>>># cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib<<<\n 7519 1726888127.28577: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections<<<\n 7519 1726888127.28589: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.28598: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _functools\r\n<<<\n 7519 1726888127.28649: stdout chunk (state=3):\n>>># cleanup[2] removing functools\r\n<<<\n 7519 1726888127.28658: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.28664: stdout chunk (state=3):\n>>># cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii<<<\n 7519 1726888127.28667: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap<<<\n 7519 1726888127.28702: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n<<<\n 7519 1726888127.28705: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.28708: stdout chunk (state=3):\n>>># cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n<<<\n 7519 1726888127.28739: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.28743: stdout chunk (state=3):\n>>># cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset<<<\n 7519 1726888127.28745: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.28746: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2<<<\n 7519 1726888127.28764: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile<<<\n 7519 1726888127.28793: stdout chunk (state=3):\n>>>\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit<<<\n 7519 1726888127.28821: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime<<<\n 7519 1726888127.28874: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.28911: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections<<<\n 7519 1726888127.28955: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4<<<\n 7519 1726888127.28958: stdout chunk (state=3):\n>>>\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse<<<\n 7519 1726888127.28991: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n<<<\n 7519 1726888127.28995: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n<<<\n 7519 1726888127.28998: stdout chunk (state=3):\n>>># cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai<<<\n 7519 1726888127.29021: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local<<<\n 7519 1726888127.29026: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.29034: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.29058: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base<<<\n 7519 1726888127.29060: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n<<<\n 7519 1726888127.29096: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.29100: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd<<<\n 7519 1726888127.29152: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg<<<\n 7519 1726888127.29180: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd<<<\n 7519 1726888127.29227: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux<<<\n 7519 1726888127.29247: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.29275: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.29320: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.29398: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.29473: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.29568: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.29678: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\n<<<\n 7519 1726888127.29688: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\n<<<\n 7519 1726888127.29691: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# destroy _sitebuiltins\r\n<<<\n 7519 1726888127.29741: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n<<<\n 7519 1726888127.29749: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.29752: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n<<<\n 7519 1726888127.29754: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n<<<\n 7519 1726888127.29798: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.29805: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888127.29815: stdout chunk (state=3):\n>>># destroy _compression\r\n<<<\n 7519 1726888127.29860: stdout chunk (state=3):\n>>># destroy binascii\r\n<<<\n 7519 1726888127.29887: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n<<<\n 7519 1726888127.29890: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.29891: stdout chunk (state=3):\n>>># destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888127.29941: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888127.29944: stdout chunk (state=3):\n>>># destroy locale<<<\n 7519 1726888127.29950: stdout chunk (state=3):\n>>>\r\n# destroy systemd.journal\r\n<<<\n 7519 1726888127.29953: stdout chunk (state=3):\n>>># destroy systemd.daemon\r\n# destroy hashlib\r\n<<<\n 7519 1726888127.29983: stdout chunk (state=3):\n>>># destroy json.decoder<<<\n 7519 1726888127.30007: stdout chunk (state=3):\n>>>\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 7519 1726888127.30024: stdout chunk (state=3):\n>>># destroy _json<<<\n 7519 1726888127.30028: stdout chunk (state=3):\n>>>\r\n# destroy encodings<<<\n 7519 1726888127.30033: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30082: stdout chunk (state=3):\n>>># destroy syslog<<<\n 7519 1726888127.30085: stdout chunk (state=3):\n>>>\r\n# destroy uuid<<<\n 7519 1726888127.30092: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30178: stdout chunk (state=3):\n>>># destroy selinux<<<\n 7519 1726888127.30193: stdout chunk (state=3):\n>>>\r\n# destroy distro<<<\n 7519 1726888127.30197: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.30203: stdout chunk (state=3):\n>>>\r\n# destroy logging\r\n# destroy argparse<<<\n 7519 1726888127.30211: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30256: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors<<<\n 7519 1726888127.30269: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.ansible_collector<<<\n 7519 1726888127.30275: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30360: stdout chunk (state=3):\n>>># destroy multiprocessing\r\n<<<\n 7519 1726888127.30401: stdout chunk (state=3):\n>>># destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle<<<\n 7519 1726888127.30404: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30476: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.30481: stdout chunk (state=3):\n>>># destroy queue\r\n# destroy multiprocessing.process\r\n<<<\n 7519 1726888127.30519: stdout chunk (state=3):\n>>># destroy tempfile\r\n# destroy multiprocessing.util\r\n<<<\n 7519 1726888127.30524: stdout chunk (state=3):\n>>># destroy multiprocessing.reduction<<<\n 7519 1726888127.30526: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.30527: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30584: stdout chunk (state=3):\n>>># destroy shlex<<<\n 7519 1726888127.30588: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30592: stdout chunk (state=3):\n>>># destroy datetime<<<\n 7519 1726888127.30595: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30610: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n<<<\n 7519 1726888127.30616: stdout chunk (state=3):\n>>># destroy base64\r\n<<<\n 7519 1726888127.30618: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.30671: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux<<<\n 7519 1726888127.30689: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30692: stdout chunk (state=3):\n>>># destroy getpass<<<\n 7519 1726888127.30694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.30696: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30699: stdout chunk (state=3):\n>>># destroy json\r\n<<<\n 7519 1726888127.30778: stdout chunk (state=3):\n>>># destroy socket\r\n<<<\n 7519 1726888127.30809: stdout chunk (state=3):\n>>># destroy struct\r\n<<<\n 7519 1726888127.30814: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.30817: stdout chunk (state=3):\n>>># destroy glob<<<\n 7519 1726888127.30820: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30824: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.typing<<<\n 7519 1726888127.30827: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.timeout<<<\n 7519 1726888127.30830: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30835: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.collector<<<\n 7519 1726888127.30837: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.30869: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.30874: stdout chunk (state=3):\n>>># cleanup[3] wiping termios\r\n<<<\n 7519 1726888127.30896: stdout chunk (state=3):\n>>># cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser<<<\n 7519 1726888127.30912: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _multiprocessing\r\n<<<\n 7519 1726888127.30957: stdout chunk (state=3):\n>>># cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle<<<\n 7519 1726888127.31014: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping selinux._selinux<<<\n 7519 1726888127.31042: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\n<<<\n 7519 1726888127.31072: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n<<<\n 7519 1726888127.31076: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.31145: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc<<<\n 7519 1726888127.31151: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping ansible.module_utils.six.moves<<<\n 7519 1726888127.31156: stdout chunk (state=3):\n>>>\r\n# destroy configparser<<<\n 7519 1726888127.31162: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping systemd._daemon<<<\n 7519 1726888127.31219: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _socket<<<\n 7519 1726888127.31236: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.31241: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.31254: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128<<<\n 7519 1726888127.31260: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n<<<\n 7519 1726888127.31263: stdout chunk (state=3):\n>>># cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache<<<\n 7519 1726888127.31269: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.31300: stdout chunk (state=3):\n>>># cleanup[3] wiping tokenize<<<\n 7519 1726888127.31307: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.31312: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n<<<\n 7519 1726888127.31315: stdout chunk (state=3):\n>>># cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n<<<\n 7519 1726888127.31318: stdout chunk (state=3):\n>>># cleanup[3] wiping signal\r\n<<<\n 7519 1726888127.31353: stdout chunk (state=3):\n>>># cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n<<<\n 7519 1726888127.31381: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.31386: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.cp437\r\n<<<\n 7519 1726888127.31412: stdout chunk (state=3):\n>>># cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n<<<\n 7519 1726888127.31430: stdout chunk (state=3):\n>>># cleanup[3] wiping _bisect\r\n<<<\n 7519 1726888127.31445: stdout chunk (state=3):\n>>># cleanup[3] wiping math\r\n<<<\n 7519 1726888127.31464: stdout chunk (state=3):\n>>># cleanup[3] wiping shutil\r\n<<<\n 7519 1726888127.31468: stdout chunk (state=3):\n>>># destroy fnmatch\r\n<<<\n 7519 1726888127.31494: stdout chunk (state=3):\n>>># cleanup[3] wiping grp<<<\n 7519 1726888127.31531: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping pwd\r\n<<<\n 7519 1726888127.31538: stdout chunk (state=3):\n>>># cleanup[3] wiping _lzma\r\n<<<\n 7519 1726888127.31563: stdout chunk (state=3):\n>>># cleanup[3] wiping threading\r\n<<<\n 7519 1726888127.31574: stdout chunk (state=3):\n>>># cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n<<<\n 7519 1726888127.31596: stdout chunk (state=3):\n>>># cleanup[3] wiping weakref\r\n<<<\n 7519 1726888127.31622: stdout chunk (state=3):\n>>># cleanup[3] wiping contextlib\r\n<<<\n 7519 1726888127.31645: stdout chunk (state=3):\n>>># cleanup[3] wiping collections.abc\r\n<<<\n 7519 1726888127.31665: stdout chunk (state=3):\n>>># cleanup[3] wiping warnings\r\n<<<\n 7519 1726888127.31678: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888127.31688: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n<<<\n 7519 1726888127.31795: stdout chunk (state=3):\n>>># cleanup[3] wiping _struct\r\n<<<\n 7519 1726888127.31895: stdout chunk (state=3):\n>>># cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n<<<\n 7519 1726888127.31910: stdout chunk (state=3):\n>>># destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n<<<\n 7519 1726888127.31951: stdout chunk (state=3):\n>>># cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n<<<\n 7519 1726888127.31957: stdout chunk (state=3):\n>>># cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse<<<\n 7519 1726888127.32005: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.32016: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n<<<\n 7519 1726888127.32042: stdout chunk (state=3):\n>>># cleanup[3] wiping types\r\n<<<\n 7519 1726888127.32048: stdout chunk (state=3):\n>>># cleanup[3] wiping _locale\r\n<<<\n 7519 1726888127.32050: stdout chunk (state=3):\n>>># destroy _locale\r\n<<<\n 7519 1726888127.32054: stdout chunk (state=3):\n>>># cleanup[3] wiping os<<<\n 7519 1726888127.32115: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping os.path\r\n<<<\n 7519 1726888127.32118: stdout chunk (state=3):\n>>># destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n<<<\n 7519 1726888127.32124: stdout chunk (state=3):\n>>># cleanup[3] wiping _stat\r\n<<<\n 7519 1726888127.32127: stdout chunk (state=3):\n>>># destroy _stat<<<\n 7519 1726888127.32152: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.32155: stdout chunk (state=3):\n>>># cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8<<<\n 7519 1726888127.32179: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs<<<\n 7519 1726888127.32185: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix<<<\n 7519 1726888127.32203: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping marshal<<<\n 7519 1726888127.32229: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib<<<\n 7519 1726888127.32239: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping sys<<<\n 7519 1726888127.32294: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping builtins\r\n# destroy termios<<<\n 7519 1726888127.32336: stdout chunk (state=3):\n>>>\r\n# destroy _ssl<<<\n 7519 1726888127.32339: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.32343: stdout chunk (state=3):\n>>># destroy _multiprocessing<<<\n 7519 1726888127.32345: stdout chunk (state=3):\n>>>\r\n# destroy _queue\r\n<<<\n 7519 1726888127.32348: stdout chunk (state=3):\n>>># destroy _pickle\r\n# destroy systemd._daemon<<<\n 7519 1726888127.32364: stdout chunk (state=3):\n>>>\r\n# destroy _socket\r\n# destroy systemd.id128<<<\n 7519 1726888127.32369: stdout chunk (state=3):\n>>>\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma<<<\n 7519 1726888127.32399: stdout chunk (state=3):\n>>>\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888127.32414: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"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\", \"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n<<<\n 7519 1726888127.32660: stdout chunk (state=3):\n>>># destroy platform<<<\n 7519 1726888127.32670: stdout chunk (state=3):\n>>>\r\n# destroy _uuid\r\n<<<\n 7519 1726888127.32691: stdout chunk (state=3):\n>>># destroy _sre<<<\n 7519 1726888127.32705: stdout chunk (state=3):\n>>>\r\n# destroy sre_parse\r\n<<<\n 7519 1726888127.32726: stdout chunk (state=3):\n>>># destroy tokenize<<<\n 7519 1726888127.32730: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.32754: stdout chunk (state=3):\n>>># destroy _heapq<<<\n 7519 1726888127.32776: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.32794: stdout chunk (state=3):\n>>># destroy posixpath\r\n<<<\n 7519 1726888127.32801: stdout chunk (state=3):\n>>># destroy stat<<<\n 7519 1726888127.32818: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.32882: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n<<<\n 7519 1726888127.32887: stdout chunk (state=3):\n>>># destroy errno\r\n# destroy signal<<<\n 7519 1726888127.32888: stdout chunk (state=3):\n>>>\r\n# destroy contextlib<<<\n 7519 1726888127.32912: stdout chunk (state=3):\n>>>\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n<<<\n 7519 1726888127.32914: stdout chunk (state=3):\n>>># destroy selectors\r\n<<<\n 7519 1726888127.32982: stdout chunk (state=3):\n>>># destroy select\r\n<<<\n 7519 1726888127.33004: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n<<<\n 7519 1726888127.33036: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib.error\r\n<<<\n 7519 1726888127.33042: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib.request\r\n<<<\n 7519 1726888127.33058: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser<<<\n 7519 1726888127.33609: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.33613: stdout chunk (state=3):\n>>># destroy functools\r\n# destroy itertools<<<\n 7519 1726888127.33616: stdout chunk (state=3):\n>>>\r\n# destroy operator\r\n<<<\n 7519 1726888127.33618: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves\r\n<<<\n 7519 1726888127.33621: stdout chunk (state=3):\n>>># destroy _operator\r\n<<<\n 7519 1726888127.33624: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external<<<\n 7519 1726888127.33629: stdout chunk (state=3):\n>>>\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888127.33631: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n<<<\n 7519 1726888127.33635: stdout chunk (state=3):\n>>># clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n<<<\n 7519 1726888127.33770: stdout chunk (state=3):\n>>># cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util<<<\n 7519 1726888127.33774: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n<<<\n 7519 1726888127.33776: stdout chunk (state=3):\n>>># destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n<<<\n 7519 1726888127.33779: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888127.33781: stdout chunk (state=3):\n>>># cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n<<<\n 7519 1726888127.33783: stdout chunk (state=3):\n>>># cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n<<<\n 7519 1726888127.33785: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n<<<\n 7519 1726888127.33788: stdout chunk (state=3):\n>>># cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings<<<\n 7519 1726888127.33790: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n<<<\n 7519 1726888127.33792: stdout chunk (state=3):\n>>># cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n<<<\n 7519 1726888127.33795: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic<<<\n 7519 1726888127.33797: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n<<<\n 7519 1726888127.33799: stdout chunk (state=3):\n>>># destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue<<<\n 7519 1726888127.33800: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n<<<\n 7519 1726888127.33802: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n<<<\n 7519 1726888127.33930: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns<<<\n 7519 1726888127.33936: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version<<<\n 7519 1726888127.33939: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n<<<\n 7519 1726888127.33941: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd<<<\n 7519 1726888127.33943: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n<<<\n 7519 1726888127.33945: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n<<<\n 7519 1726888127.33962: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n<<<\n 7519 1726888127.33970: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n<<<\n 7519 1726888127.33972: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n<<<\n 7519 1726888127.33974: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n<<<\n 7519 1726888127.33976: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n<<<\n 7519 1726888127.33978: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n<<<\n 7519 1726888127.33980: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n<<<\n 7519 1726888127.33983: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888127.33985: stdout chunk (state=3):\n>>><<<\n 7519 1726888127.33987: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701f2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970455880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701c8d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701f2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970193eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970195f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497018c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970192640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970193370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4970078e20>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078910>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078f10>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078fd0>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008b0d0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016ed90>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970167670>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701796d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497019ae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f497008bcd0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016e2b0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49701792e0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a09d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008beb0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008bdf0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008bd60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497005e3d0>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497005e4c0>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970093f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008da90>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008d490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff92220>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970049520>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008df10>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a0040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffa4b50>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ffa4e80>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5790>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5cd0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff4e400>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffa4f70>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff5f2e0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5610>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff5f3a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008ba30>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a700>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a9d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a7c0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a8b0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7ad00>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff85250>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a940>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff6ea90>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008b610>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7aaf0>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f496feaf6d0>\\r\\n# zipimport: found 103 names in \\'/tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd42820>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdd1730>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1610>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1340>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1160>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdd13a0>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1790>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdc1820>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdc1490>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdc1640>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f788520>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdccd60>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd14f0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdcc1c0>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd0b20>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0160>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0760>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f78dd30>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fda0670>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe22d00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7e4a00>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ce80>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7f30a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ceb0>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe34250>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f30d0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fe34a60>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdf6b80>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fe2ccd0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe22ee0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7ef0d0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7e6310>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7efcd0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7ef670>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f0100>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd6c910>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd719a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f391640>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdb17f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdee460>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd600d0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd711f0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd73bb0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe3d070>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd632e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f346400>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3a59a0>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f3a5df0>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3a2490>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f21d040>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d3a0>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d5e0>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd5f6d0>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3b2730>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd5f5e0>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f355c70>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f16c9a0>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d4f0>\\r\\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\\r\\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\\r\\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\\r\\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f08cf40>\\r\\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f0843a0>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f0d2100>\\r\\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\\r\\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f018670>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f018ac0>\\r\\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\\r\\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\\r\\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\\r\\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\\r\\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\\r\\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\\r\\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\\r\\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\\r\\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\\r\\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"ansible_facts\": {\"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\", \"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy pickle\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy shlex\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping _multiprocessing\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy termios\\r\\n# destroy _ssl\\r\\n# destroy _multiprocessing\\r\\n# destroy _queue\\r\\n# destroy _pickle\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888127.34383: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888127.34396: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888127.34398: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888127.34434: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n<<<\n 7519 1726888127.34441: stdout chunk (state=3):\n>>># destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888127.34646: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701f2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970455880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701c8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701f2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970193eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970195f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497018c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970192640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970193370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4970078e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078910>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008b0d0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016ed90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970167670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701796d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497019ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f497008bcd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016e2b0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49701792e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008beb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008bdf0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008bd60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497005e3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497005e4c0>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970093f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008da90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008d490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff92220>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970049520>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008df10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffa4b50>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ffa4e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5cd0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff4e400>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffa4f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff5f2e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5610>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff5f3a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008ba30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a9d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a7c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a8b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7ad00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff85250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff6ea90>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008b610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7aaf0>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f496feaf6d0>\r\n# zipimport: found 103 names in '/tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd42820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdd1730>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1610>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1160>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdd13a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdc1820>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdc1490>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdc1640>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f788520>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdccd60>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd14f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdcc1c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd0b20>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0160>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0760>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f78dd30>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fda0670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe22d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7e4a00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ce80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7f30a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ceb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe34250>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f30d0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fe34a60>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdf6b80>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fe2ccd0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe22ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7ef0d0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7e6310>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7efcd0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7ef670>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f0100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd6c910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd719a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f391640>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdb17f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdee460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd600d0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd711f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd73bb0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe3d070>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd632e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f346400>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3a59a0>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f3a5df0>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3a2490>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f21d040>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d3a0>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d5e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd5f6d0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3b2730>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd5f5e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f355c70>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f16c9a0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d4f0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d9d0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f08cf40>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f0843a0>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f0d2100>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f018670>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f018ac0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n\r\n{\"ansible_facts\": {\"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\", \"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888127.34973: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888127.34977: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n<<<\n 7519 1726888127.34979: stdout chunk (state=3):\n>>># cleanup[3] wiping termios\r\n<<<\n 7519 1726888127.34981: stdout chunk (state=3):\n>>># cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket<<<\n 7519 1726888127.34985: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n<<<\n 7519 1726888127.34987: stdout chunk (state=3):\n>>># cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888127.34990: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888127.34992: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n<<<\n 7519 1726888127.35819: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888127.35825: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 7519 1726888127.35828: done with _execute_module (setup, {'gather_subset': ['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726888126.496172-7573-50835205033885/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888127.35830: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888127.35832: _low_level_execute_command(): starting\n 7519 1726888127.35834: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888127.35839: stdout chunk (state=3):\n>>># destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n<<<\n 7519 1726888127.35841: stdout chunk (state=3):\n>>># destroy zlib\r\n# destroy _signal\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888127.35847: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888127.35853: stdout chunk (state=3):\n>>># destroy tokenize\r\n<<<\n 7519 1726888127.35855: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888127.35858: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888127.35860: stdout chunk (state=3):\n>>># destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888127.35863: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888127.35865: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888127.35867: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888127.35870: stdout chunk (state=3):\n>>><<<\n 7519 1726888127.35873: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81257850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81295880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8122dd90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81257d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd3eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd5f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fcc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd2640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd3370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80eb8e20>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8910>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8f10>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8fd0>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecb0d0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80faed90>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fa7670>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fb96d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fdae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80ecbcd0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fae2b0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80fb92e0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe09d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbeb0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbdf0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbd60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e9e3d0>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e9e4c0>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ed2f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecda90>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecd490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dd2220>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e89520>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecdf10>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe0040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80de4b50>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80de4e80>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5790>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5cd0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d8e400>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80de4f70>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d9f2e0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5610>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d9f3a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecba30>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba700>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba9d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba7c0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba8b0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dbad00>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dc5250>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba940>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80daea90>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecb610>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dbaaf0>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcd80ce36d0>\\r\\n# zipimport: found 103 names in \\'/tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b76820>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c06730>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06610>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06340>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06160>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c063a0>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06790>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bf5820>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bf5490>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bf5640>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd805c8520>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c00d60>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c064f0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c001c0>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c01b20>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4160>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4760>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd805cdd30>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bd4670>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c56d00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b57a00>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60e80>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b660a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60eb0>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c68250>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b660d0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c68a60>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c2ab80>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c60cd0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c56ee0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b620d0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b58310>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b62cd0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b62670>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b63100>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80ba0910>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba59a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801d0640>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80be57f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c21460>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b940d0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba51f0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba7bb0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c71070>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b972e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80185400>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801e49a0>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd801e4df0>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801e1490>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80057040>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff473a0>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff475e0>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b936d0>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801f1730>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b935e0>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80194c70>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ffa69a0>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff474f0>\\r\\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\\r\\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\\r\\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\\r\\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff479d0>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7fec5f40>\\r\\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd7febf3a0>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff0c100>\\r\\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\\r\\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd7fe52670>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7fe52ac0>\\r\\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\\r\\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\\r\\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\\r\\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\\r\\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\\r\\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\\r\\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\\r\\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\\r\\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\\r\\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"ansible_facts\": {\"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\", \"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy pickle\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy shlex\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping _multiprocessing\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy termios\\r\\n# destroy _ssl\\r\\n# destroy _multiprocessing\\r\\n# destroy _queue\\r\\n# destroy _pickle\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888127.36368: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81257850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81295880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8122dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81257d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd3eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd5f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fcc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80eb8e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8910>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecb0d0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80faed90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fa7670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fb96d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fdae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80ecbcd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fae2b0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80fb92e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbeb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbdf0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbd60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e9e3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e9e4c0>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ed2f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecda90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecd490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dd2220>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e89520>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecdf10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80de4b50>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80de4e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5cd0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d8e400>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80de4f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d9f2e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5610>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d9f3a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecba30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba9d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba7c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba8b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dbad00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dc5250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80daea90>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecb610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dbaaf0>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcd80ce36d0>\r\n# zipimport: found 103 names in '/tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b76820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c06730>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06610>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06160>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c063a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bf5820>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bf5490>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bf5640>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd805c8520>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c00d60>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c064f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c001c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c01b20>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4160>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4760>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd805cdd30>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bd4670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c56d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b57a00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60e80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b660a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60eb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c68250>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b660d0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c68a60>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c2ab80>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c60cd0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c56ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b620d0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b58310>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b62cd0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b62670>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b63100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80ba0910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba59a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801d0640>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80be57f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c21460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b940d0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba51f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba7bb0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c71070>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b972e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80185400>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801e49a0>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd801e4df0>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801e1490>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80057040>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff473a0>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff475e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b936d0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801f1730>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b935e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80194c70>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ffa69a0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff474f0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff479d0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7fec5f40>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd7febf3a0>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff0c100>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd7fe52670>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7fe52ac0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n\r\n{\"ansible_facts\": {\"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\", \"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"!all\", \"!min\", \"distribution\", \"distribution_major_version\", \"distribution_version\", \"os_family\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888127.37720: done with _execute_module (setup, {'gather_subset': ['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726888126.503584-7572-59740462155060/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888127.37726: _low_level_execute_command(): starting\n 7519 1726888127.37729: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888127.37734: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.37737: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888127.37741: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.37747: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.37750: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.37752: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888127.37754: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888127.37756: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888127.37758: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.37761: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.37763: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.37765: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.37767: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888127.37769: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888127.37771: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888127.37774: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.37776: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.37778: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.37780: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.37783: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888127.37785: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888127.37787: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888127.37789: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888127.37791: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.37793: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.37795: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.37797: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888127.37799: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888127.37801: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.37803: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.37805: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888127.37807: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888127.37809: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888127.37811: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.37816: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888127.37818: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.37820: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.37825: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.37826: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.37828: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.37829: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.37833: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888127.37836: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.37838: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.37841: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.37844: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888127.37847: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.37850: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.39272: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.39325: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.39330: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888127.39341: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.39349: handler run complete\n 7519 1726888127.39364: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888127.39541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.39545: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888127.39547: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.39549: attempt loop complete, returning result\n 7519 1726888127.39551: _execute() done\n 7519 1726888127.39553: dumping result to json\n 7519 1726888127.39555: done dumping result, returning\n 7519 1726888127.39558: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role [0ed44806-2f0b-c82f-f05a-00000000007e]\n 7519 1726888127.39560: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e\n 7519 1726888127.39633: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e\n 7519 1726888127.39636: WORKER PROCESS EXITING\nok: [managed_node3]\n 7519 1726888127.40055: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.40108: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.40111: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888127.40139: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.40146: handler run complete\n 7519 1726888127.40157: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888127.40188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.40214: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888127.40242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.40255: attempt loop complete, returning result\n 7519 1726888127.40258: _execute() done\n 7519 1726888127.40260: dumping result to json\n 7519 1726888127.40264: done dumping result, returning\n 7519 1726888127.40272: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role [0ed44806-2f0b-c82f-f05a-00000000007e]\n 7519 1726888127.40395: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e\nok: [managed_node2]\n 7519 1726888127.40506: no more pending results, returning what we have\n 7519 1726888127.40512: results queue empty\n 7519 1726888127.40512: checking for any_errors_fatal\n 7519 1726888127.40514: done checking for any_errors_fatal\n 7519 1726888127.40515: checking for max_fail_percentage\n 7519 1726888127.40516: done checking for max_fail_percentage\n 7519 1726888127.40517: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888127.40518: done checking to see if all hosts have failed\n 7519 1726888127.40520: getting the remaining hosts for this loop\n 7519 1726888127.40522: done getting the remaining hosts for this loop\n 7519 1726888127.40525: getting the next task for host managed_node1\n 7519 1726888127.40539: done getting next task for host managed_node1\n 7519 1726888127.40543: ^ task is: TASK: fedora.linux_system_roles.tlog : Check if system is ostree\n 7519 1726888127.40545: ^ state is: HOST STATE: block=3, 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\n 7519 1726888127.40547: getting the next task for host managed_node2\n 7519 1726888127.40551: done getting next task for host managed_node2\n 7519 1726888127.40552: ^ task is: TASK: fedora.linux_system_roles.tlog : Check if system is ostree\n 7519 1726888127.40553: ^ state is: HOST STATE: block=3, 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\n 7519 1726888127.40554: getting the next task for host managed_node3\n 7519 1726888127.40558: done getting next task for host managed_node3\n 7519 1726888127.40561: ^ task is: TASK: fedora.linux_system_roles.tlog : Check if system is ostree\n 7519 1726888127.40562: ^ state is: HOST STATE: block=3, 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\n 7519 1726888127.40575: getting variables\n 7519 1726888127.40576: in VariableManager get_vars()\n 7519 1726888127.40602: Calling all_inventory to load vars for managed_node1\n 7519 1726888127.40604: Calling groups_inventory to load vars for managed_node1\n 7519 1726888127.40606: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888127.40614: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888127.40616: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888127.40619: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888127.40672: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e\n 7519 1726888127.40675: WORKER PROCESS EXITING\n 7519 1726888127.40684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.40712: done with get_vars()\n 7519 1726888127.40719: done getting variables\n\nTASK [fedora.linux_system_roles.tlog : Check if system is ostree] **************\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:10\nFriday 20 September 2024 23:08:47 -0400 (0:00:01.012) 0:00:02.027 ****** \n 7519 1726888127.40792: entering _queue_task() for managed_node1/stat\n 7519 1726888127.41012: worker is 1 (out of 3 available)\n 7519 1726888127.41026: exiting _queue_task() for managed_node1/stat\n 7519 1726888127.41055: getting variables\n 7519 1726888127.41060: in VariableManager get_vars()\n 7519 1726888127.41141: Calling all_inventory to load vars for managed_node2\n 7519 1726888127.41147: Calling groups_inventory to load vars for managed_node2\n 7519 1726888127.41150: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888127.41165: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888127.41168: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888127.41171: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888127.41259: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.41317: done with get_vars()\n 7519 1726888127.41329: done getting variables\n 7519 1726888127.41393: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check if system is ostree\n 7519 1726888127.41444: entering _queue_task() for managed_node2/stat\n 7519 1726888127.41467: in run() - task 0ed44806-2f0b-c82f-f05a-000000000080\n 7519 1726888127.41546: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.41549: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.41552: calling self._execute()\n 7519 1726888127.41593: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888127.41896: worker is 2 (out of 3 available)\n 7519 1726888127.41938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888127.41949: exiting _queue_task() for managed_node2/stat\n 7519 1726888127.41963: variable 'omit' from source: magic vars\n 7519 1726888127.41996: getting variables\n 7519 1726888127.41999: in VariableManager get_vars()\n 7519 1726888127.42068: Calling all_inventory to load vars for managed_node3\n 7519 1726888127.42072: Calling groups_inventory to load vars for managed_node3\n 7519 1726888127.42075: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888127.42088: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888127.42092: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888127.42096: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888127.42174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888127.42190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.42248: done with get_vars()\n 7519 1726888127.42258: done getting variables\n 7519 1726888127.42357: entering _queue_task() for managed_node3/stat\n 7519 1726888127.42461: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888127.42747: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888127.42752: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888127.42755: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888127.42815: 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)\n 7519 1726888127.42847: 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)\n 7519 1726888127.42868: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check if system is ostree\n 7519 1726888127.42896: 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)\n 7519 1726888127.42932: 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)\n 7519 1726888127.42962: in run() - task 0ed44806-2f0b-c82f-f05a-000000000080\n 7519 1726888127.42972: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.42976: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.42997: calling self._execute()\n 7519 1726888127.43059: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888127.43065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888127.43074: variable 'omit' from source: magic vars\n 7519 1726888127.43112: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888127.42707: worker is 3 (out of 3 available)\n 7519 1726888127.43130: exiting _queue_task() for managed_node3/stat\n 7519 1726888127.43141: done queuing things up, now waiting for results queue to drain\n 7519 1726888127.43143: waiting for pending results...\n 7519 1726888127.43152: Evaluated conditional (not __tlog_is_ostree is defined): False\n 7519 1726888127.43155: when evaluation is False, skipping this task\n 7519 1726888127.43157: _execute() done\n 7519 1726888127.43159: dumping result to json\n 7519 1726888127.43161: done dumping result, returning\n 7519 1726888127.43166: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check if system is ostree [0ed44806-2f0b-c82f-f05a-000000000080]\n 7519 1726888127.43192: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080\nskipping: [managed_node1] => {\n \"changed\": false,\n \"false_condition\": \"not __tlog_is_ostree is defined\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.43399: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080\n 7519 1726888127.43404: WORKER PROCESS EXITING\n 7519 1726888127.43587: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check if system is ostree\n 7519 1726888127.43686: in run() - task 0ed44806-2f0b-c82f-f05a-000000000080\n 7519 1726888127.43694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888127.43710: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.43726: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.43763: calling self._execute()\n 7519 1726888127.43830: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888127.43843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888127.43857: variable 'omit' from source: magic vars\n 7519 1726888127.44036: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888127.44152: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888127.44200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888127.44208: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888127.44265: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888127.44360: 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)\n 7519 1726888127.44389: 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)\n 7519 1726888127.44414: 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)\n 7519 1726888127.44458: 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)\n 7519 1726888127.44572: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888127.44580: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888127.44589: Evaluated conditional (not __tlog_is_ostree is defined): False\n 7519 1726888127.44591: when evaluation is False, skipping this task\n 7519 1726888127.44599: _execute() done\n 7519 1726888127.44601: dumping result to json\n 7519 1726888127.44606: done dumping result, returning\n 7519 1726888127.44612: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check if system is ostree [0ed44806-2f0b-c82f-f05a-000000000080]\n 7519 1726888127.44664: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888127.44719: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888127.44738: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080\n 7519 1726888127.44778: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\nskipping: [managed_node2] => {\n \"changed\": false,\n \"false_condition\": \"not __tlog_is_ostree is defined\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.44862: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080\n 7519 1726888127.44866: WORKER PROCESS EXITING\n 7519 1726888127.44930: 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)\n 7519 1726888127.44969: 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)\n 7519 1726888127.45003: 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)\n 7519 1726888127.45031: 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)\n 7519 1726888127.45116: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888127.45120: Evaluated conditional (not __tlog_is_ostree is defined): False\n 7519 1726888127.45125: when evaluation is False, skipping this task\n 7519 1726888127.45129: _execute() done\n 7519 1726888127.45132: dumping result to json\n 7519 1726888127.45140: done dumping result, returning\n 7519 1726888127.45147: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check if system is ostree [0ed44806-2f0b-c82f-f05a-000000000080]\n 7519 1726888127.45170: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080\n 7519 1726888127.45271: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080\n 7519 1726888127.45279: WORKER PROCESS EXITING\nskipping: [managed_node3] => {\n \"changed\": false,\n \"false_condition\": \"not __tlog_is_ostree is defined\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.45314: no more pending results, returning what we have\n 7519 1726888127.45318: results queue empty\n 7519 1726888127.45319: checking for any_errors_fatal\n 7519 1726888127.45325: done checking for any_errors_fatal\n 7519 1726888127.45326: checking for max_fail_percentage\n 7519 1726888127.45328: done checking for max_fail_percentage\n 7519 1726888127.45329: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888127.45329: done checking to see if all hosts have failed\n 7519 1726888127.45330: getting the remaining hosts for this loop\n 7519 1726888127.45332: done getting the remaining hosts for this loop\n 7519 1726888127.45336: getting the next task for host managed_node1\n 7519 1726888127.45341: done getting next task for host managed_node1\n 7519 1726888127.45345: ^ task is: TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree\n 7519 1726888127.45347: ^ state is: HOST STATE: block=3, 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\n 7519 1726888127.45349: getting the next task for host managed_node2\n 7519 1726888127.45351: done getting next task for host managed_node2\n 7519 1726888127.45352: ^ task is: TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree\n 7519 1726888127.45354: ^ state is: HOST STATE: block=3, 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\n 7519 1726888127.45354: getting the next task for host managed_node3\n 7519 1726888127.45357: done getting next task for host managed_node3\n 7519 1726888127.45359: ^ task is: TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree\n 7519 1726888127.45360: ^ state is: HOST STATE: block=3, 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\n 7519 1726888127.45374: getting variables\n 7519 1726888127.45375: in VariableManager get_vars()\n 7519 1726888127.45407: Calling all_inventory to load vars for managed_node1\n 7519 1726888127.45410: Calling groups_inventory to load vars for managed_node1\n 7519 1726888127.45412: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888127.45421: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888127.45427: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888127.45431: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888127.45473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.45502: done with get_vars()\n 7519 1726888127.45510: done getting variables\n 7519 1726888127.45555: 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)\n\nTASK [fedora.linux_system_roles.tlog : Set flag to indicate system is ostree] ***\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:15\nFriday 20 September 2024 23:08:47 -0400 (0:00:00.047) 0:00:02.074 ****** \n 7519 1726888127.45577: entering _queue_task() for managed_node1/set_fact\n 7519 1726888127.45779: worker is 1 (out of 3 available)\n 7519 1726888127.45793: exiting _queue_task() for managed_node1/set_fact\n 7519 1726888127.45818: getting variables\n 7519 1726888127.45821: in VariableManager get_vars()\n 7519 1726888127.45902: Calling all_inventory to load vars for managed_node2\n 7519 1726888127.45906: Calling groups_inventory to load vars for managed_node2\n 7519 1726888127.45908: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888127.45926: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888127.45930: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888127.45934: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888127.46015: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.46070: done with get_vars()\n 7519 1726888127.46081: done getting variables\n 7519 1726888127.46158: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree\n 7519 1726888127.46194: 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)\n 7519 1726888127.46206: entering _queue_task() for managed_node2/set_fact\n 7519 1726888127.46231: in run() - task 0ed44806-2f0b-c82f-f05a-000000000081\n 7519 1726888127.46234: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.46237: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.46239: calling self._execute()\n 7519 1726888127.46365: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888127.46368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888127.46371: variable 'omit' from source: magic vars\n 7519 1726888127.46685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888127.46710: worker is 2 (out of 3 available)\n 7519 1726888127.46727: exiting _queue_task() for managed_node2/set_fact\n 7519 1726888127.46766: getting variables\n 7519 1726888127.46769: in VariableManager get_vars()\n 7519 1726888127.46859: Calling all_inventory to load vars for managed_node3\n 7519 1726888127.46863: Calling groups_inventory to load vars for managed_node3\n 7519 1726888127.46866: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888127.46878: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888127.46882: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888127.46886: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888127.46954: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888127.46981: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.47049: done with get_vars()\n 7519 1726888127.47058: done getting variables\n 7519 1726888127.47125: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888127.47129: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888127.47133: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888127.47188: 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)\n 7519 1726888127.47201: entering _queue_task() for managed_node3/set_fact\n 7519 1726888127.47230: 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)\n 7519 1726888127.47233: 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)\n 7519 1726888127.47235: 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)\n 7519 1726888127.47299: 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)\n 7519 1726888127.47528: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888127.47747: Evaluated conditional (not __tlog_is_ostree is defined): False\n 7519 1726888127.47752: when evaluation is False, skipping this task\n 7519 1726888127.47758: _execute() done\n 7519 1726888127.47762: dumping result to json\n 7519 1726888127.47767: done dumping result, returning\n 7519 1726888127.47772: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-000000000081]\n 7519 1726888127.47775: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081\n 7519 1726888127.47779: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree\n 7519 1726888127.47781: in run() - task 0ed44806-2f0b-c82f-f05a-000000000081\n 7519 1726888127.47784: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.47786: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.47788: calling self._execute()\n 7519 1726888127.47711: worker is 3 (out of 3 available)\n 7519 1726888127.47803: exiting _queue_task() for managed_node3/set_fact\n 7519 1726888127.47815: done queuing things up, now waiting for results queue to drain\n 7519 1726888127.47819: waiting for pending results...\n 7519 1726888127.47827: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888127.47830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888127.47837: variable 'omit' from source: magic vars\n 7519 1726888127.48009: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081\n 7519 1726888127.48012: WORKER PROCESS EXITING\nskipping: [managed_node1] => {\n \"changed\": false,\n \"false_condition\": \"not __tlog_is_ostree is defined\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.48269: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree\n 7519 1726888127.48345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888127.48401: in run() - task 0ed44806-2f0b-c82f-f05a-000000000081\n 7519 1726888127.48429: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.48437: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.48489: calling self._execute()\n 7519 1726888127.48560: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888127.48584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888127.48599: variable 'omit' from source: magic vars\n 7519 1726888127.48630: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888127.48686: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888127.48733: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888127.48781: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888127.48857: 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)\n 7519 1726888127.48878: 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)\n 7519 1726888127.48902: 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)\n 7519 1726888127.48931: 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)\n 7519 1726888127.49033: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888127.49041: Evaluated conditional (not __tlog_is_ostree is defined): False\n 7519 1726888127.49044: when evaluation is False, skipping this task\n 7519 1726888127.49047: _execute() done\n 7519 1726888127.49049: dumping result to json\n 7519 1726888127.49051: done dumping result, returning\n 7519 1726888127.49060: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-000000000081]\n 7519 1726888127.49100: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888127.49161: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081\n 7519 1726888127.49229: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081\n 7519 1726888127.49233: WORKER PROCESS EXITING\nskipping: [managed_node2] => {\n \"changed\": false,\n \"false_condition\": \"not __tlog_is_ostree is defined\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.49472: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888127.49509: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888127.49546: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888127.49587: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888127.49645: 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)\n 7519 1726888127.49662: 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)\n 7519 1726888127.49683: 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)\n 7519 1726888127.49702: 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)\n 7519 1726888127.49776: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888127.49783: Evaluated conditional (not __tlog_is_ostree is defined): False\n 7519 1726888127.49792: when evaluation is False, skipping this task\n 7519 1726888127.49796: _execute() done\n 7519 1726888127.49798: dumping result to json\n 7519 1726888127.49801: done dumping result, returning\n 7519 1726888127.49805: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-000000000081]\n 7519 1726888127.49831: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081\n 7519 1726888127.49886: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081\n 7519 1726888127.49891: WORKER PROCESS EXITING\nskipping: [managed_node3] => {\n \"changed\": false,\n \"false_condition\": \"not __tlog_is_ostree is defined\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.49911: no more pending results, returning what we have\n 7519 1726888127.49917: results queue empty\n 7519 1726888127.49918: checking for any_errors_fatal\n 7519 1726888127.49924: done checking for any_errors_fatal\n 7519 1726888127.49925: checking for max_fail_percentage\n 7519 1726888127.49927: done checking for max_fail_percentage\n 7519 1726888127.49928: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888127.49928: done checking to see if all hosts have failed\n 7519 1726888127.49929: getting the remaining hosts for this loop\n 7519 1726888127.49931: done getting the remaining hosts for this loop\n 7519 1726888127.49938: getting the next task for host managed_node1\n 7519 1726888127.49946: done getting next task for host managed_node1\n 7519 1726888127.49949: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888127.49952: ^ state is: HOST STATE: block=3, 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\n 7519 1726888127.49953: getting the next task for host managed_node2\n 7519 1726888127.49957: done getting next task for host managed_node2\n 7519 1726888127.49958: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888127.49960: ^ state is: HOST STATE: block=3, 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\n 7519 1726888127.49961: getting the next task for host managed_node3\n 7519 1726888127.49964: done getting next task for host managed_node3\n 7519 1726888127.49965: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888127.49966: ^ state is: HOST STATE: block=3, 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\n 7519 1726888127.49979: getting variables\n 7519 1726888127.49980: in VariableManager get_vars()\n 7519 1726888127.50007: Calling all_inventory to load vars for managed_node1\n 7519 1726888127.50009: Calling groups_inventory to load vars for managed_node1\n 7519 1726888127.50011: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888127.50026: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888127.50029: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888127.50032: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888127.50082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.50129: done with get_vars()\n 7519 1726888127.50137: done getting variables\n 7519 1726888127.50241: 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)\n\nTASK [fedora.linux_system_roles.tlog : Set platform/version specific variables] ***\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:19\nFriday 20 September 2024 23:08:47 -0400 (0:00:00.046) 0:00:02.121 ****** \n 7519 1726888127.50262: entering _queue_task() for managed_node1/include_vars\n 7519 1726888127.50264: Creating lock for include_vars\n 7519 1726888127.50502: worker is 1 (out of 3 available)\n 7519 1726888127.50515: exiting _queue_task() for managed_node1/include_vars\n 7519 1726888127.50543: getting variables\n 7519 1726888127.50546: in VariableManager get_vars()\n 7519 1726888127.50621: Calling all_inventory to load vars for managed_node2\n 7519 1726888127.50626: Calling groups_inventory to load vars for managed_node2\n 7519 1726888127.50629: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888127.50643: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888127.50646: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888127.50650: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888127.50730: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888127.50751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.50800: done with get_vars()\n 7519 1726888127.50810: done getting variables\n 7519 1726888127.50860: in run() - task 0ed44806-2f0b-c82f-f05a-000000000083\n 7519 1726888127.50864: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.50867: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.50908: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True)\n 7519 1726888127.50925: entering _queue_task() for managed_node2/include_vars\n 7519 1726888127.51193: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888127.51376: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888127.51344: worker is 2 (out of 3 available)\n 7519 1726888127.51384: exiting _queue_task() for managed_node2/include_vars\n 7519 1726888127.51410: getting variables\n 7519 1726888127.51415: in VariableManager get_vars()\n 7519 1726888127.51495: Calling all_inventory to load vars for managed_node3\n 7519 1726888127.51499: Calling groups_inventory to load vars for managed_node3\n 7519 1726888127.51502: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888127.51508: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888127.51526: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888127.51529: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888127.51534: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888127.51586: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888127.51601: variable 'omit' from source: magic vars\n 7519 1726888127.51626: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.51681: done with get_vars()\n 7519 1726888127.51691: done getting variables\n 7519 1726888127.51743: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888127.51746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888127.51748: variable 'omit' from source: magic vars\n 7519 1726888127.51790: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True)\n 7519 1726888127.51800: entering _queue_task() for managed_node3/include_vars\n 7519 1726888127.51979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888127.52372: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888127.52447: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888127.52463: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888127.52521: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888127.52558: in run() - task 0ed44806-2f0b-c82f-f05a-000000000083\n 7519 1726888127.52568: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.52572: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.52597: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888127.52687: variable '__vars_file' from source: task vars\n 7519 1726888127.52261: worker is 3 (out of 3 available)\n 7519 1726888127.52730: exiting _queue_task() for managed_node3/include_vars\n 7519 1726888127.52741: done queuing things up, now waiting for results queue to drain\n 7519 1726888127.52742: waiting for pending results...\n 7519 1726888127.52799: variable 'role_path' from source: magic vars\n 7519 1726888127.52809: variable 'item' from source: unknown\n 7519 1726888127.52840: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.52849: when evaluation is False, skipping this task\n 7519 1726888127.52886: variable 'item' from source: unknown\n 7519 1726888127.52932: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888127.52973: variable 'item' from source: unknown\nskipping: [managed_node1] => (item=RedHat.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"RedHat.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.53181: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables\n 7519 1726888127.53229: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888127.53243: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888127.53256: variable 'omit' from source: magic vars\n 7519 1726888127.53294: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888127.53390: in run() - task 0ed44806-2f0b-c82f-f05a-000000000083\n 7519 1726888127.53403: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.53406: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.53458: variable '__vars_file' from source: task vars\n 7519 1726888127.53545: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888127.53555: variable 'role_path' from source: magic vars\n 7519 1726888127.53564: variable 'item' from source: unknown\n 7519 1726888127.53578: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.53585: when evaluation is False, skipping this task\n 7519 1726888127.53634: variable 'item' from source: unknown\n 7519 1726888127.53698: variable 'item' from source: unknown\nskipping: [managed_node1] => (item=CentOS.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.53821: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888127.53837: variable 'omit' from source: magic vars\n 7519 1726888127.53867: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888127.53880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888127.53893: variable 'omit' from source: magic vars\n 7519 1726888127.53961: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888127.54047: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888127.54058: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888127.54070: variable 'omit' from source: magic vars\n 7519 1726888127.54095: variable '__vars_file' from source: task vars\n 7519 1726888127.54186: variable 'role_path' from source: magic vars\n 7519 1726888127.54196: variable 'item' from source: unknown\n 7519 1726888127.54211: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.54218: when evaluation is False, skipping this task\n 7519 1726888127.54250: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888127.54269: variable 'item' from source: unknown\n 7519 1726888127.54331: variable 'item' from source: unknown\nskipping: [managed_node1] => (item=CentOS_9.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS_9.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.54444: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888127.54474: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888127.54487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888127.54499: variable 'omit' from source: magic vars\n 7519 1726888127.54672: variable '__vars_file' from source: task vars\n 7519 1726888127.54683: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888127.54699: variable 'omit' from source: magic vars\n 7519 1726888127.54761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888127.54783: variable 'role_path' from source: magic vars\n 7519 1726888127.54803: variable 'item' from source: unknown\n 7519 1726888127.54820: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.54832: when evaluation is False, skipping this task\n 7519 1726888127.54879: variable 'item' from source: unknown\n 7519 1726888127.54943: variable 'item' from source: unknown\nskipping: [managed_node1] => (item=CentOS_9.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS_9.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.55044: dumping result to json\n 7519 1726888127.55054: done dumping result, returning\n 7519 1726888127.55080: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-000000000083]\n 7519 1726888127.55098: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083\nskipping: [managed_node1] => {\n \"changed\": false\n}\n\nMSG:\n\nAll items skipped\n 7519 1726888127.55270: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083\n 7519 1726888127.55273: WORKER PROCESS EXITING\n 7519 1726888127.55277: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888127.55285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888127.55294: variable 'omit' from source: magic vars\n 7519 1726888127.55394: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888127.55468: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888127.55539: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888127.55587: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 7519 1726888127.55596: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888127.55689: variable '__vars_file' from source: task vars\n 7519 1726888127.55789: variable 'role_path' from source: magic vars\n 7519 1726888127.55799: variable 'item' from source: unknown\n 7519 1726888127.55831: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.55858: when evaluation is False, skipping this task\n 7519 1726888127.55911: variable 'item' from source: unknown\n 7519 1726888127.55980: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 7519 1726888127.56003: variable 'item' from source: unknown\nskipping: [managed_node2] => (item=RedHat.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"RedHat.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.56093: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888127.56104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888127.56107: variable 'omit' from source: magic vars\n 7519 1726888127.56112: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 7519 1726888127.56166: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 7519 1726888127.56229: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 7519 1726888127.56277: variable '__vars_file' from source: task vars\n 7519 1726888127.56307: variable '__vars_file' from source: task vars\n 7519 1726888127.56360: variable 'role_path' from source: magic vars\n 7519 1726888127.56363: variable 'item' from source: unknown\n 7519 1726888127.56374: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.56376: when evaluation is False, skipping this task\n 7519 1726888127.56406: variable 'item' from source: unknown\n 7519 1726888127.56434: variable 'role_path' from source: magic vars\n 7519 1726888127.56449: variable 'item' from source: unknown\n 7519 1726888127.56465: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.56470: variable 'item' from source: unknown\n 7519 1726888127.56474: when evaluation is False, skipping this task\nskipping: [managed_node2] => (item=CentOS.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.56545: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888127.56548: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888127.56560: variable 'omit' from source: magic vars\n 7519 1726888127.56588: variable 'item' from source: unknown\n 7519 1726888127.56660: variable 'item' from source: unknown\nskipping: [managed_node3] => (item=RedHat.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"RedHat.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.56755: variable '__vars_file' from source: task vars\n 7519 1726888127.56762: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888127.56773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888127.56786: variable 'omit' from source: magic vars\n 7519 1726888127.56860: variable 'role_path' from source: magic vars\n 7519 1726888127.56870: variable 'item' from source: unknown\n 7519 1726888127.56896: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.56906: when evaluation is False, skipping this task\n 7519 1726888127.56940: variable 'item' from source: unknown\n 7519 1726888127.56945: variable '__vars_file' from source: task vars\n 7519 1726888127.57007: variable 'item' from source: unknown\nskipping: [managed_node2] => (item=CentOS_9.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS_9.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.57075: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888127.57078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888127.57084: variable 'omit' from source: magic vars\n 7519 1726888127.57115: variable 'role_path' from source: magic vars\n 7519 1726888127.57130: variable 'item' from source: unknown\n 7519 1726888127.57144: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.57151: when evaluation is False, skipping this task\n 7519 1726888127.57184: variable 'item' from source: unknown\n 7519 1726888127.57245: variable '__vars_file' from source: task vars\n 7519 1726888127.57262: variable 'item' from source: unknown\nskipping: [managed_node3] => (item=CentOS.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.57338: variable 'role_path' from source: magic vars\n 7519 1726888127.57342: variable 'item' from source: unknown\n 7519 1726888127.57360: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.57367: when evaluation is False, skipping this task\n 7519 1726888127.57387: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888127.57396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888127.57404: variable 'omit' from source: magic vars\n 7519 1726888127.57412: variable 'item' from source: unknown\n 7519 1726888127.57487: variable 'item' from source: unknown\nskipping: [managed_node2] => (item=CentOS_9.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS_9.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.57574: variable '__vars_file' from source: task vars\n 7519 1726888127.57582: dumping result to json\n 7519 1726888127.57593: done dumping result, returning\n 7519 1726888127.57603: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-000000000083]\n 7519 1726888127.57657: variable 'role_path' from source: magic vars\n 7519 1726888127.57660: variable 'item' from source: unknown\n 7519 1726888127.57672: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.57675: when evaluation is False, skipping this task\n 7519 1726888127.57713: variable 'item' from source: unknown\n 7519 1726888127.57742: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083\n 7519 1726888127.57807: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083\n 7519 1726888127.57810: WORKER PROCESS EXITING\n 7519 1726888127.57813: variable 'item' from source: unknown\nskipping: [managed_node3] => (item=CentOS_9.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS_9.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\nskipping: [managed_node2] => {\n \"changed\": false\n}\n\nMSG:\n\nAll items skipped\n 7519 1726888127.57915: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888127.57928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888127.57939: variable 'omit' from source: magic vars\n 7519 1726888127.58080: variable '__vars_file' from source: task vars\n 7519 1726888127.58143: variable 'role_path' from source: magic vars\n 7519 1726888127.58146: variable 'item' from source: unknown\n 7519 1726888127.58155: Evaluated conditional (__vars_file is file): False\n 7519 1726888127.58157: when evaluation is False, skipping this task\n 7519 1726888127.58177: variable 'item' from source: unknown\n 7519 1726888127.58227: variable 'item' from source: unknown\nskipping: [managed_node3] => (item=CentOS_9.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS_9.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888127.58295: dumping result to json\n 7519 1726888127.58299: done dumping result, returning\n 7519 1726888127.58304: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-000000000083]\n 7519 1726888127.58306: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083\n 7519 1726888127.58356: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083\n 7519 1726888127.58359: WORKER PROCESS EXITING\nskipping: [managed_node3] => {\n \"changed\": false\n}\n\nMSG:\n\nAll items skipped\n 7519 1726888127.58396: no more pending results, returning what we have\n 7519 1726888127.58402: results queue empty\n 7519 1726888127.58403: checking for any_errors_fatal\n 7519 1726888127.58406: done checking for any_errors_fatal\n 7519 1726888127.58407: checking for max_fail_percentage\n 7519 1726888127.58409: done checking for max_fail_percentage\n 7519 1726888127.58410: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888127.58410: done checking to see if all hosts have failed\n 7519 1726888127.58412: getting the remaining hosts for this loop\n 7519 1726888127.58416: done getting the remaining hosts for this loop\n 7519 1726888127.58421: getting the next task for host managed_node1\n 7519 1726888127.58432: done getting next task for host managed_node1\n 7519 1726888127.58436: ^ task is: TASK: fedora.linux_system_roles.tlog : Install session recording packages\n 7519 1726888127.58439: ^ state is: HOST STATE: block=3, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 7519 1726888127.58440: getting the next task for host managed_node2\n 7519 1726888127.58444: done getting next task for host managed_node2\n 7519 1726888127.58446: ^ task is: TASK: fedora.linux_system_roles.tlog : Install session recording packages\n 7519 1726888127.58447: ^ state is: HOST STATE: block=3, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 7519 1726888127.58449: getting the next task for host managed_node3\n 7519 1726888127.58451: done getting next task for host managed_node3\n 7519 1726888127.58453: ^ task is: TASK: fedora.linux_system_roles.tlog : Install session recording packages\n 7519 1726888127.58454: ^ state is: HOST STATE: block=3, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 7519 1726888127.58472: getting variables\n 7519 1726888127.58474: in VariableManager get_vars()\n 7519 1726888127.58504: Calling all_inventory to load vars for managed_node1\n 7519 1726888127.58507: Calling groups_inventory to load vars for managed_node1\n 7519 1726888127.58509: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888127.58521: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888127.58526: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888127.58529: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888127.58575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.58610: done with get_vars()\n 7519 1726888127.58620: done getting variables\n 7519 1726888127.58726: 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)\n\nTASK [fedora.linux_system_roles.tlog : Install session recording packages] *****\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:5\nFriday 20 September 2024 23:08:47 -0400 (0:00:00.084) 0:00:02.206 ****** \n 7519 1726888127.58746: entering _queue_task() for managed_node1/package\n 7519 1726888127.58748: Creating lock for package\n 7519 1726888127.58965: worker is 1 (out of 3 available)\n 7519 1726888127.58981: exiting _queue_task() for managed_node1/package\n 7519 1726888127.59012: getting variables\n 7519 1726888127.59017: in VariableManager get_vars()\n 7519 1726888127.59101: Calling all_inventory to load vars for managed_node2\n 7519 1726888127.59105: Calling groups_inventory to load vars for managed_node2\n 7519 1726888127.59108: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888127.59127: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888127.59130: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888127.59134: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888127.59218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.59268: done with get_vars()\n 7519 1726888127.59278: done getting variables\n 7519 1726888127.59331: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Install session recording packages\n 7519 1726888127.59335: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000b\n 7519 1726888127.59353: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.59356: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.59391: 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=True)\n 7519 1726888127.59401: entering _queue_task() for managed_node2/package\n 7519 1726888127.59428: calling self._execute()\n 7519 1726888127.59476: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888127.59479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888127.59481: variable 'omit' from source: magic vars\n 7519 1726888127.59620: variable 'omit' from source: magic vars\n 7519 1726888127.59800: variable 'omit' from source: magic vars\n 7519 1726888127.59806: variable '__tlog_packages' from source: role '' all vars\n 7519 1726888127.59775: worker is 2 (out of 3 available)\n 7519 1726888127.59816: exiting _queue_task() for managed_node2/package\n 7519 1726888127.59844: getting variables\n 7519 1726888127.59847: in VariableManager get_vars()\n 7519 1726888127.59925: Calling all_inventory to load vars for managed_node3\n 7519 1726888127.59929: Calling groups_inventory to load vars for managed_node3\n 7519 1726888127.59932: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888127.59940: variable '__tlog_packages' from source: role '' all vars\n 7519 1726888127.59953: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888127.59956: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888127.59960: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888127.60038: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888127.60093: done with get_vars()\n 7519 1726888127.60102: done getting variables\n 7519 1726888127.60153: 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)\n 7519 1726888127.60157: 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)\n 7519 1726888127.60159: 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)\n 7519 1726888127.60201: 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=True)\n 7519 1726888127.60215: entering _queue_task() for managed_node3/package\n 7519 1726888127.60240: 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)\n 7519 1726888127.60244: 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)\n 7519 1726888127.60494: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888127.61159: variable 'omit' from source: magic vars\n 7519 1726888127.61163: variable 'omit' from source: magic vars\n 7519 1726888127.61167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888127.61172: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888127.61175: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888127.61179: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888127.61181: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888127.61184: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888127.61186: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888127.61188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888127.61190: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888127.61192: Set connection var ansible_pipelining to False\n 7519 1726888127.61194: Set connection var ansible_shell_type to sh\n 7519 1726888127.61196: Set connection var ansible_timeout to 10\n 7519 1726888127.61198: Set connection var ansible_connection to ssh\n 7519 1726888127.61200: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888127.61203: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888127.61205: variable 'ansible_connection' from source: unknown\n 7519 1726888127.61207: variable 'ansible_module_compression' from source: unknown\n 7519 1726888127.61209: variable 'ansible_shell_type' from source: unknown\n 7519 1726888127.61211: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888127.61216: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888127.61218: variable 'ansible_pipelining' from source: unknown\n 7519 1726888127.61220: variable 'ansible_timeout' from source: unknown\n 7519 1726888127.61224: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888127.61227: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Install session recording packages\n 7519 1726888127.61231: 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)\n 7519 1726888127.61234: variable 'omit' from source: magic vars\n 7519 1726888127.61236: starting attempt loop\n 7519 1726888127.61238: running the handler\n 7519 1726888127.61240: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888127.61242: _low_level_execute_command(): starting\n 7519 1726888127.61245: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888127.61253: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000b\n 7519 1726888127.61255: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.61257: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.61259: calling self._execute()\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888127.61266: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888127.61268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888127.61270: variable 'omit' from source: magic vars\n 7519 1726888127.61131: worker is 3 (out of 3 available)\n 7519 1726888127.61276: exiting _queue_task() for managed_node3/package\n 7519 1726888127.61285: done queuing things up, now waiting for results queue to drain\n 7519 1726888127.61287: waiting for pending results...\n 7519 1726888127.61311: variable 'omit' from source: magic vars\n 7519 1726888127.61346: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Install session recording packages\n 7519 1726888127.61365: variable 'omit' from source: magic vars\n 7519 1726888127.61400: variable '__tlog_packages' from source: role '' all vars\n 7519 1726888127.61421: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000b\n 7519 1726888127.61468: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.61472: variable 'ansible_search_path' from source: unknown\n 7519 1726888127.61555: calling self._execute()\n 7519 1726888127.61622: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888127.61628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888127.61637: variable 'omit' from source: magic vars\n 7519 1726888127.61752: variable 'omit' from source: magic vars\n 7519 1726888127.61778: variable '__tlog_packages' from source: role '' all vars\n 7519 1726888127.61803: variable 'omit' from source: magic vars\n 7519 1726888127.61838: variable '__tlog_packages' from source: role '' all vars\n 7519 1726888127.62027: variable '__tlog_packages' from source: role '' all vars\n 7519 1726888127.62308: 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)\n 7519 1726888127.62326: 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)\n 7519 1726888127.62359: 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)\n 7519 1726888127.62386: 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)\n 7519 1726888127.62431: 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)\n 7519 1726888127.62462: 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)\n 7519 1726888127.62516: 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)\n 7519 1726888127.62541: 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)\n 7519 1726888127.62550: 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)\n 7519 1726888127.62565: 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)\n 7519 1726888127.62662: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888127.62671: variable 'omit' from source: magic vars\n 7519 1726888127.62702: variable 'omit' from source: magic vars\n 7519 1726888127.62728: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.62768: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888127.62803: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888127.62835: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888127.62862: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888127.62879: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888127.62910: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888127.62921: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888127.62942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888127.62964: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.62967: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.62993: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.62997: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.63000: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.63019: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888127.63029: variable 'omit' from source: magic vars\n 7519 1726888127.63057: variable 'omit' from source: magic vars\n 7519 1726888127.63085: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888127.63112: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888127.63148: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888127.63160: Set connection var ansible_pipelining to False\n 7519 1726888127.63181: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.63191: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888127.63204: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.63207: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888127.63218: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888127.63234: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888127.63237: Set connection var ansible_shell_type to sh\n 7519 1726888127.63248: Set connection var ansible_timeout to 10\n 7519 1726888127.63251: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888127.63253: Set connection var ansible_connection to ssh\n 7519 1726888127.63255: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888127.63266: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888127.63280: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888127.63285: variable 'ansible_connection' from source: unknown\n 7519 1726888127.63287: variable 'ansible_module_compression' from source: unknown\n 7519 1726888127.63289: variable 'ansible_shell_type' from source: unknown\n 7519 1726888127.63291: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888127.63293: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888127.63295: variable 'ansible_pipelining' from source: unknown\n 7519 1726888127.63297: variable 'ansible_timeout' from source: unknown\n 7519 1726888127.63299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888127.63307: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.63325: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888127.63360: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.63385: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888127.63395: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888127.63403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888127.63429: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.63495: 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)\n 7519 1726888127.63516: variable 'omit' from source: magic vars\n 7519 1726888127.63519: starting attempt loop\n 7519 1726888127.63522: running the handler\n 7519 1726888127.63526: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888127.63544: _low_level_execute_command(): starting\n 7519 1726888127.63553: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888127.63588: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888127.63600: Set connection var ansible_pipelining to False\n 7519 1726888127.63608: Set connection var ansible_shell_type to sh\n 7519 1726888127.63617: Set connection var ansible_timeout to 10\n 7519 1726888127.63625: Set connection var ansible_connection to ssh\n 7519 1726888127.63737: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888127.63740: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888127.63742: variable 'ansible_connection' from source: unknown\n 7519 1726888127.63744: variable 'ansible_module_compression' from source: unknown\n 7519 1726888127.63746: variable 'ansible_shell_type' from source: unknown\n 7519 1726888127.63748: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888127.63751: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888127.63753: variable 'ansible_pipelining' from source: unknown\n 7519 1726888127.63756: variable 'ansible_timeout' from source: unknown\n 7519 1726888127.63758: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888127.63890: 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)\n 7519 1726888127.63905: variable 'omit' from source: magic vars\n 7519 1726888127.63915: starting attempt loop\n 7519 1726888127.63922: running the handler\n 7519 1726888127.63936: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888127.63966: _low_level_execute_command(): starting\n 7519 1726888127.63979: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888127.64444: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.64461: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.64472: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.64485: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.64494: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.64537: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888127.64544: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888127.64551: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888127.64561: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.64571: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.64581: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.64590: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.64607: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888127.64617: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888127.64630: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888127.64633: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.64644: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.64654: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.64660: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.64667: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888127.64674: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888127.64680: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888127.64688: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888127.64696: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.64707: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.64718: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.64791: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888127.64801: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888127.64808: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.64832: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.64849: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888127.64856: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888127.64863: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888127.64869: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.64883: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888127.64910: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.64981: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.65017: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.65020: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.65027: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.65030: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.65117: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888127.65122: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.65127: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888127.65157: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.65162: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.65296: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.65310: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.65317: stdout chunk (state=3):\n>>><<<\n 7519 1726888127.65328: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888127.65356: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.65411: _low_level_execute_command(): starting\n 7519 1726888127.65415: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698 `\" && echo ansible-tmp-1726888127.6535907-7611-162517761604698=\"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698 `\" && echo ansible-tmp-1726888127.6535907-7611-162517761604698=\"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698 `\" ) && sleep 0'\"'\"''\n 7519 1726888127.65937: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.65943: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.66001: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.66005: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.66007: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.66010: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.66056: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.66068: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.66090: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.66094: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888127.66100: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.66134: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.67351: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888127.67409: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888127.67617: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.67683: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.67686: stdout chunk (state=3):\n>>><<<\n 7519 1726888127.67688: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.67691: stdout chunk (state=3):\n>>><<<\n 7519 1726888127.67693: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888127.67704: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.67707: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.67712: _low_level_execute_command(): starting\n 7519 1726888127.67714: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035 `\" && echo ansible-tmp-1726888127.6766841-7613-82229323503035=\"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888127.67814: _low_level_execute_command(): starting\n 7519 1726888127.67818: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780 `\" && echo ansible-tmp-1726888127.6767042-7612-22522838152780=\"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035 `\" && echo ansible-tmp-1726888127.6766841-7613-82229323503035=\"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035 `\" ) && sleep 0'\"'\"''\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780 `\" && echo ansible-tmp-1726888127.6767042-7612-22522838152780=\"` echo /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780 `\" ) && sleep 0'\"'\"''\n 7519 1726888127.68130: stdout chunk (state=3):\n>>>ansible-tmp-1726888127.6535907-7611-162517761604698=/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698\n<<<\n 7519 1726888127.68240: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.68330: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.68333: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888127.6535907-7611-162517761604698=/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888127.68433: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888127.6535907-7611-162517761604698=/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.68438: variable 'ansible_module_compression' from source: unknown\n 7519 1726888127.68530: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED\n 7519 1726888127.68728: variable 'ansible_facts' from source: host vars for 'managed_node1'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py\n 7519 1726888127.68734: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmplhfb_t6q TO /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888127.68895: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.68904: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.68917: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.68930: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.68938: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.68969: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.68984: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.68987: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888127.68994: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888127.69005: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888127.69008: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.69011: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.69018: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.69026: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.69034: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.69046: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888127.69049: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.69051: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888127.69057: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888127.69067: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.69069: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.69074: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.69100: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.69108: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.69118: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888127.69121: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888127.69137: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888127.69140: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888127.69142: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888127.69144: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.69155: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.69158: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888127.69160: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.69170: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888127.69180: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.69193: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.69205: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.69219: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.69239: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888127.69242: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888127.69247: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888127.69258: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.69261: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888127.69269: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.69275: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888127.69286: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888127.69289: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.69291: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888127.69295: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888127.69309: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.69317: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.69333: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888127.69336: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.69354: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.69368: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888127.69386: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888127.69400: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888127.69417: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888127.69435: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.69449: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.69462: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.69539: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888127.69554: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888127.69563: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.69569: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.69572: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.69595: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.69611: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888127.69682: Sending initial data\n 7519 1726888127.69689: Sent initial data (152 bytes)\n 7519 1726888127.69702: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888127.69716: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888127.69731: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.69751: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888127.69785: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.69840: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.70383: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.70393: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.70403: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.70419: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.70436: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.70483: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.70487: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.70489: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888127.70492: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.70536: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.70561: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.70566: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.70569: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888127.70583: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.70605: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.72073: stdout chunk (state=3):\n>>>ansible-tmp-1726888127.6767042-7612-22522838152780=/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780\n<<<\n 7519 1726888127.72237: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.72290: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.72293: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'ansible-tmp-1726888127.6767042-7612-22522838152780=/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888127.72314: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888127.6767042-7612-22522838152780=/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.72415: variable 'ansible_module_compression' from source: unknown\n 7519 1726888127.72452: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED\n 7519 1726888127.72455: stdout chunk (state=3):\n>>>ansible-tmp-1726888127.6766841-7613-82229323503035=/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035\n<<<\n 7519 1726888127.72508: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888127.72513: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888127.72549: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\n<<<\n 7519 1726888127.72584: stderr chunk (state=3):\n>>>debug1: Using server download size 261120\r\n<<<\n 7519 1726888127.72598: stderr chunk (state=3):\n>>>debug1: Using server upload size 261120\r\n<<<\n 7519 1726888127.72609: stderr chunk (state=3):\n>>>debug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888127.72652: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888127.72668: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 7519 1726888127.72671: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.72828: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.72831: stdout chunk (state=3):\n>>><<<\n 7519 1726888127.72833: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmplhfb_t6q /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py\n<<<\n 7519 1726888127.72835: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmplhfb_t6q\r\n<<<\n<10.31.43.94> (0, b'ansible-tmp-1726888127.6766841-7613-82229323503035=/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888127.72844: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888127.6766841-7613-82229323503035=/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.72846: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888127.72848: variable 'ansible_module_compression' from source: unknown\n 7519 1726888127.72850: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py\n 7519 1726888127.72854: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py\n 7519 1726888127.73029: variable 'ansible_facts' from source: host vars for 'managed_node3'\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmprdtcptb9 TO /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py\n 7519 1726888127.73166: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888127.73171: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\n<<<\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpfkhsungz TO /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py\n 7519 1726888127.73176: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py M:0x001a\r\n<<<\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888127.73500: Sending initial data\n 7519 1726888127.73503: Sent initial data (151 bytes)\n 7519 1726888127.73506: Sending initial data\n 7519 1726888127.73508: Sent initial data (151 bytes)\n 7519 1726888127.73803: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 7519 1726888127.75069: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.75139: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.75149: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.75163: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.75170: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.75236: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888127.75240: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888127.75242: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888127.75245: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.75247: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.75249: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.75313: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.75345: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.75349: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888127.75353: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888127.75367: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.75383: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.75399: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.75418: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.75436: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.75477: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888127.75490: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888127.75504: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888127.75517: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.75535: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.75549: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.75561: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.75576: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888127.75586: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888127.75595: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888127.75605: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.75616: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.75635: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.75658: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.75661: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.75663: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888127.75676: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888127.75687: stderr chunk (state=3):\n>>>debug3: In write loop, ack for 6 261120 bytes at 0\r\n<<<\n 7519 1726888127.75690: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888127.75711: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21801\r\n<<<\n 7519 1726888127.75714: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888127.75716: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.75730: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888127.75741: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.75752: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.75763: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.75838: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888127.75865: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888127.75868: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.75871: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888127.75873: stderr chunk (state=3):\n>>>debug3: In write loop, ack for 7 21801 bytes at 261120\r\n<<<\n 7519 1726888127.75884: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888127.75902: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888127.75905: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.75940: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888127.75944: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.75960: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.75998: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888127.76001: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.76003: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888127.76007: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.76027: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888127.76038: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.76041: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.76087: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.76167: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.76173: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmplhfb_t6q /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmplhfb_t6q\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21801\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 21801 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888127.76319: done transferring module to remote\n 7519 1726888127.76332: _low_level_execute_command(): starting\n 7519 1726888127.76337: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888127.76750: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.76756: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.76786: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.76789: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888127.76792: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.76854: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.76862: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.76875: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888127.76878: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.76898: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.78451: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888127.78505: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888127.78556: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888127.78560: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmprdtcptb9\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888127.78566: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmprdtcptb9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py\n<<<\n 7519 1726888127.78595: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888127.78599: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888127.78624: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py M:0x001a\r\n<<<\n 7519 1726888127.78660: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpfkhsungz\r\n<<<\n 7519 1726888127.78664: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpfkhsungz /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py\n<<<\n 7519 1726888127.78666: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888127.78705: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py M:0x001a\r\n<<<\n 7519 1726888127.79406: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 7519 1726888127.79658: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.79661: stdout chunk (state=3):\n>>><<<\n 7519 1726888127.79663: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888127.80234: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.80237: _low_level_execute_command(): starting\n 7519 1726888127.80239: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888127.80909: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 7519 1726888127.81059: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\n<<<\n 7519 1726888127.81063: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21800\r\n<<<\n 7519 1726888127.81168: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\n<<<\n 7519 1726888127.81171: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21800\r\n<<<\n 7519 1726888127.81203: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21800 bytes at 261120\r\n<<<\n 7519 1726888127.81206: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888127.81247: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888127.81636: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.81640: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.81642: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpfkhsungz /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpfkhsungz\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21800\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 21800 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888127.81651: done transferring module to remote\n 7519 1726888127.81653: _low_level_execute_command(): starting\n 7519 1726888127.81655: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888127.81660: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.81662: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.81665: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.81667: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.81669: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888127.81674: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888127.81850: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21800 bytes at 261120\r\n<<<\n 7519 1726888127.81870: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888127.81882: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888127.81904: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888127.81911: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888127.81926: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.81935: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.81949: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.81957: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.82001: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.82191: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888127.82195: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.82197: stdout chunk (state=3):\n>>><<<\n 7519 1726888127.82200: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888127.82202: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888127.82204: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmprdtcptb9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmprdtcptb9\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21800\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 21800 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888127.82213: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.82215: done transferring module to remote\n 7519 1726888127.82217: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.82219: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.82224: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888127.82227: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888127.82229: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888127.82331: _low_level_execute_command(): starting\n 7519 1726888127.82334: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888127.82345: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888127.82347: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.82361: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.82364: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.82439: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888127.82449: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888127.82456: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.82481: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888127.82484: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888127.82487: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888127.82489: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888127.82498: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.82510: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888127.82557: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.82592: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.82849: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.82862: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.82874: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.82891: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.82903: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.82957: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888127.82968: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888127.82979: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888127.82991: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.83003: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.83015: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.83047: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.83067: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888127.83086: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.83090: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.83105: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888127.83148: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.83151: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.83154: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888127.83156: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888127.83158: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.83177: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888127.83190: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.83205: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.83220: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.83237: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.83259: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888127.83276: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888127.83288: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888127.83301: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888127.83314: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.83331: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.83343: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.83383: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.83398: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888127.83414: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.83461: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.83503: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.83506: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.83509: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888127.83510: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.83558: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.84705: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888127.84709: stdout chunk (state=3):\n>>>import '_thread' # <<<\n 7519 1726888127.84730: stdout chunk (state=3):\n>>>\r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888127.84785: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888127.84788: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888127.84824: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888127.84854: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888127.84857: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888127.84880: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888127.84922: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888127.84952: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.84970: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888127.84993: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888127.85013: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888127.85031: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43dc0>\r\n<<<\n 7519 1726888127.85085: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888127.85106: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd83a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43b20>\r\n<<<\n 7519 1726888127.85173: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43ac0>\r\n<<<\n 7519 1726888127.85178: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888127.85247: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8490>\r\n<<<\n 7519 1726888127.85275: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888127.85278: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8940>\r\n<<<\n 7519 1726888127.85315: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8670>\r\n<<<\n 7519 1726888127.85345: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888127.85369: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888127.85408: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888127.85481: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888127.85488: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888127.85490: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888127.85700: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bb2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bf0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b88d90>\r\n<<<\n 7519 1726888127.85751: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bb2d90>\r\n<<<\n 7519 1726888127.85814: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8970>\r\n<<<\n 7519 1726888127.85937: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.85941: stdout chunk (state=3):\n>>><<<\n 7519 1726888127.85952: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888127.85969: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.85984: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888127.85990: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888127.86100: stderr chunk (state=3):\n>>><<<\n 7519 1726888127.86104: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.86108: _low_level_execute_command(): starting\n 7519 1726888127.86110: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py && sleep 0'\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888127.86118: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888127.86121: _low_level_execute_command(): starting\n 7519 1726888127.86275: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py && sleep 0'\"'\"''\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888127.86291: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888127.86299: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888127.86321: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888127.86328: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2deb0>\r\n<<<\n 7519 1726888127.86518: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b31f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b27610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2f640>\r\n<<<\n 7519 1726888127.86536: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2d370>\r\n<<<\n 7519 1726888127.86557: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888127.86635: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888127.86657: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888127.86689: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.86714: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888127.86717: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888127.86759: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889a18dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a188b0>\r\n<<<\n 7519 1726888127.86762: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888127.86785: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18eb0>\r\n<<<\n 7519 1726888127.86810: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888127.86850: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888127.86864: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18f70>\r\n<<<\n 7519 1726888127.86881: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\n<<<\n 7519 1726888127.86900: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18e80>\r\n<<<\n 7519 1726888127.86903: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888127.86968: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09d30>\r\n<<<\n 7519 1726888127.86973: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888127.86993: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b03610>\r\n<<<\n 7519 1726888127.87053: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b16670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b35e20>\r\n<<<\n 7519 1726888127.87088: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888127.87109: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.87135: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889a2ac70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09250>\r\n<<<\n 7519 1726888127.87158: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.87172: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889b16280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b9d0>\r\n<<<\n 7519 1726888127.87212: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888127.87235: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888127.87240: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.87253: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888127.87266: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888127.87279: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2afa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ad90>\r\n<<<\n 7519 1726888127.87334: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ad00>\r\n<<<\n 7519 1726888127.87350: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888127.87557: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899fe370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888127.87560: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899fe460>\r\n<<<\n 7519 1726888127.87688: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a32fa0>\r\n<<<\n 7519 1726888127.87728: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ca30>\r\n<<<\n 7519 1726888127.87766: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2c490>\r\n<<<\n 7519 1726888127.87769: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888127.87780: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888127.87805: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888127.87827: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888127.87845: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888127.87858: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899181c0>\r\n<<<\n 7519 1726888127.87890: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899e8c70>\r\n<<<\n 7519 1726888127.87946: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ceb0>\r\n<<<\n 7519 1726888127.87950: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b040>\r\n<<<\n 7519 1726888127.87989: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888127.88009: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888127.88028: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889929af0>\r\n<<<\n 7519 1726888127.88041: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888127.88115: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889929e20>\r\n<<<\n 7519 1726888127.88119: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888127.88121: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888127.88136: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993c730>\r\n<<<\n 7519 1726888127.88162: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888127.88193: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888127.88234: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993cc70>\r\n<<<\n 7519 1726888127.88267: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898c93a0>\r\n<<<\n 7519 1726888127.88271: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889929f10>\r\n<<<\n 7519 1726888127.88286: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888127.88298: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888127.88301: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.88309: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.88344: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898d9280>\r\n<<<\n 7519 1726888127.88347: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.88366: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993c5b0>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888127.88369: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.88391: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898d9340>\r\n<<<\n 7519 1726888127.88394: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.88437: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a9d0>\r\n<<<\n 7519 1726888127.88455: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888127.88460: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888127.88469: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888127.88488: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888127.88491: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888127.88495: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888127.88611: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.88614: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.88617: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.88619: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.88621: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888127.88625: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888127.88629: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888127.88631: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.88653: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f56a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f5760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5850>\r\n<<<\n 7519 1726888127.88656: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888127.88658: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.88668: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.88748: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888127.88751: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888127.88756: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888127.88767: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.88841: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.89000: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888127.89010: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.89026: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.89039: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.89054: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.89088: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888127.89096: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888127.89105: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888127.89115: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888127.89126: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888127.89135: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888127.89142: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.89152: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888127.89171: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888127.89178: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888127.89186: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888127.89194: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888127.89203: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888127.89210: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888127.89226: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888127.89243: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888127.89246: stderr chunk (state=3):\n>>>debug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888127.89349: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28899021f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f58e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898e8a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a5b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f5a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2889823670>\r\n<<<\n 7519 1726888127.89367: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888127.89456: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888127.89902: stdout chunk (state=3):\n>>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.90068: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.90119: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888127.90125: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.90135: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.90144: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888127.90157: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.91689: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin<<<\n 7519 1726888127.91695: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.91741: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 7519 1726888127.91753: stdout chunk (state=3):\n>>>import '_warnings' # \r\n<<<\n 7519 1726888127.91770: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 7519 1726888127.91858: stdout chunk (state=3):\n>>>import '_io' # <<<\n 7519 1726888127.91863: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.91885: stdout chunk (state=3):\n>>>import 'marshal' # <<<\n 7519 1726888127.91889: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.91952: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888127.92004: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888127.92032: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888127.92087: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888127.92126: stdout chunk (state=3):\n>>>import 'zipimport' # <<<\n 7519 1726888127.92131: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.92149: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 7519 1726888127.92151: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.92220: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888127.92229: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.92278: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888127.92295: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888127.92305: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888127.92324: stdout chunk (state=3):\n>>>import '_codecs' # <<<\n 7519 1726888127.92328: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.92370: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888127.92373: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3dc0>\r\n<<<\n 7519 1726888127.92419: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888127.92422: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888127.92456: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888127.92459: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888127.92461: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557583a0>\r\n<<<\n 7519 1726888127.92506: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3b20>\r\n<<<\n 7519 1726888127.92511: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888127.92531: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n<<<\n 7519 1726888127.92538: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888127.92567: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888127.92570: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.92572: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888127.92615: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3ac0>\r\n<<<\n 7519 1726888127.92853: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888127.92859: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888127.92867: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3dc0>\r\n<<<\n 7519 1726888127.92871: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n<<<\n 7519 1726888127.92874: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'<<<\n 7519 1726888127.92876: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.92879: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3b20>\r\n<<<\n 7519 1726888127.92881: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758490><<<\n 7519 1726888127.92883: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.92886: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3ac0>\r\n<<<\n 7519 1726888127.92888: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n<<<\n 7519 1726888127.92892: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888127.92894: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888127.92897: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888127.92899: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958490>\r\n<<<\n 7519 1726888127.92903: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n<<<\n 7519 1726888127.92905: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888127.92909: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888127.92911: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\n<<<\n 7519 1726888127.92913: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888127.92959: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958670>\r\n<<<\n 7519 1726888127.92962: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888127.92968: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888127.92989: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888127.92993: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f190>\r\n<<<\n 7519 1726888127.93007: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888127.93030: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888127.93044: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888127.93118: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'<<<\n 7519 1726888127.93124: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.93130: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f220>\r\n<<<\n 7519 1726888127.93132: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888127.93172: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066932850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f940>\r\n<<<\n 7519 1726888127.93224: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066970880>\r\n<<<\n 7519 1726888127.93229: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n<<<\n 7519 1726888127.93234: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066908d90>\r\n<<<\n 7519 1726888127.93298: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\n<<<\n 7519 1726888127.93301: stdout chunk (state=3):\n>>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066932d90>\r\n<<<\n 7519 1726888127.93303: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py<<<\n 7519 1726888127.93305: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888127.93327: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958970>\r\n<<<\n 7519 1726888127.93358: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888127.93470: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f220>\r\n<<<\n 7519 1726888127.93474: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888127.93476: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888127.93519: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py<<<\n 7519 1726888127.93526: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.93545: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\n<<<\n 7519 1726888127.93554: stdout chunk (state=3):\n>>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155732850>\r\n<<<\n 7519 1726888127.93578: stdout chunk (state=3):\n>>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f940>\r\n<<<\n 7519 1726888127.93624: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155770880><<<\n 7519 1726888127.93629: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.93673: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888127.93714: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888127.93745: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888127.93838: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891857f0>\r\n<<<\n 7519 1726888127.93842: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888127.93847: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.93849: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888127.93853: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888127.93866: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d3eb0>\r\n<<<\n 7519 1726888127.93870: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888127.93873: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889748760>\r\n<<<\n 7519 1726888127.93877: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py<<<\n 7519 1726888127.93879: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155708d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155732d90>\r\n<<<\n 7519 1726888127.93893: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888127.93905: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888127.93945: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748640>\r\n<<<\n 7519 1726888127.94009: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888127.94013: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758970>\r\n<<<\n 7519 1726888127.94016: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748370>\r\n<<<\n 7519 1726888127.94019: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888127.94060: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888127.94063: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748190>\r\n<<<\n 7519 1726888127.94066: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668cc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888127.94068: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888127.94099: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889748400>\r\n<<<\n 7519 1726888127.94134: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888127.94137: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888127.94149: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888127.94181: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888127.94291: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897487c0>\r\n<<<\n 7519 1726888127.94303: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.94353: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888127.94357: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888127.94360: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066591dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665918b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591eb0>\r\n<<<\n 7519 1726888127.94365: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888127.94367: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888127.94369: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888127.94376: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591f70>\r\n<<<\n 7519 1726888127.94378: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888127.94391: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591e80>\r\n<<<\n 7519 1726888127.94436: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888127.94460: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668aed30>\r\n<<<\n 7519 1726888127.94472: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891fc7c0>\r\n<<<\n 7519 1726888127.94475: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888127.94508: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668a7610>\r\n<<<\n 7519 1726888127.94511: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891fcb50>\r\n<<<\n 7519 1726888127.94543: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891fc9a0>\r\n<<<\n 7519 1726888127.94601: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py<<<\n 7519 1726888127.94605: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.94608: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888127.94650: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'<<<\n 7519 1726888127.94654: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.94658: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668ba670>\r\n<<<\n 7519 1726888127.94660: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891074f0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889741d30>\r\n<<<\n 7519 1726888127.94663: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668dae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40665a3c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668ae250>\r\n<<<\n 7519 1726888127.94692: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py<<<\n 7519 1726888127.94728: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.94732: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'<<<\n 7519 1726888127.94765: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40668ba280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e09d0>\r\n<<<\n 7519 1726888127.94770: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.94773: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888127.94776: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n<<<\n 7519 1726888127.94779: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888127.94805: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888127.94828: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3fa0>\r\n<<<\n 7519 1726888127.94840: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3d90>\r\n<<<\n 7519 1726888127.94845: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95064: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888127.95070: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888127.95076: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95079: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556aeeb0><<<\n 7519 1726888127.95083: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748520>\r\n<<<\n 7519 1726888127.95086: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.95088: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95091: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n<<<\n 7519 1726888127.95093: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889741190>\r\n<<<\n 7519 1726888127.95098: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b1f40><<<\n 7519 1726888127.95100: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.95105: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888127.95108: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888127.95151: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888127.95156: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95159: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95162: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888127.95181: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889771a90>\r\n<<<\n 7519 1726888127.95190: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066576370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066576460>\r\n<<<\n 7519 1726888127.95194: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888127.95392: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2190>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2790>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288910dd00>\r\n<<<\n 7519 1726888127.95413: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95417: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95420: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556a7610>\r\n<<<\n 7519 1726888127.95425: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ad640>\r\n<<<\n 7519 1726888127.95428: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ae370><<<\n 7519 1726888127.95431: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.95434: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891e26a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889796d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888127.95454: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888127.95457: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95460: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665aafa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664aa1c0>\r\n<<<\n 7519 1726888127.95487: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066561c70>\r\n<<<\n 7519 1726888127.95577: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95599: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py<<<\n 7519 1726888127.95602: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.95630: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891669a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95698: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95702: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888127.95717: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'<<<\n 7519 1726888127.95741: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.95786: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.95836: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155630dc0><<<\n 7519 1726888127.95838: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891750d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888127.95842: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888127.95853: stdout chunk (state=3):\n>>>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556308b0><<<\n 7519 1726888127.95856: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95860: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.95862: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664bcaf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664bce20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664ce730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95901: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a9220>\r\n<<<\n 7519 1726888127.95907: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888127.95924: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95951: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664cec70>\r\n<<<\n 7519 1726888127.95962: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664663a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664bcf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888127.95965: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888127.95969: stdout chunk (state=3):\n>>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630eb0>\r\n<<<\n 7519 1726888127.95998: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.96003: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066477280>\r\n<<<\n 7519 1726888127.96012: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888127.96051: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664ce5b0>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888127.96054: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066477340>\r\n<<<\n 7519 1726888127.96057: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630f70>\r\n<<<\n 7519 1726888127.96094: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889175100>\r\n<<<\n 7519 1726888127.96120: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a39d0>\r\n<<<\n 7519 1726888127.96173: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630e80>\r\n<<<\n 7519 1726888127.96431: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888127.96480: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f288976db80>\r\n<<<\n 7519 1726888127.96483: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28897a0ac0>\r\n<<<\n 7519 1726888127.96486: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155682610>\r\n<<<\n 7519 1726888127.96488: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28897a0d00>\r\n<<<\n 7519 1726888127.96489: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889823820>\r\n<<<\n 7519 1726888127.96490: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888127.96492: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888127.96493: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888127.96494: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n<<<\n 7519 1726888127.96495: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155696670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b5e20>\r\n<<<\n 7519 1726888127.96496: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888127.96497: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891720d0>\r\n<<<\n 7519 1726888127.96506: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664926a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066492760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888127.96546: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888127.96568: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888127.96571: stdout chunk (state=3):\n>>>\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888127.96573: stdout chunk (state=3):\n>>>\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155642c70><<<\n 7519 1726888127.96575: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.96577: stdout chunk (state=3):\n>>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689250><<<\n 7519 1726888127.96596: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.96598: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492ca0>\r\n<<<\n 7519 1726888127.96632: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888127.96648: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.96678: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155696280><<<\n 7519 1726888127.96693: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.96696: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb9d0>\r\n<<<\n 7519 1726888127.96699: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406649f1f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664928e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066486a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a35b0>\r\n<<<\n 7519 1726888127.96748: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888127.96757: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888127.96760: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888127.96940: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.96944: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889167370>\r\n<<<\n 7519 1726888127.97015: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889172d00>\r\n<<<\n 7519 1726888127.97071: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.97075: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891726a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889173130>\r\n<<<\n 7519 1726888127.97140: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.97170: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.97181: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888127.97204: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.97210: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642d90><<<\n 7519 1726888127.97212: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.97213: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\n<<<\n 7519 1726888127.97215: stdout chunk (state=3):\n>>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642d00>\r\n<<<\n 7519 1726888127.97216: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.97218: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066492a90>\r\n<<<\n 7519 1726888127.97219: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888127.97220: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f40663c1670>\r\n<<<\n 7519 1726888127.97221: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py<<<\n 7519 1726888127.97227: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.97229: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888127.97233: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.97235: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888127.97239: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.97241: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.97248: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888127.97250: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888127.97302: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'<<<\n 7519 1726888127.97320: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.97328: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155372370>\r\n<<<\n 7519 1726888127.97362: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.97364: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888127.97390: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'<<<\n 7519 1726888127.97399: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.97420: stdout chunk (state=3):\n>>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.97449: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155372460><<<\n 7519 1726888127.97451: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.97518: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.97561: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.97601: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888127.97603: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.97653: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.97656: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888127.97659: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15564afa0>\r\n<<<\n 7519 1726888127.97664: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.97721: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644a30><<<\n 7519 1726888127.97725: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.97752: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644490><<<\n 7519 1726888127.97756: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.97793: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py<<<\n 7519 1726888127.97798: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.97830: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'<<<\n 7519 1726888127.97841: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.97891: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py<<<\n 7519 1726888127.97894: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.97949: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888127.97977: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888127.97998: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888127.98006: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15529b1c0><<<\n 7519 1726888127.98010: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98062: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15535dc70><<<\n 7519 1726888127.98070: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98149: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644eb0>\r\n<<<\n 7519 1726888127.98173: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb040>\r\n<<<\n 7519 1726888127.98209: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888127.98250: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888127.98301: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py<<<\n 7519 1726888127.98306: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'<<<\n 7519 1726888127.98311: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98319: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552adaf0>\r\n<<<\n 7519 1726888127.98346: stdout chunk (state=3):\n>>>import 'errno' # <<<\n 7519 1726888127.98351: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98406: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888127.98411: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.98419: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98425: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552ade20>\r\n<<<\n 7519 1726888127.98470: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888127.98473: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888127.98520: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py<<<\n 7519 1726888127.98524: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98544: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\n<<<\n 7519 1726888127.98548: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bf730><<<\n 7519 1726888127.98556: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98585: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py<<<\n 7519 1726888127.98589: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98646: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'<<<\n 7519 1726888127.98651: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98696: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bfc70><<<\n 7519 1726888127.98700: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98745: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888127.98755: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98776: stdout chunk (state=3):\n>>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.98789: stdout chunk (state=3):\n>>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15524d3a0><<<\n 7519 1726888127.98794: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98815: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552adf10><<<\n 7519 1726888127.98818: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98855: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py<<<\n 7519 1726888127.98878: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.98882: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888127.98936: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888127.98960: stdout chunk (state=3):\n>>>\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.98975: stdout chunk (state=3):\n>>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15525d280>\r\n<<<\n 7519 1726888127.99001: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bf5b0><<<\n 7519 1726888127.99007: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.99029: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 7519 1726888127.99093: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.99108: stdout chunk (state=3):\n>>># extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15525d340>\r\n<<<\n 7519 1726888127.99172: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556429d0><<<\n 7519 1726888127.99174: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.99245: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py<<<\n 7519 1726888127.99249: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888127.99262: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888127.99283: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.99288: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888127.99290: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888127.99322: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888127.99327: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888127.99384: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888127.99389: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888127.99393: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891828b0>\r\n<<<\n 7519 1726888127.99396: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552796a0>\r\n<<<\n 7519 1726888127.99484: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n<<<\n 7519 1726888127.99514: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888127.99609: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888127.99614: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891b0910>\r\n<<<\n 7519 1726888127.99622: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d046a0>\r\n<<<\n 7519 1726888127.99624: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.99630: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.99634: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888127.99654: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.99659: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.99662: stdout chunk (state=3):\n>>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279970><<<\n 7519 1726888127.99664: stdout chunk (state=3):\n>>>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155279760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888127.99667: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888127.99669: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888127.99671: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.99674: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n<<<\n 7519 1726888127.99686: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888127.99773: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888127.99956: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.99978: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888127.99987: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888127.99989: stdout chunk (state=3):\n>>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279ca0>\r\n<<<\n 7519 1726888128.00063: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891f57f0>\r\n<<<\n 7519 1726888128.00068: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.00088: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.00092: stdout chunk (state=3):\n>>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552851f0><<<\n 7519 1726888128.00095: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.00098: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552798e0><<<\n 7519 1726888128.00100: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.00126: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15526ca30><<<\n 7519 1726888128.00131: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.00174: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556425b0><<<\n 7519 1726888128.00177: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.00207: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py<<<\n 7519 1726888128.00216: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.00296: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'<<<\n 7519 1726888128.00302: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.00347: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155279a90><<<\n 7519 1726888128.00352: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.00551: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'<<<\n 7519 1726888128.00556: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.00595: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff155199670><<<\n 7519 1726888128.00600: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.00738: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.00950: stdout chunk (state=3):\n>>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip'<<<\n 7519 1726888128.00959: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.00978: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.00984: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.01136: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.01141: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.01186: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py<<<\n 7519 1726888128.01189: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.01256: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01306: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d047f0>\r\n<<<\n 7519 1726888128.01324: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01329: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.01331: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888128.01344: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available<<<\n 7519 1726888128.01365: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.01368: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888128.01371: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.01374: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d95760>\r\n<<<\n 7519 1726888128.01418: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95640>\r\n<<<\n 7519 1726888128.01421: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01448: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95370>\r\n<<<\n 7519 1726888128.01464: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888128.01483: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888128.01489: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01541: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95190>\r\n<<<\n 7519 1726888128.01544: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888128.01590: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d95400>\r\n<<<\n 7519 1726888128.01599: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888128.01602: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01605: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888128.01644: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888128.01653: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01699: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888128.01702: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d957c0>\r\n<<<\n 7519 1726888128.01715: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01718: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888128.01720: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888128.01742: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888128.01760: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01772: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888128.01788: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888128.01871: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888128.01878: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01897: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01929: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888128.01931: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d6e7c0>\r\n<<<\n 7519 1726888128.01933: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01969: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.01972: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d6eb50>\r\n<<<\n 7519 1726888128.02005: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d6e9a0>\r\n<<<\n 7519 1726888128.02036: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888128.02038: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.02040: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888128.02075: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065c874f0>\r\n<<<\n 7519 1726888128.02098: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d8ed30>\r\n<<<\n 7519 1726888128.02347: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95520>\r\n<<<\n 7519 1726888128.02351: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.02371: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888128.02406: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d8e190>\r\n<<<\n 7519 1726888128.02419: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888128.02435: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888128.02467: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888128.02493: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888128.02502: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888128.02539: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888128.02544: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065dbfa90>\r\n<<<\n 7519 1726888128.02654: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888128.02662: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62190>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62790>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065c8cd00>\r\n<<<\n 7519 1726888128.02681: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d626a0>\r\n<<<\n 7519 1726888128.02686: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888128.02718: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065de3d30>\r\n<<<\n 7519 1726888128.02748: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888128.02769: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888128.02777: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d09d90>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.02780: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888128.02832: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888128.02839: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.02924: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.02928: stdout chunk (state=3):\n>>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065ce59a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee50>\r\n<<<\n 7519 1726888128.02954: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888128.02958: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888128.02960: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888128.02962: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.02998: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.03031: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.03035: stdout chunk (state=3):\n>>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf50d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee20>\r\n<<<\n 7519 1726888128.03048: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888128.03051: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.03092: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.03098: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.03130: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.03133: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888128.03225: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065df5220>\r\n<<<\n 7519 1726888128.03246: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.03248: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.03339: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888128.03358: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.03425: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf5100>\r\n<<<\n 7519 1726888128.03473: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891a10a0>\r\n<<<\n 7519 1726888128.03543: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065db9b80>\r\n<<<\n 7519 1726888128.03585: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.03588: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065deeac0>\r\n<<<\n 7519 1726888128.03624: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.03660: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065deed00>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40663c1820>\r\n<<<\n 7519 1726888128.03666: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccb070>\r\n<<<\n 7519 1726888128.03676: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888128.03678: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.03697: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888128.03706: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888128.03710: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888128.03764: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.03767: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf10d0>\r\n<<<\n 7519 1726888128.03832: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.03864: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.03912: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888128.03935: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888128.03955: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888128.04009: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888128.04034: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888128.04057: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065ce7370>\r\n<<<\n 7519 1726888128.04080: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888128.04082: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf1d00>\r\n<<<\n 7519 1726888128.04104: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.04109: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf16a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf2130>\r\n<<<\n 7519 1726888128.04149: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04153: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888128.04163: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04200: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891aa160>\r\n<<<\n 7519 1726888128.04271: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04274: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891a6cd0>\r\n<<<\n 7519 1726888128.04360: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d09bb0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888128.04382: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04386: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888128.04389: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04414: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04441: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888128.04447: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888128.04451: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04568: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888128.04573: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04592: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888128.04619: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04623: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04721: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04770: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04791: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04820: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04890: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04895: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.04929: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b047f0>\r\n<<<\n 7519 1726888128.04931: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.04979: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n<<<\n 7519 1726888128.04982: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.04983: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.05040: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n<<<\n 7519 1726888128.05043: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.05046: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888128.05048: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888128.05086: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py<<<\n 7519 1726888128.05101: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05103: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'<<<\n 7519 1726888128.05105: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05154: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.05169: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.05171: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.05193: stdout chunk (state=3):\n>>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b95760><<<\n 7519 1726888128.05201: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05282: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95640>\r\n<<<\n 7519 1726888128.05285: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.05293: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.05346: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95370><<<\n 7519 1726888128.05349: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05351: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.05373: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py<<<\n 7519 1726888128.05397: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'<<<\n 7519 1726888128.05401: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05482: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95490>\r\n<<<\n 7519 1726888128.05488: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.05495: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95190>\r\n<<<\n 7519 1726888128.05521: stdout chunk (state=3):\n>>>import 'atexit' # <<<\n 7519 1726888128.05524: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05591: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.05616: stdout chunk (state=3):\n>>>\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.05621: stdout chunk (state=3):\n>>>\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b95400><<<\n 7519 1726888128.05625: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05628: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.05631: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py<<<\n 7519 1726888128.05638: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05671: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'<<<\n 7519 1726888128.05675: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05739: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b957c0><<<\n 7519 1726888128.05742: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05770: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py<<<\n 7519 1726888128.05774: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05804: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888128.05847: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.05850: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888128.05885: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'<<<\n 7519 1726888128.05888: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05889: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.05926: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py<<<\n 7519 1726888128.05930: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.05931: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888128.05956: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n<<<\n 7519 1726888128.06160: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06167: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n<<<\n 7519 1726888128.06170: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06309: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n<<<\n 7519 1726888128.06316: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06327: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a84a60>\r\n<<<\n 7519 1726888128.06334: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b767c0>\r\n<<<\n 7519 1726888128.06337: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n<<<\n 7519 1726888128.06339: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06341: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n<<<\n 7519 1726888128.06344: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06478: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b76b50>\r\n<<<\n 7519 1726888128.06483: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n<<<\n 7519 1726888128.06492: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888128.06501: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888128.06506: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06509: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ce46d0>\r\n<<<\n 7519 1726888128.06511: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888128.06516: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06521: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888ce4af0>\r\n<<<\n 7519 1726888128.06527: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b769a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06533: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d2d8b0>\r\n<<<\n 7519 1726888128.06553: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888cca250>\r\n<<<\n 7519 1726888128.06560: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154a874f0><<<\n 7519 1726888128.06562: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.06564: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccaa30>\r\n<<<\n 7519 1726888128.06566: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888128.06569: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d32910>\r\n<<<\n 7519 1726888128.06570: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a5970>\r\n<<<\n 7519 1726888128.06572: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19460>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19910>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n<<<\n 7519 1726888128.06583: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b8ed30>\r\n<<<\n 7519 1726888128.06588: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06590: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888128.06592: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.06598: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.06601: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888d16d00>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d16d60>\r\n<<<\n 7519 1726888128.06603: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n<<<\n 7519 1726888128.06611: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06648: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d16250>\r\n<<<\n 7519 1726888128.06665: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n<<<\n 7519 1726888128.06698: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95520>\r\n<<<\n 7519 1726888128.06701: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06756: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'<<<\n 7519 1726888128.06760: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888aecf70>\r\n<<<\n 7519 1726888128.06762: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.06765: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.06785: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d324c0>\r\n<<<\n 7519 1726888128.06809: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19310>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\n<<<\n 7519 1726888128.06828: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n<<<\n 7519 1726888128.06858: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.06861: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b8e190>\r\n<<<\n 7519 1726888128.06864: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n<<<\n 7519 1726888128.06866: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06877: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.06973: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n<<<\n 7519 1726888128.06976: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'<<<\n 7519 1726888128.06980: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.06983: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888128.06985: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.06987: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888128.07076: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d747f0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.07080: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888128.07082: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py<<<\n 7519 1726888128.07084: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'<<<\n 7519 1726888128.07086: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.07088: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n<<<\n 7519 1726888128.07090: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07092: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154bbda90>\r\n<<<\n 7519 1726888128.07094: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07160: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n<<<\n 7519 1726888128.07182: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07186: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07189: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n<<<\n 7519 1726888128.07198: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62190>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62790>\r\n<<<\n 7519 1726888128.07226: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07229: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154a8cd00>\r\n<<<\n 7519 1726888128.07241: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07281: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.07285: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.07297: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b626a0><<<\n 7519 1726888128.07300: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.07338: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07363: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.07395: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n<<<\n 7519 1726888128.07399: stdout chunk (state=3):\n>>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154be3d30>\r\n<<<\n 7519 1726888128.07409: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07422: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888128.07464: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888128.07505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07508: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888128.07511: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.07591: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888128.07594: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07609: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07682: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07696: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154ae59a0>\r\n<<<\n 7519 1726888128.07702: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee50>\r\n<<<\n 7519 1726888128.07742: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07770: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888128.07794: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888128.07803: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n<<<\n 7519 1726888128.07858: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.07864: stdout chunk (state=3):\n>>>\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.07869: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.07872: stdout chunk (state=3):\n>>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af50d0><<<\n 7519 1726888128.07874: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.07875: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee20>\r\n<<<\n 7519 1726888128.07912: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888128.07969: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888128.07974: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.08020: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py<<<\n 7519 1726888128.08030: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.08039: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'<<<\n 7519 1726888128.08055: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.08057: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888128.08151: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154bf5220>\r\n<<<\n 7519 1726888128.08200: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.08282: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.08390: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888128.08393: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.08394: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af5100>\r\n<<<\n 7519 1726888128.08432: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.08479: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888128.08482: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.08526: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.08531: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.08563: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154bb9b80><<<\n 7519 1726888128.08565: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.08566: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.08571: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.08618: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.08625: stdout chunk (state=3):\n>>>\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.08628: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.08633: stdout chunk (state=3):\n>>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154beeac0>\r\n<<<\n 7519 1726888128.08665: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888128.08710: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.08717: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888128.08720: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.08722: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154beed00>\r\n<<<\n 7519 1726888128.08748: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.08750: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155199820>\r\n<<<\n 7519 1726888128.08805: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888128.08811: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888128.08847: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.08853: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888128.08885: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888128.08963: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.08967: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.08978: stdout chunk (state=3):\n>>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af10d0>\r\n<<<\n 7519 1726888128.09093: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09182: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n<<<\n 7519 1726888128.09189: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09255: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09284: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.09316: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.09361: stdout chunk (state=3):\n>>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154ae7370>\r\n<<<\n 7519 1726888128.09364: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09365: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af1d00>\r\n<<<\n 7519 1726888128.09367: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09411: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888128.09435: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.09456: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.09471: stdout chunk (state=3):\n>>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af16a0>\r\n<<<\n 7519 1726888128.09474: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888128.09492: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af3130>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.09513: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.09518: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.09520: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09552: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888128.09574: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a9d90>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.09580: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.09582: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09583: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.09639: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09647: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n<<<\n 7519 1726888128.09649: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09689: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09710: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09731: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888128.09734: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.09738: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888128.09759: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09761: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09825: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n<<<\n 7519 1726888128.09830: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09832: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09854: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.09857: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888128.09873: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.09921: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09926: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09932: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.09934: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09936: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888128.09976: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.09979: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10015: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888128.10053: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a06ca0>\r\n<<<\n 7519 1726888128.10086: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10121: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888128.10126: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888128.10128: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10172: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888128.10205: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.10306: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.10308: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.10309: stdout chunk (state=3):\n>>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d200a0>\r\n<<<\n 7519 1726888128.10311: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.10363: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a06fd0>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n<<<\n 7519 1726888128.10382: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10455: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586f070>\r\n<<<\n 7519 1726888128.10460: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10505: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888128.10511: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10554: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n<<<\n 7519 1726888128.10562: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10583: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10671: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10674: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10696: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10750: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888128.10754: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888128.10785: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888128.10788: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.10826: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888128.10854: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888128.10860: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10877: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888128.10963: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n<<<\n 7519 1726888128.10971: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.10997: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d29160>\r\n<<<\n 7519 1726888128.11020: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11045: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d25cd0>\r\n<<<\n 7519 1726888128.11080: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.11082: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888128.11083: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.11127: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888128.11133: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a9bb0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.11162: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11190: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888128.11285: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888128.11296: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11322: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888128.11349: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11352: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28889e34f0>\r\n<<<\n 7519 1726888128.11417: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11509: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11535: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11573: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11620: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11661: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11705: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n<<<\n 7519 1726888128.11708: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11754: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a474f0>\r\n<<<\n 7519 1726888128.11763: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n<<<\n 7519 1726888128.11772: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11805: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11871: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py<<<\n 7519 1726888128.11882: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.11888: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # <<<\n 7519 1726888128.11891: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11895: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.11909: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 7519 1726888128.11914: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11942: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888128.11947: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888128.11971: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.11985: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888128.11988: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.11991: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n<<<\n 7519 1726888128.11992: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.11993: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12032: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12048: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.12078: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.12083: stdout chunk (state=3):\n>>>\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b028b0>\r\n<<<\n 7519 1726888128.12133: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12177: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py<<<\n 7519 1726888128.12204: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888128.12207: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12225: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b2f910><<<\n 7519 1726888128.12240: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.12249: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467b6a0><<<\n 7519 1726888128.12257: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.12288: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12322: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py<<<\n 7519 1726888128.12330: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.12348: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.12353: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.12384: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.12389: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.12425: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12434: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888128.12456: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12462: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12534: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n<<<\n 7519 1726888128.12538: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.12542: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12544: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n<<<\n 7519 1726888128.12585: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n<<<\n 7519 1726888128.12589: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12591: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n<<<\n 7519 1726888128.12594: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\n<<<\n 7519 1726888128.12655: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n<<<\n 7519 1726888128.12678: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12681: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065624a60>\r\n<<<\n 7519 1726888128.12684: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n<<<\n 7519 1726888128.12687: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n<<<\n 7519 1726888128.12716: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12753: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12760: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888128.12763: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888128.12765: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586b940>\r\n<<<\n 7519 1726888128.12773: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888128.12875: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f288897d190>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288897d2e0>\r\n<<<\n 7519 1726888128.12880: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.12883: stdout chunk (state=3):\n>>># extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406586b520>\r\n<<<\n 7519 1726888128.12886: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.12888: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12890: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.12908: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586a250>\r\n<<<\n 7519 1726888128.12940: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.12944: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586aa30>\r\n<<<\n 7519 1726888128.13046: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9460>\r\n<<<\n 7519 1726888128.13049: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9910>\r\n<<<\n 7519 1726888128.13051: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n<<<\n 7519 1726888128.13053: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n<<<\n 7519 1726888128.13055: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13057: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b747f0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.13058: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n<<<\n 7519 1726888128.13066: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n<<<\n 7519 1726888128.13068: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n<<<\n 7519 1726888128.13096: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40658b5d00>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b5d60>\r\n<<<\n 7519 1726888128.13124: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n<<<\n 7519 1726888128.13130: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888128.13159: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b5250>\r\n<<<\n 7519 1726888128.13199: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n<<<\n 7519 1726888128.13203: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13208: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888128.13245: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.13250: stdout chunk (state=3):\n>>># extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406568cf70>\r\n<<<\n 7519 1726888128.13277: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658cb4c0>\r\n<<<\n 7519 1726888128.13304: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9310>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\n<<<\n 7519 1726888128.13327: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n<<<\n 7519 1726888128.13383: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13404: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.13408: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n<<<\n 7519 1726888128.13411: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13440: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13516: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.13541: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13564: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13590: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.13596: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.13657: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n<<<\n 7519 1726888128.13659: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.13661: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n<<<\n 7519 1726888128.13662: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13692: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13744: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n<<<\n 7519 1726888128.13747: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13748: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13795: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n<<<\n 7519 1726888128.13797: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13820: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13843: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n<<<\n 7519 1726888128.13847: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13894: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13940: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n<<<\n 7519 1726888128.13958: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13966: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.13994: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14021: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14089: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14155: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14201: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14230: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14233: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n<<<\n 7519 1726888128.14240: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14309: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.14316: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.14423: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py<<<\n 7519 1726888128.14427: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.14448: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.14450: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.14451: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.14503: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.14508: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.14559: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888128.14594: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.14597: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.14599: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14683: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.14688: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.14814: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n<<<\n 7519 1726888128.14825: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14829: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py<<<\n 7519 1726888128.14856: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.14859: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.14887: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14892: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14896: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888128.14902: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14927: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.14980: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.15073: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888128.15076: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.15388: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.15394: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.15485: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.15555: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.15614: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.15623: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.15660: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.15709: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\r\n<<<\n 7519 1726888128.15713: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.15745: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py<<<\n 7519 1726888128.15747: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.15749: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.15798: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n<<<\n 7519 1726888128.15801: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.15803: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888128.15833: stdout chunk (state=3):\n>>>import '_ast' # <<<\n 7519 1726888128.15843: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.15851: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.15920: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n<<<\n 7519 1726888128.15930: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.15969: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.15992: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467fd90><<<\n 7519 1726888128.16001: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.16028: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.16031: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.16034: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.16040: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.16081: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n<<<\n 7519 1726888128.16087: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.16141: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.16147: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.16189: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.16249: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py<<<\n 7519 1726888128.16268: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.16271: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py<<<\n 7519 1726888128.16284: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.16347: stdout chunk (state=3):\n>>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888128.16351: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\n<<<\n 7519 1726888128.16353: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888128.16355: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.16368: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655a6ca0>\r\n<<<\n 7519 1726888128.16399: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888128.16402: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.16428: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888128.16457: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.16472: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.16482: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.16528: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888128.16549: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.16554: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.16623: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.16629: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.16638: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n<<<\n 7519 1726888128.16644: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.16691: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.16742: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655a6fd0>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n<<<\n 7519 1726888128.16746: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.16764: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.16767: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.16848: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.16851: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.16904: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n<<<\n 7519 1726888128.16907: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.16908: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.16943: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py<<<\n 7519 1726888128.16950: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.17004: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888128.17019: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.17028: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17109: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17131: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.17154: stdout chunk (state=3):\n>>>\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b200a0>\r\n<<<\n 7519 1726888128.17162: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.17220: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17333: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n<<<\n 7519 1726888128.17343: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.17347: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154659fa0>\r\n<<<\n 7519 1726888128.17353: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n<<<\n 7519 1726888128.17377: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17397: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17411: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888128.17419: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17421: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17431: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888128.17482: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n<<<\n 7519 1726888128.17485: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888128.17488: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17490: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17590: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17592: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17623: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.17629: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.17690: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.17694: stdout chunk (state=3):\n>>># extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065597b20>\r\n<<<\n 7519 1726888128.17697: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888128.17731: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.17734: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888128.17765: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888128.17826: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888128.17866: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888128.17915: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888128.18020: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18057: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655e74f0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n<<<\n 7519 1726888128.18069: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18071: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b29160>\r\n<<<\n 7519 1726888128.18134: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b25cd0>\r\n<<<\n 7519 1726888128.18137: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18189: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n<<<\n 7519 1726888128.18218: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18221: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467fbb0>\r\n<<<\n 7519 1726888128.18244: stdout chunk (state=3):\n>>># destroy ansible.module_utils.distro\r\n<<<\n 7519 1726888128.18248: stdout chunk (state=3):\n>>>import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888128.18277: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18492: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n<<<\n 7519 1726888128.18496: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18499: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.18501: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18505: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n<<<\n 7519 1726888128.18507: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18528: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.18565: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.18568: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18569: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py<<<\n 7519 1726888128.18571: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18572: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.18594: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.18604: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.18643: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n<<<\n 7519 1726888128.18652: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18685: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18739: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n<<<\n 7519 1726888128.18742: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18744: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n<<<\n 7519 1726888128.18745: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18795: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18797: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18803: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18882: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.18885: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n<<<\n 7519 1726888128.18887: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n<<<\n 7519 1726888128.18889: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18890: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18891: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.18892: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18957: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.18959: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.18960: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.18962: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888128.19009: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19029: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065511190>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655112e0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.19059: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.19062: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n<<<\n 7519 1726888128.19065: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19071: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19128: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py<<<\n 7519 1726888128.19160: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19168: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.19171: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19173: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.19256: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19373: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.19377: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.19397: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.19400: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19402: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.19404: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19441: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py<<<\n 7519 1726888128.19453: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.19466: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19556: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n<<<\n 7519 1726888128.19567: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19699: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19702: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19739: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n<<<\n 7519 1726888128.19750: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19825: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19827: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19858: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19887: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n<<<\n 7519 1726888128.19919: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19934: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.19947: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19949: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.19987: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n<<<\n 7519 1726888128.20003: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20005: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20035: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20038: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20073: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n<<<\n 7519 1726888128.20090: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20093: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20106: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.20113: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20141: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n<<<\n 7519 1726888128.20164: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n<<<\n 7519 1726888128.20167: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.20197: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n<<<\n 7519 1726888128.20228: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\n<<<\n 7519 1726888128.20230: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20274: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20276: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1543faa60>\r\n<<<\n 7519 1726888128.20311: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n<<<\n 7519 1726888128.20338: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'<<<\n 7519 1726888128.20343: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.20382: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n<<<\n 7519 1726888128.20386: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n<<<\n 7519 1726888128.20413: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20436: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n<<<\n 7519 1726888128.20439: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20445: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888128.20448: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.20480: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20671: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n<<<\n 7519 1726888128.20676: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888128.20679: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.20681: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15465c6d0>\r\n<<<\n 7519 1726888128.20692: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20695: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20697: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20701: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.20703: stdout chunk (state=3):\n>>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15465caf0>\r\n<<<\n 7519 1726888128.20754: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20798: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n<<<\n 7519 1726888128.20815: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640250>\r\n<<<\n 7519 1726888128.20820: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20825: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20829: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640a30><<<\n 7519 1726888128.20831: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20833: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.20835: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20837: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f460>\r\n<<<\n 7519 1726888128.20839: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20840: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f910>\r\n<<<\n 7519 1726888128.20897: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\n<<<\n 7519 1726888128.20917: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n<<<\n 7519 1726888128.20921: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n<<<\n 7519 1726888128.20925: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20927: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n<<<\n 7519 1726888128.20968: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py<<<\n 7519 1726888128.20972: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.20974: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.20976: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n<<<\n 7519 1726888128.21052: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n<<<\n 7519 1726888128.21055: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.21057: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.21059: stdout chunk (state=3):\n>>>\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15468bd00>\r\n<<<\n 7519 1726888128.21083: stdout chunk (state=3):\n>>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468bd60><<<\n 7519 1726888128.21090: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21118: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py<<<\n 7519 1726888128.21130: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21144: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888128.21184: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468b250><<<\n 7519 1726888128.21189: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21221: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py<<<\n 7519 1726888128.21224: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21258: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888128.21298: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.21324: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154462f70><<<\n 7519 1726888128.21332: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21374: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1546a14c0><<<\n 7519 1726888128.21377: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21412: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f310><<<\n 7519 1726888128.21432: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\n<<<\n 7519 1726888128.21451: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n<<<\n 7519 1726888128.21477: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.21484: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.21527: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.21581: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n<<<\n 7519 1726888128.21584: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.21587: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.21683: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.21688: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.21691: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n<<<\n 7519 1726888128.21694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.21756: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py<<<\n 7519 1726888128.21760: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21762: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.21764: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.21776: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21807: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.21827: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.21830: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21907: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.21910: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n<<<\n 7519 1726888128.21929: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.21932: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21956: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.21975: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.21978: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py<<<\n 7519 1726888128.21986: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.22021: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\n<<<\n 7519 1726888128.22026: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n<<<\n 7519 1726888128.22028: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22029: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22058: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.22066: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.22103: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py<<<\n 7519 1726888128.22110: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.22136: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22139: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22167: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n<<<\n 7519 1726888128.22187: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22200: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.22205: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.22239: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\n<<<\n 7519 1726888128.22241: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n<<<\n 7519 1726888128.22271: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py<<<\n 7519 1726888128.22276: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.22309: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.22312: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22315: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.22360: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22363: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.22366: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.22448: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py<<<\n 7519 1726888128.22451: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.22453: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.22456: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22545: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22561: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22630: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.22636: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.22691: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n<<<\n 7519 1726888128.22694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22721: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.22730: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.22804: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py<<<\n 7519 1726888128.22876: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.22879: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n<<<\n 7519 1726888128.22882: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.22884: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.23083: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n<<<\n 7519 1726888128.23097: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.23108: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.23115: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n<<<\n 7519 1726888128.23136: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.23178: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.23234: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n<<<\n 7519 1726888128.23241: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.23362: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.23483: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.23518: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.23525: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.23569: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n<<<\n 7519 1726888128.23581: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n<<<\n 7519 1726888128.23609: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n<<<\n 7519 1726888128.23624: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\n<<<\n 7519 1726888128.23657: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.23663: stdout chunk (state=3):\n>>># extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28887f7d00>\r\n<<<\n 7519 1726888128.23676: stdout chunk (state=3):\n>>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bd100>\r\n<<<\n 7519 1726888128.23761: stdout chunk (state=3):\n>>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bdc10>\r\n<<<\n 7519 1726888128.23763: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24020: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\n<<<\n 7519 1726888128.24031: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.24069: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24112: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n<<<\n 7519 1726888128.24122: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24186: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24189: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n<<<\n 7519 1726888128.24191: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.24192: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.24194: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.24272: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24274: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24359: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.24363: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24377: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24413: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.24415: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.24417: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.24450: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py<<<\n 7519 1726888128.24455: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.24492: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24500: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py<<<\n 7519 1726888128.24503: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.24519: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.24525: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.24542: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n<<<\n 7519 1726888128.24568: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24571: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.24576: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.24621: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24626: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n<<<\n 7519 1726888128.24648: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.24650: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.24681: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n<<<\n 7519 1726888128.24705: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24738: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24819: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py<<<\n 7519 1726888128.24838: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 7519 1726888128.24843: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.24881: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.24886: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.24948: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n<<<\n 7519 1726888128.24951: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.24994: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.24999: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.25044: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.25047: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n<<<\n 7519 1726888128.25065: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.25070: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.25115: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888128.25166: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.25171: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.25284: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py<<<\n 7519 1726888128.25302: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'<<<\n 7519 1726888128.25305: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.25351: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15437cca0><<<\n 7519 1726888128.25360: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.25399: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py<<<\n 7519 1726888128.25402: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n<<<\n 7519 1726888128.25403: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.25405: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.25451: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'<<<\n 7519 1726888128.25461: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.25465: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.25530: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n<<<\n 7519 1726888128.25535: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.25573: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.25616: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n<<<\n 7519 1726888128.25622: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.25653: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.25715: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n<<<\n 7519 1726888128.25719: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.25765: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.25773: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n<<<\n 7519 1726888128.25779: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15437cfd0>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n<<<\n 7519 1726888128.25782: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.25784: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n<<<\n 7519 1726888128.25786: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.25795: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.25863: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.25872: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.25883: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.25953: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py<<<\n 7519 1726888128.25978: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.25985: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n<<<\n 7519 1726888128.25995: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.26011: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.26030: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n<<<\n 7519 1726888128.26039: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.26084: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.26114: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.26121: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.26144: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n<<<\n 7519 1726888128.26149: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.26169: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.26194: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.26274: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py<<<\n 7519 1726888128.26277: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.26281: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.26283: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.26287: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.26310: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.26573: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.26589: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.26615: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.26687: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888128.26693: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six<<<\n 7519 1726888128.26696: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes<<<\n 7519 1726888128.26701: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n<<<\n 7519 1726888128.26705: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888128.26726: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.26776: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle<<<\n 7519 1726888128.26867: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n<<<\n 7519 1726888128.26871: stdout chunk (state=3):\n>>># cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n<<<\n 7519 1726888128.26874: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n<<<\n 7519 1726888128.26877: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888128.26944: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.26947: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15436bb20>\r\n<<<\n 7519 1726888128.27081: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n<<<\n 7519 1726888128.27114: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible<<<\n 7519 1726888128.27118: stdout chunk (state=3):\n>>>.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing gc\r\n<<<\n 7519 1726888128.27140: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n<<<\n 7519 1726888128.27145: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.27194: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.27254: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.27301: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.27319: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888128.27382: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888128.27416: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.27425: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1543bd4f0><<<\n 7519 1726888128.27428: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888128.27438: stdout chunk (state=3):\n>>># destroy _compression\r\n<<<\n 7519 1726888128.27441: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888128.27445: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n<<<\n 7519 1726888128.27448: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.27474: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n<<<\n 7519 1726888128.27499: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.27502: stdout chunk (state=3):\n>>># destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 7519 1726888128.27517: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888128.27520: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.27522: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888128.27599: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n<<<\n 7519 1726888128.27602: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.27605: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888128.27607: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available<<<\n 7519 1726888128.27649: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n<<<\n 7519 1726888128.27653: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context<<<\n 7519 1726888128.27662: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.27664: stdout chunk (state=3):\n>>>\r\n# destroy array\r\n# destroy _compat_pickle\r\n<<<\n 7519 1726888128.27693: stdout chunk (state=3):\n>>># destroy queue\r\n# destroy multiprocessing.process\r\n<<<\n 7519 1726888128.27701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.27715: stdout chunk (state=3):\n>>># destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n<<<\n 7519 1726888128.27755: stdout chunk (state=3):\n>>># destroy shlex\r\n<<<\n 7519 1726888128.27759: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.27761: stdout chunk (state=3):\n>>># destroy datetime\r\n<<<\n 7519 1726888128.27792: stdout chunk (state=3):\n>>># destroy base64\r\n<<<\n 7519 1726888128.27799: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\n<<<\n 7519 1726888128.27802: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n<<<\n 7519 1726888128.27804: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n<<<\n 7519 1726888128.27855: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.27858: stdout chunk (state=3):\n>>># destroy socket\r\n# destroy struct\r\n<<<\n 7519 1726888128.27864: stdout chunk (state=3):\n>>># destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n<<<\n 7519 1726888128.27905: stdout chunk (state=3):\n>>># cleanup[3] wiping gc\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping termios\r\n<<<\n 7519 1726888128.27909: stdout chunk (state=3):\n>>># cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing<<<\n 7519 1726888128.27932: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.28129: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 7519 1726888128.28138: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n<<<\n 7519 1726888128.28149: stdout chunk (state=3):\n>>># cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n<<<\n 7519 1726888128.28152: stdout chunk (state=3):\n>>># destroy subprocess\r\n<<<\n 7519 1726888128.28156: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.28158: stdout chunk (state=3):\n>>># cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n<<<\n 7519 1726888128.28162: stdout chunk (state=3):\n>>># destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n<<<\n 7519 1726888128.28168: stdout chunk (state=3):\n>>># cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888128.28403: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n<<<\n 7519 1726888128.28420: stdout chunk (state=3):\n>>># cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n<<<\n 7519 1726888128.28427: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n<<<\n 7519 1726888128.28431: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.28434: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n<<<\n 7519 1726888128.28436: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.28439: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065395d00>\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535d4f0>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535df10>\r\n<<<\n 7519 1726888128.28442: stdout chunk (state=3):\n>>># destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n<<<\n 7519 1726888128.28444: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy unicodedata\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888128.28447: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n<<<\n 7519 1726888128.28460: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.28508: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.28577: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py<<<\n 7519 1726888128.28580: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.28583: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'<<<\n 7519 1726888128.28587: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.28676: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.28681: stdout chunk (state=3):\n>>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1542e7190><<<\n 7519 1726888128.28686: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.28706: stdout chunk (state=3):\n>>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1542e72e0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n<<<\n 7519 1726888128.28776: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n<<<\n 7519 1726888128.28796: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888128.28801: stdout chunk (state=3):\n>>># destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n<<<\n 7519 1726888128.28804: stdout chunk (state=3):\n>>># destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888128.28807: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py<<<\n 7519 1726888128.28810: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.28815: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888128.28818: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.28820: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.28865: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks<<<\n 7519 1726888128.28868: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.28869: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.28871: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.28916: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py<<<\n 7519 1726888128.28924: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.28947: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.28949: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.29170: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.29178: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.29316: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888128.29546: stderr chunk (state=3):\n>>><<<\n 7519 1726888128.29550: stdout chunk (state=3):\n>>><<<\n 7519 1726888128.29553: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n<<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd83a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bb2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bf0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b88d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bb2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2deb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b31f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b27610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2f640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2d370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889a18dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a188b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09d30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b03610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b16670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b35e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889a2ac70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889b16280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2afa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ad90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ad00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899fe370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899fe460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a32fa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ca30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2c490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899181c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899e8c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ceb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889929af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889929e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993c730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993cc70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898c93a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889929f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898d9280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993c5b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898d9340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f56a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f5760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28899021f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f58e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898e8a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a5b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f5a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2889823670>\\r\\n# zipimport: found 103 names in \\'/tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891857f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889748760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889748400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897487c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891fc7c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891fcb50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891fc9a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891074f0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889741d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889741190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889771a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2190>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2790>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288910dd00>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891e26a0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889796d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891669a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891750d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a9220>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889175100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f288976db80>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28897a0ac0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28897a0d00>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889823820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891720d0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889167370>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889172d00>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891726a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889173130>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891828b0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891b0910>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d046a0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891f57f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d09d90>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891a10a0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccb070>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891aa160>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891a6cd0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d09bb0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a84a60>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ce46d0>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888ce4af0>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888cca250>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccaa30>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19460>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19910>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888d16d00>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d16d60>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d16250>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888aecf70>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d324c0>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19310>\\r\\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\\r\\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\\r\\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\\r\\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a06ca0>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a06fd0>\\r\\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28889e34f0>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a474f0>\\r\\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\\r\\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f288897d190>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288897d2e0>\\r\\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\\r\\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\\r\\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\\r\\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\\r\\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\\r\\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\\r\\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\\r\\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\\r\\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\\r\\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28887f7d00>\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bd100>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bdc10>\\r\\nimport \\'gc\\' # \\r\\n\\r\\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# cleanup[2] removing gc\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy pickle\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy shlex\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping unicodedata\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping _multiprocessing\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy gc\\r\\n# destroy unicodedata\\r\\n# destroy termios\\r\\n# destroy _ssl\\r\\n# destroy _multiprocessing\\r\\n# destroy _queue\\r\\n# destroy _pickle\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888128.29850: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd83a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bb2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bf0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b88d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bb2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2deb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b31f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b27610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2f640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889a18dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a188b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b03610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b16670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b35e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889a2ac70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889b16280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2afa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ad90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ad00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899fe370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899fe460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a32fa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ca30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2c490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899181c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899e8c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ceb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889929af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889929e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993c730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993cc70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898c93a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889929f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898d9280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993c5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898d9340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f56a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f5760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28899021f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f58e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898e8a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a5b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f5a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2889823670>\r\n# zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891857f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889748760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889748400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897487c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891fc7c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891fcb50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891fc9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891074f0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889741d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889741190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889771a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2190>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2790>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288910dd00>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891e26a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889796d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891669a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891750d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a9220>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889175100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f288976db80>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28897a0ac0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28897a0d00>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889823820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891720d0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889167370>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889172d00>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891726a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889173130>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891828b0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891b0910>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d046a0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891f57f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d09d90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891a10a0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccb070>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891aa160>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891a6cd0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d09bb0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a84a60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ce46d0>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888ce4af0>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888cca250>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccaa30>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19460>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19910>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888d16d00>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d16d60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d16250>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888aecf70>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d324c0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19310>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a06ca0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a06fd0>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28889e34f0>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a474f0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f288897d190>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288897d2e0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28887f7d00>\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bd100>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bdc10>\r\nimport 'gc' # \r\n\r\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy unicodedata\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888128.30389: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.30392: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.30394: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.32434: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\n<<<\n 7519 1726888128.32438: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n<<<\n 7519 1726888128.32445: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6535907-7611-162517761604698/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888128.32449: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.32452: variable 'ansible_module_compression' from source: unknown\n 7519 1726888128.32454: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.32458: ANSIBALLZ: Using generic lock for ansible.legacy.dnf\n 7519 1726888128.32556: ANSIBALLZ: Acquiring lock\n 7519 1726888128.32559: ANSIBALLZ: Lock acquired: 140005031086368\n 7519 1726888128.32562: ANSIBALLZ: Creating module\n 7519 1726888128.32564: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.32566: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.32568: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888128.32570: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\n<<<\n 7519 1726888128.32573: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.32574: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.32576: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n<<<\n 7519 1726888128.32579: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.32581: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.32583: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.32585: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.32587: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n<<<\n 7519 1726888128.32589: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.32591: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n<<<\n 7519 1726888128.32593: stdout chunk (state=3):\n>>># cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n<<<\n 7519 1726888128.32597: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing gc\r\n<<<\n 7519 1726888128.32600: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\n<<<\n 7519 1726888128.32603: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n<<<\n 7519 1726888128.32605: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.32910: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.32916: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888128.32918: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888128.32920: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888128.32924: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888128.32927: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 7519 1726888128.32929: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n<<<\n 7519 1726888128.32931: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.33601: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888128.33759: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888128.33930: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.33934: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n<<<\n 7519 1726888128.33937: stdout chunk (state=3):\n>>># destroy datetime\r\n# destroy base64\r\n<<<\n 7519 1726888128.33939: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n<<<\n 7519 1726888128.33941: stdout chunk (state=3):\n>>># destroy json\r\n<<<\n 7519 1726888128.33943: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.33945: stdout chunk (state=3):\n>>># destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n<<<\n 7519 1726888128.33948: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.33950: stdout chunk (state=3):\n>>># cleanup[3] wiping gc\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888128.33952: stdout chunk (state=3):\n>>># destroy gc\r\n# destroy unicodedata\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888128.33954: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n<<<\n 7519 1726888128.33958: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.34008: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.34012: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n<<<\n 7519 1726888128.34017: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.34020: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.34103: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n<<<\n 7519 1726888128.34211: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.34217: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888128.34220: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888128.34226: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.34229: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888128.34231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.34441: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.34675: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888128.34679: stdout chunk (state=3):\n>>><<<\n 7519 1726888128.34683: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669583a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066932850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066970880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066908d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066932d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d3eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668cc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d2640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d3370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066591dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665918b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668aed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668a7610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668ba670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668dae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40665a3c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668ae250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40668ba280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e09d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066576370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066576460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665aafa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664aa1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066561c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e0040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664bcaf0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664bce20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664ce730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664cec70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664663a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664bcf10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066477280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664ce5b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066477340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a39d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664926a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066492760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406649f1f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664928e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066486a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a35b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066492a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f40663c1670>\\r\\n# zipimport: found 103 names in \\'/tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d047f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d95760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d95400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d957c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d6e7c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d6eb50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d6e9a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065c874f0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d8ed30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d8e190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065dbfa90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62190>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62790>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065c8cd00>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d626a0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065de3d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065ce59a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf50d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065df5220>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf5100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065db9b80>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065deeac0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065deed00>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40663c1820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf10d0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065ce7370>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf1d00>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf16a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf2130>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d2d8b0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d32910>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a5970>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d747f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a9d90>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d200a0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586f070>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d29160>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d25cd0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a9bb0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065624a60>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586b940>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406586b520>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586a250>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586aa30>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9460>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9910>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40658b5d00>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b5d60>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b5250>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406568cf70>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658cb4c0>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9310>\\r\\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\\r\\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\\r\\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\\r\\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655a6ca0>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655a6fd0>\\r\\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065597b20>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655e74f0>\\r\\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\\r\\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065511190>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655112e0>\\r\\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\\r\\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\\r\\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\\r\\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\\r\\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\\r\\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\\r\\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\\r\\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\\r\\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\\r\\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065395d00>\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535d4f0>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535df10>\\r\\nimport \\'gc\\' # \\r\\n\\r\\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# cleanup[2] removing gc\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy pickle\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy shlex\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping unicodedata\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping _multiprocessing\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy gc\\r\\n# destroy unicodedata\\r\\n# destroy termios\\r\\n# destroy _ssl\\r\\n# destroy _multiprocessing\\r\\n# destroy _queue\\r\\n# destroy _pickle\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888128.35245: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066932850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066970880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066908d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066932d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d3eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668cc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066591dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665918b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668aed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668a7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668ba670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668dae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40665a3c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668ae250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40668ba280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066576370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066576460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665aafa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664aa1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066561c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664bcaf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664bce20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664ce730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664cec70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664663a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664bcf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066477280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664ce5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066477340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a39d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664926a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066492760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406649f1f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664928e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066486a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a35b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066492a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f40663c1670>\r\n# zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d047f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d95760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d95400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d957c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d6e7c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d6eb50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d6e9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065c874f0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d8ed30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d8e190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065dbfa90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62190>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62790>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065c8cd00>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d626a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065de3d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065ce59a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf50d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065df5220>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf5100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065db9b80>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065deeac0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065deed00>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40663c1820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf10d0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065ce7370>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf1d00>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf16a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf2130>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d2d8b0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d32910>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a5970>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d747f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a9d90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d200a0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586f070>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d29160>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d25cd0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a9bb0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065624a60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586b940>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406586b520>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586a250>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586aa30>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9460>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9910>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40658b5d00>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b5d60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b5250>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406568cf70>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658cb4c0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9310>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655a6ca0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655a6fd0>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065597b20>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655e74f0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065511190>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655112e0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065395d00>\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535d4f0>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535df10>\r\nimport 'gc' # \r\n\r\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy unicodedata\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888128.38511: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6766841-7613-82229323503035/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888128.38515: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\n<<<\n 7519 1726888128.38518: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.38522: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n<<<\n 7519 1726888128.38626: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38631: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38633: variable 'ansible_module_compression' from source: unknown\n 7519 1726888128.38638: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n<<<\n 7519 1726888128.38640: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38642: ANSIBALLZ: Using generic lock for ansible.legacy.dnf\n 7519 1726888128.38646: ANSIBALLZ: Acquiring lock\n 7519 1726888128.38648: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38650: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.38655: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.38657: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38658: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n<<<\n 7519 1726888128.38660: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38664: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38666: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n<<<\n 7519 1726888128.38669: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38671: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.38673: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.38675: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n<<<\n 7519 1726888128.38677: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.38679: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.38681: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38683: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py<<<\n 7519 1726888128.38685: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.38687: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38688: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38690: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n<<<\n 7519 1726888128.38692: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38696: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.38699: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38817: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.38828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.38831: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38835: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.38837: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38840: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.38843: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38845: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n<<<\n 7519 1726888128.38847: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38849: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.38932: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n<<<\n 7519 1726888128.38938: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.39030: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.39129: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n<<<\n 7519 1726888128.39132: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.39224: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.39354: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py<<<\n 7519 1726888128.39359: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py<<<\n 7519 1726888128.39386: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.39397: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.39399: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.39508: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.39658: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\n<<<\n 7519 1726888128.39661: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n<<<\n 7519 1726888128.39882: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.40568: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n<<<\n 7519 1726888128.40571: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n<<<\n 7519 1726888128.40578: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\n<<<\n 7519 1726888128.40581: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15416cac0>\r\n<<<\n 7519 1726888128.40588: stdout chunk (state=3):\n>>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132fd0>\r\n<<<\n 7519 1726888128.40716: stdout chunk (state=3):\n>>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132d60>\r\n<<<\n 7519 1726888128.42778: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888128.43410: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n<<<\n 7519 1726888128.44203: stdout chunk (state=3):\n>>># clear builtins._\r\n<<<\n 7519 1726888128.44261: stdout chunk (state=3):\n>>># clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888128.44404: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n<<<\n 7519 1726888128.44546: stdout chunk (state=3):\n>>># clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n<<<\n 7519 1726888128.44704: stdout chunk (state=3):\n>>># cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n<<<\n 7519 1726888128.44860: stdout chunk (state=3):\n>>># cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n<<<\n 7519 1726888128.45107: stdout chunk (state=3):\n>>># cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator<<<\n 7519 1726888128.45187: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64<<<\n 7519 1726888128.45232: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n<<<\n 7519 1726888128.45270: stdout chunk (state=3):\n>>># cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2<<<\n 7519 1726888128.45284: stdout chunk (state=3):\n>>>\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n<<<\n 7519 1726888128.45340: stdout chunk (state=3):\n>>># cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n<<<\n 7519 1726888128.45376: stdout chunk (state=3):\n>>># cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n<<<\n 7519 1726888128.45421: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux<<<\n 7519 1726888128.45425: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast<<<\n 7519 1726888128.45464: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction<<<\n 7519 1726888128.45494: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime<<<\n 7519 1726888128.45533: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass<<<\n 7519 1726888128.45589: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd<<<\n 7519 1726888128.45636: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils<<<\n 7519 1726888128.45691: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd<<<\n 7519 1726888128.45694: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing gc<<<\n 7519 1726888128.45968: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.46067: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888128.46142: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888128.46205: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888128.46280: stdout chunk (state=3):\n>>># destroy _compression\r\n<<<\n 7519 1726888128.46295: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888128.46445: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n<<<\n 7519 1726888128.46476: stdout chunk (state=3):\n>>># destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888128.46537: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888128.46635: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888128.46744: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n<<<\n 7519 1726888128.46821: stdout chunk (state=3):\n>>># destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n<<<\n 7519 1726888128.46879: stdout chunk (state=3):\n>>># destroy queue\r\n# destroy multiprocessing.process\r\n<<<\n 7519 1726888128.46933: stdout chunk (state=3):\n>>># destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n<<<\n 7519 1726888128.46948: stdout chunk (state=3):\n>>># destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n<<<\n 7519 1726888128.47598: stdout chunk (state=3):\n>>># destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy unicodedata\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888128.48109: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888128.48115: stdout chunk (state=3):\n>>><<<\n 7519 1726888128.48118: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557583a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155732850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155770880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155708d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155732d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556aeeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b1f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556a7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ad640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ae370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155630dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556308b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689d30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155682610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155696670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b5e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155642c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155696280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155372370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155372460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15564afa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15529b1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15535dc70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552adaf0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552ade20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bf730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bfc70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15524d3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552adf10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15525d280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bf5b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15525d340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556429d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552796a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155279760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552851f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552798e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15526ca30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556425b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155279a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff155199670>\\r\\n# zipimport: found 103 names in \\'/tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b047f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b95760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b95400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b957c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b767c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b76b50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b769a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154a874f0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b8ed30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b8e190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154bbda90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62190>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62790>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154a8cd00>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b626a0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154be3d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154ae59a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af50d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154bf5220>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af5100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154bb9b80>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154beeac0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154beed00>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155199820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af10d0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154ae7370>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af1d00>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af16a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af3130>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b028b0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b2f910>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467b6a0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b747f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467fd90>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b200a0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154659fa0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b29160>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b25cd0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467fbb0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1543faa60>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15465c6d0>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15465caf0>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640250>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640a30>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f460>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f910>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15468bd00>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468bd60>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468b250>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154462f70>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1546a14c0>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f310>\\r\\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\\r\\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\\r\\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\\r\\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15437cca0>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15437cfd0>\\r\\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15436bb20>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1543bd4f0>\\r\\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\\r\\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1542e7190>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1542e72e0>\\r\\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\\r\\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\\r\\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\\r\\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\\r\\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\\r\\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\\r\\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\\r\\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\\r\\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\\r\\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15416cac0>\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132fd0>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132d60>\\r\\nimport \\'gc\\' # \\r\\n\\r\\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# cleanup[2] removing gc\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy pickle\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy shlex\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping unicodedata\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping _multiprocessing\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy gc\\r\\n# destroy unicodedata\\r\\n# destroy termios\\r\\n# destroy _ssl\\r\\n# destroy _multiprocessing\\r\\n# destroy _queue\\r\\n# destroy _pickle\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888128.48649: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155732850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155770880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155708d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155732d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556aeeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556a7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ad640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155630dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556308b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155682610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155696670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155642c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155696280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155372370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155372460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15564afa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15529b1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15535dc70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552adaf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552ade20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bf730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bfc70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15524d3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552adf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15525d280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bf5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15525d340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556429d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552796a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155279760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552851f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552798e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15526ca30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556425b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155279a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff155199670>\r\n# zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b047f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b95760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b95400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b957c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b767c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b76b50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b769a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154a874f0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b8ed30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b8e190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154bbda90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62190>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62790>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154a8cd00>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b626a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154be3d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154ae59a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af50d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154bf5220>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af5100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154bb9b80>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154beeac0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154beed00>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155199820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af10d0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154ae7370>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af1d00>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af16a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af3130>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b028b0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b2f910>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467b6a0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b747f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467fd90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b200a0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154659fa0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b29160>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b25cd0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467fbb0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1543faa60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15465c6d0>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15465caf0>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640250>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640a30>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f460>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f910>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15468bd00>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468bd60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468b250>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154462f70>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1546a14c0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f310>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15437cca0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15437cfd0>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15436bb20>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1543bd4f0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1542e7190>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1542e72e0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15416cac0>\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132fd0>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132d60>\r\nimport 'gc' # \r\n\r\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy unicodedata\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888128.50100: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6767042-7612-22522838152780/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888128.50112: variable 'ansible_module_compression' from source: unknown\n 7519 1726888128.50118: ANSIBALLZ: Using generic lock for ansible.legacy.dnf\n 7519 1726888128.50121: ANSIBALLZ: Acquiring lock\n 7519 1726888128.53949: ANSIBALLZ: Writing module into payload\n 7519 1726888128.54236: ANSIBALLZ: Writing module\n 7519 1726888128.54273: ANSIBALLZ: Renaming module\n 7519 1726888128.54301: ANSIBALLZ: Done creating module\n 7519 1726888128.54322: ANSIBALLZ: Lock acquired: 140005031086368\n 7519 1726888128.54364: ANSIBALLZ: Reading module after lock\n 7519 1726888128.54367: ANSIBALLZ: Lock acquired: 140005031086368\n 7519 1726888128.54370: ANSIBALLZ: Reading module after lock\n 7519 1726888128.54372: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888128.54553: variable 'ansible_facts' from source: host vars for 'managed_node2'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py\n 7519 1726888128.54559: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py\n 7519 1726888128.54562: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9f5fde3h TO /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp28iqy5i1 TO /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888128.54577: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888128.54680: Sending initial data\n 7519 1726888128.54683: Sent initial data (149 bytes)\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py\n 7519 1726888128.54688: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpr8q0zdd4 TO /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888128.54852: Sending initial data\n 7519 1726888128.54855: Sent initial data (149 bytes)\n 7519 1726888128.55348: Sending initial data\n 7519 1726888128.55351: Sent initial data (150 bytes)\n 7519 1726888128.56948: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888128.56979: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.56997: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.57015: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888128.57084: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.57129: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888128.57141: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888128.57151: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888128.57164: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888128.57188: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888128.57204: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.57254: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.57258: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.57286: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888128.57290: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.57292: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.57295: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.57307: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888128.57320: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888128.57328: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888128.57337: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.57346: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.57359: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888128.57365: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.57438: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888128.57441: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888128.57443: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888128.57445: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888128.57447: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888128.57449: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.57451: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.57562: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888128.57578: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888128.57600: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.57624: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888128.57645: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888128.57662: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888128.57669: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888128.57675: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888128.57682: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888128.57693: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888128.57754: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888128.57764: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888128.57799: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888128.57816: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888128.57819: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888128.57835: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888128.57906: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888128.58030: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.58033: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.58070: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.58074: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888128.58076: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.58162: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888128.58167: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888128.58170: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888128.58173: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888128.58184: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888128.58239: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888128.59554: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888128.59647: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpr8q0zdd4\r\n<<<\n 7519 1726888128.59651: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpr8q0zdd4 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py\n<<<\n 7519 1726888128.59741: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py M:0x001a\r\n<<<\n 7519 1726888128.60464: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161563\r\n<<<\n 7519 1726888128.60780: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888128.60783: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888128.60834: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888128.60875: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888128.60879: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888128.60912: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9f5fde3h\r\n<<<\n 7519 1726888128.60915: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9f5fde3h /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py\n<<<\n 7519 1726888128.60917: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888128.60919: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888128.60973: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py M:0x001a\r\n<<<\n 7519 1726888128.60977: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp28iqy5i1\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888128.60979: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp28iqy5i1 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py\n<<<\n 7519 1726888128.61051: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py M:0x001a\r\n<<<\n 7519 1726888128.61560: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562\r\n<<<\n 7519 1726888128.62346: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562\r\n<<<\n 7519 1726888128.62359: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 161563 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888128.62401: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888128.62569: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888128.62595: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 161562 bytes at 0\r\n<<<\n 7519 1726888128.62605: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888128.62645: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888128.62655: stderr chunk (state=3):\n>>><<<\n 7519 1726888128.62660: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpr8q0zdd4 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpr8q0zdd4\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161563\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 161563 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888128.62876: done transferring module to remote\n 7519 1726888128.62879: _low_level_execute_command(): starting\n 7519 1726888128.62887: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888128.62894: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 7519 1726888128.62942: stderr chunk (state=3):\n>>><<<\n 7519 1726888128.62946: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 161562 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888128.62949: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9f5fde3h /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9f5fde3h\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 161562 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888128.63064: done transferring module to remote\n 7519 1726888128.63067: _low_level_execute_command(): starting\n 7519 1726888128.63070: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 7519 1726888128.63106: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888128.63443: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888128.63446: stderr chunk (state=3):\n>>><<<\n 7519 1726888128.63449: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp28iqy5i1 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp28iqy5i1\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 161562 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888128.63456: done transferring module to remote\n 7519 1726888128.63458: _low_level_execute_command(): starting\n 7519 1726888128.63461: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 7519 1726888128.64370: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888128.64660: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.64663: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.64830: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888128.64834: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.64836: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.64838: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.64841: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888128.64851: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.64864: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.64877: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.64895: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888128.64909: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888128.64921: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.64965: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888128.64976: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888128.64987: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888128.65000: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888128.65020: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888128.65038: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888128.65073: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888128.65079: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888128.65121: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888128.65131: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.65144: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.65158: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888128.65169: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888128.65178: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888128.65189: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.65201: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.65214: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888128.65228: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.65240: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888128.65250: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888128.65259: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888128.65272: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888128.65283: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888128.65295: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.65305: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.65611: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.65621: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.65654: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888128.65669: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888128.65680: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888128.65706: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888128.65718: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888128.65733: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888128.65744: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888128.65756: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888128.65772: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888128.65802: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888128.65856: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888128.65883: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888128.65889: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 7519 1726888128.65896: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.65902: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.65919: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888128.65931: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.65936: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.66007: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888128.66030: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888128.66047: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888128.66072: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888128.67639: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888128.67676: stderr chunk (state=3):\n>>><<<\n 7519 1726888128.67680: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888128.67704: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888128.67707: _low_level_execute_command(): starting\n 7519 1726888128.67816: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 7519 1726888128.67838: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888128.68019: stderr chunk (state=3):\n>>><<<\n 7519 1726888128.68026: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888128.68035: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888128.68040: _low_level_execute_command(): starting\n 7519 1726888128.68043: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 7519 1726888128.68368: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888128.68371: stdout chunk (state=3):\n>>><<<\n 7519 1726888128.68379: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888128.68432: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888128.68435: _low_level_execute_command(): starting\n 7519 1726888128.68438: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 7519 1726888128.69161: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888128.69314: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888128.69398: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.69420: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.69435: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888128.69442: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.69479: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888128.69486: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888128.69494: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888128.69511: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888128.69535: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888128.69544: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.69552: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.69563: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888128.69570: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888128.69576: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888128.69584: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.69593: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.69627: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888128.69643: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.69651: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888128.69730: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888128.69738: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888128.69754: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888128.69763: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888128.69771: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.69779: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.69941: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888128.69954: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888128.69966: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.69973: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.69978: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888128.69983: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.69992: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888128.70008: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888128.70026: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888128.70033: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888128.70041: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888128.70052: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888128.70075: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888128.70078: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888128.70107: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888128.70172: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888128.70229: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888128.70236: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888128.70246: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888128.70249: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.70252: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888128.70258: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888128.70270: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.70273: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.70284: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888128.70287: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.70306: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888128.70309: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.70320: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888128.70334: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888128.70348: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.70351: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888128.70353: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888128.70366: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888128.70368: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.70371: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888128.70375: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888128.70391: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.70420: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.70441: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888128.70454: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888128.70465: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888128.70477: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888128.70497: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888128.70533: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888128.70548: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.70561: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888128.70572: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888128.70583: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888128.70600: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888128.70632: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888128.70637: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888128.70645: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888128.70657: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888128.70660: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.70663: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.70673: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888128.70682: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888128.70692: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888128.70704: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888128.70718: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888128.70735: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888128.70741: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888128.70755: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888128.70768: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888128.70781: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888128.70786: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888128.70793: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888128.70799: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888128.70809: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888128.70840: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888128.70845: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888128.70877: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888128.70895: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888128.70899: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888128.70910: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888128.70932: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888128.70951: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888128.70964: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888128.70977: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888128.70988: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888128.71005: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888128.71036: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888128.71098: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888128.72866: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888128.72870: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888128.72940: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888128.72991: stdout chunk (state=3):\n>>>import '_thread' # <<<\n 7519 1726888128.73042: stdout chunk (state=3):\n>>>\r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888128.73060: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888128.73063: stdout chunk (state=3):\n>>>import 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888128.73155: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888128.73199: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.73214: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8dc0>\r\n<<<\n 7519 1726888128.73311: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888128.73538: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8ac0>\r\n<<<\n 7519 1726888128.73595: stdout chunk (state=3):\n>>>import '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888128.73599: stdout chunk (state=3):\n>>>import 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888128.73602: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434190>\r\n<<<\n 7519 1726888128.73604: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888128.73606: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888128.73849: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3dc0>\r\n<<<\n 7519 1726888128.73954: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894457850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434940>\r\n<<<\n 7519 1726888128.73996: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894495880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589442dd90>\r\n<<<\n 7519 1726888128.73999: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888128.74025: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888128.74064: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3ac0>\r\n<<<\n 7519 1726888128.74084: stdout chunk (state=3):\n>>>import '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888128.74087: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 7519 1726888128.74090: stdout chunk (state=3):\n>>>import '_warnings' # \r\n<<<\n 7519 1726888128.74092: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888128.74095: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 7519 1726888128.74098: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894457d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888128.74101: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888128.74910: stdout chunk (state=3):\n>>>import '_abc' # <<<\n 7519 1726888128.75137: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888128.75235: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888128.75259: stdout chunk (state=3):\n>>>\r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798940>\r\n<<<\n 7519 1726888128.75263: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798670><<<\n 7519 1726888128.75266: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.75269: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888128.75336: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888128.75393: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'<<<\n 7519 1726888128.75397: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888128.75400: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.75402: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888128.75475: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888128.75479: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'<<<\n 7519 1726888128.75482: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.75484: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888128.75487: stdout chunk (state=3):\n>>>import 'zipimport' # <<<\n 7519 1726888128.75490: stdout chunk (state=3):\n>>>\r\n# installed zipimport hook<<<\n 7519 1726888128.75602: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.75645: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py<<<\n 7519 1726888128.75680: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\n<<<\n 7519 1726888128.75695: stdout chunk (state=3):\n>>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f190><<<\n 7519 1726888128.75700: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888128.75712: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.75715: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.75718: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888128.75721: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888128.75729: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888128.75732: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888128.75734: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888128.75736: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941adeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941a7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941af640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941ad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888128.75740: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643dc0>\r\n<<<\n 7519 1726888128.75742: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888128.75744: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f220>\r\n<<<\n 7519 1726888128.75750: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888128.75754: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'<<<\n 7519 1726888128.75756: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.75760: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888128.75763: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d83a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888128.75765: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.75767: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643ac0>\r\n<<<\n 7519 1726888128.75769: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf772850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7b0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888128.75773: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf748d90>\r\n<<<\n 7519 1726888128.75775: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58940b9dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b98b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9e80>\r\nimport '_collections' # \r\n<<<\n 7519 1726888128.76174: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n<<<\n 7519 1726888128.76177: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\n<<<\n 7519 1726888128.76180: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112d30>\r\nimport '_functools' # \r\n<<<\n 7519 1726888128.76181: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589410c610>\r\n<<<\n 7519 1726888128.76183: stdout chunk (state=3):\n>>>import '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888128.76185: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589411f670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b5e20>\r\n<<<\n 7519 1726888128.76187: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888128.76189: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.76192: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58940cbc70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112250>\r\n<<<\n 7519 1726888128.76194: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n<<<\n 7519 1726888128.76196: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8940><<<\n 7519 1726888128.76199: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589411f280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888128.76202: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.76208: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.76211: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8670><<<\n 7519 1726888128.76732: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.76739: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888128.76742: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbfa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbd90>\r\n<<<\n 7519 1726888128.76746: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py<<<\n 7519 1726888128.76749: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.76754: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\n<<<\n 7519 1726888128.76756: stdout chunk (state=3):\n>>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbd00>\r\n<<<\n 7519 1726888128.76758: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888128.76762: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888128.76764: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888128.76766: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888128.76768: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888128.76769: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888128.76771: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888128.76773: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py<<<\n 7519 1726888128.76776: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.77101: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77113: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77119: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589409f370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888128.77125: stdout chunk (state=3):\n>>>import '_stat' # <<<\n 7519 1726888128.77128: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.77136: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77139: stdout chunk (state=3):\n>>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f190>\r\n<<<\n 7519 1726888128.77142: stdout chunk (state=3):\n>>>import '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf772d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888128.77145: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589409f460>\r\n<<<\n 7519 1726888128.77150: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py<<<\n 7519 1726888128.77154: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.77156: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888128.77158: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77160: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77161: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940d3fa0>\r\n<<<\n 7519 1726888128.77163: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'<<<\n 7519 1726888128.77165: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.77168: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cda30>\r\n<<<\n 7519 1726888128.77170: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cd490>\r\n<<<\n 7519 1726888128.77172: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888128.77173: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888128.77175: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77177: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77179: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888128.77181: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888128.77355: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888128.77364: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'<<<\n 7519 1726888128.77370: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77374: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fed1c0>\r\n<<<\n 7519 1726888128.77379: stdout chunk (state=3):\n>>>\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf713eb0>\r\n<<<\n 7519 1726888128.77381: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894089c70>\r\n<<<\n 7519 1726888128.77384: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cdeb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888128.77387: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf716f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888128.77389: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n<<<\n 7519 1726888128.77390: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fffaf0>\r\nimport 'errno' # \r\n<<<\n 7519 1726888128.77392: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # <<<\n 7519 1726888128.77394: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.77398: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fffe20>\r\n<<<\n 7519 1726888128.77403: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77406: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113b2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113f0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11388d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113b2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888128.77416: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894012730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888128.77424: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888128.77429: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77675: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77682: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894012c70>\r\n<<<\n 7519 1726888128.77684: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf70c610>\r\n<<<\n 7519 1726888128.77686: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf712640><<<\n 7519 1726888128.77688: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893f9e3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893ffff10>\r\n<<<\n 7519 1726888128.77690: stdout chunk (state=3):\n>>>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf713370><<<\n 7519 1726888128.77692: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fae280>\r\n<<<\n 7519 1726888128.77696: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940125b0>\r\n<<<\n 7519 1726888128.77701: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 7519 1726888128.77703: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888128.77708: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fae340>\r\n<<<\n 7519 1726888128.77710: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77711: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77715: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888128.77717: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77719: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888128.77721: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888128.77723: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888128.77725: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888128.77804: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78004: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca6a0>\r\n<<<\n 7519 1726888128.78007: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78009: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78011: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132eeb0>\r\n<<<\n 7519 1726888128.78016: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888128.78018: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78020: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca850>\r\n<<<\n 7519 1726888128.78021: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11331f40>\r\n<<<\n 7519 1726888128.78025: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf61edc0><<<\n 7519 1726888128.78027: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n<<<\n 7519 1726888128.78030: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78034: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888128.78036: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.78037: stdout chunk (state=3):\n>>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61e8b0>\r\nimport 'itertools' # \r\n<<<\n 7519 1726888128.78043: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78049: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78050: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11327610>\r\n<<<\n 7519 1726888128.78052: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61eeb0>\r\n<<<\n 7519 1726888128.78054: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132d640>\r\n<<<\n 7519 1726888128.78056: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132e370>\r\n<<<\n 7519 1726888128.78059: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888128.78061: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888128.78063: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.78065: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fcaca0>\r\n<<<\n 7519 1726888128.78066: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78068: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fd71f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca8e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fbda30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb5b0>\r\n<<<\n 7519 1726888128.78070: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888128.78072: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888128.78073: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78075: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61ef70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61ee80>\r\nimport '_collections' # \r\n<<<\n 7519 1726888128.78077: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11239dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d112398b0>\r\nimport 'itertools' # \r\n<<<\n 7519 1726888128.78078: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677d30>\r\n<<<\n 7519 1726888128.78080: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239eb0>\r\n<<<\n 7519 1726888128.78082: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fcaa90>\r\n<<<\n 7519 1726888128.78083: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888128.78088: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888128.78283: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf670610><<<\n 7519 1726888128.78288: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78294: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292d30>\r\n<<<\n 7519 1726888128.78300: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5893eea670>\r\n<<<\n 7519 1726888128.78302: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888128.78305: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf684670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf71ae20>\r\n<<<\n 7519 1726888128.78306: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'<<<\n 7519 1726888128.78351: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.78357: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1128b610>\r\n<<<\n 7519 1726888128.78360: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip'\r\n<<<\n 7519 1726888128.78511: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.78518: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1129f670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11335e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1124bc70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292250>\r\n<<<\n 7519 1726888128.78520: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.78583: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf630c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.78598: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888128.78604: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf684280>\r\n<<<\n 7519 1726888128.78610: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1129f280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78615: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.78619: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7209d0>\r\n<<<\n 7519 1726888128.78622: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py<<<\n 7519 1726888128.78628: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.78630: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78887: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bfa0>\r\n<<<\n 7519 1726888128.78897: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bd90>\r\n<<<\n 7519 1726888128.78900: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bd00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78906: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888128.78911: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78916: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1121e370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888128.78918: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78926: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630d00>\r\n<<<\n 7519 1726888128.78929: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78931: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py<<<\n 7519 1726888128.78933: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.78934: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'<<<\n 7519 1726888128.78936: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.78938: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1121e460>\r\n<<<\n 7519 1726888128.78940: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n<<<\n 7519 1726888128.78941: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78943: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888128.78945: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11253fa0>\r\n<<<\n 7519 1726888128.78948: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78950: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124da30>\r\n<<<\n 7519 1726888128.78951: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124d490>\r\n<<<\n 7519 1726888128.78953: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888128.78955: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3fa370><<<\n 7519 1726888128.78956: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.78958: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888128.78960: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py<<<\n 7519 1726888128.78964: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.79170: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888128.79173: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d111521c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11209c70>\r\n<<<\n 7519 1726888128.79176: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3fa460>\r\n<<<\n 7519 1726888128.79178: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124deb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888128.79180: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11164af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11164e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888128.79182: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n<<<\n 7519 1726888128.79183: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11176730>\r\n<<<\n 7519 1726888128.79296: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf638fa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632a30>\r\n<<<\n 7519 1726888128.79312: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632490><<<\n 7519 1726888128.79316: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.79318: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888128.79320: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888128.79322: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'<<<\n 7519 1726888128.79325: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.79327: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11176c70>\r\n<<<\n 7519 1726888128.79328: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.79330: stdout chunk (state=3):\n>>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d111033a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11164f10>\r\n<<<\n 7519 1726888128.79332: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888128.79333: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888128.79335: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'<<<\n 7519 1726888128.79336: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.79338: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.79340: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11114280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d111765b0>\r\n<<<\n 7519 1726888128.79342: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 7519 1726888128.79343: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888128.79345: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf32e1c0>\r\n<<<\n 7519 1726888128.79346: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11114340>\r\n<<<\n 7519 1726888128.79348: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888128.79353: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3e5c70>\r\n<<<\n 7519 1726888128.79357: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888128.79552: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888128.79599: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.79605: stdout chunk (state=3):\n>>># extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n<<<\n 7519 1726888128.79872: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888128.79879: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf720040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py<<<\n 7519 1726888128.79883: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f760>\r\n<<<\n 7519 1726888128.79886: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.79891: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f850>\r\n<<<\n 7519 1726888128.79893: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888128.79898: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py<<<\n 7519 1726888128.79900: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80062: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf340af0><<<\n 7519 1726888128.80086: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.80089: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80091: stdout chunk (state=3):\n>>>import 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.80092: stdout chunk (state=3):\n>>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf340e20>\r\n<<<\n 7519 1726888128.80094: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n<<<\n 7519 1726888128.80096: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'<<<\n 7519 1726888128.80098: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112fca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1113c1f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f8e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11123a30>\r\n<<<\n 7519 1726888128.80099: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.80101: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf352730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888128.80103: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80104: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b5b0>\r\n<<<\n 7519 1726888128.80106: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888128.80107: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf352c70><<<\n 7519 1726888128.80109: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.80111: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112fa90>\r\n<<<\n 7519 1726888128.80115: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2eb3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf340f10>\r\n<<<\n 7519 1726888128.80117: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py<<<\n 7519 1726888128.80118: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.80120: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893de97f0>\r\n<<<\n 7519 1726888128.80122: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80125: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888128.80127: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80129: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80131: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0d1105e670>\r\n<<<\n 7519 1726888128.80133: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2fb280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3525b0>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888128.80136: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.80137: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dfa760>\r\n<<<\n 7519 1726888128.80139: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2fb340>\r\n<<<\n 7519 1726888128.80141: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa640>\r\n<<<\n 7519 1726888128.80142: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa370>\r\n<<<\n 7519 1726888128.80144: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80145: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6309d0><<<\n 7519 1726888128.80147: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.80149: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip'\r\n<<<\n 7519 1726888128.80151: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa190>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888128.80152: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.80154: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dfa400>\r\n<<<\n 7519 1726888128.80156: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888128.80157: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.80159: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80161: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888128.80163: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa7c0>\r\n<<<\n 7519 1726888128.80164: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.80166: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80167: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888128.80169: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.80171: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80172: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80174: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.80175: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d687c0>\r\n<<<\n 7519 1726888128.80177: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80179: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.80180: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d68b50>\r\n<<<\n 7519 1726888128.80182: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d689a0>\r\n<<<\n 7519 1726888128.80184: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888128.80554: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80598: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d86b20>\r\n<<<\n 7519 1726888128.80601: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf3176a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf317760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80603: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e73d30>\r\n<<<\n 7519 1726888128.80605: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa520>\r\n<<<\n 7519 1726888128.80610: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888128.80612: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80620: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e73190>\r\n<<<\n 7519 1726888128.80739: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888128.80745: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80748: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n<<<\n 7519 1726888128.80750: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80751: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888128.80753: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80755: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317ca0>\r\n<<<\n 7519 1726888128.80756: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888128.80758: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893de4a90>\r\n<<<\n 7519 1726888128.80760: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.80761: stdout chunk (state=3):\n>>>\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf3231f0>\r\n<<<\n 7519 1726888128.80765: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18880>\r\n<<<\n 7519 1726888128.80767: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d80310>\r\n<<<\n 7519 1726888128.80769: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3178e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf30aa30>\r\n<<<\n 7519 1726888128.80774: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893e18970>\r\n<<<\n 7519 1726888128.80776: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e48d30>\r\n<<<\n 7519 1726888128.80780: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6305b0>\r\n<<<\n 7519 1726888128.80782: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py<<<\n 7519 1726888128.80786: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.80788: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80790: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888128.80791: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80793: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.80795: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d4a9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e50>\r\n<<<\n 7519 1726888128.80796: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80800: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf317a90>\r\n<<<\n 7519 1726888128.80802: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80947: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d580d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888128.80950: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.80959: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888128.80961: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888128.80963: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888128.80965: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e1f700>\r\n<<<\n 7519 1726888128.80967: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faacf237670>\r\n<<<\n 7519 1726888128.81072: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d58100>\r\n<<<\n 7519 1726888128.81146: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip'\r\n<<<\n 7519 1726888128.81190: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d56580>\r\n<<<\n 7519 1726888128.81193: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.81195: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.81205: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d56640>\r\n<<<\n 7519 1726888128.81242: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d55c70>\r\n<<<\n 7519 1726888128.81246: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893eea820>\r\n<<<\n 7519 1726888128.81271: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n<<<\n 7519 1726888128.81274: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888128.81317: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888128.81320: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888128.81326: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.81383: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.81401: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893ddbaf0>\r\n<<<\n 7519 1726888128.81407: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888128.81410: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.81411: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.81447: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.81449: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py<<<\n 7519 1726888128.81452: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.81483: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.81486: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.81534: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.81537: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dda9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d4b850>\r\n<<<\n 7519 1726888128.81579: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893ddb520>\r\n<<<\n 7519 1726888128.81582: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e13ac0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.81611: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.81630: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888128.81633: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.81694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.81806: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.81810: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.81816: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.81819: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888128.81834: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.81925: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.82018: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.82488: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.82945: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888128.82985: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888128.82989: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.83045: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893402d30>\r\n<<<\n 7519 1726888128.83126: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888128.83130: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937e7550>\r\n<<<\n 7519 1726888128.83132: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dcfd0>\r\n<<<\n 7519 1726888128.83182: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888128.83188: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.83213: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.83217: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888128.83229: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.83332: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888128.83351: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f5c7f0>\r\n<<<\n 7519 1726888128.83379: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n<<<\n 7519 1726888128.83382: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.83470: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.83527: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888128.83530: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888128.83532: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888128.83534: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.83537: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f6e760>\r\n<<<\n 7519 1726888128.83538: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e640>\r\n<<<\n 7519 1726888128.83540: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888128.83542: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e370>\r\n<<<\n 7519 1726888128.83544: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.83546: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dd09d0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.83548: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888128.83550: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888128.83639: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e490>\r\n<<<\n 7519 1726888128.83642: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e190>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888128.83645: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f6e400>\r\n<<<\n 7519 1726888128.83647: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888128.83677: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888128.83737: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e7c0>\r\n<<<\n 7519 1726888128.83749: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888128.83770: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888128.83789: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888128.83843: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888128.83847: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888128.83849: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888128.83919: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.83954: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f80850>\r\n<<<\n 7519 1726888128.83995: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f804c0>\r\n<<<\n 7519 1726888128.84045: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f80670>\r\n<<<\n 7519 1726888128.84048: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888128.84080: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888128.84144: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109ccb20>\r\n<<<\n 7519 1726888128.84147: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fe7d30>\r\n<<<\n 7519 1726888128.84256: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.84307: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.84385: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888128.84388: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.84470: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.84660: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.84801: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e520>\r\n<<<\n 7519 1726888128.84827: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888128.84830: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fe7190>\r\n<<<\n 7519 1726888128.84833: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.84875: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888128.84879: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888128.84881: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888128.85862: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888128.85865: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.85867: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.85870: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888128.85872: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109a7a90>\r\n<<<\n 7519 1726888128.85874: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888128.85876: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.85878: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109c6310>\r\n<<<\n 7519 1726888128.85893: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f46970>\r\n<<<\n 7519 1726888128.85896: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fbcd30>\r\n<<<\n 7519 1726888128.85899: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888128.85902: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888128.85904: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888128.85905: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.85911: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888128.85914: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888128.85916: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.85947: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebee7f0><<<\n 7519 1726888128.85951: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.85953: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py<<<\n 7519 1726888128.85955: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888128.85957: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.85959: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888128.86000: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py<<<\n 7519 1726888128.86208: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'<<<\n 7519 1726888128.86211: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.86215: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893402610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.86218: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.86220: stdout chunk (state=3):\n>>>\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.86297: stdout chunk (state=3):\n>>>\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf147760><<<\n 7519 1726888128.86302: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.86308: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888128.86313: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888128.86509: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147640>\r\n<<<\n 7519 1726888128.86514: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.86521: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.86525: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147370>\r\n<<<\n 7519 1726888128.86528: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.86530: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py<<<\n 7519 1726888128.86532: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.86534: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'<<<\n 7519 1726888128.86536: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.86538: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.86540: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.86542: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147490>\r\n<<<\n 7519 1726888128.86544: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147190>\r\n<<<\n 7519 1726888128.86546: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888128.87042: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.87046: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.87048: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87050: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf147400>\r\n<<<\n 7519 1726888128.87052: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py<<<\n 7519 1726888128.87054: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888128.87056: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87058: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.87060: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888128.87063: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893e627f0>\r\n<<<\n 7519 1726888128.87065: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dda610>\r\n<<<\n 7519 1726888128.87067: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1477c0><<<\n 7519 1726888128.87069: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87071: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888128.87073: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py<<<\n 7519 1726888128.87075: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.87077: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87082: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1098f9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f92700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1099e100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099c580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099c640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099bc70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1105e820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4faf0>\r\n<<<\n 7519 1726888128.87087: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<<\n 7519 1726888128.87090: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87092: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py<<<\n 7519 1726888128.87094: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87095: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'<<<\n 7519 1726888128.87098: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.87100: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87102: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py<<<\n 7519 1726888128.87104: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87106: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.87108: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888128.87110: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.87112: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888128.87116: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf159850>\r\n<<<\n 7519 1726888128.87119: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4d9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10991850>\r\n<<<\n 7519 1726888128.87539: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4f520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f87ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.87543: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.87545: stdout chunk (state=3):\n>>>\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.87548: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888128.87550: stdout chunk (state=3):\n>>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf1594c0><<<\n 7519 1726888128.87552: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87554: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.87557: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf159670>\r\n<<<\n 7519 1726888128.87561: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.87564: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937f9c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dfbb0>\r\n<<<\n 7519 1726888128.87639: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py<<<\n 7519 1726888128.87648: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87674: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888128.87679: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.87701: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb8cb20>\r\n<<<\n 7519 1726888128.87703: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1c0d30>\r\n<<<\n 7519 1726888128.87706: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dd7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888128.87708: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888128.87710: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.87714: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.87717: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.87719: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.87721: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147520><<<\n 7519 1726888128.87725: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87727: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888128.87729: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.87731: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888128.87733: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1c0190><<<\n 7519 1726888128.87734: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87736: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py<<<\n 7519 1726888128.87740: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87743: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'<<<\n 7519 1726888128.87744: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87808: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py<<<\n 7519 1726888128.87811: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'<<<\n 7519 1726888128.87816: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87819: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py<<<\n 7519 1726888128.87821: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87826: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'<<<\n 7519 1726888128.87851: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87854: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.87857: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888128.87864: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'<<<\n 7519 1726888128.87867: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87869: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb68a90><<<\n 7519 1726888128.87871: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87873: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8e80>\r\n<<<\n 7519 1726888128.87875: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8880><<<\n 7519 1726888128.87876: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87878: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb86310><<<\n 7519 1726888128.87882: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.87883: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.87888: stdout chunk (state=3):\n>>>\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.88148: stdout chunk (state=3):\n>>>\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebd8970>\r\n<<<\n 7519 1726888128.88156: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n<<<\n 7519 1726888128.88159: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf195d30><<<\n 7519 1726888128.88161: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.88163: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.88165: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888128.88168: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888128.88170: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888128.88172: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'<<<\n 7519 1726888128.88174: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.88176: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.88178: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.88180: stdout chunk (state=3):\n>>>\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.88182: stdout chunk (state=3):\n>>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb4f9a0>\r\n<<<\n 7519 1726888128.88184: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe50><<<\n 7519 1726888128.88188: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.88190: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py<<<\n 7519 1726888128.88192: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.88198: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888128.88201: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.88205: stdout chunk (state=3):\n>>>\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.88210: stdout chunk (state=3):\n>>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5e0d0>\r\n<<<\n 7519 1726888128.88214: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe20>\r\n<<<\n 7519 1726888128.88216: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py<<<\n 7519 1726888128.88218: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.88220: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888128.88225: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.88227: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.88229: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'<<<\n 7519 1726888128.88231: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.88239: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888128.88245: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf16b700>\r\n<<<\n 7519 1726888128.88248: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888128.88251: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888128.88273: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888128.88276: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.88340: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10574d30>\r\n<<<\n 7519 1726888128.88343: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb5e100>\r\n<<<\n 7519 1726888128.88647: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1097d550>\r\n<<<\n 7519 1726888128.88651: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.88656: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10954fd0>\r\n<<<\n 7519 1726888128.88659: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n<<<\n 7519 1726888128.88661: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.88666: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888128.88671: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.88674: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405af0>\r\n<<<\n 7519 1726888128.88678: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405fd0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc'\r\n<<<\n 7519 1726888128.88686: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.88692: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n<<<\n 7519 1726888128.89006: stdout chunk (state=3):\n>>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5c580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5c640>\r\n<<<\n 7519 1726888128.89017: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58934052e0>\r\n<<<\n 7519 1726888128.89020: stdout chunk (state=3):\n>>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405880>\r\n<<<\n 7519 1726888128.89024: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89027: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89029: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5bc70>\r\n<<<\n 7519 1726888128.89031: stdout chunk (state=3):\n>>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed880>\r\n<<<\n 7519 1726888128.89033: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89035: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.89037: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\r\n<<<\n 7519 1726888128.89039: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89041: stdout chunk (state=3):\n>>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316bd00>\r\n<<<\n 7519 1726888128.89043: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c280>\r\n<<<\n 7519 1726888128.89044: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89046: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888128.89047: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89056: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f449d0>\r\n<<<\n 7519 1726888128.89062: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.89073: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf237820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe1af0>\r\n<<<\n 7519 1726888128.89086: stdout chunk (state=3):\n>>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c460>\r\n<<<\n 7519 1726888128.89118: stdout chunk (state=3):\n>>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316b460>\r\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316cf40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc'\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316ce50>\r\n<<<\n 7519 1726888128.89126: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89139: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n<<<\n 7519 1726888128.89153: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89196: stdout chunk (state=3):\n>>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931aa8b0>\r\n<<<\n 7519 1726888128.89199: stdout chunk (state=3):\n>>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893137cd0>\r\n<<<\n 7519 1726888128.89446: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.89473: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe09d0>\r\n<<<\n 7519 1726888128.89605: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb51850>\r\n<<<\n 7519 1726888128.89609: stdout chunk (state=3):\n>>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c910>\r\n<<<\n 7519 1726888128.89620: stdout chunk (state=3):\n>>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed130>\r\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89625: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.89629: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.89643: stdout chunk (state=3):\n>>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe1520>\r\n<<<\n 7519 1726888128.89692: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf160ac0>\r\n<<<\n 7519 1726888128.89698: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc'\r\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893395460>\r\n<<<\n 7519 1726888128.89713: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.89716: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.89719: stdout chunk (state=3):\n>>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7370>\r\n<<<\n 7519 1726888128.89724: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888128.89726: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.89729: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.89750: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.89760: stdout chunk (state=3):\n>>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931aa4f0>\r\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89764: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc'\r\nimport 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1a00>\r\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc'\r\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1c40>\r\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58933e6130>\r\n<<<\n 7519 1726888128.89766: stdout chunk (state=3):\n>>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7d00>\r\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed5e0>\r\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed820>\r\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405790>\r\n<<<\n 7519 1726888128.89769: stdout chunk (state=3):\n>>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405fa0>\r\n<<<\n 7519 1726888128.89956: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.89960: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405a30>\r\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89963: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888128.89966: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89968: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.89971: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.89974: stdout chunk (state=3):\n>>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1f40>\r\n<<<\n 7519 1726888128.89976: stdout chunk (state=3):\n>>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937eda00>\r\n<<<\n 7519 1726888128.89979: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\r\n<<<\n 7519 1726888128.89981: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888128.89984: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.89986: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.90034: stdout chunk (state=3):\n>>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1370>\r\n<<<\n 7519 1726888128.90081: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc'\r\n<<<\n 7519 1726888128.90128: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888128.90148: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.90159: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888128.90314: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.90333: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.90335: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58931ab970>\r\n<<<\n 7519 1726888128.90339: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.90489: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.90549: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.90631: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888128.90648: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.90652: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.90666: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888128.90681: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.90749: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888128.90752: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91008: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589310ba30>\r\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b11c0>\r\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc'\r\nimport 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589314f340>\r\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc'\r\nimport 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893122c70>\r\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893165bb0>\r\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893122e80>\r\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc'\r\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893165e50>\r\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc'\r\n<<<\n 7519 1726888128.91064: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91088: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91237: stdout chunk (state=3):\n>>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931ac550>\r\n<<<\n 7519 1726888128.91257: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n<<<\n 7519 1726888128.91270: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc'\r\n<<<\n 7519 1726888128.91341: stdout chunk (state=3):\n>>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892ecfc70>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.91355: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888128.91396: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888128.91402: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888128.91444: stdout chunk (state=3):\n>>>import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n<<<\n 7519 1726888128.91457: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91502: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10574610>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.91539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91588: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91678: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n<<<\n 7519 1726888128.91687: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888128.91703: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91711: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91726: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91758: stdout chunk (state=3):\n>>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n<<<\n 7519 1726888128.91773: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91793: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91801: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.91861: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91884: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91915: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.91919: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888128.91921: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888128.91961: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888128.91986: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888128.91992: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.92015: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.92069: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888128.92092: stdout chunk (state=3):\n>>>import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.92120: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888128.92125: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.92138: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.92145: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace744d30>\r\n<<<\n 7519 1726888128.92196: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888128.92236: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888128.92250: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10fd67f0>\r\n<<<\n 7519 1726888128.92255: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888128.92271: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f4d610>\r\n<<<\n 7519 1726888128.92277: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb3d550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb14fd0>\r\n<<<\n 7519 1726888128.92358: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.92465: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.92469: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888128.92471: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.92538: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.92541: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\r\n<<<\n 7519 1726888128.92577: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.92584: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n<<<\n 7519 1726888128.92589: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc'\r\n<<<\n 7519 1726888128.92625: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc'\r\n<<<\n 7519 1726888128.92629: stdout chunk (state=3):\n>>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32be0>\r\n<<<\n 7519 1726888128.92638: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.92642: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.92657: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888128.92680: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888128.92690: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888128.92705: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888128.92747: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888128.92773: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888128.92784: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888128.92848: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32d60>\r\n<<<\n 7519 1726888128.92869: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888128.92872: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888128.92891: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n<<<\n 7519 1726888128.92934: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892e83460>\r\n<<<\n 7519 1726888128.92940: stdout chunk (state=3):\n>>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32fd0>\r\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32280>\r\n<<<\n 7519 1726888128.92953: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10978c70>\r\n<<<\n 7519 1726888128.92956: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc'\r\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32850>\r\n<<<\n 7519 1726888128.92965: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd69d0>\r\n<<<\n 7519 1726888128.92967: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.93118: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095a460>\r\n<<<\n 7519 1726888128.93124: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095b7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.93127: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.93129: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888128.93140: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc'\r\n<<<\n 7519 1726888128.93245: stdout chunk (state=3):\n>>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892db79a0>\r\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7550>\r\n<<<\n 7519 1726888128.93264: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888128.93268: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n<<<\n 7519 1726888128.93273: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.93288: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc'\r\n<<<\n 7519 1726888128.93357: stdout chunk (state=3):\n>>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892d59520>\r\n<<<\n 7519 1726888128.93387: stdout chunk (state=3):\n>>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db79d0>\r\n<<<\n 7519 1726888128.93406: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\r\n<<<\n 7519 1726888128.93474: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc'\r\n<<<\n 7519 1726888128.93627: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.94035: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.94292: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.94405: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.94443: stdout chunk (state=3):\n>>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\n<<<\n 7519 1726888128.94447: stdout chunk (state=3):\n>>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892cb8df0>\r\n<<<\n 7519 1726888128.94492: stdout chunk (state=3):\n>>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892dd92b0>\r\n<<<\n 7519 1726888128.94529: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888128.94545: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n<<<\n 7519 1726888128.94564: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.94572: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc'\r\n<<<\n 7519 1726888128.94624: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.94666: stdout chunk (state=3):\n>>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58914cb2b0>\r\n<<<\n 7519 1726888128.94678: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888128.94686: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.94726: stdout chunk (state=3):\n>>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892d8c880>\r\n<<<\n 7519 1726888128.94730: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.94732: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n<<<\n 7519 1726888128.94743: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc'\r\n<<<\n 7519 1726888128.94828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.94888: stdout chunk (state=3):\n>>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5891399e50>\r\n<<<\n 7519 1726888128.94932: stdout chunk (state=3):\n>>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914aa550>\r\n<<<\n 7519 1726888128.94953: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888128.94968: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\r\n<<<\n 7519 1726888128.95225: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.95228: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.95231: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888128.95233: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.95235: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.95237: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888128.95239: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.95244: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc'\r\n# extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58913049d0>\r\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914cb4f0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc'\r\n# extension module 'libdnf._utils' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58912fdd30>\r\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891304f70>\r\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7100>\r\n<<<\n 7519 1726888128.95261: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc'\r\n<<<\n 7519 1726888128.95292: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n<<<\n 7519 1726888128.95295: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888128.95333: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n<<<\n 7519 1726888128.95337: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc'\r\n<<<\n 7519 1726888128.95352: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589122caf0>\r\n<<<\n 7519 1726888128.95391: stdout chunk (state=3):\n>>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122c310>\r\n<<<\n 7519 1726888128.95407: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n<<<\n 7519 1726888128.95449: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888128.95462: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc'\r\n<<<\n 7519 1726888128.95495: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58912406d0>\r\n<<<\n 7519 1726888128.95511: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.95534: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n<<<\n 7519 1726888128.95541: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc'\r\n<<<\n 7519 1726888128.95578: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc'\r\n<<<\n 7519 1726888128.95582: stdout chunk (state=3):\n>>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124d280>\r\n<<<\n 7519 1726888128.95584: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.95595: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.95816: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888128.95867: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888128.95895: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888128.95954: stdout chunk (state=3):\n>>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888128.95958: stdout chunk (state=3):\n>>># extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589124d820>\r\n<<<\n 7519 1726888128.96001: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n<<<\n 7519 1726888128.96009: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96015: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace744610>\r\n<<<\n 7519 1726888128.96044: stdout chunk (state=3):\n>>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124dc70>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124d340>\r\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240760>\r\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891236d90>\r\n<<<\n 7519 1726888128.96048: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.96063: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n<<<\n 7519 1726888128.96077: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96131: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.96331: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888128.96335: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888128.96337: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888128.96339: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.96351: stdout chunk (state=3):\n>>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890dffeb0>\r\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240160>\r\nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122cc70>\r\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f700>\r\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96409: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.96439: stdout chunk (state=3):\n>>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589132fe20>\r\n<<<\n 7519 1726888128.96450: stdout chunk (state=3):\n>>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f8b0>\r\n<<<\n 7519 1726888128.96495: stdout chunk (state=3):\n>>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7250>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e0dd30>\r\n<<<\n 7519 1726888128.96503: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\r\n<<<\n 7519 1726888128.96511: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054baf0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054bfd0>\r\n<<<\n 7519 1726888128.96611: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96618: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96626: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96630: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.96635: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.96639: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b2e0>\r\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96669: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n<<<\n 7519 1726888128.96675: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96678: stdout chunk (state=3):\n>>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975880>\r\n<<<\n 7519 1726888128.96680: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96706: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\r\n<<<\n 7519 1726888128.96737: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.96759: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n<<<\n 7519 1726888128.96935: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96938: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888128.96941: stdout chunk (state=3):\n>>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102acd00>\r\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5280>\r\n<<<\n 7519 1726888128.96943: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96946: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc'\r\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5460>\r\n<<<\n 7519 1726888128.96951: stdout chunk (state=3):\n>>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102ac460>\r\n<<<\n 7519 1726888128.96956: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n<<<\n 7519 1726888128.96971: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888128.96976: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc'\r\n# extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gpg._gpgme' executed from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890c7e1f0>\r\n<<<\n 7519 1726888128.97058: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf1af7f0>\r\n<<<\n 7519 1726888128.97064: stdout chunk (state=3):\n>>>import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d1d280>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc'\r\nimport 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a7c0>\r\n<<<\n 7519 1726888128.97069: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5f40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97083: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebe0610>\r\n<<<\n 7519 1726888128.97153: stdout chunk (state=3):\n>>>import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cd0e20>\r\n<<<\n 7519 1726888128.97183: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97193: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available<<<\n 7519 1726888128.97200: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.97204: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5e50>\r\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n<<<\n 7519 1726888128.97214: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97241: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97254: stdout chunk (state=3):\n>>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103168b0>\r\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102a1cd0>\r\n<<<\n 7519 1726888128.97257: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97305: stdout chunk (state=3):\n>>>import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae50>\r\nimport 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ab80>\r\n<<<\n 7519 1726888128.97332: stdout chunk (state=3):\n>>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5910>\r\n<<<\n 7519 1726888128.97336: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97344: stdout chunk (state=3):\n>>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975130>\r\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n<<<\n 7519 1726888128.97361: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97364: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97401: stdout chunk (state=3):\n>>>import 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2afd0>\r\nimport 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae20>\r\n<<<\n 7519 1726888128.97411: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.97418: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n<<<\n 7519 1726888128.97530: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97533: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97535: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.97538: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97540: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.97543: stdout chunk (state=3):\n>>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10505460>\r\n<<<\n 7519 1726888128.97545: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc'\r\nimport 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82190>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97568: stdout chunk (state=3):\n>>>import 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82220>\r\nimport 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2af10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97655: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888128.97658: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97661: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888128.97663: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc'\r\nimport 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b823a0>\r\nimport 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae80>\r\n<<<\n 7519 1726888128.97665: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888128.97667: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97745: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97782: stdout chunk (state=3):\n>>>import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ac10>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97789: stdout chunk (state=3):\n>>>import 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b821c0>\r\n<<<\n 7519 1726888128.97792: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888128.97795: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97800: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97804: stdout chunk (state=3):\n>>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955370>\r\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103164f0>\r\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\r\n<<<\n 7519 1726888128.97839: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97843: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc'\r\nimport 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031ca00>\r\n<<<\n 7519 1726888128.97877: stdout chunk (state=3):\n>>>import 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82400>\r\n<<<\n 7519 1726888128.97883: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc'\r\nimport 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82490>\r\n<<<\n 7519 1726888128.97905: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc'\r\n<<<\n 7519 1726888128.97968: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb38c70>\r\n<<<\n 7519 1726888128.97989: stdout chunk (state=3):\n>>>import 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82520>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98021: stdout chunk (state=3):\n>>>import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b825b0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\r\n<<<\n 7519 1726888128.98030: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98034: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb19460>\r\n<<<\n 7519 1726888128.98037: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc'\r\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031cc40>\r\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10556130>\r\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955d00>\r\n<<<\n 7519 1726888128.98072: stdout chunk (state=3):\n>>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109755e0>\r\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975820>\r\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b790>\r\nimport 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054bfa0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054ba30>\r\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98087: stdout chunk (state=3):\n>>>import 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82640>\r\n<<<\n 7519 1726888128.98147: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98153: stdout chunk (state=3):\n>>>import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b826d0>\r\n<<<\n 7519 1726888128.98159: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc'\r\nimport 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82760>\r\n<<<\n 7519 1726888128.98161: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb1b7f0>\r\n# destroy ansible.module_utils.distro<<<\n 7519 1726888128.98170: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.98185: stdout chunk (state=3):\n>>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031cf40>\r\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975a00>\r\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98220: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98226: stdout chunk (state=3):\n>>>import 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b827f0>\r\nimport 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a1f0>\r\n<<<\n 7519 1726888128.98232: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\n<<<\n 7519 1726888128.98245: stdout chunk (state=3):\n>>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888128.98251: stdout chunk (state=3):\n>>>import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d04190>\r\n<<<\n 7519 1726888128.98291: stdout chunk (state=3):\n>>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031c370>\r\n<<<\n 7519 1726888128.98310: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n<<<\n 7519 1726888128.98316: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n<<<\n 7519 1726888128.98335: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888128.98341: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98346: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98394: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888128.98405: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888128.98443: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890b82bb0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82910>\r\nimport 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a3d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98446: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888128.98451: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98471: stdout chunk (state=3):\n>>>import 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2afa0>\r\nimport 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfbc70>\r\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfb280>\r\n<<<\n 7519 1726888128.98474: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98476: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888128.98512: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfb460>\r\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31b20>\r\n<<<\n 7519 1726888128.98547: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98641: stdout chunk (state=3):\n>>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfbdf0>\r\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e0dcd0>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98647: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98652: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d103266a0>\r\n<<<\n 7519 1726888128.98666: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98735: stdout chunk (state=3):\n>>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99c10>\r\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b994c0>\r\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98757: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n<<<\n 7519 1726888128.98819: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98878: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc'\r\n<<<\n 7519 1726888128.98881: stdout chunk (state=3):\n>>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b37280>\r\n<<<\n 7519 1726888128.98883: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\r\n<<<\n 7519 1726888128.99087: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10276a30>\r\n<<<\n 7519 1726888128.99107: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9160>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890ae91f0>\r\n<<<\n 7519 1726888128.99115: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b4a670>\r\n<<<\n 7519 1726888128.99121: stdout chunk (state=3):\n>>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031c1c0>\r\n<<<\n 7519 1726888128.99144: stdout chunk (state=3):\n>>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b376a0>\r\n<<<\n 7519 1726888128.99149: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc'\r\n<<<\n 7519 1726888128.99168: stdout chunk (state=3):\n>>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102ba340>\r\n<<<\n 7519 1726888128.99246: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n<<<\n 7519 1726888128.99274: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc'\r\nimport 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1028cc70>\r\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n<<<\n 7519 1726888128.99277: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc'\r\n<<<\n 7519 1726888128.99290: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888128.99293: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc'\r\n<<<\n 7519 1726888128.99295: stdout chunk (state=3):\n>>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d0bb0>\r\n<<<\n 7519 1726888128.99297: stdout chunk (state=3):\n>>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1028ce80>\r\n<<<\n 7519 1726888128.99299: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n<<<\n 7519 1726888128.99326: stdout chunk (state=3):\n>>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b2ba60>\r\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99f70>\r\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n<<<\n 7519 1726888128.99373: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc'\r\n<<<\n 7519 1726888128.99400: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9fa0>\r\n<<<\n 7519 1726888128.99405: stdout chunk (state=3):\n>>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9760>\r\n<<<\n 7519 1726888128.99461: stdout chunk (state=3):\n>>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99d60>\r\n<<<\n 7519 1726888128.99479: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n<<<\n 7519 1726888128.99485: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc'\r\n<<<\n 7519 1726888128.99505: stdout chunk (state=3):\n>>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d0e50>\r\n<<<\n 7519 1726888128.99511: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n<<<\n 7519 1726888128.99545: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc'\r\n<<<\n 7519 1726888128.99570: stdout chunk (state=3):\n>>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b22910>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc'\r\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d820>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc'\r\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d8b0>\r\n<<<\n 7519 1726888128.99576: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0da30>\r\n<<<\n 7519 1726888128.99578: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888128.99663: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc'\r\n<<<\n 7519 1726888128.99778: stdout chunk (state=3):\n>>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893225190>\r\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b1d160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932251f0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888128.99839: stdout chunk (state=3):\n>>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932252e0>\r\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d9d0>\r\n<<<\n 7519 1726888128.99842: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc'\r\n<<<\n 7519 1726888128.99874: stdout chunk (state=3):\n>>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0df70>\r\n<<<\n 7519 1726888128.99880: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n<<<\n 7519 1726888128.99908: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc'\r\n<<<\n 7519 1726888128.99911: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n<<<\n 7519 1726888128.99915: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.00047: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc'\r\n<<<\n 7519 1726888129.00052: stdout chunk (state=3):\n>>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1030c550>\r\n<<<\n 7519 1726888129.00054: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n<<<\n 7519 1726888129.00056: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc'\r\n<<<\n 7519 1726888129.00088: stdout chunk (state=3):\n>>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1003ac70>\r\n<<<\n 7519 1726888129.00107: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc'\r\n# extension module '_opcode' loaded from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_opcode' executed from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58909533a0>\r\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890953160>\r\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909449a0>\r\n<<<\n 7519 1726888129.00130: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.00228: stdout chunk (state=3):\n>>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932359a0>\r\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893225e80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc'\r\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893235c70>\r\n<<<\n 7519 1726888129.00292: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n<<<\n 7519 1726888129.00301: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc'\r\n<<<\n 7519 1726888129.00323: stdout chunk (state=3):\n>>>import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n<<<\n 7519 1726888129.00326: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.00352: stdout chunk (state=3):\n>>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589323d970>\r\n<<<\n 7519 1726888129.00359: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589095f700>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc'\r\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589095f340>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc'\r\n<<<\n 7519 1726888129.00375: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n<<<\n 7519 1726888129.00448: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.00471: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc'\r\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890970640>\r\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890970160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc'\r\n<<<\n 7519 1726888129.00475: stdout chunk (state=3):\n>>>import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909704c0>\r\nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32940>\r\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e327f0>\r\n<<<\n 7519 1726888129.00647: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n<<<\n 7519 1726888129.00654: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.00701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.00772: stdout chunk (state=3):\n>>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n<<<\n 7519 1726888129.00776: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.00858: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888129.00861: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.00911: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.01139: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\r\n<<<\n 7519 1726888129.01143: stdout chunk (state=3):\n>>>import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\r\n<<<\n 7519 1726888129.01145: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.01148: stdout chunk (state=3):\n>>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890979f70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.01150: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\r\n<<<\n 7519 1726888129.01190: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.01208: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc'\r\n<<<\n 7519 1726888129.01212: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\r\n<<<\n 7519 1726888129.01278: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc'\r\n<<<\n 7519 1726888129.01282: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc'\r\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589092df70>\r\n<<<\n 7519 1726888129.01331: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\r\n<<<\n 7519 1726888129.01343: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc'\r\n<<<\n 7519 1726888129.01357: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\r\n# code object from '/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.01458: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888129.01492: stdout chunk (state=3):\n>>># extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_curses' executed from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58908c9d60>\r\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9be0>\r\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c93a0>\r\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9160>\r\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919eb0>\r\n<<<\n 7519 1726888129.01531: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888129.01535: stdout chunk (state=3):\n>>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c91f0>\r\n<<<\n 7519 1726888129.01573: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.01596: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.02276: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n<<<\n 7519 1726888129.02281: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742af0>\r\n<<<\n 7519 1726888129.02284: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py<<<\n 7519 1726888129.02294: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n<<<\n 7519 1726888129.02339: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742fd0>\r\n<<<\n 7519 1726888129.02344: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.02355: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc'\r\n<<<\n 7519 1726888129.02384: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc'\r\n<<<\n 7519 1726888129.02390: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n<<<\n 7519 1726888129.02393: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc'\r\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dbe0>\r\n<<<\n 7519 1726888129.02395: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n<<<\n 7519 1726888129.02398: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace7422e0>\r\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742880>\r\n<<<\n 7519 1726888129.02459: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888129.02462: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc'\r\n<<<\n 7519 1726888129.02464: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.02466: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc'\r\n<<<\n 7519 1726888129.02468: stdout chunk (state=3):\n>>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35880>\r\n<<<\n 7519 1726888129.02502: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc'\r\n<<<\n 7519 1726888129.02506: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n<<<\n 7519 1726888129.02508: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc'\r\n<<<\n 7519 1726888129.02510: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n<<<\n 7519 1726888129.02837: stdout chunk (state=3):\n>>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908f4130>\r\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9e80>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc'\r\nimport 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908e59a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908f4fa0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc'\r\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f7190>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc'\r\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f72e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f78e0>\r\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f7610>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc'\r\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f79a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908045e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908046d0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804eb0>\r\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804ac0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc'\r\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804f10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc'\r\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081baf0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc'\r\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081bc10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc'\r\nimport 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081be50>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc'\r\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907ab2e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907abcd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907abe20>\r\n<<<\n 7519 1726888129.03540: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc'\r\n<<<\n 7519 1726888129.03543: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9520>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9100>\r\n# /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\r\n<<<\n 7519 1726888129.03546: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py<<<\n 7519 1726888129.03649: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc'<<<\n 7519 1726888129.03687: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.03690: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dd60>\r\n<<<\n 7519 1726888129.03693: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n<<<\n 7519 1726888129.03781: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc'<<<\n 7519 1726888129.03785: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.03788: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc'\r\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9f10>\r\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9a60>\r\n<<<\n 7519 1726888129.03841: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n<<<\n 7519 1726888129.03854: stdout chunk (state=3):\n>>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4bbd00><<<\n 7519 1726888129.03858: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.03861: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py<<<\n 7519 1726888129.03924: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.03928: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0ffee460>\r\n<<<\n 7519 1726888129.03933: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9280>\r\n<<<\n 7519 1726888129.03935: stdout chunk (state=3):\n>>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dfd0>\r\n<<<\n 7519 1726888129.03940: stdout chunk (state=3):\n>>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d280><<<\n 7519 1726888129.03942: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.04040: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc'\r\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9460>\r\n<<<\n 7519 1726888129.04094: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n<<<\n 7519 1726888129.04132: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc'<<<\n 7519 1726888129.04158: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc'\r\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9d60>\r\n<<<\n 7519 1726888129.04164: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.04169: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc'\r\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907c87f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907c8f70>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc'\r\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4370>\r\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919490>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909191f0>\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890979cd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc'\r\n<<<\n 7519 1726888129.04376: stdout chunk (state=3):\n>>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d850>\r\n<<<\n 7519 1726888129.04382: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc'\r\n# extension module 'libdnf._error' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0ff229a0>\r\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc'\r\n<<<\n 7519 1726888129.04887: stdout chunk (state=3):\n>>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4bb460>\r\n<<<\n 7519 1726888129.04891: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9f40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc'\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9e50>\r\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc'\r\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e08b0>\r\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace457340>\r\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9910>\r\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35130>\r\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc'<<<\n 7519 1726888129.04893: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.04896: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py<<<\n 7519 1726888129.04898: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.04900: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05028: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4ee0>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4c10>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc'\r\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076e5b0>\r\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc'\r\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907784f0>\r\n# extension module '_decimal' loaded from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_decimal' executed from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589076ee50>\r\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076edc0>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4730>\r\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a41c0>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc'\r\nimport 'six.moves' # \r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906f1a60>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc'\r\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906f1c40>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc'\r\n# destroy dateutil.tz.win\r\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4ca0>\r\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4a30>\r\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907e1130>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05032: stdout chunk (state=3):\n>>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076e1f0>\r\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4ac0>\r\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919220>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05036: stdout chunk (state=3):\n>>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace6d4460>\r\n<<<\n 7519 1726888129.05039: stdout chunk (state=3):\n>>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'<<<\n 7519 1726888129.05041: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05046: stdout chunk (state=3):\n>>>import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0fec4520>\r\n<<<\n 7519 1726888129.05048: stdout chunk (state=3):\n>>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff229d0>\r\n<<<\n 7519 1726888129.05053: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py<<<\n 7519 1726888129.05056: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05058: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711160>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n<<<\n 7519 1726888129.05061: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711d00>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906a7610>\r\n<<<\n 7519 1726888129.05063: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n<<<\n 7519 1726888129.05065: stdout chunk (state=3):\n>>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15370><<<\n 7519 1726888129.05067: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05068: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc'<<<\n 7519 1726888129.05070: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05072: stdout chunk (state=3):\n>>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e04f0>\r\n<<<\n 7519 1726888129.05074: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05076: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906a7b80>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05078: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n<<<\n 7519 1726888129.05275: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc'<<<\n 7519 1726888129.05283: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05285: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py<<<\n 7519 1726888129.05288: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05290: stdout chunk (state=3):\n>>># extension module '_sqlite3' loaded from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_sqlite3' executed from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58906b4c40>\r\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4820>\r\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4580>\r\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b41f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05292: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05294: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py<<<\n 7519 1726888129.05296: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05298: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05300: stdout chunk (state=3):\n>>>import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1a00><<<\n 7519 1726888129.05302: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05304: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4430>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05306: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0bb0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05308: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py<<<\n 7519 1726888129.05310: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc'<<<\n 7519 1726888129.05312: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05316: stdout chunk (state=3):\n>>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1c40>\r\n<<<\n 7519 1726888129.05320: stdout chunk (state=3):\n>>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace726130><<<\n 7519 1726888129.05322: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05325: stdout chunk (state=3):\n>>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15d00><<<\n 7519 1726888129.05327: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05329: stdout chunk (state=3):\n>>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb355e0><<<\n 7519 1726888129.05331: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05333: stdout chunk (state=3):\n>>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35820>\r\n<<<\n 7519 1726888129.05335: stdout chunk (state=3):\n>>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742790>\r\n<<<\n 7519 1726888129.05337: stdout chunk (state=3):\n>>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742fa0>\r\n<<<\n 7519 1726888129.05437: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742a30>\r\n<<<\n 7519 1726888129.05462: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n<<<\n 7519 1726888129.05466: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05468: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05473: stdout chunk (state=3):\n>>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1f40>\r\n<<<\n 7519 1726888129.05475: stdout chunk (state=3):\n>>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35a00>\r\n<<<\n 7519 1726888129.05480: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py<<<\n 7519 1726888129.05482: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05484: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05487: stdout chunk (state=3):\n>>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0c40>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc'\r\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58906d0280>\r\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0dc0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc'\r\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d72e0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2340>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e22e0>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc'\r\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'pyexpat' executed from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58905e2490>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e21f0>\r\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d7d00>\r\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d73a0>\r\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906dea30>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0fa0>\r\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0940>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c07f0>\r\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4fd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0940>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d7d90>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2760>\r\n<<<\n 7519 1726888129.05489: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n<<<\n 7519 1726888129.05493: stdout chunk (state=3):\n>>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1370><<<\n 7519 1726888129.05496: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n<<<\n 7519 1726888129.05499: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e29d0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2f40>\r\n# /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\r\n<<<\n 7519 1726888129.05501: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc'<<<\n 7519 1726888129.05503: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05507: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888129.05510: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905fc730>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890580910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n<<<\n 7519 1726888129.05515: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05518: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058db80>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc'\r\n# extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888129.05520: stdout chunk (state=3):\n>>># extension module 'rhsm._certificate' executed from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58905b0130>\r\n<<<\n 7519 1726888129.05524: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'<<<\n 7519 1726888129.05527: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05529: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888129.05535: stdout chunk (state=3):\n>>># extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace4fb6a0><<<\n 7519 1726888129.05537: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05543: stdout chunk (state=3):\n>>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058dbe0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05751: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.05831: stdout chunk (state=3):\n>>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\n<<<\n 7519 1726888129.05837: stdout chunk (state=3):\n>>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'<<<\n 7519 1726888129.05843: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05845: stdout chunk (state=3):\n>>>import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0fe9adf0><<<\n 7519 1726888129.05849: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.05851: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc'\r\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589055f400>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc'\r\nimport 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589055f520>\r\n<<<\n 7519 1726888129.05856: stdout chunk (state=3):\n>>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551490>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc'\r\nimport 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905517c0>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n<<<\n 7519 1726888129.05862: stdout chunk (state=3):\n>>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff442b0>\r\n<<<\n 7519 1726888129.06389: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888129.06398: stdout chunk (state=3):\n>>>import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890563910>\r\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551130>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc'\r\n<<<\n 7519 1726888129.06402: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n<<<\n 7519 1726888129.06405: stdout chunk (state=3):\n>>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905511f0>\r\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890545a90>\r\n<<<\n 7519 1726888129.06410: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n<<<\n 7519 1726888129.06414: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc'\r\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890563dc0>\r\n<<<\n 7519 1726888129.06416: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc'\r\n<<<\n 7519 1726888129.06418: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace44ba30><<<\n 7519 1726888129.06420: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.06425: stdout chunk (state=3):\n>>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f11c0>\r\n<<<\n 7519 1726888129.06428: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa1f0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa2e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc'\r\nimport 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa400>\r\n<<<\n 7519 1726888129.06434: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n<<<\n 7519 1726888129.06439: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc'<<<\n 7519 1726888129.06688: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.06700: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc'\r\n<<<\n 7519 1726888129.06706: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n<<<\n 7519 1726888129.06709: stdout chunk (state=3):\n>>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\n<<<\n 7519 1726888129.06711: stdout chunk (state=3):\n>>># extension module 'libdnf._module' executed from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e6372b0>\r\n<<<\n 7519 1726888129.06715: stdout chunk (state=3):\n>>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace48f340>\r\n<<<\n 7519 1726888129.06717: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc'\r\nimport 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace46dc70>\r\n<<<\n 7519 1726888129.06720: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888129.06856: stdout chunk (state=3):\n>>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0fef6880>\r\n<<<\n 7519 1726888129.06874: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc'\r\n<<<\n 7519 1726888129.06878: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n<<<\n 7519 1726888129.06880: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc'\r\n<<<\n 7519 1726888129.06886: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc'\r\n<<<\n 7519 1726888129.06890: stdout chunk (state=3):\n>>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4a5460>\r\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace46de80>\r\n<<<\n 7519 1726888129.07001: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc'\r\nimport 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904ce640>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890523f40>\r\n<<<\n 7519 1726888129.07004: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc'\r\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905359d0>\r\n<<<\n 7519 1726888129.07008: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n<<<\n 7519 1726888129.07010: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc'\r\n<<<\n 7519 1726888129.07014: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc'\r\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890535a60>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888129.07016: stdout chunk (state=3):\n>>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\n<<<\n 7519 1726888129.07018: stdout chunk (state=3):\n>>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'<<<\n 7519 1726888129.07019: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.07021: stdout chunk (state=3):\n>>>import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e504e50><<<\n 7519 1726888129.07026: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.07033: stdout chunk (state=3):\n>>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4a51c0>\r\n<<<\n 7519 1726888129.07036: stdout chunk (state=3):\n>>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904ce2b0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc'\r\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904e03a0>\r\n<<<\n 7519 1726888129.07039: stdout chunk (state=3):\n>>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e616550>\r\n<<<\n 7519 1726888129.07041: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n<<<\n 7519 1726888129.07481: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py<<<\n 7519 1726888129.07485: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.07487: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc'\r\n<<<\n 7519 1726888129.07490: stdout chunk (state=3):\n>>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890506d00>\r\n<<<\n 7519 1726888129.07492: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc'\r\n<<<\n 7519 1726888129.07498: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n<<<\n 7519 1726888129.07502: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc'\r\n<<<\n 7519 1726888129.07504: stdout chunk (state=3):\n>>>import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890510970>\r\n<<<\n 7519 1726888129.07510: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc'\r\nimport 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589048e880>\r\n<<<\n 7519 1726888129.07516: stdout chunk (state=3):\n>>>import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890510280>\r\n<<<\n 7519 1726888129.07518: stdout chunk (state=3):\n>>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\n<<<\n 7519 1726888129.07520: stdout chunk (state=3):\n>>># extension module 'libdnf._transaction' executed from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\n<<<\n 7519 1726888129.07523: stdout chunk (state=3):\n>>>import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e4709d0><<<\n 7519 1726888129.07563: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.07566: stdout chunk (state=3):\n>>>import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fabb0>\r\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905acd90>\r\n<<<\n 7519 1726888129.07594: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n<<<\n 7519 1726888129.07600: stdout chunk (state=3):\n>>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e6374f0><<<\n 7519 1726888129.07602: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.07608: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc'\r\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904b2640>\r\n<<<\n 7519 1726888129.07615: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py<<<\n 7519 1726888129.07620: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.07626: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888129.07750: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904b2df0>\r\n<<<\n 7519 1726888129.07785: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441160>\r\n<<<\n 7519 1726888129.07791: stdout chunk (state=3):\n>>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'<<<\n 7519 1726888129.07794: stdout chunk (state=3):\n>>>\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'<<<\n 7519 1726888129.07796: stdout chunk (state=3):\n>>>\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e469d30><<<\n 7519 1726888129.07799: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.07802: stdout chunk (state=3):\n>>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e470f70>\r\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22100><<<\n 7519 1726888129.07806: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.07809: stdout chunk (state=3):\n>>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e2550>\r\n<<<\n 7519 1726888129.07818: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc'\r\n<<<\n 7519 1726888129.07822: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n<<<\n 7519 1726888129.07826: stdout chunk (state=3):\n>>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace20fc70>\r\n<<<\n 7519 1726888129.07828: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441a90>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc'\r\nimport 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904611c0>\r\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441d60>\r\n<<<\n 7519 1726888129.07836: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904411f0>\r\n<<<\n 7519 1726888129.07974: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc'\r\n<<<\n 7519 1726888129.07980: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.07988: stdout chunk (state=3):\n>>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n<<<\n 7519 1726888129.07991: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888129.07995: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n<<<\n 7519 1726888129.07999: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08256: stdout chunk (state=3):\n>>>import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n<<<\n 7519 1726888129.08260: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.08263: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888129.08265: stdout chunk (state=3):\n>>># extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e398af0>\r\n<<<\n 7519 1726888129.08268: stdout chunk (state=3):\n>>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398310>\r\n<<<\n 7519 1726888129.08271: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041a2e0>\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041adc0>\r\n<<<\n 7519 1726888129.08276: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08278: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n<<<\n 7519 1726888129.08283: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041af40>\r\n<<<\n 7519 1726888129.08285: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08287: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.08289: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08291: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n<<<\n 7519 1726888129.08330: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08364: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08371: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890421be0>\r\n<<<\n 7519 1726888129.08426: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904217c0>\r\n<<<\n 7519 1726888129.08429: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890421310>\r\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041aa60>\r\n<<<\n 7519 1726888129.08431: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08433: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08435: stdout chunk (state=3):\n>>>import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab6d0>\r\n<<<\n 7519 1726888129.08437: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n<<<\n 7519 1726888129.08439: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n<<<\n 7519 1726888129.08441: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888129.08447: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.08449: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041abb0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08454: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n<<<\n 7519 1726888129.08456: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.08458: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8280>\r\n<<<\n 7519 1726888129.08461: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08463: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n<<<\n 7519 1726888129.08565: stdout chunk (state=3):\n>>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n<<<\n 7519 1726888129.08568: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08570: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888129.08573: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc'\r\nimport 'urllib3.packages.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903cea00>\r\nimport 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903ce670>\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08691: stdout chunk (state=3):\n>>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903ce6d0>\r\nimport 'urllib3.packages.six.moves' # \r\nimport 'urllib3.packages.six.moves.http_client' # \r\nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3610>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc'\r\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c37f0>\r\n<<<\n 7519 1726888129.08694: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888129.08697: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.08700: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08702: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n<<<\n 7519 1726888129.08705: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08707: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08709: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08711: stdout chunk (state=3):\n>>>import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a910>\r\n<<<\n 7519 1726888129.08715: stdout chunk (state=3):\n>>>import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py<<<\n 7519 1726888129.08717: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.08719: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc'\r\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037aac0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08721: stdout chunk (state=3):\n>>>import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037ac70>\r\n<<<\n 7519 1726888129.08725: stdout chunk (state=3):\n>>>import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a5b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n<<<\n 7519 1726888129.08727: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08729: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888129.08731: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.08792: stdout chunk (state=3):\n>>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a8b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903860d0>\r\n<<<\n 7519 1726888129.08831: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08837: stdout chunk (state=3):\n>>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386130>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08846: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n<<<\n 7519 1726888129.08849: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08851: stdout chunk (state=3):\n>>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888129.08854: stdout chunk (state=3):\n>>># extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e3b8820>\r\n<<<\n 7519 1726888129.08855: stdout chunk (state=3):\n>>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890393340>\r\n<<<\n 7519 1726888129.08857: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08859: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n<<<\n 7519 1726888129.08861: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\n<<<\n 7519 1726888129.08863: stdout chunk (state=3):\n>>>import 'gc' # <<<\n 7519 1726888129.08864: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.08866: stdout chunk (state=3):\n>>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8c70>\r\n<<<\n 7519 1726888129.08868: stdout chunk (state=3):\n>>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8340>\r\n<<<\n 7519 1726888129.08944: stdout chunk (state=3):\n>>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab760><<<\n 7519 1726888129.08947: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.08954: stdout chunk (state=3):\n>>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3a2d90>\r\n<<<\n 7519 1726888129.09052: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n<<<\n 7519 1726888129.09055: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888129.09061: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.09349: stdout chunk (state=3):\n>>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'<<<\n 7519 1726888129.09355: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.09358: stdout chunk (state=3):\n>>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0df69eb0>\r\n<<<\n 7519 1726888129.09361: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.09381: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n<<<\n 7519 1726888129.09386: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc'\r\n<<<\n 7519 1726888129.09388: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc'\r\n<<<\n 7519 1726888129.09390: stdout chunk (state=3):\n>>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172be0>\r\n<<<\n 7519 1726888129.09399: stdout chunk (state=3):\n>>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab160>\r\n<<<\n 7519 1726888129.09405: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888129.09419: stdout chunk (state=3):\n>>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398c70>\r\n<<<\n 7519 1726888129.09442: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.09484: stdout chunk (state=3):\n>>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b700>\r\n<<<\n 7519 1726888129.09550: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888129.09553: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.10113: stdout chunk (state=3):\n>>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890393910>\r\n<<<\n 7519 1726888129.10187: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc'\r\n<<<\n 7519 1726888129.10192: stdout chunk (state=3):\n>>>import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903b3e80>\r\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386c40>\r\n<<<\n 7519 1726888129.10415: stdout chunk (state=3):\n>>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\n<<<\n 7519 1726888129.10564: stdout chunk (state=3):\n>>># extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\n<<<\n 7519 1726888129.10570: stdout chunk (state=3):\n>>>import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e49be20><<<\n 7519 1726888129.10597: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.10602: stdout chunk (state=3):\n>>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b8b0>\r\n<<<\n 7519 1726888129.10623: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172d60>\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n<<<\n 7519 1726888129.10647: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc'\r\nimport 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386b20>\r\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a250>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc'\r\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a310>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc'\r\n<<<\n 7519 1726888129.11262: stdout chunk (state=3):\n>>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22250>\r\n<<<\n 7519 1726888129.11303: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py<<<\n 7519 1726888129.11308: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888129.11312: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace1c3460>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172fd0>\r\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172280>\r\n<<<\n 7519 1726888129.11357: stdout chunk (state=3):\n>>>\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df76d30>\r\n<<<\n 7519 1726888129.11362: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py<<<\n 7519 1726888129.11418: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc'\r\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172850>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n<<<\n 7519 1726888129.11518: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.11525: stdout chunk (state=3):\n>>>import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a040>\r\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903d7af0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc'\r\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033b8e0>\r\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033b520>\r\nimport 'urllib3.packages.six.moves.urllib' # \r\nimport 'urllib3.packages.six.moves.urllib.parse' # \r\nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903e89a0>\r\n<<<\n 7519 1726888129.11582: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n<<<\n 7519 1726888129.11589: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc'\r\n<<<\n 7519 1726888129.11594: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc'\r\n<<<\n 7519 1726888129.11600: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n<<<\n 7519 1726888129.11602: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc'\r\n<<<\n 7519 1726888129.11655: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc'<<<\n 7519 1726888129.11658: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.11662: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py<<<\n 7519 1726888129.11665: stdout chunk (state=3):\n>>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a2e0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc'\r\nimport 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033bd60>\r\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3940>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc'\r\n<<<\n 7519 1726888129.11670: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.11673: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc'\r\n<<<\n 7519 1726888129.11675: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc'<<<\n 7519 1726888129.11802: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.11843: stdout chunk (state=3):\n>>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890347910>\r\n<<<\n 7519 1726888129.11846: stdout chunk (state=3):\n>>>import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431fa0>\r\n<<<\n 7519 1726888129.11849: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n<<<\n 7519 1726888129.11851: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888129.11853: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.11855: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.11857: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc'\r\n<<<\n 7519 1726888129.11859: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n<<<\n 7519 1726888129.11861: stdout chunk (state=3):\n>>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\n<<<\n 7519 1726888129.11863: stdout chunk (state=3):\n>>># extension module 'libdnf._error' executed from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace0f79a0>\r\n<<<\n 7519 1726888129.12210: stdout chunk (state=3):\n>>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n<<<\n 7519 1726888129.12217: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc'\r\nimport 'chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360280>\r\n<<<\n 7519 1726888129.12292: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n<<<\n 7519 1726888129.12304: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc'<<<\n 7519 1726888129.12357: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.12360: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc'\r\n<<<\n 7519 1726888129.12362: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc'\r\n<<<\n 7519 1726888129.12392: stdout chunk (state=3):\n>>>import 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903604f0>\r\nimport 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903550a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc'\r\n<<<\n 7519 1726888129.12499: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py<<<\n 7519 1726888129.12505: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc'\r\nimport 'chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360df0>\r\n<<<\n 7519 1726888129.12511: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.12719: stdout chunk (state=3):\n>>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace099520>\r\n<<<\n 7519 1726888129.12726: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc'\r\nimport 'chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368190>\r\nimport 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903609d0>\r\n<<<\n 7519 1726888129.12731: stdout chunk (state=3):\n>>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f79d0>\r\n<<<\n 7519 1726888129.12737: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc'\r\nimport 'chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360c40>\r\n<<<\n 7519 1726888129.12742: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\r\n<<<\n 7519 1726888129.12745: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc'\r\n<<<\n 7519 1726888129.12797: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc'\r\n<<<\n 7519 1726888129.12872: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc'\r\n<<<\n 7519 1726888129.12879: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc'\r\nimport 'chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368c40>\r\n<<<\n 7519 1726888129.12882: stdout chunk (state=3):\n>>>import 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903687f0>\r\n<<<\n 7519 1726888129.12884: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc'\r\n<<<\n 7519 1726888129.12887: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc'\r\n<<<\n 7519 1726888129.12892: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368fa0>\r\n<<<\n 7519 1726888129.12894: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc'\r\n<<<\n 7519 1726888129.12984: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n<<<\n 7519 1726888129.13010: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc'\r\nimport 'chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372b50>\r\n<<<\n 7519 1726888129.13018: stdout chunk (state=3):\n>>># extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888129.13116: stdout chunk (state=3):\n>>>\r\n# extension module 'gpg._gpgme' executed from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888129.13129: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.13132: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc'\r\nimport 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372c10>\r\n<<<\n 7519 1726888129.13511: stdout chunk (state=3):\n>>>import 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dde81f0><<<\n 7519 1726888129.13558: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.13568: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc'\r\nimport 'chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372ca0>\r\n<<<\n 7519 1726888129.13575: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n<<<\n 7519 1726888129.13578: stdout chunk (state=3):\n>>>import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de88280><<<\n 7519 1726888129.13617: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.13635: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py<<<\n 7519 1726888129.13642: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.13656: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc'<<<\n 7519 1726888129.13659: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.13661: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py<<<\n 7519 1726888129.13665: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.13667: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888129.13669: stdout chunk (state=3):\n>>>import 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de947c0><<<\n 7519 1726888129.13753: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.13783: stdout chunk (state=3):\n>>>import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de3ae20><<<\n 7519 1726888129.13786: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.13788: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py<<<\n 7519 1726888129.13790: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.13792: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888129.13794: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.13796: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc'\r\nimport 'chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc'\r\nimport 'chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372dc0>\r\nimport 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903724f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc'\r\nimport 'chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372f70>\r\nimport 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368b20>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc'\r\nimport 'chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b370>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc'\r\nimport 'chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b6a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc'\r\nimport 'chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b910>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc'\r\nimport 'chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029bbb0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc'\r\nimport 'chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029be50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc'\r\nimport 'chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1130>\r\nimport 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368430>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc'\r\nimport 'chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1490>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a18b0>\r\n<<<\n 7519 1726888129.13799: stdout chunk (state=3):\n>>>import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1730>\r\n<<<\n 7519 1726888129.13801: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.13802: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.13804: stdout chunk (state=3):\n>>>import 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1d00>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.14281: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.14284: stdout chunk (state=3):\n>>># /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<<<\n 7519 1726888129.14286: stdout chunk (state=3):\n>>>import 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1c40>\r\n<<<\n 7519 1726888129.14288: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc'\r\n<<<\n 7519 1726888129.14291: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.14296: stdout chunk (state=3):\n>>>import 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1d30>\r\n<<<\n 7519 1726888129.14349: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.14352: stdout chunk (state=3):\n>>>import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e50><<<\n 7519 1726888129.14355: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.14357: stdout chunk (state=3):\n>>>import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94b80><<<\n 7519 1726888129.14359: stdout chunk (state=3):\n>>>import 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b00d0>\r\n<<<\n 7519 1726888129.14363: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.14366: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.14368: stdout chunk (state=3):\n>>># /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<<<\n 7519 1726888129.14373: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.14378: stdout chunk (state=3):\n>>>import 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b0160>\r\nimport 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368640>\r\n<<<\n 7519 1726888129.14383: stdout chunk (state=3):\n>>>import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903558b0>\r\n<<<\n 7519 1726888129.14386: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.14388: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc'\r\n<<<\n 7519 1726888129.14390: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc'\r\nimport 'chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903558e0>\r\nimport 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890355430>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888129.14392: stdout chunk (state=3):\n>>>import 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94fd0><<<\n 7519 1726888129.14394: stdout chunk (state=3):\n>>>\r\nimport 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e20><<<\n 7519 1726888129.14396: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.14398: stdout chunk (state=3):\n>>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368520>\r\n<<<\n 7519 1726888129.14401: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc'\r\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c33a0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n<<<\n 7519 1726888129.14403: stdout chunk (state=3):\n>>># /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<<<\n 7519 1726888129.14405: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.14407: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc'\r\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b0fd0>\r\n<<<\n 7519 1726888129.14727: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc'\r\n<<<\n 7519 1726888129.14739: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc'<<<\n 7519 1726888129.14903: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.14909: stdout chunk (state=3):\n>>>import 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb190>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc'\r\nimport 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb220>\r\nimport 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94f10>\r\n<<<\n 7519 1726888129.14917: stdout chunk (state=3):\n>>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacdd5fdf0>\r\n<<<\n 7519 1726888129.14928: stdout chunk (state=3):\n>>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1192b0>\r\n<<<\n 7519 1726888129.15168: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n<<<\n 7519 1726888129.15175: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc'\r\n# /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<<<\n 7519 1726888129.15182: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc'<<<\n 7519 1726888129.15185: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.15258: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc'\r\n<<<\n 7519 1726888129.15262: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc'\r\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc'\r\nimport 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244580>\r\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244370>\r\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244100>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc'\r\nimport 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244400>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc'\r\nimport 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589024ff40>\r\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1c70>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.15265: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc'\r\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260a60>\r\n<<<\n 7519 1726888129.15267: stdout chunk (state=3):\n>>>import 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb3a0><<<\n 7519 1726888129.15269: stdout chunk (state=3):\n>>>\r\nimport 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e80>\r\n<<<\n 7519 1726888129.15277: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n<<<\n 7519 1726888129.15279: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n<<<\n 7519 1726888129.15281: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc'\r\n<<<\n 7519 1726888129.15283: stdout chunk (state=3):\n>>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc8102b0>\r\n<<<\n 7519 1726888129.15285: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc'\r\nimport 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026d250>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc'\r\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026d310>\r\n<<<\n 7519 1726888129.15287: stdout chunk (state=3):\n>>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0cc880>\r\n<<<\n 7519 1726888129.15289: stdout chunk (state=3):\n>>>import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94c10>\r\n<<<\n 7519 1726888129.15291: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n<<<\n 7519 1726888129.15293: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc'\r\n<<<\n 7519 1726888129.15295: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc'\r\n<<<\n 7519 1726888129.15297: stdout chunk (state=3):\n>>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260af0>\r\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260760>\r\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260670>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n<<<\n 7519 1726888129.15299: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc'\r\n<<<\n 7519 1726888129.15301: stdout chunk (state=3):\n>>>import 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb1c0><<<\n 7519 1726888129.15303: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.15304: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\n<<<\n 7519 1726888129.15306: stdout chunk (state=3):\n>>># /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<<<\n 7519 1726888129.15308: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.15310: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc'\r\n<<<\n 7519 1726888129.15320: stdout chunk (state=3):\n>>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589021d1c0>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026dd00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc'\r\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026df10>\r\n<<<\n 7519 1726888129.15884: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc'\r\n<<<\n 7519 1726888129.15909: stdout chunk (state=3):\n>>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc6dde50>\r\n<<<\n 7519 1726888129.15914: stdout chunk (state=3):\n>>>import 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb400><<<\n 7519 1726888129.15916: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.15919: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py<<<\n 7519 1726888129.15922: stdout chunk (state=3):\n>>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc7ef550>\r\n<<<\n 7519 1726888129.16075: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16080: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\r\n<<<\n 7519 1726888129.16085: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16088: stdout chunk (state=3):\n>>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026dfd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc'\r\nimport 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589021deb0>\r\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16093: stdout chunk (state=3):\n>>>import 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb490><<<\n 7519 1726888129.16101: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.16104: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16110: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n<<<\n 7519 1726888129.16125: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16154: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n<<<\n 7519 1726888129.16241: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16245: stdout chunk (state=3):\n>>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc6489d0>\r\n<<<\n 7519 1726888129.16250: stdout chunk (state=3):\n>>>import 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb520><<<\n 7519 1726888129.16281: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.16284: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py<<<\n 7519 1726888129.16286: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc'<<<\n 7519 1726888129.16301: stdout chunk (state=3):\n>>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc8104f0>\r\n<<<\n 7519 1726888129.16306: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.16309: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16310: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc'\r\nimport 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901ce1c0>\r\nimport 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3df0>\r\nimport 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c32e0>\r\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890233850>\r\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026db50>\r\n<<<\n 7519 1726888129.16318: stdout chunk (state=3):\n>>>import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431c40>\r\n<<<\n 7519 1726888129.16330: stdout chunk (state=3):\n>>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431550>\r\n<<<\n 7519 1726888129.16333: stdout chunk (state=3):\n>>>import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb5b0>\r\n<<<\n 7519 1726888129.16502: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py<<<\n 7519 1726888129.16524: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc'<<<\n 7519 1726888129.16532: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.16547: stdout chunk (state=3):\n>>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc642d30>\r\n<<<\n 7519 1726888129.16558: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3f10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc'\r\nimport 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3c40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16703: stdout chunk (state=3):\n>>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc648f70>\r\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7100>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n<<<\n 7519 1726888129.16709: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16744: stdout chunk (state=3):\n>>>import 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb640>\r\n<<<\n 7519 1726888129.16828: stdout chunk (state=3):\n>>>import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901d7910>\r\n# /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\r\n<<<\n 7519 1726888129.16858: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n<<<\n 7519 1726888129.16884: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16889: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16892: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc571af0>\r\n<<<\n 7519 1726888129.16895: stdout chunk (state=3):\n>>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571310>\r\n<<<\n 7519 1726888129.16929: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n<<<\n 7519 1726888129.16935: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc'\r\n<<<\n 7519 1726888129.16939: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc5846d0>\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n<<<\n 7519 1726888129.17042: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591280>\r\n<<<\n 7519 1726888129.17048: stdout chunk (state=3):\n>>>import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb6d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc'\r\nimport 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb760>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc'\r\nimport 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb7f0>\r\n<<<\n 7519 1726888129.17053: stdout chunk (state=3):\n>>>import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de941f0>\r\n<<<\n 7519 1726888129.17056: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.17062: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc'\r\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901d7d00>\r\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041a520>\r\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589040b880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc'\r\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f22e0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc'\r\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2670>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc'\r\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2790>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc'\r\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187100>\r\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2850>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc'\r\nimport 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194160>\r\n<<<\n 7519 1726888129.17186: stdout chunk (state=3):\n>>>import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de6f190><<<\n 7519 1726888129.17338: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.17416: stdout chunk (state=3):\n>>>import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187a30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc'\r\n<<<\n 7519 1726888129.17428: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc'\r\n<<<\n 7519 1726888129.17433: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n<<<\n 7519 1726888129.17437: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py<<<\n 7519 1726888129.17443: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888129.17448: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc'\r\n<<<\n 7519 1726888129.17460: stdout chunk (state=3):\n>>>import 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589013a910>\r\n<<<\n 7519 1726888129.17472: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n<<<\n 7519 1726888129.17523: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc'\r\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890146550>\r\n<<<\n 7519 1726888129.17531: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dcebbb0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb910>\r\nimport 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de943d0>\r\n<<<\n 7519 1726888129.17710: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n<<<\n 7519 1726888129.17718: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc'<<<\n 7519 1726888129.17730: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.17760: stdout chunk (state=3):\n>>>import 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94fa0>\r\nimport 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66c70>\r\n<<<\n 7519 1726888129.17814: stdout chunk (state=3):\n>>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc591820>\r\n<<<\n 7519 1726888129.17837: stdout chunk (state=3):\n>>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66280>\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py<<<\n 7519 1726888129.17869: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.17878: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591c70>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591340>\r\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584760>\r\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc57bd90>\r\n<<<\n 7519 1726888129.17908: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888129.17914: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n<<<\n 7519 1726888129.17923: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66460>\r\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9cb20>\r\n<<<\n 7519 1726888129.17950: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.17979: stdout chunk (state=3):\n>>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194ee0>\r\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194700>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901aaa00>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc'\r\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015fc40>\r\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015f370>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc'\r\nimport 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015fdf0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901702b0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc'\r\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890170430>\r\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901702e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc'\r\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901703d0>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc'\r\n# possible namespace for /usr/lib/python3.9/site-packages/gi\r\n<<<\n 7519 1726888129.18042: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n<<<\n 7519 1726888129.18048: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc'\r\n<<<\n 7519 1726888129.18051: stdout chunk (state=3):\n>>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66df0>\r\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df76cd0>\r\n<<<\n 7519 1726888129.18056: stdout chunk (state=3):\n>>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc143eb0>\r\n<<<\n 7519 1726888129.18085: stdout chunk (state=3):\n>>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584160>\r\n<<<\n 7519 1726888129.18094: stdout chunk (state=3):\n>>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571c70>\r\n<<<\n 7519 1726888129.18099: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.18134: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py<<<\n 7519 1726888129.18199: stdout chunk (state=3):\n>>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc674700>\r\n<<<\n 7519 1726888129.18208: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.18214: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc'\r\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890170d00>\r\n<<<\n 7519 1726888129.18220: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.18287: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc'\r\n<<<\n 7519 1726888129.18295: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\r\n<<<\n 7519 1726888129.18357: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc'<<<\n 7519 1726888129.18371: stdout chunk (state=3):\n>>># extension module 'gi._gi' loaded from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gi._gi' executed from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890170b50>\r\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890170520>\r\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc'\r\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114940>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc'\r\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114a30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n<<<\n 7519 1726888129.18377: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc'\r\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114d30>\r\n<<<\n 7519 1726888129.18383: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.18504: stdout chunk (state=3):\n>>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc674e20>\r\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc6748b0>\r\n<<<\n 7519 1726888129.18510: stdout chunk (state=3):\n>>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7250>\r\n<<<\n 7519 1726888129.18525: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc150d30>\r\n<<<\n 7519 1726888129.18606: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\r\n<<<\n 7519 1726888129.18629: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc'\r\n<<<\n 7519 1726888129.18639: stdout chunk (state=3):\n>>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04c10>\r\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd044c0>\r\n<<<\n 7519 1726888129.18646: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n<<<\n 7519 1726888129.18654: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc'\r\n<<<\n 7519 1726888129.18657: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc'\r\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890123340>\r\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901142e0>\r\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffe80>\r\n<<<\n 7519 1726888129.18756: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc'\r\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114460>\r\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffb20>\r\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901708e0>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.18760: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\r\n<<<\n 7519 1726888129.18762: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\r\n<<<\n 7519 1726888129.18767: stdout chunk (state=3):\n>>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9c910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc'\r\n<<<\n 7519 1726888129.18770: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc'\r\n<<<\n 7519 1726888129.18852: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc'\r\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dca2280>\r\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n<<<\n 7519 1726888129.18884: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc'\r\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013490>\r\n<<<\n 7519 1726888129.18951: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589002cf10>\r\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013cd0>\r\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013820>\r\n<<<\n 7519 1726888129.18962: stdout chunk (state=3):\n>>># extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gpg._gpgme' executed from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbfc21f0>\r\n<<<\n 7519 1726888129.18965: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888129.18974: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'<<<\n 7519 1726888129.19005: stdout chunk (state=3):\n>>>\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54160><<<\n 7519 1726888129.19011: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.19068: stdout chunk (state=3):\n>>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890123f40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffddd90>\r\n<<<\n 7519 1726888129.19073: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n<<<\n 7519 1726888129.19080: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888129.19085: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19088: stdout chunk (state=3):\n>>>import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc062280>\r\n<<<\n 7519 1726888129.19218: stdout chunk (state=3):\n>>>\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888129.19221: stdout chunk (state=3):\n>>>\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dc541f0>\r\n<<<\n 7519 1726888129.19226: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\r\n<<<\n 7519 1726888129.19228: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19230: stdout chunk (state=3):\n>>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fff9310>\r\n<<<\n 7519 1726888129.19232: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc'\r\nimport 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e7c0>\r\n<<<\n 7519 1726888129.19236: stdout chunk (state=3):\n>>># extension module '_elementtree' loaded from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_elementtree' executed from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588fff9f10>\r\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdde20>\r\n<<<\n 7519 1726888129.19239: stdout chunk (state=3):\n>>>import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdd760>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19241: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dcb5670>\r\n<<<\n 7519 1726888129.19245: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n<<<\n 7519 1726888129.19247: stdout chunk (state=3):\n>>>import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc014e20>\r\n<<<\n 7519 1726888129.19249: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19472: stdout chunk (state=3):\n>>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dca26a0><<<\n 7519 1726888129.19475: stdout chunk (state=3):\n>>>\r\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc96a60>\r\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04f70>\r\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n<<<\n 7519 1726888129.19480: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19588: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc'\r\nimport 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890008f40>\r\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890008400>\r\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdf850>\r\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901aa880>\r\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187ee0>\r\n<<<\n 7519 1726888129.19688: stdout chunk (state=3):\n>>>import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee50>\r\n<<<\n 7519 1726888129.19692: stdout chunk (state=3):\n>>>import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06eb80>\r\n<<<\n 7519 1726888129.19694: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19697: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc'\r\nimport 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06efd0>\r\nimport 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee20>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19699: stdout chunk (state=3):\n>>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890474550>\r\n# /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\r\n<<<\n 7519 1726888129.19701: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n<<<\n 7519 1726888129.19703: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19705: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19707: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890400820>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc'\r\nimport 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff8ddf0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19709: stdout chunk (state=3):\n>>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff8df70>\r\n<<<\n 7519 1726888129.19711: stdout chunk (state=3):\n>>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1f10>\r\nimport 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905809a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19719: stdout chunk (state=3):\n>>>import 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5190>\r\n<<<\n 7519 1726888129.19826: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc'\r\nimport 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5220>\r\nimport 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ef10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19946: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc'\r\n<<<\n 7519 1726888129.19949: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n<<<\n 7519 1726888129.19953: stdout chunk (state=3):\n>>>import 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec53a0>\r\n<<<\n 7519 1726888129.19956: stdout chunk (state=3):\n>>>import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee80>\r\n<<<\n 7519 1726888129.20415: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc'\r\n<<<\n 7519 1726888129.20421: stdout chunk (state=3):\n>>>import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ec10>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc'\r\nimport 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec51c0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc'\r\nimport 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5400>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc'\r\n<<<\n 7519 1726888129.20547: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54fa0>\r\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54760>\r\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04d60>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc'\r\n<<<\n 7519 1726888129.20645: stdout chunk (state=3):\n>>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc8d910>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc'\r\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77820>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc'\r\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc778b0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77a30>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc'\r\n<<<\n 7519 1726888129.20651: stdout chunk (state=3):\n>>>import 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5490><<<\n 7519 1726888129.20910: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc'\r\nimport 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5520>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc'\r\n<<<\n 7519 1726888129.20920: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc'\r\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3e6d0>\r\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffaeb50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc'\r\n<<<\n 7519 1726888129.20928: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a100>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc'\r\nimport 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a3a0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a5e0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc'\r\nimport 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a820>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc'\r\nimport 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4aa00>\r\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3ec70>\r\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3e9a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc'\r\nimport 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3ee80>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc'\r\nimport 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a3d0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc'\r\nimport 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a880>\r\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a4f0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc'\r\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fef6190>\r\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5acd0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n<<<\n 7519 1726888129.20934: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc'\r\nimport 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5ae20>\r\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058d3d0>\r\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.20936: stdout chunk (state=3):\n>>>import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec55b0><<<\n 7519 1726888129.20941: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc'\r\nimport 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5640>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n<<<\n 7519 1726888129.20943: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc'\r\n<<<\n 7519 1726888129.20946: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n<<<\n 7519 1726888129.20953: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc'\r\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1038f190>\r\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc88160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038f1f0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038f2e0>\r\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc779d0>\r\n<<<\n 7519 1726888129.20958: stdout chunk (state=3):\n>>>import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec56d0><<<\n 7519 1726888129.20961: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.20966: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc'\r\nimport 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5760>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc'\r\nimport 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec57f0>\r\nimport 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e1f0>\r\n<<<\n 7519 1726888129.20968: stdout chunk (state=3):\n>>>import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc049190>\r\n<<<\n 7519 1726888129.20971: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n<<<\n 7519 1726888129.20973: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\r\n<<<\n 7519 1726888129.20974: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc'\r\n<<<\n 7519 1726888129.20979: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n<<<\n 7519 1726888129.20982: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888129.21303: stdout chunk (state=3):\n>>># extension module 'librepo._librepo' loaded from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\n# extension module 'librepo._librepo' executed from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\nimport 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588ff04b20>\r\nimport 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905806a0>\r\nimport 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890577520>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc'\r\nimport 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a640>\r\n<<<\n 7519 1726888129.21309: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc'\r\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc'\r\nimport 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff2c6a0>\r\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25f40>\r\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1aaf0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc'\r\nimport 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25370>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc'\r\nimport 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc'\r\nimport 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3850>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc'\r\nimport 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc'\r\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3e20>\r\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a0d0>\r\nimport 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff04cd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.notify_packagekit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588feb9130>\r\n<<<\n 7519 1726888129.21368: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888129.21376: stdout chunk (state=3):\n>>>\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbec5bb0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5910>\r\nimport 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e3d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc'\r\nimport 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06efa0>\r\nimport 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040c70>\r\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040280>\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040460>\r\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175b20>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc'\r\n<<<\n 7519 1726888129.21584: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc'\r\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77f70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc'\r\n<<<\n 7519 1726888129.21590: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc'\r\n# extension module '_opcode' loaded from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_opcode' executed from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dabe3a0>\r\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dabe160>\r\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0daae9a0>\r\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a09a0>\r\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038fe80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc'\r\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a0c70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc'\r\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a7970>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py<<<\n 7519 1726888129.21596: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dacc700>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc'\r\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dacc340>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py<<<\n 7519 1726888129.21600: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc'\r\n<<<\n 7519 1726888129.21605: stdout chunk (state=3):\n>>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040df0>\r\n<<<\n 7519 1726888129.21612: stdout chunk (state=3):\n>>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc150cd0>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc'\r\n<<<\n 7519 1726888129.21616: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py<<<\n 7519 1726888129.21621: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc'\r\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedec10>\r\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbede4c0>\r\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc'\r\n<<<\n 7519 1726888129.21628: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n<<<\n 7519 1726888129.21631: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc'\r\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada640>\r\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc'\r\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada4c0>\r\nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d940><<<\n 7519 1726888129.21635: stdout chunk (state=3):\n>>>\r\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d7f0><<<\n 7519 1726888129.21637: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.21920: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n<<<\n 7519 1726888129.21995: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc'\r\n<<<\n 7519 1726888129.22005: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py<<<\n 7519 1726888129.22009: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22012: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc'<<<\n 7519 1726888129.22018: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22026: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py<<<\n 7519 1726888129.22029: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc'\r\n<<<\n 7519 1726888129.22034: stdout chunk (state=3):\n>>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe7c280><<<\n 7519 1726888129.22036: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22042: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py<<<\n 7519 1726888129.22045: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22050: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc'<<<\n 7519 1726888129.22053: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22055: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py<<<\n 7519 1726888129.22057: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22059: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'<<<\n 7519 1726888129.22063: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22065: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py<<<\n 7519 1726888129.22070: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22276: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'<<<\n 7519 1726888129.22287: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22293: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2e160><<<\n 7519 1726888129.22295: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22298: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888129.22323: stdout chunk (state=3):\n>>>\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888129.22405: stdout chunk (state=3):\n>>>\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbe2e1f0><<<\n 7519 1726888129.22414: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22419: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe8f670><<<\n 7519 1726888129.22426: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22462: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py<<<\n 7519 1726888129.22465: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22469: stdout chunk (state=3):\n>>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe7c6a0>\r\n<<<\n 7519 1726888129.22474: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc'\r\n<<<\n 7519 1726888129.22477: stdout chunk (state=3):\n>>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe70a60><<<\n 7519 1726888129.22479: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22481: stdout chunk (state=3):\n>>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedef70><<<\n 7519 1726888129.22482: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22484: stdout chunk (state=3):\n>>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedeeb0>\r\n<<<\n 7519 1726888129.22486: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.22488: stdout chunk (state=3):\n>>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dae3f70>\r\n<<<\n 7519 1726888129.22490: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py<<<\n 7519 1726888129.22492: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888129.22494: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22496: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc'\r\n<<<\n 7519 1726888129.22498: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py<<<\n 7519 1726888129.22501: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22503: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n<<<\n 7519 1726888129.22505: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc'<<<\n 7519 1726888129.22646: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22653: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py<<<\n 7519 1726888129.22659: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22663: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.22665: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc'<<<\n 7519 1726888129.22669: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22675: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py<<<\n 7519 1726888129.22678: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc'<<<\n 7519 1726888129.22680: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22682: stdout chunk (state=3):\n>>>import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da9af70>\r\n<<<\n 7519 1726888129.22685: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2efa0>\r\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2e760>\r\n<<<\n 7519 1726888129.22687: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py<<<\n 7519 1726888129.22689: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc'<<<\n 7519 1726888129.22691: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22700: stdout chunk (state=3):\n>>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbeded60>\r\n<<<\n 7519 1726888129.22703: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n<<<\n 7519 1726888129.22705: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc'<<<\n 7519 1726888129.22707: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc'\r\n<<<\n 7519 1726888129.22710: stdout chunk (state=3):\n>>>\r\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe67910><<<\n 7519 1726888129.22714: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22718: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py<<<\n 7519 1726888129.22725: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.22727: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc'\r\n<<<\n 7519 1726888129.22729: stdout chunk (state=3):\n>>>import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52820><<<\n 7519 1726888129.22731: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.22733: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py<<<\n 7519 1726888129.22865: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc'<<<\n 7519 1726888129.23161: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.23168: stdout chunk (state=3):\n>>>import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe528b0>\r\n<<<\n 7519 1726888129.23182: stdout chunk (state=3):\n>>># extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888129.23185: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.23211: stdout chunk (state=3):\n>>># extension module '_curses' executed from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0da33d60>\r\n<<<\n 7519 1726888129.23216: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52a30><<<\n 7519 1726888129.23221: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.23228: stdout chunk (state=3):\n>>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33be0>\r\n<<<\n 7519 1726888129.23231: stdout chunk (state=3):\n>>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da333a0><<<\n 7519 1726888129.23233: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.23238: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.23240: stdout chunk (state=3):\n>>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33160><<<\n 7519 1726888129.23244: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.23248: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc'\r\n<<<\n 7519 1726888129.23251: stdout chunk (state=3):\n>>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83eb0><<<\n 7519 1726888129.23258: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.23260: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n<<<\n 7519 1726888129.23262: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc'\r\n<<<\n 7519 1726888129.23264: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc'<<<\n 7519 1726888129.23266: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.23268: stdout chunk (state=3):\n>>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da331f0><<<\n 7519 1726888129.23270: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.23579: stdout chunk (state=3):\n>>># /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<<<\n 7519 1726888129.23587: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.23590: stdout chunk (state=3):\n>>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'<<<\n 7519 1726888129.23592: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.23596: stdout chunk (state=3):\n>>># extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'<<<\n 7519 1726888129.23598: stdout chunk (state=3):\n>>>\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace564190>\r\n<<<\n 7519 1726888129.23603: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.23607: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.23611: stdout chunk (state=3):\n>>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe62160>\r\n<<<\n 7519 1726888129.23615: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.23620: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5641f0><<<\n 7519 1726888129.23875: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.23904: stdout chunk (state=3):\n>>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da5f130>\r\n<<<\n 7519 1726888129.23907: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n<<<\n 7519 1726888129.23912: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc'<<<\n 7519 1726888129.23918: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.24011: stdout chunk (state=3):\n>>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33e80>\r\n<<<\n 7519 1726888129.24088: stdout chunk (state=3):\n>>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5642e0><<<\n 7519 1726888129.24101: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.24106: stdout chunk (state=3):\n>>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe529d0><<<\n 7519 1726888129.24108: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc'\r\n<<<\n 7519 1726888129.24110: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da509a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da5ffa0>\r\n<<<\n 7519 1726888129.24114: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.24117: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc'\r\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52f70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc'\r\n<<<\n 7519 1726888129.24119: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.24123: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc'\r\n<<<\n 7519 1726888129.24126: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n<<<\n 7519 1726888129.24131: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d961190><<<\n 7519 1726888129.24135: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.24138: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc'\r\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9612e0>\r\n<<<\n 7519 1726888129.24140: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc'\r\n<<<\n 7519 1726888129.24142: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n<<<\n 7519 1726888129.24144: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc'<<<\n 7519 1726888129.24146: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.24148: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.24150: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc'\r\n<<<\n 7519 1726888129.24152: stdout chunk (state=3):\n>>># extension module '_opcode' loaded from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888129.24154: stdout chunk (state=3):\n>>># extension module '_opcode' executed from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbc983a0>\r\n<<<\n 7519 1726888129.24155: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9618e0><<<\n 7519 1726888129.24157: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.24159: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d961610>\r\n<<<\n 7519 1726888129.24161: stdout chunk (state=3):\n>>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc98160>\r\n<<<\n 7519 1726888129.24163: stdout chunk (state=3):\n>>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc889a0>\r\n<<<\n 7519 1726888129.24165: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.24168: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc'\r\n<<<\n 7519 1726888129.24446: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9619a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc'<<<\n 7519 1726888129.24531: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.24536: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96f5e0>\r\n<<<\n 7519 1726888129.24542: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc'\r\n<<<\n 7519 1726888129.24549: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96f6d0>\r\n<<<\n 7519 1726888129.24554: stdout chunk (state=3):\n>>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5759a0>\r\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace564e80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc'\r\n<<<\n 7519 1726888129.24557: stdout chunk (state=3):\n>>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace575c70><<<\n 7519 1726888129.24559: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.24561: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.24564: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc'\r\n<<<\n 7519 1726888129.24566: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py<<<\n 7519 1726888129.24571: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.24576: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc'<<<\n 7519 1726888129.24585: stdout chunk (state=3):\n>>>\r\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace57c970>\r\n<<<\n 7519 1726888129.24588: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbca6700>\r\n<<<\n 7519 1726888129.24591: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96feb0>\r\n<<<\n 7519 1726888129.24593: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96fac0>\r\n<<<\n 7519 1726888129.24596: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n<<<\n 7519 1726888129.24600: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc'\r\n<<<\n 7519 1726888129.24602: stdout chunk (state=3):\n>>>import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbca6340>\r\n<<<\n 7519 1726888129.24607: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc'\r\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96ff10>\r\n<<<\n 7519 1726888129.24890: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc'\r\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985af0>\r\n<<<\n 7519 1726888129.24974: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc'\r\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb4640>\r\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb4160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc'\r\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb44c0>\r\n<<<\n 7519 1726888129.24983: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc'\r\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985c10>\r\n# /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\r\n<<<\n 7519 1726888129.24988: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc'<<<\n 7519 1726888129.24990: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.24995: stdout chunk (state=3):\n>>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172940>\r\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1727f0>\r\n<<<\n 7519 1726888129.24998: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985e50>\r\n<<<\n 7519 1726888129.25003: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.25008: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc'<<<\n 7519 1726888129.25010: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.25014: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9162e0>\r\n<<<\n 7519 1726888129.25017: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.25022: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25239: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d916cd0>\r\n# /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\r\n<<<\n 7519 1726888129.25246: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25248: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d916e20>\r\n<<<\n 7519 1726888129.25253: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25255: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924520>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924100><<<\n 7519 1726888129.25260: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.25262: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.25267: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\r\n<<<\n 7519 1726888129.25270: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25317: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25327: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n<<<\n 7519 1726888129.25330: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25332: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n<<<\n 7519 1726888129.25335: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25339: stdout chunk (state=3):\n>>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924f10>\r\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924a60>\r\n<<<\n 7519 1726888129.25342: stdout chunk (state=3):\n>>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcbdf70>\r\n<<<\n 7519 1726888129.25344: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.25348: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25570: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888129.25577: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.25580: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\r\n<<<\n 7519 1726888129.25586: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25589: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\r\n<<<\n 7519 1726888129.25592: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924d60>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc'\r\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9317f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25594: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d931f70><<<\n 7519 1726888129.25596: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.25598: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25694: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25698: stdout chunk (state=3):\n>>>import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc74f70>\r\n<<<\n 7519 1726888129.25701: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93f280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py<<<\n 7519 1726888129.25703: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc'<<<\n 7519 1726888129.25705: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.25707: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25709: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py<<<\n 7519 1726888129.25756: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc'<<<\n 7519 1726888129.25760: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.25763: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\r\n# code object from '/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25767: stdout chunk (state=3):\n>>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93f370>\r\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83490>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da831f0>\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dae3cd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc'\r\n<<<\n 7519 1726888129.25770: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n<<<\n 7519 1726888129.25775: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888129.25779: stdout chunk (state=3):\n>>># extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888129.25782: stdout chunk (state=3):\n>>>\r\n# extension module '_curses' executed from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888129.25784: stdout chunk (state=3):\n>>>import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbc0dd60>\r\n<<<\n 7519 1726888129.25785: stdout chunk (state=3):\n>>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0dbe0>\r\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d3a0>\r\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d160>\r\n<<<\n 7519 1726888129.25790: stdout chunk (state=3):\n>>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5deb0><<<\n 7519 1726888129.25792: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.26000: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n<<<\n 7519 1726888129.26004: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26008: stdout chunk (state=3):\n>>>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fee0>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fc10>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n<<<\n 7519 1726888129.26015: stdout chunk (state=3):\n>>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d1f0><<<\n 7519 1726888129.26021: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.26025: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26027: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.26031: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py<<<\n 7519 1726888129.26033: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.26035: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888129.26039: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.26184: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc'\r\nimport 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc39130><<<\n 7519 1726888129.26188: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.26192: stdout chunk (state=3):\n>>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0de80>\r\n# /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<<<\n 7519 1726888129.26198: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26200: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc'\r\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d95b0>\r\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26204: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py<<<\n 7519 1726888129.26206: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.26349: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc299a0>\r\n<<<\n 7519 1726888129.26356: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26359: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.26361: stdout chunk (state=3):\n>>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8e34f0>\r\n<<<\n 7519 1726888129.26363: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26365: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc39fa0>\r\n<<<\n 7519 1726888129.26367: stdout chunk (state=3):\n>>># extension module '_decimal' loaded from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_decimal' executed from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888129.26396: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc'\r\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b190>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc'\r\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b2e0>\r\n<<<\n 7519 1726888129.26399: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.26401: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc'<<<\n 7519 1726888129.26406: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.26409: stdout chunk (state=3):\n>>>import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d8d9e50>\r\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d9dc0>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26416: stdout chunk (state=3):\n>>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90e730>\r\n<<<\n 7519 1726888129.26419: stdout chunk (state=3):\n>>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90e1c0>\r\n<<<\n 7519 1726888129.26421: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26428: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26433: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b8e0>\r\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b610>\r\n<<<\n 7519 1726888129.26437: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n<<<\n 7519 1726888129.26440: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.26444: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc'<<<\n 7519 1726888129.26446: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.26452: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b9a0><<<\n 7519 1726888129.26740: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.26781: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc'\r\nimport 'six.moves' # \r\n<<<\n 7519 1726888129.26785: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26794: stdout chunk (state=3):\n>>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d85aa60>\r\n<<<\n 7519 1726888129.26799: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n<<<\n 7519 1726888129.26801: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc'\r\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d85ac40>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n<<<\n 7519 1726888129.26923: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb485e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb486d0>\r\n# /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<<<\n 7519 1726888129.26953: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.26959: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26961: stdout chunk (state=3):\n>>># destroy dateutil.tz.win\r\n<<<\n 7519 1726888129.26963: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\r\n<<<\n 7519 1726888129.26965: stdout chunk (state=3):\n>>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90eca0>\r\n<<<\n 7519 1726888129.26967: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48eb0>\r\n<<<\n 7519 1726888129.26969: stdout chunk (state=3):\n>>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90ea30>\r\n<<<\n 7519 1726888129.26971: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48ac0><<<\n 7519 1726888129.26973: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.26975: stdout chunk (state=3):\n>>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d94c130>\r\n<<<\n 7519 1726888129.26977: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc'\r\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48f10>\r\n<<<\n 7519 1726888129.26979: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.26981: stdout chunk (state=3):\n>>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d91f0>\r\n<<<\n 7519 1726888129.27082: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.27088: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc'\r\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60af0>\r\n<<<\n 7519 1726888129.27090: stdout chunk (state=3):\n>>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fac0>\r\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83220>\r\n# /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<<<\n 7519 1726888129.27095: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc'<<<\n 7519 1726888129.27098: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.27100: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.27102: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc'\r\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60c10>\r\n# /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\r\n<<<\n 7519 1726888129.27107: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27110: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87c160>\r\n<<<\n 7519 1726888129.27116: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60e50>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc'\r\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaef2e0>\r\n<<<\n 7519 1726888129.27118: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27120: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27123: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87c490>\r\n<<<\n 7519 1726888129.27125: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87cd00><<<\n 7519 1726888129.27127: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.27129: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaefcd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27132: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaefe20>\r\n<<<\n 7519 1726888129.27371: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27390: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d812610>\r\n<<<\n 7519 1726888129.27396: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n<<<\n 7519 1726888129.27399: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafe520>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafe100>\r\n<<<\n 7519 1726888129.27405: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n<<<\n 7519 1726888129.27407: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.27415: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d812b80>\r\n<<<\n 7519 1726888129.27420: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27424: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27426: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27428: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n<<<\n 7519 1726888129.27429: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27433: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n<<<\n 7519 1726888129.27435: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27439: stdout chunk (state=3):\n>>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafef10>\r\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafea60>\r\n<<<\n 7519 1726888129.27441: stdout chunk (state=3):\n>>># extension module '_sqlite3' loaded from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_sqlite3' executed from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d81fc40><<<\n 7519 1726888129.27447: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc'\r\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafed60>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc'\r\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb0b7f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27449: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.27455: stdout chunk (state=3):\n>>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f820>\r\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f580>\r\n<<<\n 7519 1726888129.27458: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f1f0>\r\n<<<\n 7519 1726888129.27775: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb0bf70>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27793: stdout chunk (state=3):\n>>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19370>\r\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d490>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d1f0>\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcbdcd0>\r\n<<<\n 7519 1726888129.27799: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27852: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n<<<\n 7519 1726888129.27856: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f430>\r\n# /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\r\n<<<\n 7519 1726888129.27859: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19ee0>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19c10>\r\n<<<\n 7519 1726888129.27863: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27865: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27867: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n<<<\n 7519 1726888129.27871: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\r\n<<<\n 7519 1726888129.27874: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cbb0><<<\n 7519 1726888129.27876: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.27880: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc'\r\n<<<\n 7519 1726888129.27885: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28034: stdout chunk (state=3):\n>>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cc40>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n<<<\n 7519 1726888129.28042: stdout chunk (state=3):\n>>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab35b0>\r\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n<<<\n 7519 1726888129.28114: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28130: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28249: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28255: stdout chunk (state=3):\n>>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbabc4f0>\r\n<<<\n 7519 1726888129.28258: stdout chunk (state=3):\n>>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\n<<<\n 7519 1726888129.28260: stdout chunk (state=3):\n>>>import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d83a280>\r\n<<<\n 7519 1726888129.28283: stdout chunk (state=3):\n>>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cdc0>\r\n<<<\n 7519 1726888129.28288: stdout chunk (state=3):\n>>># extension module '_decimal' loaded from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_decimal' executed from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbab3e50>\r\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab3dc0>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n<<<\n 7519 1726888129.28290: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28292: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28297: stdout chunk (state=3):\n>>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8730>\r\n<<<\n 7519 1726888129.28299: stdout chunk (state=3):\n>>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae81c0>\r\n<<<\n 7519 1726888129.28302: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py<<<\n 7519 1726888129.28306: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.28309: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py<<<\n 7519 1726888129.28316: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc'\r\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d7422e0>\r\n<<<\n 7519 1726888129.28318: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc'\r\nimport 'six.moves' # \r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba34a60>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc'\r\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba34c40>\r\n<<<\n 7519 1726888129.28320: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n<<<\n 7519 1726888129.28324: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc'<<<\n 7519 1726888129.28328: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc'\r\n# destroy dateutil.tz.win\r\n<<<\n 7519 1726888129.28330: stdout chunk (state=3):\n>>>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28332: stdout chunk (state=3):\n>>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8ca0>\r\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8a30>\r\n<<<\n 7519 1726888129.28334: stdout chunk (state=3):\n>>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb26130>\r\n<<<\n 7519 1726888129.28335: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n<<<\n 7519 1726888129.28337: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28339: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a340>\r\n<<<\n 7519 1726888129.28341: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n<<<\n 7519 1726888129.28442: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a2e0><<<\n 7519 1726888129.28445: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.28448: stdout chunk (state=3):\n>>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab31f0>\r\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19ac0>\r\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d220>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56160>\r\n<<<\n 7519 1726888129.28450: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28487: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28490: stdout chunk (state=3):\n>>># extension module 'pyexpat' loaded from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'pyexpat' executed from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888129.28492: stdout chunk (state=3):\n>>>import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d74a490>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a1f0>\r\n<<<\n 7519 1726888129.28495: stdout chunk (state=3):\n>>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d742d00>\r\n<<<\n 7519 1726888129.28499: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28501: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56d00>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9eb610>\r\n<<<\n 7519 1726888129.28505: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n<<<\n 7519 1726888129.28507: stdout chunk (state=3):\n>>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d7423a0>\r\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d848a30>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83afa0>\r\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83a940>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82c7f0>\r\n<<<\n 7519 1726888129.28514: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc'<<<\n 7519 1726888129.28517: stdout chunk (state=3):\n>>>\r\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9ebb80>\r\n<<<\n 7519 1726888129.28519: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81ffd0>\r\n<<<\n 7519 1726888129.28521: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n<<<\n 7519 1726888129.28526: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc'<<<\n 7519 1726888129.28528: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.28530: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82c940>\r\n<<<\n 7519 1726888129.28532: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n<<<\n 7519 1726888129.28738: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d742d90><<<\n 7519 1726888129.28746: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.28749: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28751: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a760><<<\n 7519 1726888129.28754: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc'\r\n# extension module '_sqlite3' loaded from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_sqlite3' executed from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb9f8c40>\r\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8820>\r\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8580>\r\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f81f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8430>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06bb0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06c40>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc'\r\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacba14280>\r\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06dc0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc'\r\n<<<\n 7519 1726888129.28757: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\r\n<<<\n 7519 1726888129.28760: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29016: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29036: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc'\r\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91b2e0>\r\n<<<\n 7519 1726888129.29044: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n<<<\n 7519 1726888129.29047: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29053: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.29055: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a9d0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc'<<<\n 7519 1726888129.29059: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888129.29061: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29066: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n<<<\n 7519 1726888129.29069: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924340>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9242e0>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29209: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74af40>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29215: stdout chunk (state=3):\n>>># extension module 'pyexpat' loaded from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'pyexpat' executed from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb924490>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9241f0>\r\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91bd00>\r\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91b3a0>\r\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba22a30>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14fa0>\r\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14940>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba067f0>\r\n<<<\n 7519 1726888129.29218: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d767730>\r\n# /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\r\n<<<\n 7519 1726888129.29220: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8fd0>\r\n<<<\n 7519 1726888129.29290: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29298: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29301: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n<<<\n 7519 1726888129.29304: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06940>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91bd90>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29306: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924760>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n<<<\n 7519 1726888129.29369: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29428: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9249d0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29438: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924f40>\r\n# /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\r\n<<<\n 7519 1726888129.29540: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f8b80>\r\n<<<\n 7519 1726888129.29547: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n<<<\n 7519 1726888129.29550: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb941730>\r\n<<<\n 7519 1726888129.29584: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29589: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29621: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c5910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n<<<\n 7519 1726888129.29627: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d2b80>\r\n<<<\n 7519 1726888129.29630: stdout chunk (state=3):\n>>># extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rhsm._certificate' executed from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d71a130>\r\n<<<\n 7519 1726888129.29656: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n<<<\n 7519 1726888129.29691: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29777: stdout chunk (state=3):\n>>># extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rhsm._certificate' executed from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb8f4130>\r\n<<<\n 7519 1726888129.29850: stdout chunk (state=3):\n>>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f8be0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc'\r\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6c9400>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29873: stdout chunk (state=3):\n>>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d2be0>\r\n<<<\n 7519 1726888129.29896: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc'\r\n<<<\n 7519 1726888129.29933: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n<<<\n 7519 1726888129.29937: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30049: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n<<<\n 7519 1726888129.30056: stdout chunk (state=3):\n>>>import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6c9520>\r\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb490>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30059: stdout chunk (state=3):\n>>>import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb7c0>\r\n<<<\n 7519 1726888129.30082: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc'\r\nimport 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6ce910>\r\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb130>\r\n<<<\n 7519 1726888129.30105: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30137: stdout chunk (state=3):\n>>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb1f0>\r\n<<<\n 7519 1726888129.30171: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc'\r\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a3400>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc'\r\nimport 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a3520>\r\n<<<\n 7519 1726888129.30176: stdout chunk (state=3):\n>>>import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6b0a90>\r\n<<<\n 7519 1726888129.30193: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc'\r\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6cedc0>\r\n<<<\n 7519 1726888129.30248: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6641f0>\r\n<<<\n 7519 1726888129.30266: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6642e0>\r\n<<<\n 7519 1726888129.30334: stdout chunk (state=3):\n>>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895490>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30352: stdout chunk (state=3):\n>>>import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8957c0>\r\n<<<\n 7519 1726888129.30400: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n<<<\n 7519 1726888129.30404: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc'\r\nimport 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a8910>\r\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895130>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30409: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc'\r\nimport 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d664400>\r\n<<<\n 7519 1726888129.30412: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30416: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n<<<\n 7519 1726888129.30453: stdout chunk (state=3):\n>>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8951f0>\r\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb88aa90>\r\n<<<\n 7519 1726888129.30571: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc'\r\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a8dc0>\r\n<<<\n 7519 1726888129.30580: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30596: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n<<<\n 7519 1726888129.30623: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d1f0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d2e0>\r\n<<<\n 7519 1726888129.30630: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc'\r\nimport 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d400>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n<<<\n 7519 1726888129.30672: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30678: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n<<<\n 7519 1726888129.30690: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30704: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n<<<\n 7519 1726888129.30736: stdout chunk (state=3):\n>>>import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d639640>\r\n<<<\n 7519 1726888129.30785: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d68df40>\r\n<<<\n 7519 1726888129.30815: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc'\r\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6a09d0>\r\n<<<\n 7519 1726888129.30836: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n<<<\n 7519 1726888129.30889: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30897: stdout chunk (state=3):\n>>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6a0a60>\r\n<<<\n 7519 1726888129.30933: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30936: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc'\r\n<<<\n 7519 1726888129.30938: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888129.31053: stdout chunk (state=3):\n>>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6392b0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc'\r\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d64a3a0>\r\n<<<\n 7519 1726888129.31060: stdout chunk (state=3):\n>>>import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb813640>\r\n<<<\n 7519 1726888129.31066: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb867f40>\r\n<<<\n 7519 1726888129.31069: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc'\r\n<<<\n 7519 1726888129.31074: stdout chunk (state=3):\n>>>import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb87a9d0>\r\n<<<\n 7519 1726888129.31096: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc'\r\n<<<\n 7519 1726888129.31135: stdout chunk (state=3):\n>>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb87aa60>\r\n<<<\n 7519 1726888129.31139: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n<<<\n 7519 1726888129.31179: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888129.31241: stdout chunk (state=3):\n>>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8132b0>\r\n<<<\n 7519 1726888129.31244: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc'\r\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8243a0>\r\n<<<\n 7519 1726888129.31302: stdout chunk (state=3):\n>>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d671d00>\r\n<<<\n 7519 1726888129.31305: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc'\r\n<<<\n 7519 1726888129.31414: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc'\r\nimport 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d679970>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc'\r\n<<<\n 7519 1726888129.31424: stdout chunk (state=3):\n>>>import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5f9880>\r\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d679280>\r\n<<<\n 7519 1726888129.31506: stdout chunk (state=3):\n>>>import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d664bb0>\r\n<<<\n 7519 1726888129.31550: stdout chunk (state=3):\n>>>import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d716d90>\r\n<<<\n 7519 1726888129.31563: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n<<<\n 7519 1726888129.31642: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n<<<\n 7519 1726888129.31657: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc'\r\n<<<\n 7519 1726888129.31661: stdout chunk (state=3):\n>>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d61d640>\r\n<<<\n 7519 1726888129.31681: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d61ddf0>\r\n<<<\n 7519 1726888129.31729: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5ab160>\r\n<<<\n 7519 1726888129.31754: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n<<<\n 7519 1726888129.31774: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc'\r\n<<<\n 7519 1726888129.31793: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n<<<\n 7519 1726888129.31806: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc'\r\n<<<\n 7519 1726888129.31916: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5aba90>\r\n<<<\n 7519 1726888129.31959: stdout chunk (state=3):\n>>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb84bd00>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc'\r\nimport 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb853970>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc'\r\nimport 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7d3880>\r\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb853280>\r\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83dbb0>\r\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8f0d90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc'\r\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7f7640>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.31969: stdout chunk (state=3):\n>>>import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7f7df0>\r\n<<<\n 7519 1726888129.31979: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888129.31986: stdout chunk (state=3):\n>>>\r\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785160>\r\n<<<\n 7519 1726888129.32004: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n<<<\n 7519 1726888129.32032: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc'\r\nimport 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5cb1c0>\r\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5abd60>\r\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5ab1f0>\r\n<<<\n 7519 1726888129.32045: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32068: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n<<<\n 7519 1726888129.32105: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32109: stdout chunk (state=3):\n>>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60b880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32129: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n<<<\n 7519 1726888129.32243: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785a90>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n<<<\n 7519 1726888129.32248: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32251: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32350: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32355: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7a51c0>\r\n<<<\n 7519 1726888129.32358: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5842e0>\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc'\r\n# /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\r\n<<<\n 7519 1726888129.32378: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785d60>\r\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7851f0>\r\n<<<\n 7519 1726888129.32411: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n<<<\n 7519 1726888129.32451: stdout chunk (state=3):\n>>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5880>\r\n<<<\n 7519 1726888129.32455: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n<<<\n 7519 1726888129.32487: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584dc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc'\r\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584f40>\r\n<<<\n 7519 1726888129.32492: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32506: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n<<<\n 7519 1726888129.32640: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58cbe0>\r\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c7c0>\r\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c310>\r\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584a60>\r\n<<<\n 7519 1726888129.32647: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32718: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32730: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584bb0>\r\n<<<\n 7519 1726888129.32757: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.32762: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32767: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75e2e0>\r\n<<<\n 7519 1726888129.32769: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32816: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.32819: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32901: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n<<<\n 7519 1726888129.32904: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32906: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75edc0>\r\n<<<\n 7519 1726888129.32909: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32949: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc'\r\nimport 'urllib3.packages.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d539a00>\r\n<<<\n 7519 1726888129.32964: stdout chunk (state=3):\n>>>import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d539670>\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n<<<\n 7519 1726888129.32967: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32970: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ef40>\r\n<<<\n 7519 1726888129.32982: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc'\r\n<<<\n 7519 1726888129.32999: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33082: stdout chunk (state=3):\n>>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5396d0>\r\nimport 'urllib3.packages.six.moves' # \r\nimport 'urllib3.packages.six.moves.http_client' # \r\n<<<\n 7519 1726888129.33092: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33211: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb766be0>\r\n<<<\n 7519 1726888129.33219: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7667c0>\r\n<<<\n 7519 1726888129.33255: stdout chunk (state=3):\n>>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d610>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc'\r\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d7f0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n<<<\n 7519 1726888129.33262: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33265: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33299: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb766310>\r\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ea60>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n<<<\n 7519 1726888129.33341: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33348: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ebb0>\r\n<<<\n 7519 1726888129.33383: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5910>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc'\r\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5ac0>\r\n<<<\n 7519 1726888129.33387: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33429: stdout chunk (state=3):\n>>>import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5c70>\r\n<<<\n 7519 1726888129.33455: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33460: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33492: stdout chunk (state=3):\n>>>import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e55b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33561: stdout chunk (state=3):\n>>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e58b0>\r\n<<<\n 7519 1726888129.33564: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f10d0>\r\n<<<\n 7519 1726888129.33567: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n<<<\n 7519 1726888129.33569: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33601: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33605: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33679: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n<<<\n 7519 1726888129.33684: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc'\r\n# /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<<<\n 7519 1726888129.33689: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33693: stdout chunk (state=3):\n>>>import 'urllib3.packages.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb713a00>\r\nimport 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb713670>\r\n<<<\n 7519 1726888129.33709: stdout chunk (state=3):\n>>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1130>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc'\r\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4fd340>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n<<<\n 7519 1726888129.33747: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc'\r\n<<<\n 7519 1726888129.33840: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc'\r\nimport 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7136d0>\r\nimport 'urllib3.packages.six.moves' # \r\n<<<\n 7519 1726888129.33857: stdout chunk (state=3):\n>>>import 'urllib3.packages.six.moves.http_client' # \r\n<<<\n 7519 1726888129.33950: stdout chunk (state=3):\n>>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708610>\r\n<<<\n 7519 1726888129.33986: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc'\r\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7087f0>\r\n<<<\n 7519 1726888129.33992: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n<<<\n 7519 1726888129.34008: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc'\r\n<<<\n 7519 1726888129.34053: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888129.34084: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.34148: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888129.34169: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf910>\r\n<<<\n 7519 1726888129.34210: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc'\r\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bfac0>\r\n<<<\n 7519 1726888129.34215: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n<<<\n 7519 1726888129.34230: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc'\r\nimport 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bfc70>\r\n<<<\n 7519 1726888129.34306: stdout chunk (state=3):\n>>>import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf5b0>\r\n<<<\n 7519 1726888129.34328: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc'\r\n<<<\n 7519 1726888129.34342: stdout chunk (state=3):\n>>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf8b0>\r\n<<<\n 7519 1726888129.34384: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cb0d0>\r\n<<<\n 7519 1726888129.34427: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n<<<\n 7519 1726888129.34430: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc'\r\n<<<\n 7519 1726888129.34494: stdout chunk (state=3):\n>>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cb130>\r\n<<<\n 7519 1726888129.34525: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc'\r\n<<<\n 7519 1726888129.34540: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc'\r\n<<<\n 7519 1726888129.34618: stdout chunk (state=3):\n>>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6d7340>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n<<<\n 7519 1726888129.34629: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc'\r\n<<<\n 7519 1726888129.35452: stdout chunk (state=3):\n>>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4fd910>\r\n<<<\n 7519 1726888129.35494: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n<<<\n 7519 1726888129.35500: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc'\r\n<<<\n 7519 1726888129.35539: stdout chunk (state=3):\n>>>import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d51ee80>\r\n<<<\n 7519 1726888129.35542: stdout chunk (state=3):\n>>>import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1c40>\r\n<<<\n 7519 1726888129.35588: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n<<<\n 7519 1726888129.35591: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc'\r\n<<<\n 7519 1726888129.35629: stdout chunk (state=3):\n>>>import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1b20>\r\n<<<\n 7519 1726888129.35632: stdout chunk (state=3):\n>>>import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5250>\r\n<<<\n 7519 1726888129.35677: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n<<<\n 7519 1726888129.35682: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc'\r\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5310>\r\n<<<\n 7519 1726888129.35714: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n<<<\n 7519 1726888129.35760: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc'\r\n<<<\n 7519 1726888129.35763: stdout chunk (state=3):\n>>>import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5040>\r\n<<<\n 7519 1726888129.35813: stdout chunk (state=3):\n>>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d542af0>\r\n<<<\n 7519 1726888129.35856: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc'\r\n<<<\n 7519 1726888129.35909: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n<<<\n 7519 1726888129.35912: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc'\r\n<<<\n 7519 1726888129.35955: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n<<<\n 7519 1726888129.35967: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc'\r\n<<<\n 7519 1726888129.35986: stdout chunk (state=3):\n>>>import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a68e0>\r\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a6520>\r\n<<<\n 7519 1726888129.36019: stdout chunk (state=3):\n>>>import 'urllib3.packages.six.moves.urllib' # \r\n<<<\n 7519 1726888129.36049: stdout chunk (state=3):\n>>>import 'urllib3.packages.six.moves.urllib.parse' # \r\n<<<\n 7519 1726888129.36052: stdout chunk (state=3):\n>>>import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5539a0>\r\n<<<\n 7519 1726888129.36080: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n<<<\n 7519 1726888129.36113: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc'\r\n<<<\n 7519 1726888129.36159: stdout chunk (state=3):\n>>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e52e0>\r\n<<<\n 7519 1726888129.36196: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc'\r\n<<<\n 7519 1726888129.36209: stdout chunk (state=3):\n>>>import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a6d60>\r\n<<<\n 7519 1726888129.36245: stdout chunk (state=3):\n>>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d940>\r\n<<<\n 7519 1726888129.36267: stdout chunk (state=3):\n>>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6d7910>\r\n<<<\n 7519 1726888129.36317: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n<<<\n 7519 1726888129.36357: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n<<<\n 7519 1726888129.36366: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc'\r\nimport 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6f8e80>\r\n<<<\n 7519 1726888129.36381: stdout chunk (state=3):\n>>>import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cbc40>\r\n<<<\n 7519 1726888129.36386: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc'\r\n<<<\n 7519 1726888129.36389: stdout chunk (state=3):\n>>>import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cbb20>\r\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf250>\r\n<<<\n 7519 1726888129.36418: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc'\r\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf310>\r\n<<<\n 7519 1726888129.36452: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n<<<\n 7519 1726888129.36455: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc'\r\n<<<\n 7519 1726888129.36457: stdout chunk (state=3):\n>>>import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf040>\r\n<<<\n 7519 1726888129.36498: stdout chunk (state=3):\n>>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb71caf0>\r\n<<<\n 7519 1726888129.36536: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n<<<\n 7519 1726888129.36542: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc'\r\n<<<\n 7519 1726888129.36563: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc'\r\n<<<\n 7519 1726888129.36657: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n<<<\n 7519 1726888129.36701: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc'\r\n<<<\n 7519 1726888129.36705: stdout chunk (state=3):\n>>>import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67f8e0>\r\n<<<\n 7519 1726888129.36709: stdout chunk (state=3):\n>>>import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67f520>\r\n<<<\n 7519 1726888129.36715: stdout chunk (state=3):\n>>>import 'urllib3.packages.six.moves.urllib' # \r\n<<<\n 7519 1726888129.36724: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc'\r\nimport 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4b2910>\r\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bfa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc'\r\nimport 'chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca280>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc'\r\nimport 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca4f0>\r\nimport 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c00a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc'\r\nimport 'chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4cadf0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc'\r\nimport 'chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3190>\r\nimport 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca9d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc'\r\nimport 'chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4cac40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n<<<\n 7519 1726888129.36846: stdout chunk (state=3):\n>>>import 'urllib3.packages.six.moves.urllib.parse' # \r\nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb72d9a0>\r\n<<<\n 7519 1726888129.36855: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n<<<\n 7519 1726888129.36868: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc'\r\nimport 'chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3c40>\r\nimport 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d37f0>\r\n<<<\n 7519 1726888129.36872: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc'\r\n<<<\n 7519 1726888129.36874: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc'\r\n<<<\n 7519 1726888129.36876: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3fa0>\r\n<<<\n 7519 1726888129.36883: stdout chunk (state=3):\n>>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf2e0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc'\r\nimport 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67fd60>\r\n<<<\n 7519 1726888129.36970: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc'\r\n<<<\n 7519 1726888129.36979: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n<<<\n 7519 1726888129.36985: stdout chunk (state=3):\n>>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708940>\r\n<<<\n 7519 1726888129.36987: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc'\r\n<<<\n 7519 1726888129.36998: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc'\r\nimport 'chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcb50>\r\n<<<\n 7519 1726888129.37001: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc'\r\nimport 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcc10>\r\n<<<\n 7519 1726888129.37003: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n<<<\n 7519 1726888129.37005: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc'\r\nimport 'chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcca0>\r\n<<<\n 7519 1726888129.37007: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n<<<\n 7519 1726888129.37009: stdout chunk (state=3):\n>>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb68c910>\r\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.37012: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc'\r\nimport 'chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcd30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n<<<\n 7519 1726888129.37018: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc'\r\n<<<\n 7519 1726888129.37069: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc'\r\nimport 'chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcdc0>\r\n<<<\n 7519 1726888129.37085: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n<<<\n 7519 1726888129.37180: stdout chunk (state=3):\n>>>import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dc4f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc'\r\nimport 'chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcf70>\r\nimport 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3b20>\r\n<<<\n 7519 1726888129.37198: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n<<<\n 7519 1726888129.37204: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc'\r\nimport 'chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4280>\r\n<<<\n 7519 1726888129.37209: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc'\r\nimport 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a44f0>\r\nimport 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a0a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc'\r\nimport 'chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4df0>\r\n<<<\n 7519 1726888129.37315: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc'\r\nimport 'chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406370>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc'\r\nimport 'chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4066a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc'\r\nimport 'chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406910>\r\n<<<\n 7519 1726888129.37336: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc'\r\nimport 'chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad190>\r\nimport 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a49d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc'\r\nimport 'chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc'\r\n<<<\n 7519 1726888129.37411: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc'\r\nimport 'chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406bb0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc'\r\nimport 'chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406e50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc'\r\nimport 'chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b130>\r\nimport 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3430>\r\n<<<\n 7519 1726888129.37433: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc'\r\nimport 'chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b490>\r\n<<<\n 7519 1726888129.37444: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc'\r\nimport 'chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adc40>\r\nimport 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad7f0>\r\n<<<\n 7519 1726888129.37526: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adfa0>\r\n<<<\n 7519 1726888129.37532: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc'\r\n<<<\n 7519 1726888129.37544: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.37557: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b8b0>\r\nimport 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b730>\r\n<<<\n 7519 1726888129.37560: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n<<<\n 7519 1726888129.37565: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc'\r\nimport 'chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6b50>\r\n<<<\n 7519 1726888129.37637: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n<<<\n 7519 1726888129.37642: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.37651: stdout chunk (state=3):\n>>>import 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bd00>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.37670: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc'\r\nimport 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6c10>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n<<<\n 7519 1726888129.37685: stdout chunk (state=3):\n>>>import 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bc40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.37700: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc'\r\nimport 'chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6ca0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n<<<\n 7519 1726888129.37750: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc'\r\nimport 'chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6d30>\r\n<<<\n 7519 1726888129.37768: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n<<<\n 7519 1726888129.37782: stdout chunk (state=3):\n>>>import 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bd30>\r\n<<<\n 7519 1726888129.37808: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc'\r\nimport 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4180d0>\r\n<<<\n 7519 1726888129.37811: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.37828: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc'\r\nimport 'chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6dc0>\r\nimport 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b64f0>\r\n<<<\n 7519 1726888129.37851: stdout chunk (state=3):\n>>>import 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d418160>\r\nimport 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3640>\r\n<<<\n 7519 1726888129.37894: stdout chunk (state=3):\n>>>import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c08b0>\r\n<<<\n 7519 1726888129.37914: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc'\r\n<<<\n 7519 1726888129.37922: stdout chunk (state=3):\n>>>import 'chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6f70>\r\nimport 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adb20>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n<<<\n 7519 1726888129.37958: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc'\r\nimport 'chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c08e0>\r\nimport 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c0430>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888129.37962: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc'\r\nimport 'chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0370>\r\n<<<\n 7519 1726888129.37999: stdout chunk (state=3):\n>>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3520>\r\n<<<\n 7519 1726888129.38038: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc'\r\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d3a0>\r\n<<<\n 7519 1726888129.38046: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc'\r\nimport 'chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e06a0>\r\n<<<\n 7519 1726888129.38111: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38122: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc'\r\nimport 'chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0910>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc'\r\nimport 'chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0bb0>\r\n<<<\n 7519 1726888129.38163: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc'\r\nimport 'chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0e50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc'\r\nimport 'chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5130>\r\nimport 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad430>\r\n<<<\n 7519 1726888129.38185: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc'\r\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d418fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38227: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38238: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38286: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc'\r\nimport 'chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5490>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38325: stdout chunk (state=3):\n>>>import 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e58b0>\r\n<<<\n 7519 1726888129.38355: stdout chunk (state=3):\n>>>import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5730>\r\n<<<\n 7519 1726888129.38381: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38431: stdout chunk (state=3):\n>>>import 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5d00>\r\n<<<\n 7519 1726888129.38454: stdout chunk (state=3):\n>>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af580>\r\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af370>\r\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af100>\r\n<<<\n 7519 1726888129.38471: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n<<<\n 7519 1726888129.38501: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38517: stdout chunk (state=3):\n>>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af400>\r\n<<<\n 7519 1726888129.38551: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38566: stdout chunk (state=3):\n>>>import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3b9f40>\r\n<<<\n 7519 1726888129.38612: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc'\r\nimport 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc'\r\nimport 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5d30>\r\n<<<\n 7519 1726888129.38633: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc'\r\nimport 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f30d0>\r\n<<<\n 7519 1726888129.38662: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38681: stdout chunk (state=3):\n>>>import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bc70>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38717: stdout chunk (state=3):\n>>>import 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f3160>\r\nimport 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad640>\r\n<<<\n 7519 1726888129.38774: stdout chunk (state=3):\n>>>import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a8b0>\r\n<<<\n 7519 1726888129.38789: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc'\r\nimport 'chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a8e0>\r\nimport 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a430>\r\n<<<\n 7519 1726888129.38828: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38859: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.38873: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc'\r\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cba60>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc'\r\nimport 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8250>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc'\r\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8310>\r\n<<<\n 7519 1726888129.38899: stdout chunk (state=3):\n>>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad520>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc'\r\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7083a0>\r\n<<<\n 7519 1726888129.38947: stdout chunk (state=3):\n>>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cbaf0>\r\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb760>\r\n<<<\n 7519 1726888129.38962: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n<<<\n 7519 1726888129.39015: stdout chunk (state=3):\n>>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb670>\r\n<<<\n 7519 1726888129.39057: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39120: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc'\r\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f3fd0>\r\n<<<\n 7519 1726888129.39163: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc'\r\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39181: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39201: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3881c0>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8d00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc'\r\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8f10>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39233: stdout chunk (state=3):\n>>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8fd0>\r\n<<<\n 7519 1726888129.39255: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n<<<\n 7519 1726888129.39267: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39297: stdout chunk (state=3):\n>>>import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d388eb0>\r\n<<<\n 7519 1726888129.39353: stdout chunk (state=3):\n>>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589580>\r\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589370>\r\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589100>\r\n<<<\n 7519 1726888129.39373: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39414: stdout chunk (state=3):\n>>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589400>\r\n<<<\n 7519 1726888129.39442: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc'\r\nimport 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb593f40>\r\n<<<\n 7519 1726888129.39469: stdout chunk (state=3):\n>>>import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39515: stdout chunk (state=3):\n>>>import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5c70>\r\n<<<\n 7519 1726888129.39532: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39565: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc'\r\nimport 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3391c0>\r\n<<<\n 7519 1726888129.39604: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39641: stdout chunk (state=3):\n>>>import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32edf0>\r\nimport 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32e2e0>\r\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d39d850>\r\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8b50>\r\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bc40>\r\n<<<\n 7519 1726888129.39693: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc'\r\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5a60>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39747: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n<<<\n 7519 1726888129.39762: stdout chunk (state=3):\n>>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59b550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32ef10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39810: stdout chunk (state=3):\n>>>import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32ec40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc'\r\nimport 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d341910>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc'\r\n<<<\n 7519 1726888129.39837: stdout chunk (state=3):\n>>>import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d341d00>\r\n<<<\n 7519 1726888129.39848: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc'\r\nimport 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2250>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc'\r\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2310>\r\n<<<\n 7519 1726888129.39886: stdout chunk (state=3):\n>>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5af0>\r\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5760>\r\n<<<\n 7519 1726888129.39912: stdout chunk (state=3):\n>>>import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584520>\r\n<<<\n 7519 1726888129.39955: stdout chunk (state=3):\n>>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d575880>\r\n<<<\n 7519 1726888129.39994: stdout chunk (state=3):\n>>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5670>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n<<<\n 7519 1726888129.40033: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40099: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc'\r\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c2e0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc'\r\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c670>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc'\r\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c790>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n<<<\n 7519 1726888129.40113: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc'\r\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1100>\r\n<<<\n 7519 1726888129.40146: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40229: stdout chunk (state=3):\n>>>import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c850>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40250: stdout chunk (state=3):\n>>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5621c0>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2d00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc'\r\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2f10>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40263: stdout chunk (state=3):\n>>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40302: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40340: stdout chunk (state=3):\n>>>import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb562eb0>\r\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40368: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n<<<\n 7519 1726888129.40387: stdout chunk (state=3):\n>>>import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ff160>\r\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1a30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n<<<\n 7519 1726888129.40438: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40469: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40506: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc'\r\nimport 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2a5910>\r\n<<<\n 7519 1726888129.40549: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc'\r\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2b1550>\r\n<<<\n 7519 1726888129.40568: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40616: stdout chunk (state=3):\n>>>import 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5131c0>\r\nimport 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508df0>\r\n<<<\n 7519 1726888129.40635: stdout chunk (state=3):\n>>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ffee0>\r\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ff700>\r\n<<<\n 7519 1726888129.40703: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d314a00>\r\n<<<\n 7519 1726888129.40743: stdout chunk (state=3):\n>>>import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5082e0>\r\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb577850>\r\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2b50>\r\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775c40>\r\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508f10>\r\n<<<\n 7519 1726888129.40786: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc'\r\nimport 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508c40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40797: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n<<<\n 7519 1726888129.40864: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc'\r\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2cac40>\r\n<<<\n 7519 1726888129.40889: stdout chunk (state=3):\n>>>import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb51c910>\r\n<<<\n 7519 1726888129.40924: stdout chunk (state=3):\n>>>import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ca370>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc'\r\nimport 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2cadf0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db2b0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.40947: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc'\r\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb51cd00>\r\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75e520>\r\n<<<\n 7519 1726888129.41014: stdout chunk (state=3):\n>>># extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d2db430>\r\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db2e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc'\r\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db3d0>\r\n<<<\n 7519 1726888129.41045: stdout chunk (state=3):\n>>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb74e880>\r\n<<<\n 7519 1726888129.41085: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc'\r\n# possible namespace for /usr/lib/python3.9/site-packages/gi\r\n<<<\n 7519 1726888129.41106: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc'\r\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5372e0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc'\r\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537670>\r\n<<<\n 7519 1726888129.41132: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc'\r\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537790>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n<<<\n 7519 1726888129.41185: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n<<<\n 7519 1726888129.41216: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc'\r\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cb100>\r\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537850>\r\n<<<\n 7519 1726888129.41234: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc'\r\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2dbd00>\r\n<<<\n 7519 1726888129.41279: stdout chunk (state=3):\n>>># extension module 'gi._gi' loaded from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gi._gi' executed from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d2dbb50>\r\n<<<\n 7519 1726888129.41347: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc'\r\n<<<\n 7519 1726888129.41383: stdout chunk (state=3):\n>>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db520>\r\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.41467: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc'\r\nimport 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9160>\r\n<<<\n 7519 1726888129.41483: stdout chunk (state=3):\n>>>import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cba30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n<<<\n 7519 1726888129.41530: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc'\r\n<<<\n 7519 1726888129.41573: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc'\r\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e940>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc'\r\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27ea30>\r\n<<<\n 7519 1726888129.41607: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc'\r\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27ed30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc'\r\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d28d340>\r\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e2e0>\r\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ae80>\r\n<<<\n 7519 1726888129.41671: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc'\r\nimport 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb47f910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc'\r\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb48b550>\r\n<<<\n 7519 1726888129.41688: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc'\r\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e460>\r\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ab20>\r\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db8e0>\r\n<<<\n 7519 1726888129.41742: stdout chunk (state=3):\n>>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9ee0>\r\n<<<\n 7519 1726888129.41796: stdout chunk (state=3):\n>>>import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9700>\r\n<<<\n 7519 1726888129.41821: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n<<<\n 7519 1726888129.41882: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4eea00>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n<<<\n 7519 1726888129.41908: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc'\r\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17e490>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc'\r\n<<<\n 7519 1726888129.41938: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n<<<\n 7519 1726888129.41949: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc'\r\n<<<\n 7519 1726888129.41963: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc'\r\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4c40>\r\n<<<\n 7519 1726888129.41985: stdout chunk (state=3):\n>>>import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4370>\r\n<<<\n 7519 1726888129.42015: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc'\r\n<<<\n 7519 1726888129.42030: stdout chunk (state=3):\n>>>import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4df0>\r\n<<<\n 7519 1726888129.42057: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b52b0>\r\n<<<\n 7519 1726888129.42092: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.42102: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc'\r\n<<<\n 7519 1726888129.42150: stdout chunk (state=3):\n>>># extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb4b5430>\r\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b52e0>\r\n<<<\n 7519 1726888129.42185: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc'\r\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b53d0>\r\n<<<\n 7519 1726888129.42235: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.42264: stdout chunk (state=3):\n>>># possible namespace for /usr/lib/python3.9/site-packages/gi\r\n<<<\n 7519 1726888129.42269: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d197f10>\r\n<<<\n 7519 1726888129.42337: stdout chunk (state=3):\n>>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17ecd0>\r\n<<<\n 7519 1726888129.42388: stdout chunk (state=3):\n>>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17e820>\r\n<<<\n 7519 1726888129.42474: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc'\r\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b5d00>\r\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gi._gi' executed from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb4b5b50>\r\n<<<\n 7519 1726888129.42502: stdout chunk (state=3):\n>>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b5520>\r\n<<<\n 7519 1726888129.42575: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc'\r\n<<<\n 7519 1726888129.42606: stdout chunk (state=3):\n>>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d28df40>\r\n<<<\n 7519 1726888129.42638: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888129.42679: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc'\r\n<<<\n 7519 1726888129.42756: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146d90>\r\n<<<\n 7519 1726888129.42827: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n<<<\n 7519 1726888129.42831: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc'\r\n<<<\n 7519 1726888129.42859: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc'\r\n<<<\n 7519 1726888129.42903: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc'\r\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458940>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc'\r\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458a30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc'\r\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458d30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc'\r\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb468340>\r\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4582e0>\r\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444e80>\r\n<<<\n 7519 1726888129.42948: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc'\r\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458460>\r\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444b20>\r\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b58e0>\r\n<<<\n 7519 1726888129.43060: stdout chunk (state=3):\n>>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d164310>\r\n<<<\n 7519 1726888129.43087: stdout chunk (state=3):\n>>># extension module '_elementtree' loaded from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_elementtree' executed from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d164f10>\r\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146e20>\r\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146760>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc'\r\n<<<\n 7519 1726888129.43145: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.43158: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc'\r\n<<<\n 7519 1726888129.43161: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc'\r\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358490>\r\n<<<\n 7519 1726888129.43283: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc'\r\n<<<\n 7519 1726888129.43288: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc'\r\n<<<\n 7519 1726888129.43290: stdout chunk (state=3):\n>>>import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d173f40>\r\n<<<\n 7519 1726888129.43292: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n<<<\n 7519 1726888129.43308: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n<<<\n 7519 1726888129.43384: stdout chunk (state=3):\n>>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d173400>\r\n<<<\n 7519 1726888129.43477: stdout chunk (state=3):\n>>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d149850>\r\n<<<\n 7519 1726888129.43481: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc'\r\n<<<\n 7519 1726888129.43494: stdout chunk (state=3):\n>>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d314880>\r\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1ee0>\r\n<<<\n 7519 1726888129.43577: stdout chunk (state=3):\n>>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5de550>\r\n<<<\n 7519 1726888129.43593: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d56b820>\r\n<<<\n 7519 1726888129.43652: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc'\r\n<<<\n 7519 1726888129.43676: stdout chunk (state=3):\n>>>import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0f7df0>\r\n<<<\n 7519 1726888129.43679: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb371f10>\r\n<<<\n 7519 1726888129.43707: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc'\r\n<<<\n 7519 1726888129.43743: stdout chunk (state=3):\n>>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358cd0>\r\n<<<\n 7519 1726888129.43782: stdout chunk (state=3):\n>>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358820>\r\n<<<\n 7519 1726888129.43796: stdout chunk (state=3):\n>>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0f7f70>\r\n<<<\n 7519 1726888129.43855: stdout chunk (state=3):\n>>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60bf10>\r\n<<<\n 7519 1726888129.43901: stdout chunk (state=3):\n>>>import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb9a0>\r\n<<<\n 7519 1726888129.43924: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc'\r\n<<<\n 7519 1726888129.44002: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.44105: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc'\r\n<<<\n 7519 1726888129.44118: stdout chunk (state=3):\n>>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb468f40>\r\n<<<\n 7519 1726888129.44121: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc'\r\n<<<\n 7519 1726888129.44126: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320d90>\r\n<<<\n 7519 1726888129.44233: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n<<<\n 7519 1726888129.44237: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc'\r\n<<<\n 7519 1726888129.44240: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc'\r\n<<<\n 7519 1726888129.44300: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc'\r\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a96d0>\r\n<<<\n 7519 1726888129.44304: stdout chunk (state=3):\n>>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb33e310>\r\n<<<\n 7519 1726888129.44426: stdout chunk (state=3):\n>>># extension module '_elementtree' loaded from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_elementtree' executed from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb33ef10>\r\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320e20>\r\n<<<\n 7519 1726888129.44460: stdout chunk (state=3):\n>>>import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320760>\r\n<<<\n 7519 1726888129.44463: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc'\r\n<<<\n 7519 1726888129.44522: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n<<<\n 7519 1726888129.44577: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc'\r\n<<<\n 7519 1726888129.44594: stdout chunk (state=3):\n>>>import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d119b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc'\r\nimport 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5100>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc'\r\nimport 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b53a0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b55e0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc'\r\nimport 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5820>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc'\r\nimport 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5a00>\r\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a9c70>\r\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a99a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc'\r\nimport 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a9e80>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc'\r\nimport 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c53d0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc'\r\n<<<\n 7519 1726888129.44619: stdout chunk (state=3):\n>>>import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5880>\r\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c54f0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc'\r\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d061190>\r\n<<<\n 7519 1726888129.44624: stdout chunk (state=3):\n>>>import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb34df40>\r\n<<<\n 7519 1726888129.44703: stdout chunk (state=3):\n>>>import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5cd0>\r\n<<<\n 7519 1726888129.44707: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc'\r\n<<<\n 7519 1726888129.44752: stdout chunk (state=3):\n>>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb34d400>\r\n<<<\n 7519 1726888129.44798: stdout chunk (state=3):\n>>>import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5e20>\r\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f83d0>\r\n<<<\n 7519 1726888129.44805: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.44808: stdout chunk (state=3):\n>>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb323850>\r\n<<<\n 7519 1726888129.44870: stdout chunk (state=3):\n>>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4ee880>\r\n<<<\n 7519 1726888129.44873: stdout chunk (state=3):\n>>>import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cbee0>\r\n<<<\n 7519 1726888129.44885: stdout chunk (state=3):\n>>># extension module 'librepo._librepo' loaded from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\n# extension module 'librepo._librepo' executed from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\nimport 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d06eb20>\r\n<<<\n 7519 1726888129.44972: stdout chunk (state=3):\n>>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7b8550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.45009: stdout chunk (state=3):\n>>>import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb6a0>\r\n<<<\n 7519 1726888129.45059: stdout chunk (state=3):\n>>>import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb745820>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc'\r\nimport 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2d1df0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n<<<\n 7519 1726888129.45112: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc'\r\n<<<\n 7519 1726888129.45140: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6e2520>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc'\r\n<<<\n 7519 1726888129.45169: stdout chunk (state=3):\n>>>import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc'\r\n<<<\n 7519 1726888129.45202: stdout chunk (state=3):\n>>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2d1f70>\r\n<<<\n 7519 1726888129.45234: stdout chunk (state=3):\n>>>import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc'\r\n<<<\n 7519 1726888129.45258: stdout chunk (state=3):\n>>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5f10>\r\n<<<\n 7519 1726888129.45294: stdout chunk (state=3):\n>>>import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c59a0>\r\n<<<\n 7519 1726888129.45347: stdout chunk (state=3):\n>>>import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0976a0>\r\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090f40>\r\n<<<\n 7519 1726888129.45467: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc'\r\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2826d0>\r\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2f3b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc'\r\n<<<\n 7519 1726888129.45519: stdout chunk (state=3):\n>>>import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085af0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc'\r\nimport 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090370>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc'\r\nimport 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00e640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc'\r\nimport 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00e850>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc'\r\nimport 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00eb50>\r\n<<<\n 7519 1726888129.45579: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc'\r\nimport 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f100>\r\n<<<\n 7519 1726888129.45597: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc'\r\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00ee20>\r\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0850d0>\r\nimport 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d06ecd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085490>\r\n<<<\n 7519 1726888129.45629: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc'\r\nimport 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f3a0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc'\r\n<<<\n 7519 1726888129.45653: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f5e0>\r\n<<<\n 7519 1726888129.45701: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc'\r\n<<<\n 7519 1726888129.45713: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f820>\r\n<<<\n 7519 1726888129.45759: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc'\r\n<<<\n 7519 1726888129.45792: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28fa00>\r\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb282c70>\r\n<<<\n 7519 1726888129.45795: stdout chunk (state=3):\n>>>import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2829a0>\r\n<<<\n 7519 1726888129.45809: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc'\r\n<<<\n 7519 1726888129.45845: stdout chunk (state=3):\n>>>import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb282e80>\r\n<<<\n 7519 1726888129.45871: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc'\r\n<<<\n 7519 1726888129.45886: stdout chunk (state=3):\n>>>import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f3d0>\r\n<<<\n 7519 1726888129.45917: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc'\r\n<<<\n 7519 1726888129.46204: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc'\r\nimport 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f880>\r\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f4f0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc'\r\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb23b190>\r\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29fcd0>\r\n<<<\n 7519 1726888129.46249: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc'\r\n<<<\n 7519 1726888129.46307: stdout chunk (state=3):\n>>>import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29fe20>\r\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d23d0>\r\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n<<<\n 7519 1726888129.46353: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888129.46410: stdout chunk (state=3):\n>>># extension module 'librepo._librepo' loaded from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\n# extension module 'librepo._librepo' executed from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\nimport 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb248b20>\r\n<<<\n 7519 1726888129.46512: stdout chunk (state=3):\n>>>import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c56a0>\r\n<<<\n 7519 1726888129.46516: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb94d520>\r\n<<<\n 7519 1726888129.46566: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888129.46587: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc'\r\n<<<\n 7519 1726888129.46602: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc'\r\n<<<\n 7519 1726888129.46631: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc'\r\n<<<\n 7519 1726888129.46655: stdout chunk (state=3):\n>>>import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f640>\r\n<<<\n 7519 1726888129.46680: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n<<<\n 7519 1726888129.46705: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.46735: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc'\r\n<<<\n 7519 1726888129.46757: stdout chunk (state=3):\n>>>import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26a910>\r\n<<<\n 7519 1726888129.46793: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc'\r\n<<<\n 7519 1726888129.46830: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc'\r\n<<<\n 7519 1726888129.46878: stdout chunk (state=3):\n>>>import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2716a0>\r\n<<<\n 7519 1726888129.46933: stdout chunk (state=3):\n>>>import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26af40>\r\n<<<\n 7519 1726888129.46968: stdout chunk (state=3):\n>>>import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25faf0>\r\n<<<\n 7519 1726888129.47015: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.47019: stdout chunk (state=3):\n>>>import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26a370>\r\n<<<\n 7519 1726888129.47061: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.47064: stdout chunk (state=3):\n>>>import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27a640>\r\n<<<\n 7519 1726888129.47113: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.47121: stdout chunk (state=3):\n>>>import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27a850>\r\n<<<\n 7519 1726888129.47175: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc'\r\n<<<\n 7519 1726888129.47465: stdout chunk (state=3):\n>>>import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27ab50>\r\n<<<\n 7519 1726888129.47468: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc'\r\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27ae20>\r\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f0d0>\r\nimport 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb248cd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f490>\r\n<<<\n 7519 1726888130.20060: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.20075: stdout chunk (state=3):\n>>>{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"tlog\", \"sssd\", \"authselect\"], \"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, \"state\": null}}}\r\n<<<\n 7519 1726888130.22527: stdout chunk (state=3):\n>>># destroy dnf.plugin.dynamic\r\n<<<\n 7519 1726888130.22605: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888130.24627: stdout chunk (state=3):\n>>># clear builtins._<<<\n 7519 1726888130.24638: stdout chunk (state=3):\n>>>\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n<<<\n 7519 1726888130.24745: stdout chunk (state=3):\n>>># clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin<<<\n 7519 1726888130.24825: stdout chunk (state=3):\n>>>\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread<<<\n 7519 1726888130.24905: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal<<<\n 7519 1726888130.25031: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n<<<\n 7519 1726888130.25063: stdout chunk (state=3):\n>>># cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8<<<\n 7519 1726888130.25090: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat<<<\n 7519 1726888130.25140: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc<<<\n 7519 1726888130.25187: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os<<<\n 7519 1726888130.25248: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n<<<\n 7519 1726888130.25254: stdout chunk (state=3):\n>>># destroy _bootlocale\r\n# cleanup[2] removing site<<<\n 7519 1726888130.25388: stdout chunk (state=3):\n>>>\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre<<<\n 7519 1726888130.25409: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing sre_constants<<<\n 7519 1726888130.25457: stdout chunk (state=3):\n>>>\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword<<<\n 7519 1726888130.25507: stdout chunk (state=3):\n>>>\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator<<<\n 7519 1726888130.25582: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n<<<\n 7519 1726888130.25607: stdout chunk (state=3):\n>>># cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc<<<\n 7519 1726888130.25636: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref<<<\n 7519 1726888130.25655: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2<<<\n 7519 1726888130.25680: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2<<<\n 7519 1726888130.25711: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder<<<\n 7519 1726888130.25745: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime<<<\n 7519 1726888130.25771: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket<<<\n 7519 1726888130.25818: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n<<<\n 7519 1726888130.25856: stdout chunk (state=3):\n>>># cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast<<<\n 7519 1726888130.25887: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux<<<\n 7519 1726888130.25924: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors<<<\n 7519 1726888130.25964: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base<<<\n 7519 1726888130.25993: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error<<<\n 7519 1726888130.26013: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc<<<\n 7519 1726888130.26066: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf<<<\n 7519 1726888130.26097: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n# cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n# cleanup[2] removing gpg.constants.tofu<<<\n 7519 1726888130.26147: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob<<<\n 7519 1726888130.26172: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n<<<\n 7519 1726888130.26216: stdout chunk (state=3):\n>>># cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection<<<\n 7519 1726888130.26307: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz<<<\n 7519 1726888130.26445: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n<<<\n 7519 1726888130.26453: stdout chunk (state=3):\n>>># cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n# destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n# cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n<<<\n 7519 1726888130.26475: stdout chunk (state=3):\n>>># cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection<<<\n 7519 1726888130.26574: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n# cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n# cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel<<<\n 7519 1726888130.26643: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.compat\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager<<<\n 7519 1726888130.26733: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n# cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n<<<\n 7519 1726888130.26757: stdout chunk (state=3):\n>>># cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp<<<\n 7519 1726888130.26774: stdout chunk (state=3):\n>>>\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n# cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor<<<\n 7519 1726888130.26874: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n<<<\n 7519 1726888130.26936: stdout chunk (state=3):\n>>># cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server<<<\n 7519 1726888130.26968: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client<<<\n 7519 1726888130.27003: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager<<<\n 7519 1726888130.27065: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n# cleanup[2] removing dnf.plugin.dynamic.notify_packagekit\r\n# destroy dnf.plugin.dynamic.notify_packagekit\r\n<<<\n 7519 1726888130.29577: stdout chunk (state=3):\n>>># destroy _sitebuiltins<<<\n 7519 1726888130.29595: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.29617: stdout chunk (state=3):\n>>># destroy __main__<<<\n 7519 1726888130.29704: stdout chunk (state=3):\n>>>\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n<<<\n 7519 1726888130.29798: stdout chunk (state=3):\n>>># destroy selinux<<<\n 7519 1726888130.29815: stdout chunk (state=3):\n>>>\r\n# destroy distro<<<\n 7519 1726888130.29819: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.29845: stdout chunk (state=3):\n>>># destroy netrc\r\n<<<\n 7519 1726888130.29902: stdout chunk (state=3):\n>>># destroy sqlite3\r\n<<<\n 7519 1726888130.29922: stdout chunk (state=3):\n>>># destroy sqlite3.dbapi2\r\n<<<\n 7519 1726888130.29951: stdout chunk (state=3):\n>>># destroy systemd.journal\r\n<<<\n 7519 1726888130.30010: stdout chunk (state=3):\n>>># destroy iniparse.compat<<<\n 7519 1726888130.30101: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.30123: stdout chunk (state=3):\n>>># destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n<<<\n 7519 1726888130.30127: stdout chunk (state=3):\n>>># destroy rhsmlib.facts.dmidecodeparser\r\n<<<\n 7519 1726888130.30130: stdout chunk (state=3):\n>>># destroy rhsmlib.facts.all\r\n<<<\n 7519 1726888130.30132: stdout chunk (state=3):\n>>># destroy rhsmlib.dbus<<<\n 7519 1726888130.30136: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.30139: stdout chunk (state=3):\n>>># destroy rhsmlib.dbus.server\r\n<<<\n 7519 1726888130.30142: stdout chunk (state=3):\n>>># destroy rhsmlib.client_info<<<\n 7519 1726888130.30170: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.30175: stdout chunk (state=3):\n>>># destroy librepo\r\n<<<\n 7519 1726888130.30178: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.action_client\r\n<<<\n 7519 1726888130.30246: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.installedproductslib\r\n<<<\n 7519 1726888130.30302: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.packageprofilelib\r\n# cleanup[3] wiping subscription_manager.factlib<<<\n 7519 1726888130.30369: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.30400: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.healinglib\r\n<<<\n 7519 1726888130.30403: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.identitycertlib<<<\n 7519 1726888130.30407: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n# cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n<<<\n 7519 1726888130.30409: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.content_action_client<<<\n 7519 1726888130.30411: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n<<<\n 7519 1726888130.30446: stdout chunk (state=3):\n>>># cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n<<<\n 7519 1726888130.30493: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n<<<\n 7519 1726888130.30554: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.base_plugin<<<\n 7519 1726888130.30752: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.30755: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.cp_provider\r\n<<<\n 7519 1726888130.30759: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.validity\r\n<<<\n 7519 1726888130.30761: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.identity<<<\n 7519 1726888130.30764: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping subscription_manager.facts\r\n# cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n<<<\n 7519 1726888130.30770: stdout chunk (state=3):\n>>># cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n# cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n<<<\n 7519 1726888130.30831: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n<<<\n 7519 1726888130.30861: stdout chunk (state=3):\n>>># destroy subscription_manager.model.ent_cert\r\n<<<\n 7519 1726888130.30891: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.cache\r\n# destroy rhsmlib.services.syspurpose<<<\n 7519 1726888130.30911: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping rhsm.logutil<<<\n 7519 1726888130.30930: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.30948: stdout chunk (state=3):\n>>># cleanup[3] wiping logging.config<<<\n 7519 1726888130.30986: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils<<<\n 7519 1726888130.31004: stdout chunk (state=3):\n>>>\r\n# destroy xml.etree.ElementTree<<<\n 7519 1726888130.31021: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.31048: stdout chunk (state=3):\n>>># cleanup[3] wiping _elementtree\r\n<<<\n 7519 1726888130.31067: stdout chunk (state=3):\n>>># cleanup[3] wiping xml.etree.ElementPath<<<\n 7519 1726888130.31100: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping gi.repository.GLib\r\n<<<\n 7519 1726888130.31117: stdout chunk (state=3):\n>>># cleanup[3] wiping gi.overrides.GLib\r\n<<<\n 7519 1726888130.31183: stdout chunk (state=3):\n>>># cleanup[3] wiping gi._option\r\n# destroy optparse\r\n<<<\n 7519 1726888130.31212: stdout chunk (state=3):\n>>># cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n<<<\n 7519 1726888130.31232: stdout chunk (state=3):\n>>># cleanup[3] wiping gi.repository<<<\n 7519 1726888130.31259: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping gi.importer\r\n<<<\n 7519 1726888130.31297: stdout chunk (state=3):\n>>># cleanup[3] wiping gi.overrides\r\n<<<\n 7519 1726888130.31316: stdout chunk (state=3):\n>>># destroy gi.overrides.GLib<<<\n 7519 1726888130.31352: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject<<<\n 7519 1726888130.31385: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n# destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n# cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators<<<\n 7519 1726888130.31399: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib<<<\n 7519 1726888130.31434: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider<<<\n 7519 1726888130.31443: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping requests\r\n# destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters<<<\n 7519 1726888130.31458: stdout chunk (state=3):\n>>>\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep<<<\n 7519 1726888130.31485: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n# destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n<<<\n 7519 1726888130.31509: stdout chunk (state=3):\n>>># destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober<<<\n 7519 1726888130.31559: stdout chunk (state=3):\n>>>\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel<<<\n 7519 1726888130.31569: stdout chunk (state=3):\n>>>\r\n# destroy chardet.langrussianmodel\r\n# destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata<<<\n 7519 1726888130.31597: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response<<<\n 7519 1726888130.31605: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection<<<\n 7519 1726888130.31634: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout<<<\n 7519 1726888130.31663: stdout chunk (state=3):\n>>>\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves<<<\n 7519 1726888130.32083: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n# cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n# cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n# cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n# destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n# cleanup[3] wiping iniparse.ini\r\n# destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n# destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n<<<\n 7519 1726888130.32146: stdout chunk (state=3):\n>>># cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli<<<\n 7519 1726888130.32151: stdout chunk (state=3):\n>>>\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n<<<\n 7519 1726888130.32154: stdout chunk (state=3):\n>>># cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n<<<\n 7519 1726888130.32157: stdout chunk (state=3):\n>>># cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n<<<\n 7519 1726888130.32161: stdout chunk (state=3):\n>>># destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n<<<\n 7519 1726888130.32164: stdout chunk (state=3):\n>>># destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf<<<\n 7519 1726888130.32166: stdout chunk (state=3):\n>>>\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin<<<\n 7519 1726888130.32168: stdout chunk (state=3):\n>>>\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n<<<\n 7519 1726888130.32763: stdout chunk (state=3):\n>>># cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n# destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n# cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n# cleanup[3] wiping gpg._gpgme\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n# cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888130.32876: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n<<<\n 7519 1726888130.32894: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888130.33007: stdout chunk (state=3):\n>>># destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n# destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n<<<\n 7519 1726888130.34366: stdout chunk (state=3):\n>>># destroy xml.etree.ElementPath\r\n<<<\n 7519 1726888130.34381: stdout chunk (state=3):\n>>># destroy _elementtree\r\n<<<\n 7519 1726888130.34396: stdout chunk (state=3):\n>>># destroy _heapq\r\n<<<\n 7519 1726888130.34407: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888130.34454: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n<<<\n 7519 1726888130.34493: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888130.34507: stdout chunk (state=3):\n>>># destroy tokenize\r\n<<<\n 7519 1726888130.34534: stdout chunk (state=3):\n>>># destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n<<<\n 7519 1726888130.34560: stdout chunk (state=3):\n>>># destroy gi._gi\r\n# destroy gi._gobject\r\n<<<\n 7519 1726888130.34570: stdout chunk (state=3):\n>>># destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n<<<\n 7519 1726888130.34604: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n<<<\n 7519 1726888130.34634: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy selectors\r\n<<<\n 7519 1726888130.34695: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n<<<\n 7519 1726888130.34705: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888130.34758: stdout chunk (state=3):\n>>># destroy gzip\r\n<<<\n 7519 1726888130.34831: stdout chunk (state=3):\n>>># destroy rhsmlib.facts.dmiinfo\r\n<<<\n 7519 1726888130.34841: stdout chunk (state=3):\n>>># destroy requests\r\n# destroy iniparse.ini\r\n<<<\n 7519 1726888130.34935: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy signal\r\n<<<\n 7519 1726888130.34953: stdout chunk (state=3):\n>>># destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n<<<\n 7519 1726888130.34985: stdout chunk (state=3):\n>>># destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n<<<\n 7519 1726888130.35004: stdout chunk (state=3):\n>>># destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n# destroy _stat\r\n# destroy http.cookies\r\n<<<\n 7519 1726888130.35073: stdout chunk (state=3):\n>>># destroy urllib.parse\r\n<<<\n 7519 1726888130.35132: stdout chunk (state=3):\n>>># destroy _weakref\r\n<<<\n 7519 1726888130.35151: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy posix\r\n<<<\n 7519 1726888130.35206: stdout chunk (state=3):\n>>># destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts<<<\n 7519 1726888130.35216: stdout chunk (state=3):\n>>>\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n<<<\n 7519 1726888130.35362: stdout chunk (state=3):\n>>># destroy _opcode\r\n<<<\n 7519 1726888130.35376: stdout chunk (state=3):\n>>># destroy requests.sessions\r\n<<<\n 7519 1726888130.35385: stdout chunk (state=3):\n>>># destroy json.scanner\r\n# destroy _json\r\n<<<\n 7519 1726888130.35389: stdout chunk (state=3):\n>>># destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error<<<\n 7519 1726888130.35393: stdout chunk (state=3):\n>>>\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n<<<\n 7519 1726888130.35397: stdout chunk (state=3):\n>>># destroy glob\r\n# destroy curses\r\n<<<\n 7519 1726888130.35399: stdout chunk (state=3):\n>>># destroy fcntl\r\n<<<\n 7519 1726888130.35402: stdout chunk (state=3):\n>>># destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n<<<\n 7519 1726888130.35404: stdout chunk (state=3):\n>>># destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap<<<\n 7519 1726888130.35408: stdout chunk (state=3):\n>>>\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings<<<\n 7519 1726888130.35410: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.35432: stdout chunk (state=3):\n>>># destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n# destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy<<<\n 7519 1726888130.35452: stdout chunk (state=3):\n>>>\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n# destroy hashlib\r\n# destroy encodings\r\n<<<\n 7519 1726888130.35464: stdout chunk (state=3):\n>>># destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n<<<\n 7519 1726888130.35555: stdout chunk (state=3):\n>>># destroy calendar\r\n# destroy dateutil.tz\r\n<<<\n 7519 1726888130.35563: stdout chunk (state=3):\n>>># destroy six\r\n<<<\n 7519 1726888130.35625: stdout chunk (state=3):\n>>># destroy codecs\r\n<<<\n 7519 1726888130.35652: stdout chunk (state=3):\n>>># destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util<<<\n 7519 1726888130.35670: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888130.35779: stdout chunk (state=3):\n>>># destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n<<<\n 7519 1726888130.35836: stdout chunk (state=3):\n>>># destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n# destroy http.client\r\n# destroy email\r\n<<<\n 7519 1726888130.35918: stdout chunk (state=3):\n>>># destroy string\r\n# destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n# destroy errno\r\n# destroy select\r\n# destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n<<<\n 7519 1726888130.35940: stdout chunk (state=3):\n>>># destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n<<<\n 7519 1726888130.35954: stdout chunk (state=3):\n>>># destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n<<<\n 7519 1726888130.35995: stdout chunk (state=3):\n>>># destroy pyexpat\r\n<<<\n 7519 1726888130.36009: stdout chunk (state=3):\n>>># destroy threading\r\n# destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n<<<\n 7519 1726888130.36181: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n<<<\n 7519 1726888130.36189: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 7519 1726888130.37476: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888130.37546: stderr chunk (state=3):\n>>><<<\n 7519 1726888130.37549: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894457850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894495880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589442dd90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894457d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941adeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b1f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941a7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941af640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941ad370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58940b9dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b98b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112d30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589410c610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589411f670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b5e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58940cbc70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589411f280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbfa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbd90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbd00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589409f370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589409f460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940d3fa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cda30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cd490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fed1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894089c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cdeb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fffaf0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fffe20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894012730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894012c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893f9e3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893ffff10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fae280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940125b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fae340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca6a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fcaca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fd71f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca8e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fbda30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb5b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fcaa90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5893eea670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893de97f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dfa760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dfa400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa7c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d687c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d68b50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d689a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d86b20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e73d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e73190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893de4a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d80310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893e18970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e48d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d4a9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d580d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e1f700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d58100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d56580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d56640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d55c70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893eea820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893ddbaf0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dda9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d4b850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893ddb520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e13ac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893402d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937e7550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dcfd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dd09d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893402610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893e627f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dda610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937f9c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dfbb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dd7f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'email\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405af0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'email.mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405fd0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc\\'\\r\\nimport \\'quopri\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58934052e0>\\r\\nimport \\'email.encoders\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405880>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc\\'\\r\\nimport \\'email.errors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed880>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc\\'\\r\\nimport \\'email.quoprimime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316bd00>\\r\\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc\\'\\r\\nimport \\'email.base64mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c280>\\r\\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc\\'\\r\\nimport \\'email.charset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c460>\\r\\nimport \\'email.header\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316b460>\\r\\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316cf40>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc\\'\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316ce50>\\r\\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc\\'\\r\\nimport \\'calendar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931aa8b0>\\r\\nimport \\'email._parseaddr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893137cd0>\\r\\nimport \\'email.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c910>\\r\\nimport \\'email._policybase\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed130>\\r\\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc\\'\\r\\nimport \\'email._encoded_words\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893395460>\\r\\nimport \\'email._header_value_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7370>\\r\\nimport \\'email.headerregistry\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931aa4f0>\\r\\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc\\'\\r\\nimport \\'uu\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1a00>\\r\\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc\\'\\r\\nimport \\'email.iterators\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1c40>\\r\\nimport \\'email.message\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58933e6130>\\r\\nimport \\'email.contentmanager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7d00>\\r\\nimport \\'email.policy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed5e0>\\r\\nimport \\'email.mime.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed820>\\r\\nimport \\'email.mime.nonmultipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405790>\\r\\nimport \\'email.mime.application\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405fa0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc\\'\\r\\nimport \\'email.mime.multipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405a30>\\r\\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc\\'\\r\\nimport \\'email.feedparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1f40>\\r\\nimport \\'email.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937eda00>\\r\\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'http\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1370>\\r\\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58931ab970>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589310ba30>\\r\\nimport \\'http.client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b11c0>\\r\\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc\\'\\r\\nimport \\'mimetypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589314f340>\\r\\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc\\'\\r\\nimport \\'netrc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893122c70>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893165bb0>\\r\\nimport \\'urllib.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893122e80>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc\\'\\r\\nimport \\'urllib.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893165e50>\\r\\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc\\'\\r\\nimport \\'http.cookiejar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931ac550>\\r\\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc\\'\\r\\nimport \\'gzip\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892ecfc70>\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\\r\\n# zipimport: zlib available\\r\\nimport \\'gc\\' # \\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc\\'\\r\\nimport \\'email.mime.text\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32be0>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32d60>\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892e83460>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32fd0>\\r\\nimport \\'dnf.pycomp\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32280>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc\\'\\r\\nimport \\'dnf.const\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32850>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._error\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_error.so\\'\\r\\n# extension module \\'libdnf._error\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_error.so\\'\\r\\nimport \\'libdnf._error\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892db79a0>\\r\\nimport \\'libdnf.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7550>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._common_types\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\\'\\r\\n# extension module \\'libdnf._common_types\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\\'\\r\\nimport \\'libdnf._common_types\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892d59520>\\r\\nimport \\'libdnf.common_types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db79d0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._conf\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\\'\\r\\n# extension module \\'libdnf._conf\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\\'\\r\\nimport \\'libdnf._conf\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892cb8df0>\\r\\nimport \\'libdnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892dd92b0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._module\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_module.so\\'\\r\\n# extension module \\'libdnf._module\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_module.so\\'\\r\\nimport \\'libdnf._module\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58914cb2b0>\\r\\nimport \\'libdnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892d8c880>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._repo\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\\'\\r\\n# extension module \\'libdnf._repo\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\\'\\r\\nimport \\'libdnf._repo\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5891399e50>\\r\\nimport \\'libdnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914aa550>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._transaction\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\\'\\r\\n# extension module \\'libdnf._transaction\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\\'\\r\\nimport \\'libdnf._transaction\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58913049d0>\\r\\nimport \\'libdnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914cb4f0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._utils\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\\'\\r\\n# extension module \\'libdnf._utils\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\\'\\r\\nimport \\'libdnf._utils\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58912fdd30>\\r\\nimport \\'libdnf.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891304f70>\\r\\nimport \\'libdnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7100>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589122caf0>\\r\\nimport \\'dnf.i18n\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122c310>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.yum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58912406d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'dnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124d280>\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'rpm._rpm\\' loaded from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'rpm._rpm\\' executed from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'rpm._rpm\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589124d820>\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124dc70>\\r\\nimport \\'rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124d340>\\r\\nimport \\'dnf.yum.rpmtrans\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240760>\\r\\nimport \\'dnf.callback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891236d90>\\r\\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'hawkey._hawkey\\' loaded from \\'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\\'\\r\\n# extension module \\'hawkey._hawkey\\' executed from \\'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\\'\\r\\nimport \\'hawkey._hawkey\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890dffeb0>\\r\\nimport \\'hawkey\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240160>\\r\\nimport \\'dnf.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122cc70>\\r\\nimport \\'dnf.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f700>\\r\\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'libcomps._libpycomps\\' loaded from \\'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\\'\\r\\n# extension module \\'libcomps._libpycomps\\' executed from \\'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\\'\\r\\nimport \\'libcomps._libpycomps\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589132fe20>\\r\\nimport \\'libcomps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f8b0>\\r\\nimport \\'dnf.comps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7250>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.db\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e0dd30>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc\\'\\r\\n# extension module \\'gpg._gpgme\\' loaded from \\'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'gpg._gpgme\\' executed from \\'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'gpg._gpgme\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890c7e1f0>\\r\\nimport \\'gpg.gpgme\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d1d280>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'gpg.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a7c0>\\r\\nimport \\'gpg.errors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cd0e20>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.data.encoding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae50>\\r\\nimport \\'gpg.constants.data\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ab80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.keylist.mode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2afd0>\\r\\nimport \\'gpg.constants.keylist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae20>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sig.mode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82190>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sig.notation\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82220>\\r\\nimport \\'gpg.constants.sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2af10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.tofu.policy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b823a0>\\r\\nimport \\'gpg.constants.tofu\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae80>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.create\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ac10>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.event\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b821c0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.import_type\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82400>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.keysign\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82490>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.md\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82520>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.pk\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b825b0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.protocol\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82640>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sigsum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b826d0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.status\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82760>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.validity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b827f0>\\r\\nimport \\'gpg.constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a1f0>\\r\\nimport \\'gpg.core\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d04190>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890b82bb0>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82910>\\r\\nimport \\'gpg.callbacks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a3d0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'gpg.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2afa0>\\r\\nimport \\'gpg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfbc70>\\r\\nimport \\'dnf.crypto\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfb280>\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfb460>\\r\\nimport \\'dnf.yum.misc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31b20>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc\\'\\r\\nimport \\'dnf.db.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfbdf0>\\r\\nimport \\'dnf.db.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e0dcd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc\\'\\r\\nimport \\'dnf.conf.substitutions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99c10>\\r\\nimport \\'dnf.conf.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b994c0>\\r\\nimport \\'dnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31910>\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc\\'\\r\\nimport \\'dnf.lock\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b37280>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9160>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890ae91f0>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b4a670>\\r\\nimport \\'logging.handlers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b376a0>\\r\\nimport \\'dnf.logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b2ba60>\\r\\nimport \\'dnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99f70>\\r\\nimport \\'dnf.conf.read\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99eb0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9fa0>\\r\\nimport \\'dnf.rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9760>\\r\\nimport \\'dnf.dnssec\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99d60>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc\\'\\r\\nimport \\'dnf.drpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b22910>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc\\'\\r\\nimport \\'dnf.goal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d820>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc\\'\\r\\nimport \\'dnf.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d8b0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0da30>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._smartcols\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\\'\\r\\n# extension module \\'libdnf._smartcols\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\\'\\r\\nimport \\'libdnf._smartcols\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893225190>\\r\\nimport \\'libdnf.smartcols\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b1d160>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc\\'\\r\\nimport \\'dnf.selector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932251f0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'dnf.module.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932252e0>\\r\\nimport \\'dnf.module.module_base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d9d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc\\'\\r\\nimport \\'dnf.persistor\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0df70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc\\'\\r\\n# extension module \\'_opcode\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_opcode\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_opcode\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58909533a0>\\r\\nimport \\'opcode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890953160>\\r\\nimport \\'dis\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909449a0>\\r\\nimport \\'inspect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932359a0>\\r\\nimport \\'dnf.plugin\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893225e80>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc\\'\\r\\nimport \\'dnf.query\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893235c70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc\\'\\r\\nimport \\'dnf.repodict\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589323d970>\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589095f700>\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.miscutils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589095f340>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc\\'\\r\\nimport \\'dnf.package\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890970640>\\r\\nimport \\'dnf.sack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890970160>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc\\'\\r\\nimport \\'dnf.subject\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909704c0>\\r\\nimport \\'dnf.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32940>\\r\\nimport \\'dnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e327f0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnfpluginscore\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890979f70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.format\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589092df70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_curses\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_curses\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_curses\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58908c9d60>\\r\\nimport \\'curses\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9be0>\\r\\nimport \\'dnf.cli.term\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c93a0>\\r\\nimport \\'dnf.cli.progress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9160>\\r\\nimport \\'dnf.cli.output\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919eb0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c91f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.option_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908f4130>\\r\\nimport \\'dnf.cli.commands\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9e80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.alias\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908e59a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.autoremove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908f4fa0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.check\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f7190>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.clean\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f72e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.repoquery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f78e0>\\r\\nimport \\'dnf.cli.commands.deplist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f7610>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.distrosync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f79a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.downgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908045e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908046d0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc\\'\\r\\nimport \\'dnf.transaction_sr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804eb0>\\r\\nimport \\'dnf.cli.commands.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804ac0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804f10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.makecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081baf0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.mark\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081bc10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081be50>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.reinstall\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907ab2e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.remove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907abcd0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.repolist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907abe20>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc\\'\\r\\nimport \\'dnf.match_counter\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9520>\\r\\nimport \\'dnf.cli.commands.search\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9100>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc\\'\\r\\nimport \\'cmd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9f10>\\r\\nimport \\'dnf.cli.commands.shell\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9a60>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.swap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9d60>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.updateinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907c87f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907c8f70>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrademinimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4280>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.demand\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4370>\\r\\nimport \\'dnf.cli.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919490>\\r\\nimport \\'dnf.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909191f0>\\r\\nimport \\'dnf.plugin.dynamic.builddep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890979cd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc\\'\\r\\nimport \\'dateutil._version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4ee0>\\r\\nimport \\'dateutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4c10>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc\\'\\r\\nimport \\'six\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076e5b0>\\r\\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc\\'\\r\\nimport \\'numbers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907784f0>\\r\\n# extension module \\'_decimal\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_decimal\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_decimal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589076ee50>\\r\\nimport \\'decimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076edc0>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc\\'\\r\\nimport \\'dateutil._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4730>\\r\\nimport \\'dateutil.relativedelta\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a41c0>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc\\'\\r\\nimport \\'six.moves\\' # \\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc\\'\\r\\nimport \\'dateutil.tz._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906f1a60>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc\\'\\r\\nimport \\'dateutil.tz._factories\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906f1c40>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc\\'\\r\\n# destroy dateutil.tz.win\\r\\nimport \\'dateutil.tz.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4ca0>\\r\\nimport \\'dateutil.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4a30>\\r\\nimport \\'dateutil.parser._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907e1130>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc\\'\\r\\nimport \\'dateutil.parser.isoparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076e1f0>\\r\\nimport \\'dateutil.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4ac0>\\r\\nimport \\'dnf.plugin.dynamic.changelog\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919220>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.config_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711160>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.copr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711490>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debug\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711d00>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debuginfo-install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906a7610>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.download\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906a7b80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\\r\\n# code object from \\'/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc\\'\\r\\n# extension module \\'_sqlite3\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sqlite3\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sqlite3\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58906b4c40>\\r\\nimport \\'sqlite3.dbapi2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4820>\\r\\nimport \\'sqlite3\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4580>\\r\\nimport \\'dnf.plugin.dynamic.generate_completion_cache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b41f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.groups_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4430>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc\\'\\r\\nimport \\'dbus._compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0bb0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'dbus.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0c40>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc\\'\\r\\n# extension module \\'_dbus_bindings\\' loaded from \\'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\\'\\r\\n# extension module \\'_dbus_bindings\\' executed from \\'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\\'\\r\\nimport \\'_dbus_bindings\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58906d0280>\\r\\nimport \\'dbus.types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0dc0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc\\'\\r\\nimport \\'dbus.lowlevel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d72e0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2340>\\r\\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml.parsers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e22e0>\\r\\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc\\'\\r\\n# extension module \\'pyexpat\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'pyexpat\\' executed from \\'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'pyexpat\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58905e2490>\\r\\nimport \\'xml.parsers.expat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e21f0>\\r\\nimport \\'dbus._expat_introspect_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d7d00>\\r\\nimport \\'dbus.proxies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d73a0>\\r\\nimport \\'dbus.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906dea30>\\r\\nimport \\'dbus.bus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0fa0>\\r\\nimport \\'dbus._dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0940>\\r\\nimport \\'dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c07f0>\\r\\nimport \\'dnf.plugin.dynamic.needs_restarting\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4fd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repoclosure\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0940>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repodiff\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d7d90>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repograph\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2760>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repomanage\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e29d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.reposync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2f40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.system_upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905fc730>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890580910>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058db80>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc\\'\\r\\n# extension module \\'rhsm._certificate\\' loaded from \\'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'rhsm._certificate\\' executed from \\'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'rhsm._certificate\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58905b0130>\\r\\nimport \\'rhsm.certificate\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058dbe0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'iniparse.configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589055f400>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc\\'\\r\\nimport \\'iniparse.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589055f520>\\r\\nimport \\'iniparse.ini\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551490>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc\\'\\r\\nimport \\'iniparse.compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905517c0>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'iniparse.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890563910>\\r\\nimport \\'iniparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551130>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.i18n\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905511f0>\\r\\nimport \\'rhsm.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890545a90>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.injection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890563dc0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa1f0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.services\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa2e0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.services.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa400>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc\\'\\r\\nimport \\'ntpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904ce640>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890523f40>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc\\'\\r\\nimport \\'rhsm.https\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905359d0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc\\'\\r\\nimport \\'rhsm.ourjson\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890535a60>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'rhsm.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904ce2b0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904e03a0>\\r\\nimport \\'rhsm.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890506d00>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc\\'\\r\\nimport \\'rhsm.bitstream\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890510970>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc\\'\\r\\nimport \\'rhsm.huffman\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589048e880>\\r\\nimport \\'rhsm.pathtree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890510280>\\r\\nimport \\'rhsm.certificate2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fabb0>\\r\\nimport \\'subscription_manager.certdirectory\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905acd90>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc\\'\\r\\nimport \\'pprint\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904b2640>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.branding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904b2df0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441160>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cpuinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441a90>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.collection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904611c0>\\r\\nimport \\'rhsmlib.facts.collector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441d60>\\r\\nimport \\'rhsmlib.facts.hwprobe\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904411f0>\\r\\nimport \\'subscription_manager.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1880>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'cloud_what\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041a2e0>\\r\\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cleanup\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041adc0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.virt\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041af40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.dmidecodeparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890421be0>\\r\\nimport \\'rhsmlib.facts.dmiinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904217c0>\\r\\nimport \\'rhsmlib.facts.firmware_info\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890421310>\\r\\nimport \\'rhsmlib.facts.host_collector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041aa60>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.custom\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041abb0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc\\'\\r\\nimport \\'urllib3.packages.ssl_match_hostname\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903cea00>\\r\\nimport \\'urllib3.packages\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903ce670>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc\\'\\r\\nimport \\'urllib3.packages.six\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903ce6d0>\\r\\nimport \\'urllib3.packages.six.moves\\' # \\r\\nimport \\'urllib3.packages.six.moves.http_client\\' # \\r\\nimport \\'urllib3.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3610>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc\\'\\r\\nimport \\'urllib3._version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c37f0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'urllib3.contrib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a910>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc\\'\\r\\nimport \\'urllib3.contrib._appengine_environ\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037aac0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.wait\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037ac70>\\r\\nimport \\'urllib3.util.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a5b0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a8b0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903860d0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.retry\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386130>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc\\'\\r\\nimport \\'hmac\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890393340>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.url\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890393910>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.ssltransport\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903b3e80>\\r\\nimport \\'urllib3.util.ssl_\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386c40>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.timeout\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386b20>\\r\\nimport \\'urllib3.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a250>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.proxy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a310>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc\\'\\r\\nimport \\'urllib3._collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a040>\\r\\nimport \\'urllib3.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903d7af0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc\\'\\r\\nimport \\'urllib3.fields\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033b8e0>\\r\\nimport \\'urllib3.filepost\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033b520>\\r\\nimport \\'urllib3.packages.six.moves.urllib\\' # \\r\\nimport \\'urllib3.packages.six.moves.urllib.parse\\' # \\r\\nimport \\'urllib3.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903e89a0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib3.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a2e0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033bd60>\\r\\nimport \\'urllib3.connectionpool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3940>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc\\'\\r\\nimport \\'urllib3.poolmanager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890347910>\\r\\nimport \\'urllib3\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431fa0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc\\'\\r\\nimport \\'chardet.enums\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360280>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.charsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903604f0>\\r\\nimport \\'chardet.charsetgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903550a0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc\\'\\r\\nimport \\'chardet.codingstatemachine\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360df0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc\\'\\r\\nimport \\'chardet.escsm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368190>\\r\\nimport \\'chardet.escprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903609d0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.latin1prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360c40>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc\\'\\r\\nimport \\'chardet.mbcssm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368c40>\\r\\nimport \\'chardet.utf8prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903687f0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.mbcharsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368fa0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.euctwfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372b50>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.euckrfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372c10>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc\\'\\r\\nimport \\'chardet.gb2312freq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372ca0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc\\'\\r\\nimport \\'chardet.big5freq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372d30>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.jisfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372dc0>\\r\\nimport \\'chardet.chardistribution\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903724f0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc\\'\\r\\nimport \\'chardet.jpcntx\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372f70>\\r\\nimport \\'chardet.sjisprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368b20>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.eucjpprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b370>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.gb2312prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b6a0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.euckrprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b910>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.cp949prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029bbb0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.big5prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029be50>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.euctwprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1130>\\r\\nimport \\'chardet.mbcsgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368430>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.hebrewprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1490>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.sbcharsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a18b0>\\r\\nimport \\'chardet.langbulgarianmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1730>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langgreekmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1d00>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langhebrewmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1c40>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langrussianmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1d30>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langthaimodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b00d0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langturkishmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b0160>\\r\\nimport \\'chardet.sbcsgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368640>\\r\\nimport \\'chardet.universaldetector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903558b0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'chardet.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903558e0>\\r\\nimport \\'chardet\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890355430>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'requests.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368520>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc\\'\\r\\nimport \\'requests.__version__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c33a0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc\\'\\r\\nimport \\'requests.certs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b0fd0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc\\'\\r\\nimport \\'http.cookies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244580>\\r\\nimport \\'requests.compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244370>\\r\\nimport \\'requests._internal_utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244100>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc\\'\\r\\nimport \\'requests.cookies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244400>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc\\'\\r\\nimport \\'requests.structures\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589024ff40>\\r\\nimport \\'requests.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1c70>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc\\'\\r\\nimport \\'idna.package_data\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260a60>\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc\\'\\r\\nimport \\'idna.idnadata\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026d250>\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc\\'\\r\\nimport \\'idna.intranges\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026d310>\\r\\nimport \\'idna.core\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260af0>\\r\\nimport \\'idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260760>\\r\\nimport \\'requests.packages\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260670>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\\'\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589021d1c0>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026dd00>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc\\'\\r\\nimport \\'requests.hooks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026df10>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc\\'\\r\\nimport \\'requests.auth\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026dfd0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc\\'\\r\\nimport \\'requests.status_codes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589021deb0>\\r\\nimport \\'requests.models\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260730>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc\\'\\r\\nimport \\'socks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901ce1c0>\\r\\nimport \\'urllib3.contrib.socks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3df0>\\r\\nimport \\'requests.adapters\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c32e0>\\r\\nimport \\'requests.sessions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890233850>\\r\\nimport \\'requests.api\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026db50>\\r\\nimport \\'requests\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431c40>\\r\\nimport \\'cloud_what._base_provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431550>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3f10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.aws\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3c40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.azure\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901d7910>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.gcp\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901d7d00>\\r\\nimport \\'cloud_what.provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041a520>\\r\\nimport \\'rhsm.profile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589040b880>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.jsonwrapper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f22e0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.isodate\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2670>\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'syspurpose\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2790>\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'syspurpose.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187100>\\r\\nimport \\'syspurpose.files\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2850>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.certlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194160>\\r\\nimport \\'subscription_manager.syspurposelib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187a30>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc\\'\\r\\nimport \\'asyncore\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589013a910>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'ctypes.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890146550>\\r\\nimport \\'pyinotify\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194ee0>\\r\\nimport \\'rhsmlib.file_monitor\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194700>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901aaa00>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc\\'\\r\\nimport \\'dbus.decorators\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015fc40>\\r\\nimport \\'dbus.service\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015f370>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc\\'\\r\\nimport \\'dbus.server\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015fdf0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dbus.mainloop\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901702b0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc\\'\\r\\n# extension module \\'_dbus_glib_bindings\\' loaded from \\'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\\'\\r\\n# extension module \\'_dbus_glib_bindings\\' executed from \\'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\\'\\r\\nimport \\'_dbus_glib_bindings\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890170430>\\r\\nimport \\'dbus.mainloop.glib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901702e0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.dbus.constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901703d0>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# possible namespace for /usr/lib/python3.9/site-packages/gi\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc\\'\\r\\nimport \\'gi._error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890170d00>\\r\\n# extension module \\'gi._gi\\' loaded from \\'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'gi._gi\\' executed from \\'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'gi._gi\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890170b50>\\r\\nimport \\'gi\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890170520>\\r\\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc\\'\\r\\nimport \\'gi._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114940>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc\\'\\r\\nimport \\'gi.docstring\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114a30>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc\\'\\r\\nimport \\'gi._propertyhelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114d30>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc\\'\\r\\nimport \\'gi._signalhelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890123340>\\r\\nimport \\'gi.types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901142e0>\\r\\nimport \\'gi.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffe80>\\r\\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'gi.overrides\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114460>\\r\\nimport \\'gi.importer\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffb20>\\r\\nimport \\'gi.repository\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901708e0>\\r\\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc\\'\\r\\nimport \\'gi._ossighelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013490>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589002cf10>\\r\\nimport \\'optparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013cd0>\\r\\nimport \\'gi._option\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013820>\\r\\nimport \\'gi.overrides.GLib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890123f40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml.etree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffddd90>\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc\\'\\r\\nimport \\'xml.etree.ElementPath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fff9310>\\r\\n# extension module \\'_elementtree\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_elementtree\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_elementtree\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588fff9f10>\\r\\nimport \\'xml.etree.ElementTree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdde20>\\r\\nimport \\'rhsmlib.dbus.dbus_utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdd760>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc\\'\\r\\nimport \\'socketserver\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890008f40>\\r\\nimport \\'logging.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890008400>\\r\\nimport \\'rhsm.logutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdf850>\\r\\nimport \\'rhsmlib.dbus.server\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901aa880>\\r\\nimport \\'rhsmlib.services.syspurpose\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187ee0>\\r\\nimport \\'subscription_manager.cache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890474550>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.model\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890400820>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.model.ent_cert\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff8ddf0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.repofile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff8df70>\\r\\nimport \\'subscription_manager.repolib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1f10>\\r\\nimport \\'subscription_manager.productid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905809a0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.reasons\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3e6d0>\\r\\nimport \\'subscription_manager.cert_sorter\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffaeb50>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.insights\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a100>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.kpatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a3a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cloud_facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a5e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.pkg_arches\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a820>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.network\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4aa00>\\r\\nimport \\'rhsmlib.facts.all\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3ec70>\\r\\nimport \\'subscription_manager.facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3e9a0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.identity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3ee80>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.validity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a3d0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.client_info\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a880>\\r\\nimport \\'subscription_manager.cp_provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a4f0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.base_plugin\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fef6190>\\r\\nimport \\'subscription_manager.plugins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5acd0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.lock\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5ae20>\\r\\nimport \\'subscription_manager.injectioninit\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058d3d0>\\r\\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'librepo._librepo\\' loaded from \\'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\\'\\r\\n# extension module \\'librepo._librepo\\' executed from \\'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\\'\\r\\nimport \\'librepo._librepo\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588ff04b20>\\r\\nimport \\'librepo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905806a0>\\r\\nimport \\'dnf.plugin.dynamic.product-id\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890577520>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.base_action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a640>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.content_action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25910>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.entbranding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff2c6a0>\\r\\nimport \\'subscription_manager.rhelentbranding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25f40>\\r\\nimport \\'subscription_manager.entcertlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1aaf0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.identitycertlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25370>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.healinglib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3640>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.factlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3850>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.packageprofilelib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3b50>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.installedproductslib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3e20>\\r\\nimport \\'subscription_manager.action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a0d0>\\r\\nimport \\'dnf.plugin.dynamic.subscription-manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff04cd0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.upload-profile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a490>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.notify_packagekit\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588feb9130>\\r\\n\\r\\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"tlog\", \"sssd\", \"authselect\"], \"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, \"state\": null}}}\\r\\n# destroy dnf.plugin.dynamic\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing email\\r\\n# cleanup[2] removing email.mime\\r\\n# cleanup[2] removing quopri\\r\\n# cleanup[2] removing email.encoders\\r\\n# cleanup[2] removing email.errors\\r\\n# cleanup[2] removing email.quoprimime\\r\\n# cleanup[2] removing email.base64mime\\r\\n# cleanup[2] removing email.charset\\r\\n# cleanup[2] removing email.header\\r\\n# cleanup[2] removing urllib\\r\\n# cleanup[2] removing urllib.parse\\r\\n# cleanup[2] removing calendar\\r\\n# cleanup[2] removing email._parseaddr\\r\\n# cleanup[2] removing email.utils\\r\\n# cleanup[2] removing email._policybase\\r\\n# cleanup[2] removing email._encoded_words\\r\\n# cleanup[2] removing email._header_value_parser\\r\\n# cleanup[2] removing email.headerregistry\\r\\n# cleanup[2] removing uu\\r\\n# cleanup[2] removing email.iterators\\r\\n# cleanup[2] removing email.message\\r\\n# cleanup[2] removing email.contentmanager\\r\\n# cleanup[2] removing email.policy\\r\\n# cleanup[2] removing email.mime.base\\r\\n# cleanup[2] removing email.mime.nonmultipart\\r\\n# cleanup[2] removing email.mime.application\\r\\n# cleanup[2] removing email.mime.multipart\\r\\n# cleanup[2] removing email.feedparser\\r\\n# cleanup[2] removing email.parser\\r\\n# cleanup[2] removing http\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# cleanup[2] removing http.client\\r\\n# cleanup[2] removing mimetypes\\r\\n# cleanup[2] removing netrc\\r\\n# cleanup[2] removing urllib.response\\r\\n# cleanup[2] removing urllib.error\\r\\n# cleanup[2] removing urllib.request\\r\\n# cleanup[2] removing http.cookiejar\\r\\n# cleanup[2] removing gzip\\r\\n# cleanup[2] removing ansible.module_utils.urls\\r\\n# destroy ansible.module_utils.urls\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.common.respawn\\r\\n# destroy ansible.module_utils.common.respawn\\r\\n# cleanup[2] removing ansible.module_utils.yumdnf\\r\\n# destroy ansible.module_utils.yumdnf\\r\\n# cleanup[2] removing gc\\r\\n# cleanup[2] removing email.mime.text\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing dnf.pycomp\\r\\n# cleanup[2] removing dnf.const\\r\\n# cleanup[2] removing libdnf._error\\r\\n# cleanup[2] removing libdnf.error\\r\\n# cleanup[2] removing libdnf._common_types\\r\\n# cleanup[2] removing libdnf.common_types\\r\\n# cleanup[2] removing libdnf._conf\\r\\n# cleanup[2] removing libdnf.conf\\r\\n# cleanup[2] removing libdnf._module\\r\\n# cleanup[2] removing libdnf.module\\r\\n# cleanup[2] removing libdnf._repo\\r\\n# cleanup[2] removing libdnf.repo\\r\\n# cleanup[2] removing libdnf._transaction\\r\\n# cleanup[2] removing libdnf.transaction\\r\\n# cleanup[2] removing libdnf._utils\\r\\n# cleanup[2] removing libdnf.utils\\r\\n# cleanup[2] removing libdnf\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing dnf.i18n\\r\\n# cleanup[2] removing dnf.yum\\r\\n# cleanup[2] removing dnf.transaction\\r\\n# cleanup[2] removing rpm._rpm\\r\\n# cleanup[2] removing rpm.transaction\\r\\n# cleanup[2] removing rpm\\r\\n# cleanup[2] removing dnf.yum.rpmtrans\\r\\n# cleanup[2] removing dnf.callback\\r\\n# cleanup[2] removing hawkey._hawkey\\r\\n# cleanup[2] removing hawkey\\r\\n# cleanup[2] removing dnf.util\\r\\n# cleanup[2] removing dnf.exceptions\\r\\n# cleanup[2] removing libcomps._libpycomps\\r\\n# cleanup[2] removing libcomps\\r\\n# cleanup[2] removing dnf.comps\\r\\n# cleanup[2] removing dnf.db\\r\\n# cleanup[2] removing gpg._gpgme\\r\\n# cleanup[2] removing gpg.gpgme\\r\\n# cleanup[2] removing gpg.util\\r\\n# cleanup[2] removing gpg.errors\\r\\n# cleanup[2] removing gpg.constants.data.encoding\\r\\n# cleanup[2] removing gpg.constants.data\\r\\n# cleanup[2] removing gpg.constants.keylist.mode\\r\\n# cleanup[2] removing gpg.constants.keylist\\r\\n# cleanup[2] removing gpg.constants.sig.mode\\r\\n# cleanup[2] removing gpg.constants.sig.notation\\r\\n# cleanup[2] removing gpg.constants.sig\\r\\n# cleanup[2] removing gpg.constants.tofu.policy\\r\\n# cleanup[2] removing gpg.constants.tofu\\r\\n# cleanup[2] removing gpg.constants.create\\r\\n# cleanup[2] removing gpg.constants.event\\r\\n# cleanup[2] removing gpg.constants.import_type\\r\\n# cleanup[2] removing gpg.constants.keysign\\r\\n# cleanup[2] removing gpg.constants.md\\r\\n# cleanup[2] removing gpg.constants.pk\\r\\n# cleanup[2] removing gpg.constants.protocol\\r\\n# cleanup[2] removing gpg.constants.sigsum\\r\\n# cleanup[2] removing gpg.constants.status\\r\\n# cleanup[2] removing gpg.constants.validity\\r\\n# cleanup[2] removing gpg.constants\\r\\n# cleanup[2] removing gpg.core\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# destroy getpass\\r\\n# cleanup[2] removing gpg.callbacks\\r\\n# cleanup[2] removing gpg.version\\r\\n# cleanup[2] removing gpg\\r\\n# destroy gpg\\r\\n# destroy gpg.core\\r\\n# destroy gpg.callbacks\\r\\n# destroy gpg.version\\r\\n# cleanup[2] removing dnf.crypto\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing dnf.yum.misc\\r\\n# cleanup[2] removing dnf.db.group\\r\\n# cleanup[2] removing dnf.db.history\\r\\n# cleanup[2] removing dnf.conf.substitutions\\r\\n# cleanup[2] removing dnf.conf.config\\r\\n# cleanup[2] removing dnf.conf\\r\\n# cleanup[2] removing dnf.lock\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing logging.handlers\\r\\n# cleanup[2] removing dnf.logging\\r\\n# cleanup[2] removing dnf.repo\\r\\n# cleanup[2] removing dnf.conf.read\\r\\n# cleanup[2] removing dnf.rpm.transaction\\r\\n# cleanup[2] removing dnf.rpm\\r\\n# cleanup[2] removing dnf.dnssec\\r\\n# cleanup[2] removing dnf.drpm\\r\\n# cleanup[2] removing dnf.goal\\r\\n# cleanup[2] removing dnf.history\\r\\n# cleanup[2] removing dnf.module\\r\\n# cleanup[2] removing libdnf._smartcols\\r\\n# cleanup[2] removing libdnf.smartcols\\r\\n# cleanup[2] removing dnf.selector\\r\\n# cleanup[2] removing dnf.module.exceptions\\r\\n# cleanup[2] removing dnf.module.module_base\\r\\n# cleanup[2] removing dnf.persistor\\r\\n# cleanup[2] removing _opcode\\r\\n# cleanup[2] removing opcode\\r\\n# destroy opcode\\r\\n# cleanup[2] removing dis\\r\\n# cleanup[2] removing inspect\\r\\n# cleanup[2] removing dnf.plugin\\r\\n# cleanup[2] removing dnf.query\\r\\n# cleanup[2] removing dnf.repodict\\r\\n# cleanup[2] removing dnf.rpm.connection\\r\\n# cleanup[2] removing dnf.rpm.miscutils\\r\\n# cleanup[2] removing dnf.package\\r\\n# cleanup[2] removing dnf.sack\\r\\n# cleanup[2] removing dnf.subject\\r\\n# cleanup[2] removing dnf.base\\r\\n# cleanup[2] removing dnf\\r\\n# cleanup[2] removing dnfpluginscore\\r\\n# destroy dnfpluginscore\\r\\n# cleanup[2] removing dnf.cli.format\\r\\n# cleanup[2] removing _curses\\r\\n# cleanup[2] removing curses\\r\\n# cleanup[2] removing dnf.cli.term\\r\\n# cleanup[2] removing dnf.cli.progress\\r\\n# cleanup[2] removing dnf.cli.output\\r\\n# cleanup[2] removing dnf.cli.aliases\\r\\n# cleanup[2] removing dnf.cli.option_parser\\r\\n# cleanup[2] removing dnf.cli.commands\\r\\n# cleanup[2] removing dnf.cli.commands.alias\\r\\n# cleanup[2] removing dnf.cli.commands.autoremove\\r\\n# cleanup[2] removing dnf.cli.commands.check\\r\\n# cleanup[2] removing dnf.cli.commands.clean\\r\\n# cleanup[2] removing dnf.cli.commands.repoquery\\r\\n# cleanup[2] removing dnf.cli.commands.deplist\\r\\n# cleanup[2] removing dnf.cli.commands.distrosync\\r\\n# cleanup[2] removing dnf.cli.commands.downgrade\\r\\n# cleanup[2] removing dnf.cli.commands.group\\r\\n# cleanup[2] removing dnf.transaction_sr\\r\\n# cleanup[2] removing dnf.cli.commands.history\\r\\n# cleanup[2] removing dnf.cli.commands.install\\r\\n# cleanup[2] removing dnf.cli.commands.makecache\\r\\n# cleanup[2] removing dnf.cli.commands.mark\\r\\n# cleanup[2] removing dnf.cli.commands.module\\r\\n# cleanup[2] removing dnf.cli.commands.reinstall\\r\\n# cleanup[2] removing dnf.cli.commands.remove\\r\\n# cleanup[2] removing dnf.cli.commands.repolist\\r\\n# cleanup[2] removing dnf.match_counter\\r\\n# cleanup[2] removing dnf.cli.commands.search\\r\\n# cleanup[2] removing cmd\\r\\n# cleanup[2] removing dnf.cli.commands.shell\\r\\n# cleanup[2] removing dnf.cli.commands.swap\\r\\n# cleanup[2] removing dnf.cli.commands.updateinfo\\r\\n# cleanup[2] removing dnf.cli.commands.upgrade\\r\\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\\r\\n# cleanup[2] removing dnf.cli.demand\\r\\n# cleanup[2] removing dnf.cli.cli\\r\\n# cleanup[2] removing dnf.cli\\r\\n# cleanup[2] removing dnf.plugin.dynamic.builddep\\r\\n# destroy dnf.plugin.dynamic.builddep\\r\\n# cleanup[2] removing dateutil._version\\r\\n# cleanup[2] removing dateutil\\r\\n# cleanup[2] removing six\\r\\n# cleanup[2] removing numbers\\r\\n# destroy numbers\\r\\n# cleanup[2] removing _decimal\\r\\n# cleanup[2] removing decimal\\r\\n# destroy decimal\\r\\n# cleanup[2] removing dateutil._common\\r\\n# cleanup[2] removing dateutil.relativedelta\\r\\n# cleanup[2] removing six.moves\\r\\n# cleanup[2] removing dateutil.tz._common\\r\\n# cleanup[2] removing dateutil.tz._factories\\r\\n# cleanup[2] removing dateutil.tz.tz\\r\\n# cleanup[2] removing dateutil.tz\\r\\n# cleanup[2] removing dateutil.parser._parser\\r\\n# cleanup[2] removing dateutil.parser.isoparser\\r\\n# destroy dateutil.parser.isoparser\\r\\n# cleanup[2] removing dateutil.parser\\r\\n# cleanup[2] removing dnf.plugin.dynamic.changelog\\r\\n# destroy dnf.plugin.dynamic.changelog\\r\\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\\r\\n# destroy dnf.plugin.dynamic.config_manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.copr\\r\\n# destroy dnf.plugin.dynamic.copr\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debug\\r\\n# destroy dnf.plugin.dynamic.debug\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\\r\\n# destroy dnf.plugin.dynamic.debuginfo-install\\r\\n# cleanup[2] removing dnf.plugin.dynamic.download\\r\\n# destroy dnf.plugin.dynamic.download\\r\\n# cleanup[2] removing _sqlite3\\r\\n# cleanup[2] removing sqlite3.dbapi2\\r\\n# cleanup[2] removing sqlite3\\r\\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\\r\\n# destroy dnf.plugin.dynamic.generate_completion_cache\\r\\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\\r\\n# destroy dnf.plugin.dynamic.groups_manager\\r\\n# cleanup[2] removing dbus._compat\\r\\n# cleanup[2] removing dbus.exceptions\\r\\n# cleanup[2] removing _dbus_bindings\\r\\n# cleanup[2] removing dbus.types\\r\\n# cleanup[2] removing dbus.lowlevel\\r\\n# cleanup[2] removing xml\\r\\n# destroy xml\\r\\n# cleanup[2] removing xml.parsers\\r\\n# destroy xml.parsers\\r\\n# cleanup[2] removing pyexpat.errors\\r\\n# cleanup[2] removing pyexpat.model\\r\\n# cleanup[2] removing pyexpat\\r\\n# cleanup[2] removing xml.parsers.expat.model\\r\\n# cleanup[2] removing xml.parsers.expat.errors\\r\\n# cleanup[2] removing xml.parsers.expat\\r\\n# destroy xml.parsers.expat\\r\\n# cleanup[2] removing dbus._expat_introspect_parser\\r\\n# cleanup[2] removing dbus.proxies\\r\\n# cleanup[2] removing dbus.connection\\r\\n# cleanup[2] removing dbus.bus\\r\\n# cleanup[2] removing dbus._dbus\\r\\n# cleanup[2] removing dbus\\r\\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\\r\\n# destroy dnf.plugin.dynamic.needs_restarting\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\\r\\n# destroy dnf.plugin.dynamic.repoclosure\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\\r\\n# destroy dnf.plugin.dynamic.repodiff\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repograph\\r\\n# destroy dnf.plugin.dynamic.repograph\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\\r\\n# destroy dnf.plugin.dynamic.repomanage\\r\\n# cleanup[2] removing dnf.plugin.dynamic.reposync\\r\\n# destroy dnf.plugin.dynamic.reposync\\r\\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\\r\\n# destroy dnf.plugin.dynamic.system_upgrade\\r\\n# cleanup[2] removing subscription_manager\\r\\n# cleanup[2] removing rhsm\\r\\n# cleanup[2] removing rhsm._certificate\\r\\n# cleanup[2] removing rhsm.certificate\\r\\n# cleanup[2] removing iniparse.configparser\\r\\n# cleanup[2] removing iniparse.config\\r\\n# cleanup[2] removing iniparse.ini\\r\\n# cleanup[2] removing iniparse.compat\\r\\n# cleanup[2] removing iniparse.utils\\r\\n# cleanup[2] removing iniparse\\r\\n# destroy iniparse\\r\\n# destroy iniparse.configparser\\r\\n# destroy iniparse.utils\\r\\n# cleanup[2] removing subscription_manager.i18n\\r\\n# cleanup[2] removing rhsm.config\\r\\n# cleanup[2] removing subscription_manager.injection\\r\\n# cleanup[2] removing rhsmlib\\r\\n# destroy rhsmlib\\r\\n# cleanup[2] removing rhsmlib.services\\r\\n# cleanup[2] removing rhsmlib.services.config\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing pathlib\\r\\n# destroy pathlib\\r\\n# cleanup[2] removing rhsm.https\\r\\n# cleanup[2] removing rhsm.ourjson\\r\\n# cleanup[2] removing rhsm.utils\\r\\n# cleanup[2] removing subscription_manager.version\\r\\n# cleanup[2] removing rhsm.connection\\r\\n# cleanup[2] removing rhsm.bitstream\\r\\n# cleanup[2] removing rhsm.huffman\\r\\n# cleanup[2] removing rhsm.pathtree\\r\\n# cleanup[2] removing rhsm.certificate2\\r\\n# cleanup[2] removing subscription_manager.certdirectory\\r\\n# cleanup[2] removing pprint\\r\\n# cleanup[2] removing subscription_manager.branding\\r\\n# cleanup[2] removing rhsmlib.facts\\r\\n# cleanup[2] removing rhsmlib.facts.cpuinfo\\r\\n# cleanup[2] removing rhsmlib.facts.collection\\r\\n# cleanup[2] removing rhsmlib.facts.collector\\r\\n# cleanup[2] removing rhsmlib.facts.hwprobe\\r\\n# cleanup[2] removing subscription_manager.utils\\r\\n# cleanup[2] removing cloud_what\\r\\n# destroy cloud_what\\r\\n# cleanup[2] removing rhsmlib.facts.cleanup\\r\\n# cleanup[2] removing rhsmlib.facts.virt\\r\\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\\r\\n# cleanup[2] removing rhsmlib.facts.dmiinfo\\r\\n# cleanup[2] removing rhsmlib.facts.firmware_info\\r\\n# cleanup[2] removing rhsmlib.facts.host_collector\\r\\n# cleanup[2] removing rhsmlib.facts.custom\\r\\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\\r\\n# cleanup[2] removing urllib3.packages\\r\\n# cleanup[2] removing urllib3.packages.six\\r\\n# cleanup[2] removing urllib3.packages.six.moves\\r\\n# cleanup[2] removing urllib3.packages.six.moves.http_client\\r\\n# cleanup[2] removing urllib3.exceptions\\r\\n# cleanup[2] removing urllib3._version\\r\\n# cleanup[2] removing urllib3.contrib\\r\\n# cleanup[2] removing urllib3.contrib._appengine_environ\\r\\n# cleanup[2] removing urllib3.util.wait\\r\\n# cleanup[2] removing urllib3.util.connection\\r\\n# cleanup[2] removing urllib3.util.request\\r\\n# cleanup[2] removing urllib3.util.response\\r\\n# cleanup[2] removing urllib3.util.retry\\r\\n# cleanup[2] removing hmac\\r\\n# cleanup[2] removing urllib3.util.url\\r\\n# cleanup[2] removing urllib3.util.ssltransport\\r\\n# cleanup[2] removing urllib3.util.ssl_\\r\\n# cleanup[2] removing urllib3.util.timeout\\r\\n# cleanup[2] removing urllib3.util\\r\\n# cleanup[2] removing urllib3.util.proxy\\r\\n# cleanup[2] removing urllib3._collections\\r\\n# cleanup[2] removing urllib3.connection\\r\\n# cleanup[2] removing urllib3.fields\\r\\n# cleanup[2] removing urllib3.filepost\\r\\n# cleanup[2] removing urllib3.packages.six.moves.urllib\\r\\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[2] removing urllib3.request\\r\\n# cleanup[2] removing urllib3.response\\r\\n# cleanup[2] removing urllib3.util.queue\\r\\n# cleanup[2] removing urllib3.connectionpool\\r\\n# cleanup[2] removing urllib3.poolmanager\\r\\n# cleanup[2] removing urllib3\\r\\n# cleanup[2] removing chardet.enums\\r\\n# cleanup[2] removing chardet.charsetprober\\r\\n# cleanup[2] removing chardet.charsetgroupprober\\r\\n# cleanup[2] removing chardet.codingstatemachine\\r\\n# cleanup[2] removing chardet.escsm\\r\\n# cleanup[2] removing chardet.escprober\\r\\n# cleanup[2] removing chardet.latin1prober\\r\\n# cleanup[2] removing chardet.mbcssm\\r\\n# cleanup[2] removing chardet.utf8prober\\r\\n# cleanup[2] removing chardet.mbcharsetprober\\r\\n# cleanup[2] removing chardet.euctwfreq\\r\\n# cleanup[2] removing chardet.euckrfreq\\r\\n# cleanup[2] removing chardet.gb2312freq\\r\\n# cleanup[2] removing chardet.big5freq\\r\\n# cleanup[2] removing chardet.jisfreq\\r\\n# cleanup[2] removing chardet.chardistribution\\r\\n# cleanup[2] removing chardet.jpcntx\\r\\n# cleanup[2] removing chardet.sjisprober\\r\\n# cleanup[2] removing chardet.eucjpprober\\r\\n# cleanup[2] removing chardet.gb2312prober\\r\\n# cleanup[2] removing chardet.euckrprober\\r\\n# cleanup[2] removing chardet.cp949prober\\r\\n# cleanup[2] removing chardet.big5prober\\r\\n# cleanup[2] removing chardet.euctwprober\\r\\n# cleanup[2] removing chardet.mbcsgroupprober\\r\\n# cleanup[2] removing chardet.hebrewprober\\r\\n# cleanup[2] removing chardet.sbcharsetprober\\r\\n# cleanup[2] removing chardet.langbulgarianmodel\\r\\n# cleanup[2] removing chardet.langgreekmodel\\r\\n# cleanup[2] removing chardet.langhebrewmodel\\r\\n# cleanup[2] removing chardet.langrussianmodel\\r\\n# cleanup[2] removing chardet.langthaimodel\\r\\n# cleanup[2] removing chardet.langturkishmodel\\r\\n# cleanup[2] removing chardet.sbcsgroupprober\\r\\n# cleanup[2] removing chardet.universaldetector\\r\\n# cleanup[2] removing chardet.version\\r\\n# cleanup[2] removing chardet\\r\\n# cleanup[2] removing requests.exceptions\\r\\n# cleanup[2] removing requests.__version__\\r\\n# destroy requests.__version__\\r\\n# cleanup[2] removing requests.certs\\r\\n# cleanup[2] removing http.cookies\\r\\n# cleanup[2] removing requests.compat\\r\\n# cleanup[2] removing requests._internal_utils\\r\\n# cleanup[2] removing requests.cookies\\r\\n# cleanup[2] removing requests.structures\\r\\n# cleanup[2] removing requests.utils\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\\r\\n# cleanup[2] removing requests.packages.urllib3.packages\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\\r\\n# cleanup[2] removing requests.packages.urllib3.exceptions\\r\\n# cleanup[2] removing requests.packages.urllib3._version\\r\\n# cleanup[2] removing requests.packages.urllib3.contrib\\r\\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\\r\\n# cleanup[2] removing requests.packages.urllib3.util.wait\\r\\n# cleanup[2] removing requests.packages.urllib3.util.connection\\r\\n# cleanup[2] removing requests.packages.urllib3.util.request\\r\\n# cleanup[2] removing requests.packages.urllib3.util.response\\r\\n# cleanup[2] removing requests.packages.urllib3.util.retry\\r\\n# cleanup[2] removing requests.packages.urllib3.util.url\\r\\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\\r\\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\\r\\n# cleanup[2] removing requests.packages.urllib3.util.timeout\\r\\n# cleanup[2] removing requests.packages.urllib3.util\\r\\n# cleanup[2] removing requests.packages.urllib3.util.proxy\\r\\n# cleanup[2] removing requests.packages.urllib3._collections\\r\\n# cleanup[2] removing requests.packages.urllib3.connection\\r\\n# cleanup[2] removing requests.packages.urllib3.fields\\r\\n# cleanup[2] removing requests.packages.urllib3.filepost\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[2] removing requests.packages.urllib3.request\\r\\n# cleanup[2] removing requests.packages.urllib3.response\\r\\n# cleanup[2] removing requests.packages.urllib3.util.queue\\r\\n# cleanup[2] removing requests.packages.urllib3.connectionpool\\r\\n# cleanup[2] removing requests.packages.urllib3.poolmanager\\r\\n# cleanup[2] removing requests.packages.urllib3\\r\\n# cleanup[2] removing idna.package_data\\r\\n# cleanup[2] removing idna.idnadata\\r\\n# cleanup[2] removing idna.intranges\\r\\n# cleanup[2] removing idna.core\\r\\n# cleanup[2] removing idna\\r\\n# cleanup[2] removing requests.packages.idna.package_data\\r\\n# cleanup[2] removing requests.packages.idna.idnadata\\r\\n# cleanup[2] removing requests.packages.idna.intranges\\r\\n# cleanup[2] removing requests.packages.idna.core\\r\\n# cleanup[2] removing requests.packages.idna\\r\\n# cleanup[2] removing requests.packages.chardet.enums\\r\\n# cleanup[2] removing requests.packages.chardet.charsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\\r\\n# cleanup[2] removing requests.packages.chardet.escsm\\r\\n# cleanup[2] removing requests.packages.chardet.escprober\\r\\n# cleanup[2] removing requests.packages.chardet.latin1prober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcssm\\r\\n# cleanup[2] removing requests.packages.chardet.utf8prober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.euctwfreq\\r\\n# cleanup[2] removing requests.packages.chardet.euckrfreq\\r\\n# cleanup[2] removing requests.packages.chardet.gb2312freq\\r\\n# cleanup[2] removing requests.packages.chardet.big5freq\\r\\n# cleanup[2] removing requests.packages.chardet.jisfreq\\r\\n# cleanup[2] removing requests.packages.chardet.chardistribution\\r\\n# cleanup[2] removing requests.packages.chardet.jpcntx\\r\\n# cleanup[2] removing requests.packages.chardet.sjisprober\\r\\n# cleanup[2] removing requests.packages.chardet.eucjpprober\\r\\n# cleanup[2] removing requests.packages.chardet.gb2312prober\\r\\n# cleanup[2] removing requests.packages.chardet.euckrprober\\r\\n# cleanup[2] removing requests.packages.chardet.cp949prober\\r\\n# cleanup[2] removing requests.packages.chardet.big5prober\\r\\n# cleanup[2] removing requests.packages.chardet.euctwprober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.hebrewprober\\r\\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langthaimodel\\r\\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\\r\\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.universaldetector\\r\\n# cleanup[2] removing requests.packages.chardet.version\\r\\n# cleanup[2] removing requests.packages.chardet\\r\\n# cleanup[2] removing requests.packages\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# cleanup[2] removing requests.hooks\\r\\n# cleanup[2] removing requests.auth\\r\\n# cleanup[2] removing requests.status_codes\\r\\n# cleanup[2] removing requests.models\\r\\n# cleanup[2] removing socks\\r\\n# cleanup[2] removing urllib3.contrib.socks\\r\\n# cleanup[2] removing requests.adapters\\r\\n# cleanup[2] removing requests.sessions\\r\\n# cleanup[2] removing requests.api\\r\\n# cleanup[2] removing requests\\r\\n# cleanup[2] removing cloud_what._base_provider\\r\\n# destroy cloud_what._base_provider\\r\\n# cleanup[2] removing cloud_what.providers\\r\\n# destroy cloud_what.providers\\r\\n# cleanup[2] removing cloud_what.providers.aws\\r\\n# destroy cloud_what.providers.aws\\r\\n# cleanup[2] removing cloud_what.providers.azure\\r\\n# destroy cloud_what.providers.azure\\r\\n# cleanup[2] removing cloud_what.providers.gcp\\r\\n# destroy cloud_what.providers.gcp\\r\\n# cleanup[2] removing cloud_what.provider\\r\\n# cleanup[2] removing rhsm.profile\\r\\n# cleanup[2] removing subscription_manager.jsonwrapper\\r\\n# cleanup[2] removing subscription_manager.isodate\\r\\n# cleanup[2] removing syspurpose\\r\\n# destroy syspurpose\\r\\n# cleanup[2] removing syspurpose.utils\\r\\n# destroy syspurpose.utils\\r\\n# cleanup[2] removing syspurpose.files\\r\\n# destroy syspurpose.files\\r\\n# cleanup[2] removing subscription_manager.certlib\\r\\n# cleanup[2] removing subscription_manager.syspurposelib\\r\\n# cleanup[2] removing asyncore\\r\\n# cleanup[2] removing ctypes.util\\r\\n# cleanup[2] removing pyinotify\\r\\n# cleanup[2] removing rhsmlib.file_monitor\\r\\n# cleanup[2] removing rhsmlib.dbus\\r\\n# cleanup[2] removing dbus.decorators\\r\\n# cleanup[2] removing dbus.service\\r\\n# cleanup[2] removing dbus.server\\r\\n# cleanup[2] removing dbus.mainloop\\r\\n# cleanup[2] removing _dbus_glib_bindings\\r\\n# cleanup[2] removing dbus.mainloop.glib\\r\\n# cleanup[2] removing rhsmlib.dbus.constants\\r\\n# cleanup[2] removing gi._error\\r\\n# cleanup[2] removing gi._gi\\r\\n# cleanup[2] removing gi._gobject\\r\\n# cleanup[2] removing glib\\r\\n# destroy glib\\r\\n# cleanup[2] removing gobject\\r\\n# destroy gobject\\r\\n# cleanup[2] removing gio\\r\\n# destroy gio\\r\\n# cleanup[2] removing gtk\\r\\n# destroy gtk\\r\\n# cleanup[2] removing gtk.gdk\\r\\n# destroy gtk.gdk\\r\\n# cleanup[2] removing gi\\r\\n# cleanup[2] removing gi._constants\\r\\n# cleanup[2] removing gi.docstring\\r\\n# cleanup[2] removing gi._propertyhelper\\r\\n# cleanup[2] removing gi._signalhelper\\r\\n# cleanup[2] removing gi.types\\r\\n# cleanup[2] removing gi.module\\r\\n# cleanup[2] removing gi.overrides\\r\\n# cleanup[2] removing gi.importer\\r\\n# cleanup[2] removing gi.repository\\r\\n# cleanup[2] removing gi._ossighelper\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing optparse\\r\\n# cleanup[2] removing gi._option\\r\\n# cleanup[2] removing gi.overrides.GLib\\r\\n# cleanup[2] removing gi.repository.GLib\\r\\n# cleanup[2] removing xml.etree\\r\\n# destroy xml.etree\\r\\n# cleanup[2] removing xml.etree.ElementPath\\r\\n# cleanup[2] removing _elementtree\\r\\n# cleanup[2] removing xml.etree.ElementTree\\r\\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\\r\\n# cleanup[2] removing socketserver\\r\\n# destroy socketserver\\r\\n# cleanup[2] removing logging.config\\r\\n# cleanup[2] removing rhsm.logutil\\r\\n# cleanup[2] removing rhsmlib.dbus.server\\r\\n# cleanup[2] removing rhsmlib.services.syspurpose\\r\\n# cleanup[2] removing subscription_manager.cache\\r\\n# cleanup[2] removing subscription_manager.model\\r\\n# cleanup[2] removing subscription_manager.model.ent_cert\\r\\n# cleanup[2] removing subscription_manager.repofile\\r\\n# cleanup[2] removing subscription_manager.repolib\\r\\n# cleanup[2] removing subscription_manager.productid\\r\\n# cleanup[2] removing subscription_manager.reasons\\r\\n# cleanup[2] removing subscription_manager.cert_sorter\\r\\n# cleanup[2] removing rhsmlib.facts.insights\\r\\n# cleanup[2] removing rhsmlib.facts.kpatch\\r\\n# cleanup[2] removing rhsmlib.facts.cloud_facts\\r\\n# cleanup[2] removing rhsmlib.facts.pkg_arches\\r\\n# cleanup[2] removing rhsmlib.facts.network\\r\\n# cleanup[2] removing rhsmlib.facts.all\\r\\n# cleanup[2] removing subscription_manager.facts\\r\\n# cleanup[2] removing subscription_manager.identity\\r\\n# cleanup[2] removing subscription_manager.validity\\r\\n# cleanup[2] removing rhsmlib.client_info\\r\\n# cleanup[2] removing subscription_manager.cp_provider\\r\\n# cleanup[2] removing subscription_manager.base_plugin\\r\\n# cleanup[2] removing subscription_manager.plugins\\r\\n# cleanup[2] removing subscription_manager.lock\\r\\n# cleanup[2] removing subscription_manager.injectioninit\\r\\n# cleanup[2] removing librepo._librepo\\r\\n# cleanup[2] removing librepo\\r\\n# cleanup[2] removing dnf.plugin.dynamic.product-id\\r\\n# destroy dnf.plugin.dynamic.product-id\\r\\n# cleanup[2] removing subscription_manager.base_action_client\\r\\n# cleanup[2] removing subscription_manager.content_action_client\\r\\n# cleanup[2] removing subscription_manager.entbranding\\r\\n# cleanup[2] removing subscription_manager.rhelentbranding\\r\\n# cleanup[2] removing subscription_manager.entcertlib\\r\\n# cleanup[2] removing subscription_manager.identitycertlib\\r\\n# cleanup[2] removing subscription_manager.healinglib\\r\\n# cleanup[2] removing subscription_manager.factlib\\r\\n# cleanup[2] removing subscription_manager.packageprofilelib\\r\\n# cleanup[2] removing subscription_manager.installedproductslib\\r\\n# cleanup[2] removing subscription_manager.action_client\\r\\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\\r\\n# destroy dnf.plugin.dynamic.subscription-manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\\r\\n# destroy dnf.plugin.dynamic.upload-profile\\r\\n# cleanup[2] removing dnf.plugin.dynamic.notify_packagekit\\r\\n# destroy dnf.plugin.dynamic.notify_packagekit\\r\\n# destroy _sitebuiltins\\r\\n# destroy __main__\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy netrc\\r\\n# destroy sqlite3\\r\\n# destroy sqlite3.dbapi2\\r\\n# destroy systemd.journal\\r\\n# destroy iniparse.compat\\r\\n# destroy rhsmlib.services\\r\\n# destroy rhsmlib.facts\\r\\n# destroy rhsmlib.facts.dmidecodeparser\\r\\n# destroy rhsmlib.facts.all\\r\\n# destroy rhsmlib.dbus\\r\\n# destroy rhsmlib.dbus.server\\r\\n# destroy rhsmlib.client_info\\r\\n# destroy librepo\\r\\n# cleanup[3] wiping subscription_manager.action_client\\r\\n# cleanup[3] wiping subscription_manager.installedproductslib\\r\\n# cleanup[3] wiping subscription_manager.packageprofilelib\\r\\n# cleanup[3] wiping subscription_manager.factlib\\r\\n# cleanup[3] wiping subscription_manager.healinglib\\r\\n# cleanup[3] wiping subscription_manager.identitycertlib\\r\\n# cleanup[3] wiping subscription_manager.entcertlib\\r\\n# cleanup[3] wiping subscription_manager.rhelentbranding\\r\\n# cleanup[3] wiping subscription_manager.entbranding\\r\\n# cleanup[3] wiping subscription_manager.content_action_client\\r\\n# cleanup[3] wiping subscription_manager.base_action_client\\r\\n# cleanup[3] wiping librepo._librepo\\r\\n# cleanup[3] wiping subscription_manager.injectioninit\\r\\n# cleanup[3] wiping subscription_manager.lock\\r\\n# cleanup[3] wiping subscription_manager.plugins\\r\\n# cleanup[3] wiping subscription_manager.base_plugin\\r\\n# cleanup[3] wiping subscription_manager.cp_provider\\r\\n# cleanup[3] wiping subscription_manager.validity\\r\\n# cleanup[3] wiping subscription_manager.identity\\r\\n# cleanup[3] wiping subscription_manager.facts\\r\\n# cleanup[3] wiping rhsmlib.facts.network\\r\\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\\r\\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\\r\\n# cleanup[3] wiping rhsmlib.facts.kpatch\\r\\n# cleanup[3] wiping rhsmlib.facts.insights\\r\\n# cleanup[3] wiping subscription_manager.cert_sorter\\r\\n# destroy rhsmlib.file_monitor\\r\\n# cleanup[3] wiping subscription_manager.reasons\\r\\n# cleanup[3] wiping subscription_manager.productid\\r\\n# cleanup[3] wiping subscription_manager.repolib\\r\\n# cleanup[3] wiping subscription_manager.repofile\\r\\n# cleanup[3] wiping subscription_manager.model.ent_cert\\r\\n# cleanup[3] wiping subscription_manager.model\\r\\n# destroy subscription_manager.model.ent_cert\\r\\n# cleanup[3] wiping subscription_manager.cache\\r\\n# destroy rhsmlib.services.syspurpose\\r\\n# cleanup[3] wiping rhsm.logutil\\r\\n# cleanup[3] wiping logging.config\\r\\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\\r\\n# destroy xml.etree.ElementTree\\r\\n# cleanup[3] wiping _elementtree\\r\\n# cleanup[3] wiping xml.etree.ElementPath\\r\\n# cleanup[3] wiping gi.repository.GLib\\r\\n# cleanup[3] wiping gi.overrides.GLib\\r\\n# cleanup[3] wiping gi._option\\r\\n# destroy optparse\\r\\n# cleanup[3] wiping textwrap\\r\\n# cleanup[3] wiping gi._ossighelper\\r\\n# cleanup[3] wiping gi.repository\\r\\n# cleanup[3] wiping gi.importer\\r\\n# cleanup[3] wiping gi.overrides\\r\\n# destroy gi.overrides.GLib\\r\\n# cleanup[3] wiping gi.module\\r\\n# destroy gi\\r\\n# cleanup[3] wiping gi.types\\r\\n# cleanup[3] wiping gi._signalhelper\\r\\n# cleanup[3] wiping gi._propertyhelper\\r\\n# cleanup[3] wiping gi.docstring\\r\\n# cleanup[3] wiping gi._constants\\r\\n# cleanup[3] wiping gi._gobject\\r\\n# cleanup[3] wiping gi._gi\\r\\n# cleanup[3] wiping gi._error\\r\\n# cleanup[3] wiping rhsmlib.dbus.constants\\r\\n# cleanup[3] wiping dbus.mainloop.glib\\r\\n# cleanup[3] wiping _dbus_glib_bindings\\r\\n# cleanup[3] wiping dbus.mainloop\\r\\n# destroy dbus.mainloop.glib\\r\\n# cleanup[3] wiping dbus.server\\r\\n# cleanup[3] wiping dbus.service\\r\\n# cleanup[3] wiping dbus.decorators\\r\\n# cleanup[3] wiping pyinotify\\r\\n# destroy asyncore\\r\\n# destroy ctypes\\r\\n# cleanup[3] wiping ctypes.util\\r\\n# cleanup[3] wiping subscription_manager.syspurposelib\\r\\n# cleanup[3] wiping subscription_manager.certlib\\r\\n# cleanup[3] wiping subscription_manager.isodate\\r\\n# cleanup[3] wiping subscription_manager.jsonwrapper\\r\\n# cleanup[3] wiping rhsm.profile\\r\\n# destroy cloud_what.provider\\r\\n# cleanup[3] wiping requests\\r\\n# destroy requests._internal_utils\\r\\n# destroy requests.exceptions\\r\\n# destroy requests.compat\\r\\n# destroy requests.cookies\\r\\n# destroy requests.structures\\r\\n# destroy requests.utils\\r\\n# destroy requests.packages\\r\\n# destroy urllib3\\r\\n# destroy idna\\r\\n# destroy idna.package_data\\r\\n# destroy idna.intranges\\r\\n# destroy idna.core\\r\\n# destroy requests.hooks\\r\\n# destroy requests.auth\\r\\n# destroy requests.status_codes\\r\\n# destroy requests.models\\r\\n# destroy requests.adapters\\r\\n# destroy requests.api\\r\\n# cleanup[3] wiping requests.sessions\\r\\n# cleanup[3] wiping urllib3.contrib.socks\\r\\n# destroy socks\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping requests.packages.chardet\\r\\n# destroy chardet.enums\\r\\n# destroy chardet.charsetprober\\r\\n# destroy chardet.charsetgroupprober\\r\\n# destroy chardet.codingstatemachine\\r\\n# destroy chardet.escsm\\r\\n# destroy chardet.escprober\\r\\n# destroy chardet.latin1prober\\r\\n# destroy chardet.mbcssm\\r\\n# destroy chardet.utf8prober\\r\\n# destroy chardet.mbcharsetprober\\r\\n# destroy chardet.euctwfreq\\r\\n# destroy chardet.euckrfreq\\r\\n# destroy chardet.gb2312freq\\r\\n# destroy chardet.big5freq\\r\\n# destroy chardet.jisfreq\\r\\n# destroy chardet.chardistribution\\r\\n# destroy chardet.jpcntx\\r\\n# destroy chardet.sjisprober\\r\\n# destroy chardet.eucjpprober\\r\\n# destroy chardet.gb2312prober\\r\\n# destroy chardet.euckrprober\\r\\n# destroy chardet.cp949prober\\r\\n# destroy chardet.big5prober\\r\\n# destroy chardet.euctwprober\\r\\n# destroy chardet.mbcsgroupprober\\r\\n# destroy chardet.hebrewprober\\r\\n# destroy chardet.sbcharsetprober\\r\\n# destroy chardet.langbulgarianmodel\\r\\n# destroy chardet.langgreekmodel\\r\\n# destroy chardet.langhebrewmodel\\r\\n# destroy chardet.langrussianmodel\\r\\n# destroy chardet.langthaimodel\\r\\n# destroy chardet.langturkishmodel\\r\\n# destroy chardet.sbcsgroupprober\\r\\n# destroy chardet.universaldetector\\r\\n# destroy chardet.version\\r\\n# cleanup[3] wiping requests.packages.idna.idnadata\\r\\n# cleanup[3] wiping idna.idnadata\\r\\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\\r\\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\\r\\n# cleanup[3] wiping requests.packages.urllib3.util.queue\\r\\n# cleanup[3] wiping requests.packages.urllib3.response\\r\\n# cleanup[3] wiping requests.packages.urllib3.request\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\\r\\n# cleanup[3] wiping requests.packages.urllib3.filepost\\r\\n# cleanup[3] wiping requests.packages.urllib3.fields\\r\\n# destroy mimetypes\\r\\n# cleanup[3] wiping requests.packages.urllib3.connection\\r\\n# cleanup[3] wiping requests.packages.urllib3._collections\\r\\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\\r\\n# cleanup[3] wiping requests.packages.urllib3.util\\r\\n# destroy urllib3.util.wait\\r\\n# destroy urllib3.util.connection\\r\\n# destroy urllib3.util.request\\r\\n# destroy urllib3.util.response\\r\\n# destroy urllib3.util.retry\\r\\n# destroy urllib3.util.url\\r\\n# destroy urllib3.util.ssltransport\\r\\n# destroy urllib3.util.ssl_\\r\\n# destroy urllib3.util.timeout\\r\\n# destroy urllib3.util.proxy\\r\\n# destroy urllib3.util.queue\\r\\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\\r\\n# cleanup[3] wiping requests.packages.urllib3.contrib\\r\\n# destroy urllib3.contrib.socks\\r\\n# cleanup[3] wiping requests.packages.urllib3._version\\r\\n# cleanup[3] wiping requests.packages.urllib3.exceptions\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six\\r\\n# destroy urllib3.packages.six.moves.urllib\\r\\n# destroy urllib3.packages.six.moves\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages\\r\\n# destroy urllib3.packages.ssl_match_hostname\\r\\n# cleanup[3] wiping http.cookies\\r\\n# cleanup[3] wiping requests.certs\\r\\n# cleanup[3] wiping chardet\\r\\n# cleanup[3] wiping urllib3.poolmanager\\r\\n# cleanup[3] wiping urllib3.connectionpool\\r\\n# cleanup[3] wiping urllib3.response\\r\\n# cleanup[3] wiping urllib3.request\\r\\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[3] wiping urllib3.filepost\\r\\n# cleanup[3] wiping urllib3.fields\\r\\n# cleanup[3] wiping urllib3.connection\\r\\n# cleanup[3] wiping urllib3._collections\\r\\n# cleanup[3] wiping urllib3.util\\r\\n# cleanup[3] wiping hmac\\r\\n# cleanup[3] wiping urllib3.contrib._appengine_environ\\r\\n# cleanup[3] wiping urllib3.contrib\\r\\n# cleanup[3] wiping urllib3._version\\r\\n# cleanup[3] wiping urllib3.exceptions\\r\\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\\r\\n# cleanup[3] wiping urllib3.packages.six\\r\\n# cleanup[3] wiping urllib3.packages\\r\\n# cleanup[3] wiping rhsmlib.facts.custom\\r\\n# cleanup[3] wiping rhsmlib.facts.host_collector\\r\\n# destroy rhsmlib.facts.cleanup\\r\\n# destroy rhsmlib.facts.virt\\r\\n# destroy rhsmlib.facts.firmware_info\\r\\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\\r\\n# cleanup[3] wiping subscription_manager.utils\\r\\n# destroy pprint\\r\\n# destroy uuid\\r\\n# cleanup[3] wiping rhsmlib.facts.hwprobe\\r\\n# destroy rhsmlib.facts.cpuinfo\\r\\n# cleanup[3] wiping rhsmlib.facts.collector\\r\\n# destroy rhsmlib.facts.collection\\r\\n# cleanup[3] wiping subscription_manager.branding\\r\\n# cleanup[3] wiping subscription_manager.certdirectory\\r\\n# cleanup[3] wiping rhsm.certificate2\\r\\n# cleanup[3] wiping rhsm.pathtree\\r\\n# cleanup[3] wiping rhsm.huffman\\r\\n# cleanup[3] wiping rhsm.bitstream\\r\\n# cleanup[3] wiping rhsm.connection\\r\\n# destroy subscription_manager\\r\\n# destroy subscription_manager.i18n\\r\\n# destroy subscription_manager.version\\r\\n# destroy subscription_manager.certdirectory\\r\\n# destroy subscription_manager.branding\\r\\n# destroy subscription_manager.utils\\r\\n# destroy subscription_manager.jsonwrapper\\r\\n# destroy subscription_manager.isodate\\r\\n# destroy subscription_manager.certlib\\r\\n# destroy subscription_manager.syspurposelib\\r\\n# destroy subscription_manager.cache\\r\\n# destroy subscription_manager.model\\r\\n# destroy subscription_manager.repofile\\r\\n# destroy subscription_manager.repolib\\r\\n# destroy subscription_manager.productid\\r\\n# destroy subscription_manager.reasons\\r\\n# destroy subscription_manager.cert_sorter\\r\\n# destroy subscription_manager.facts\\r\\n# destroy subscription_manager.identity\\r\\n# destroy subscription_manager.validity\\r\\n# destroy subscription_manager.cp_provider\\r\\n# destroy subscription_manager.base_plugin\\r\\n# destroy subscription_manager.plugins\\r\\n# destroy subscription_manager.lock\\r\\n# destroy subscription_manager.injectioninit\\r\\n# destroy subscription_manager.base_action_client\\r\\n# destroy subscription_manager.content_action_client\\r\\n# destroy subscription_manager.entbranding\\r\\n# destroy subscription_manager.rhelentbranding\\r\\n# destroy subscription_manager.entcertlib\\r\\n# destroy subscription_manager.identitycertlib\\r\\n# destroy subscription_manager.healinglib\\r\\n# destroy subscription_manager.factlib\\r\\n# destroy subscription_manager.packageprofilelib\\r\\n# destroy subscription_manager.installedproductslib\\r\\n# destroy subscription_manager.action_client\\r\\n# cleanup[3] wiping rhsm.utils\\r\\n# cleanup[3] wiping rhsm.ourjson\\r\\n# cleanup[3] wiping rhsm.https\\r\\n# cleanup[3] wiping ntpath\\r\\n# cleanup[3] wiping rhsmlib.services.config\\r\\n# cleanup[3] wiping subscription_manager.injection\\r\\n# cleanup[3] wiping rhsm.config\\r\\n# cleanup[3] wiping iniparse.ini\\r\\n# destroy iniparse.config\\r\\n# cleanup[3] wiping rhsm.certificate\\r\\n# destroy dateutil\\r\\n# destroy dateutil._version\\r\\n# destroy dateutil._common\\r\\n# destroy dateutil.parser\\r\\n# cleanup[3] wiping rhsm._certificate\\r\\n# cleanup[3] wiping rhsm\\r\\n# destroy rhsm.certificate\\r\\n# destroy rhsm.config\\r\\n# destroy rhsm.https\\r\\n# destroy rhsm.ourjson\\r\\n# destroy rhsm.utils\\r\\n# destroy rhsm.bitstream\\r\\n# destroy rhsm.huffman\\r\\n# destroy rhsm.pathtree\\r\\n# destroy rhsm.certificate2\\r\\n# destroy rhsm.profile\\r\\n# destroy rhsm.logutil\\r\\n# cleanup[3] wiping dbus\\r\\n# destroy dbus._compat\\r\\n# destroy dbus._expat_introspect_parser\\r\\n# destroy dbus._dbus\\r\\n# destroy dbus.exceptions\\r\\n# destroy dbus.types\\r\\n# destroy dbus.lowlevel\\r\\n# destroy dbus.proxies\\r\\n# destroy dbus.connection\\r\\n# destroy dbus.bus\\r\\n# destroy dbus.decorators\\r\\n# destroy dbus.service\\r\\n# destroy dbus.server\\r\\n# destroy dbus.mainloop\\r\\n# cleanup[3] wiping xml.parsers.expat.errors\\r\\n# cleanup[3] wiping xml.parsers.expat.model\\r\\n# cleanup[3] wiping pyexpat\\r\\n# cleanup[3] wiping pyexpat.model\\r\\n# cleanup[3] wiping pyexpat.errors\\r\\n# cleanup[3] wiping _dbus_bindings\\r\\n# cleanup[3] wiping _sqlite3\\r\\n# cleanup[3] wiping dateutil.parser._parser\\r\\n# destroy dateutil.relativedelta\\r\\n# cleanup[3] wiping dateutil.tz\\r\\n# destroy dateutil.tz._common\\r\\n# destroy dateutil.tz._factories\\r\\n# destroy dateutil.tz.tz\\r\\n# cleanup[3] wiping six.moves\\r\\n# cleanup[3] wiping _decimal\\r\\n# cleanup[3] wiping six\\r\\n# destroy six.moves.urllib\\r\\n# destroy six.moves\\r\\n# cleanup[3] wiping dnf.cli\\r\\n# destroy dnf.cli.format\\r\\n# destroy dnf.cli.term\\r\\n# destroy dnf.cli.progress\\r\\n# destroy dnf.cli.aliases\\r\\n# destroy dnf.cli.option_parser\\r\\n# destroy dnf.cli.demand\\r\\n# destroy dnf.cli.cli\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.updateinfo\\r\\n# cleanup[3] wiping dnf.cli.commands.swap\\r\\n# cleanup[3] wiping dnf.cli.commands.shell\\r\\n# destroy cmd\\r\\n# cleanup[3] wiping dnf.cli.commands.search\\r\\n# cleanup[3] wiping dnf.match_counter\\r\\n# cleanup[3] wiping dnf.cli.commands.repolist\\r\\n# cleanup[3] wiping dnf.cli.commands.remove\\r\\n# cleanup[3] wiping dnf.cli.commands.reinstall\\r\\n# cleanup[3] wiping dnf.cli.commands.module\\r\\n# cleanup[3] wiping dnf.cli.commands.mark\\r\\n# cleanup[3] wiping dnf.cli.commands.makecache\\r\\n# cleanup[3] wiping dnf.cli.commands.install\\r\\n# cleanup[3] wiping dnf.cli.commands.history\\r\\n# cleanup[3] wiping dnf.transaction_sr\\r\\n# cleanup[3] wiping dnf.cli.commands.group\\r\\n# cleanup[3] wiping dnf.cli.commands.downgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.distrosync\\r\\n# cleanup[3] wiping dnf.cli.commands.deplist\\r\\n# cleanup[3] wiping dnf.cli.commands.repoquery\\r\\n# cleanup[3] wiping dnf.cli.commands.clean\\r\\n# cleanup[3] wiping dnf.cli.commands.check\\r\\n# cleanup[3] wiping dnf.cli.commands.autoremove\\r\\n# cleanup[3] wiping dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands\\r\\n# cleanup[3] wiping dnf.cli.output\\r\\n# cleanup[3] wiping curses\\r\\n# cleanup[3] wiping _curses\\r\\n# cleanup[3] wiping dnf\\r\\n# destroy dnf.pycomp\\r\\n# destroy dnf.const\\r\\n# destroy dnf.i18n\\r\\n# destroy dnf.yum\\r\\n# destroy dnf.yum.rpmtrans\\r\\n# destroy dnf.transaction\\r\\n# destroy dnf.callback\\r\\n# destroy dnf.util\\r\\n# destroy dnf.exceptions\\r\\n# destroy dnf.comps\\r\\n# destroy dnf.db\\r\\n# destroy dnf.db.group\\r\\n# destroy dnf.db.history\\r\\n# destroy dnf.crypto\\r\\n# destroy dnf.conf\\r\\n# destroy dnf.conf.substitutions\\r\\n# destroy dnf.conf.config\\r\\n# destroy dnf.conf.read\\r\\n# destroy dnf.lock\\r\\n# destroy dnf.logging\\r\\n# destroy dnf.repo\\r\\n# destroy dnf.rpm\\r\\n# destroy dnf.dnssec\\r\\n# destroy dnf.drpm\\r\\n# destroy dnf.goal\\r\\n# destroy dnf.history\\r\\n# destroy dnf.module\\r\\n# destroy dnf.module.exceptions\\r\\n# destroy dnf.module.module_base\\r\\n# destroy dnf.selector\\r\\n# destroy dnf.persistor\\r\\n# destroy dnf.plugin\\r\\n# destroy dnf.query\\r\\n# destroy dnf.repodict\\r\\n# destroy dnf.package\\r\\n# destroy dnf.sack\\r\\n# destroy dnf.subject\\r\\n# destroy dnf.base\\r\\n# destroy dnf.transaction_sr\\r\\n# destroy dnf.match_counter\\r\\n# destroy dnf.cli\\r\\n# cleanup[3] wiping dnf.rpm.miscutils\\r\\n# cleanup[3] wiping dnf.rpm.connection\\r\\n# cleanup[3] wiping inspect\\r\\n# destroy ast\\r\\n# destroy dis\\r\\n# destroy token\\r\\n# cleanup[3] wiping _opcode\\r\\n# cleanup[3] wiping libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._smartcols\\r\\n# cleanup[3] wiping dnf.rpm.transaction\\r\\n# cleanup[3] wiping logging.handlers\\r\\n# destroy pickle\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping _compat_pickle\\r\\n# cleanup[3] wiping dnf.yum.misc\\r\\n# cleanup[3] wiping glob\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping gpg.constants\\r\\n# destroy gpg.constants.data\\r\\n# destroy gpg.constants.data.encoding\\r\\n# destroy gpg.constants.keylist\\r\\n# destroy gpg.constants.keylist.mode\\r\\n# destroy gpg.constants.sig\\r\\n# destroy gpg.constants.sig.mode\\r\\n# destroy gpg.constants.sig.notation\\r\\n# destroy gpg.constants.tofu\\r\\n# destroy gpg.constants.tofu.policy\\r\\n# destroy gpg.constants.create\\r\\n# destroy gpg.constants.event\\r\\n# destroy gpg.constants.import_type\\r\\n# destroy gpg.constants.keysign\\r\\n# destroy gpg.constants.md\\r\\n# destroy gpg.constants.pk\\r\\n# destroy gpg.constants.protocol\\r\\n# destroy gpg.constants.sigsum\\r\\n# destroy gpg.constants.status\\r\\n# destroy gpg.constants.validity\\r\\n# cleanup[3] wiping gpg.errors\\r\\n# cleanup[3] wiping gpg.util\\r\\n# cleanup[3] wiping gpg.gpgme\\r\\n# cleanup[3] wiping gpg._gpgme\\r\\n# cleanup[3] wiping libcomps\\r\\n# cleanup[3] wiping libcomps._libpycomps\\r\\n# cleanup[3] wiping hawkey\\r\\n# cleanup[3] wiping hawkey._hawkey\\r\\n# cleanup[3] wiping rpm\\r\\n# destroy rpm.transaction\\r\\n# cleanup[3] wiping rpm._rpm\\r\\n# cleanup[3] wiping unicodedata\\r\\n# cleanup[3] wiping libdnf\\r\\n# destroy libdnf.error\\r\\n# destroy libdnf.common_types\\r\\n# destroy libdnf.conf\\r\\n# destroy libdnf.module\\r\\n# destroy libdnf.repo\\r\\n# destroy libdnf.transaction\\r\\n# destroy libdnf.utils\\r\\n# destroy libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._utils\\r\\n# cleanup[3] wiping libdnf._transaction\\r\\n# cleanup[3] wiping libdnf._repo\\r\\n# cleanup[3] wiping libdnf._module\\r\\n# cleanup[3] wiping libdnf._conf\\r\\n# cleanup[3] wiping libdnf._common_types\\r\\n# cleanup[3] wiping libdnf._error\\r\\n# cleanup[3] wiping queue\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping email.mime.text\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping gzip\\r\\n# cleanup[3] wiping http.cookiejar\\r\\n# cleanup[3] wiping urllib.request\\r\\n# destroy http\\r\\n# cleanup[3] wiping urllib.error\\r\\n# cleanup[3] wiping urllib.response\\r\\n# cleanup[3] wiping http.client\\r\\n# cleanup[3] wiping ssl\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping email.parser\\r\\n# cleanup[3] wiping email.feedparser\\r\\n# cleanup[3] wiping email.mime.multipart\\r\\n# cleanup[3] wiping email.mime.application\\r\\n# cleanup[3] wiping email.mime.nonmultipart\\r\\n# cleanup[3] wiping email.mime.base\\r\\n# cleanup[3] wiping email.policy\\r\\n# cleanup[3] wiping email.contentmanager\\r\\n# cleanup[3] wiping email.message\\r\\n# destroy uu\\r\\n# destroy quopri\\r\\n# cleanup[3] wiping email.iterators\\r\\n# cleanup[3] wiping email.headerregistry\\r\\n# cleanup[3] wiping email._header_value_parser\\r\\n# cleanup[3] wiping email._encoded_words\\r\\n# cleanup[3] wiping email._policybase\\r\\n# cleanup[3] wiping email.utils\\r\\n# cleanup[3] wiping email._parseaddr\\r\\n# cleanup[3] wiping calendar\\r\\n# cleanup[3] wiping urllib.parse\\r\\n# cleanup[3] wiping urllib\\r\\n# destroy urllib.response\\r\\n# destroy urllib.error\\r\\n# destroy urllib.request\\r\\n# cleanup[3] wiping email.header\\r\\n# cleanup[3] wiping email.charset\\r\\n# cleanup[3] wiping email.base64mime\\r\\n# cleanup[3] wiping email.quoprimime\\r\\n# cleanup[3] wiping email.errors\\r\\n# cleanup[3] wiping email.encoders\\r\\n# cleanup[3] wiping email.mime\\r\\n# destroy email.mime.base\\r\\n# destroy email.mime.nonmultipart\\r\\n# destroy email.mime.application\\r\\n# destroy email.mime.multipart\\r\\n# destroy email.mime.text\\r\\n# cleanup[3] wiping email\\r\\n# destroy email._parseaddr\\r\\n# destroy email._policybase\\r\\n# destroy email._encoded_words\\r\\n# destroy email._header_value_parser\\r\\n# destroy email.mime\\r\\n# destroy email.encoders\\r\\n# destroy email.errors\\r\\n# destroy email.quoprimime\\r\\n# destroy email.base64mime\\r\\n# destroy email.charset\\r\\n# destroy email.header\\r\\n# destroy email.utils\\r\\n# destroy email.headerregistry\\r\\n# destroy email.iterators\\r\\n# destroy email.message\\r\\n# destroy email.contentmanager\\r\\n# destroy email.policy\\r\\n# destroy email.feedparser\\r\\n# destroy email.parser\\r\\n# cleanup[3] wiping argparse\\r\\n# cleanup[3] wiping gettext\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping copy\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping socket\\r\\n# cleanup[3] wiping array\\r\\n# destroy array\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping logging\\r\\n# destroy logging.handlers\\r\\n# destroy logging.config\\r\\n# cleanup[3] wiping string\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# destroy syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping locale\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# destroy atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping zipfile\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping random\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping bisect\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping _compression\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping fnmatch\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping importlib.util\\r\\n# cleanup[3] wiping importlib.abc\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping importlib.machinery\\r\\n# cleanup[3] wiping importlib\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.util\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping base64\\r\\n# cleanup[3] wiping binascii\\r\\n# cleanup[3] wiping struct\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping enum\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.latin_1\\r\\n# destroy encodings.cp437\\r\\n# destroy encodings.idna\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping zipimport\\r\\n# destroy _frozen_importlib_external\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# destroy _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy pyexpat.errors\\r\\n# destroy pyexpat.model\\r\\n# destroy librepo._librepo\\r\\n# destroy _dbus_glib_bindings\\r\\n# destroy rhsm._certificate\\r\\n# destroy decimal\\r\\n# destroy _curses\\r\\n# destroy libcomps._libpycomps\\r\\n# destroy hawkey._hawkey\\r\\n# destroy rpm._rpm\\r\\n# destroy _queue\\r\\n# destroy _ssl\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _string\\r\\n# destroy _datetime\\r\\n# destroy _posixsubprocess\\r\\n# destroy _blake2\\r\\n# destroy _random\\r\\n# destroy _bisect\\r\\n# destroy grp\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy marshal\\r\\n# destroy xml.etree.ElementPath\\r\\n# destroy _elementtree\\r\\n# destroy _heapq\\r\\n# destroy zipimport\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _compat_pickle\\r\\n# destroy _pickle\\r\\n# destroy libdnf._error\\r\\n# destroy gi.types\\r\\n# destroy gi._error\\r\\n# destroy gi._gi\\r\\n# destroy gi._gobject\\r\\n# destroy gi._constants\\r\\n# destroy gi.docstring\\r\\n# destroy gi._propertyhelper\\r\\n# destroy gi._signalhelper\\r\\n# destroy gi.module\\r\\n# destroy gi.overrides\\r\\n# destroy gi.importer\\r\\n# destroy gi.repository\\r\\n# destroy gi._ossighelper\\r\\n# destroy gi._option\\r\\n# destroy textwrap\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy stat\\r\\n# destroy selectors\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy gzip\\r\\n# destroy rhsmlib.facts.dmiinfo\\r\\n# destroy requests\\r\\n# destroy iniparse.ini\\r\\n# destroy enum\\r\\n# destroy signal\\r\\n# destroy queue\\r\\n# destroy shlex\\r\\n# destroy pwd\\r\\n# destroy _functools\\r\\n# destroy gettext\\r\\n# destroy libcomps\\r\\n# destroy locale\\r\\n# destroy dnf.rpm.transaction\\r\\n# destroy dnf.rpm.connection\\r\\n# destroy dnf.rpm.miscutils\\r\\n# destroy base64\\r\\n# destroy importlib\\r\\n# destroy inspect\\r\\n# destroy gc\\r\\n# destroy math\\r\\n# destroy dateutil.parser._parser\\r\\n# destroy _stat\\r\\n# destroy http.cookies\\r\\n# destroy urllib.parse\\r\\n# destroy _weakref\\r\\n# destroy ntpath\\r\\n# destroy posix\\r\\n# destroy rhsmlib.facts.custom\\r\\n# destroy rhsmlib.facts.host_collector\\r\\n# destroy rhsmlib.facts.hwprobe\\r\\n# destroy rhsmlib.facts.insights\\r\\n# destroy rhsmlib.facts.kpatch\\r\\n# destroy rhsmlib.facts.cloud_facts\\r\\n# destroy rhsmlib.facts.pkg_arches\\r\\n# destroy rhsmlib.facts.network\\r\\n# destroy rhsm\\r\\n# destroy rhsmlib.dbus.dbus_utils\\r\\n# destroy _opcode\\r\\n# destroy requests.sessions\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy six.moves.urllib_parse\\r\\n# destroy six.moves.urllib.error\\r\\n# destroy six.moves.urllib.request\\r\\n# destroy six.moves.urllib.response\\r\\n# destroy six.moves.urllib.robotparser\\r\\n# destroy traceback\\r\\n# destroy dnf.yum.misc\\r\\n# destroy glob\\r\\n# destroy curses\\r\\n# destroy fcntl\\r\\n# destroy termios\\r\\n# destroy argparse\\r\\n# destroy dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands.autoremove\\r\\n# destroy dnf.cli.commands.check\\r\\n# destroy dnf.cli.commands.clean\\r\\n# destroy dnf.cli.commands.repoquery\\r\\n# destroy dnf.cli.commands.deplist\\r\\n# destroy dnf.cli.commands.distrosync\\r\\n# destroy dnf.cli.commands.downgrade\\r\\n# destroy dnf.cli.commands.group\\r\\n# destroy dnf.cli.commands.history\\r\\n# destroy dnf.cli.commands.install\\r\\n# destroy dnf.cli.commands.makecache\\r\\n# destroy dnf.cli.commands.mark\\r\\n# destroy dnf.cli.commands.module\\r\\n# destroy dnf.cli.commands.reinstall\\r\\n# destroy dnf.cli.commands.remove\\r\\n# destroy dnf.cli.commands.repolist\\r\\n# destroy dnf.cli.commands.search\\r\\n# destroy dnf.cli.commands.shell\\r\\n# destroy dnf.cli.commands.swap\\r\\n# destroy dnf.cli.commands.updateinfo\\r\\n# destroy dnf.cli.commands.upgrade\\r\\n# destroy dnf.cli.commands.upgrademinimal\\r\\n# destroy operator\\r\\n# destroy random\\r\\n# destroy rpm\\r\\n# destroy hawkey\\r\\n# destroy dnf.cli.output\\r\\n# destroy dnf\\r\\n# destroy _thread\\r\\n# destroy _warnings\\r\\n# destroy configparser\\r\\n# destroy fnmatch\\r\\n# destroy pyinotify\\r\\n# destroy urllib3.packages\\r\\n# destroy urllib3.exceptions\\r\\n# destroy urllib3._version\\r\\n# destroy urllib3.contrib\\r\\n# destroy urllib3.util\\r\\n# destroy urllib3._collections\\r\\n# destroy urllib3.connection\\r\\n# destroy urllib3.fields\\r\\n# destroy urllib3.filepost\\r\\n# destroy urllib3.request\\r\\n# destroy urllib3.response\\r\\n# destroy urllib3.connectionpool\\r\\n# destroy urllib3.poolmanager\\r\\n# destroy copy\\r\\n# destroy contextlib\\r\\n# destroy tempfile\\r\\n# destroy zipfile\\r\\n# destroy requests.certs\\r\\n# destroy hashlib\\r\\n# destroy encodings\\r\\n# destroy http.cookiejar\\r\\n# destroy chardet\\r\\n# destroy json\\r\\n# destroy calendar\\r\\n# destroy dateutil.tz\\r\\n# destroy six\\r\\n# destroy codecs\\r\\n# destroy gpg.gpgme\\r\\n# destroy gpg.constants\\r\\n# destroy gpg.errors\\r\\n# destroy gpg.util\\r\\n# destroy urllib3.packages.six.moves.urllib_parse\\r\\n# destroy urllib3.packages.six.moves.urllib.error\\r\\n# destroy urllib3.packages.six.moves.urllib.request\\r\\n# destroy urllib3.packages.six.moves.urllib.response\\r\\n# destroy urllib3.packages.six.moves.urllib.robotparser\\r\\n# destroy subprocess\\r\\n# destroy rhsmlib.facts.collector\\r\\n# destroy itertools\\r\\n# destroy http.client\\r\\n# destroy email\\r\\n# destroy string\\r\\n# destroy dbus\\r\\n# destroy rhsmlib.dbus.constants\\r\\n# destroy rhsm.connection\\r\\n# destroy gi.repository.GLib\\r\\n# destroy rhsmlib.services.config\\r\\n# destroy subscription_manager.injection\\r\\n# destroy errno\\r\\n# destroy select\\r\\n# destroy urllib3.contrib._appengine_environ\\r\\n# destroy hmac\\r\\n# destroy warnings\\r\\n# destroy binascii\\r\\n# destroy urllib3.packages.six\\r\\n# destroy _hashlib\\r\\n# destroy ssl\\r\\n# destroy posixpath\\r\\n# destroy urllib\\r\\n# destroy io\\r\\n# destroy io\\r\\n# destroy _lzma\\r\\n# destroy _compression\\r\\n# destroy idna.idnadata\\r\\n# destroy bisect\\r\\n# destroy unicodedata\\r\\n# destroy re\\r\\n# destroy pyexpat\\r\\n# destroy threading\\r\\n# destroy functools\\r\\n# destroy logging\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888130.39040: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894457850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894495880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589442dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894457d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941adeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941a7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941af640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941ad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58940b9dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b98b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589410c610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589411f670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58940cbc70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589411f280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbfa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbd90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbd00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589409f370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589409f460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940d3fa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cda30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cd490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fed1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894089c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cdeb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fffaf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fffe20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894012730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894012c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893f9e3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893ffff10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fae280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940125b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fae340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fcaca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fd71f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca8e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fbda30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb5b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fcaa90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5893eea670>\r\n# zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893de97f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dfa760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dfa400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa7c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d687c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d68b50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d689a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d86b20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e73d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e73190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893de4a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d80310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893e18970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e48d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d4a9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d580d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e1f700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d58100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d56580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d56640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d55c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893eea820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893ddbaf0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dda9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d4b850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893ddb520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e13ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893402d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937e7550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dcfd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dd09d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893402610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893e627f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dda610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937f9c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dfbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dd7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405af0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405fd0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58934052e0>\r\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc'\r\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc'\r\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316bd00>\r\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c280>\r\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc'\r\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c460>\r\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316b460>\r\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316cf40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc'\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316ce50>\r\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc'\r\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931aa8b0>\r\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893137cd0>\r\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c910>\r\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed130>\r\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc'\r\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893395460>\r\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7370>\r\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931aa4f0>\r\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc'\r\nimport 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1a00>\r\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc'\r\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1c40>\r\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58933e6130>\r\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7d00>\r\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed5e0>\r\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed820>\r\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405790>\r\nimport 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405fa0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405a30>\r\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc'\r\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1f40>\r\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937eda00>\r\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc'\r\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1370>\r\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58931ab970>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589310ba30>\r\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b11c0>\r\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc'\r\nimport 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589314f340>\r\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc'\r\nimport 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893122c70>\r\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893165bb0>\r\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893122e80>\r\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc'\r\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893165e50>\r\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc'\r\nimport 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931ac550>\r\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc'\r\nimport 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892ecfc70>\r\n# zipimport: zlib available\r\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\r\n# zipimport: zlib available\r\nimport 'gc' # \r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc'\r\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32be0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32d60>\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892e83460>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32fd0>\r\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32280>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc'\r\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32850>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc'\r\n# extension module 'libdnf._error' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892db79a0>\r\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc'\r\n# extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892d59520>\r\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db79d0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc'\r\n# extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892cb8df0>\r\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892dd92b0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc'\r\n# extension module 'libdnf._module' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58914cb2b0>\r\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892d8c880>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc'\r\n# extension module 'libdnf._repo' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5891399e50>\r\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914aa550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc'\r\n# extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58913049d0>\r\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914cb4f0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc'\r\n# extension module 'libdnf._utils' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58912fdd30>\r\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891304f70>\r\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7100>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589122caf0>\r\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122c310>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58912406d0>\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124d280>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589124d820>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124dc70>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124d340>\r\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240760>\r\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891236d90>\r\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890dffeb0>\r\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240160>\r\nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122cc70>\r\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f700>\r\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589132fe20>\r\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f8b0>\r\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7250>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e0dd30>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc'\r\n# extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gpg._gpgme' executed from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890c7e1f0>\r\nimport 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d1d280>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc'\r\nimport 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a7c0>\r\nimport 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cd0e20>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc'\r\nimport 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae50>\r\nimport 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ab80>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc'\r\nimport 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2afd0>\r\nimport 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae20>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc'\r\nimport 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82190>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc'\r\nimport 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82220>\r\nimport 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2af10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc'\r\nimport 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b823a0>\r\nimport 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae80>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc'\r\nimport 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ac10>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc'\r\nimport 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b821c0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc'\r\nimport 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82400>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc'\r\nimport 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82490>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc'\r\nimport 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82520>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc'\r\nimport 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b825b0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc'\r\nimport 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82640>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc'\r\nimport 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b826d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc'\r\nimport 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82760>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc'\r\nimport 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b827f0>\r\nimport 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a1f0>\r\nimport 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d04190>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890b82bb0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82910>\r\nimport 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a3d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc'\r\nimport 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2afa0>\r\nimport 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfbc70>\r\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfb280>\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfb460>\r\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31b20>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfbdf0>\r\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e0dcd0>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc'\r\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99c10>\r\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b994c0>\r\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc'\r\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b37280>\r\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9160>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890ae91f0>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b4a670>\r\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b376a0>\r\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b2ba60>\r\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99f70>\r\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9fa0>\r\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9760>\r\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99d60>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc'\r\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b22910>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc'\r\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d820>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc'\r\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d8b0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0da30>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc'\r\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893225190>\r\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b1d160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932251f0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932252e0>\r\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d9d0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc'\r\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0df70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc'\r\n# extension module '_opcode' loaded from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_opcode' executed from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58909533a0>\r\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890953160>\r\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909449a0>\r\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932359a0>\r\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893225e80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc'\r\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893235c70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc'\r\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589323d970>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589095f700>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc'\r\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589095f340>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc'\r\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890970640>\r\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890970160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc'\r\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909704c0>\r\nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32940>\r\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e327f0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890979f70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc'\r\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589092df70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc'\r\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\r\n# code object from '/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_curses' executed from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58908c9d60>\r\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9be0>\r\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c93a0>\r\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9160>\r\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc'\r\nimport 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c91f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc'\r\nimport 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908f4130>\r\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9e80>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc'\r\nimport 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908e59a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908f4fa0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc'\r\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f7190>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc'\r\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f72e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f78e0>\r\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f7610>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc'\r\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f79a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908045e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908046d0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804eb0>\r\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804ac0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc'\r\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804f10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc'\r\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081baf0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc'\r\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081bc10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc'\r\nimport 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081be50>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc'\r\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907ab2e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907abcd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907abe20>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9520>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9100>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc'\r\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9f10>\r\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9a60>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc'\r\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9d60>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc'\r\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907c87f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907c8f70>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc'\r\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4370>\r\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919490>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909191f0>\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890979cd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4ee0>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4c10>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc'\r\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076e5b0>\r\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc'\r\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907784f0>\r\n# extension module '_decimal' loaded from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_decimal' executed from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589076ee50>\r\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076edc0>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4730>\r\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a41c0>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc'\r\nimport 'six.moves' # \r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906f1a60>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc'\r\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906f1c40>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc'\r\n# destroy dateutil.tz.win\r\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4ca0>\r\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4a30>\r\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907e1130>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc'\r\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076e1f0>\r\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4ac0>\r\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919220>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711160>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711d00>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906a7610>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906a7b80>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc'\r\n# extension module '_sqlite3' loaded from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_sqlite3' executed from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58906b4c40>\r\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4820>\r\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4580>\r\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b41f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4430>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0bb0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0c40>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc'\r\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58906d0280>\r\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0dc0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc'\r\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d72e0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2340>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e22e0>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc'\r\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'pyexpat' executed from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58905e2490>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e21f0>\r\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d7d00>\r\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d73a0>\r\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906dea30>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0fa0>\r\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0940>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c07f0>\r\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4fd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0940>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d7d90>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2760>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e29d0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2f40>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905fc730>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890580910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058db80>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc'\r\n# extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rhsm._certificate' executed from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58905b0130>\r\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058dbe0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc'\r\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589055f400>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc'\r\nimport 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589055f520>\r\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551490>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc'\r\nimport 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905517c0>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc'\r\nimport 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890563910>\r\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551130>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc'\r\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905511f0>\r\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890545a90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc'\r\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890563dc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa1f0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa2e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc'\r\nimport 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa400>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc'\r\nimport 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904ce640>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890523f40>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc'\r\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905359d0>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc'\r\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890535a60>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc'\r\nimport 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904ce2b0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc'\r\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904e03a0>\r\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890506d00>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc'\r\nimport 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890510970>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc'\r\nimport 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589048e880>\r\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890510280>\r\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fabb0>\r\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905acd90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc'\r\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904b2640>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904b2df0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441160>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441a90>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc'\r\nimport 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904611c0>\r\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441d60>\r\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904411f0>\r\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041a2e0>\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041adc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc'\r\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041af40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc'\r\nimport 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890421be0>\r\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904217c0>\r\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890421310>\r\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041aa60>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc'\r\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041abb0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc'\r\nimport 'urllib3.packages.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903cea00>\r\nimport 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903ce670>\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc'\r\nimport 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903ce6d0>\r\nimport 'urllib3.packages.six.moves' # \r\nimport 'urllib3.packages.six.moves.http_client' # \r\nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3610>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc'\r\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c37f0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a910>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc'\r\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037aac0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc'\r\nimport 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037ac70>\r\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a5b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc'\r\nimport 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a8b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903860d0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc'\r\nimport 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386130>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc'\r\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890393340>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc'\r\nimport 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890393910>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc'\r\nimport 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903b3e80>\r\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386c40>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc'\r\nimport 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386b20>\r\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a250>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc'\r\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a310>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc'\r\nimport 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a040>\r\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903d7af0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc'\r\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033b8e0>\r\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033b520>\r\nimport 'urllib3.packages.six.moves.urllib' # \r\nimport 'urllib3.packages.six.moves.urllib.parse' # \r\nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903e89a0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a2e0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc'\r\nimport 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033bd60>\r\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3940>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc'\r\nimport 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890347910>\r\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc'\r\nimport 'chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360280>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc'\r\nimport 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903604f0>\r\nimport 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903550a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc'\r\nimport 'chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360df0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc'\r\nimport 'chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368190>\r\nimport 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903609d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc'\r\nimport 'chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc'\r\nimport 'chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368c40>\r\nimport 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903687f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc'\r\nimport 'chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372b50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc'\r\nimport 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372c10>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc'\r\nimport 'chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372ca0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc'\r\nimport 'chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc'\r\nimport 'chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372dc0>\r\nimport 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903724f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc'\r\nimport 'chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372f70>\r\nimport 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368b20>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc'\r\nimport 'chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b370>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc'\r\nimport 'chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b6a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc'\r\nimport 'chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b910>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc'\r\nimport 'chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029bbb0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc'\r\nimport 'chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029be50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc'\r\nimport 'chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1130>\r\nimport 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368430>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc'\r\nimport 'chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1490>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a18b0>\r\nimport 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1730>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc'\r\nimport 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1d00>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc'\r\nimport 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc'\r\nimport 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc'\r\nimport 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b00d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc'\r\nimport 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b0160>\r\nimport 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368640>\r\nimport 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903558b0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc'\r\nimport 'chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903558e0>\r\nimport 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890355430>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368520>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc'\r\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c33a0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc'\r\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b0fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc'\r\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc'\r\nimport 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244580>\r\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244370>\r\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244100>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc'\r\nimport 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244400>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc'\r\nimport 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589024ff40>\r\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1c70>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc'\r\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260a60>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc'\r\nimport 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026d250>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc'\r\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026d310>\r\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260af0>\r\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260760>\r\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260670>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc'\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589021d1c0>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026dd00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc'\r\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026df10>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc'\r\nimport 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026dfd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc'\r\nimport 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589021deb0>\r\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc'\r\nimport 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901ce1c0>\r\nimport 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3df0>\r\nimport 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c32e0>\r\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890233850>\r\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026db50>\r\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431c40>\r\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3f10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc'\r\nimport 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3c40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc'\r\nimport 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901d7910>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc'\r\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901d7d00>\r\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041a520>\r\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589040b880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc'\r\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f22e0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc'\r\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2670>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc'\r\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2790>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc'\r\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187100>\r\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2850>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc'\r\nimport 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194160>\r\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187a30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc'\r\nimport 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589013a910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc'\r\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890146550>\r\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194ee0>\r\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194700>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901aaa00>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc'\r\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015fc40>\r\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015f370>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc'\r\nimport 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015fdf0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901702b0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc'\r\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890170430>\r\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901702e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc'\r\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901703d0>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc'\r\n# possible namespace for /usr/lib/python3.9/site-packages/gi\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc'\r\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890170d00>\r\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gi._gi' executed from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890170b50>\r\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890170520>\r\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc'\r\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114940>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc'\r\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114a30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc'\r\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114d30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc'\r\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890123340>\r\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901142e0>\r\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffe80>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc'\r\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114460>\r\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffb20>\r\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901708e0>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc'\r\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013490>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589002cf10>\r\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013cd0>\r\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013820>\r\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890123f40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffddd90>\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc'\r\nimport 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fff9310>\r\n# extension module '_elementtree' loaded from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_elementtree' executed from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588fff9f10>\r\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdde20>\r\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdd760>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc'\r\nimport 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890008f40>\r\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890008400>\r\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdf850>\r\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901aa880>\r\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187ee0>\r\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890474550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890400820>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc'\r\nimport 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff8ddf0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc'\r\nimport 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff8df70>\r\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1f10>\r\nimport 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905809a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc'\r\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3e6d0>\r\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffaeb50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc'\r\nimport 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a100>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc'\r\nimport 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a3a0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a5e0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc'\r\nimport 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a820>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc'\r\nimport 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4aa00>\r\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3ec70>\r\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3e9a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc'\r\nimport 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3ee80>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc'\r\nimport 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a3d0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc'\r\nimport 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a880>\r\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a4f0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc'\r\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fef6190>\r\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5acd0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc'\r\nimport 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5ae20>\r\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058d3d0>\r\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'librepo._librepo' loaded from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\n# extension module 'librepo._librepo' executed from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\nimport 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588ff04b20>\r\nimport 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905806a0>\r\nimport 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890577520>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc'\r\nimport 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc'\r\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc'\r\nimport 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff2c6a0>\r\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25f40>\r\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1aaf0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc'\r\nimport 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25370>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc'\r\nimport 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc'\r\nimport 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3850>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc'\r\nimport 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc'\r\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3e20>\r\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a0d0>\r\nimport 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff04cd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.notify_packagekit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588feb9130>\r\n\r\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"tlog\", \"sssd\", \"authselect\"], \"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, \"state\": null}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n# cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n# cleanup[2] removing gpg.constants.tofu\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n# destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n# cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n# cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n# cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.compat\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n# cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n# cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n# cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n# cleanup[2] removing dnf.plugin.dynamic.notify_packagekit\r\n# destroy dnf.plugin.dynamic.notify_packagekit\r\n# destroy _sitebuiltins\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy selinux\r\n# destroy distro\r\n# destroy netrc\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy systemd.journal\r\n# destroy iniparse.compat\r\n# destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n# destroy rhsmlib.facts.dmidecodeparser\r\n# destroy rhsmlib.facts.all\r\n# destroy rhsmlib.dbus\r\n# destroy rhsmlib.dbus.server\r\n# destroy rhsmlib.client_info\r\n# destroy librepo\r\n# cleanup[3] wiping subscription_manager.action_client\r\n# cleanup[3] wiping subscription_manager.installedproductslib\r\n# cleanup[3] wiping subscription_manager.packageprofilelib\r\n# cleanup[3] wiping subscription_manager.factlib\r\n# cleanup[3] wiping subscription_manager.healinglib\r\n# cleanup[3] wiping subscription_manager.identitycertlib\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n# cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n# cleanup[3] wiping subscription_manager.content_action_client\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n# cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n# cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n# cleanup[3] wiping subscription_manager.base_plugin\r\n# cleanup[3] wiping subscription_manager.cp_provider\r\n# cleanup[3] wiping subscription_manager.validity\r\n# cleanup[3] wiping subscription_manager.identity\r\n# cleanup[3] wiping subscription_manager.facts\r\n# cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n# cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n# cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n# destroy subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.cache\r\n# destroy rhsmlib.services.syspurpose\r\n# cleanup[3] wiping rhsm.logutil\r\n# cleanup[3] wiping logging.config\r\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\r\n# destroy xml.etree.ElementTree\r\n# cleanup[3] wiping _elementtree\r\n# cleanup[3] wiping xml.etree.ElementPath\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n# cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n# cleanup[3] wiping gi.repository\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides\r\n# destroy gi.overrides.GLib\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n# destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n# cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib\r\n# cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider\r\n# cleanup[3] wiping requests\r\n# destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n# destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n# destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel\r\n# destroy chardet.langrussianmodel\r\n# destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection\r\n# cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n# cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n# cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n# cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n# destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n# cleanup[3] wiping iniparse.ini\r\n# destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n# destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n# cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n# destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n# cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n# cleanup[3] wiping gpg._gpgme\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n# cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n# destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n# destroy xml.etree.ElementPath\r\n# destroy _elementtree\r\n# destroy _heapq\r\n# destroy zipimport\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n# destroy gi._gi\r\n# destroy gi._gobject\r\n# destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy stat\r\n# destroy selectors\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy gzip\r\n# destroy rhsmlib.facts.dmiinfo\r\n# destroy requests\r\n# destroy iniparse.ini\r\n# destroy enum\r\n# destroy signal\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n# destroy _stat\r\n# destroy http.cookies\r\n# destroy urllib.parse\r\n# destroy _weakref\r\n# destroy ntpath\r\n# destroy posix\r\n# destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n# destroy _opcode\r\n# destroy requests.sessions\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy fcntl\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings\r\n# destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n# destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n# destroy hashlib\r\n# destroy encodings\r\n# destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n# destroy calendar\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy codecs\r\n# destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util\r\n# destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n# destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n# destroy http.client\r\n# destroy email\r\n# destroy string\r\n# destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n# destroy errno\r\n# destroy select\r\n# destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n# destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n# destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n# destroy pyexpat\r\n# destroy threading\r\n# destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888130.42079: done with _execute_module (ansible.legacy.dnf, {'name': ['tlog', 'sssd', 'authselect'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6535907-7611-162517761604698/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888130.42083: _low_level_execute_command(): starting\n 7519 1726888130.42085: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888130.42096: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888130.42098: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888130.42100: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888130.42101: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888130.42103: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888130.42104: stderr chunk (state=3):\n>>>debug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888130.42105: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888130.42106: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888130.42108: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888130.42109: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888130.42110: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888130.43847: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888130.43899: stderr chunk (state=3):\n>>><<<\n 7519 1726888130.43903: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888130.44126: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888130.44130: handler run complete\n 7519 1726888130.44133: attempt loop complete, returning result\n 7519 1726888130.44135: _execute() done\n 7519 1726888130.44137: dumping result to json\n 7519 1726888130.44140: done dumping result, returning\n 7519 1726888130.44142: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Install session recording packages [0ed44806-2f0b-c82f-f05a-00000000000b]\n 7519 1726888130.44144: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b\n 7519 1726888130.44202: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b\n 7519 1726888130.44206: WORKER PROCESS EXITING\nok: [managed_node1] => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"allow_downgrade\": false,\n \"allowerasing\": false,\n \"autoremove\": false,\n \"best\": null,\n \"bugfix\": false,\n \"cacheonly\": false,\n \"conf_file\": null,\n \"disable_excludes\": null,\n \"disable_gpg_check\": false,\n \"disable_plugin\": [],\n \"disablerepo\": [],\n \"download_dir\": null,\n \"download_only\": false,\n \"enable_plugin\": [],\n \"enablerepo\": [],\n \"exclude\": [],\n \"install_repoquery\": true,\n \"install_weak_deps\": true,\n \"installroot\": \"/\",\n \"list\": null,\n \"lock_timeout\": 30,\n \"name\": [\n \"tlog\",\n \"sssd\",\n \"authselect\"\n ],\n \"nobest\": null,\n \"releasever\": null,\n \"security\": false,\n \"skip_broken\": false,\n \"sslverify\": true,\n \"state\": null,\n \"update_cache\": false,\n \"update_only\": false,\n \"use_backend\": \"auto\",\n \"validate_certs\": true\n }\n },\n \"rc\": 0,\n \"results\": []\n}\n\nMSG:\n\nNothing to do\n 7519 1726888130.62272: stdout chunk (state=3):\n>>>\r\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"tlog\", \"sssd\", \"authselect\"], \"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, \"state\": null}}}\r\n<<<\n 7519 1726888130.68165: stdout chunk (state=3):\n>>>\r\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"tlog\", \"sssd\", \"authselect\"], \"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, \"state\": null}}}\r\n<<<\n 7519 1726888130.74555: stdout chunk (state=3):\n>>># destroy dnf.plugin.dynamic\r\n<<<\n 7519 1726888130.74561: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888130.75266: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888130.75364: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n<<<\n 7519 1726888130.75447: stdout chunk (state=3):\n>>># cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n<<<\n 7519 1726888130.75498: stdout chunk (state=3):\n>>># cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n<<<\n 7519 1726888130.75504: stdout chunk (state=3):\n>>># cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n<<<\n 7519 1726888130.75507: stdout chunk (state=3):\n>>># cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n<<<\n 7519 1726888130.75511: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n<<<\n 7519 1726888130.75514: stdout chunk (state=3):\n>>># destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n<<<\n 7519 1726888130.75518: stdout chunk (state=3):\n>>># cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n<<<\n 7519 1726888130.75521: stdout chunk (state=3):\n>>># cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n<<<\n 7519 1726888130.75527: stdout chunk (state=3):\n>>># cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n<<<\n 7519 1726888130.75531: stdout chunk (state=3):\n>>># cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n<<<\n 7519 1726888130.75534: stdout chunk (state=3):\n>>># cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n# cleanup[2] removing gpg.constants.tofu\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n<<<\n 7519 1726888130.75536: stdout chunk (state=3):\n>>># cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n<<<\n 7519 1726888130.75538: stdout chunk (state=3):\n>>># cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n<<<\n 7519 1726888130.75557: stdout chunk (state=3):\n>>># cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n<<<\n 7519 1726888130.75731: stdout chunk (state=3):\n>>># cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n# destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n<<<\n 7519 1726888130.75736: stdout chunk (state=3):\n>>># cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n# cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n# cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.comp<<<\n 7519 1726888130.75740: stdout chunk (state=3):\n>>>at\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n# cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n# cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n<<<\n 7519 1726888130.75744: stdout chunk (state=3):\n>>># cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n<<<\n 7519 1726888130.76234: stdout chunk (state=3):\n>>># destroy dnf.plugin.dynamic\r\n<<<\n 7519 1726888130.76306: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888130.76520: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888130.76524: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n<<<\n 7519 1726888130.76555: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n<<<\n 7519 1726888130.76574: stdout chunk (state=3):\n>>># destroy netrc\r\n<<<\n 7519 1726888130.76619: stdout chunk (state=3):\n>>># destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n<<<\n 7519 1726888130.76648: stdout chunk (state=3):\n>>># destroy systemd.journal\r\n<<<\n 7519 1726888130.76652: stdout chunk (state=3):\n>>># destroy iniparse.compat\r\n# destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n# destroy rhsmlib.facts.dmidecodeparser\r\n# destroy rhsmlib.facts.all\r\n# destroy rhsmlib.dbus\r\n# destroy rhsmlib.dbus.server\r\n# destroy rhsmlib.client_info\r\n# destroy librepo\r\n<<<\n 7519 1726888130.76745: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.action_client\r\n# cleanup[3] wiping subscription_manager.installedproductslib\r\n# cleanup[3] wiping subscription_manager.packageprofilelib\r\n<<<\n 7519 1726888130.76814: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.factlib\r\n# cleanup[3] wiping subscription_manager.healinglib\r\n# cleanup[3] wiping subscription_manager.identitycertlib\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n# cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n# cleanup[3] wiping subscription_manager.content_action_client\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n# cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n# cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n<<<\n 7519 1726888130.76819: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.base_plugin\r\n# cleanup[3] wiping subscription_manager.cp_provider\r\n# cleanup[3] wiping subscription_manager.validity\r\n# cleanup[3] wiping subscription_manager.identity\r\n# cleanup[3] wiping subscription_manager.facts\r\n# cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n<<<\n 7519 1726888130.76832: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n# cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n# destroy subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.cache\r\n# destroy rhsmlib.services.syspurpose\r\n# cleanup[3] wiping rhsm.logutil\r\n# cleanup[3] wiping logging.config\r\n<<<\n 7519 1726888130.76850: stdout chunk (state=3):\n>>># cleanup[3] wiping rhsmlib.dbus.dbus_utils\r\n# destroy xml.etree.ElementTree\r\n# cleanup[3] wiping _elementtree\r\n# cleanup[3] wiping xml.etree.ElementPath\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n<<<\n 7519 1726888130.76857: stdout chunk (state=3):\n>>># cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n# cleanup[3] wiping gi.repository\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides\r\n<<<\n 7519 1726888130.76863: stdout chunk (state=3):\n>>># destroy gi.overrides.GLib\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n<<<\n 7519 1726888130.76866: stdout chunk (state=3):\n>>># cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n# destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n<<<\n 7519 1726888130.76872: stdout chunk (state=3):\n>>># cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n<<<\n 7519 1726888130.76874: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib\r\n<<<\n 7519 1726888130.76878: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider<<<\n 7519 1726888130.77011: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping requests\r\n# destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n# destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n<<<\n 7519 1726888130.77077: stdout chunk (state=3):\n>>># destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel\r\n# destroy chardet.langrussianmodel\r\n# destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection\r\n# cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n# cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n<<<\n 7519 1726888130.77145: stdout chunk (state=3):\n>>># cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n# cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n<<<\n 7519 1726888130.77176: stdout chunk (state=3):\n>>># destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n# cleanup[3] wiping iniparse.ini\r\n# destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n# destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n# cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n<<<\n 7519 1726888130.77253: stdout chunk (state=3):\n>>># destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n<<<\n 7519 1726888130.77260: stdout chunk (state=3):\n>>># cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n<<<\n 7519 1726888130.77263: stdout chunk (state=3):\n>>># destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n<<<\n 7519 1726888130.77268: stdout chunk (state=3):\n>>># cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n<<<\n 7519 1726888130.77414: stdout chunk (state=3):\n>>># cleanup[3] wiping gpg._gpgme\r\n<<<\n 7519 1726888130.77420: stdout chunk (state=3):\n>>># cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n<<<\n 7519 1726888130.77428: stdout chunk (state=3):\n>>># cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n<<<\n 7519 1726888130.77434: stdout chunk (state=3):\n>>># cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n<<<\n 7519 1726888130.77439: stdout chunk (state=3):\n>>># cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n<<<\n 7519 1726888130.77442: stdout chunk (state=3):\n>>># cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n<<<\n 7519 1726888130.77444: stdout chunk (state=3):\n>>># cleanup[3] wiping _ssl\r\n<<<\n 7519 1726888130.77446: stdout chunk (state=3):\n>>># cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n<<<\n 7519 1726888130.77451: stdout chunk (state=3):\n>>># cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n<<<\n 7519 1726888130.77514: stdout chunk (state=3):\n>>># cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n<<<\n 7519 1726888130.77526: stdout chunk (state=3):\n>>># cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n<<<\n 7519 1726888130.77537: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n<<<\n 7519 1726888130.77584: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n<<<\n 7519 1726888130.77587: stdout chunk (state=3):\n>>># cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n<<<\n 7519 1726888130.77595: stdout chunk (state=3):\n>>># cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n<<<\n 7519 1726888130.77953: stdout chunk (state=3):\n>>># cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n<<<\n 7519 1726888130.77970: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n<<<\n 7519 1726888130.77976: stdout chunk (state=3):\n>>># cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n<<<\n 7519 1726888130.77979: stdout chunk (state=3):\n>>># cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n<<<\n 7519 1726888130.77983: stdout chunk (state=3):\n>>># cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n<<<\n 7519 1726888130.78004: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n<<<\n 7519 1726888130.78024: stdout chunk (state=3):\n>>># cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n<<<\n 7519 1726888130.78030: stdout chunk (state=3):\n>>># cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n# cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n<<<\n 7519 1726888130.78033: stdout chunk (state=3):\n>>># cleanup[2] removing gpg.constants.tofu\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n<<<\n 7519 1726888130.78037: stdout chunk (state=3):\n>>># cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n<<<\n 7519 1726888130.78052: stdout chunk (state=3):\n>>># cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n<<<\n 7519 1726888130.78073: stdout chunk (state=3):\n>>># destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n# cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n# cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n<<<\n 7519 1726888130.78076: stdout chunk (state=3):\n>>># cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.compat\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n<<<\n 7519 1726888130.78080: stdout chunk (state=3):\n>>># cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n<<<\n 7519 1726888130.78136: stdout chunk (state=3):\n>>># cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n# destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n<<<\n 7519 1726888130.78140: stdout chunk (state=3):\n>>># cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n<<<\n 7519 1726888130.78143: stdout chunk (state=3):\n>>># cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n<<<\n 7519 1726888130.78865: stdout chunk (state=3):\n>>># destroy xml.etree.ElementPath\r\n# destroy _elementtree\r\n<<<\n 7519 1726888130.78885: stdout chunk (state=3):\n>>># destroy _heapq\r\n<<<\n 7519 1726888130.78889: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888130.78926: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n<<<\n 7519 1726888130.78957: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n<<<\n 7519 1726888130.79027: stdout chunk (state=3):\n>>># destroy _compat_pickle\r\n<<<\n 7519 1726888130.79035: stdout chunk (state=3):\n>>># destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n# destroy gi._gi\r\n# destroy gi._gobject\r\n# destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n<<<\n 7519 1726888130.79042: stdout chunk (state=3):\n>>># destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n<<<\n 7519 1726888130.79109: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n<<<\n 7519 1726888130.79162: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy netrc\r\n<<<\n 7519 1726888130.79169: stdout chunk (state=3):\n>>># destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy systemd.journal\r\n# destroy iniparse.compat\r\n# destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n# destroy rhsmlib.facts.dmidecodeparser\r\n# destroy rhsmlib.facts.all\r\n# destroy rhsmlib.dbus\r\n# destroy rhsmlib.dbus.server\r\n# destroy rhsmlib.client_info\r\n# destroy librepo\r\n<<<\n 7519 1726888130.79237: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy stat\r\n# destroy selectors\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy gzip\r\n# destroy rhsmlib.facts.dmiinfo\r\n# destroy requests\r\n# destroy iniparse.ini\r\n<<<\n 7519 1726888130.79276: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.action_client\r\n# cleanup[3] wiping subscription_manager.installedproductslib\r\n# cleanup[3] wiping subscription_manager.packageprofilelib\r\n# cleanup[3] wiping subscription_manager.factlib\r\n<<<\n 7519 1726888130.79302: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy signal\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n<<<\n 7519 1726888130.79326: stdout chunk (state=3):\n>>># destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n# destroy _stat\r\n# destroy http.cookies\r\n<<<\n 7519 1726888130.79661: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.healinglib\r\n# cleanup[3] wiping subscription_manager.identitycertlib\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n# cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n# cleanup[3] wiping subscription_manager.content_action_client\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n# cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n# cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n# cleanup[3] wiping subscription_manager.base_plugin\r\n# cleanup[3] wiping subscription_manager.cp_provider\r\n# cleanup[3] wiping subscription_manager.validity\r\n# cleanup[3] wiping subscription_manager.identity\r\n# cleanup[3] wiping subscription_manager.facts\r\n# cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n# cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n# cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n# destroy subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.cache\r\n# destroy rhsmlib.services.syspurpose\r\n# cleanup[3] wiping rhsm.logutil\r\n# cleanup[3] wiping logging.config\r\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\r\n# destroy xml.etree.ElementTree\r\n# cleanup[3] wiping _elementtree\r\n# cleanup[3] wiping xml.etree.ElementPath\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n# cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n# cleanup[3] wiping gi.repository\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides\r\n# destroy gi.overrides.GLib\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n# destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n# cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib\r\n# cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider\r\n# cleanup[3] wiping requests\r\n# destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n# destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n# destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel\r\n# destroy chardet.langrussianmodel\r\n# destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n<<<\n 7519 1726888130.79670: stdout chunk (state=3):\n>>># destroy urllib.parse\r\n<<<\n 7519 1726888130.79675: stdout chunk (state=3):\n>>># cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection\r\n# cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n# cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n# cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n<<<\n 7519 1726888130.79679: stdout chunk (state=3):\n>>># destroy _weakref\r\n# destroy ntpath\r\n# destroy posix\r\n<<<\n 7519 1726888130.79681: stdout chunk (state=3):\n>>># destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n<<<\n 7519 1726888130.79687: stdout chunk (state=3):\n>>># cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n# destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n<<<\n 7519 1726888130.79690: stdout chunk (state=3):\n>>># destroy _opcode\r\n# destroy requests.sessions\r\n# destroy json.scanner\r\n# destroy _json\r\n<<<\n 7519 1726888130.79692: stdout chunk (state=3):\n>>># destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy fcntl\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings\r\n<<<\n 7519 1726888130.79696: stdout chunk (state=3):\n>>># destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n<<<\n 7519 1726888130.79701: stdout chunk (state=3):\n>>># destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n<<<\n 7519 1726888130.79733: stdout chunk (state=3):\n>>># destroy hashlib\r\n# destroy encodings\r\n# destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n<<<\n 7519 1726888130.79736: stdout chunk (state=3):\n>>># destroy calendar\r\n# destroy dateutil.tz\r\n# destroy six\r\n<<<\n 7519 1726888130.79821: stdout chunk (state=3):\n>>># destroy codecs\r\n<<<\n 7519 1726888130.79828: stdout chunk (state=3):\n>>># destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util\r\n<<<\n 7519 1726888130.79834: stdout chunk (state=3):\n>>># cleanup[3] wiping iniparse.ini\r\n# destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n# destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n# cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n# destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n# cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n# cleanup[3] wiping gpg._gpgme\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n# cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n<<<\n 7519 1726888130.79881: stdout chunk (state=3):\n>>># destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n<<<\n 7519 1726888130.79887: stdout chunk (state=3):\n>>># destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n# destroy http.client\r\n<<<\n 7519 1726888130.80100: stdout chunk (state=3):\n>>># destroy email\r\n<<<\n 7519 1726888130.80106: stdout chunk (state=3):\n>>># destroy string\r\n# destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n<<<\n 7519 1726888130.80111: stdout chunk (state=3):\n>>># destroy errno\r\n# destroy select\r\n# destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n# destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n# destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n# destroy pyexpat\r\n# destroy threading\r\n# destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n<<<\n 7519 1726888130.80135: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888130.80173: stdout chunk (state=3):\n>>># cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n<<<\n 7519 1726888130.80177: stdout chunk (state=3):\n>>># cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888130.80241: stdout chunk (state=3):\n>>># destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n# destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n<<<\n 7519 1726888130.80739: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888130.80800: stderr chunk (state=3):\n>>><<<\n 7519 1726888130.80803: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7983a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf772850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7b0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf748d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf772d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf713eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf716f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf70c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf712640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf713370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf61edc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61e8b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61eeb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61ef70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61ee80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677d30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf670610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf684670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf71ae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf630c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf684280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7209d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3fa370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3fa460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf638fa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf32e1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3e5c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf720040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf340af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf340e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf352730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf352c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2eb3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf340f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2fb280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3525b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2fb340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6309d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf3176a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf317760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf3231f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3178e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf30aa30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6305b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf317a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faacf237670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebee7f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf147760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf147400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1477c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf159850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf1594c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf159670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb8cb20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1c0d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1c0190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb68a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb86310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebd8970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf195d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb4f9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5e0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf16b700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb5e100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5c580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5c640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5bc70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf237820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe1af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe09d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb51850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe1520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf160ac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace744d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb3d550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb14fd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd69d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace744610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf1af7f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebe0610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb38c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb19460>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb1b7f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'email\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742af0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'email.mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742fd0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc\\'\\r\\nimport \\'quopri\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace7422e0>\\r\\nimport \\'email.encoders\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742880>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc\\'\\r\\nimport \\'email.errors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35880>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc\\'\\r\\nimport \\'email.quoprimime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4bbd00>\\r\\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc\\'\\r\\nimport \\'email.base64mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9280>\\r\\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc\\'\\r\\nimport \\'email.charset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9460>\\r\\nimport \\'email.header\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4bb460>\\r\\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9f40>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc\\'\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9e50>\\r\\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc\\'\\r\\nimport \\'calendar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e08b0>\\r\\nimport \\'email._parseaddr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace457340>\\r\\nimport \\'email.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9910>\\r\\nimport \\'email._policybase\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35130>\\r\\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc\\'\\r\\nimport \\'email._encoded_words\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace6d4460>\\r\\nimport \\'email._header_value_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15370>\\r\\nimport \\'email.headerregistry\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e04f0>\\r\\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc\\'\\r\\nimport \\'uu\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1a00>\\r\\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc\\'\\r\\nimport \\'email.iterators\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1c40>\\r\\nimport \\'email.message\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace726130>\\r\\nimport \\'email.contentmanager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15d00>\\r\\nimport \\'email.policy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb355e0>\\r\\nimport \\'email.mime.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35820>\\r\\nimport \\'email.mime.nonmultipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742790>\\r\\nimport \\'email.mime.application\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742fa0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc\\'\\r\\nimport \\'email.mime.multipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742a30>\\r\\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc\\'\\r\\nimport \\'email.feedparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1f40>\\r\\nimport \\'email.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35a00>\\r\\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'http\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1370>\\r\\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace4fb6a0>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace44ba30>\\r\\nimport \\'http.client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f11c0>\\r\\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc\\'\\r\\nimport \\'mimetypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace48f340>\\r\\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc\\'\\r\\nimport \\'netrc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace46dc70>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4a5460>\\r\\nimport \\'urllib.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace46de80>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc\\'\\r\\nimport \\'urllib.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4a51c0>\\r\\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc\\'\\r\\nimport \\'http.cookiejar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e2550>\\r\\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc\\'\\r\\nimport \\'gzip\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace20fc70>\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\\r\\n# zipimport: zlib available\\r\\nimport \\'gc\\' # \\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc\\'\\r\\nimport \\'email.mime.text\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172be0>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172d60>\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace1c3460>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172fd0>\\r\\nimport \\'dnf.pycomp\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172280>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc\\'\\r\\nimport \\'dnf.const\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172850>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._error\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_error.so\\'\\r\\n# extension module \\'libdnf._error\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_error.so\\'\\r\\nimport \\'libdnf._error\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace0f79a0>\\r\\nimport \\'libdnf.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7550>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._common_types\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\\'\\r\\n# extension module \\'libdnf._common_types\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\\'\\r\\nimport \\'libdnf._common_types\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace099520>\\r\\nimport \\'libdnf.common_types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f79d0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._conf\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\\'\\r\\n# extension module \\'libdnf._conf\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\\'\\r\\nimport \\'libdnf._conf\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacdd5fdf0>\\r\\nimport \\'libdnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1192b0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._module\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_module.so\\'\\r\\n# extension module \\'libdnf._module\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_module.so\\'\\r\\nimport \\'libdnf._module\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc8102b0>\\r\\nimport \\'libdnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0cc880>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._repo\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\\'\\r\\n# extension module \\'libdnf._repo\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\\'\\r\\nimport \\'libdnf._repo\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc6dde50>\\r\\nimport \\'libdnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc7ef550>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._transaction\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\\'\\r\\n# extension module \\'libdnf._transaction\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\\'\\r\\nimport \\'libdnf._transaction\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc6489d0>\\r\\nimport \\'libdnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc8104f0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._utils\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\\'\\r\\n# extension module \\'libdnf._utils\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\\'\\r\\nimport \\'libdnf._utils\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc642d30>\\r\\nimport \\'libdnf.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc648f70>\\r\\nimport \\'libdnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7100>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc571af0>\\r\\nimport \\'dnf.i18n\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571310>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.yum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc5846d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'dnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591280>\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'rpm._rpm\\' loaded from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'rpm._rpm\\' executed from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'rpm._rpm\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc591820>\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591c70>\\r\\nimport \\'rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591340>\\r\\nimport \\'dnf.yum.rpmtrans\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584760>\\r\\nimport \\'dnf.callback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc57bd90>\\r\\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'hawkey._hawkey\\' loaded from \\'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\\'\\r\\n# extension module \\'hawkey._hawkey\\' executed from \\'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\\'\\r\\nimport \\'hawkey._hawkey\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc143eb0>\\r\\nimport \\'hawkey\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584160>\\r\\nimport \\'dnf.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571c70>\\r\\nimport \\'dnf.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc674700>\\r\\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'libcomps._libpycomps\\' loaded from \\'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\\'\\r\\n# extension module \\'libcomps._libpycomps\\' executed from \\'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\\'\\r\\nimport \\'libcomps._libpycomps\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc674e20>\\r\\nimport \\'libcomps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc6748b0>\\r\\nimport \\'dnf.comps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7250>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.db\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc150d30>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc\\'\\r\\n# extension module \\'gpg._gpgme\\' loaded from \\'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'gpg._gpgme\\' executed from \\'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'gpg._gpgme\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbfc21f0>\\r\\nimport \\'gpg.gpgme\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc062280>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'gpg.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e7c0>\\r\\nimport \\'gpg.errors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc014e20>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.data.encoding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee50>\\r\\nimport \\'gpg.constants.data\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06eb80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.keylist.mode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06efd0>\\r\\nimport \\'gpg.constants.keylist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee20>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sig.mode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5190>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sig.notation\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5220>\\r\\nimport \\'gpg.constants.sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ef10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.tofu.policy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec53a0>\\r\\nimport \\'gpg.constants.tofu\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee80>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.create\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ec10>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.event\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec51c0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.import_type\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5400>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.keysign\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5490>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.md\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5520>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.pk\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec55b0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.protocol\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5640>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sigsum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec56d0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.status\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5760>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.validity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec57f0>\\r\\nimport \\'gpg.constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e1f0>\\r\\nimport \\'gpg.core\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc049190>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbec5bb0>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5910>\\r\\nimport \\'gpg.callbacks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e3d0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'gpg.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06efa0>\\r\\nimport \\'gpg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040c70>\\r\\nimport \\'dnf.crypto\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040280>\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040460>\\r\\nimport \\'dnf.yum.misc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175b20>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc\\'\\r\\nimport \\'dnf.db.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040df0>\\r\\nimport \\'dnf.db.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc150cd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc\\'\\r\\nimport \\'dnf.conf.substitutions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedec10>\\r\\nimport \\'dnf.conf.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbede4c0>\\r\\nimport \\'dnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175910>\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc\\'\\r\\nimport \\'dnf.lock\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe7c280>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2e160>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbe2e1f0>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe8f670>\\r\\nimport \\'logging.handlers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe7c6a0>\\r\\nimport \\'dnf.logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe70a60>\\r\\nimport \\'dnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedef70>\\r\\nimport \\'dnf.conf.read\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedeeb0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2efa0>\\r\\nimport \\'dnf.rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2e760>\\r\\nimport \\'dnf.dnssec\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbeded60>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc\\'\\r\\nimport \\'dnf.drpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe67910>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc\\'\\r\\nimport \\'dnf.goal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52820>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc\\'\\r\\nimport \\'dnf.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe528b0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52a30>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._smartcols\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\\'\\r\\n# extension module \\'libdnf._smartcols\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\\'\\r\\nimport \\'libdnf._smartcols\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace564190>\\r\\nimport \\'libdnf.smartcols\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe62160>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc\\'\\r\\nimport \\'dnf.selector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5641f0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'dnf.module.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5642e0>\\r\\nimport \\'dnf.module.module_base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe529d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc\\'\\r\\nimport \\'dnf.persistor\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52f70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc\\'\\r\\n# extension module \\'_opcode\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_opcode\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_opcode\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbc983a0>\\r\\nimport \\'opcode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc98160>\\r\\nimport \\'dis\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc889a0>\\r\\nimport \\'inspect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5759a0>\\r\\nimport \\'dnf.plugin\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace564e80>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc\\'\\r\\nimport \\'dnf.query\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace575c70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc\\'\\r\\nimport \\'dnf.repodict\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace57c970>\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbca6700>\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.miscutils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbca6340>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc\\'\\r\\nimport \\'dnf.package\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb4640>\\r\\nimport \\'dnf.sack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb4160>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc\\'\\r\\nimport \\'dnf.subject\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb44c0>\\r\\nimport \\'dnf.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172940>\\r\\nimport \\'dnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1727f0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnfpluginscore\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcbdf70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.format\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc74f70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_curses\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_curses\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_curses\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbc0dd60>\\r\\nimport \\'curses\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0dbe0>\\r\\nimport \\'dnf.cli.term\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d3a0>\\r\\nimport \\'dnf.cli.progress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d160>\\r\\nimport \\'dnf.cli.output\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5deb0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d1f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.option_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc39130>\\r\\nimport \\'dnf.cli.commands\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0de80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.alias\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc299a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.autoremove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc39fa0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.check\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b190>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.clean\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b2e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.repoquery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b8e0>\\r\\nimport \\'dnf.cli.commands.deplist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b610>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.distrosync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b9a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.downgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb485e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb486d0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc\\'\\r\\nimport \\'dnf.transaction_sr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48eb0>\\r\\nimport \\'dnf.cli.commands.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48ac0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48f10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.makecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60af0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.mark\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60c10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60e50>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.reinstall\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaef2e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.remove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaefcd0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.repolist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaefe20>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc\\'\\r\\nimport \\'dnf.match_counter\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafe520>\\r\\nimport \\'dnf.cli.commands.search\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafe100>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc\\'\\r\\nimport \\'cmd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafef10>\\r\\nimport \\'dnf.cli.commands.shell\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafea60>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.swap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafed60>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.updateinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb0b7f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb0bf70>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrademinimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19280>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.demand\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19370>\\r\\nimport \\'dnf.cli.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d490>\\r\\nimport \\'dnf.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d1f0>\\r\\nimport \\'dnf.plugin.dynamic.builddep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcbdcd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc\\'\\r\\nimport \\'dateutil._version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19ee0>\\r\\nimport \\'dateutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19c10>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc\\'\\r\\nimport \\'six\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab35b0>\\r\\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc\\'\\r\\nimport \\'numbers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbabc4f0>\\r\\n# extension module \\'_decimal\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_decimal\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_decimal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbab3e50>\\r\\nimport \\'decimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab3dc0>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc\\'\\r\\nimport \\'dateutil._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8730>\\r\\nimport \\'dateutil.relativedelta\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae81c0>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc\\'\\r\\nimport \\'six.moves\\' # \\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc\\'\\r\\nimport \\'dateutil.tz._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba34a60>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc\\'\\r\\nimport \\'dateutil.tz._factories\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba34c40>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc\\'\\r\\n# destroy dateutil.tz.win\\r\\nimport \\'dateutil.tz.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8ca0>\\r\\nimport \\'dateutil.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8a30>\\r\\nimport \\'dateutil.parser._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb26130>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc\\'\\r\\nimport \\'dateutil.parser.isoparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab31f0>\\r\\nimport \\'dateutil.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19ac0>\\r\\nimport \\'dnf.plugin.dynamic.changelog\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d220>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.config_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56160>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.copr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56490>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debug\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56d00>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debuginfo-install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9eb610>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.download\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9ebb80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\\r\\n# code object from \\'/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc\\'\\r\\n# extension module \\'_sqlite3\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sqlite3\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sqlite3\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb9f8c40>\\r\\nimport \\'sqlite3.dbapi2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8820>\\r\\nimport \\'sqlite3\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8580>\\r\\nimport \\'dnf.plugin.dynamic.generate_completion_cache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f81f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.groups_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8430>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc\\'\\r\\nimport \\'dbus._compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06bb0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'dbus.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06c40>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc\\'\\r\\n# extension module \\'_dbus_bindings\\' loaded from \\'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\\'\\r\\n# extension module \\'_dbus_bindings\\' executed from \\'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\\'\\r\\nimport \\'_dbus_bindings\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacba14280>\\r\\nimport \\'dbus.types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06dc0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc\\'\\r\\nimport \\'dbus.lowlevel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91b2e0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924340>\\r\\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml.parsers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9242e0>\\r\\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc\\'\\r\\n# extension module \\'pyexpat\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'pyexpat\\' executed from \\'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'pyexpat\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb924490>\\r\\nimport \\'xml.parsers.expat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9241f0>\\r\\nimport \\'dbus._expat_introspect_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91bd00>\\r\\nimport \\'dbus.proxies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91b3a0>\\r\\nimport \\'dbus.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba22a30>\\r\\nimport \\'dbus.bus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14fa0>\\r\\nimport \\'dbus._dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14940>\\r\\nimport \\'dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba067f0>\\r\\nimport \\'dnf.plugin.dynamic.needs_restarting\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8fd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repoclosure\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06940>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repodiff\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91bd90>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repograph\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924760>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repomanage\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9249d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.reposync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924f40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.system_upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb941730>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c5910>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d2b80>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc\\'\\r\\n# extension module \\'rhsm._certificate\\' loaded from \\'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'rhsm._certificate\\' executed from \\'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'rhsm._certificate\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb8f4130>\\r\\nimport \\'rhsm.certificate\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d2be0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'iniparse.configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a3400>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc\\'\\r\\nimport \\'iniparse.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a3520>\\r\\nimport \\'iniparse.ini\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895490>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc\\'\\r\\nimport \\'iniparse.compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8957c0>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'iniparse.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a8910>\\r\\nimport \\'iniparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895130>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.i18n\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8951f0>\\r\\nimport \\'rhsm.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb88aa90>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.injection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a8dc0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d1f0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.services\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d2e0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.services.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d400>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc\\'\\r\\nimport \\'ntpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb813640>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb867f40>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc\\'\\r\\nimport \\'rhsm.https\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb87a9d0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc\\'\\r\\nimport \\'rhsm.ourjson\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb87aa60>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'rhsm.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8132b0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8243a0>\\r\\nimport \\'rhsm.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb84bd00>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc\\'\\r\\nimport \\'rhsm.bitstream\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb853970>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc\\'\\r\\nimport \\'rhsm.huffman\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7d3880>\\r\\nimport \\'rhsm.pathtree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb853280>\\r\\nimport \\'rhsm.certificate2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83dbb0>\\r\\nimport \\'subscription_manager.certdirectory\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8f0d90>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc\\'\\r\\nimport \\'pprint\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7f7640>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.branding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7f7df0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785160>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cpuinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785a90>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.collection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7a51c0>\\r\\nimport \\'rhsmlib.facts.collector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785d60>\\r\\nimport \\'rhsmlib.facts.hwprobe\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7851f0>\\r\\nimport \\'subscription_manager.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5880>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'cloud_what\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75e2e0>\\r\\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cleanup\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75edc0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.virt\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ef40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.dmidecodeparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb766be0>\\r\\nimport \\'rhsmlib.facts.dmiinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7667c0>\\r\\nimport \\'rhsmlib.facts.firmware_info\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb766310>\\r\\nimport \\'rhsmlib.facts.host_collector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ea60>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.custom\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ebb0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc\\'\\r\\nimport \\'urllib3.packages.ssl_match_hostname\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb713a00>\\r\\nimport \\'urllib3.packages\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb713670>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc\\'\\r\\nimport \\'urllib3.packages.six\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7136d0>\\r\\nimport \\'urllib3.packages.six.moves\\' # \\r\\nimport \\'urllib3.packages.six.moves.http_client\\' # \\r\\nimport \\'urllib3.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708610>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc\\'\\r\\nimport \\'urllib3._version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7087f0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'urllib3.contrib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf910>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc\\'\\r\\nimport \\'urllib3.contrib._appengine_environ\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bfac0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.wait\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bfc70>\\r\\nimport \\'urllib3.util.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf5b0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf8b0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cb0d0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.retry\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cb130>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc\\'\\r\\nimport \\'hmac\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6d7340>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.url\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6d7910>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.ssltransport\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6f8e80>\\r\\nimport \\'urllib3.util.ssl_\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cbc40>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.timeout\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cbb20>\\r\\nimport \\'urllib3.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf250>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.proxy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf310>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc\\'\\r\\nimport \\'urllib3._collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf040>\\r\\nimport \\'urllib3.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb71caf0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc\\'\\r\\nimport \\'urllib3.fields\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67f8e0>\\r\\nimport \\'urllib3.filepost\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67f520>\\r\\nimport \\'urllib3.packages.six.moves.urllib\\' # \\r\\nimport \\'urllib3.packages.six.moves.urllib.parse\\' # \\r\\nimport \\'urllib3.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb72d9a0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib3.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf2e0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67fd60>\\r\\nimport \\'urllib3.connectionpool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708940>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc\\'\\r\\nimport \\'urllib3.poolmanager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb68c910>\\r\\nimport \\'urllib3\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775fa0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc\\'\\r\\nimport \\'chardet.enums\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4280>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.charsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a44f0>\\r\\nimport \\'chardet.charsetgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a0a0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc\\'\\r\\nimport \\'chardet.codingstatemachine\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4df0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc\\'\\r\\nimport \\'chardet.escsm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad190>\\r\\nimport \\'chardet.escprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a49d0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.latin1prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4c40>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc\\'\\r\\nimport \\'chardet.mbcssm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adc40>\\r\\nimport \\'chardet.utf8prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad7f0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.mbcharsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adfa0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.euctwfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6b50>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.euckrfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6c10>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc\\'\\r\\nimport \\'chardet.gb2312freq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6ca0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc\\'\\r\\nimport \\'chardet.big5freq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6d30>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.jisfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6dc0>\\r\\nimport \\'chardet.chardistribution\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b64f0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc\\'\\r\\nimport \\'chardet.jpcntx\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6f70>\\r\\nimport \\'chardet.sjisprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adb20>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.eucjpprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0370>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.gb2312prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e06a0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.euckrprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0910>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.cp949prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0bb0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.big5prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0e50>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.euctwprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5130>\\r\\nimport \\'chardet.mbcsgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad430>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.hebrewprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5490>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.sbcharsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e58b0>\\r\\nimport \\'chardet.langbulgarianmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5730>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langgreekmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5d00>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langhebrewmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5c40>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langrussianmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5d30>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langthaimodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f30d0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langturkishmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f3160>\\r\\nimport \\'chardet.sbcsgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad640>\\r\\nimport \\'chardet.universaldetector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a8b0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'chardet.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a8e0>\\r\\nimport \\'chardet\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a430>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'requests.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad520>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc\\'\\r\\nimport \\'requests.__version__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7083a0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc\\'\\r\\nimport \\'requests.certs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f3fd0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc\\'\\r\\nimport \\'http.cookies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589580>\\r\\nimport \\'requests.compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589370>\\r\\nimport \\'requests._internal_utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589100>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc\\'\\r\\nimport \\'requests.cookies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589400>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc\\'\\r\\nimport \\'requests.structures\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb593f40>\\r\\nimport \\'requests.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5c70>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc\\'\\r\\nimport \\'idna.package_data\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5a60>\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc\\'\\r\\nimport \\'idna.idnadata\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2250>\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc\\'\\r\\nimport \\'idna.intranges\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2310>\\r\\nimport \\'idna.core\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5af0>\\r\\nimport \\'idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5760>\\r\\nimport \\'requests.packages\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5670>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\\'\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5621c0>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2d00>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc\\'\\r\\nimport \\'requests.hooks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2f10>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc\\'\\r\\nimport \\'requests.auth\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2fd0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc\\'\\r\\nimport \\'requests.status_codes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb562eb0>\\r\\nimport \\'requests.models\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5730>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc\\'\\r\\nimport \\'socks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5131c0>\\r\\nimport \\'urllib3.contrib.socks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508df0>\\r\\nimport \\'requests.adapters\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5082e0>\\r\\nimport \\'requests.sessions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb577850>\\r\\nimport \\'requests.api\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2b50>\\r\\nimport \\'requests\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775c40>\\r\\nimport \\'cloud_what._base_provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775550>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508f10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.aws\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508c40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.azure\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb51c910>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.gcp\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb51cd00>\\r\\nimport \\'cloud_what.provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75e520>\\r\\nimport \\'rhsm.profile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb74e880>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.jsonwrapper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5372e0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.isodate\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537670>\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'syspurpose\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537790>\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'syspurpose.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cb100>\\r\\nimport \\'syspurpose.files\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537850>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.certlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9160>\\r\\nimport \\'subscription_manager.syspurposelib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cba30>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc\\'\\r\\nimport \\'asyncore\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb47f910>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'ctypes.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb48b550>\\r\\nimport \\'pyinotify\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9ee0>\\r\\nimport \\'rhsmlib.file_monitor\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9700>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4eea00>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc\\'\\r\\nimport \\'dbus.decorators\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4c40>\\r\\nimport \\'dbus.service\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4370>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc\\'\\r\\nimport \\'dbus.server\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4df0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dbus.mainloop\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b52b0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc\\'\\r\\n# extension module \\'_dbus_glib_bindings\\' loaded from \\'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\\'\\r\\n# extension module \\'_dbus_glib_bindings\\' executed from \\'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\\'\\r\\nimport \\'_dbus_glib_bindings\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb4b5430>\\r\\nimport \\'dbus.mainloop.glib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b52e0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.dbus.constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b53d0>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# possible namespace for /usr/lib/python3.9/site-packages/gi\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc\\'\\r\\nimport \\'gi._error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b5d00>\\r\\n# extension module \\'gi._gi\\' loaded from \\'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'gi._gi\\' executed from \\'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'gi._gi\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb4b5b50>\\r\\nimport \\'gi\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b5520>\\r\\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc\\'\\r\\nimport \\'gi._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458940>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc\\'\\r\\nimport \\'gi.docstring\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458a30>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc\\'\\r\\nimport \\'gi._propertyhelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458d30>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc\\'\\r\\nimport \\'gi._signalhelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb468340>\\r\\nimport \\'gi.types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4582e0>\\r\\nimport \\'gi.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444e80>\\r\\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'gi.overrides\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458460>\\r\\nimport \\'gi.importer\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444b20>\\r\\nimport \\'gi.repository\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b58e0>\\r\\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc\\'\\r\\nimport \\'gi._ossighelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358490>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb371f10>\\r\\nimport \\'optparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358cd0>\\r\\nimport \\'gi._option\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358820>\\r\\nimport \\'gi.overrides.GLib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb468f40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml.etree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320d90>\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc\\'\\r\\nimport \\'xml.etree.ElementPath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb33e310>\\r\\n# extension module \\'_elementtree\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_elementtree\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_elementtree\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb33ef10>\\r\\nimport \\'xml.etree.ElementTree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320e20>\\r\\nimport \\'rhsmlib.dbus.dbus_utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320760>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc\\'\\r\\nimport \\'socketserver\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb34df40>\\r\\nimport \\'logging.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb34d400>\\r\\nimport \\'rhsm.logutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb323850>\\r\\nimport \\'rhsmlib.dbus.server\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4ee880>\\r\\nimport \\'rhsmlib.services.syspurpose\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cbee0>\\r\\nimport \\'subscription_manager.cache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7b8550>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.model\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb745820>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.model.ent_cert\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2d1df0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.repofile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2d1f70>\\r\\nimport \\'subscription_manager.repolib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5f10>\\r\\nimport \\'subscription_manager.productid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c59a0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.reasons\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2826d0>\\r\\nimport \\'subscription_manager.cert_sorter\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2f3b50>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.insights\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f100>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.kpatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f3a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cloud_facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f5e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.pkg_arches\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f820>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.network\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28fa00>\\r\\nimport \\'rhsmlib.facts.all\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb282c70>\\r\\nimport \\'subscription_manager.facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2829a0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.identity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb282e80>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.validity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f3d0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.client_info\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f880>\\r\\nimport \\'subscription_manager.cp_provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f4f0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.base_plugin\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb23b190>\\r\\nimport \\'subscription_manager.plugins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29fcd0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.lock\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29fe20>\\r\\nimport \\'subscription_manager.injectioninit\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d23d0>\\r\\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'librepo._librepo\\' loaded from \\'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\\'\\r\\n# extension module \\'librepo._librepo\\' executed from \\'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\\'\\r\\nimport \\'librepo._librepo\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb248b20>\\r\\nimport \\'librepo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c56a0>\\r\\nimport \\'dnf.plugin.dynamic.product-id\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb94d520>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.base_action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f640>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.content_action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26a910>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.entbranding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2716a0>\\r\\nimport \\'subscription_manager.rhelentbranding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26af40>\\r\\nimport \\'subscription_manager.entcertlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25faf0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.identitycertlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26a370>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.healinglib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27a640>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.factlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27a850>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.packageprofilelib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27ab50>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.installedproductslib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27ae20>\\r\\nimport \\'subscription_manager.action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f0d0>\\r\\nimport \\'dnf.plugin.dynamic.subscription-manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb248cd0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.upload-profile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f490>\\r\\n\\r\\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"tlog\", \"sssd\", \"authselect\"], \"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, \"state\": null}}}\\r\\n# destroy dnf.plugin.dynamic\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing email\\r\\n# cleanup[2] removing email.mime\\r\\n# cleanup[2] removing quopri\\r\\n# cleanup[2] removing email.encoders\\r\\n# cleanup[2] removing email.errors\\r\\n# cleanup[2] removing email.quoprimime\\r\\n# cleanup[2] removing email.base64mime\\r\\n# cleanup[2] removing email.charset\\r\\n# cleanup[2] removing email.header\\r\\n# cleanup[2] removing urllib\\r\\n# cleanup[2] removing urllib.parse\\r\\n# cleanup[2] removing calendar\\r\\n# cleanup[2] removing email._parseaddr\\r\\n# cleanup[2] removing email.utils\\r\\n# cleanup[2] removing email._policybase\\r\\n# cleanup[2] removing email._encoded_words\\r\\n# cleanup[2] removing email._header_value_parser\\r\\n# cleanup[2] removing email.headerregistry\\r\\n# cleanup[2] removing uu\\r\\n# cleanup[2] removing email.iterators\\r\\n# cleanup[2] removing email.message\\r\\n# cleanup[2] removing email.contentmanager\\r\\n# cleanup[2] removing email.policy\\r\\n# cleanup[2] removing email.mime.base\\r\\n# cleanup[2] removing email.mime.nonmultipart\\r\\n# cleanup[2] removing email.mime.application\\r\\n# cleanup[2] removing email.mime.multipart\\r\\n# cleanup[2] removing email.feedparser\\r\\n# cleanup[2] removing email.parser\\r\\n# cleanup[2] removing http\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# cleanup[2] removing http.client\\r\\n# cleanup[2] removing mimetypes\\r\\n# cleanup[2] removing netrc\\r\\n# cleanup[2] removing urllib.response\\r\\n# cleanup[2] removing urllib.error\\r\\n# cleanup[2] removing urllib.request\\r\\n# cleanup[2] removing http.cookiejar\\r\\n# cleanup[2] removing gzip\\r\\n# cleanup[2] removing ansible.module_utils.urls\\r\\n# destroy ansible.module_utils.urls\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.common.respawn\\r\\n# destroy ansible.module_utils.common.respawn\\r\\n# cleanup[2] removing ansible.module_utils.yumdnf\\r\\n# destroy ansible.module_utils.yumdnf\\r\\n# cleanup[2] removing gc\\r\\n# cleanup[2] removing email.mime.text\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing dnf.pycomp\\r\\n# cleanup[2] removing dnf.const\\r\\n# cleanup[2] removing libdnf._error\\r\\n# cleanup[2] removing libdnf.error\\r\\n# cleanup[2] removing libdnf._common_types\\r\\n# cleanup[2] removing libdnf.common_types\\r\\n# cleanup[2] removing libdnf._conf\\r\\n# cleanup[2] removing libdnf.conf\\r\\n# cleanup[2] removing libdnf._module\\r\\n# cleanup[2] removing libdnf.module\\r\\n# cleanup[2] removing libdnf._repo\\r\\n# cleanup[2] removing libdnf.repo\\r\\n# cleanup[2] removing libdnf._transaction\\r\\n# cleanup[2] removing libdnf.transaction\\r\\n# cleanup[2] removing libdnf._utils\\r\\n# cleanup[2] removing libdnf.utils\\r\\n# cleanup[2] removing libdnf\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing dnf.i18n\\r\\n# cleanup[2] removing dnf.yum\\r\\n# cleanup[2] removing dnf.transaction\\r\\n# cleanup[2] removing rpm._rpm\\r\\n# cleanup[2] removing rpm.transaction\\r\\n# cleanup[2] removing rpm\\r\\n# cleanup[2] removing dnf.yum.rpmtrans\\r\\n# cleanup[2] removing dnf.callback\\r\\n# cleanup[2] removing hawkey._hawkey\\r\\n# cleanup[2] removing hawkey\\r\\n# cleanup[2] removing dnf.util\\r\\n# cleanup[2] removing dnf.exceptions\\r\\n# cleanup[2] removing libcomps._libpycomps\\r\\n# cleanup[2] removing libcomps\\r\\n# cleanup[2] removing dnf.comps\\r\\n# cleanup[2] removing dnf.db\\r\\n# cleanup[2] removing gpg._gpgme\\r\\n# cleanup[2] removing gpg.gpgme\\r\\n# cleanup[2] removing gpg.util\\r\\n# cleanup[2] removing gpg.errors\\r\\n# cleanup[2] removing gpg.constants.data.encoding\\r\\n# cleanup[2] removing gpg.constants.data\\r\\n# cleanup[2] removing gpg.constants.keylist.mode\\r\\n# cleanup[2] removing gpg.constants.keylist\\r\\n# cleanup[2] removing gpg.constants.sig.mode\\r\\n# cleanup[2] removing gpg.constants.sig.notation\\r\\n# cleanup[2] removing gpg.constants.sig\\r\\n# cleanup[2] removing gpg.constants.tofu.policy\\r\\n# cleanup[2] removing gpg.constants.tofu\\r\\n# cleanup[2] removing gpg.constants.create\\r\\n# cleanup[2] removing gpg.constants.event\\r\\n# cleanup[2] removing gpg.constants.import_type\\r\\n# cleanup[2] removing gpg.constants.keysign\\r\\n# cleanup[2] removing gpg.constants.md\\r\\n# cleanup[2] removing gpg.constants.pk\\r\\n# cleanup[2] removing gpg.constants.protocol\\r\\n# cleanup[2] removing gpg.constants.sigsum\\r\\n# cleanup[2] removing gpg.constants.status\\r\\n# cleanup[2] removing gpg.constants.validity\\r\\n# cleanup[2] removing gpg.constants\\r\\n# cleanup[2] removing gpg.core\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# destroy getpass\\r\\n# cleanup[2] removing gpg.callbacks\\r\\n# cleanup[2] removing gpg.version\\r\\n# cleanup[2] removing gpg\\r\\n# destroy gpg\\r\\n# destroy gpg.core\\r\\n# destroy gpg.callbacks\\r\\n# destroy gpg.version\\r\\n# cleanup[2] removing dnf.crypto\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing dnf.yum.misc\\r\\n# cleanup[2] removing dnf.db.group\\r\\n# cleanup[2] removing dnf.db.history\\r\\n# cleanup[2] removing dnf.conf.substitutions\\r\\n# cleanup[2] removing dnf.conf.config\\r\\n# cleanup[2] removing dnf.conf\\r\\n# cleanup[2] removing dnf.lock\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing logging.handlers\\r\\n# cleanup[2] removing dnf.logging\\r\\n# cleanup[2] removing dnf.repo\\r\\n# cleanup[2] removing dnf.conf.read\\r\\n# cleanup[2] removing dnf.rpm.transaction\\r\\n# cleanup[2] removing dnf.rpm\\r\\n# cleanup[2] removing dnf.dnssec\\r\\n# cleanup[2] removing dnf.drpm\\r\\n# cleanup[2] removing dnf.goal\\r\\n# cleanup[2] removing dnf.history\\r\\n# cleanup[2] removing dnf.module\\r\\n# cleanup[2] removing libdnf._smartcols\\r\\n# cleanup[2] removing libdnf.smartcols\\r\\n# cleanup[2] removing dnf.selector\\r\\n# cleanup[2] removing dnf.module.exceptions\\r\\n# cleanup[2] removing dnf.module.module_base\\r\\n# cleanup[2] removing dnf.persistor\\r\\n# cleanup[2] removing _opcode\\r\\n# cleanup[2] removing opcode\\r\\n# destroy opcode\\r\\n# cleanup[2] removing dis\\r\\n# cleanup[2] removing inspect\\r\\n# cleanup[2] removing dnf.plugin\\r\\n# cleanup[2] removing dnf.query\\r\\n# cleanup[2] removing dnf.repodict\\r\\n# cleanup[2] removing dnf.rpm.connection\\r\\n# cleanup[2] removing dnf.rpm.miscutils\\r\\n# cleanup[2] removing dnf.package\\r\\n# cleanup[2] removing dnf.sack\\r\\n# cleanup[2] removing dnf.subject\\r\\n# cleanup[2] removing dnf.base\\r\\n# cleanup[2] removing dnf\\r\\n# cleanup[2] removing dnfpluginscore\\r\\n# destroy dnfpluginscore\\r\\n# cleanup[2] removing dnf.cli.format\\r\\n# cleanup[2] removing _curses\\r\\n# cleanup[2] removing curses\\r\\n# cleanup[2] removing dnf.cli.term\\r\\n# cleanup[2] removing dnf.cli.progress\\r\\n# cleanup[2] removing dnf.cli.output\\r\\n# cleanup[2] removing dnf.cli.aliases\\r\\n# cleanup[2] removing dnf.cli.option_parser\\r\\n# cleanup[2] removing dnf.cli.commands\\r\\n# cleanup[2] removing dnf.cli.commands.alias\\r\\n# cleanup[2] removing dnf.cli.commands.autoremove\\r\\n# cleanup[2] removing dnf.cli.commands.check\\r\\n# cleanup[2] removing dnf.cli.commands.clean\\r\\n# cleanup[2] removing dnf.cli.commands.repoquery\\r\\n# cleanup[2] removing dnf.cli.commands.deplist\\r\\n# cleanup[2] removing dnf.cli.commands.distrosync\\r\\n# cleanup[2] removing dnf.cli.commands.downgrade\\r\\n# cleanup[2] removing dnf.cli.commands.group\\r\\n# cleanup[2] removing dnf.transaction_sr\\r\\n# cleanup[2] removing dnf.cli.commands.history\\r\\n# cleanup[2] removing dnf.cli.commands.install\\r\\n# cleanup[2] removing dnf.cli.commands.makecache\\r\\n# cleanup[2] removing dnf.cli.commands.mark\\r\\n# cleanup[2] removing dnf.cli.commands.module\\r\\n# cleanup[2] removing dnf.cli.commands.reinstall\\r\\n# cleanup[2] removing dnf.cli.commands.remove\\r\\n# cleanup[2] removing dnf.cli.commands.repolist\\r\\n# cleanup[2] removing dnf.match_counter\\r\\n# cleanup[2] removing dnf.cli.commands.search\\r\\n# cleanup[2] removing cmd\\r\\n# cleanup[2] removing dnf.cli.commands.shell\\r\\n# cleanup[2] removing dnf.cli.commands.swap\\r\\n# cleanup[2] removing dnf.cli.commands.updateinfo\\r\\n# cleanup[2] removing dnf.cli.commands.upgrade\\r\\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\\r\\n# cleanup[2] removing dnf.cli.demand\\r\\n# cleanup[2] removing dnf.cli.cli\\r\\n# cleanup[2] removing dnf.cli\\r\\n# cleanup[2] removing dnf.plugin.dynamic.builddep\\r\\n# destroy dnf.plugin.dynamic.builddep\\r\\n# cleanup[2] removing dateutil._version\\r\\n# cleanup[2] removing dateutil\\r\\n# cleanup[2] removing six\\r\\n# cleanup[2] removing numbers\\r\\n# destroy numbers\\r\\n# cleanup[2] removing _decimal\\r\\n# cleanup[2] removing decimal\\r\\n# destroy decimal\\r\\n# cleanup[2] removing dateutil._common\\r\\n# cleanup[2] removing dateutil.relativedelta\\r\\n# cleanup[2] removing six.moves\\r\\n# cleanup[2] removing dateutil.tz._common\\r\\n# cleanup[2] removing dateutil.tz._factories\\r\\n# cleanup[2] removing dateutil.tz.tz\\r\\n# cleanup[2] removing dateutil.tz\\r\\n# cleanup[2] removing dateutil.parser._parser\\r\\n# cleanup[2] removing dateutil.parser.isoparser\\r\\n# destroy dateutil.parser.isoparser\\r\\n# cleanup[2] removing dateutil.parser\\r\\n# cleanup[2] removing dnf.plugin.dynamic.changelog\\r\\n# destroy dnf.plugin.dynamic.changelog\\r\\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\\r\\n# destroy dnf.plugin.dynamic.config_manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.copr\\r\\n# destroy dnf.plugin.dynamic.copr\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debug\\r\\n# destroy dnf.plugin.dynamic.debug\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\\r\\n# destroy dnf.plugin.dynamic.debuginfo-install\\r\\n# cleanup[2] removing dnf.plugin.dynamic.download\\r\\n# destroy dnf.plugin.dynamic.download\\r\\n# cleanup[2] removing _sqlite3\\r\\n# cleanup[2] removing sqlite3.dbapi2\\r\\n# cleanup[2] removing sqlite3\\r\\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\\r\\n# destroy dnf.plugin.dynamic.generate_completion_cache\\r\\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\\r\\n# destroy dnf.plugin.dynamic.groups_manager\\r\\n# cleanup[2] removing dbus._compat\\r\\n# cleanup[2] removing dbus.exceptions\\r\\n# cleanup[2] removing _dbus_bindings\\r\\n# cleanup[2] removing dbus.types\\r\\n# cleanup[2] removing dbus.lowlevel\\r\\n# cleanup[2] removing xml\\r\\n# destroy xml\\r\\n# cleanup[2] removing xml.parsers\\r\\n# destroy xml.parsers\\r\\n# cleanup[2] removing pyexpat.errors\\r\\n# cleanup[2] removing pyexpat.model\\r\\n# cleanup[2] removing pyexpat\\r\\n# cleanup[2] removing xml.parsers.expat.model\\r\\n# cleanup[2] removing xml.parsers.expat.errors\\r\\n# cleanup[2] removing xml.parsers.expat\\r\\n# destroy xml.parsers.expat\\r\\n# cleanup[2] removing dbus._expat_introspect_parser\\r\\n# cleanup[2] removing dbus.proxies\\r\\n# cleanup[2] removing dbus.connection\\r\\n# cleanup[2] removing dbus.bus\\r\\n# cleanup[2] removing dbus._dbus\\r\\n# cleanup[2] removing dbus\\r\\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\\r\\n# destroy dnf.plugin.dynamic.needs_restarting\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\\r\\n# destroy dnf.plugin.dynamic.repoclosure\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\\r\\n# destroy dnf.plugin.dynamic.repodiff\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repograph\\r\\n# destroy dnf.plugin.dynamic.repograph\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\\r\\n# destroy dnf.plugin.dynamic.repomanage\\r\\n# cleanup[2] removing dnf.plugin.dynamic.reposync\\r\\n# destroy dnf.plugin.dynamic.reposync\\r\\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\\r\\n# destroy dnf.plugin.dynamic.system_upgrade\\r\\n# cleanup[2] removing subscription_manager\\r\\n# cleanup[2] removing rhsm\\r\\n# cleanup[2] removing rhsm._certificate\\r\\n# cleanup[2] removing rhsm.certificate\\r\\n# cleanup[2] removing iniparse.configparser\\r\\n# cleanup[2] removing iniparse.config\\r\\n# cleanup[2] removing iniparse.ini\\r\\n# cleanup[2] removing iniparse.compat\\r\\n# cleanup[2] removing iniparse.utils\\r\\n# cleanup[2] removing iniparse\\r\\n# destroy iniparse\\r\\n# destroy iniparse.configparser\\r\\n# destroy iniparse.utils\\r\\n# cleanup[2] removing subscription_manager.i18n\\r\\n# cleanup[2] removing rhsm.config\\r\\n# cleanup[2] removing subscription_manager.injection\\r\\n# cleanup[2] removing rhsmlib\\r\\n# destroy rhsmlib\\r\\n# cleanup[2] removing rhsmlib.services\\r\\n# cleanup[2] removing rhsmlib.services.config\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing pathlib\\r\\n# destroy pathlib\\r\\n# cleanup[2] removing rhsm.https\\r\\n# cleanup[2] removing rhsm.ourjson\\r\\n# cleanup[2] removing rhsm.utils\\r\\n# cleanup[2] removing subscription_manager.version\\r\\n# cleanup[2] removing rhsm.connection\\r\\n# cleanup[2] removing rhsm.bitstream\\r\\n# cleanup[2] removing rhsm.huffman\\r\\n# cleanup[2] removing rhsm.pathtree\\r\\n# cleanup[2] removing rhsm.certificate2\\r\\n# cleanup[2] removing subscription_manager.certdirectory\\r\\n# cleanup[2] removing pprint\\r\\n# cleanup[2] removing subscription_manager.branding\\r\\n# cleanup[2] removing rhsmlib.facts\\r\\n# cleanup[2] removing rhsmlib.facts.cpuinfo\\r\\n# cleanup[2] removing rhsmlib.facts.collection\\r\\n# cleanup[2] removing rhsmlib.facts.collector\\r\\n# cleanup[2] removing rhsmlib.facts.hwprobe\\r\\n# cleanup[2] removing subscription_manager.utils\\r\\n# cleanup[2] removing cloud_what\\r\\n# destroy cloud_what\\r\\n# cleanup[2] removing rhsmlib.facts.cleanup\\r\\n# cleanup[2] removing rhsmlib.facts.virt\\r\\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\\r\\n# cleanup[2] removing rhsmlib.facts.dmiinfo\\r\\n# cleanup[2] removing rhsmlib.facts.firmware_info\\r\\n# cleanup[2] removing rhsmlib.facts.host_collector\\r\\n# cleanup[2] removing rhsmlib.facts.custom\\r\\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\\r\\n# cleanup[2] removing urllib3.packages\\r\\n# cleanup[2] removing urllib3.packages.six\\r\\n# cleanup[2] removing urllib3.packages.six.moves\\r\\n# cleanup[2] removing urllib3.packages.six.moves.http_client\\r\\n# cleanup[2] removing urllib3.exceptions\\r\\n# cleanup[2] removing urllib3._version\\r\\n# cleanup[2] removing urllib3.contrib\\r\\n# cleanup[2] removing urllib3.contrib._appengine_environ\\r\\n# cleanup[2] removing urllib3.util.wait\\r\\n# cleanup[2] removing urllib3.util.connection\\r\\n# cleanup[2] removing urllib3.util.request\\r\\n# cleanup[2] removing urllib3.util.response\\r\\n# cleanup[2] removing urllib3.util.retry\\r\\n# cleanup[2] removing hmac\\r\\n# cleanup[2] removing urllib3.util.url\\r\\n# cleanup[2] removing urllib3.util.ssltransport\\r\\n# cleanup[2] removing urllib3.util.ssl_\\r\\n# cleanup[2] removing urllib3.util.timeout\\r\\n# cleanup[2] removing urllib3.util\\r\\n# cleanup[2] removing urllib3.util.proxy\\r\\n# cleanup[2] removing urllib3._collections\\r\\n# cleanup[2] removing urllib3.connection\\r\\n# cleanup[2] removing urllib3.fields\\r\\n# cleanup[2] removing urllib3.filepost\\r\\n# cleanup[2] removing urllib3.packages.six.moves.urllib\\r\\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[2] removing urllib3.request\\r\\n# cleanup[2] removing urllib3.response\\r\\n# cleanup[2] removing urllib3.util.queue\\r\\n# cleanup[2] removing urllib3.connectionpool\\r\\n# cleanup[2] removing urllib3.poolmanager\\r\\n# cleanup[2] removing urllib3\\r\\n# cleanup[2] removing chardet.enums\\r\\n# cleanup[2] removing chardet.charsetprober\\r\\n# cleanup[2] removing chardet.charsetgroupprober\\r\\n# cleanup[2] removing chardet.codingstatemachine\\r\\n# cleanup[2] removing chardet.escsm\\r\\n# cleanup[2] removing chardet.escprober\\r\\n# cleanup[2] removing chardet.latin1prober\\r\\n# cleanup[2] removing chardet.mbcssm\\r\\n# cleanup[2] removing chardet.utf8prober\\r\\n# cleanup[2] removing chardet.mbcharsetprober\\r\\n# cleanup[2] removing chardet.euctwfreq\\r\\n# cleanup[2] removing chardet.euckrfreq\\r\\n# cleanup[2] removing chardet.gb2312freq\\r\\n# cleanup[2] removing chardet.big5freq\\r\\n# cleanup[2] removing chardet.jisfreq\\r\\n# cleanup[2] removing chardet.chardistribution\\r\\n# cleanup[2] removing chardet.jpcntx\\r\\n# cleanup[2] removing chardet.sjisprober\\r\\n# cleanup[2] removing chardet.eucjpprober\\r\\n# cleanup[2] removing chardet.gb2312prober\\r\\n# cleanup[2] removing chardet.euckrprober\\r\\n# cleanup[2] removing chardet.cp949prober\\r\\n# cleanup[2] removing chardet.big5prober\\r\\n# cleanup[2] removing chardet.euctwprober\\r\\n# cleanup[2] removing chardet.mbcsgroupprober\\r\\n# cleanup[2] removing chardet.hebrewprober\\r\\n# cleanup[2] removing chardet.sbcharsetprober\\r\\n# cleanup[2] removing chardet.langbulgarianmodel\\r\\n# cleanup[2] removing chardet.langgreekmodel\\r\\n# cleanup[2] removing chardet.langhebrewmodel\\r\\n# cleanup[2] removing chardet.langrussianmodel\\r\\n# cleanup[2] removing chardet.langthaimodel\\r\\n# cleanup[2] removing chardet.langturkishmodel\\r\\n# cleanup[2] removing chardet.sbcsgroupprober\\r\\n# cleanup[2] removing chardet.universaldetector\\r\\n# cleanup[2] removing chardet.version\\r\\n# cleanup[2] removing chardet\\r\\n# cleanup[2] removing requests.exceptions\\r\\n# cleanup[2] removing requests.__version__\\r\\n# destroy requests.__version__\\r\\n# cleanup[2] removing requests.certs\\r\\n# cleanup[2] removing http.cookies\\r\\n# cleanup[2] removing requests.compat\\r\\n# cleanup[2] removing requests._internal_utils\\r\\n# cleanup[2] removing requests.cookies\\r\\n# cleanup[2] removing requests.structures\\r\\n# cleanup[2] removing requests.utils\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\\r\\n# cleanup[2] removing requests.packages.urllib3.packages\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\\r\\n# cleanup[2] removing requests.packages.urllib3.exceptions\\r\\n# cleanup[2] removing requests.packages.urllib3._version\\r\\n# cleanup[2] removing requests.packages.urllib3.contrib\\r\\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\\r\\n# cleanup[2] removing requests.packages.urllib3.util.wait\\r\\n# cleanup[2] removing requests.packages.urllib3.util.connection\\r\\n# cleanup[2] removing requests.packages.urllib3.util.request\\r\\n# cleanup[2] removing requests.packages.urllib3.util.response\\r\\n# cleanup[2] removing requests.packages.urllib3.util.retry\\r\\n# cleanup[2] removing requests.packages.urllib3.util.url\\r\\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\\r\\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\\r\\n# cleanup[2] removing requests.packages.urllib3.util.timeout\\r\\n# cleanup[2] removing requests.packages.urllib3.util\\r\\n# cleanup[2] removing requests.packages.urllib3.util.proxy\\r\\n# cleanup[2] removing requests.packages.urllib3._collections\\r\\n# cleanup[2] removing requests.packages.urllib3.connection\\r\\n# cleanup[2] removing requests.packages.urllib3.fields\\r\\n# cleanup[2] removing requests.packages.urllib3.filepost\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[2] removing requests.packages.urllib3.request\\r\\n# cleanup[2] removing requests.packages.urllib3.response\\r\\n# cleanup[2] removing requests.packages.urllib3.util.queue\\r\\n# cleanup[2] removing requests.packages.urllib3.connectionpool\\r\\n# cleanup[2] removing requests.packages.urllib3.poolmanager\\r\\n# cleanup[2] removing requests.packages.urllib3\\r\\n# cleanup[2] removing idna.package_data\\r\\n# cleanup[2] removing idna.idnadata\\r\\n# cleanup[2] removing idna.intranges\\r\\n# cleanup[2] removing idna.core\\r\\n# cleanup[2] removing idna\\r\\n# cleanup[2] removing requests.packages.idna.package_data\\r\\n# cleanup[2] removing requests.packages.idna.idnadata\\r\\n# cleanup[2] removing requests.packages.idna.intranges\\r\\n# cleanup[2] removing requests.packages.idna.core\\r\\n# cleanup[2] removing requests.packages.idna\\r\\n# cleanup[2] removing requests.packages.chardet.enums\\r\\n# cleanup[2] removing requests.packages.chardet.charsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\\r\\n# cleanup[2] removing requests.packages.chardet.escsm\\r\\n# cleanup[2] removing requests.packages.chardet.escprober\\r\\n# cleanup[2] removing requests.packages.chardet.latin1prober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcssm\\r\\n# cleanup[2] removing requests.packages.chardet.utf8prober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.euctwfreq\\r\\n# cleanup[2] removing requests.packages.chardet.euckrfreq\\r\\n# cleanup[2] removing requests.packages.chardet.gb2312freq\\r\\n# cleanup[2] removing requests.packages.chardet.big5freq\\r\\n# cleanup[2] removing requests.packages.chardet.jisfreq\\r\\n# cleanup[2] removing requests.packages.chardet.chardistribution\\r\\n# cleanup[2] removing requests.packages.chardet.jpcntx\\r\\n# cleanup[2] removing requests.packages.chardet.sjisprober\\r\\n# cleanup[2] removing requests.packages.chardet.eucjpprober\\r\\n# cleanup[2] removing requests.packages.chardet.gb2312prober\\r\\n# cleanup[2] removing requests.packages.chardet.euckrprober\\r\\n# cleanup[2] removing requests.packages.chardet.cp949prober\\r\\n# cleanup[2] removing requests.packages.chardet.big5prober\\r\\n# cleanup[2] removing requests.packages.chardet.euctwprober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.hebrewprober\\r\\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langthaimodel\\r\\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\\r\\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.universaldetector\\r\\n# cleanup[2] removing requests.packages.chardet.version\\r\\n# cleanup[2] removing requests.packages.chardet\\r\\n# cleanup[2] removing requests.packages\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# cleanup[2] removing requests.hooks\\r\\n# cleanup[2] removing requests.auth\\r\\n# cleanup[2] removing requests.status_codes\\r\\n# cleanup[2] removing requests.models\\r\\n# cleanup[2] removing socks\\r\\n# cleanup[2] removing urllib3.contrib.socks\\r\\n# cleanup[2] removing requests.adapters\\r\\n# cleanup[2] removing requests.sessions\\r\\n# cleanup[2] removing requests.api\\r\\n# cleanup[2] removing requests\\r\\n# cleanup[2] removing cloud_what._base_provider\\r\\n# destroy cloud_what._base_provider\\r\\n# cleanup[2] removing cloud_what.providers\\r\\n# destroy cloud_what.providers\\r\\n# cleanup[2] removing cloud_what.providers.aws\\r\\n# destroy cloud_what.providers.aws\\r\\n# cleanup[2] removing cloud_what.providers.azure\\r\\n# destroy cloud_what.providers.azure\\r\\n# cleanup[2] removing cloud_what.providers.gcp\\r\\n# destroy cloud_what.providers.gcp\\r\\n# cleanup[2] removing cloud_what.provider\\r\\n# cleanup[2] removing rhsm.profile\\r\\n# cleanup[2] removing subscription_manager.jsonwrapper\\r\\n# cleanup[2] removing subscription_manager.isodate\\r\\n# cleanup[2] removing syspurpose\\r\\n# destroy syspurpose\\r\\n# cleanup[2] removing syspurpose.utils\\r\\n# destroy syspurpose.utils\\r\\n# cleanup[2] removing syspurpose.files\\r\\n# destroy syspurpose.files\\r\\n# cleanup[2] removing subscription_manager.certlib\\r\\n# cleanup[2] removing subscription_manager.syspurposelib\\r\\n# cleanup[2] removing asyncore\\r\\n# cleanup[2] removing ctypes.util\\r\\n# cleanup[2] removing pyinotify\\r\\n# cleanup[2] removing rhsmlib.file_monitor\\r\\n# cleanup[2] removing rhsmlib.dbus\\r\\n# cleanup[2] removing dbus.decorators\\r\\n# cleanup[2] removing dbus.service\\r\\n# cleanup[2] removing dbus.server\\r\\n# cleanup[2] removing dbus.mainloop\\r\\n# cleanup[2] removing _dbus_glib_bindings\\r\\n# cleanup[2] removing dbus.mainloop.glib\\r\\n# cleanup[2] removing rhsmlib.dbus.constants\\r\\n# cleanup[2] removing gi._error\\r\\n# cleanup[2] removing gi._gi\\r\\n# cleanup[2] removing gi._gobject\\r\\n# cleanup[2] removing glib\\r\\n# destroy glib\\r\\n# cleanup[2] removing gobject\\r\\n# destroy gobject\\r\\n# cleanup[2] removing gio\\r\\n# destroy gio\\r\\n# cleanup[2] removing gtk\\r\\n# destroy gtk\\r\\n# cleanup[2] removing gtk.gdk\\r\\n# destroy gtk.gdk\\r\\n# cleanup[2] removing gi\\r\\n# cleanup[2] removing gi._constants\\r\\n# cleanup[2] removing gi.docstring\\r\\n# cleanup[2] removing gi._propertyhelper\\r\\n# cleanup[2] removing gi._signalhelper\\r\\n# cleanup[2] removing gi.types\\r\\n# cleanup[2] removing gi.module\\r\\n# cleanup[2] removing gi.overrides\\r\\n# cleanup[2] removing gi.importer\\r\\n# cleanup[2] removing gi.repository\\r\\n# cleanup[2] removing gi._ossighelper\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing optparse\\r\\n# cleanup[2] removing gi._option\\r\\n# cleanup[2] removing gi.overrides.GLib\\r\\n# cleanup[2] removing gi.repository.GLib\\r\\n# cleanup[2] removing xml.etree\\r\\n# destroy xml.etree\\r\\n# cleanup[2] removing xml.etree.ElementPath\\r\\n# cleanup[2] removing _elementtree\\r\\n# cleanup[2] removing xml.etree.ElementTree\\r\\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\\r\\n# cleanup[2] removing socketserver\\r\\n# destroy socketserver\\r\\n# cleanup[2] removing logging.config\\r\\n# cleanup[2] removing rhsm.logutil\\r\\n# cleanup[2] removing rhsmlib.dbus.server\\r\\n# cleanup[2] removing rhsmlib.services.syspurpose\\r\\n# cleanup[2] removing subscription_manager.cache\\r\\n# cleanup[2] removing subscription_manager.model\\r\\n# cleanup[2] removing subscription_manager.model.ent_cert\\r\\n# cleanup[2] removing subscription_manager.repofile\\r\\n# cleanup[2] removing subscription_manager.repolib\\r\\n# cleanup[2] removing subscription_manager.productid\\r\\n# cleanup[2] removing subscription_manager.reasons\\r\\n# cleanup[2] removing subscription_manager.cert_sorter\\r\\n# cleanup[2] removing rhsmlib.facts.insights\\r\\n# cleanup[2] removing rhsmlib.facts.kpatch\\r\\n# cleanup[2] removing rhsmlib.facts.cloud_facts\\r\\n# cleanup[2] removing rhsmlib.facts.pkg_arches\\r\\n# cleanup[2] removing rhsmlib.facts.network\\r\\n# cleanup[2] removing rhsmlib.facts.all\\r\\n# cleanup[2] removing subscription_manager.facts\\r\\n# cleanup[2] removing subscription_manager.identity\\r\\n# cleanup[2] removing subscription_manager.validity\\r\\n# cleanup[2] removing rhsmlib.client_info\\r\\n# cleanup[2] removing subscription_manager.cp_provider\\r\\n# cleanup[2] removing subscription_manager.base_plugin\\r\\n# cleanup[2] removing subscription_manager.plugins\\r\\n# cleanup[2] removing subscription_manager.lock\\r\\n# cleanup[2] removing subscription_manager.injectioninit\\r\\n# cleanup[2] removing librepo._librepo\\r\\n# cleanup[2] removing librepo\\r\\n# cleanup[2] removing dnf.plugin.dynamic.product-id\\r\\n# destroy dnf.plugin.dynamic.product-id\\r\\n# cleanup[2] removing subscription_manager.base_action_client\\r\\n# cleanup[2] removing subscription_manager.content_action_client\\r\\n# cleanup[2] removing subscription_manager.entbranding\\r\\n# cleanup[2] removing subscription_manager.rhelentbranding\\r\\n# cleanup[2] removing subscription_manager.entcertlib\\r\\n# cleanup[2] removing subscription_manager.identitycertlib\\r\\n# cleanup[2] removing subscription_manager.healinglib\\r\\n# cleanup[2] removing subscription_manager.factlib\\r\\n# cleanup[2] removing subscription_manager.packageprofilelib\\r\\n# cleanup[2] removing subscription_manager.installedproductslib\\r\\n# cleanup[2] removing subscription_manager.action_client\\r\\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\\r\\n# destroy dnf.plugin.dynamic.subscription-manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\\r\\n# destroy dnf.plugin.dynamic.upload-profile\\r\\n# destroy _sitebuiltins\\r\\n# destroy __main__\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy netrc\\r\\n# destroy sqlite3\\r\\n# destroy sqlite3.dbapi2\\r\\n# destroy systemd.journal\\r\\n# destroy iniparse.compat\\r\\n# destroy rhsmlib.services\\r\\n# destroy rhsmlib.facts\\r\\n# destroy rhsmlib.facts.dmidecodeparser\\r\\n# destroy rhsmlib.facts.all\\r\\n# destroy rhsmlib.dbus\\r\\n# destroy rhsmlib.dbus.server\\r\\n# destroy rhsmlib.client_info\\r\\n# destroy librepo\\r\\n# cleanup[3] wiping subscription_manager.action_client\\r\\n# cleanup[3] wiping subscription_manager.installedproductslib\\r\\n# cleanup[3] wiping subscription_manager.packageprofilelib\\r\\n# cleanup[3] wiping subscription_manager.factlib\\r\\n# cleanup[3] wiping subscription_manager.healinglib\\r\\n# cleanup[3] wiping subscription_manager.identitycertlib\\r\\n# cleanup[3] wiping subscription_manager.entcertlib\\r\\n# cleanup[3] wiping subscription_manager.rhelentbranding\\r\\n# cleanup[3] wiping subscription_manager.entbranding\\r\\n# cleanup[3] wiping subscription_manager.content_action_client\\r\\n# cleanup[3] wiping subscription_manager.base_action_client\\r\\n# cleanup[3] wiping librepo._librepo\\r\\n# cleanup[3] wiping subscription_manager.injectioninit\\r\\n# cleanup[3] wiping subscription_manager.lock\\r\\n# cleanup[3] wiping subscription_manager.plugins\\r\\n# cleanup[3] wiping subscription_manager.base_plugin\\r\\n# cleanup[3] wiping subscription_manager.cp_provider\\r\\n# cleanup[3] wiping subscription_manager.validity\\r\\n# cleanup[3] wiping subscription_manager.identity\\r\\n# cleanup[3] wiping subscription_manager.facts\\r\\n# cleanup[3] wiping rhsmlib.facts.network\\r\\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\\r\\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\\r\\n# cleanup[3] wiping rhsmlib.facts.kpatch\\r\\n# cleanup[3] wiping rhsmlib.facts.insights\\r\\n# cleanup[3] wiping subscription_manager.cert_sorter\\r\\n# destroy rhsmlib.file_monitor\\r\\n# cleanup[3] wiping subscription_manager.reasons\\r\\n# cleanup[3] wiping subscription_manager.productid\\r\\n# cleanup[3] wiping subscription_manager.repolib\\r\\n# cleanup[3] wiping subscription_manager.repofile\\r\\n# cleanup[3] wiping subscription_manager.model.ent_cert\\r\\n# cleanup[3] wiping subscription_manager.model\\r\\n# destroy subscription_manager.model.ent_cert\\r\\n# cleanup[3] wiping subscription_manager.cache\\r\\n# destroy rhsmlib.services.syspurpose\\r\\n# cleanup[3] wiping rhsm.logutil\\r\\n# cleanup[3] wiping logging.config\\r\\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\\r\\n# destroy xml.etree.ElementTree\\r\\n# cleanup[3] wiping _elementtree\\r\\n# cleanup[3] wiping xml.etree.ElementPath\\r\\n# cleanup[3] wiping gi.repository.GLib\\r\\n# cleanup[3] wiping gi.overrides.GLib\\r\\n# cleanup[3] wiping gi._option\\r\\n# destroy optparse\\r\\n# cleanup[3] wiping textwrap\\r\\n# cleanup[3] wiping gi._ossighelper\\r\\n# cleanup[3] wiping gi.repository\\r\\n# cleanup[3] wiping gi.importer\\r\\n# cleanup[3] wiping gi.overrides\\r\\n# destroy gi.overrides.GLib\\r\\n# cleanup[3] wiping gi.module\\r\\n# destroy gi\\r\\n# cleanup[3] wiping gi.types\\r\\n# cleanup[3] wiping gi._signalhelper\\r\\n# cleanup[3] wiping gi._propertyhelper\\r\\n# cleanup[3] wiping gi.docstring\\r\\n# cleanup[3] wiping gi._constants\\r\\n# cleanup[3] wiping gi._gobject\\r\\n# cleanup[3] wiping gi._gi\\r\\n# cleanup[3] wiping gi._error\\r\\n# cleanup[3] wiping rhsmlib.dbus.constants\\r\\n# cleanup[3] wiping dbus.mainloop.glib\\r\\n# cleanup[3] wiping _dbus_glib_bindings\\r\\n# cleanup[3] wiping dbus.mainloop\\r\\n# destroy dbus.mainloop.glib\\r\\n# cleanup[3] wiping dbus.server\\r\\n# cleanup[3] wiping dbus.service\\r\\n# cleanup[3] wiping dbus.decorators\\r\\n# cleanup[3] wiping pyinotify\\r\\n# destroy asyncore\\r\\n# destroy ctypes\\r\\n# cleanup[3] wiping ctypes.util\\r\\n# cleanup[3] wiping subscription_manager.syspurposelib\\r\\n# cleanup[3] wiping subscription_manager.certlib\\r\\n# cleanup[3] wiping subscription_manager.isodate\\r\\n# cleanup[3] wiping subscription_manager.jsonwrapper\\r\\n# cleanup[3] wiping rhsm.profile\\r\\n# destroy cloud_what.provider\\r\\n# cleanup[3] wiping requests\\r\\n# destroy requests._internal_utils\\r\\n# destroy requests.exceptions\\r\\n# destroy requests.compat\\r\\n# destroy requests.cookies\\r\\n# destroy requests.structures\\r\\n# destroy requests.utils\\r\\n# destroy requests.packages\\r\\n# destroy urllib3\\r\\n# destroy idna\\r\\n# destroy idna.package_data\\r\\n# destroy idna.intranges\\r\\n# destroy idna.core\\r\\n# destroy requests.hooks\\r\\n# destroy requests.auth\\r\\n# destroy requests.status_codes\\r\\n# destroy requests.models\\r\\n# destroy requests.adapters\\r\\n# destroy requests.api\\r\\n# cleanup[3] wiping requests.sessions\\r\\n# cleanup[3] wiping urllib3.contrib.socks\\r\\n# destroy socks\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping requests.packages.chardet\\r\\n# destroy chardet.enums\\r\\n# destroy chardet.charsetprober\\r\\n# destroy chardet.charsetgroupprober\\r\\n# destroy chardet.codingstatemachine\\r\\n# destroy chardet.escsm\\r\\n# destroy chardet.escprober\\r\\n# destroy chardet.latin1prober\\r\\n# destroy chardet.mbcssm\\r\\n# destroy chardet.utf8prober\\r\\n# destroy chardet.mbcharsetprober\\r\\n# destroy chardet.euctwfreq\\r\\n# destroy chardet.euckrfreq\\r\\n# destroy chardet.gb2312freq\\r\\n# destroy chardet.big5freq\\r\\n# destroy chardet.jisfreq\\r\\n# destroy chardet.chardistribution\\r\\n# destroy chardet.jpcntx\\r\\n# destroy chardet.sjisprober\\r\\n# destroy chardet.eucjpprober\\r\\n# destroy chardet.gb2312prober\\r\\n# destroy chardet.euckrprober\\r\\n# destroy chardet.cp949prober\\r\\n# destroy chardet.big5prober\\r\\n# destroy chardet.euctwprober\\r\\n# destroy chardet.mbcsgroupprober\\r\\n# destroy chardet.hebrewprober\\r\\n# destroy chardet.sbcharsetprober\\r\\n# destroy chardet.langbulgarianmodel\\r\\n# destroy chardet.langgreekmodel\\r\\n# destroy chardet.langhebrewmodel\\r\\n# destroy chardet.langrussianmodel\\r\\n# destroy chardet.langthaimodel\\r\\n# destroy chardet.langturkishmodel\\r\\n# destroy chardet.sbcsgroupprober\\r\\n# destroy chardet.universaldetector\\r\\n# destroy chardet.version\\r\\n# cleanup[3] wiping requests.packages.idna.idnadata\\r\\n# cleanup[3] wiping idna.idnadata\\r\\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\\r\\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\\r\\n# cleanup[3] wiping requests.packages.urllib3.util.queue\\r\\n# cleanup[3] wiping requests.packages.urllib3.response\\r\\n# cleanup[3] wiping requests.packages.urllib3.request\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\\r\\n# cleanup[3] wiping requests.packages.urllib3.filepost\\r\\n# cleanup[3] wiping requests.packages.urllib3.fields\\r\\n# destroy mimetypes\\r\\n# cleanup[3] wiping requests.packages.urllib3.connection\\r\\n# cleanup[3] wiping requests.packages.urllib3._collections\\r\\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\\r\\n# cleanup[3] wiping requests.packages.urllib3.util\\r\\n# destroy urllib3.util.wait\\r\\n# destroy urllib3.util.connection\\r\\n# destroy urllib3.util.request\\r\\n# destroy urllib3.util.response\\r\\n# destroy urllib3.util.retry\\r\\n# destroy urllib3.util.url\\r\\n# destroy urllib3.util.ssltransport\\r\\n# destroy urllib3.util.ssl_\\r\\n# destroy urllib3.util.timeout\\r\\n# destroy urllib3.util.proxy\\r\\n# destroy urllib3.util.queue\\r\\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\\r\\n# cleanup[3] wiping requests.packages.urllib3.contrib\\r\\n# destroy urllib3.contrib.socks\\r\\n# cleanup[3] wiping requests.packages.urllib3._version\\r\\n# cleanup[3] wiping requests.packages.urllib3.exceptions\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six\\r\\n# destroy urllib3.packages.six.moves.urllib\\r\\n# destroy urllib3.packages.six.moves\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages\\r\\n# destroy urllib3.packages.ssl_match_hostname\\r\\n# cleanup[3] wiping http.cookies\\r\\n# cleanup[3] wiping requests.certs\\r\\n# cleanup[3] wiping chardet\\r\\n# cleanup[3] wiping urllib3.poolmanager\\r\\n# cleanup[3] wiping urllib3.connectionpool\\r\\n# cleanup[3] wiping urllib3.response\\r\\n# cleanup[3] wiping urllib3.request\\r\\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[3] wiping urllib3.filepost\\r\\n# cleanup[3] wiping urllib3.fields\\r\\n# cleanup[3] wiping urllib3.connection\\r\\n# cleanup[3] wiping urllib3._collections\\r\\n# cleanup[3] wiping urllib3.util\\r\\n# cleanup[3] wiping hmac\\r\\n# cleanup[3] wiping urllib3.contrib._appengine_environ\\r\\n# cleanup[3] wiping urllib3.contrib\\r\\n# cleanup[3] wiping urllib3._version\\r\\n# cleanup[3] wiping urllib3.exceptions\\r\\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\\r\\n# cleanup[3] wiping urllib3.packages.six\\r\\n# cleanup[3] wiping urllib3.packages\\r\\n# cleanup[3] wiping rhsmlib.facts.custom\\r\\n# cleanup[3] wiping rhsmlib.facts.host_collector\\r\\n# destroy rhsmlib.facts.cleanup\\r\\n# destroy rhsmlib.facts.virt\\r\\n# destroy rhsmlib.facts.firmware_info\\r\\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\\r\\n# cleanup[3] wiping subscription_manager.utils\\r\\n# destroy pprint\\r\\n# destroy uuid\\r\\n# cleanup[3] wiping rhsmlib.facts.hwprobe\\r\\n# destroy rhsmlib.facts.cpuinfo\\r\\n# cleanup[3] wiping rhsmlib.facts.collector\\r\\n# destroy rhsmlib.facts.collection\\r\\n# cleanup[3] wiping subscription_manager.branding\\r\\n# cleanup[3] wiping subscription_manager.certdirectory\\r\\n# cleanup[3] wiping rhsm.certificate2\\r\\n# cleanup[3] wiping rhsm.pathtree\\r\\n# cleanup[3] wiping rhsm.huffman\\r\\n# cleanup[3] wiping rhsm.bitstream\\r\\n# cleanup[3] wiping rhsm.connection\\r\\n# destroy subscription_manager\\r\\n# destroy subscription_manager.i18n\\r\\n# destroy subscription_manager.version\\r\\n# destroy subscription_manager.certdirectory\\r\\n# destroy subscription_manager.branding\\r\\n# destroy subscription_manager.utils\\r\\n# destroy subscription_manager.jsonwrapper\\r\\n# destroy subscription_manager.isodate\\r\\n# destroy subscription_manager.certlib\\r\\n# destroy subscription_manager.syspurposelib\\r\\n# destroy subscription_manager.cache\\r\\n# destroy subscription_manager.model\\r\\n# destroy subscription_manager.repofile\\r\\n# destroy subscription_manager.repolib\\r\\n# destroy subscription_manager.productid\\r\\n# destroy subscription_manager.reasons\\r\\n# destroy subscription_manager.cert_sorter\\r\\n# destroy subscription_manager.facts\\r\\n# destroy subscription_manager.identity\\r\\n# destroy subscription_manager.validity\\r\\n# destroy subscription_manager.cp_provider\\r\\n# destroy subscription_manager.base_plugin\\r\\n# destroy subscription_manager.plugins\\r\\n# destroy subscription_manager.lock\\r\\n# destroy subscription_manager.injectioninit\\r\\n# destroy subscription_manager.base_action_client\\r\\n# destroy subscription_manager.content_action_client\\r\\n# destroy subscription_manager.entbranding\\r\\n# destroy subscription_manager.rhelentbranding\\r\\n# destroy subscription_manager.entcertlib\\r\\n# destroy subscription_manager.identitycertlib\\r\\n# destroy subscription_manager.healinglib\\r\\n# destroy subscription_manager.factlib\\r\\n# destroy subscription_manager.packageprofilelib\\r\\n# destroy subscription_manager.installedproductslib\\r\\n# destroy subscription_manager.action_client\\r\\n# cleanup[3] wiping rhsm.utils\\r\\n# cleanup[3] wiping rhsm.ourjson\\r\\n# cleanup[3] wiping rhsm.https\\r\\n# cleanup[3] wiping ntpath\\r\\n# cleanup[3] wiping rhsmlib.services.config\\r\\n# cleanup[3] wiping subscription_manager.injection\\r\\n# cleanup[3] wiping rhsm.config\\r\\n# cleanup[3] wiping iniparse.ini\\r\\n# destroy iniparse.config\\r\\n# cleanup[3] wiping rhsm.certificate\\r\\n# destroy dateutil\\r\\n# destroy dateutil._version\\r\\n# destroy dateutil._common\\r\\n# destroy dateutil.parser\\r\\n# cleanup[3] wiping rhsm._certificate\\r\\n# cleanup[3] wiping rhsm\\r\\n# destroy rhsm.certificate\\r\\n# destroy rhsm.config\\r\\n# destroy rhsm.https\\r\\n# destroy rhsm.ourjson\\r\\n# destroy rhsm.utils\\r\\n# destroy rhsm.bitstream\\r\\n# destroy rhsm.huffman\\r\\n# destroy rhsm.pathtree\\r\\n# destroy rhsm.certificate2\\r\\n# destroy rhsm.profile\\r\\n# destroy rhsm.logutil\\r\\n# cleanup[3] wiping dbus\\r\\n# destroy dbus._compat\\r\\n# destroy dbus._expat_introspect_parser\\r\\n# destroy dbus._dbus\\r\\n# destroy dbus.exceptions\\r\\n# destroy dbus.types\\r\\n# destroy dbus.lowlevel\\r\\n# destroy dbus.proxies\\r\\n# destroy dbus.connection\\r\\n# destroy dbus.bus\\r\\n# destroy dbus.decorators\\r\\n# destroy dbus.service\\r\\n# destroy dbus.server\\r\\n# destroy dbus.mainloop\\r\\n# cleanup[3] wiping xml.parsers.expat.errors\\r\\n# cleanup[3] wiping xml.parsers.expat.model\\r\\n# cleanup[3] wiping pyexpat\\r\\n# cleanup[3] wiping pyexpat.model\\r\\n# cleanup[3] wiping pyexpat.errors\\r\\n# cleanup[3] wiping _dbus_bindings\\r\\n# cleanup[3] wiping _sqlite3\\r\\n# cleanup[3] wiping dateutil.parser._parser\\r\\n# destroy dateutil.relativedelta\\r\\n# cleanup[3] wiping dateutil.tz\\r\\n# destroy dateutil.tz._common\\r\\n# destroy dateutil.tz._factories\\r\\n# destroy dateutil.tz.tz\\r\\n# cleanup[3] wiping six.moves\\r\\n# cleanup[3] wiping _decimal\\r\\n# cleanup[3] wiping six\\r\\n# destroy six.moves.urllib\\r\\n# destroy six.moves\\r\\n# cleanup[3] wiping dnf.cli\\r\\n# destroy dnf.cli.format\\r\\n# destroy dnf.cli.term\\r\\n# destroy dnf.cli.progress\\r\\n# destroy dnf.cli.aliases\\r\\n# destroy dnf.cli.option_parser\\r\\n# destroy dnf.cli.demand\\r\\n# destroy dnf.cli.cli\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.updateinfo\\r\\n# cleanup[3] wiping dnf.cli.commands.swap\\r\\n# cleanup[3] wiping dnf.cli.commands.shell\\r\\n# destroy cmd\\r\\n# cleanup[3] wiping dnf.cli.commands.search\\r\\n# cleanup[3] wiping dnf.match_counter\\r\\n# cleanup[3] wiping dnf.cli.commands.repolist\\r\\n# cleanup[3] wiping dnf.cli.commands.remove\\r\\n# cleanup[3] wiping dnf.cli.commands.reinstall\\r\\n# cleanup[3] wiping dnf.cli.commands.module\\r\\n# cleanup[3] wiping dnf.cli.commands.mark\\r\\n# cleanup[3] wiping dnf.cli.commands.makecache\\r\\n# cleanup[3] wiping dnf.cli.commands.install\\r\\n# cleanup[3] wiping dnf.cli.commands.history\\r\\n# cleanup[3] wiping dnf.transaction_sr\\r\\n# cleanup[3] wiping dnf.cli.commands.group\\r\\n# cleanup[3] wiping dnf.cli.commands.downgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.distrosync\\r\\n# cleanup[3] wiping dnf.cli.commands.deplist\\r\\n# cleanup[3] wiping dnf.cli.commands.repoquery\\r\\n# cleanup[3] wiping dnf.cli.commands.clean\\r\\n# cleanup[3] wiping dnf.cli.commands.check\\r\\n# cleanup[3] wiping dnf.cli.commands.autoremove\\r\\n# cleanup[3] wiping dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands\\r\\n# cleanup[3] wiping dnf.cli.output\\r\\n# cleanup[3] wiping curses\\r\\n# cleanup[3] wiping _curses\\r\\n# cleanup[3] wiping dnf\\r\\n# destroy dnf.pycomp\\r\\n# destroy dnf.const\\r\\n# destroy dnf.i18n\\r\\n# destroy dnf.yum\\r\\n# destroy dnf.yum.rpmtrans\\r\\n# destroy dnf.transaction\\r\\n# destroy dnf.callback\\r\\n# destroy dnf.util\\r\\n# destroy dnf.exceptions\\r\\n# destroy dnf.comps\\r\\n# destroy dnf.db\\r\\n# destroy dnf.db.group\\r\\n# destroy dnf.db.history\\r\\n# destroy dnf.crypto\\r\\n# destroy dnf.conf\\r\\n# destroy dnf.conf.substitutions\\r\\n# destroy dnf.conf.config\\r\\n# destroy dnf.conf.read\\r\\n# destroy dnf.lock\\r\\n# destroy dnf.logging\\r\\n# destroy dnf.repo\\r\\n# destroy dnf.rpm\\r\\n# destroy dnf.dnssec\\r\\n# destroy dnf.drpm\\r\\n# destroy dnf.goal\\r\\n# destroy dnf.history\\r\\n# destroy dnf.module\\r\\n# destroy dnf.module.exceptions\\r\\n# destroy dnf.module.module_base\\r\\n# destroy dnf.selector\\r\\n# destroy dnf.persistor\\r\\n# destroy dnf.plugin\\r\\n# destroy dnf.query\\r\\n# destroy dnf.repodict\\r\\n# destroy dnf.package\\r\\n# destroy dnf.sack\\r\\n# destroy dnf.subject\\r\\n# destroy dnf.base\\r\\n# destroy dnf.transaction_sr\\r\\n# destroy dnf.match_counter\\r\\n# destroy dnf.cli\\r\\n# cleanup[3] wiping dnf.rpm.miscutils\\r\\n# cleanup[3] wiping dnf.rpm.connection\\r\\n# cleanup[3] wiping inspect\\r\\n# destroy ast\\r\\n# destroy dis\\r\\n# destroy token\\r\\n# cleanup[3] wiping _opcode\\r\\n# cleanup[3] wiping libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._smartcols\\r\\n# cleanup[3] wiping dnf.rpm.transaction\\r\\n# cleanup[3] wiping logging.handlers\\r\\n# destroy pickle\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping _compat_pickle\\r\\n# cleanup[3] wiping dnf.yum.misc\\r\\n# cleanup[3] wiping glob\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping gpg.constants\\r\\n# destroy gpg.constants.data\\r\\n# destroy gpg.constants.data.encoding\\r\\n# destroy gpg.constants.keylist\\r\\n# destroy gpg.constants.keylist.mode\\r\\n# destroy gpg.constants.sig\\r\\n# destroy gpg.constants.sig.mode\\r\\n# destroy gpg.constants.sig.notation\\r\\n# destroy gpg.constants.tofu\\r\\n# destroy gpg.constants.tofu.policy\\r\\n# destroy gpg.constants.create\\r\\n# destroy gpg.constants.event\\r\\n# destroy gpg.constants.import_type\\r\\n# destroy gpg.constants.keysign\\r\\n# destroy gpg.constants.md\\r\\n# destroy gpg.constants.pk\\r\\n# destroy gpg.constants.protocol\\r\\n# destroy gpg.constants.sigsum\\r\\n# destroy gpg.constants.status\\r\\n# destroy gpg.constants.validity\\r\\n# cleanup[3] wiping gpg.errors\\r\\n# cleanup[3] wiping gpg.util\\r\\n# cleanup[3] wiping gpg.gpgme\\r\\n# cleanup[3] wiping gpg._gpgme\\r\\n# cleanup[3] wiping libcomps\\r\\n# cleanup[3] wiping libcomps._libpycomps\\r\\n# cleanup[3] wiping hawkey\\r\\n# cleanup[3] wiping hawkey._hawkey\\r\\n# cleanup[3] wiping rpm\\r\\n# destroy rpm.transaction\\r\\n# cleanup[3] wiping rpm._rpm\\r\\n# cleanup[3] wiping unicodedata\\r\\n# cleanup[3] wiping libdnf\\r\\n# destroy libdnf.error\\r\\n# destroy libdnf.common_types\\r\\n# destroy libdnf.conf\\r\\n# destroy libdnf.module\\r\\n# destroy libdnf.repo\\r\\n# destroy libdnf.transaction\\r\\n# destroy libdnf.utils\\r\\n# destroy libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._utils\\r\\n# cleanup[3] wiping libdnf._transaction\\r\\n# cleanup[3] wiping libdnf._repo\\r\\n# cleanup[3] wiping libdnf._module\\r\\n# cleanup[3] wiping libdnf._conf\\r\\n# cleanup[3] wiping libdnf._common_types\\r\\n# cleanup[3] wiping libdnf._error\\r\\n# cleanup[3] wiping queue\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping email.mime.text\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping gzip\\r\\n# cleanup[3] wiping http.cookiejar\\r\\n# cleanup[3] wiping urllib.request\\r\\n# destroy http\\r\\n# cleanup[3] wiping urllib.error\\r\\n# cleanup[3] wiping urllib.response\\r\\n# cleanup[3] wiping http.client\\r\\n# cleanup[3] wiping ssl\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping email.parser\\r\\n# cleanup[3] wiping email.feedparser\\r\\n# cleanup[3] wiping email.mime.multipart\\r\\n# cleanup[3] wiping email.mime.application\\r\\n# cleanup[3] wiping email.mime.nonmultipart\\r\\n# cleanup[3] wiping email.mime.base\\r\\n# cleanup[3] wiping email.policy\\r\\n# cleanup[3] wiping email.contentmanager\\r\\n# cleanup[3] wiping email.message\\r\\n# destroy uu\\r\\n# destroy quopri\\r\\n# cleanup[3] wiping email.iterators\\r\\n# cleanup[3] wiping email.headerregistry\\r\\n# cleanup[3] wiping email._header_value_parser\\r\\n# cleanup[3] wiping email._encoded_words\\r\\n# cleanup[3] wiping email._policybase\\r\\n# cleanup[3] wiping email.utils\\r\\n# cleanup[3] wiping email._parseaddr\\r\\n# cleanup[3] wiping calendar\\r\\n# cleanup[3] wiping urllib.parse\\r\\n# cleanup[3] wiping urllib\\r\\n# destroy urllib.response\\r\\n# destroy urllib.error\\r\\n# destroy urllib.request\\r\\n# cleanup[3] wiping email.header\\r\\n# cleanup[3] wiping email.charset\\r\\n# cleanup[3] wiping email.base64mime\\r\\n# cleanup[3] wiping email.quoprimime\\r\\n# cleanup[3] wiping email.errors\\r\\n# cleanup[3] wiping email.encoders\\r\\n# cleanup[3] wiping email.mime\\r\\n# destroy email.mime.base\\r\\n# destroy email.mime.nonmultipart\\r\\n# destroy email.mime.application\\r\\n# destroy email.mime.multipart\\r\\n# destroy email.mime.text\\r\\n# cleanup[3] wiping email\\r\\n# destroy email._parseaddr\\r\\n# destroy email._policybase\\r\\n# destroy email._encoded_words\\r\\n# destroy email._header_value_parser\\r\\n# destroy email.mime\\r\\n# destroy email.encoders\\r\\n# destroy email.errors\\r\\n# destroy email.quoprimime\\r\\n# destroy email.base64mime\\r\\n# destroy email.charset\\r\\n# destroy email.header\\r\\n# destroy email.utils\\r\\n# destroy email.headerregistry\\r\\n# destroy email.iterators\\r\\n# destroy email.message\\r\\n# destroy email.contentmanager\\r\\n# destroy email.policy\\r\\n# destroy email.feedparser\\r\\n# destroy email.parser\\r\\n# cleanup[3] wiping argparse\\r\\n# cleanup[3] wiping gettext\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping copy\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping socket\\r\\n# cleanup[3] wiping array\\r\\n# destroy array\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping logging\\r\\n# destroy logging.handlers\\r\\n# destroy logging.config\\r\\n# cleanup[3] wiping string\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# destroy syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping locale\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# destroy atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping zipfile\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping random\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping bisect\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping _compression\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping fnmatch\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping importlib.util\\r\\n# cleanup[3] wiping importlib.abc\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping importlib.machinery\\r\\n# cleanup[3] wiping importlib\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.util\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping base64\\r\\n# cleanup[3] wiping binascii\\r\\n# cleanup[3] wiping struct\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping enum\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.latin_1\\r\\n# destroy encodings.cp437\\r\\n# destroy encodings.idna\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping zipimport\\r\\n# destroy _frozen_importlib_external\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# destroy _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy pyexpat.errors\\r\\n# destroy pyexpat.model\\r\\n# destroy librepo._librepo\\r\\n# destroy _dbus_glib_bindings\\r\\n# destroy rhsm._certificate\\r\\n# destroy decimal\\r\\n# destroy _curses\\r\\n# destroy libcomps._libpycomps\\r\\n# destroy hawkey._hawkey\\r\\n# destroy rpm._rpm\\r\\n# destroy _queue\\r\\n# destroy _ssl\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _string\\r\\n# destroy _datetime\\r\\n# destroy _posixsubprocess\\r\\n# destroy _blake2\\r\\n# destroy _random\\r\\n# destroy _bisect\\r\\n# destroy grp\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy marshal\\r\\n# destroy xml.etree.ElementPath\\r\\n# destroy _elementtree\\r\\n# destroy _heapq\\r\\n# destroy zipimport\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _compat_pickle\\r\\n# destroy _pickle\\r\\n# destroy libdnf._error\\r\\n# destroy gi.types\\r\\n# destroy gi._error\\r\\n# destroy gi._gi\\r\\n# destroy gi._gobject\\r\\n# destroy gi._constants\\r\\n# destroy gi.docstring\\r\\n# destroy gi._propertyhelper\\r\\n# destroy gi._signalhelper\\r\\n# destroy gi.module\\r\\n# destroy gi.overrides\\r\\n# destroy gi.importer\\r\\n# destroy gi.repository\\r\\n# destroy gi._ossighelper\\r\\n# destroy gi._option\\r\\n# destroy textwrap\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy stat\\r\\n# destroy selectors\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy gzip\\r\\n# destroy rhsmlib.facts.dmiinfo\\r\\n# destroy requests\\r\\n# destroy iniparse.ini\\r\\n# destroy enum\\r\\n# destroy signal\\r\\n# destroy queue\\r\\n# destroy shlex\\r\\n# destroy pwd\\r\\n# destroy _functools\\r\\n# destroy gettext\\r\\n# destroy libcomps\\r\\n# destroy locale\\r\\n# destroy dnf.rpm.transaction\\r\\n# destroy dnf.rpm.connection\\r\\n# destroy dnf.rpm.miscutils\\r\\n# destroy base64\\r\\n# destroy importlib\\r\\n# destroy inspect\\r\\n# destroy gc\\r\\n# destroy math\\r\\n# destroy dateutil.parser._parser\\r\\n# destroy _stat\\r\\n# destroy http.cookies\\r\\n# destroy urllib.parse\\r\\n# destroy _weakref\\r\\n# destroy ntpath\\r\\n# destroy posix\\r\\n# destroy rhsmlib.facts.custom\\r\\n# destroy rhsmlib.facts.host_collector\\r\\n# destroy rhsmlib.facts.hwprobe\\r\\n# destroy rhsmlib.facts.insights\\r\\n# destroy rhsmlib.facts.kpatch\\r\\n# destroy rhsmlib.facts.cloud_facts\\r\\n# destroy rhsmlib.facts.pkg_arches\\r\\n# destroy rhsmlib.facts.network\\r\\n# destroy rhsm\\r\\n# destroy rhsmlib.dbus.dbus_utils\\r\\n# destroy _opcode\\r\\n# destroy requests.sessions\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy six.moves.urllib_parse\\r\\n# destroy six.moves.urllib.error\\r\\n# destroy six.moves.urllib.request\\r\\n# destroy six.moves.urllib.response\\r\\n# destroy six.moves.urllib.robotparser\\r\\n# destroy traceback\\r\\n# destroy dnf.yum.misc\\r\\n# destroy glob\\r\\n# destroy curses\\r\\n# destroy fcntl\\r\\n# destroy termios\\r\\n# destroy argparse\\r\\n# destroy dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands.autoremove\\r\\n# destroy dnf.cli.commands.check\\r\\n# destroy dnf.cli.commands.clean\\r\\n# destroy dnf.cli.commands.repoquery\\r\\n# destroy dnf.cli.commands.deplist\\r\\n# destroy dnf.cli.commands.distrosync\\r\\n# destroy dnf.cli.commands.downgrade\\r\\n# destroy dnf.cli.commands.group\\r\\n# destroy dnf.cli.commands.history\\r\\n# destroy dnf.cli.commands.install\\r\\n# destroy dnf.cli.commands.makecache\\r\\n# destroy dnf.cli.commands.mark\\r\\n# destroy dnf.cli.commands.module\\r\\n# destroy dnf.cli.commands.reinstall\\r\\n# destroy dnf.cli.commands.remove\\r\\n# destroy dnf.cli.commands.repolist\\r\\n# destroy dnf.cli.commands.search\\r\\n# destroy dnf.cli.commands.shell\\r\\n# destroy dnf.cli.commands.swap\\r\\n# destroy dnf.cli.commands.updateinfo\\r\\n# destroy dnf.cli.commands.upgrade\\r\\n# destroy dnf.cli.commands.upgrademinimal\\r\\n# destroy operator\\r\\n# destroy random\\r\\n# destroy rpm\\r\\n# destroy hawkey\\r\\n# destroy dnf.cli.output\\r\\n# destroy dnf\\r\\n# destroy _thread\\r\\n# destroy _warnings\\r\\n# destroy configparser\\r\\n# destroy fnmatch\\r\\n# destroy pyinotify\\r\\n# destroy urllib3.packages\\r\\n# destroy urllib3.exceptions\\r\\n# destroy urllib3._version\\r\\n# destroy urllib3.contrib\\r\\n# destroy urllib3.util\\r\\n# destroy urllib3._collections\\r\\n# destroy urllib3.connection\\r\\n# destroy urllib3.fields\\r\\n# destroy urllib3.filepost\\r\\n# destroy urllib3.request\\r\\n# destroy urllib3.response\\r\\n# destroy urllib3.connectionpool\\r\\n# destroy urllib3.poolmanager\\r\\n# destroy copy\\r\\n# destroy contextlib\\r\\n# destroy tempfile\\r\\n# destroy zipfile\\r\\n# destroy requests.certs\\r\\n# destroy hashlib\\r\\n# destroy encodings\\r\\n# destroy http.cookiejar\\r\\n# destroy chardet\\r\\n# destroy json\\r\\n# destroy calendar\\r\\n# destroy dateutil.tz\\r\\n# destroy six\\r\\n# destroy codecs\\r\\n# destroy gpg.gpgme\\r\\n# destroy gpg.constants\\r\\n# destroy gpg.errors\\r\\n# destroy gpg.util\\r\\n# destroy urllib3.packages.six.moves.urllib_parse\\r\\n# destroy urllib3.packages.six.moves.urllib.error\\r\\n# destroy urllib3.packages.six.moves.urllib.request\\r\\n# destroy urllib3.packages.six.moves.urllib.response\\r\\n# destroy urllib3.packages.six.moves.urllib.robotparser\\r\\n# destroy subprocess\\r\\n# destroy rhsmlib.facts.collector\\r\\n# destroy itertools\\r\\n# destroy http.client\\r\\n# destroy email\\r\\n# destroy string\\r\\n# destroy dbus\\r\\n# destroy rhsmlib.dbus.constants\\r\\n# destroy rhsm.connection\\r\\n# destroy gi.repository.GLib\\r\\n# destroy rhsmlib.services.config\\r\\n# destroy subscription_manager.injection\\r\\n# destroy errno\\r\\n# destroy select\\r\\n# destroy urllib3.contrib._appengine_environ\\r\\n# destroy hmac\\r\\n# destroy warnings\\r\\n# destroy binascii\\r\\n# destroy urllib3.packages.six\\r\\n# destroy _hashlib\\r\\n# destroy ssl\\r\\n# destroy posixpath\\r\\n# destroy urllib\\r\\n# destroy io\\r\\n# destroy io\\r\\n# destroy _lzma\\r\\n# destroy _compression\\r\\n# destroy idna.idnadata\\r\\n# destroy bisect\\r\\n# destroy unicodedata\\r\\n# destroy re\\r\\n# destroy pyexpat\\r\\n# destroy threading\\r\\n# destroy functools\\r\\n# destroy logging\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888130.82397: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf772850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7b0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf748d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf772d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf713eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf716f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf70c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf712640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf713370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf61edc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61e8b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61eeb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61ef70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61ee80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf670610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf684670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf71ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf630c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf684280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7209d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3fa460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf638fa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf32e1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3e5c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf720040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf340af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf340e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf352730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf352c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2eb3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf340f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2fb280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3525b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2fb340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6309d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf3176a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf317760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf3231f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3178e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf30aa30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6305b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf317a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faacf237670>\r\n# zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebee7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf147760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf147400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1477c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf159850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf1594c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf159670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb8cb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1c0d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1c0190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb68a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb86310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebd8970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf195d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb4f9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf16b700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb5e100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5c580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5c640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5bc70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf237820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe1af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe09d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb51850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe1520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf160ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace744d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb3d550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb14fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd69d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace744610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf1af7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebe0610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb38c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb19460>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb1b7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742af0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742fd0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace7422e0>\r\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc'\r\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc'\r\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4bbd00>\r\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9280>\r\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc'\r\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9460>\r\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4bb460>\r\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9f40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc'\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9e50>\r\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc'\r\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e08b0>\r\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace457340>\r\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9910>\r\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35130>\r\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc'\r\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace6d4460>\r\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15370>\r\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e04f0>\r\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc'\r\nimport 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1a00>\r\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc'\r\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1c40>\r\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace726130>\r\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15d00>\r\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb355e0>\r\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35820>\r\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742790>\r\nimport 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742fa0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742a30>\r\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc'\r\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1f40>\r\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35a00>\r\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc'\r\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1370>\r\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace4fb6a0>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace44ba30>\r\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f11c0>\r\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc'\r\nimport 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace48f340>\r\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc'\r\nimport 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace46dc70>\r\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4a5460>\r\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace46de80>\r\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc'\r\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4a51c0>\r\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc'\r\nimport 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e2550>\r\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc'\r\nimport 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace20fc70>\r\n# zipimport: zlib available\r\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\r\n# zipimport: zlib available\r\nimport 'gc' # \r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc'\r\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172be0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172d60>\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace1c3460>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172fd0>\r\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172280>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc'\r\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172850>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc'\r\n# extension module 'libdnf._error' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace0f79a0>\r\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc'\r\n# extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace099520>\r\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f79d0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc'\r\n# extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacdd5fdf0>\r\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1192b0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc'\r\n# extension module 'libdnf._module' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc8102b0>\r\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0cc880>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc'\r\n# extension module 'libdnf._repo' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc6dde50>\r\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc7ef550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc'\r\n# extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc6489d0>\r\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc8104f0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc'\r\n# extension module 'libdnf._utils' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc642d30>\r\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc648f70>\r\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7100>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc571af0>\r\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571310>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc5846d0>\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591280>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc591820>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591c70>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591340>\r\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584760>\r\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc57bd90>\r\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc143eb0>\r\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584160>\r\nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571c70>\r\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc674700>\r\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc674e20>\r\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc6748b0>\r\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7250>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc150d30>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc'\r\n# extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gpg._gpgme' executed from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbfc21f0>\r\nimport 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc062280>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc'\r\nimport 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e7c0>\r\nimport 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc014e20>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc'\r\nimport 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee50>\r\nimport 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06eb80>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc'\r\nimport 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06efd0>\r\nimport 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee20>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc'\r\nimport 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5190>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc'\r\nimport 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5220>\r\nimport 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ef10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc'\r\nimport 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec53a0>\r\nimport 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee80>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc'\r\nimport 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ec10>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc'\r\nimport 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec51c0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc'\r\nimport 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5400>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc'\r\nimport 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5490>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc'\r\nimport 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5520>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc'\r\nimport 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec55b0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc'\r\nimport 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5640>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc'\r\nimport 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec56d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc'\r\nimport 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5760>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc'\r\nimport 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec57f0>\r\nimport 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e1f0>\r\nimport 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc049190>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbec5bb0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5910>\r\nimport 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e3d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc'\r\nimport 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06efa0>\r\nimport 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040c70>\r\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040280>\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040460>\r\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175b20>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040df0>\r\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc150cd0>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc'\r\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedec10>\r\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbede4c0>\r\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc'\r\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe7c280>\r\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2e160>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbe2e1f0>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe8f670>\r\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe7c6a0>\r\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe70a60>\r\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedef70>\r\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedeeb0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2efa0>\r\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2e760>\r\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbeded60>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc'\r\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe67910>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc'\r\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52820>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc'\r\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe528b0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52a30>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc'\r\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace564190>\r\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe62160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5641f0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5642e0>\r\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe529d0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc'\r\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52f70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc'\r\n# extension module '_opcode' loaded from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_opcode' executed from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbc983a0>\r\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc98160>\r\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc889a0>\r\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5759a0>\r\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace564e80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc'\r\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace575c70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc'\r\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace57c970>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbca6700>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc'\r\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbca6340>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc'\r\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb4640>\r\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb4160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc'\r\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb44c0>\r\nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172940>\r\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1727f0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcbdf70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc'\r\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc74f70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc'\r\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\r\n# code object from '/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_curses' executed from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbc0dd60>\r\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0dbe0>\r\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d3a0>\r\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d160>\r\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5deb0>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc'\r\nimport 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d1f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc'\r\nimport 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc39130>\r\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0de80>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc'\r\nimport 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc299a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc39fa0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc'\r\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b190>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc'\r\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b2e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b8e0>\r\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b610>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc'\r\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b9a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb485e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb486d0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48eb0>\r\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48ac0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc'\r\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48f10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc'\r\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60af0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc'\r\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60c10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc'\r\nimport 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60e50>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc'\r\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaef2e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaefcd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaefe20>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafe520>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafe100>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc'\r\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafef10>\r\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafea60>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc'\r\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafed60>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc'\r\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb0b7f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb0bf70>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc'\r\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19370>\r\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d490>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d1f0>\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcbdcd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19ee0>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19c10>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc'\r\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab35b0>\r\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc'\r\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbabc4f0>\r\n# extension module '_decimal' loaded from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_decimal' executed from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbab3e50>\r\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab3dc0>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8730>\r\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae81c0>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc'\r\nimport 'six.moves' # \r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba34a60>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc'\r\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba34c40>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc'\r\n# destroy dateutil.tz.win\r\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8ca0>\r\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8a30>\r\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb26130>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc'\r\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab31f0>\r\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19ac0>\r\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d220>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56160>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56d00>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9eb610>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9ebb80>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc'\r\n# extension module '_sqlite3' loaded from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_sqlite3' executed from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb9f8c40>\r\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8820>\r\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8580>\r\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f81f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8430>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06bb0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06c40>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc'\r\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacba14280>\r\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06dc0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc'\r\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91b2e0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924340>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9242e0>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc'\r\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'pyexpat' executed from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb924490>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9241f0>\r\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91bd00>\r\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91b3a0>\r\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba22a30>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14fa0>\r\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14940>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba067f0>\r\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8fd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06940>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91bd90>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924760>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9249d0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924f40>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb941730>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c5910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d2b80>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc'\r\n# extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rhsm._certificate' executed from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb8f4130>\r\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d2be0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc'\r\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a3400>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc'\r\nimport 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a3520>\r\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895490>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc'\r\nimport 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8957c0>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc'\r\nimport 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a8910>\r\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895130>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc'\r\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8951f0>\r\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb88aa90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc'\r\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a8dc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d1f0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d2e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc'\r\nimport 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d400>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc'\r\nimport 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb813640>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb867f40>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc'\r\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb87a9d0>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc'\r\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb87aa60>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc'\r\nimport 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8132b0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc'\r\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8243a0>\r\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb84bd00>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc'\r\nimport 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb853970>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc'\r\nimport 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7d3880>\r\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb853280>\r\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83dbb0>\r\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8f0d90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc'\r\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7f7640>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7f7df0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785160>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785a90>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc'\r\nimport 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7a51c0>\r\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785d60>\r\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7851f0>\r\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75e2e0>\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75edc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc'\r\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ef40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc'\r\nimport 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb766be0>\r\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7667c0>\r\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb766310>\r\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ea60>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc'\r\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ebb0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc'\r\nimport 'urllib3.packages.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb713a00>\r\nimport 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb713670>\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc'\r\nimport 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7136d0>\r\nimport 'urllib3.packages.six.moves' # \r\nimport 'urllib3.packages.six.moves.http_client' # \r\nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708610>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc'\r\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7087f0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf910>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc'\r\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bfac0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc'\r\nimport 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bfc70>\r\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf5b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc'\r\nimport 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf8b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cb0d0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc'\r\nimport 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cb130>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc'\r\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6d7340>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc'\r\nimport 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6d7910>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc'\r\nimport 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6f8e80>\r\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cbc40>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc'\r\nimport 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cbb20>\r\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf250>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc'\r\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf310>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc'\r\nimport 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf040>\r\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb71caf0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc'\r\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67f8e0>\r\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67f520>\r\nimport 'urllib3.packages.six.moves.urllib' # \r\nimport 'urllib3.packages.six.moves.urllib.parse' # \r\nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb72d9a0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf2e0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc'\r\nimport 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67fd60>\r\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708940>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc'\r\nimport 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb68c910>\r\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc'\r\nimport 'chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4280>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc'\r\nimport 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a44f0>\r\nimport 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a0a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc'\r\nimport 'chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4df0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc'\r\nimport 'chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad190>\r\nimport 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a49d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc'\r\nimport 'chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc'\r\nimport 'chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adc40>\r\nimport 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad7f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adfa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc'\r\nimport 'chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6b50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc'\r\nimport 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6c10>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc'\r\nimport 'chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6ca0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc'\r\nimport 'chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc'\r\nimport 'chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6dc0>\r\nimport 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b64f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc'\r\nimport 'chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6f70>\r\nimport 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adb20>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc'\r\nimport 'chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0370>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc'\r\nimport 'chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e06a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc'\r\nimport 'chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0910>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc'\r\nimport 'chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0bb0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc'\r\nimport 'chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0e50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc'\r\nimport 'chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5130>\r\nimport 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad430>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc'\r\nimport 'chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5490>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e58b0>\r\nimport 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5730>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc'\r\nimport 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5d00>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc'\r\nimport 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc'\r\nimport 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc'\r\nimport 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f30d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc'\r\nimport 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f3160>\r\nimport 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad640>\r\nimport 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a8b0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc'\r\nimport 'chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a8e0>\r\nimport 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a430>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad520>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc'\r\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7083a0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc'\r\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f3fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc'\r\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc'\r\nimport 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589580>\r\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589370>\r\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589100>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc'\r\nimport 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589400>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc'\r\nimport 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb593f40>\r\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5c70>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc'\r\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5a60>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc'\r\nimport 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2250>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc'\r\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2310>\r\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5af0>\r\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5760>\r\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5670>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc'\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5621c0>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2d00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc'\r\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2f10>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc'\r\nimport 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc'\r\nimport 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb562eb0>\r\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc'\r\nimport 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5131c0>\r\nimport 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508df0>\r\nimport 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5082e0>\r\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb577850>\r\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2b50>\r\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775c40>\r\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508f10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc'\r\nimport 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508c40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc'\r\nimport 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb51c910>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc'\r\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb51cd00>\r\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75e520>\r\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb74e880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc'\r\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5372e0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc'\r\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537670>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc'\r\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537790>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc'\r\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cb100>\r\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537850>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc'\r\nimport 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9160>\r\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cba30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc'\r\nimport 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb47f910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc'\r\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb48b550>\r\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9ee0>\r\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9700>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4eea00>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc'\r\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4c40>\r\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4370>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc'\r\nimport 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4df0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b52b0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc'\r\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb4b5430>\r\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b52e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc'\r\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b53d0>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc'\r\n# possible namespace for /usr/lib/python3.9/site-packages/gi\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc'\r\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b5d00>\r\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gi._gi' executed from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb4b5b50>\r\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b5520>\r\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc'\r\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458940>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc'\r\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458a30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc'\r\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458d30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc'\r\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb468340>\r\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4582e0>\r\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444e80>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc'\r\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458460>\r\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444b20>\r\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b58e0>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc'\r\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358490>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb371f10>\r\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358cd0>\r\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358820>\r\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb468f40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320d90>\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc'\r\nimport 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb33e310>\r\n# extension module '_elementtree' loaded from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_elementtree' executed from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb33ef10>\r\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320e20>\r\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320760>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc'\r\nimport 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb34df40>\r\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb34d400>\r\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb323850>\r\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4ee880>\r\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cbee0>\r\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7b8550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb745820>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc'\r\nimport 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2d1df0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc'\r\nimport 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2d1f70>\r\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5f10>\r\nimport 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c59a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc'\r\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2826d0>\r\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2f3b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc'\r\nimport 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f100>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc'\r\nimport 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f3a0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f5e0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc'\r\nimport 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f820>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc'\r\nimport 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28fa00>\r\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb282c70>\r\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2829a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc'\r\nimport 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb282e80>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc'\r\nimport 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f3d0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc'\r\nimport 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f880>\r\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f4f0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc'\r\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb23b190>\r\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29fcd0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc'\r\nimport 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29fe20>\r\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d23d0>\r\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'librepo._librepo' loaded from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\n# extension module 'librepo._librepo' executed from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\nimport 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb248b20>\r\nimport 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c56a0>\r\nimport 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb94d520>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc'\r\nimport 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc'\r\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26a910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc'\r\nimport 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2716a0>\r\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26af40>\r\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25faf0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc'\r\nimport 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26a370>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc'\r\nimport 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27a640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc'\r\nimport 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27a850>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc'\r\nimport 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27ab50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc'\r\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27ae20>\r\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f0d0>\r\nimport 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb248cd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f490>\r\n\r\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"tlog\", \"sssd\", \"authselect\"], \"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, \"state\": null}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n# cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n# cleanup[2] removing gpg.constants.tofu\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n# destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n# cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n# cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n# cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.compat\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n# cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n# cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n# cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n# destroy _sitebuiltins\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy selinux\r\n# destroy distro\r\n# destroy netrc\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy systemd.journal\r\n# destroy iniparse.compat\r\n# destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n# destroy rhsmlib.facts.dmidecodeparser\r\n# destroy rhsmlib.facts.all\r\n# destroy rhsmlib.dbus\r\n# destroy rhsmlib.dbus.server\r\n# destroy rhsmlib.client_info\r\n# destroy librepo\r\n# cleanup[3] wiping subscription_manager.action_client\r\n# cleanup[3] wiping subscription_manager.installedproductslib\r\n# cleanup[3] wiping subscription_manager.packageprofilelib\r\n# cleanup[3] wiping subscription_manager.factlib\r\n# cleanup[3] wiping subscription_manager.healinglib\r\n# cleanup[3] wiping subscription_manager.identitycertlib\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n# cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n# cleanup[3] wiping subscription_manager.content_action_client\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n# cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n# cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n# cleanup[3] wiping subscription_manager.base_plugin\r\n# cleanup[3] wiping subscription_manager.cp_provider\r\n# cleanup[3] wiping subscription_manager.validity\r\n# cleanup[3] wiping subscription_manager.identity\r\n# cleanup[3] wiping subscription_manager.facts\r\n# cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n# cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n# cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n# destroy subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.cache\r\n# destroy rhsmlib.services.syspurpose\r\n# cleanup[3] wiping rhsm.logutil\r\n# cleanup[3] wiping logging.config\r\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\r\n# destroy xml.etree.ElementTree\r\n# cleanup[3] wiping _elementtree\r\n# cleanup[3] wiping xml.etree.ElementPath\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n# cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n# cleanup[3] wiping gi.repository\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides\r\n# destroy gi.overrides.GLib\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n# destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n# cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib\r\n# cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider\r\n# cleanup[3] wiping requests\r\n# destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n# destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n# destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel\r\n# destroy chardet.langrussianmodel\r\n# destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection\r\n# cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n# cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n# cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n# cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n# destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n# cleanup[3] wiping iniparse.ini\r\n# destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n# destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n# cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n# destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n# cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n# cleanup[3] wiping gpg._gpgme\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n# cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n# destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n# destroy xml.etree.ElementPath\r\n# destroy _elementtree\r\n# destroy _heapq\r\n# destroy zipimport\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n# destroy gi._gi\r\n# destroy gi._gobject\r\n# destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy stat\r\n# destroy selectors\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy gzip\r\n# destroy rhsmlib.facts.dmiinfo\r\n# destroy requests\r\n# destroy iniparse.ini\r\n# destroy enum\r\n# destroy signal\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n# destroy _stat\r\n# destroy http.cookies\r\n# destroy urllib.parse\r\n# destroy _weakref\r\n# destroy ntpath\r\n# destroy posix\r\n# destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n# destroy _opcode\r\n# destroy requests.sessions\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy fcntl\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings\r\n# destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n# destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n# destroy hashlib\r\n# destroy encodings\r\n# destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n# destroy calendar\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy codecs\r\n# destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util\r\n# destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n# destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n# destroy http.client\r\n# destroy email\r\n# destroy string\r\n# destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n# destroy errno\r\n# destroy select\r\n# destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n# destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n# destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n# destroy pyexpat\r\n# destroy threading\r\n# destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888130.83618: stdout chunk (state=3):\n>>># destroy xml.etree.ElementPath\r\n# destroy _elementtree\r\n<<<\n 7519 1726888130.83625: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy zipimport\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n# destroy gi._gi\r\n# destroy gi._gobject\r\n# destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy stat\r\n# destroy selectors\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy gzip\r\n# destroy rhsmlib.facts.dmiinfo\r\n# destroy requests\r\n# destroy iniparse.ini\r\n# destroy enum\r\n# destroy signal\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n# destroy _stat\r\n# destroy http.cookies\r\n# destroy urllib.parse\r\n# destroy _weakref\r\n# destroy ntpath\r\n# destroy posix\r\n# destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n# destroy _opcode\r\n# destroy requests.sessions\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy fcntl\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings\r\n# destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n# destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n# destroy hashlib\r\n# destroy encodings\r\n# destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n# destroy calendar\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy codecs\r\n# destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util\r\n<<<\n 7519 1726888130.83628: stdout chunk (state=3):\n>>># destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n# destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n# destroy http.client\r\n# destroy email\r\n<<<\n 7519 1726888130.83631: stdout chunk (state=3):\n>>># destroy string\r\n# destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n<<<\n 7519 1726888130.83633: stdout chunk (state=3):\n>>># destroy errno\r\n# destroy select\r\n# destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n# destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n# destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n<<<\n 7519 1726888130.85293: stdout chunk (state=3):\n>>># destroy pyexpat\r\n# destroy threading\r\n# destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888130.85297: stdout chunk (state=3):\n>>><<<\n 7519 1726888130.85301: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888130.85304: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d83a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113b2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113f0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11388d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113b2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132eeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11331f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11327610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132d640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132e370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11239dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d112398b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292d30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1128b610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1129f670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11335e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1124bc70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1129f280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bfa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bd90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bd00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1121e370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1121e460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11253fa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124da30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124d490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d111521c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11209c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124deb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11164af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11164e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11176730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11176c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d111033a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11164f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11114280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d111765b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11114340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f6a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112fca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1113c1f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f8e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11123a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b5b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112fa90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0d1105e670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f5c7f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f6e760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f6e400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e7c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f80850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f804c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f80670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109ccb20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fe7d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fe7190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109a7a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109c6310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f46970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fbcd30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1098f9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099e0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f92700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1099e100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099c580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099c640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099bc70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1105e820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4faf0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4d9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10991850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4f520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f87ac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10574d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1097d550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10954fd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f449d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10574610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10fd67f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f4d610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10978c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095a460>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095b7f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'email\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054baf0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'email.mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054bfd0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc\\'\\r\\nimport \\'quopri\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b2e0>\\r\\nimport \\'email.encoders\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b880>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc\\'\\r\\nimport \\'email.errors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975880>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc\\'\\r\\nimport \\'email.quoprimime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102acd00>\\r\\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc\\'\\r\\nimport \\'email.base64mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5280>\\r\\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc\\'\\r\\nimport \\'email.charset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5460>\\r\\nimport \\'email.header\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102ac460>\\r\\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5f40>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc\\'\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5e50>\\r\\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc\\'\\r\\nimport \\'calendar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103168b0>\\r\\nimport \\'email._parseaddr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102a1cd0>\\r\\nimport \\'email.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5910>\\r\\nimport \\'email._policybase\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975130>\\r\\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc\\'\\r\\nimport \\'email._encoded_words\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10505460>\\r\\nimport \\'email._header_value_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955370>\\r\\nimport \\'email.headerregistry\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103164f0>\\r\\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc\\'\\r\\nimport \\'uu\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031ca00>\\r\\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc\\'\\r\\nimport \\'email.iterators\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031cc40>\\r\\nimport \\'email.message\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10556130>\\r\\nimport \\'email.contentmanager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955d00>\\r\\nimport \\'email.policy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109755e0>\\r\\nimport \\'email.mime.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975820>\\r\\nimport \\'email.mime.nonmultipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b790>\\r\\nimport \\'email.mime.application\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054bfa0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc\\'\\r\\nimport \\'email.mime.multipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054ba30>\\r\\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc\\'\\r\\nimport \\'email.feedparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031cf40>\\r\\nimport \\'email.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975a00>\\r\\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'http\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031c370>\\r\\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d103266a0>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10276a30>\\r\\nimport \\'http.client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031c1c0>\\r\\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc\\'\\r\\nimport \\'mimetypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102ba340>\\r\\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc\\'\\r\\nimport \\'netrc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1028cc70>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d0bb0>\\r\\nimport \\'urllib.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1028ce80>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc\\'\\r\\nimport \\'urllib.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d0e50>\\r\\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc\\'\\r\\nimport \\'http.cookiejar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1030c550>\\r\\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc\\'\\r\\nimport \\'gzip\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1003ac70>\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\\r\\n# zipimport: zlib available\\r\\nimport \\'gc\\' # \\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc\\'\\r\\nimport \\'email.mime.text\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dbe0>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dd60>\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0ffee460>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dfd0>\\r\\nimport \\'dnf.pycomp\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d280>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc\\'\\r\\nimport \\'dnf.const\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d850>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._error\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_error.so\\'\\r\\n# extension module \\'libdnf._error\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_error.so\\'\\r\\nimport \\'libdnf._error\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0ff229a0>\\r\\nimport \\'libdnf.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22550>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._common_types\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\\'\\r\\n# extension module \\'libdnf._common_types\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\\'\\r\\nimport \\'libdnf._common_types\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0fec4520>\\r\\nimport \\'libdnf.common_types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff229d0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._conf\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\\'\\r\\n# extension module \\'libdnf._conf\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\\'\\r\\nimport \\'libdnf._conf\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0fe9adf0>\\r\\nimport \\'libdnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff442b0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._module\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_module.so\\'\\r\\n# extension module \\'libdnf._module\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_module.so\\'\\r\\nimport \\'libdnf._module\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e6372b0>\\r\\nimport \\'libdnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0fef6880>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._repo\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\\'\\r\\n# extension module \\'libdnf._repo\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\\'\\r\\nimport \\'libdnf._repo\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e504e50>\\r\\nimport \\'libdnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e616550>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._transaction\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\\'\\r\\n# extension module \\'libdnf._transaction\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\\'\\r\\nimport \\'libdnf._transaction\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e4709d0>\\r\\nimport \\'libdnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e6374f0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._utils\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\\'\\r\\n# extension module \\'libdnf._utils\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\\'\\r\\nimport \\'libdnf._utils\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e469d30>\\r\\nimport \\'libdnf.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e470f70>\\r\\nimport \\'libdnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22100>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e398af0>\\r\\nimport \\'dnf.i18n\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398310>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.yum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab6d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'dnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8280>\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'rpm._rpm\\' loaded from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'rpm._rpm\\' executed from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'rpm._rpm\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e3b8820>\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8c70>\\r\\nimport \\'rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8340>\\r\\nimport \\'dnf.yum.rpmtrans\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab760>\\r\\nimport \\'dnf.callback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3a2d90>\\r\\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'hawkey._hawkey\\' loaded from \\'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\\'\\r\\n# extension module \\'hawkey._hawkey\\' executed from \\'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\\'\\r\\nimport \\'hawkey._hawkey\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0df69eb0>\\r\\nimport \\'hawkey\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab160>\\r\\nimport \\'dnf.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398c70>\\r\\nimport \\'dnf.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b700>\\r\\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'libcomps._libpycomps\\' loaded from \\'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\\'\\r\\n# extension module \\'libcomps._libpycomps\\' executed from \\'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\\'\\r\\nimport \\'libcomps._libpycomps\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e49be20>\\r\\nimport \\'libcomps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b8b0>\\r\\nimport \\'dnf.comps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22250>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.db\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df76d30>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc\\'\\r\\n# extension module \\'gpg._gpgme\\' loaded from \\'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'gpg._gpgme\\' executed from \\'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'gpg._gpgme\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dde81f0>\\r\\nimport \\'gpg.gpgme\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de88280>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'gpg.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de947c0>\\r\\nimport \\'gpg.errors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de3ae20>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.data.encoding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e50>\\r\\nimport \\'gpg.constants.data\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94b80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.keylist.mode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94fd0>\\r\\nimport \\'gpg.constants.keylist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e20>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sig.mode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb190>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sig.notation\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb220>\\r\\nimport \\'gpg.constants.sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94f10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.tofu.policy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb3a0>\\r\\nimport \\'gpg.constants.tofu\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e80>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.create\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94c10>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.event\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb1c0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.import_type\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb400>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.keysign\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb490>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.md\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb520>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.pk\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb5b0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.protocol\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb640>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sigsum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb6d0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.status\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb760>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.validity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb7f0>\\r\\nimport \\'gpg.constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de941f0>\\r\\nimport \\'gpg.core\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de6f190>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dcebbb0>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb910>\\r\\nimport \\'gpg.callbacks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de943d0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'gpg.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94fa0>\\r\\nimport \\'gpg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66c70>\\r\\nimport \\'dnf.crypto\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66280>\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66460>\\r\\nimport \\'dnf.yum.misc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9cb20>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc\\'\\r\\nimport \\'dnf.db.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66df0>\\r\\nimport \\'dnf.db.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df76cd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc\\'\\r\\nimport \\'dnf.conf.substitutions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04c10>\\r\\nimport \\'dnf.conf.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd044c0>\\r\\nimport \\'dnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9c910>\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc\\'\\r\\nimport \\'dnf.lock\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dca2280>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54160>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dc541f0>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dcb5670>\\r\\nimport \\'logging.handlers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dca26a0>\\r\\nimport \\'dnf.logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc96a60>\\r\\nimport \\'dnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04f70>\\r\\nimport \\'dnf.conf.read\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04eb0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54fa0>\\r\\nimport \\'dnf.rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54760>\\r\\nimport \\'dnf.dnssec\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04d60>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc\\'\\r\\nimport \\'dnf.drpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc8d910>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc\\'\\r\\nimport \\'dnf.goal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77820>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc\\'\\r\\nimport \\'dnf.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc778b0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77a30>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._smartcols\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\\'\\r\\n# extension module \\'libdnf._smartcols\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\\'\\r\\nimport \\'libdnf._smartcols\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1038f190>\\r\\nimport \\'libdnf.smartcols\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc88160>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc\\'\\r\\nimport \\'dnf.selector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038f1f0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'dnf.module.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038f2e0>\\r\\nimport \\'dnf.module.module_base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc779d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc\\'\\r\\nimport \\'dnf.persistor\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77f70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc\\'\\r\\n# extension module \\'_opcode\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_opcode\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_opcode\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dabe3a0>\\r\\nimport \\'opcode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dabe160>\\r\\nimport \\'dis\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0daae9a0>\\r\\nimport \\'inspect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a09a0>\\r\\nimport \\'dnf.plugin\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038fe80>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc\\'\\r\\nimport \\'dnf.query\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a0c70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc\\'\\r\\nimport \\'dnf.repodict\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a7970>\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dacc700>\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.miscutils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dacc340>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc\\'\\r\\nimport \\'dnf.package\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada640>\\r\\nimport \\'dnf.sack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada160>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc\\'\\r\\nimport \\'dnf.subject\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada4c0>\\r\\nimport \\'dnf.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d940>\\r\\nimport \\'dnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d7f0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnfpluginscore\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dae3f70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.format\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da9af70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_curses\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_curses\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_curses\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0da33d60>\\r\\nimport \\'curses\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33be0>\\r\\nimport \\'dnf.cli.term\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da333a0>\\r\\nimport \\'dnf.cli.progress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33160>\\r\\nimport \\'dnf.cli.output\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83eb0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da331f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.option_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da5f130>\\r\\nimport \\'dnf.cli.commands\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33e80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.alias\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da509a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.autoremove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da5ffa0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.check\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d961190>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.clean\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9612e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.repoquery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9618e0>\\r\\nimport \\'dnf.cli.commands.deplist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d961610>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.distrosync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9619a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.downgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96f5e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96f6d0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc\\'\\r\\nimport \\'dnf.transaction_sr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96feb0>\\r\\nimport \\'dnf.cli.commands.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96fac0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96ff10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.makecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985af0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.mark\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985c10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985e50>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.reinstall\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9162e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.remove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d916cd0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.repolist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d916e20>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc\\'\\r\\nimport \\'dnf.match_counter\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924520>\\r\\nimport \\'dnf.cli.commands.search\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924100>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc\\'\\r\\nimport \\'cmd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924f10>\\r\\nimport \\'dnf.cli.commands.shell\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924a60>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.swap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924d60>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.updateinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9317f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d931f70>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrademinimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93f280>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.demand\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93f370>\\r\\nimport \\'dnf.cli.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83490>\\r\\nimport \\'dnf.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da831f0>\\r\\nimport \\'dnf.plugin.dynamic.builddep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dae3cd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc\\'\\r\\nimport \\'dateutil._version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fee0>\\r\\nimport \\'dateutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fc10>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc\\'\\r\\nimport \\'six\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d95b0>\\r\\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc\\'\\r\\nimport \\'numbers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8e34f0>\\r\\n# extension module \\'_decimal\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_decimal\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_decimal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d8d9e50>\\r\\nimport \\'decimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d9dc0>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc\\'\\r\\nimport \\'dateutil._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90e730>\\r\\nimport \\'dateutil.relativedelta\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90e1c0>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc\\'\\r\\nimport \\'six.moves\\' # \\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc\\'\\r\\nimport \\'dateutil.tz._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d85aa60>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc\\'\\r\\nimport \\'dateutil.tz._factories\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d85ac40>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc\\'\\r\\n# destroy dateutil.tz.win\\r\\nimport \\'dateutil.tz.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90eca0>\\r\\nimport \\'dateutil.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90ea30>\\r\\nimport \\'dateutil.parser._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d94c130>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc\\'\\r\\nimport \\'dateutil.parser.isoparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d91f0>\\r\\nimport \\'dateutil.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fac0>\\r\\nimport \\'dnf.plugin.dynamic.changelog\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83220>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.config_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87c160>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.copr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87c490>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debug\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87cd00>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debuginfo-install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d812610>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.download\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d812b80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\\r\\n# code object from \\'/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc\\'\\r\\n# extension module \\'_sqlite3\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sqlite3\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sqlite3\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d81fc40>\\r\\nimport \\'sqlite3.dbapi2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f820>\\r\\nimport \\'sqlite3\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f580>\\r\\nimport \\'dnf.plugin.dynamic.generate_completion_cache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f1f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.groups_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f430>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc\\'\\r\\nimport \\'dbus._compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cbb0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'dbus.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cc40>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc\\'\\r\\n# extension module \\'_dbus_bindings\\' loaded from \\'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\\'\\r\\n# extension module \\'_dbus_bindings\\' executed from \\'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\\'\\r\\nimport \\'_dbus_bindings\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d83a280>\\r\\nimport \\'dbus.types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cdc0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc\\'\\r\\nimport \\'dbus.lowlevel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d7422e0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a340>\\r\\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml.parsers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a2e0>\\r\\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc\\'\\r\\n# extension module \\'pyexpat\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'pyexpat\\' executed from \\'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'pyexpat\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d74a490>\\r\\nimport \\'xml.parsers.expat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a1f0>\\r\\nimport \\'dbus._expat_introspect_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d742d00>\\r\\nimport \\'dbus.proxies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d7423a0>\\r\\nimport \\'dbus.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d848a30>\\r\\nimport \\'dbus.bus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83afa0>\\r\\nimport \\'dbus._dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83a940>\\r\\nimport \\'dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82c7f0>\\r\\nimport \\'dnf.plugin.dynamic.needs_restarting\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81ffd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repoclosure\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82c940>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repodiff\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d742d90>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repograph\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a760>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repomanage\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a9d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.reposync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74af40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.system_upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d767730>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb910>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f8b80>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc\\'\\r\\n# extension module \\'rhsm._certificate\\' loaded from \\'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'rhsm._certificate\\' executed from \\'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'rhsm._certificate\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d71a130>\\r\\nimport \\'rhsm.certificate\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f8be0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'iniparse.configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6c9400>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc\\'\\r\\nimport \\'iniparse.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6c9520>\\r\\nimport \\'iniparse.ini\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb490>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc\\'\\r\\nimport \\'iniparse.compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb7c0>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'iniparse.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6ce910>\\r\\nimport \\'iniparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb130>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.i18n\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb1f0>\\r\\nimport \\'rhsm.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6b0a90>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.injection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6cedc0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6641f0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.services\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6642e0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.services.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d664400>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc\\'\\r\\nimport \\'ntpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d639640>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d68df40>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc\\'\\r\\nimport \\'rhsm.https\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6a09d0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc\\'\\r\\nimport \\'rhsm.ourjson\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6a0a60>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'rhsm.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6392b0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d64a3a0>\\r\\nimport \\'rhsm.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d671d00>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc\\'\\r\\nimport \\'rhsm.bitstream\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d679970>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc\\'\\r\\nimport \\'rhsm.huffman\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5f9880>\\r\\nimport \\'rhsm.pathtree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d679280>\\r\\nimport \\'rhsm.certificate2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d664bb0>\\r\\nimport \\'subscription_manager.certdirectory\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d716d90>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc\\'\\r\\nimport \\'pprint\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d61d640>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.branding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d61ddf0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5ab160>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cpuinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5aba90>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.collection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5cb1c0>\\r\\nimport \\'rhsmlib.facts.collector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5abd60>\\r\\nimport \\'rhsmlib.facts.hwprobe\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5ab1f0>\\r\\nimport \\'subscription_manager.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60b880>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'cloud_what\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5842e0>\\r\\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cleanup\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584dc0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.virt\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584f40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.dmidecodeparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58cbe0>\\r\\nimport \\'rhsmlib.facts.dmiinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c7c0>\\r\\nimport \\'rhsmlib.facts.firmware_info\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c310>\\r\\nimport \\'rhsmlib.facts.host_collector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584a60>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.custom\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584bb0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc\\'\\r\\nimport \\'urllib3.packages.ssl_match_hostname\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d539a00>\\r\\nimport \\'urllib3.packages\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d539670>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc\\'\\r\\nimport \\'urllib3.packages.six\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5396d0>\\r\\nimport \\'urllib3.packages.six.moves\\' # \\r\\nimport \\'urllib3.packages.six.moves.http_client\\' # \\r\\nimport \\'urllib3.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d610>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc\\'\\r\\nimport \\'urllib3._version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d7f0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'urllib3.contrib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5910>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc\\'\\r\\nimport \\'urllib3.contrib._appengine_environ\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5ac0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.wait\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5c70>\\r\\nimport \\'urllib3.util.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e55b0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e58b0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f10d0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.retry\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1130>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc\\'\\r\\nimport \\'hmac\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4fd340>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.url\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4fd910>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.ssltransport\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d51ee80>\\r\\nimport \\'urllib3.util.ssl_\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1c40>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.timeout\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1b20>\\r\\nimport \\'urllib3.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5250>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.proxy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5310>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc\\'\\r\\nimport \\'urllib3._collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5040>\\r\\nimport \\'urllib3.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d542af0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc\\'\\r\\nimport \\'urllib3.fields\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a68e0>\\r\\nimport \\'urllib3.filepost\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a6520>\\r\\nimport \\'urllib3.packages.six.moves.urllib\\' # \\r\\nimport \\'urllib3.packages.six.moves.urllib.parse\\' # \\r\\nimport \\'urllib3.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5539a0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib3.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e52e0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a6d60>\\r\\nimport \\'urllib3.connectionpool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d940>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc\\'\\r\\nimport \\'urllib3.poolmanager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4b2910>\\r\\nimport \\'urllib3\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bfa0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc\\'\\r\\nimport \\'chardet.enums\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca280>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.charsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca4f0>\\r\\nimport \\'chardet.charsetgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c00a0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc\\'\\r\\nimport \\'chardet.codingstatemachine\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4cadf0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc\\'\\r\\nimport \\'chardet.escsm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3190>\\r\\nimport \\'chardet.escprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca9d0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.latin1prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4cac40>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc\\'\\r\\nimport \\'chardet.mbcssm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3c40>\\r\\nimport \\'chardet.utf8prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d37f0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.mbcharsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3fa0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.euctwfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcb50>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.euckrfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcc10>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc\\'\\r\\nimport \\'chardet.gb2312freq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcca0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc\\'\\r\\nimport \\'chardet.big5freq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcd30>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.jisfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcdc0>\\r\\nimport \\'chardet.chardistribution\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dc4f0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc\\'\\r\\nimport \\'chardet.jpcntx\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcf70>\\r\\nimport \\'chardet.sjisprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3b20>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.eucjpprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406370>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.gb2312prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4066a0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.euckrprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406910>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.cp949prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406bb0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.big5prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406e50>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.euctwprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b130>\\r\\nimport \\'chardet.mbcsgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3430>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.hebrewprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b490>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.sbcharsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b8b0>\\r\\nimport \\'chardet.langbulgarianmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b730>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langgreekmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bd00>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langhebrewmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bc40>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langrussianmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bd30>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langthaimodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4180d0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langturkishmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d418160>\\r\\nimport \\'chardet.sbcsgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3640>\\r\\nimport \\'chardet.universaldetector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c08b0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'chardet.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c08e0>\\r\\nimport \\'chardet\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c0430>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'requests.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3520>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc\\'\\r\\nimport \\'requests.__version__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d3a0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc\\'\\r\\nimport \\'requests.certs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d418fd0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc\\'\\r\\nimport \\'http.cookies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af580>\\r\\nimport \\'requests.compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af370>\\r\\nimport \\'requests._internal_utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af100>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc\\'\\r\\nimport \\'requests.cookies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af400>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc\\'\\r\\nimport \\'requests.structures\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3b9f40>\\r\\nimport \\'requests.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bc70>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc\\'\\r\\nimport \\'idna.package_data\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cba60>\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc\\'\\r\\nimport \\'idna.idnadata\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8250>\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc\\'\\r\\nimport \\'idna.intranges\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8310>\\r\\nimport \\'idna.core\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cbaf0>\\r\\nimport \\'idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb760>\\r\\nimport \\'requests.packages\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb670>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\\'\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3881c0>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8d00>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc\\'\\r\\nimport \\'requests.hooks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8f10>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc\\'\\r\\nimport \\'requests.auth\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8fd0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc\\'\\r\\nimport \\'requests.status_codes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d388eb0>\\r\\nimport \\'requests.models\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb730>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc\\'\\r\\nimport \\'socks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3391c0>\\r\\nimport \\'urllib3.contrib.socks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32edf0>\\r\\nimport \\'requests.adapters\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32e2e0>\\r\\nimport \\'requests.sessions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d39d850>\\r\\nimport \\'requests.api\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8b50>\\r\\nimport \\'requests\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bc40>\\r\\nimport \\'cloud_what._base_provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59b550>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32ef10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.aws\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32ec40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.azure\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d341910>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.gcp\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d341d00>\\r\\nimport \\'cloud_what.provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584520>\\r\\nimport \\'rhsm.profile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d575880>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.jsonwrapper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c2e0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.isodate\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c670>\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'syspurpose\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c790>\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'syspurpose.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1100>\\r\\nimport \\'syspurpose.files\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c850>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.certlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ff160>\\r\\nimport \\'subscription_manager.syspurposelib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1a30>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc\\'\\r\\nimport \\'asyncore\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2a5910>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'ctypes.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2b1550>\\r\\nimport \\'pyinotify\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ffee0>\\r\\nimport \\'rhsmlib.file_monitor\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ff700>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d314a00>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc\\'\\r\\nimport \\'dbus.decorators\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2cac40>\\r\\nimport \\'dbus.service\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ca370>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc\\'\\r\\nimport \\'dbus.server\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2cadf0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dbus.mainloop\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db2b0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc\\'\\r\\n# extension module \\'_dbus_glib_bindings\\' loaded from \\'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\\'\\r\\n# extension module \\'_dbus_glib_bindings\\' executed from \\'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\\'\\r\\nimport \\'_dbus_glib_bindings\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d2db430>\\r\\nimport \\'dbus.mainloop.glib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db2e0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.dbus.constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db3d0>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# possible namespace for /usr/lib/python3.9/site-packages/gi\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc\\'\\r\\nimport \\'gi._error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2dbd00>\\r\\n# extension module \\'gi._gi\\' loaded from \\'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'gi._gi\\' executed from \\'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'gi._gi\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d2dbb50>\\r\\nimport \\'gi\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db520>\\r\\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc\\'\\r\\nimport \\'gi._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e940>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc\\'\\r\\nimport \\'gi.docstring\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27ea30>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc\\'\\r\\nimport \\'gi._propertyhelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27ed30>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc\\'\\r\\nimport \\'gi._signalhelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d28d340>\\r\\nimport \\'gi.types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e2e0>\\r\\nimport \\'gi.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ae80>\\r\\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'gi.overrides\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e460>\\r\\nimport \\'gi.importer\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ab20>\\r\\nimport \\'gi.repository\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db8e0>\\r\\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc\\'\\r\\nimport \\'gi._ossighelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17e490>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d197f10>\\r\\nimport \\'optparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17ecd0>\\r\\nimport \\'gi._option\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17e820>\\r\\nimport \\'gi.overrides.GLib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d28df40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml.etree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146d90>\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc\\'\\r\\nimport \\'xml.etree.ElementPath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d164310>\\r\\n# extension module \\'_elementtree\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_elementtree\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_elementtree\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d164f10>\\r\\nimport \\'xml.etree.ElementTree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146e20>\\r\\nimport \\'rhsmlib.dbus.dbus_utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146760>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc\\'\\r\\nimport \\'socketserver\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d173f40>\\r\\nimport \\'logging.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d173400>\\r\\nimport \\'rhsm.logutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d149850>\\r\\nimport \\'rhsmlib.dbus.server\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d314880>\\r\\nimport \\'rhsmlib.services.syspurpose\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1ee0>\\r\\nimport \\'subscription_manager.cache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5de550>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.model\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d56b820>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.model.ent_cert\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0f7df0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.repofile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0f7f70>\\r\\nimport \\'subscription_manager.repolib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60bf10>\\r\\nimport \\'subscription_manager.productid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb9a0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.reasons\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a96d0>\\r\\nimport \\'subscription_manager.cert_sorter\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d119b50>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.insights\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5100>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.kpatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b53a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cloud_facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b55e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.pkg_arches\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5820>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.network\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5a00>\\r\\nimport \\'rhsmlib.facts.all\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a9c70>\\r\\nimport \\'subscription_manager.facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a99a0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.identity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a9e80>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.validity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c53d0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.client_info\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5880>\\r\\nimport \\'subscription_manager.cp_provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c54f0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.base_plugin\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d061190>\\r\\nimport \\'subscription_manager.plugins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5cd0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.lock\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5e20>\\r\\nimport \\'subscription_manager.injectioninit\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f83d0>\\r\\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'librepo._librepo\\' loaded from \\'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\\'\\r\\n# extension module \\'librepo._librepo\\' executed from \\'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\\'\\r\\nimport \\'librepo._librepo\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d06eb20>\\r\\nimport \\'librepo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb6a0>\\r\\nimport \\'dnf.plugin.dynamic.product-id\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6e2520>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.base_action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085640>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.content_action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090910>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.entbranding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0976a0>\\r\\nimport \\'subscription_manager.rhelentbranding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090f40>\\r\\nimport \\'subscription_manager.entcertlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085af0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.identitycertlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090370>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.healinglib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00e640>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.factlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00e850>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.packageprofilelib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00eb50>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.installedproductslib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00ee20>\\r\\nimport \\'subscription_manager.action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0850d0>\\r\\nimport \\'dnf.plugin.dynamic.subscription-manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d06ecd0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.upload-profile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085490>\\r\\n\\r\\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"tlog\", \"sssd\", \"authselect\"], \"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, \"state\": null}}}\\r\\n# destroy dnf.plugin.dynamic\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing email\\r\\n# cleanup[2] removing email.mime\\r\\n# cleanup[2] removing quopri\\r\\n# cleanup[2] removing email.encoders\\r\\n# cleanup[2] removing email.errors\\r\\n# cleanup[2] removing email.quoprimime\\r\\n# cleanup[2] removing email.base64mime\\r\\n# cleanup[2] removing email.charset\\r\\n# cleanup[2] removing email.header\\r\\n# cleanup[2] removing urllib\\r\\n# cleanup[2] removing urllib.parse\\r\\n# cleanup[2] removing calendar\\r\\n# cleanup[2] removing email._parseaddr\\r\\n# cleanup[2] removing email.utils\\r\\n# cleanup[2] removing email._policybase\\r\\n# cleanup[2] removing email._encoded_words\\r\\n# cleanup[2] removing email._header_value_parser\\r\\n# cleanup[2] removing email.headerregistry\\r\\n# cleanup[2] removing uu\\r\\n# cleanup[2] removing email.iterators\\r\\n# cleanup[2] removing email.message\\r\\n# cleanup[2] removing email.contentmanager\\r\\n# cleanup[2] removing email.policy\\r\\n# cleanup[2] removing email.mime.base\\r\\n# cleanup[2] removing email.mime.nonmultipart\\r\\n# cleanup[2] removing email.mime.application\\r\\n# cleanup[2] removing email.mime.multipart\\r\\n# cleanup[2] removing email.feedparser\\r\\n# cleanup[2] removing email.parser\\r\\n# cleanup[2] removing http\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# cleanup[2] removing http.client\\r\\n# cleanup[2] removing mimetypes\\r\\n# cleanup[2] removing netrc\\r\\n# cleanup[2] removing urllib.response\\r\\n# cleanup[2] removing urllib.error\\r\\n# cleanup[2] removing urllib.request\\r\\n# cleanup[2] removing http.cookiejar\\r\\n# cleanup[2] removing gzip\\r\\n# cleanup[2] removing ansible.module_utils.urls\\r\\n# destroy ansible.module_utils.urls\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.common.respawn\\r\\n# destroy ansible.module_utils.common.respawn\\r\\n# cleanup[2] removing ansible.module_utils.yumdnf\\r\\n# destroy ansible.module_utils.yumdnf\\r\\n# cleanup[2] removing gc\\r\\n# cleanup[2] removing email.mime.text\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing dnf.pycomp\\r\\n# cleanup[2] removing dnf.const\\r\\n# cleanup[2] removing libdnf._error\\r\\n# cleanup[2] removing libdnf.error\\r\\n# cleanup[2] removing libdnf._common_types\\r\\n# cleanup[2] removing libdnf.common_types\\r\\n# cleanup[2] removing libdnf._conf\\r\\n# cleanup[2] removing libdnf.conf\\r\\n# cleanup[2] removing libdnf._module\\r\\n# cleanup[2] removing libdnf.module\\r\\n# cleanup[2] removing libdnf._repo\\r\\n# cleanup[2] removing libdnf.repo\\r\\n# cleanup[2] removing libdnf._transaction\\r\\n# cleanup[2] removing libdnf.transaction\\r\\n# cleanup[2] removing libdnf._utils\\r\\n# cleanup[2] removing libdnf.utils\\r\\n# cleanup[2] removing libdnf\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing dnf.i18n\\r\\n# cleanup[2] removing dnf.yum\\r\\n# cleanup[2] removing dnf.transaction\\r\\n# cleanup[2] removing rpm._rpm\\r\\n# cleanup[2] removing rpm.transaction\\r\\n# cleanup[2] removing rpm\\r\\n# cleanup[2] removing dnf.yum.rpmtrans\\r\\n# cleanup[2] removing dnf.callback\\r\\n# cleanup[2] removing hawkey._hawkey\\r\\n# cleanup[2] removing hawkey\\r\\n# cleanup[2] removing dnf.util\\r\\n# cleanup[2] removing dnf.exceptions\\r\\n# cleanup[2] removing libcomps._libpycomps\\r\\n# cleanup[2] removing libcomps\\r\\n# cleanup[2] removing dnf.comps\\r\\n# cleanup[2] removing dnf.db\\r\\n# cleanup[2] removing gpg._gpgme\\r\\n# cleanup[2] removing gpg.gpgme\\r\\n# cleanup[2] removing gpg.util\\r\\n# cleanup[2] removing gpg.errors\\r\\n# cleanup[2] removing gpg.constants.data.encoding\\r\\n# cleanup[2] removing gpg.constants.data\\r\\n# cleanup[2] removing gpg.constants.keylist.mode\\r\\n# cleanup[2] removing gpg.constants.keylist\\r\\n# cleanup[2] removing gpg.constants.sig.mode\\r\\n# cleanup[2] removing gpg.constants.sig.notation\\r\\n# cleanup[2] removing gpg.constants.sig\\r\\n# cleanup[2] removing gpg.constants.tofu.policy\\r\\n# cleanup[2] removing gpg.constants.tofu\\r\\n# cleanup[2] removing gpg.constants.create\\r\\n# cleanup[2] removing gpg.constants.event\\r\\n# cleanup[2] removing gpg.constants.import_type\\r\\n# cleanup[2] removing gpg.constants.keysign\\r\\n# cleanup[2] removing gpg.constants.md\\r\\n# cleanup[2] removing gpg.constants.pk\\r\\n# cleanup[2] removing gpg.constants.protocol\\r\\n# cleanup[2] removing gpg.constants.sigsum\\r\\n# cleanup[2] removing gpg.constants.status\\r\\n# cleanup[2] removing gpg.constants.validity\\r\\n# cleanup[2] removing gpg.constants\\r\\n# cleanup[2] removing gpg.core\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# destroy getpass\\r\\n# cleanup[2] removing gpg.callbacks\\r\\n# cleanup[2] removing gpg.version\\r\\n# cleanup[2] removing gpg\\r\\n# destroy gpg\\r\\n# destroy gpg.core\\r\\n# destroy gpg.callbacks\\r\\n# destroy gpg.version\\r\\n# cleanup[2] removing dnf.crypto\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing dnf.yum.misc\\r\\n# cleanup[2] removing dnf.db.group\\r\\n# cleanup[2] removing dnf.db.history\\r\\n# cleanup[2] removing dnf.conf.substitutions\\r\\n# cleanup[2] removing dnf.conf.config\\r\\n# cleanup[2] removing dnf.conf\\r\\n# cleanup[2] removing dnf.lock\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing logging.handlers\\r\\n# cleanup[2] removing dnf.logging\\r\\n# cleanup[2] removing dnf.repo\\r\\n# cleanup[2] removing dnf.conf.read\\r\\n# cleanup[2] removing dnf.rpm.transaction\\r\\n# cleanup[2] removing dnf.rpm\\r\\n# cleanup[2] removing dnf.dnssec\\r\\n# cleanup[2] removing dnf.drpm\\r\\n# cleanup[2] removing dnf.goal\\r\\n# cleanup[2] removing dnf.history\\r\\n# cleanup[2] removing dnf.module\\r\\n# cleanup[2] removing libdnf._smartcols\\r\\n# cleanup[2] removing libdnf.smartcols\\r\\n# cleanup[2] removing dnf.selector\\r\\n# cleanup[2] removing dnf.module.exceptions\\r\\n# cleanup[2] removing dnf.module.module_base\\r\\n# cleanup[2] removing dnf.persistor\\r\\n# cleanup[2] removing _opcode\\r\\n# cleanup[2] removing opcode\\r\\n# destroy opcode\\r\\n# cleanup[2] removing dis\\r\\n# cleanup[2] removing inspect\\r\\n# cleanup[2] removing dnf.plugin\\r\\n# cleanup[2] removing dnf.query\\r\\n# cleanup[2] removing dnf.repodict\\r\\n# cleanup[2] removing dnf.rpm.connection\\r\\n# cleanup[2] removing dnf.rpm.miscutils\\r\\n# cleanup[2] removing dnf.package\\r\\n# cleanup[2] removing dnf.sack\\r\\n# cleanup[2] removing dnf.subject\\r\\n# cleanup[2] removing dnf.base\\r\\n# cleanup[2] removing dnf\\r\\n# cleanup[2] removing dnfpluginscore\\r\\n# destroy dnfpluginscore\\r\\n# cleanup[2] removing dnf.cli.format\\r\\n# cleanup[2] removing _curses\\r\\n# cleanup[2] removing curses\\r\\n# cleanup[2] removing dnf.cli.term\\r\\n# cleanup[2] removing dnf.cli.progress\\r\\n# cleanup[2] removing dnf.cli.output\\r\\n# cleanup[2] removing dnf.cli.aliases\\r\\n# cleanup[2] removing dnf.cli.option_parser\\r\\n# cleanup[2] removing dnf.cli.commands\\r\\n# cleanup[2] removing dnf.cli.commands.alias\\r\\n# cleanup[2] removing dnf.cli.commands.autoremove\\r\\n# cleanup[2] removing dnf.cli.commands.check\\r\\n# cleanup[2] removing dnf.cli.commands.clean\\r\\n# cleanup[2] removing dnf.cli.commands.repoquery\\r\\n# cleanup[2] removing dnf.cli.commands.deplist\\r\\n# cleanup[2] removing dnf.cli.commands.distrosync\\r\\n# cleanup[2] removing dnf.cli.commands.downgrade\\r\\n# cleanup[2] removing dnf.cli.commands.group\\r\\n# cleanup[2] removing dnf.transaction_sr\\r\\n# cleanup[2] removing dnf.cli.commands.history\\r\\n# cleanup[2] removing dnf.cli.commands.install\\r\\n# cleanup[2] removing dnf.cli.commands.makecache\\r\\n# cleanup[2] removing dnf.cli.commands.mark\\r\\n# cleanup[2] removing dnf.cli.commands.module\\r\\n# cleanup[2] removing dnf.cli.commands.reinstall\\r\\n# cleanup[2] removing dnf.cli.commands.remove\\r\\n# cleanup[2] removing dnf.cli.commands.repolist\\r\\n# cleanup[2] removing dnf.match_counter\\r\\n# cleanup[2] removing dnf.cli.commands.search\\r\\n# cleanup[2] removing cmd\\r\\n# cleanup[2] removing dnf.cli.commands.shell\\r\\n# cleanup[2] removing dnf.cli.commands.swap\\r\\n# cleanup[2] removing dnf.cli.commands.updateinfo\\r\\n# cleanup[2] removing dnf.cli.commands.upgrade\\r\\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\\r\\n# cleanup[2] removing dnf.cli.demand\\r\\n# cleanup[2] removing dnf.cli.cli\\r\\n# cleanup[2] removing dnf.cli\\r\\n# cleanup[2] removing dnf.plugin.dynamic.builddep\\r\\n# destroy dnf.plugin.dynamic.builddep\\r\\n# cleanup[2] removing dateutil._version\\r\\n# cleanup[2] removing dateutil\\r\\n# cleanup[2] removing six\\r\\n# cleanup[2] removing numbers\\r\\n# destroy numbers\\r\\n# cleanup[2] removing _decimal\\r\\n# cleanup[2] removing decimal\\r\\n# destroy decimal\\r\\n# cleanup[2] removing dateutil._common\\r\\n# cleanup[2] removing dateutil.relativedelta\\r\\n# cleanup[2] removing six.moves\\r\\n# cleanup[2] removing dateutil.tz._common\\r\\n# cleanup[2] removing dateutil.tz._factories\\r\\n# cleanup[2] removing dateutil.tz.tz\\r\\n# cleanup[2] removing dateutil.tz\\r\\n# cleanup[2] removing dateutil.parser._parser\\r\\n# cleanup[2] removing dateutil.parser.isoparser\\r\\n# destroy dateutil.parser.isoparser\\r\\n# cleanup[2] removing dateutil.parser\\r\\n# cleanup[2] removing dnf.plugin.dynamic.changelog\\r\\n# destroy dnf.plugin.dynamic.changelog\\r\\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\\r\\n# destroy dnf.plugin.dynamic.config_manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.copr\\r\\n# destroy dnf.plugin.dynamic.copr\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debug\\r\\n# destroy dnf.plugin.dynamic.debug\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\\r\\n# destroy dnf.plugin.dynamic.debuginfo-install\\r\\n# cleanup[2] removing dnf.plugin.dynamic.download\\r\\n# destroy dnf.plugin.dynamic.download\\r\\n# cleanup[2] removing _sqlite3\\r\\n# cleanup[2] removing sqlite3.dbapi2\\r\\n# cleanup[2] removing sqlite3\\r\\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\\r\\n# destroy dnf.plugin.dynamic.generate_completion_cache\\r\\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\\r\\n# destroy dnf.plugin.dynamic.groups_manager\\r\\n# cleanup[2] removing dbus._compat\\r\\n# cleanup[2] removing dbus.exceptions\\r\\n# cleanup[2] removing _dbus_bindings\\r\\n# cleanup[2] removing dbus.types\\r\\n# cleanup[2] removing dbus.lowlevel\\r\\n# cleanup[2] removing xml\\r\\n# destroy xml\\r\\n# cleanup[2] removing xml.parsers\\r\\n# destroy xml.parsers\\r\\n# cleanup[2] removing pyexpat.errors\\r\\n# cleanup[2] removing pyexpat.model\\r\\n# cleanup[2] removing pyexpat\\r\\n# cleanup[2] removing xml.parsers.expat.model\\r\\n# cleanup[2] removing xml.parsers.expat.errors\\r\\n# cleanup[2] removing xml.parsers.expat\\r\\n# destroy xml.parsers.expat\\r\\n# cleanup[2] removing dbus._expat_introspect_parser\\r\\n# cleanup[2] removing dbus.proxies\\r\\n# cleanup[2] removing dbus.connection\\r\\n# cleanup[2] removing dbus.bus\\r\\n# cleanup[2] removing dbus._dbus\\r\\n# cleanup[2] removing dbus\\r\\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\\r\\n# destroy dnf.plugin.dynamic.needs_restarting\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\\r\\n# destroy dnf.plugin.dynamic.repoclosure\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\\r\\n# destroy dnf.plugin.dynamic.repodiff\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repograph\\r\\n# destroy dnf.plugin.dynamic.repograph\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\\r\\n# destroy dnf.plugin.dynamic.repomanage\\r\\n# cleanup[2] removing dnf.plugin.dynamic.reposync\\r\\n# destroy dnf.plugin.dynamic.reposync\\r\\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\\r\\n# destroy dnf.plugin.dynamic.system_upgrade\\r\\n# cleanup[2] removing subscription_manager\\r\\n# cleanup[2] removing rhsm\\r\\n# cleanup[2] removing rhsm._certificate\\r\\n# cleanup[2] removing rhsm.certificate\\r\\n# cleanup[2] removing iniparse.configparser\\r\\n# cleanup[2] removing iniparse.config\\r\\n# cleanup[2] removing iniparse.ini\\r\\n# cleanup[2] removing iniparse.compat\\r\\n# cleanup[2] removing iniparse.utils\\r\\n# cleanup[2] removing iniparse\\r\\n# destroy iniparse\\r\\n# destroy iniparse.configparser\\r\\n# destroy iniparse.utils\\r\\n# cleanup[2] removing subscription_manager.i18n\\r\\n# cleanup[2] removing rhsm.config\\r\\n# cleanup[2] removing subscription_manager.injection\\r\\n# cleanup[2] removing rhsmlib\\r\\n# destroy rhsmlib\\r\\n# cleanup[2] removing rhsmlib.services\\r\\n# cleanup[2] removing rhsmlib.services.config\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing pathlib\\r\\n# destroy pathlib\\r\\n# cleanup[2] removing rhsm.https\\r\\n# cleanup[2] removing rhsm.ourjson\\r\\n# cleanup[2] removing rhsm.utils\\r\\n# cleanup[2] removing subscription_manager.version\\r\\n# cleanup[2] removing rhsm.connection\\r\\n# cleanup[2] removing rhsm.bitstream\\r\\n# cleanup[2] removing rhsm.huffman\\r\\n# cleanup[2] removing rhsm.pathtree\\r\\n# cleanup[2] removing rhsm.certificate2\\r\\n# cleanup[2] removing subscription_manager.certdirectory\\r\\n# cleanup[2] removing pprint\\r\\n# cleanup[2] removing subscription_manager.branding\\r\\n# cleanup[2] removing rhsmlib.facts\\r\\n# cleanup[2] removing rhsmlib.facts.cpuinfo\\r\\n# cleanup[2] removing rhsmlib.facts.collection\\r\\n# cleanup[2] removing rhsmlib.facts.collector\\r\\n# cleanup[2] removing rhsmlib.facts.hwprobe\\r\\n# cleanup[2] removing subscription_manager.utils\\r\\n# cleanup[2] removing cloud_what\\r\\n# destroy cloud_what\\r\\n# cleanup[2] removing rhsmlib.facts.cleanup\\r\\n# cleanup[2] removing rhsmlib.facts.virt\\r\\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\\r\\n# cleanup[2] removing rhsmlib.facts.dmiinfo\\r\\n# cleanup[2] removing rhsmlib.facts.firmware_info\\r\\n# cleanup[2] removing rhsmlib.facts.host_collector\\r\\n# cleanup[2] removing rhsmlib.facts.custom\\r\\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\\r\\n# cleanup[2] removing urllib3.packages\\r\\n# cleanup[2] removing urllib3.packages.six\\r\\n# cleanup[2] removing urllib3.packages.six.moves\\r\\n# cleanup[2] removing urllib3.packages.six.moves.http_client\\r\\n# cleanup[2] removing urllib3.exceptions\\r\\n# cleanup[2] removing urllib3._version\\r\\n# cleanup[2] removing urllib3.contrib\\r\\n# cleanup[2] removing urllib3.contrib._appengine_environ\\r\\n# cleanup[2] removing urllib3.util.wait\\r\\n# cleanup[2] removing urllib3.util.connection\\r\\n# cleanup[2] removing urllib3.util.request\\r\\n# cleanup[2] removing urllib3.util.response\\r\\n# cleanup[2] removing urllib3.util.retry\\r\\n# cleanup[2] removing hmac\\r\\n# cleanup[2] removing urllib3.util.url\\r\\n# cleanup[2] removing urllib3.util.ssltransport\\r\\n# cleanup[2] removing urllib3.util.ssl_\\r\\n# cleanup[2] removing urllib3.util.timeout\\r\\n# cleanup[2] removing urllib3.util\\r\\n# cleanup[2] removing urllib3.util.proxy\\r\\n# cleanup[2] removing urllib3._collections\\r\\n# cleanup[2] removing urllib3.connection\\r\\n# cleanup[2] removing urllib3.fields\\r\\n# cleanup[2] removing urllib3.filepost\\r\\n# cleanup[2] removing urllib3.packages.six.moves.urllib\\r\\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[2] removing urllib3.request\\r\\n# cleanup[2] removing urllib3.response\\r\\n# cleanup[2] removing urllib3.util.queue\\r\\n# cleanup[2] removing urllib3.connectionpool\\r\\n# cleanup[2] removing urllib3.poolmanager\\r\\n# cleanup[2] removing urllib3\\r\\n# cleanup[2] removing chardet.enums\\r\\n# cleanup[2] removing chardet.charsetprober\\r\\n# cleanup[2] removing chardet.charsetgroupprober\\r\\n# cleanup[2] removing chardet.codingstatemachine\\r\\n# cleanup[2] removing chardet.escsm\\r\\n# cleanup[2] removing chardet.escprober\\r\\n# cleanup[2] removing chardet.latin1prober\\r\\n# cleanup[2] removing chardet.mbcssm\\r\\n# cleanup[2] removing chardet.utf8prober\\r\\n# cleanup[2] removing chardet.mbcharsetprober\\r\\n# cleanup[2] removing chardet.euctwfreq\\r\\n# cleanup[2] removing chardet.euckrfreq\\r\\n# cleanup[2] removing chardet.gb2312freq\\r\\n# cleanup[2] removing chardet.big5freq\\r\\n# cleanup[2] removing chardet.jisfreq\\r\\n# cleanup[2] removing chardet.chardistribution\\r\\n# cleanup[2] removing chardet.jpcntx\\r\\n# cleanup[2] removing chardet.sjisprober\\r\\n# cleanup[2] removing chardet.eucjpprober\\r\\n# cleanup[2] removing chardet.gb2312prober\\r\\n# cleanup[2] removing chardet.euckrprober\\r\\n# cleanup[2] removing chardet.cp949prober\\r\\n# cleanup[2] removing chardet.big5prober\\r\\n# cleanup[2] removing chardet.euctwprober\\r\\n# cleanup[2] removing chardet.mbcsgroupprober\\r\\n# cleanup[2] removing chardet.hebrewprober\\r\\n# cleanup[2] removing chardet.sbcharsetprober\\r\\n# cleanup[2] removing chardet.langbulgarianmodel\\r\\n# cleanup[2] removing chardet.langgreekmodel\\r\\n# cleanup[2] removing chardet.langhebrewmodel\\r\\n# cleanup[2] removing chardet.langrussianmodel\\r\\n# cleanup[2] removing chardet.langthaimodel\\r\\n# cleanup[2] removing chardet.langturkishmodel\\r\\n# cleanup[2] removing chardet.sbcsgroupprober\\r\\n# cleanup[2] removing chardet.universaldetector\\r\\n# cleanup[2] removing chardet.version\\r\\n# cleanup[2] removing chardet\\r\\n# cleanup[2] removing requests.exceptions\\r\\n# cleanup[2] removing requests.__version__\\r\\n# destroy requests.__version__\\r\\n# cleanup[2] removing requests.certs\\r\\n# cleanup[2] removing http.cookies\\r\\n# cleanup[2] removing requests.compat\\r\\n# cleanup[2] removing requests._internal_utils\\r\\n# cleanup[2] removing requests.cookies\\r\\n# cleanup[2] removing requests.structures\\r\\n# cleanup[2] removing requests.utils\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\\r\\n# cleanup[2] removing requests.packages.urllib3.packages\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\\r\\n# cleanup[2] removing requests.packages.urllib3.exceptions\\r\\n# cleanup[2] removing requests.packages.urllib3._version\\r\\n# cleanup[2] removing requests.packages.urllib3.contrib\\r\\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\\r\\n# cleanup[2] removing requests.packages.urllib3.util.wait\\r\\n# cleanup[2] removing requests.packages.urllib3.util.connection\\r\\n# cleanup[2] removing requests.packages.urllib3.util.request\\r\\n# cleanup[2] removing requests.packages.urllib3.util.response\\r\\n# cleanup[2] removing requests.packages.urllib3.util.retry\\r\\n# cleanup[2] removing requests.packages.urllib3.util.url\\r\\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\\r\\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\\r\\n# cleanup[2] removing requests.packages.urllib3.util.timeout\\r\\n# cleanup[2] removing requests.packages.urllib3.util\\r\\n# cleanup[2] removing requests.packages.urllib3.util.proxy\\r\\n# cleanup[2] removing requests.packages.urllib3._collections\\r\\n# cleanup[2] removing requests.packages.urllib3.connection\\r\\n# cleanup[2] removing requests.packages.urllib3.fields\\r\\n# cleanup[2] removing requests.packages.urllib3.filepost\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[2] removing requests.packages.urllib3.request\\r\\n# cleanup[2] removing requests.packages.urllib3.response\\r\\n# cleanup[2] removing requests.packages.urllib3.util.queue\\r\\n# cleanup[2] removing requests.packages.urllib3.connectionpool\\r\\n# cleanup[2] removing requests.packages.urllib3.poolmanager\\r\\n# cleanup[2] removing requests.packages.urllib3\\r\\n# cleanup[2] removing idna.package_data\\r\\n# cleanup[2] removing idna.idnadata\\r\\n# cleanup[2] removing idna.intranges\\r\\n# cleanup[2] removing idna.core\\r\\n# cleanup[2] removing idna\\r\\n# cleanup[2] removing requests.packages.idna.package_data\\r\\n# cleanup[2] removing requests.packages.idna.idnadata\\r\\n# cleanup[2] removing requests.packages.idna.intranges\\r\\n# cleanup[2] removing requests.packages.idna.core\\r\\n# cleanup[2] removing requests.packages.idna\\r\\n# cleanup[2] removing requests.packages.chardet.enums\\r\\n# cleanup[2] removing requests.packages.chardet.charsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\\r\\n# cleanup[2] removing requests.packages.chardet.escsm\\r\\n# cleanup[2] removing requests.packages.chardet.escprober\\r\\n# cleanup[2] removing requests.packages.chardet.latin1prober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcssm\\r\\n# cleanup[2] removing requests.packages.chardet.utf8prober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.euctwfreq\\r\\n# cleanup[2] removing requests.packages.chardet.euckrfreq\\r\\n# cleanup[2] removing requests.packages.chardet.gb2312freq\\r\\n# cleanup[2] removing requests.packages.chardet.big5freq\\r\\n# cleanup[2] removing requests.packages.chardet.jisfreq\\r\\n# cleanup[2] removing requests.packages.chardet.chardistribution\\r\\n# cleanup[2] removing requests.packages.chardet.jpcntx\\r\\n# cleanup[2] removing requests.packages.chardet.sjisprober\\r\\n# cleanup[2] removing requests.packages.chardet.eucjpprober\\r\\n# cleanup[2] removing requests.packages.chardet.gb2312prober\\r\\n# cleanup[2] removing requests.packages.chardet.euckrprober\\r\\n# cleanup[2] removing requests.packages.chardet.cp949prober\\r\\n# cleanup[2] removing requests.packages.chardet.big5prober\\r\\n# cleanup[2] removing requests.packages.chardet.euctwprober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.hebrewprober\\r\\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langthaimodel\\r\\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\\r\\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.universaldetector\\r\\n# cleanup[2] removing requests.packages.chardet.version\\r\\n# cleanup[2] removing requests.packages.chardet\\r\\n# cleanup[2] removing requests.packages\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# cleanup[2] removing requests.hooks\\r\\n# cleanup[2] removing requests.auth\\r\\n# cleanup[2] removing requests.status_codes\\r\\n# cleanup[2] removing requests.models\\r\\n# cleanup[2] removing socks\\r\\n# cleanup[2] removing urllib3.contrib.socks\\r\\n# cleanup[2] removing requests.adapters\\r\\n# cleanup[2] removing requests.sessions\\r\\n# cleanup[2] removing requests.api\\r\\n# cleanup[2] removing requests\\r\\n# cleanup[2] removing cloud_what._base_provider\\r\\n# destroy cloud_what._base_provider\\r\\n# cleanup[2] removing cloud_what.providers\\r\\n# destroy cloud_what.providers\\r\\n# cleanup[2] removing cloud_what.providers.aws\\r\\n# destroy cloud_what.providers.aws\\r\\n# cleanup[2] removing cloud_what.providers.azure\\r\\n# destroy cloud_what.providers.azure\\r\\n# cleanup[2] removing cloud_what.providers.gcp\\r\\n# destroy cloud_what.providers.gcp\\r\\n# cleanup[2] removing cloud_what.provider\\r\\n# cleanup[2] removing rhsm.profile\\r\\n# cleanup[2] removing subscription_manager.jsonwrapper\\r\\n# cleanup[2] removing subscription_manager.isodate\\r\\n# cleanup[2] removing syspurpose\\r\\n# destroy syspurpose\\r\\n# cleanup[2] removing syspurpose.utils\\r\\n# destroy syspurpose.utils\\r\\n# cleanup[2] removing syspurpose.files\\r\\n# destroy syspurpose.files\\r\\n# cleanup[2] removing subscription_manager.certlib\\r\\n# cleanup[2] removing subscription_manager.syspurposelib\\r\\n# cleanup[2] removing asyncore\\r\\n# cleanup[2] removing ctypes.util\\r\\n# cleanup[2] removing pyinotify\\r\\n# cleanup[2] removing rhsmlib.file_monitor\\r\\n# cleanup[2] removing rhsmlib.dbus\\r\\n# cleanup[2] removing dbus.decorators\\r\\n# cleanup[2] removing dbus.service\\r\\n# cleanup[2] removing dbus.server\\r\\n# cleanup[2] removing dbus.mainloop\\r\\n# cleanup[2] removing _dbus_glib_bindings\\r\\n# cleanup[2] removing dbus.mainloop.glib\\r\\n# cleanup[2] removing rhsmlib.dbus.constants\\r\\n# cleanup[2] removing gi._error\\r\\n# cleanup[2] removing gi._gi\\r\\n# cleanup[2] removing gi._gobject\\r\\n# cleanup[2] removing glib\\r\\n# destroy glib\\r\\n# cleanup[2] removing gobject\\r\\n# destroy gobject\\r\\n# cleanup[2] removing gio\\r\\n# destroy gio\\r\\n# cleanup[2] removing gtk\\r\\n# destroy gtk\\r\\n# cleanup[2] removing gtk.gdk\\r\\n# destroy gtk.gdk\\r\\n# cleanup[2] removing gi\\r\\n# cleanup[2] removing gi._constants\\r\\n# cleanup[2] removing gi.docstring\\r\\n# cleanup[2] removing gi._propertyhelper\\r\\n# cleanup[2] removing gi._signalhelper\\r\\n# cleanup[2] removing gi.types\\r\\n# cleanup[2] removing gi.module\\r\\n# cleanup[2] removing gi.overrides\\r\\n# cleanup[2] removing gi.importer\\r\\n# cleanup[2] removing gi.repository\\r\\n# cleanup[2] removing gi._ossighelper\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing optparse\\r\\n# cleanup[2] removing gi._option\\r\\n# cleanup[2] removing gi.overrides.GLib\\r\\n# cleanup[2] removing gi.repository.GLib\\r\\n# cleanup[2] removing xml.etree\\r\\n# destroy xml.etree\\r\\n# cleanup[2] removing xml.etree.ElementPath\\r\\n# cleanup[2] removing _elementtree\\r\\n# cleanup[2] removing xml.etree.ElementTree\\r\\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\\r\\n# cleanup[2] removing socketserver\\r\\n# destroy socketserver\\r\\n# cleanup[2] removing logging.config\\r\\n# cleanup[2] removing rhsm.logutil\\r\\n# cleanup[2] removing rhsmlib.dbus.server\\r\\n# cleanup[2] removing rhsmlib.services.syspurpose\\r\\n# cleanup[2] removing subscription_manager.cache\\r\\n# cleanup[2] removing subscription_manager.model\\r\\n# cleanup[2] removing subscription_manager.model.ent_cert\\r\\n# cleanup[2] removing subscription_manager.repofile\\r\\n# cleanup[2] removing subscription_manager.repolib\\r\\n# cleanup[2] removing subscription_manager.productid\\r\\n# cleanup[2] removing subscription_manager.reasons\\r\\n# cleanup[2] removing subscription_manager.cert_sorter\\r\\n# cleanup[2] removing rhsmlib.facts.insights\\r\\n# cleanup[2] removing rhsmlib.facts.kpatch\\r\\n# cleanup[2] removing rhsmlib.facts.cloud_facts\\r\\n# cleanup[2] removing rhsmlib.facts.pkg_arches\\r\\n# cleanup[2] removing rhsmlib.facts.network\\r\\n# cleanup[2] removing rhsmlib.facts.all\\r\\n# cleanup[2] removing subscription_manager.facts\\r\\n# cleanup[2] removing subscription_manager.identity\\r\\n# cleanup[2] removing subscription_manager.validity\\r\\n# cleanup[2] removing rhsmlib.client_info\\r\\n# cleanup[2] removing subscription_manager.cp_provider\\r\\n# cleanup[2] removing subscription_manager.base_plugin\\r\\n# cleanup[2] removing subscription_manager.plugins\\r\\n# cleanup[2] removing subscription_manager.lock\\r\\n# cleanup[2] removing subscription_manager.injectioninit\\r\\n# cleanup[2] removing librepo._librepo\\r\\n# cleanup[2] removing librepo\\r\\n# cleanup[2] removing dnf.plugin.dynamic.product-id\\r\\n# destroy dnf.plugin.dynamic.product-id\\r\\n# cleanup[2] removing subscription_manager.base_action_client\\r\\n# cleanup[2] removing subscription_manager.content_action_client\\r\\n# cleanup[2] removing subscription_manager.entbranding\\r\\n# cleanup[2] removing subscription_manager.rhelentbranding\\r\\n# cleanup[2] removing subscription_manager.entcertlib\\r\\n# cleanup[2] removing subscription_manager.identitycertlib\\r\\n# cleanup[2] removing subscription_manager.healinglib\\r\\n# cleanup[2] removing subscription_manager.factlib\\r\\n# cleanup[2] removing subscription_manager.packageprofilelib\\r\\n# cleanup[2] removing subscription_manager.installedproductslib\\r\\n# cleanup[2] removing subscription_manager.action_client\\r\\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\\r\\n# destroy dnf.plugin.dynamic.subscription-manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\\r\\n# destroy dnf.plugin.dynamic.upload-profile\\r\\n# destroy _sitebuiltins\\r\\n# destroy __main__\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy netrc\\r\\n# destroy sqlite3\\r\\n# destroy sqlite3.dbapi2\\r\\n# destroy systemd.journal\\r\\n# destroy iniparse.compat\\r\\n# destroy rhsmlib.services\\r\\n# destroy rhsmlib.facts\\r\\n# destroy rhsmlib.facts.dmidecodeparser\\r\\n# destroy rhsmlib.facts.all\\r\\n# destroy rhsmlib.dbus\\r\\n# destroy rhsmlib.dbus.server\\r\\n# destroy rhsmlib.client_info\\r\\n# destroy librepo\\r\\n# cleanup[3] wiping subscription_manager.action_client\\r\\n# cleanup[3] wiping subscription_manager.installedproductslib\\r\\n# cleanup[3] wiping subscription_manager.packageprofilelib\\r\\n# cleanup[3] wiping subscription_manager.factlib\\r\\n# cleanup[3] wiping subscription_manager.healinglib\\r\\n# cleanup[3] wiping subscription_manager.identitycertlib\\r\\n# cleanup[3] wiping subscription_manager.entcertlib\\r\\n# cleanup[3] wiping subscription_manager.rhelentbranding\\r\\n# cleanup[3] wiping subscription_manager.entbranding\\r\\n# cleanup[3] wiping subscription_manager.content_action_client\\r\\n# cleanup[3] wiping subscription_manager.base_action_client\\r\\n# cleanup[3] wiping librepo._librepo\\r\\n# cleanup[3] wiping subscription_manager.injectioninit\\r\\n# cleanup[3] wiping subscription_manager.lock\\r\\n# cleanup[3] wiping subscription_manager.plugins\\r\\n# cleanup[3] wiping subscription_manager.base_plugin\\r\\n# cleanup[3] wiping subscription_manager.cp_provider\\r\\n# cleanup[3] wiping subscription_manager.validity\\r\\n# cleanup[3] wiping subscription_manager.identity\\r\\n# cleanup[3] wiping subscription_manager.facts\\r\\n# cleanup[3] wiping rhsmlib.facts.network\\r\\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\\r\\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\\r\\n# cleanup[3] wiping rhsmlib.facts.kpatch\\r\\n# cleanup[3] wiping rhsmlib.facts.insights\\r\\n# cleanup[3] wiping subscription_manager.cert_sorter\\r\\n# destroy rhsmlib.file_monitor\\r\\n# cleanup[3] wiping subscription_manager.reasons\\r\\n# cleanup[3] wiping subscription_manager.productid\\r\\n# cleanup[3] wiping subscription_manager.repolib\\r\\n# cleanup[3] wiping subscription_manager.repofile\\r\\n# cleanup[3] wiping subscription_manager.model.ent_cert\\r\\n# cleanup[3] wiping subscription_manager.model\\r\\n# destroy subscription_manager.model.ent_cert\\r\\n# cleanup[3] wiping subscription_manager.cache\\r\\n# destroy rhsmlib.services.syspurpose\\r\\n# cleanup[3] wiping rhsm.logutil\\r\\n# cleanup[3] wiping logging.config\\r\\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\\r\\n# destroy xml.etree.ElementTree\\r\\n# cleanup[3] wiping _elementtree\\r\\n# cleanup[3] wiping xml.etree.ElementPath\\r\\n# cleanup[3] wiping gi.repository.GLib\\r\\n# cleanup[3] wiping gi.overrides.GLib\\r\\n# cleanup[3] wiping gi._option\\r\\n# destroy optparse\\r\\n# cleanup[3] wiping textwrap\\r\\n# cleanup[3] wiping gi._ossighelper\\r\\n# cleanup[3] wiping gi.repository\\r\\n# cleanup[3] wiping gi.importer\\r\\n# cleanup[3] wiping gi.overrides\\r\\n# destroy gi.overrides.GLib\\r\\n# cleanup[3] wiping gi.module\\r\\n# destroy gi\\r\\n# cleanup[3] wiping gi.types\\r\\n# cleanup[3] wiping gi._signalhelper\\r\\n# cleanup[3] wiping gi._propertyhelper\\r\\n# cleanup[3] wiping gi.docstring\\r\\n# cleanup[3] wiping gi._constants\\r\\n# cleanup[3] wiping gi._gobject\\r\\n# cleanup[3] wiping gi._gi\\r\\n# cleanup[3] wiping gi._error\\r\\n# cleanup[3] wiping rhsmlib.dbus.constants\\r\\n# cleanup[3] wiping dbus.mainloop.glib\\r\\n# cleanup[3] wiping _dbus_glib_bindings\\r\\n# cleanup[3] wiping dbus.mainloop\\r\\n# destroy dbus.mainloop.glib\\r\\n# cleanup[3] wiping dbus.server\\r\\n# cleanup[3] wiping dbus.service\\r\\n# cleanup[3] wiping dbus.decorators\\r\\n# cleanup[3] wiping pyinotify\\r\\n# destroy asyncore\\r\\n# destroy ctypes\\r\\n# cleanup[3] wiping ctypes.util\\r\\n# cleanup[3] wiping subscription_manager.syspurposelib\\r\\n# cleanup[3] wiping subscription_manager.certlib\\r\\n# cleanup[3] wiping subscription_manager.isodate\\r\\n# cleanup[3] wiping subscription_manager.jsonwrapper\\r\\n# cleanup[3] wiping rhsm.profile\\r\\n# destroy cloud_what.provider\\r\\n# cleanup[3] wiping requests\\r\\n# destroy requests._internal_utils\\r\\n# destroy requests.exceptions\\r\\n# destroy requests.compat\\r\\n# destroy requests.cookies\\r\\n# destroy requests.structures\\r\\n# destroy requests.utils\\r\\n# destroy requests.packages\\r\\n# destroy urllib3\\r\\n# destroy idna\\r\\n# destroy idna.package_data\\r\\n# destroy idna.intranges\\r\\n# destroy idna.core\\r\\n# destroy requests.hooks\\r\\n# destroy requests.auth\\r\\n# destroy requests.status_codes\\r\\n# destroy requests.models\\r\\n# destroy requests.adapters\\r\\n# destroy requests.api\\r\\n# cleanup[3] wiping requests.sessions\\r\\n# cleanup[3] wiping urllib3.contrib.socks\\r\\n# destroy socks\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping requests.packages.chardet\\r\\n# destroy chardet.enums\\r\\n# destroy chardet.charsetprober\\r\\n# destroy chardet.charsetgroupprober\\r\\n# destroy chardet.codingstatemachine\\r\\n# destroy chardet.escsm\\r\\n# destroy chardet.escprober\\r\\n# destroy chardet.latin1prober\\r\\n# destroy chardet.mbcssm\\r\\n# destroy chardet.utf8prober\\r\\n# destroy chardet.mbcharsetprober\\r\\n# destroy chardet.euctwfreq\\r\\n# destroy chardet.euckrfreq\\r\\n# destroy chardet.gb2312freq\\r\\n# destroy chardet.big5freq\\r\\n# destroy chardet.jisfreq\\r\\n# destroy chardet.chardistribution\\r\\n# destroy chardet.jpcntx\\r\\n# destroy chardet.sjisprober\\r\\n# destroy chardet.eucjpprober\\r\\n# destroy chardet.gb2312prober\\r\\n# destroy chardet.euckrprober\\r\\n# destroy chardet.cp949prober\\r\\n# destroy chardet.big5prober\\r\\n# destroy chardet.euctwprober\\r\\n# destroy chardet.mbcsgroupprober\\r\\n# destroy chardet.hebrewprober\\r\\n# destroy chardet.sbcharsetprober\\r\\n# destroy chardet.langbulgarianmodel\\r\\n# destroy chardet.langgreekmodel\\r\\n# destroy chardet.langhebrewmodel\\r\\n# destroy chardet.langrussianmodel\\r\\n# destroy chardet.langthaimodel\\r\\n# destroy chardet.langturkishmodel\\r\\n# destroy chardet.sbcsgroupprober\\r\\n# destroy chardet.universaldetector\\r\\n# destroy chardet.version\\r\\n# cleanup[3] wiping requests.packages.idna.idnadata\\r\\n# cleanup[3] wiping idna.idnadata\\r\\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\\r\\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\\r\\n# cleanup[3] wiping requests.packages.urllib3.util.queue\\r\\n# cleanup[3] wiping requests.packages.urllib3.response\\r\\n# cleanup[3] wiping requests.packages.urllib3.request\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\\r\\n# cleanup[3] wiping requests.packages.urllib3.filepost\\r\\n# cleanup[3] wiping requests.packages.urllib3.fields\\r\\n# destroy mimetypes\\r\\n# cleanup[3] wiping requests.packages.urllib3.connection\\r\\n# cleanup[3] wiping requests.packages.urllib3._collections\\r\\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\\r\\n# cleanup[3] wiping requests.packages.urllib3.util\\r\\n# destroy urllib3.util.wait\\r\\n# destroy urllib3.util.connection\\r\\n# destroy urllib3.util.request\\r\\n# destroy urllib3.util.response\\r\\n# destroy urllib3.util.retry\\r\\n# destroy urllib3.util.url\\r\\n# destroy urllib3.util.ssltransport\\r\\n# destroy urllib3.util.ssl_\\r\\n# destroy urllib3.util.timeout\\r\\n# destroy urllib3.util.proxy\\r\\n# destroy urllib3.util.queue\\r\\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\\r\\n# cleanup[3] wiping requests.packages.urllib3.contrib\\r\\n# destroy urllib3.contrib.socks\\r\\n# cleanup[3] wiping requests.packages.urllib3._version\\r\\n# cleanup[3] wiping requests.packages.urllib3.exceptions\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six\\r\\n# destroy urllib3.packages.six.moves.urllib\\r\\n# destroy urllib3.packages.six.moves\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages\\r\\n# destroy urllib3.packages.ssl_match_hostname\\r\\n# cleanup[3] wiping http.cookies\\r\\n# cleanup[3] wiping requests.certs\\r\\n# cleanup[3] wiping chardet\\r\\n# cleanup[3] wiping urllib3.poolmanager\\r\\n# cleanup[3] wiping urllib3.connectionpool\\r\\n# cleanup[3] wiping urllib3.response\\r\\n# cleanup[3] wiping urllib3.request\\r\\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[3] wiping urllib3.filepost\\r\\n# cleanup[3] wiping urllib3.fields\\r\\n# cleanup[3] wiping urllib3.connection\\r\\n# cleanup[3] wiping urllib3._collections\\r\\n# cleanup[3] wiping urllib3.util\\r\\n# cleanup[3] wiping hmac\\r\\n# cleanup[3] wiping urllib3.contrib._appengine_environ\\r\\n# cleanup[3] wiping urllib3.contrib\\r\\n# cleanup[3] wiping urllib3._version\\r\\n# cleanup[3] wiping urllib3.exceptions\\r\\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\\r\\n# cleanup[3] wiping urllib3.packages.six\\r\\n# cleanup[3] wiping urllib3.packages\\r\\n# cleanup[3] wiping rhsmlib.facts.custom\\r\\n# cleanup[3] wiping rhsmlib.facts.host_collector\\r\\n# destroy rhsmlib.facts.cleanup\\r\\n# destroy rhsmlib.facts.virt\\r\\n# destroy rhsmlib.facts.firmware_info\\r\\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\\r\\n# cleanup[3] wiping subscription_manager.utils\\r\\n# destroy pprint\\r\\n# destroy uuid\\r\\n# cleanup[3] wiping rhsmlib.facts.hwprobe\\r\\n# destroy rhsmlib.facts.cpuinfo\\r\\n# cleanup[3] wiping rhsmlib.facts.collector\\r\\n# destroy rhsmlib.facts.collection\\r\\n# cleanup[3] wiping subscription_manager.branding\\r\\n# cleanup[3] wiping subscription_manager.certdirectory\\r\\n# cleanup[3] wiping rhsm.certificate2\\r\\n# cleanup[3] wiping rhsm.pathtree\\r\\n# cleanup[3] wiping rhsm.huffman\\r\\n# cleanup[3] wiping rhsm.bitstream\\r\\n# cleanup[3] wiping rhsm.connection\\r\\n# destroy subscription_manager\\r\\n# destroy subscription_manager.i18n\\r\\n# destroy subscription_manager.version\\r\\n# destroy subscription_manager.certdirectory\\r\\n# destroy subscription_manager.branding\\r\\n# destroy subscription_manager.utils\\r\\n# destroy subscription_manager.jsonwrapper\\r\\n# destroy subscription_manager.isodate\\r\\n# destroy subscription_manager.certlib\\r\\n# destroy subscription_manager.syspurposelib\\r\\n# destroy subscription_manager.cache\\r\\n# destroy subscription_manager.model\\r\\n# destroy subscription_manager.repofile\\r\\n# destroy subscription_manager.repolib\\r\\n# destroy subscription_manager.productid\\r\\n# destroy subscription_manager.reasons\\r\\n# destroy subscription_manager.cert_sorter\\r\\n# destroy subscription_manager.facts\\r\\n# destroy subscription_manager.identity\\r\\n# destroy subscription_manager.validity\\r\\n# destroy subscription_manager.cp_provider\\r\\n# destroy subscription_manager.base_plugin\\r\\n# destroy subscription_manager.plugins\\r\\n# destroy subscription_manager.lock\\r\\n# destroy subscription_manager.injectioninit\\r\\n# destroy subscription_manager.base_action_client\\r\\n# destroy subscription_manager.content_action_client\\r\\n# destroy subscription_manager.entbranding\\r\\n# destroy subscription_manager.rhelentbranding\\r\\n# destroy subscription_manager.entcertlib\\r\\n# destroy subscription_manager.identitycertlib\\r\\n# destroy subscription_manager.healinglib\\r\\n# destroy subscription_manager.factlib\\r\\n# destroy subscription_manager.packageprofilelib\\r\\n# destroy subscription_manager.installedproductslib\\r\\n# destroy subscription_manager.action_client\\r\\n# cleanup[3] wiping rhsm.utils\\r\\n# cleanup[3] wiping rhsm.ourjson\\r\\n# cleanup[3] wiping rhsm.https\\r\\n# cleanup[3] wiping ntpath\\r\\n# cleanup[3] wiping rhsmlib.services.config\\r\\n# cleanup[3] wiping subscription_manager.injection\\r\\n# cleanup[3] wiping rhsm.config\\r\\n# cleanup[3] wiping iniparse.ini\\r\\n# destroy iniparse.config\\r\\n# cleanup[3] wiping rhsm.certificate\\r\\n# destroy dateutil\\r\\n# destroy dateutil._version\\r\\n# destroy dateutil._common\\r\\n# destroy dateutil.parser\\r\\n# cleanup[3] wiping rhsm._certificate\\r\\n# cleanup[3] wiping rhsm\\r\\n# destroy rhsm.certificate\\r\\n# destroy rhsm.config\\r\\n# destroy rhsm.https\\r\\n# destroy rhsm.ourjson\\r\\n# destroy rhsm.utils\\r\\n# destroy rhsm.bitstream\\r\\n# destroy rhsm.huffman\\r\\n# destroy rhsm.pathtree\\r\\n# destroy rhsm.certificate2\\r\\n# destroy rhsm.profile\\r\\n# destroy rhsm.logutil\\r\\n# cleanup[3] wiping dbus\\r\\n# destroy dbus._compat\\r\\n# destroy dbus._expat_introspect_parser\\r\\n# destroy dbus._dbus\\r\\n# destroy dbus.exceptions\\r\\n# destroy dbus.types\\r\\n# destroy dbus.lowlevel\\r\\n# destroy dbus.proxies\\r\\n# destroy dbus.connection\\r\\n# destroy dbus.bus\\r\\n# destroy dbus.decorators\\r\\n# destroy dbus.service\\r\\n# destroy dbus.server\\r\\n# destroy dbus.mainloop\\r\\n# cleanup[3] wiping xml.parsers.expat.errors\\r\\n# cleanup[3] wiping xml.parsers.expat.model\\r\\n# cleanup[3] wiping pyexpat\\r\\n# cleanup[3] wiping pyexpat.model\\r\\n# cleanup[3] wiping pyexpat.errors\\r\\n# cleanup[3] wiping _dbus_bindings\\r\\n# cleanup[3] wiping _sqlite3\\r\\n# cleanup[3] wiping dateutil.parser._parser\\r\\n# destroy dateutil.relativedelta\\r\\n# cleanup[3] wiping dateutil.tz\\r\\n# destroy dateutil.tz._common\\r\\n# destroy dateutil.tz._factories\\r\\n# destroy dateutil.tz.tz\\r\\n# cleanup[3] wiping six.moves\\r\\n# cleanup[3] wiping _decimal\\r\\n# cleanup[3] wiping six\\r\\n# destroy six.moves.urllib\\r\\n# destroy six.moves\\r\\n# cleanup[3] wiping dnf.cli\\r\\n# destroy dnf.cli.format\\r\\n# destroy dnf.cli.term\\r\\n# destroy dnf.cli.progress\\r\\n# destroy dnf.cli.aliases\\r\\n# destroy dnf.cli.option_parser\\r\\n# destroy dnf.cli.demand\\r\\n# destroy dnf.cli.cli\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.updateinfo\\r\\n# cleanup[3] wiping dnf.cli.commands.swap\\r\\n# cleanup[3] wiping dnf.cli.commands.shell\\r\\n# destroy cmd\\r\\n# cleanup[3] wiping dnf.cli.commands.search\\r\\n# cleanup[3] wiping dnf.match_counter\\r\\n# cleanup[3] wiping dnf.cli.commands.repolist\\r\\n# cleanup[3] wiping dnf.cli.commands.remove\\r\\n# cleanup[3] wiping dnf.cli.commands.reinstall\\r\\n# cleanup[3] wiping dnf.cli.commands.module\\r\\n# cleanup[3] wiping dnf.cli.commands.mark\\r\\n# cleanup[3] wiping dnf.cli.commands.makecache\\r\\n# cleanup[3] wiping dnf.cli.commands.install\\r\\n# cleanup[3] wiping dnf.cli.commands.history\\r\\n# cleanup[3] wiping dnf.transaction_sr\\r\\n# cleanup[3] wiping dnf.cli.commands.group\\r\\n# cleanup[3] wiping dnf.cli.commands.downgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.distrosync\\r\\n# cleanup[3] wiping dnf.cli.commands.deplist\\r\\n# cleanup[3] wiping dnf.cli.commands.repoquery\\r\\n# cleanup[3] wiping dnf.cli.commands.clean\\r\\n# cleanup[3] wiping dnf.cli.commands.check\\r\\n# cleanup[3] wiping dnf.cli.commands.autoremove\\r\\n# cleanup[3] wiping dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands\\r\\n# cleanup[3] wiping dnf.cli.output\\r\\n# cleanup[3] wiping curses\\r\\n# cleanup[3] wiping _curses\\r\\n# cleanup[3] wiping dnf\\r\\n# destroy dnf.pycomp\\r\\n# destroy dnf.const\\r\\n# destroy dnf.i18n\\r\\n# destroy dnf.yum\\r\\n# destroy dnf.yum.rpmtrans\\r\\n# destroy dnf.transaction\\r\\n# destroy dnf.callback\\r\\n# destroy dnf.util\\r\\n# destroy dnf.exceptions\\r\\n# destroy dnf.comps\\r\\n# destroy dnf.db\\r\\n# destroy dnf.db.group\\r\\n# destroy dnf.db.history\\r\\n# destroy dnf.crypto\\r\\n# destroy dnf.conf\\r\\n# destroy dnf.conf.substitutions\\r\\n# destroy dnf.conf.config\\r\\n# destroy dnf.conf.read\\r\\n# destroy dnf.lock\\r\\n# destroy dnf.logging\\r\\n# destroy dnf.repo\\r\\n# destroy dnf.rpm\\r\\n# destroy dnf.dnssec\\r\\n# destroy dnf.drpm\\r\\n# destroy dnf.goal\\r\\n# destroy dnf.history\\r\\n# destroy dnf.module\\r\\n# destroy dnf.module.exceptions\\r\\n# destroy dnf.module.module_base\\r\\n# destroy dnf.selector\\r\\n# destroy dnf.persistor\\r\\n# destroy dnf.plugin\\r\\n# destroy dnf.query\\r\\n# destroy dnf.repodict\\r\\n# destroy dnf.package\\r\\n# destroy dnf.sack\\r\\n# destroy dnf.subject\\r\\n# destroy dnf.base\\r\\n# destroy dnf.transaction_sr\\r\\n# destroy dnf.match_counter\\r\\n# destroy dnf.cli\\r\\n# cleanup[3] wiping dnf.rpm.miscutils\\r\\n# cleanup[3] wiping dnf.rpm.connection\\r\\n# cleanup[3] wiping inspect\\r\\n# destroy ast\\r\\n# destroy dis\\r\\n# destroy token\\r\\n# cleanup[3] wiping _opcode\\r\\n# cleanup[3] wiping libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._smartcols\\r\\n# cleanup[3] wiping dnf.rpm.transaction\\r\\n# cleanup[3] wiping logging.handlers\\r\\n# destroy pickle\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping _compat_pickle\\r\\n# cleanup[3] wiping dnf.yum.misc\\r\\n# cleanup[3] wiping glob\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping gpg.constants\\r\\n# destroy gpg.constants.data\\r\\n# destroy gpg.constants.data.encoding\\r\\n# destroy gpg.constants.keylist\\r\\n# destroy gpg.constants.keylist.mode\\r\\n# destroy gpg.constants.sig\\r\\n# destroy gpg.constants.sig.mode\\r\\n# destroy gpg.constants.sig.notation\\r\\n# destroy gpg.constants.tofu\\r\\n# destroy gpg.constants.tofu.policy\\r\\n# destroy gpg.constants.create\\r\\n# destroy gpg.constants.event\\r\\n# destroy gpg.constants.import_type\\r\\n# destroy gpg.constants.keysign\\r\\n# destroy gpg.constants.md\\r\\n# destroy gpg.constants.pk\\r\\n# destroy gpg.constants.protocol\\r\\n# destroy gpg.constants.sigsum\\r\\n# destroy gpg.constants.status\\r\\n# destroy gpg.constants.validity\\r\\n# cleanup[3] wiping gpg.errors\\r\\n# cleanup[3] wiping gpg.util\\r\\n# cleanup[3] wiping gpg.gpgme\\r\\n# cleanup[3] wiping gpg._gpgme\\r\\n# cleanup[3] wiping libcomps\\r\\n# cleanup[3] wiping libcomps._libpycomps\\r\\n# cleanup[3] wiping hawkey\\r\\n# cleanup[3] wiping hawkey._hawkey\\r\\n# cleanup[3] wiping rpm\\r\\n# destroy rpm.transaction\\r\\n# cleanup[3] wiping rpm._rpm\\r\\n# cleanup[3] wiping unicodedata\\r\\n# cleanup[3] wiping libdnf\\r\\n# destroy libdnf.error\\r\\n# destroy libdnf.common_types\\r\\n# destroy libdnf.conf\\r\\n# destroy libdnf.module\\r\\n# destroy libdnf.repo\\r\\n# destroy libdnf.transaction\\r\\n# destroy libdnf.utils\\r\\n# destroy libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._utils\\r\\n# cleanup[3] wiping libdnf._transaction\\r\\n# cleanup[3] wiping libdnf._repo\\r\\n# cleanup[3] wiping libdnf._module\\r\\n# cleanup[3] wiping libdnf._conf\\r\\n# cleanup[3] wiping libdnf._common_types\\r\\n# cleanup[3] wiping libdnf._error\\r\\n# cleanup[3] wiping queue\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping email.mime.text\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping gzip\\r\\n# cleanup[3] wiping http.cookiejar\\r\\n# cleanup[3] wiping urllib.request\\r\\n# destroy http\\r\\n# cleanup[3] wiping urllib.error\\r\\n# cleanup[3] wiping urllib.response\\r\\n# cleanup[3] wiping http.client\\r\\n# cleanup[3] wiping ssl\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping email.parser\\r\\n# cleanup[3] wiping email.feedparser\\r\\n# cleanup[3] wiping email.mime.multipart\\r\\n# cleanup[3] wiping email.mime.application\\r\\n# cleanup[3] wiping email.mime.nonmultipart\\r\\n# cleanup[3] wiping email.mime.base\\r\\n# cleanup[3] wiping email.policy\\r\\n# cleanup[3] wiping email.contentmanager\\r\\n# cleanup[3] wiping email.message\\r\\n# destroy uu\\r\\n# destroy quopri\\r\\n# cleanup[3] wiping email.iterators\\r\\n# cleanup[3] wiping email.headerregistry\\r\\n# cleanup[3] wiping email._header_value_parser\\r\\n# cleanup[3] wiping email._encoded_words\\r\\n# cleanup[3] wiping email._policybase\\r\\n# cleanup[3] wiping email.utils\\r\\n# cleanup[3] wiping email._parseaddr\\r\\n# cleanup[3] wiping calendar\\r\\n# cleanup[3] wiping urllib.parse\\r\\n# cleanup[3] wiping urllib\\r\\n# destroy urllib.response\\r\\n# destroy urllib.error\\r\\n# destroy urllib.request\\r\\n# cleanup[3] wiping email.header\\r\\n# cleanup[3] wiping email.charset\\r\\n# cleanup[3] wiping email.base64mime\\r\\n# cleanup[3] wiping email.quoprimime\\r\\n# cleanup[3] wiping email.errors\\r\\n# cleanup[3] wiping email.encoders\\r\\n# cleanup[3] wiping email.mime\\r\\n# destroy email.mime.base\\r\\n# destroy email.mime.nonmultipart\\r\\n# destroy email.mime.application\\r\\n# destroy email.mime.multipart\\r\\n# destroy email.mime.text\\r\\n# cleanup[3] wiping email\\r\\n# destroy email._parseaddr\\r\\n# destroy email._policybase\\r\\n# destroy email._encoded_words\\r\\n# destroy email._header_value_parser\\r\\n# destroy email.mime\\r\\n# destroy email.encoders\\r\\n# destroy email.errors\\r\\n# destroy email.quoprimime\\r\\n# destroy email.base64mime\\r\\n# destroy email.charset\\r\\n# destroy email.header\\r\\n# destroy email.utils\\r\\n# destroy email.headerregistry\\r\\n# destroy email.iterators\\r\\n# destroy email.message\\r\\n# destroy email.contentmanager\\r\\n# destroy email.policy\\r\\n# destroy email.feedparser\\r\\n# destroy email.parser\\r\\n# cleanup[3] wiping argparse\\r\\n# cleanup[3] wiping gettext\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping copy\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping socket\\r\\n# cleanup[3] wiping array\\r\\n# destroy array\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping logging\\r\\n# destroy logging.handlers\\r\\n# destroy logging.config\\r\\n# cleanup[3] wiping string\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# destroy syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping locale\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# destroy atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping zipfile\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping random\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping bisect\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping _compression\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping fnmatch\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping importlib.util\\r\\n# cleanup[3] wiping importlib.abc\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping importlib.machinery\\r\\n# cleanup[3] wiping importlib\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.util\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping base64\\r\\n# cleanup[3] wiping binascii\\r\\n# cleanup[3] wiping struct\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping enum\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.latin_1\\r\\n# destroy encodings.cp437\\r\\n# destroy encodings.idna\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping zipimport\\r\\n# destroy _frozen_importlib_external\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# destroy _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy pyexpat.errors\\r\\n# destroy pyexpat.model\\r\\n# destroy librepo._librepo\\r\\n# destroy _dbus_glib_bindings\\r\\n# destroy rhsm._certificate\\r\\n# destroy decimal\\r\\n# destroy _curses\\r\\n# destroy libcomps._libpycomps\\r\\n# destroy hawkey._hawkey\\r\\n# destroy rpm._rpm\\r\\n# destroy _queue\\r\\n# destroy _ssl\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _string\\r\\n# destroy _datetime\\r\\n# destroy _posixsubprocess\\r\\n# destroy _blake2\\r\\n# destroy _random\\r\\n# destroy _bisect\\r\\n# destroy grp\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy marshal\\r\\n# destroy xml.etree.ElementPath\\r\\n# destroy _elementtree\\r\\n# destroy _heapq\\r\\n# destroy zipimport\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _compat_pickle\\r\\n# destroy _pickle\\r\\n# destroy libdnf._error\\r\\n# destroy gi.types\\r\\n# destroy gi._error\\r\\n# destroy gi._gi\\r\\n# destroy gi._gobject\\r\\n# destroy gi._constants\\r\\n# destroy gi.docstring\\r\\n# destroy gi._propertyhelper\\r\\n# destroy gi._signalhelper\\r\\n# destroy gi.module\\r\\n# destroy gi.overrides\\r\\n# destroy gi.importer\\r\\n# destroy gi.repository\\r\\n# destroy gi._ossighelper\\r\\n# destroy gi._option\\r\\n# destroy textwrap\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy stat\\r\\n# destroy selectors\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy gzip\\r\\n# destroy rhsmlib.facts.dmiinfo\\r\\n# destroy requests\\r\\n# destroy iniparse.ini\\r\\n# destroy enum\\r\\n# destroy signal\\r\\n# destroy queue\\r\\n# destroy shlex\\r\\n# destroy pwd\\r\\n# destroy _functools\\r\\n# destroy gettext\\r\\n# destroy libcomps\\r\\n# destroy locale\\r\\n# destroy dnf.rpm.transaction\\r\\n# destroy dnf.rpm.connection\\r\\n# destroy dnf.rpm.miscutils\\r\\n# destroy base64\\r\\n# destroy importlib\\r\\n# destroy inspect\\r\\n# destroy gc\\r\\n# destroy math\\r\\n# destroy dateutil.parser._parser\\r\\n# destroy _stat\\r\\n# destroy http.cookies\\r\\n# destroy urllib.parse\\r\\n# destroy _weakref\\r\\n# destroy ntpath\\r\\n# destroy posix\\r\\n# destroy rhsmlib.facts.custom\\r\\n# destroy rhsmlib.facts.host_collector\\r\\n# destroy rhsmlib.facts.hwprobe\\r\\n# destroy rhsmlib.facts.insights\\r\\n# destroy rhsmlib.facts.kpatch\\r\\n# destroy rhsmlib.facts.cloud_facts\\r\\n# destroy rhsmlib.facts.pkg_arches\\r\\n# destroy rhsmlib.facts.network\\r\\n# destroy rhsm\\r\\n# destroy rhsmlib.dbus.dbus_utils\\r\\n# destroy _opcode\\r\\n# destroy requests.sessions\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy six.moves.urllib_parse\\r\\n# destroy six.moves.urllib.error\\r\\n# destroy six.moves.urllib.request\\r\\n# destroy six.moves.urllib.response\\r\\n# destroy six.moves.urllib.robotparser\\r\\n# destroy traceback\\r\\n# destroy dnf.yum.misc\\r\\n# destroy glob\\r\\n# destroy curses\\r\\n# destroy fcntl\\r\\n# destroy termios\\r\\n# destroy argparse\\r\\n# destroy dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands.autoremove\\r\\n# destroy dnf.cli.commands.check\\r\\n# destroy dnf.cli.commands.clean\\r\\n# destroy dnf.cli.commands.repoquery\\r\\n# destroy dnf.cli.commands.deplist\\r\\n# destroy dnf.cli.commands.distrosync\\r\\n# destroy dnf.cli.commands.downgrade\\r\\n# destroy dnf.cli.commands.group\\r\\n# destroy dnf.cli.commands.history\\r\\n# destroy dnf.cli.commands.install\\r\\n# destroy dnf.cli.commands.makecache\\r\\n# destroy dnf.cli.commands.mark\\r\\n# destroy dnf.cli.commands.module\\r\\n# destroy dnf.cli.commands.reinstall\\r\\n# destroy dnf.cli.commands.remove\\r\\n# destroy dnf.cli.commands.repolist\\r\\n# destroy dnf.cli.commands.search\\r\\n# destroy dnf.cli.commands.shell\\r\\n# destroy dnf.cli.commands.swap\\r\\n# destroy dnf.cli.commands.updateinfo\\r\\n# destroy dnf.cli.commands.upgrade\\r\\n# destroy dnf.cli.commands.upgrademinimal\\r\\n# destroy operator\\r\\n# destroy random\\r\\n# destroy rpm\\r\\n# destroy hawkey\\r\\n# destroy dnf.cli.output\\r\\n# destroy dnf\\r\\n# destroy _thread\\r\\n# destroy _warnings\\r\\n# destroy configparser\\r\\n# destroy fnmatch\\r\\n# destroy pyinotify\\r\\n# destroy urllib3.packages\\r\\n# destroy urllib3.exceptions\\r\\n# destroy urllib3._version\\r\\n# destroy urllib3.contrib\\r\\n# destroy urllib3.util\\r\\n# destroy urllib3._collections\\r\\n# destroy urllib3.connection\\r\\n# destroy urllib3.fields\\r\\n# destroy urllib3.filepost\\r\\n# destroy urllib3.request\\r\\n# destroy urllib3.response\\r\\n# destroy urllib3.connectionpool\\r\\n# destroy urllib3.poolmanager\\r\\n# destroy copy\\r\\n# destroy contextlib\\r\\n# destroy tempfile\\r\\n# destroy zipfile\\r\\n# destroy requests.certs\\r\\n# destroy hashlib\\r\\n# destroy encodings\\r\\n# destroy http.cookiejar\\r\\n# destroy chardet\\r\\n# destroy json\\r\\n# destroy calendar\\r\\n# destroy dateutil.tz\\r\\n# destroy six\\r\\n# destroy codecs\\r\\n# destroy gpg.gpgme\\r\\n# destroy gpg.constants\\r\\n# destroy gpg.errors\\r\\n# destroy gpg.util\\r\\n# destroy urllib3.packages.six.moves.urllib_parse\\r\\n# destroy urllib3.packages.six.moves.urllib.error\\r\\n# destroy urllib3.packages.six.moves.urllib.request\\r\\n# destroy urllib3.packages.six.moves.urllib.response\\r\\n# destroy urllib3.packages.six.moves.urllib.robotparser\\r\\n# destroy subprocess\\r\\n# destroy rhsmlib.facts.collector\\r\\n# destroy itertools\\r\\n# destroy http.client\\r\\n# destroy email\\r\\n# destroy string\\r\\n# destroy dbus\\r\\n# destroy rhsmlib.dbus.constants\\r\\n# destroy rhsm.connection\\r\\n# destroy gi.repository.GLib\\r\\n# destroy rhsmlib.services.config\\r\\n# destroy subscription_manager.injection\\r\\n# destroy errno\\r\\n# destroy select\\r\\n# destroy urllib3.contrib._appengine_environ\\r\\n# destroy hmac\\r\\n# destroy warnings\\r\\n# destroy binascii\\r\\n# destroy urllib3.packages.six\\r\\n# destroy _hashlib\\r\\n# destroy ssl\\r\\n# destroy posixpath\\r\\n# destroy urllib\\r\\n# destroy io\\r\\n# destroy io\\r\\n# destroy _lzma\\r\\n# destroy _compression\\r\\n# destroy idna.idnadata\\r\\n# destroy bisect\\r\\n# destroy unicodedata\\r\\n# destroy re\\r\\n# destroy pyexpat\\r\\n# destroy threading\\r\\n# destroy functools\\r\\n# destroy logging\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888130.86945: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d83a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113b2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113f0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11388d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113b2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132eeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11331f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11327610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132d640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11239dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d112398b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1128b610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1129f670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11335e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1124bc70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1129f280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bfa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bd90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bd00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1121e370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1121e460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11253fa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124da30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124d490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d111521c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11209c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124deb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11164af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11164e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11176730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11176c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d111033a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11164f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11114280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d111765b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11114340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112fca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1113c1f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f8e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11123a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b5b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112fa90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0d1105e670>\r\n# zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f5c7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f6e760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f6e400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e7c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f80850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f804c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f80670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109ccb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fe7d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fe7190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109a7a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109c6310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f46970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fbcd30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1098f9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f92700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1099e100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099c580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099c640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099bc70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1105e820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4faf0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4d9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10991850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4f520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f87ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10574d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1097d550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10954fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f449d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10574610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10fd67f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f4d610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10978c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095a460>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095b7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054baf0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054bfd0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b2e0>\r\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc'\r\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc'\r\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102acd00>\r\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5280>\r\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc'\r\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5460>\r\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102ac460>\r\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5f40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc'\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5e50>\r\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc'\r\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103168b0>\r\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102a1cd0>\r\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5910>\r\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975130>\r\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc'\r\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10505460>\r\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955370>\r\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103164f0>\r\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc'\r\nimport 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031ca00>\r\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc'\r\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031cc40>\r\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10556130>\r\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955d00>\r\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109755e0>\r\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975820>\r\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b790>\r\nimport 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054bfa0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054ba30>\r\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc'\r\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031cf40>\r\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975a00>\r\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc'\r\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031c370>\r\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d103266a0>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10276a30>\r\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031c1c0>\r\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc'\r\nimport 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102ba340>\r\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc'\r\nimport 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1028cc70>\r\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d0bb0>\r\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1028ce80>\r\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc'\r\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d0e50>\r\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc'\r\nimport 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1030c550>\r\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc'\r\nimport 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1003ac70>\r\n# zipimport: zlib available\r\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\r\n# zipimport: zlib available\r\nimport 'gc' # \r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc'\r\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dbe0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dd60>\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0ffee460>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dfd0>\r\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d280>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc'\r\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d850>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc'\r\n# extension module 'libdnf._error' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0ff229a0>\r\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc'\r\n# extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0fec4520>\r\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff229d0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc'\r\n# extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0fe9adf0>\r\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff442b0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc'\r\n# extension module 'libdnf._module' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e6372b0>\r\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0fef6880>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc'\r\n# extension module 'libdnf._repo' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e504e50>\r\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e616550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc'\r\n# extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e4709d0>\r\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e6374f0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc'\r\n# extension module 'libdnf._utils' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e469d30>\r\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e470f70>\r\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22100>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e398af0>\r\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398310>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab6d0>\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8280>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e3b8820>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8c70>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8340>\r\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab760>\r\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3a2d90>\r\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0df69eb0>\r\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab160>\r\nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398c70>\r\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b700>\r\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e49be20>\r\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b8b0>\r\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22250>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df76d30>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc'\r\n# extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gpg._gpgme' executed from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dde81f0>\r\nimport 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de88280>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc'\r\nimport 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de947c0>\r\nimport 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de3ae20>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc'\r\nimport 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e50>\r\nimport 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94b80>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc'\r\nimport 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94fd0>\r\nimport 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e20>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc'\r\nimport 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb190>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc'\r\nimport 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb220>\r\nimport 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94f10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc'\r\nimport 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb3a0>\r\nimport 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e80>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc'\r\nimport 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94c10>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc'\r\nimport 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb1c0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc'\r\nimport 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb400>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc'\r\nimport 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb490>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc'\r\nimport 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb520>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc'\r\nimport 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb5b0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc'\r\nimport 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb640>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc'\r\nimport 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb6d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc'\r\nimport 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb760>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc'\r\nimport 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb7f0>\r\nimport 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de941f0>\r\nimport 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de6f190>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dcebbb0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb910>\r\nimport 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de943d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc'\r\nimport 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94fa0>\r\nimport 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66c70>\r\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66280>\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66460>\r\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9cb20>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66df0>\r\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df76cd0>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc'\r\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04c10>\r\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd044c0>\r\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9c910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc'\r\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dca2280>\r\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54160>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dc541f0>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dcb5670>\r\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dca26a0>\r\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc96a60>\r\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04f70>\r\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54fa0>\r\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54760>\r\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04d60>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc'\r\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc8d910>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc'\r\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77820>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc'\r\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc778b0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77a30>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc'\r\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1038f190>\r\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc88160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038f1f0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038f2e0>\r\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc779d0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc'\r\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77f70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc'\r\n# extension module '_opcode' loaded from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_opcode' executed from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dabe3a0>\r\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dabe160>\r\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0daae9a0>\r\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a09a0>\r\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038fe80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc'\r\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a0c70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc'\r\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a7970>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dacc700>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc'\r\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dacc340>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc'\r\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada640>\r\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc'\r\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada4c0>\r\nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d940>\r\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d7f0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dae3f70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc'\r\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da9af70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc'\r\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\r\n# code object from '/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_curses' executed from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0da33d60>\r\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33be0>\r\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da333a0>\r\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33160>\r\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc'\r\nimport 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da331f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc'\r\nimport 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da5f130>\r\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33e80>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc'\r\nimport 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da509a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da5ffa0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc'\r\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d961190>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc'\r\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9612e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9618e0>\r\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d961610>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc'\r\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9619a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96f5e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96f6d0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96feb0>\r\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96fac0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc'\r\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96ff10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc'\r\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985af0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc'\r\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985c10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc'\r\nimport 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985e50>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc'\r\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9162e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d916cd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d916e20>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924520>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924100>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc'\r\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924f10>\r\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924a60>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc'\r\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924d60>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc'\r\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9317f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d931f70>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93f280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc'\r\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93f370>\r\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83490>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da831f0>\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dae3cd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fee0>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fc10>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc'\r\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d95b0>\r\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc'\r\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8e34f0>\r\n# extension module '_decimal' loaded from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_decimal' executed from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d8d9e50>\r\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d9dc0>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90e730>\r\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90e1c0>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc'\r\nimport 'six.moves' # \r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d85aa60>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc'\r\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d85ac40>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc'\r\n# destroy dateutil.tz.win\r\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90eca0>\r\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90ea30>\r\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d94c130>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc'\r\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d91f0>\r\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fac0>\r\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83220>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87c160>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87c490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87cd00>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d812610>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d812b80>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc'\r\n# extension module '_sqlite3' loaded from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_sqlite3' executed from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d81fc40>\r\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f820>\r\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f580>\r\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f1f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f430>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cbb0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cc40>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc'\r\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d83a280>\r\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cdc0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc'\r\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d7422e0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a340>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a2e0>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc'\r\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'pyexpat' executed from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d74a490>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a1f0>\r\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d742d00>\r\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d7423a0>\r\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d848a30>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83afa0>\r\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83a940>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82c7f0>\r\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81ffd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82c940>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d742d90>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a760>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a9d0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74af40>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d767730>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f8b80>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc'\r\n# extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rhsm._certificate' executed from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d71a130>\r\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f8be0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc'\r\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6c9400>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc'\r\nimport 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6c9520>\r\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb490>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc'\r\nimport 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb7c0>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc'\r\nimport 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6ce910>\r\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb130>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc'\r\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb1f0>\r\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6b0a90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc'\r\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6cedc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6641f0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6642e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc'\r\nimport 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d664400>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc'\r\nimport 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d639640>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d68df40>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc'\r\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6a09d0>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc'\r\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6a0a60>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc'\r\nimport 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6392b0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc'\r\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d64a3a0>\r\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d671d00>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc'\r\nimport 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d679970>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc'\r\nimport 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5f9880>\r\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d679280>\r\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d664bb0>\r\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d716d90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc'\r\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d61d640>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d61ddf0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5ab160>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5aba90>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc'\r\nimport 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5cb1c0>\r\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5abd60>\r\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5ab1f0>\r\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60b880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5842e0>\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584dc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc'\r\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584f40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc'\r\nimport 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58cbe0>\r\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c7c0>\r\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c310>\r\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584a60>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc'\r\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584bb0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc'\r\nimport 'urllib3.packages.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d539a00>\r\nimport 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d539670>\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc'\r\nimport 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5396d0>\r\nimport 'urllib3.packages.six.moves' # \r\nimport 'urllib3.packages.six.moves.http_client' # \r\nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d610>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc'\r\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d7f0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5910>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc'\r\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5ac0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc'\r\nimport 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5c70>\r\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e55b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc'\r\nimport 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e58b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f10d0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc'\r\nimport 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1130>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc'\r\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4fd340>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc'\r\nimport 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4fd910>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc'\r\nimport 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d51ee80>\r\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1c40>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc'\r\nimport 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1b20>\r\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5250>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc'\r\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5310>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc'\r\nimport 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5040>\r\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d542af0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc'\r\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a68e0>\r\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a6520>\r\nimport 'urllib3.packages.six.moves.urllib' # \r\nimport 'urllib3.packages.six.moves.urllib.parse' # \r\nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5539a0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e52e0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc'\r\nimport 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a6d60>\r\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d940>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc'\r\nimport 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4b2910>\r\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bfa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc'\r\nimport 'chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca280>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc'\r\nimport 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca4f0>\r\nimport 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c00a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc'\r\nimport 'chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4cadf0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc'\r\nimport 'chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3190>\r\nimport 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca9d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc'\r\nimport 'chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4cac40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc'\r\nimport 'chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3c40>\r\nimport 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d37f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc'\r\nimport 'chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcb50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc'\r\nimport 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcc10>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc'\r\nimport 'chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcca0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc'\r\nimport 'chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcd30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc'\r\nimport 'chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcdc0>\r\nimport 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dc4f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc'\r\nimport 'chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcf70>\r\nimport 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3b20>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc'\r\nimport 'chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406370>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc'\r\nimport 'chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4066a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc'\r\nimport 'chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406910>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc'\r\nimport 'chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406bb0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc'\r\nimport 'chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406e50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc'\r\nimport 'chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b130>\r\nimport 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3430>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc'\r\nimport 'chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b490>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b8b0>\r\nimport 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b730>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc'\r\nimport 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bd00>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc'\r\nimport 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bc40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc'\r\nimport 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bd30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc'\r\nimport 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4180d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc'\r\nimport 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d418160>\r\nimport 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3640>\r\nimport 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c08b0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc'\r\nimport 'chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c08e0>\r\nimport 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c0430>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3520>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc'\r\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d3a0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc'\r\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d418fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc'\r\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc'\r\nimport 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af580>\r\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af370>\r\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af100>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc'\r\nimport 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af400>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc'\r\nimport 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3b9f40>\r\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bc70>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc'\r\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cba60>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc'\r\nimport 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8250>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc'\r\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8310>\r\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cbaf0>\r\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb760>\r\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb670>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc'\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3881c0>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8d00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc'\r\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8f10>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc'\r\nimport 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc'\r\nimport 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d388eb0>\r\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc'\r\nimport 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3391c0>\r\nimport 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32edf0>\r\nimport 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32e2e0>\r\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d39d850>\r\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8b50>\r\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bc40>\r\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59b550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32ef10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc'\r\nimport 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32ec40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc'\r\nimport 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d341910>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc'\r\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d341d00>\r\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584520>\r\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d575880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc'\r\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c2e0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc'\r\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c670>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc'\r\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c790>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc'\r\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1100>\r\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c850>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc'\r\nimport 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ff160>\r\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1a30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc'\r\nimport 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2a5910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc'\r\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2b1550>\r\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ffee0>\r\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ff700>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d314a00>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc'\r\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2cac40>\r\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ca370>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc'\r\nimport 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2cadf0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db2b0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc'\r\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d2db430>\r\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db2e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc'\r\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db3d0>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc'\r\n# possible namespace for /usr/lib/python3.9/site-packages/gi\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc'\r\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2dbd00>\r\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gi._gi' executed from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d2dbb50>\r\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db520>\r\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc'\r\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e940>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc'\r\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27ea30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc'\r\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27ed30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc'\r\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d28d340>\r\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e2e0>\r\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ae80>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc'\r\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e460>\r\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ab20>\r\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db8e0>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc'\r\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17e490>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d197f10>\r\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17ecd0>\r\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17e820>\r\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d28df40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146d90>\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc'\r\nimport 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d164310>\r\n# extension module '_elementtree' loaded from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_elementtree' executed from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d164f10>\r\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146e20>\r\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146760>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc'\r\nimport 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d173f40>\r\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d173400>\r\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d149850>\r\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d314880>\r\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1ee0>\r\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5de550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d56b820>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc'\r\nimport 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0f7df0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc'\r\nimport 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0f7f70>\r\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60bf10>\r\nimport 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb9a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc'\r\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a96d0>\r\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d119b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc'\r\nimport 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5100>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc'\r\nimport 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b53a0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b55e0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc'\r\nimport 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5820>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc'\r\nimport 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5a00>\r\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a9c70>\r\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a99a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc'\r\nimport 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a9e80>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc'\r\nimport 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c53d0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc'\r\nimport 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5880>\r\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c54f0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc'\r\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d061190>\r\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5cd0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc'\r\nimport 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5e20>\r\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f83d0>\r\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'librepo._librepo' loaded from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\n# extension module 'librepo._librepo' executed from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\nimport 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d06eb20>\r\nimport 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb6a0>\r\nimport 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6e2520>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc'\r\nimport 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc'\r\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc'\r\nimport 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0976a0>\r\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090f40>\r\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085af0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc'\r\nimport 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090370>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc'\r\nimport 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00e640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc'\r\nimport 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00e850>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc'\r\nimport 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00eb50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc'\r\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00ee20>\r\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0850d0>\r\nimport 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d06ecd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085490>\r\n\r\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"tlog\", \"sssd\", \"authselect\"], \"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, \"state\": null}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n# cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n# cleanup[2] removing gpg.constants.tofu\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n# destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n# cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n# cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n# cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.compat\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n# cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n# cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n# cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n# destroy _sitebuiltins\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy selinux\r\n# destroy distro\r\n# destroy netrc\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy systemd.journal\r\n# destroy iniparse.compat\r\n# destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n# destroy rhsmlib.facts.dmidecodeparser\r\n# destroy rhsmlib.facts.all\r\n# destroy rhsmlib.dbus\r\n# destroy rhsmlib.dbus.server\r\n# destroy rhsmlib.client_info\r\n# destroy librepo\r\n# cleanup[3] wiping subscription_manager.action_client\r\n# cleanup[3] wiping subscription_manager.installedproductslib\r\n# cleanup[3] wiping subscription_manager.packageprofilelib\r\n# cleanup[3] wiping subscription_manager.factlib\r\n# cleanup[3] wiping subscription_manager.healinglib\r\n# cleanup[3] wiping subscription_manager.identitycertlib\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n# cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n# cleanup[3] wiping subscription_manager.content_action_client\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n# cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n# cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n# cleanup[3] wiping subscription_manager.base_plugin\r\n# cleanup[3] wiping subscription_manager.cp_provider\r\n# cleanup[3] wiping subscription_manager.validity\r\n# cleanup[3] wiping subscription_manager.identity\r\n# cleanup[3] wiping subscription_manager.facts\r\n# cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n# cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n# cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n# destroy subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.cache\r\n# destroy rhsmlib.services.syspurpose\r\n# cleanup[3] wiping rhsm.logutil\r\n# cleanup[3] wiping logging.config\r\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\r\n# destroy xml.etree.ElementTree\r\n# cleanup[3] wiping _elementtree\r\n# cleanup[3] wiping xml.etree.ElementPath\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n# cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n# cleanup[3] wiping gi.repository\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides\r\n# destroy gi.overrides.GLib\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n# destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n# cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib\r\n# cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider\r\n# cleanup[3] wiping requests\r\n# destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n# destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n# destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel\r\n# destroy chardet.langrussianmodel\r\n# destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection\r\n# cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n# cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n# cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n# cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n# destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n# cleanup[3] wiping iniparse.ini\r\n# destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n# destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n# cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n# destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n# cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n# cleanup[3] wiping gpg._gpgme\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n# cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n# destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n# destroy xml.etree.ElementPath\r\n# destroy _elementtree\r\n# destroy _heapq\r\n# destroy zipimport\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n# destroy gi._gi\r\n# destroy gi._gobject\r\n# destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy stat\r\n# destroy selectors\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy gzip\r\n# destroy rhsmlib.facts.dmiinfo\r\n# destroy requests\r\n# destroy iniparse.ini\r\n# destroy enum\r\n# destroy signal\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n# destroy _stat\r\n# destroy http.cookies\r\n# destroy urllib.parse\r\n# destroy _weakref\r\n# destroy ntpath\r\n# destroy posix\r\n# destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n# destroy _opcode\r\n# destroy requests.sessions\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy fcntl\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings\r\n# destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n# destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n# destroy hashlib\r\n# destroy encodings\r\n# destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n# destroy calendar\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy codecs\r\n# destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util\r\n# destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n# destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n# destroy http.client\r\n# destroy email\r\n# destroy string\r\n# destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n# destroy errno\r\n# destroy select\r\n# destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n# destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n# destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n# destroy pyexpat\r\n# destroy threading\r\n# destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888130.88147: done with _execute_module (ansible.legacy.dnf, {'name': ['tlog', 'sssd', 'authselect'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6767042-7612-22522838152780/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888130.88152: _low_level_execute_command(): starting\n 7519 1726888130.88155: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888130.90294: done with _execute_module (ansible.legacy.dnf, {'name': ['tlog', 'sssd', 'authselect'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6766841-7613-82229323503035/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888130.90298: _low_level_execute_command(): starting\n 7519 1726888130.90300: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888130.90303: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888130.90305: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888130.90308: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888130.90310: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888130.90312: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888130.90314: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888130.90315: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888130.90319: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888130.90321: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888130.90325: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888130.90328: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888130.90330: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888130.90332: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888130.90334: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888130.90336: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888130.90338: stdout chunk (state=3):\n>>><<<\n 7519 1726888130.90340: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888130.90346: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888130.90348: handler run complete\n 7519 1726888130.90350: attempt loop complete, returning result\n 7519 1726888130.90352: _execute() done\n 7519 1726888130.90354: dumping result to json\n 7519 1726888130.90356: done dumping result, returning\n 7519 1726888130.90359: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Install session recording packages [0ed44806-2f0b-c82f-f05a-00000000000b]\n 7519 1726888130.90361: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b\n 7519 1726888130.90417: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b\n 7519 1726888130.90420: WORKER PROCESS EXITING\nok: [managed_node2] => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"allow_downgrade\": false,\n \"allowerasing\": false,\n \"autoremove\": false,\n \"best\": null,\n \"bugfix\": false,\n \"cacheonly\": false,\n \"conf_file\": null,\n \"disable_excludes\": null,\n \"disable_gpg_check\": false,\n \"disable_plugin\": [],\n \"disablerepo\": [],\n \"download_dir\": null,\n \"download_only\": false,\n \"enable_plugin\": [],\n \"enablerepo\": [],\n \"exclude\": [],\n \"install_repoquery\": true,\n \"install_weak_deps\": true,\n \"installroot\": \"/\",\n \"list\": null,\n \"lock_timeout\": 30,\n \"name\": [\n \"tlog\",\n \"sssd\",\n \"authselect\"\n ],\n \"nobest\": null,\n \"releasever\": null,\n \"security\": false,\n \"skip_broken\": false,\n \"sslverify\": true,\n \"state\": null,\n \"update_cache\": false,\n \"update_only\": false,\n \"use_backend\": \"auto\",\n \"validate_certs\": true\n }\n },\n \"rc\": 0,\n \"results\": []\n}\n\nMSG:\n\nNothing to do\n 7519 1726888130.91587: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888130.91636: stderr chunk (state=3):\n>>><<<\n 7519 1726888130.91639: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888130.91657: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888130.91665: handler run complete\n 7519 1726888130.91927: attempt loop complete, returning result\n 7519 1726888130.91930: _execute() done\n 7519 1726888130.91932: dumping result to json\n 7519 1726888130.91934: done dumping result, returning\n 7519 1726888130.91935: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Install session recording packages [0ed44806-2f0b-c82f-f05a-00000000000b]\n 7519 1726888130.91937: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b\n 7519 1726888130.91983: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b\n 7519 1726888130.91985: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"allow_downgrade\": false,\n \"allowerasing\": false,\n \"autoremove\": false,\n \"best\": null,\n \"bugfix\": false,\n \"cacheonly\": false,\n \"conf_file\": null,\n \"disable_excludes\": null,\n \"disable_gpg_check\": false,\n \"disable_plugin\": [],\n \"disablerepo\": [],\n \"download_dir\": null,\n \"download_only\": false,\n \"enable_plugin\": [],\n \"enablerepo\": [],\n \"exclude\": [],\n \"install_repoquery\": true,\n \"install_weak_deps\": true,\n \"installroot\": \"/\",\n \"list\": null,\n \"lock_timeout\": 30,\n \"name\": [\n \"tlog\",\n \"sssd\",\n \"authselect\"\n ],\n \"nobest\": null,\n \"releasever\": null,\n \"security\": false,\n \"skip_broken\": false,\n \"sslverify\": true,\n \"state\": null,\n \"update_cache\": false,\n \"update_only\": false,\n \"use_backend\": \"auto\",\n \"validate_certs\": true\n }\n },\n \"rc\": 0,\n \"results\": []\n}\n\nMSG:\n\nNothing to do\n 7519 1726888130.92083: no more pending results, returning what we have\n 7519 1726888130.92086: results queue empty\n 7519 1726888130.92086: checking for any_errors_fatal\n 7519 1726888130.92089: done checking for any_errors_fatal\n 7519 1726888130.92090: checking for max_fail_percentage\n 7519 1726888130.92091: done checking for max_fail_percentage\n 7519 1726888130.92091: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888130.92092: done checking to see if all hosts have failed\n 7519 1726888130.92093: getting the remaining hosts for this loop\n 7519 1726888130.92094: done getting the remaining hosts for this loop\n 7519 1726888130.92096: getting the next task for host managed_node1\n 7519 1726888130.92100: done getting next task for host managed_node1\n 7519 1726888130.92102: ^ task is: TASK: fedora.linux_system_roles.tlog : Get the rpm package facts\n 7519 1726888130.92103: ^ state is: HOST STATE: block=3, task=6, 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\n 7519 1726888130.92104: getting the next task for host managed_node2\n 7519 1726888130.92105: done getting next task for host managed_node2\n 7519 1726888130.92106: ^ task is: TASK: fedora.linux_system_roles.tlog : Get the rpm package facts\n 7519 1726888130.92107: ^ state is: HOST STATE: block=3, task=6, 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\n 7519 1726888130.92108: getting the next task for host managed_node3\n 7519 1726888130.92109: done getting next task for host managed_node3\n 7519 1726888130.92112: ^ task is: TASK: fedora.linux_system_roles.tlog : Get the rpm package facts\n 7519 1726888130.92113: ^ state is: HOST STATE: block=3, task=6, 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\n 7519 1726888130.92126: getting variables\n 7519 1726888130.92127: in VariableManager get_vars()\n 7519 1726888130.92150: Calling all_inventory to load vars for managed_node1\n 7519 1726888130.92152: Calling groups_inventory to load vars for managed_node1\n 7519 1726888130.92153: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888130.92160: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888130.92162: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888130.92163: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888130.92198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888130.92224: done with get_vars()\n 7519 1726888130.92231: done getting variables\n\nTASK [fedora.linux_system_roles.tlog : Get the rpm package facts] **************\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:10\nFriday 20 September 2024 23:08:50 -0400 (0:00:03.335) 0:00:05.542 ****** \n 7519 1726888130.92298: entering _queue_task() for managed_node1/package_facts\n 7519 1726888130.92300: Creating lock for package_facts\n 7519 1726888130.92541: worker is 1 (out of 3 available)\n 7519 1726888130.92559: exiting _queue_task() for managed_node1/package_facts\n 7519 1726888130.92591: getting variables\n 7519 1726888130.92595: in VariableManager get_vars()\n 7519 1726888130.92681: Calling all_inventory to load vars for managed_node2\n 7519 1726888130.92685: Calling groups_inventory to load vars for managed_node2\n 7519 1726888130.92687: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888130.92704: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888130.92708: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888130.92712: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888130.92801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888130.92852: done with get_vars()\n 7519 1726888130.92863: done getting variables\n 7519 1726888130.92962: entering _queue_task() for managed_node2/package_facts\n 7519 1726888130.93037: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts\n 7519 1726888130.93255: worker is 2 (out of 3 available)\n 7519 1726888130.93272: exiting _queue_task() for managed_node2/package_facts\n 7519 1726888130.93310: getting variables\n 7519 1726888130.93313: in VariableManager get_vars()\n 7519 1726888130.93401: Calling all_inventory to load vars for managed_node3\n 7519 1726888130.93405: Calling groups_inventory to load vars for managed_node3\n 7519 1726888130.93408: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888130.93429: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000c\n 7519 1726888130.93434: variable 'ansible_search_path' from source: unknown\n 7519 1726888130.93436: variable 'ansible_search_path' from source: unknown\n 7519 1726888130.93438: calling self._execute()\n 7519 1726888130.93451: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888130.93455: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888130.93459: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888130.93513: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888130.93517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888130.93536: variable 'omit' from source: magic vars\n 7519 1726888130.93559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888130.93611: done with get_vars()\n 7519 1726888130.93620: done getting variables\n 7519 1726888130.93671: variable 'omit' from source: magic vars\n 7519 1726888130.93699: variable 'omit' from source: magic vars\n 7519 1726888130.93739: entering _queue_task() for managed_node3/package_facts\n 7519 1726888130.93764: variable 'omit' from source: magic vars\n 7519 1726888130.93768: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888130.93821: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888130.93851: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888130.93855: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888130.93875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888130.94563: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888130.94568: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888130.94571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888130.94576: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts\n 7519 1726888130.94579: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888130.94582: Set connection var ansible_pipelining to False\n 7519 1726888130.94585: Set connection var ansible_shell_type to sh\n 7519 1726888130.94586: Set connection var ansible_timeout to 10\n 7519 1726888130.94589: Set connection var ansible_connection to ssh\n 7519 1726888130.94592: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000c\n 7519 1726888130.94596: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888130.94597: variable 'ansible_search_path' from source: unknown\n 7519 1726888130.94599: variable 'ansible_search_path' from source: unknown\n 7519 1726888130.94601: calling self._execute()\n 7519 1726888130.94603: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888130.94605: variable 'ansible_connection' from source: unknown\n 7519 1726888130.94606: variable 'ansible_module_compression' from source: unknown\n 7519 1726888130.94609: variable 'ansible_shell_type' from source: unknown\n 7519 1726888130.94613: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888130.94616: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888130.94618: variable 'ansible_pipelining' from source: unknown\n 7519 1726888130.94620: variable 'ansible_timeout' from source: unknown\n 7519 1726888130.94624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888130.94626: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888130.94628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888130.94630: variable 'omit' from source: magic vars\n 7519 1726888130.94533: worker is 3 (out of 3 available)\n 7519 1726888130.94638: exiting _queue_task() for managed_node3/package_facts\n 7519 1726888130.94651: done queuing things up, now waiting for results queue to drain\n 7519 1726888130.94652: waiting for pending results...\n 7519 1726888130.94660: 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__)\n 7519 1726888130.94663: variable 'omit' from source: magic vars\n 7519 1726888130.94667: starting attempt loop\n 7519 1726888130.94669: running the handler\n 7519 1726888130.94681: _low_level_execute_command(): starting\n 7519 1726888130.94696: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888130.94790: variable 'omit' from source: magic vars\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888130.94924: variable 'omit' from source: magic vars\n 7519 1726888130.94962: variable 'omit' from source: magic vars\n 7519 1726888130.95072: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts\n 7519 1726888130.95114: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888130.95153: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888130.95176: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888130.95196: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888130.95210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888130.95304: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888130.95312: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888130.95320: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888130.95420: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888130.95441: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000c\n 7519 1726888130.95461: variable 'ansible_search_path' from source: unknown\n 7519 1726888130.95468: variable 'ansible_search_path' from source: unknown\n 7519 1726888130.95512: calling self._execute()\n 7519 1726888130.95551: Set connection var ansible_pipelining to False\n 7519 1726888130.95593: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888130.95603: Set connection var ansible_shell_type to sh\n 7519 1726888130.95611: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888130.95621: Set connection var ansible_timeout to 10\n 7519 1726888130.95631: Set connection var ansible_connection to ssh\n 7519 1726888130.95638: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888130.95646: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888130.95652: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888130.95662: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888130.95666: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888130.95676: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888130.95698: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888130.95701: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888130.95706: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888130.95712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888130.95719: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888130.95732: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888130.95743: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888130.95751: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888130.95759: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888130.95771: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888130.95774: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888130.95780: variable 'omit' from source: magic vars\n 7519 1726888130.95892: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888130.95904: variable 'ansible_connection' from source: unknown\n 7519 1726888130.95912: variable 'ansible_module_compression' from source: unknown\n 7519 1726888130.95919: variable 'ansible_shell_type' from source: unknown\n 7519 1726888130.95928: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888130.95935: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888130.95944: variable 'ansible_pipelining' from source: unknown\n 7519 1726888130.95950: variable 'ansible_timeout' from source: unknown\n 7519 1726888130.95961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888130.96085: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888130.96094: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888130.96105: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888130.96114: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888130.96119: variable 'omit' from source: magic vars\n 7519 1726888130.96160: variable 'omit' from source: magic vars\n 7519 1726888130.96195: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888130.96206: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888130.96214: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888130.96233: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888130.96238: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888130.96245: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888130.96252: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888130.96271: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888130.96280: variable 'omit' from source: magic vars\n 7519 1726888130.96326: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888130.96354: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888130.96359: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888130.96431: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888130.96435: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888130.96439: 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__)\n 7519 1726888130.96454: variable 'omit' from source: magic vars\n 7519 1726888130.96458: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888130.96462: starting attempt loop\n 7519 1726888130.96468: running the handler\n 7519 1726888130.96491: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888130.96495: _low_level_execute_command(): starting\n 7519 1726888130.96506: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888130.96512: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888130.96539: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888130.96542: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888130.96546: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888130.96662: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888130.96670: Set connection var ansible_pipelining to False\n 7519 1726888130.96675: Set connection var ansible_shell_type to sh\n 7519 1726888130.96680: Set connection var ansible_timeout to 10\n 7519 1726888130.96683: Set connection var ansible_connection to ssh\n 7519 1726888130.96694: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888130.96730: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888130.96733: variable 'ansible_connection' from source: unknown\n 7519 1726888130.96735: variable 'ansible_module_compression' from source: unknown\n 7519 1726888130.96738: variable 'ansible_shell_type' from source: unknown\n 7519 1726888130.96740: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888130.96742: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888130.96746: variable 'ansible_pipelining' from source: unknown\n 7519 1726888130.96748: variable 'ansible_timeout' from source: unknown\n 7519 1726888130.96753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888130.97039: 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__)\n 7519 1726888130.97053: variable 'omit' from source: magic vars\n 7519 1726888130.97056: starting attempt loop\n 7519 1726888130.97058: running the handler\n 7519 1726888130.97073: _low_level_execute_command(): starting\n 7519 1726888130.97081: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888130.97435: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888130.97453: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888130.97471: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888130.97493: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888130.97508: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888130.97553: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888130.97871: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888130.97883: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888130.97900: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888130.97916: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888130.97936: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888130.97939: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888130.97955: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888130.97958: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888130.97964: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888130.97978: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888130.97984: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888130.97987: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888130.97998: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888130.98011: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888130.98025: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888130.98043: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888130.98046: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888130.98050: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888130.98055: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888130.98064: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888130.98074: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888130.98077: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888130.98079: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888130.98090: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888130.98093: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888130.98099: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888130.98109: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888130.98111: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888130.98114: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888130.98126: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888130.98139: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888130.98141: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888130.98147: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888130.98160: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888130.98163: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888130.98165: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888130.98173: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888130.98183: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888130.98186: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888130.98188: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888130.98190: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888130.98203: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888130.98206: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888130.98208: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888130.98211: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888130.98225: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888130.98294: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888130.98303: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888130.98306: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888130.98312: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888130.98338: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888130.98341: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888130.98344: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888130.98353: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888130.98358: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888130.98363: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888130.98369: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888130.98418: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888130.98422: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888130.98485: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888130.98492: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888130.98495: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888130.98499: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888130.98519: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888130.98538: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888130.98843: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888130.98991: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888130.99053: stderr chunk (state=3):\n>>><<<\n 7519 1726888130.99056: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888130.99085: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888130.99099: _low_level_execute_command(): starting\n 7519 1726888130.99108: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845 `\" && echo ansible-tmp-1726888130.9908662-7681-75942101181845=\"` echo /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845 `\" && echo ansible-tmp-1726888130.9908662-7681-75942101181845=\"` echo /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845 `\" ) && sleep 0'\"'\"''\n 7519 1726888130.99720: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888130.99726: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888130.99764: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888130.99768: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888130.99773: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888130.99776: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888130.99831: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888130.99836: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888130.99840: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888130.99851: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888130.99875: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888131.00642: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888131.00808: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888131.00811: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888131.00865: stderr chunk (state=3):\n>>><<<\n 7519 1726888131.00870: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888131.00885: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888131.00919: _low_level_execute_command(): starting\n 7519 1726888131.01045: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470 `\" && echo ansible-tmp-1726888131.0088804-7683-101015993241470=\"` echo /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470 `\" && echo ansible-tmp-1726888131.0088804-7683-101015993241470=\"` echo /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470 `\" ) && sleep 0'\"'\"''\n 7519 1726888131.01142: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888131.01150: stdout chunk (state=3):\n>>><<<\n 7519 1726888131.01164: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888131.01200: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888131.01218: _low_level_execute_command(): starting\n 7519 1726888131.01221: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163 `\" && echo ansible-tmp-1726888131.0120115-7682-40329810451163=\"` echo /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163 `\" && echo ansible-tmp-1726888131.0120115-7682-40329810451163=\"` echo /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163 `\" ) && sleep 0'\"'\"''\n 7519 1726888131.01945: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888131.01954: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.01969: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.01987: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.01996: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.02034: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888131.02041: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888131.02048: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888131.02058: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888131.02068: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.02081: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.02087: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.02102: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888131.02109: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888131.02118: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888131.02124: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.02134: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.02144: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.02152: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.02159: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888131.02166: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888131.02173: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888131.02185: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888131.02193: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.02203: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.02211: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.02288: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888131.02303: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888131.02307: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888131.02409: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888131.02416: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888131.02419: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888131.02421: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888131.02443: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888131.02446: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888131.02448: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888131.02451: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888131.02453: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888131.02470: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.02473: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.02526: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888131.02529: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.02532: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888131.02534: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.02536: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.02565: stdout chunk (state=3):\n>>>ansible-tmp-1726888130.9908662-7681-75942101181845=/root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845\n<<<\n 7519 1726888131.02596: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888131.02618: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888131.02626: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888131.02744: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888131.02756: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888131.02954: stderr chunk (state=3):\n>>><<<\n 7519 1726888131.02957: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888130.9908662-7681-75942101181845=/root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888131.03140: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888130.9908662-7681-75942101181845=/root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888131.03143: variable 'ansible_module_compression' from source: unknown\n 7519 1726888131.03157: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888131.03231: ANSIBALLZ: Using lock for package_facts\n 7519 1726888131.03236: ANSIBALLZ: Acquiring lock\n 7519 1726888131.03239: ANSIBALLZ: Lock acquired: 140005025791776\n 7519 1726888131.03241: ANSIBALLZ: Creating module\n 7519 1726888131.05064: stdout chunk (state=3):\n>>>ansible-tmp-1726888131.0120115-7682-40329810451163=/root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163\n<<<\n 7519 1726888131.05296: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888131.05300: stdout chunk (state=3):\n>>><<<\n 7519 1726888131.05309: stderr chunk (state=3):\n>>><<<\n 7519 1726888131.05341: stdout chunk (state=3):\n>>>ansible-tmp-1726888131.0088804-7683-101015993241470=/root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470\n<<<\n<10.31.42.160> (0, b'ansible-tmp-1726888131.0120115-7682-40329810451163=/root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888131.05352: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888131.0120115-7682-40329810451163=/root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888131.05532: variable 'ansible_module_compression' from source: unknown\n 7519 1726888131.05630: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888131.05635: stdout chunk (state=3):\n>>><<<\n 7519 1726888131.05637: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888131.0088804-7683-101015993241470=/root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888131.05645: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888131.0088804-7683-101015993241470=/root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888131.05721: variable 'ansible_module_compression' from source: unknown\n 7519 1726888131.05778: ANSIBALLZ: Using lock for package_facts\n 7519 1726888131.05781: ANSIBALLZ: Acquiring lock\n 7519 1726888131.05837: ANSIBALLZ: Using lock for package_facts\n 7519 1726888131.05841: ANSIBALLZ: Acquiring lock\n 7519 1726888131.30474: ANSIBALLZ: Writing module into payload\n 7519 1726888131.30606: ANSIBALLZ: Writing module\n 7519 1726888131.30634: ANSIBALLZ: Renaming module\n 7519 1726888131.30643: ANSIBALLZ: Done creating module\n 7519 1726888131.31234: ANSIBALLZ: Lock acquired: 140005025791776\n 7519 1726888131.31238: ANSIBALLZ: Reading module after lock\n 7519 1726888131.31240: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888131.31242: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/package_facts.py\n 7519 1726888131.31247: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py\n 7519 1726888131.31249: ANSIBALLZ: Lock acquired: 140005025791776\n 7519 1726888131.31251: ANSIBALLZ: Reading module after lock\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzpph7oq8 TO /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py\n 7519 1726888131.31257: variable 'ansible_facts' from source: host vars for 'managed_node2'\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888131.31262: Sending initial data\n 7519 1726888131.31264: Sent initial data (159 bytes)\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/package_facts.py\n 7519 1726888131.31267: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/package_facts.py\n 7519 1726888131.31282: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpt76vsul4 TO /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwutgq9wp TO /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888131.31561: Sending initial data\n 7519 1726888131.31564: Sent initial data (160 bytes)\n 7519 1726888131.31630: Sending initial data\n 7519 1726888131.31634: Sent initial data (159 bytes)\n 7519 1726888131.32634: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888131.32676: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.32709: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.32731: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.32745: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.32795: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888131.32808: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888131.32820: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888131.32836: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888131.32849: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.32863: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.32884: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.32907: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888131.32921: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888131.32938: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888131.32954: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.32969: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.32987: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.33008: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.33021: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888131.33036: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888131.33049: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888131.33063: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888131.33079: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.33094: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.33119: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.33192: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888131.33207: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888131.33229: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888131.33253: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888131.33270: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888131.33283: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888131.33294: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888131.33303: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888131.33556: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.33678: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888131.33710: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888131.33750: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888131.33773: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888131.33807: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888131.33819: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888131.33853: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888131.33876: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.33879: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888131.33882: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.33884: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.33887: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888131.33894: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888131.33909: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888131.33912: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.33914: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.33929: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.33932: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.33938: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.33946: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.33958: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888131.33961: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.33963: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888131.33976: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888131.33980: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.33983: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888131.33985: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.34034: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.34038: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888131.34040: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.34050: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888131.34060: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888131.34071: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888131.34082: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.34095: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.34114: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.34132: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888131.34145: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888131.34156: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888131.34162: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888131.34174: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888131.34181: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.34187: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.34203: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888131.34206: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.34220: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888131.34247: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888131.34287: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888131.34291: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888131.34293: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888131.34308: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888131.34657: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888131.34661: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888131.34689: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888131.36002: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888131.36006: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888131.36033: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888131.36037: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888131.36071: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 7519 1726888131.36074: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzpph7oq8\r\n<<<\n 7519 1726888131.36077: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzpph7oq8 /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py\n<<<\n 7519 1726888131.36086: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888131.36105: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\n<<<\n 7519 1726888131.36111: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py M:0x001a\r\n<<<\n 7519 1726888131.36930: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888131.36980: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888131.37047: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpt76vsul4\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888131.37050: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpt76vsul4 /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py\n<<<\n 7519 1726888131.37822: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py M:0x001a\r\n<<<\n 7519 1726888131.37827: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 7519 1726888131.37829: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwutgq9wp\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888131.37832: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwutgq9wp /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py\n<<<\n 7519 1726888131.37834: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 7519 1726888131.38095: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py M:0x001a\r\n<<<\n 7519 1726888131.39631: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26509\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 26509 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888131.39635: stdout chunk (state=3):\n>>><<<\n 7519 1726888131.39637: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzpph7oq8 /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzpph7oq8\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26509\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 26509 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888131.41256: done transferring module to remote\n 7519 1726888131.41259: _low_level_execute_command(): starting\n 7519 1726888131.41261: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/ /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/ /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py && sleep 0'\"'\"''\n 7519 1726888131.41278: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 7519 1726888131.41281: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888131.41532: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\n<<<\n 7519 1726888131.41561: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26510\r\n<<<\n 7519 1726888131.41629: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 26510 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888131.41643: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\n<<<\n 7519 1726888131.41663: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26509\r\n<<<\n 7519 1726888131.41701: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888131.41791: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888131.41838: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 26509 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888131.41889: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888131.41931: stderr chunk (state=3):\n>>><<<\n 7519 1726888131.41934: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpt76vsul4 /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpt76vsul4\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26510\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 26510 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888131.41972: done transferring module to remote\n 7519 1726888131.42009: _low_level_execute_command(): starting\n 7519 1726888131.42012: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/ /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/ /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py && sleep 0'\"'\"''\n 7519 1726888131.42124: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888131.42127: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888131.42418: stderr chunk (state=3):\n>>><<<\n 7519 1726888131.42421: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwutgq9wp /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwutgq9wp\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26509\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 26509 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888131.42429: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888131.42431: stdout chunk (state=3):\n>>><<<\n 7519 1726888131.42433: done transferring module to remote\n 7519 1726888131.42435: stderr chunk (state=3):\n>>><<<\n 7519 1726888131.42437: _low_level_execute_command(): starting\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888131.42443: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/ /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py && sleep 0'\n 7519 1726888131.42446: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888131.42450: _low_level_execute_command(): starting\n 7519 1726888131.42452: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/ /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py && sleep 0'\"'\"''\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py && sleep 0'\"'\"''\n 7519 1726888131.43631: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888131.43635: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.43638: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.43640: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.43642: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.43644: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888131.43646: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888131.43648: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888131.43651: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888131.43653: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.43655: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.43657: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.43659: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888131.43661: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888131.43664: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888131.43675: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.43678: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.43941: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.44214: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.44217: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888131.44220: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888131.44224: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888131.44227: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888131.44229: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.44231: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.44233: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.44238: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888131.44240: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888131.44242: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888131.44244: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888131.44246: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888131.44248: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888131.44250: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888131.44252: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888131.44254: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888131.44256: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888131.44258: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888131.44260: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888131.44262: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.44264: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.44266: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.44268: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.44270: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888131.44273: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888131.44275: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888131.44277: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888131.44279: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.44281: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.44283: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.44285: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888131.44287: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888131.44289: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888131.44291: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.44294: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.44296: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.44299: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.44312: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888131.44324: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888131.44329: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888131.44831: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888131.44834: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.44836: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.44838: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.44840: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888131.44842: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888131.44844: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888131.44845: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888131.44847: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888131.44849: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888131.44851: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888131.44854: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888131.44856: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888131.44857: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888131.44859: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888131.44861: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888131.44863: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.44864: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.45048: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.45067: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.45115: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888131.45129: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888131.45140: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888131.45152: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888131.45178: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.45194: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.45207: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.45227: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888131.45238: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888131.45250: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888131.45272: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.45286: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.45300: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.45319: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.45333: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888131.45343: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888131.45352: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888131.45368: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888131.45387: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.45400: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.45415: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.45500: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888131.45534: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888131.45550: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888131.45572: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888131.45749: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888131.45812: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888131.45835: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888131.45880: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888131.45896: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888131.45953: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888131.45966: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888131.46873: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888131.46891: stderr chunk (state=3):\n>>><<<\n 7519 1726888131.46894: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888131.46919: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888131.46926: _low_level_execute_command(): starting\n 7519 1726888131.46928: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py && sleep 0'\"'\"''\n 7519 1726888131.47444: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888131.47448: stdout chunk (state=3):\n>>><<<\n 7519 1726888131.47451: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888131.47458: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888131.47460: _low_level_execute_command(): starting\n 7519 1726888131.47463: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py && sleep 0'\"'\"''\n 7519 1726888131.47683: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888131.47993: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.47996: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.47998: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.48001: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.48003: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888131.48005: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888131.48006: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888131.48008: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888131.48010: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.48012: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.48017: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.48019: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888131.48021: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888131.48025: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888131.48027: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888131.48030: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.48032: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.48035: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.48037: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888131.48042: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888131.48044: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888131.48047: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888131.48048: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.48050: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888131.48053: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.48055: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888131.48069: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888131.48076: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888131.48090: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888131.48095: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888131.48103: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888131.48110: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888131.48129: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888131.48151: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888131.48164: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888131.48224: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888131.48454: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888131.48459: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888131.48461: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888131.48499: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888131.48502: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888131.48505: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888131.48507: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888131.48577: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 7519 1726888131.48583: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 7519 1726888131.48626: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888131.48670: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 7519 1726888131.48676: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888131.48692: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888131.48755: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888131.48758: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888131.48821: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888131.48862: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888131.48879: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888131.48978: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888131.49060: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888131.49062: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.49093: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888131.49131: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888131.49151: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888131.49199: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898dc0>\r\n<<<\n 7519 1726888131.49318: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d3a0>\r\n<<<\n 7519 1726888131.49321: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888131.49346: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898ac0>\r\n<<<\n 7519 1726888131.49349: stdout chunk (state=3):\n>>>import '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888131.49376: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d490>\r\n<<<\n 7519 1726888131.49390: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888131.49412: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py<<<\n 7519 1726888131.49419: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888131.49441: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d940>\r\n<<<\n 7519 1726888131.49497: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d670>\r\n<<<\n 7519 1726888131.49510: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888131.49549: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888131.49579: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888131.49583: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888131.49634: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888131.49652: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888131.49733: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf220>\r\n<<<\n 7519 1726888131.49795: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888131.49800: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525f2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf940>\r\n<<<\n 7519 1726888131.49841: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52855880>\r\n<<<\n 7519 1726888131.49844: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525c8d90>\r\n<<<\n 7519 1726888131.49902: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525f2d90>\r\n<<<\n 7519 1726888131.49950: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d970>\r\n<<<\n 7519 1726888131.49977: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888131.50701: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52592eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52596f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5258c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52594640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52592370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888131.50914: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888131.50993: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888131.51005: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52477e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477910>\r\n<<<\n 7519 1726888131.51036: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888131.51068: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n<<<\n 7519 1726888131.51088: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\n<<<\n 7519 1726888131.51122: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\n<<<\n 7519 1726888131.51127: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888131.51129: stdout chunk (state=3):\n>>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477f10>\r\n<<<\n 7519 1726888131.51217: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248b0d0>\r\n<<<\n 7519 1726888131.51220: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888131.51271: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888131.51309: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888131.51314: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888131.51364: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888131.51372: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888131.51442: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.51471: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888131.51487: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888131.51524: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888131.51546: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 7519 1726888131.51549: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3dc0>\r\n<<<\n 7519 1726888131.51551: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 7519 1726888131.51610: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 7519 1726888131.51626: stdout chunk (state=3):\n>>>import '_warnings' # \r\n<<<\n 7519 1726888131.51628: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 7519 1726888131.51631: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888131.51633: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3b20>\r\n<<<\n 7519 1726888131.51659: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888131.51682: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3ac0>\r\n<<<\n 7519 1726888131.51718: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888131.51727: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888131.51747: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888131.51750: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888131.51758: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98490>\r\n<<<\n 7519 1726888131.51809: stdout chunk (state=3):\n>>>import '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256ed90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52568670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5257a6d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5259ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5248bcd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256e2b0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5257a2e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248beb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248bdf0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248bd60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5245e3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888131.51911: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888131.51915: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888131.51918: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98670>\r\n<<<\n 7519 1726888131.52018: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888131.52026: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888131.52224: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5245e4c0>\r\n<<<\n 7519 1726888131.52228: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52493f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248da90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248d490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888131.52254: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888131.52258: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'<<<\n 7519 1726888131.52262: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.52288: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888131.52295: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888131.52335: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888131.52339: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d72850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f940>\r\n<<<\n 7519 1726888131.52365: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8dc0>\r\n<<<\n 7519 1726888131.52374: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2db0880>\r\n<<<\n 7519 1726888131.52415: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52394220>\r\n<<<\n 7519 1726888131.52419: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888131.52421: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8b20>\r\n<<<\n 7519 1726888131.52425: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d48d90>\r\n<<<\n 7519 1726888131.52429: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888131.52431: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5244a520>\r\n<<<\n 7519 1726888131.52481: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\n<<<\n 7519 1726888131.52499: stdout chunk (state=3):\n>>>import '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d72d90>\r\n<<<\n 7519 1726888131.52502: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8ac0><<<\n 7519 1726888131.52520: stdout chunk (state=3):\n>>>\r\nimport '_signal' # \r\n<<<\n 7519 1726888131.52531: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248df10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a0040>\r\n<<<\n 7519 1726888131.52547: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888131.52552: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'<<<\n 7519 1726888131.52596: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.52601: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d490><<<\n 7519 1726888131.52649: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.52655: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py<<<\n 7519 1726888131.52699: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'<<<\n 7519 1726888131.52708: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.52715: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98970>\r\n<<<\n 7519 1726888131.52720: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py<<<\n 7519 1726888131.52725: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.52728: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'<<<\n 7519 1726888131.52731: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.52754: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888131.52759: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523a5b50>\r\nimport 'errno' # \r\n<<<\n 7519 1726888131.52762: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888131.52764: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d940>\r\n<<<\n 7519 1726888131.52789: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d670><<<\n 7519 1726888131.52794: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.52856: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e523a5e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888131.52861: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py<<<\n 7519 1726888131.52956: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.52960: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'<<<\n 7519 1726888131.52962: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.52965: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py<<<\n 7519 1726888131.52967: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.52969: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'<<<\n 7519 1726888131.53022: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.53612: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py<<<\n 7519 1726888131.53653: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.53659: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'<<<\n 7519 1726888131.53702: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.53706: stdout chunk (state=3):\n>>>import '_stat' # <<<\n 7519 1726888131.53709: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.53711: stdout chunk (state=3):\n>>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434190><<<\n 7519 1726888131.53714: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.53724: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py<<<\n 7519 1726888131.53729: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5cd0>\r\n<<<\n 7519 1726888131.53732: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.53735: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888131.53737: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5234f400>\r\n<<<\n 7519 1726888131.53739: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888131.53741: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434220>\r\n<<<\n 7519 1726888131.53840: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888131.53882: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py<<<\n 7519 1726888131.53906: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.53911: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'<<<\n 7519 1726888131.53915: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.53942: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888131.53945: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\n<<<\n 7519 1726888131.53968: stdout chunk (state=3):\n>>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7457850><<<\n 7519 1726888131.53991: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d13eb0>\r\n<<<\n 7519 1726888131.54057: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d16f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888131.54063: stdout chunk (state=3):\n>>>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7495880>\r\n<<<\n 7519 1726888131.54066: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py<<<\n 7519 1726888131.54088: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'<<<\n 7519 1726888131.54092: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.54170: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b742dd90>\r\n<<<\n 7519 1726888131.54173: stdout chunk (state=3):\n>>>import '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d0c610>\r\n<<<\n 7519 1726888131.54177: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d12640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d13370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888131.54180: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\n<<<\n 7519 1726888131.54208: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523a5f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5235f2e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5610>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5235f3a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248ba30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888131.54233: stdout chunk (state=3):\n>>>import '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7457d90>\r\n<<<\n 7519 1726888131.54246: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888131.54249: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d970>\r\n<<<\n 7519 1726888131.54252: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888131.54378: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff29d3e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3910>\r\nimport 'itertools' # \r\n<<<\n 7519 1726888131.54381: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888131.54384: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e70d0>\r\nimport '_collections' # \r\n<<<\n 7519 1726888131.54387: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.54390: stdout chunk (state=3):\n>>># extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b9d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b7c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b8b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888131.54393: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ceed90>\r\nimport '_functools' # \r\n<<<\n 7519 1726888131.54886: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ce7670>\r\n<<<\n 7519 1726888131.54918: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2cf96d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d1ae20>\r\n<<<\n 7519 1726888131.54965: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff29e7cd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2cee2b0>\r\n<<<\n 7519 1726888131.54968: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888131.54971: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'<<<\n 7519 1726888131.54973: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.54976: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2cf92e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d209d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888131.54997: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py<<<\n 7519 1726888131.54999: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.55002: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888131.55005: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'<<<\n 7519 1726888131.55007: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.55029: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888131.55034: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7eb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7df0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888131.55037: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n<<<\n 7519 1726888131.55047: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71aeeb0>\r\n<<<\n 7519 1726888131.55065: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237bd00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52387250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5236ea90>\r\n<<<\n 7519 1726888131.55069: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248b610>\r\n<<<\n 7519 1726888131.55071: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b0f40>\r\n<<<\n 7519 1726888131.55096: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888131.55101: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888131.55104: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'<<<\n 7519 1726888131.55107: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.55109: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888131.55112: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888131.55117: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py<<<\n 7519 1726888131.55120: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.55133: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888131.55171: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29ba3d0>\r\n<<<\n 7519 1726888131.55194: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888131.55215: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888131.55218: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29ba4c0>\r\n<<<\n 7519 1726888131.55231: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888131.55235: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237baf0>\r\n<<<\n 7519 1726888131.55263: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'<<<\n 7519 1726888131.55284: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.55289: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71a7610>\r\n<<<\n 7519 1726888131.55321: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ad640>\r\n<<<\n 7519 1726888131.55326: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ae370><<<\n 7519 1726888131.55378: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.55381: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29eff40>\r\n<<<\n 7519 1726888131.55383: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888131.55393: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9a90>\r\n<<<\n 7519 1726888131.55766: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9490>\r\n<<<\n 7519 1726888131.55796: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888131.55838: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888131.55861: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888131.55864: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e522ae6d0>\r\n<<<\n 7519 1726888131.56276: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888131.56399: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888131.56541: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888131.56545: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888131.56550: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888131.56755: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888131.56814: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888131.56819: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28ef220>\r\n<<<\n 7519 1726888131.56864: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.56869: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py<<<\n 7519 1726888131.56908: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888131.56959: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b708ee20><<<\n 7519 1726888131.56963: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29a6520>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9f10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d20040>\r\n<<<\n 7519 1726888131.56966: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\n<<<\n 7519 1726888131.56968: stdout chunk (state=3):\n>>>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708e910>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n<<<\n 7519 1726888131.56971: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708ef10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888131.56993: stdout chunk (state=3):\n>>># zipimport: found 105 names in '/tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip'\r\n<<<\n 7519 1726888131.56998: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.57001: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2900b50>\r\nimport 'errno' # \r\n<<<\n 7519 1726888131.57003: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708efd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a20d0>\r\nimport '_collections' # <<<\n 7519 1726888131.57005: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2900e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910cd0>\r\n<<<\n 7519 1726888131.57026: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28aa400>\r\n<<<\n 7519 1726888131.57031: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.57033: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2900f70>\r\n<<<\n 7519 1726888131.57035: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7189d90>\r\n<<<\n 7519 1726888131.57038: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.57041: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.57044: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28bb2e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910610>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28bb3a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7a30>\r\n<<<\n 7519 1726888131.57046: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888131.57050: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888131.57054: stdout chunk (state=3):\n>>>import '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7182670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71946d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888131.57060: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.57116: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d6700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888131.57120: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.57124: stdout chunk (state=3):\n>>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b70a2cd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71892b0>\r\n<<<\n 7519 1726888131.57143: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d69d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d67c0>\r\n<<<\n 7519 1726888131.57160: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b71942e0><<<\n 7519 1726888131.57163: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d68b0>\r\n<<<\n 7519 1726888131.57166: stdout chunk (state=3):\n>>>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py<<<\n 7519 1726888131.57168: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.57171: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888131.57233: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py<<<\n 7519 1726888131.57237: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.57241: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py<<<\n 7519 1726888131.57244: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.57247: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2eb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2df0><<<\n 7519 1726888131.57283: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.57287: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d6d00>\r\n<<<\n 7519 1726888131.57290: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.57292: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2d60>\r\n<<<\n 7519 1726888131.57296: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28e2250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d6940>\r\n<<<\n 7519 1726888131.57298: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888131.57300: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28caa90>\r\n<<<\n 7519 1726888131.57302: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7610>\r\n<<<\n 7519 1726888131.57303: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n<<<\n 7519 1726888131.57305: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888131.57307: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888131.57309: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888131.57311: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'<<<\n 7519 1726888131.57312: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d6af0>\r\n<<<\n 7519 1726888131.57314: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.57316: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70753d0><<<\n 7519 1726888131.57318: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.57320: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888131.57322: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888131.57404: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888131.57410: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1ff28126d0>\r\n<<<\n 7519 1726888131.57413: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70754c0>\r\n<<<\n 7519 1726888131.57415: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70aaf40>\r\n<<<\n 7519 1726888131.57421: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4a90>\r\n<<<\n 7519 1726888131.57425: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4490><<<\n 7519 1726888131.57427: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.57710: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'<<<\n 7519 1726888131.57713: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.57716: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888131.57718: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'<<<\n 7519 1726888131.57720: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.57724: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py<<<\n 7519 1726888131.57726: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6faa220>\r\n<<<\n 7519 1726888131.57728: stdout chunk (state=3):\n>>># zipimport: found 105 names in '/tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.57730: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7061520>\r\n<<<\n 7519 1726888131.57908: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.57912: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4f10><<<\n 7519 1726888131.57976: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.57984: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.58016: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888131.58019: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.58056: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888131.58059: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.58064: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py<<<\n 7519 1726888131.58066: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'<<<\n 7519 1726888131.58068: stdout chunk (state=3):\n>>>\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fbbb50>\r\nimport 'errno' # \r\n<<<\n 7519 1726888131.58135: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6fbbe80><<<\n 7519 1726888131.58141: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.58187: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888131.58192: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888131.58225: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n<<<\n 7519 1726888131.58256: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcb790>\r\n<<<\n 7519 1726888131.58291: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888131.58357: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888131.58403: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcbcd0><<<\n 7519 1726888131.58407: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.58463: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.58486: stdout chunk (state=3):\n>>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f65400>\r\n<<<\n 7519 1726888131.58552: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fbbf70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888131.58604: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888131.58703: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f762e0>\r\n<<<\n 7519 1726888131.58707: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcb610>\r\n<<<\n 7519 1726888131.58717: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 7519 1726888131.58759: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.58763: stdout chunk (state=3):\n>>># extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.58779: stdout chunk (state=3):\n>>>\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f763a0>\r\n<<<\n 7519 1726888131.58835: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2a30><<<\n 7519 1726888131.58837: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.58871: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py<<<\n 7519 1726888131.58873: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.58905: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'<<<\n 7519 1726888131.58906: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.58933: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888131.58958: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'<<<\n 7519 1726888131.58962: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.59048: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.59051: stdout chunk (state=3):\n>>>\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.59054: stdout chunk (state=3):\n>>>\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f91700><<<\n 7519 1726888131.59055: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.59109: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'<<<\n 7519 1726888131.59112: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.59180: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.59184: stdout chunk (state=3):\n>>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f919d0><<<\n 7519 1726888131.59186: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.59196: stdout chunk (state=3):\n>>>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f917c0>\r\n<<<\n 7519 1726888131.59257: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.59274: stdout chunk (state=3):\n>>>\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.59277: stdout chunk (state=3):\n>>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f918b0>\r\n<<<\n 7519 1726888131.59313: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n<<<\n 7519 1726888131.59344: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888131.59616: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.59619: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.59663: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f91d00>\r\n<<<\n 7519 1726888131.59728: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.59732: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.59756: stdout chunk (state=3):\n>>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f9d250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f91940>\r\n<<<\n 7519 1726888131.59780: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f85a90><<<\n 7519 1726888131.59785: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.59825: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2610><<<\n 7519 1726888131.59827: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.59858: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py<<<\n 7519 1726888131.59863: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.59956: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.59958: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888131.60021: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f91af0>\r\n<<<\n 7519 1726888131.60249: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888131.60294: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe7b6edf6d0><<<\n 7519 1726888131.60300: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.60771: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888131.60776: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52130820>\r\n<<<\n 7519 1726888131.60792: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.60796: stdout chunk (state=3):\n>>># zipimport: found 105 names in '/tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip'\r\n<<<\n 7519 1726888131.60811: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.60816: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888131.60842: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888131.60847: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888131.60884: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.60886: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521c0730>\r\n<<<\n 7519 1726888131.60938: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0610>\r\n<<<\n 7519 1726888131.60983: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0340>\r\n<<<\n 7519 1726888131.61001: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888131.61009: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.61064: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0460>\r\n<<<\n 7519 1726888131.61069: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/__init__.py<<<\n 7519 1726888131.61083: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0160>\r\n<<<\n 7519 1726888131.61086: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888131.61088: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.61120: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.61139: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521c03a0>\r\n<<<\n 7519 1726888131.61143: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888131.61164: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.61169: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py<<<\n 7519 1726888131.61172: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888131.61174: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.61255: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.61260: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0790>\r\n<<<\n 7519 1726888131.61262: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888131.61265: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888131.61297: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888131.61318: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888131.61347: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888131.61483: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521987f0>\r\n<<<\n 7519 1726888131.61527: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.61529: stdout chunk (state=3):\n>>>\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52198b80>\r\n<<<\n 7519 1726888131.61561: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.61616: stdout chunk (state=3):\n>>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521989d0>\r\n<<<\n 7519 1726888131.61621: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2144820>\r\n<<<\n 7519 1726888131.61626: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888131.61659: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n<<<\n 7519 1726888131.61678: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.61682: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888131.61689: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51b88520>\r\n<<<\n 7519 1726888131.61693: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888131.61695: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521b9d60>\r\n<<<\n 7519 1726888131.61700: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888131.61703: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888131.61731: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.61736: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21d5730>\r\n<<<\n 7519 1726888131.61792: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5610>\r\n<<<\n 7519 1726888131.61842: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5340>\r\n<<<\n 7519 1726888131.61865: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888131.61870: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888131.61959: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5160>\r\n<<<\n 7519 1726888131.61962: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c04f0>\r\n<<<\n 7519 1726888131.61990: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888131.61993: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62025: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.62029: stdout chunk (state=3):\n>>>\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21d53a0>\r\n<<<\n 7519 1726888131.62031: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521b91c0>\r\n<<<\n 7519 1726888131.62033: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888131.62035: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888131.62037: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62070: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62080: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n<<<\n 7519 1726888131.62084: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62086: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888131.62105: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62153: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5790>\r\n<<<\n 7519 1726888131.62157: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888131.62159: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888131.62165: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62215: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521e9b20>\r\n<<<\n 7519 1726888131.62218: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888131.62271: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62300: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c160>\r\n<<<\n 7519 1726888131.62305: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62308: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c760>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51b8ed30>\r\n<<<\n 7519 1726888131.62312: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.62314: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5218c670>\r\n<<<\n 7519 1726888131.62411: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52210d00>\r\n<<<\n 7519 1726888131.62448: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62474: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21b57f0>\r\n<<<\n 7519 1726888131.62478: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888131.62481: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21b5b80>\r\n<<<\n 7519 1726888131.62483: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62485: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21b59d0>\r\n<<<\n 7519 1726888131.62598: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888131.62602: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62604: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51be6a00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221ae80>\r\n<<<\n 7519 1726888131.62607: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888131.62609: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff20c8520>\r\n<<<\n 7519 1726888131.62611: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21ced60>\r\n<<<\n 7519 1726888131.62670: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62674: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf40a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221aeb0>\r\n<<<\n 7519 1726888131.62677: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888131.62719: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62761: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888131.62764: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888131.62842: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e522211c0>\r\n<<<\n 7519 1726888131.62872: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d54f0>\r\n<<<\n 7519 1726888131.62905: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888131.62912: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'<<<\n 7519 1726888131.62916: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.62936: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21ce1c0>\r\n<<<\n 7519 1726888131.62968: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888131.62974: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888131.63020: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888131.63047: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888131.63056: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf40d0>\r\n<<<\n 7519 1726888131.63059: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888131.63093: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888131.63113: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21f6b20>\r\n<<<\n 7519 1726888131.63187: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.63191: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521d92b0>\r\n<<<\n 7519 1726888131.63248: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.63254: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1160>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1760>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff20cdd30>\r\n<<<\n 7519 1726888131.63258: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5221aaf0>\r\n<<<\n 7519 1726888131.63297: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5221aac0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52210ee0>\r\n<<<\n 7519 1726888131.63337: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py<<<\n 7519 1726888131.63364: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888131.63367: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21a1670>\r\n<<<\n 7519 1726888131.63370: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888131.63372: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888131.63374: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2774d00>\r\n<<<\n 7519 1726888131.63376: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888131.63424: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888131.63428: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.63431: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.63435: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf10d0>\r\n<<<\n 7519 1726888131.63446: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888131.63540: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2125a00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277de80>\r\n<<<\n 7519 1726888131.63565: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888131.63588: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888131.63661: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21340a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277deb0>\r\n<<<\n 7519 1726888131.63708: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.63711: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51be7310>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf1cd0>\r\n<<<\n 7519 1726888131.63712: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888131.63784: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf1670>\r\n<<<\n 7519 1726888131.63802: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf2100>\r\n<<<\n 7519 1726888131.63809: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.63811: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.63813: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888131.63815: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888131.63816: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.63817: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888131.63890: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff27841c0>\r\n<<<\n 7519 1726888131.63905: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.64034: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.64043: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.64051: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888131.64056: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.64059: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888131.64087: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.64120: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21340d0>\r\n<<<\n 7519 1726888131.64320: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21ee2b0>\r\n<<<\n 7519 1726888131.64519: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff277daf0>\r\n<<<\n 7519 1726888131.64540: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.64574: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff277dac0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2774ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888131.64578: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888131.64581: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.64605: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21300d0>\r\n<<<\n 7519 1726888131.65010: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2126310>\r\n<<<\n 7519 1726888131.65020: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2130cd0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2130670>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2131100>\r\n<<<\n 7519 1726888131.65074: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.65078: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888131.65081: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.65088: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d60820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.65139: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888131.65162: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.65166: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888131.65350: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888131.65353: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.65354: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888131.65356: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6df0730>\r\n<<<\n 7519 1726888131.65357: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.65364: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888131.65366: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.65367: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0610>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0340>\r\n<<<\n 7519 1726888131.65368: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888131.65369: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.65431: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.65435: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0460>\r\n<<<\n 7519 1726888131.65437: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0160>\r\n<<<\n 7519 1726888131.65477: stdout chunk (state=3):\n>>>import 'atexit' # <<<\n 7519 1726888131.65480: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.65510: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.65542: stdout chunk (state=3):\n>>>\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.65635: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.65646: stdout chunk (state=3):\n>>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6df03a0>\r\n<<<\n 7519 1726888131.65650: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py<<<\n 7519 1726888131.65652: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.65655: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.65658: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888131.65711: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0790>\r\n<<<\n 7519 1726888131.65786: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py<<<\n 7519 1726888131.65791: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.65793: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<<\n 7519 1726888131.65796: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.65833: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py<<<\n 7519 1726888131.65838: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.65881: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'<<<\n 7519 1726888131.65917: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.65933: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py<<<\n 7519 1726888131.65938: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'<<<\n 7519 1726888131.65942: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66069: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dd17f0><<<\n 7519 1726888131.66072: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66281: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888131.66287: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.66290: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66294: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dd1b80>\r\n<<<\n 7519 1726888131.66365: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.66369: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.66398: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dd19d0><<<\n 7519 1726888131.66416: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66427: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52158910>\r\n<<<\n 7519 1726888131.66453: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888131.66468: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'<<<\n 7519 1726888131.66476: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66478: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888131.66481: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b67c8520><<<\n 7519 1726888131.66483: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66485: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5215f9a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51783640>\r\n<<<\n 7519 1726888131.66487: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dead60>\r\n<<<\n 7519 1726888131.66488: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.66489: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888131.66491: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.66494: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.66496: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888131.66498: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.66648: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df04f0><<<\n 7519 1726888131.66720: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66725: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.66756: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py<<<\n 7519 1726888131.66759: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66761: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'<<<\n 7519 1726888131.66763: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66765: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dea1c0><<<\n 7519 1726888131.66770: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66805: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888131.66826: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'<<<\n 7519 1726888131.66829: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66964: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py<<<\n 7519 1726888131.66966: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66968: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'<<<\n 7519 1726888131.66972: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.66974: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888131.66981: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888131.66983: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py<<<\n 7519 1726888131.66985: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5219f7f0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.67039: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.67043: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888131.67045: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888131.67047: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e17b20><<<\n 7519 1726888131.67050: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.67203: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd160>\r\n<<<\n 7519 1726888131.67207: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd760>\r\n<<<\n 7519 1726888131.67210: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b67cdd30><<<\n 7519 1726888131.67495: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.67552: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888131.67557: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888131.67568: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dbd670>\r\n<<<\n 7519 1726888131.67571: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888131.67572: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.67575: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e41d00>\r\n<<<\n 7519 1726888131.67577: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2142910>\r\n<<<\n 7519 1726888131.67579: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888131.67592: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'<<<\n 7519 1726888131.67599: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.67601: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py<<<\n 7519 1726888131.67603: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.67605: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888131.67607: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'<<<\n 7519 1726888131.67681: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff216f9a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cee9d0>\r\n<<<\n 7519 1726888131.67683: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.67686: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888131.67689: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.67692: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.67695: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888131.67697: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.67720: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.67725: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.67727: stdout chunk (state=3):\n>>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d41a00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4ae80>\r\n<<<\n 7519 1726888131.67728: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888131.67754: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888131.67858: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.67862: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.67883: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.67887: stdout chunk (state=3):\n>>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d500a0>\r\n<<<\n 7519 1726888131.67908: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4aeb0><<<\n 7519 1726888131.67913: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.67941: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py<<<\n 7519 1726888131.67944: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.67994: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888131.67997: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.68019: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py<<<\n 7519 1726888131.68119: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.68130: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888131.68195: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888131.68199: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21b37f0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.68202: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e511c0>\r\n<<<\n 7519 1726888131.68329: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.68378: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d500d0>\r\n<<<\n 7519 1726888131.68406: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.68501: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888131.68505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.68549: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.68552: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.68553: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e0a2b0>\r\n<<<\n 7519 1726888131.68604: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888131.68613: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.68640: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.68644: stdout chunk (state=3):\n>>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e4aaf0>\r\n<<<\n 7519 1726888131.68724: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.68763: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.68769: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.68772: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.68775: stdout chunk (state=3):\n>>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e4aac0>\r\n<<<\n 7519 1726888131.68778: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e41ee0>\r\n<<<\n 7519 1726888131.68883: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py<<<\n 7519 1726888131.68887: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888131.68889: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.68891: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.68893: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888131.68895: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.68909: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.68911: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888131.68913: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888131.68915: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.68975: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.68980: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.68984: stdout chunk (state=3):\n>>>\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d4c0d0><<<\n 7519 1726888131.68991: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.69300: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.69310: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.69326: stdout chunk (state=3):\n>>>\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.69329: stdout chunk (state=3):\n>>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d43310>\r\n<<<\n 7519 1726888131.69353: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4ccd0><<<\n 7519 1726888131.69357: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.69439: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.69443: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.69450: stdout chunk (state=3):\n>>>\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d4c670>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4d100>\r\n<<<\n 7519 1726888131.69498: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.69501: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.69506: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.69516: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.69539: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888131.69565: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.69602: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.69605: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.69608: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888131.69655: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888131.69660: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888131.69662: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.69709: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.69727: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.69773: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521dc460>\r\n<<<\n 7519 1726888131.69776: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.69791: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.69860: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.69975: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70002: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888131.70024: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888131.70028: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.70030: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70083: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70088: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70091: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888131.70094: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888131.70096: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70098: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70136: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.70140: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70142: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70178: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70283: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70299: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70368: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70384: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888131.70429: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.70528: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.70531: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52151f40>\r\n<<<\n 7519 1726888131.70685: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5215f1f0>\r\n<<<\n 7519 1726888131.70689: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888131.70735: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888131.70738: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70743: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888131.70760: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888131.70804: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70879: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21f0460>\r\n<<<\n 7519 1726888131.70882: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70892: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70910: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.70957: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888131.70993: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888131.70997: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71002: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888131.71044: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888131.71078: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888131.71113: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888131.71116: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71121: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888131.71142: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888131.71147: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.71159: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.71221: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71232: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52161bb0>\r\n<<<\n 7519 1726888131.71260: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888131.71289: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71293: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52229070>\r\n<<<\n 7519 1726888131.71403: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71408: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521522e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.71439: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71441: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71442: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888131.71584: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888131.71587: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71589: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71590: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71603: stdout chunk (state=3):\n>>>import ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888131.71605: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71666: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888131.71719: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.71829: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21620d0>\r\n<<<\n 7519 1726888131.71855: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888131.71880: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888131.71942: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.71947: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888131.71988: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888131.71996: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff216f1f0>\r\n<<<\n 7519 1726888131.71999: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.72105: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888131.72109: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72126: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d5e910>\r\n<<<\n 7519 1726888131.72146: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72262: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py<<<\n 7519 1726888131.72265: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.72270: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888131.72272: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72275: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d8b9a0><<<\n 7519 1726888131.72278: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.72280: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.72300: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b63aa640><<<\n 7519 1726888131.72303: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72305: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888131.72338: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.72396: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888131.72400: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888131.72403: stdout chunk (state=3):\n>>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.72407: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72467: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.72474: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72477: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/_text.py<<<\n 7519 1726888131.72479: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.72481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72484: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888131.72487: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888131.72512: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72517: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72555: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72608: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2175bb0>\r\n<<<\n 7519 1726888131.72611: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.72652: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff278d070>\r\n<<<\n 7519 1726888131.72728: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72766: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21652e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888131.72770: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72772: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72788: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72834: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72842: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72845: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888131.72898: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\r\n<<<\n 7519 1726888131.72904: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.72910: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py<<<\n 7519 1726888131.73008: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888131.73012: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.73014: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.73016: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.73018: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dcf7f0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.73096: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.73319: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.73321: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.73353: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.73427: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.73456: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n<<<\n 7519 1726888131.73462: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n<<<\n 7519 1726888131.73502: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n<<<\n 7519 1726888131.73504: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\n<<<\n 7519 1726888131.73532: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e514fff70>\r\n<<<\n 7519 1726888131.73559: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n<<<\n 7519 1726888131.73563: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n<<<\n 7519 1726888131.73588: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n<<<\n 7519 1726888131.73637: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888131.73656: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.73678: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n<<<\n 7519 1726888131.73683: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888131.73689: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.73692: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.73694: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5178b910>\r\n<<<\n 7519 1726888131.73755: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.73764: stdout chunk (state=3):\n>>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5178b820>\r\n<<<\n 7519 1726888131.73768: stdout chunk (state=3):\n>>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.73778: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.73825: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51507190>\r\n<<<\n 7519 1726888131.73828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.73842: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e514ff5e0>\r\n<<<\n 7519 1726888131.74095: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74192: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e517479a0>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747d90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n<<<\n 7519 1726888131.74195: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74197: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74214: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.74218: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n<<<\n 7519 1726888131.74219: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5173a100>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51505bb0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888131.74220: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5173ad90>\r\n<<<\n 7519 1726888131.74275: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n<<<\n 7519 1726888131.74281: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74284: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888131.74286: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5176ba60>\r\n<<<\n 7519 1726888131.74289: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51610040>\r\n<<<\n 7519 1726888131.74295: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74331: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74333: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74335: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747fd0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n<<<\n 7519 1726888131.74336: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74337: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.74371: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.74378: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.74393: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74460: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py\r\n<<<\n 7519 1726888131.74486: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74491: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888131.74515: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.74523: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.74545: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74568: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.74572: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.74656: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74660: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n<<<\n 7519 1726888131.74677: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74681: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py<<<\n 7519 1726888131.74682: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.74684: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n<<<\n 7519 1726888131.74685: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74686: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74732: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n<<<\n 7519 1726888131.74736: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74742: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.74748: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.74785: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74861: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\r\n<<<\n 7519 1726888131.74865: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74870: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74910: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888131.74921: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74925: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74982: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.74988: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.74990: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n<<<\n 7519 1726888131.74994: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.75140: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py<<<\n 7519 1726888131.75448: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.75468: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n<<<\n 7519 1726888131.75481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.75485: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.75488: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n<<<\n 7519 1726888131.75490: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\n<<<\n 7519 1726888131.75499: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.75501: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.75505: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a7fb50>\r\n<<<\n 7519 1726888131.75518: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n<<<\n 7519 1726888131.75530: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n<<<\n 7519 1726888131.75534: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.75536: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n<<<\n 7519 1726888131.75539: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n<<<\n 7519 1726888131.75542: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888131.75544: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n<<<\n 7519 1726888131.75557: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888131.75561: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.75563: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cf4910>\r\n<<<\n 7519 1726888131.75566: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1cf4820>\r\n<<<\n 7519 1726888131.75568: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.75580: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a631c0>\r\n<<<\n 7519 1726888131.75583: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a7f5e0>\r\n<<<\n 7519 1726888131.75586: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb49a0>\r\n<<<\n 7519 1726888131.75589: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4d90>\r\n<<<\n 7519 1726888131.75591: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n<<<\n 7519 1726888131.75594: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n<<<\n 7519 1726888131.75625: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n<<<\n 7519 1726888131.75678: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.75687: stdout chunk (state=3):\n>>>import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1ca5100>\r\n<<<\n 7519 1726888131.75733: stdout chunk (state=3):\n>>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a70bb0>\r\n<<<\n 7519 1726888131.75755: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888131.75759: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888131.75777: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1ca5d90>\r\n<<<\n 7519 1726888131.75838: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'<<<\n 7519 1726888131.75843: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.75845: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n<<<\n 7519 1726888131.75846: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888131.75848: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888131.75884: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1cb65b0>\r\n<<<\n 7519 1726888131.75966: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1b7a040>\r\n<<<\n 7519 1726888131.75973: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76000: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4fd0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py\r\n<<<\n 7519 1726888131.76013: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e0d460>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.76060: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76068: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76071: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n<<<\n 7519 1726888131.76073: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76128: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76149: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76301: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py\r\n<<<\n 7519 1726888131.76379: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76383: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76385: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py<<<\n 7519 1726888131.76388: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.76551: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.76605: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n<<<\n 7519 1726888131.76608: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76612: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76614: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76618: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n<<<\n 7519 1726888131.76646: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.76649: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76651: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76653: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76655: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\r\n<<<\n 7519 1726888131.76657: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.76658: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.76659: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76729: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.76732: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76734: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76786: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76788: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76822: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76826: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888131.76871: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\r\n<<<\n 7519 1726888131.76875: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n<<<\n 7519 1726888131.76877: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76881: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76888: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.76903: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76943: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.76957: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.77041: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.77044: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.77057: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.77060: stdout chunk (state=3):\n>>>\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d7e0d0>\r\n<<<\n 7519 1726888131.77089: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py\r\n<<<\n 7519 1726888131.77095: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.77133: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.77162: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\r\n<<<\n 7519 1726888131.77167: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.77202: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d8b1f0><<<\n 7519 1726888131.77222: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.77303: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.77331: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n<<<\n 7519 1726888131.77335: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.77338: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\r\n<<<\n 7519 1726888131.77340: stdout chunk (state=3):\n>>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888131.77342: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.77344: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.77380: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.77383: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.77399: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.77489: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n<<<\n 7519 1726888131.77594: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888131.77630: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.77636: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de250>\r\n<<<\n 7519 1726888131.77639: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.77667: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888131.77670: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888131.77674: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.77677: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888131.77695: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888131.77699: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py<<<\n 7519 1726888131.77703: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.77731: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'<<<\n 7519 1726888131.77735: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.77737: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.77779: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888131.77848: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de790>\r\n<<<\n 7519 1726888131.77852: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\r\n<<<\n 7519 1726888131.77855: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888131.77858: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.77947: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.77972: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d91bb0>\r\n<<<\n 7519 1726888131.78038: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n<<<\n 7519 1726888131.78042: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78059: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e5a070>\r\n<<<\n 7519 1726888131.78147: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d812e0><<<\n 7519 1726888131.78150: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.78171: stdout chunk (state=3):\n>>># destroy ansible.module_utils.distro\r\n<<<\n 7519 1726888131.78174: stdout chunk (state=3):\n>>>import ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py<<<\n 7519 1726888131.78175: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78177: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.78178: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78228: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.78231: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.78293: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py<<<\n 7519 1726888131.78299: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n<<<\n 7519 1726888131.78301: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78303: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888131.78347: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n<<<\n 7519 1726888131.78352: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78375: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78437: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888131.78440: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.78455: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.78526: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py\r\n<<<\n 7519 1726888131.78530: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78547: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78551: stdout chunk (state=3):\n>>>import ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.78553: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78555: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.78612: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n<<<\n 7519 1726888131.78617: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888131.78620: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78752: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888131.78758: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78794: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.78857: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78863: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.78915: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.78921: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e517a4940>\r\n<<<\n 7519 1726888131.78936: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.78976: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79018: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n<<<\n 7519 1726888131.79025: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79131: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79159: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.79161: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.79245: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.79248: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888131.79254: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.79319: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de9d0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\r\n<<<\n 7519 1726888131.79335: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79350: stdout chunk (state=3):\n>>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\r\n<<<\n 7519 1726888131.79378: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1947250>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888131.79381: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.79383: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.79384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79389: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888131.79391: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79445: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.79448: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.79449: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.79507: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.79510: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.79545: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79583: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.79592: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.79648: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1947790>\r\n<<<\n 7519 1726888131.79651: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\r\n<<<\n 7519 1726888131.79653: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79655: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79670: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79750: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py<<<\n 7519 1726888131.79753: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.79755: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79759: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.79762: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.79834: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n<<<\n 7519 1726888131.79838: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79840: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.79869: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.79883: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.79939: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80001: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.80004: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.80074: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n<<<\n 7519 1726888131.80077: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.80079: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80081: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n<<<\n 7519 1726888131.80082: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80083: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.80104: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80131: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\r\n<<<\n 7519 1726888131.80440: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n<<<\n 7519 1726888131.80444: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80447: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.80450: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.80453: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80455: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80458: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n<<<\n 7519 1726888131.80462: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888131.80467: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.80470: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.80492: stdout chunk (state=3):\n>>># extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5214e460>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5214ef10>\r\n<<<\n 7519 1726888131.80495: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\r\n<<<\n 7519 1726888131.80497: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80504: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80507: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n<<<\n 7519 1726888131.80509: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80511: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888131.80518: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80520: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888131.80524: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80526: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n<<<\n 7519 1726888131.80528: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80646: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.80649: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1d166d0>\r\n<<<\n 7519 1726888131.80651: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.80700: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.80706: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.80786: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py<<<\n 7519 1726888131.80799: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.80839: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888131.80872: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.80876: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.80877: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n<<<\n 7519 1726888131.80879: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n<<<\n 7519 1726888131.80965: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n<<<\n 7519 1726888131.80970: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'<<<\n 7519 1726888131.80973: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.80993: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6140b50><<<\n 7519 1726888131.80997: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.81086: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n<<<\n 7519 1726888131.81089: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n<<<\n 7519 1726888131.81091: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.81093: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n<<<\n 7519 1726888131.81109: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff19479d0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.81179: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.81185: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'<<<\n 7519 1726888131.81187: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.81232: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py<<<\n 7519 1726888131.81236: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.81239: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.81247: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.81250: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b63b0910><<<\n 7519 1726888131.81252: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.81308: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.81313: stdout chunk (state=3):\n>>>\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888131.81345: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.81348: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.81467: stdout chunk (state=3):\n>>>\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b63b0820>\r\n<<<\n 7519 1726888131.81471: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.81474: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82000: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.82007: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82012: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b613f1c0>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61405e0>\r\n<<<\n 7519 1726888131.82015: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82018: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636f9a0>\r\n<<<\n 7519 1726888131.82024: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82026: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636fd90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n<<<\n 7519 1726888131.82030: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n<<<\n 7519 1726888131.82033: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82035: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n<<<\n 7519 1726888131.82072: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.82076: stdout chunk (state=3):\n>>># extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.82081: stdout chunk (state=3):\n>>>import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6360100><<<\n 7519 1726888131.82084: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n<<<\n 7519 1726888131.82207: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82212: stdout chunk (state=3):\n>>>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6131bb0><<<\n 7519 1726888131.82214: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.82324: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py<<<\n 7519 1726888131.82332: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.82335: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'<<<\n 7519 1726888131.82348: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82352: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.82354: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\n<<<\n 7519 1726888131.82356: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n<<<\n 7519 1726888131.82359: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.82361: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82363: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6360d90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n<<<\n 7519 1726888131.82365: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82367: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888131.82369: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888131.82372: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b638da60>\r\n<<<\n 7519 1726888131.82373: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.82375: stdout chunk (state=3):\n>>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2161460>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2161f10>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\r\n<<<\n 7519 1726888131.82377: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82408: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.82412: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b623b040>\r\n<<<\n 7519 1726888131.82414: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636ffd0>\r\n<<<\n 7519 1726888131.82416: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\r\n<<<\n 7519 1726888131.82418: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.82421: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py<<<\n 7519 1726888131.82424: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.82426: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82428: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.82432: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 7519 1726888131.82436: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n<<<\n 7519 1726888131.82441: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82443: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.82445: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n<<<\n 7519 1726888131.82447: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n<<<\n 7519 1726888131.82449: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82451: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82454: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82456: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82458: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82513: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py<<<\n 7519 1726888131.82517: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.82519: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.82522: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.82616: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.82620: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82625: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.82670: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n<<<\n 7519 1726888131.82704: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.82707: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.82735: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82756: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py<<<\n 7519 1726888131.82758: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.82843: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n<<<\n 7519 1726888131.82847: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82849: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82851: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82889: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n<<<\n 7519 1726888131.82967: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82970: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.82997: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83097: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83101: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\r\n<<<\n 7519 1726888131.83104: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83127: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83191: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.83267: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.83270: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n<<<\n 7519 1726888131.83272: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83274: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83276: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83352: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py<<<\n 7519 1726888131.83357: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.83359: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83360: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83361: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.83363: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.83440: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83446: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83540: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.83547: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.83645: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n<<<\n 7519 1726888131.83658: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83661: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py<<<\n 7519 1726888131.83663: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py<<<\n 7519 1726888131.83669: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.83693: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.83700: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.83807: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83922: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\n<<<\n 7519 1726888131.83937: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n<<<\n 7519 1726888131.83940: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.83973: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n<<<\n 7519 1726888131.83981: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.84044: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.84083: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.84086: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.84227: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n<<<\n 7519 1726888131.84231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.84351: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.84426: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.84429: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.84484: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n<<<\n 7519 1726888131.84488: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.84710: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.84798: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.84915: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n<<<\n 7519 1726888131.84959: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.84962: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.84964: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n<<<\n 7519 1726888131.84965: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.85033: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.85097: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py<<<\n 7519 1726888131.85114: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py\r\n<<<\n 7519 1726888131.85118: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.85121: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.85170: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.85175: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.85217: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.85261: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.85281: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.85343: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.85362: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.85406: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.85425: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\r\n<<<\n 7519 1726888131.85437: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.85551: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.85556: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.85558: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.85559: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\r\n<<<\n 7519 1726888131.85560: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.85561: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.85662: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.85666: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.85668: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.85669: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.85708: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py<<<\n 7519 1726888131.85739: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.85742: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.85744: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.85783: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.85843: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.85846: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n<<<\n 7519 1726888131.85869: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.85871: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.85928: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.85933: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\r\n<<<\n 7519 1726888131.85937: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.85941: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.85973: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n<<<\n 7519 1726888131.85977: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.85979: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.85984: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86006: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n<<<\n 7519 1726888131.86018: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86042: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86099: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n<<<\n 7519 1726888131.86104: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.86107: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.86109: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.86111: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86172: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86326: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n<<<\n 7519 1726888131.86342: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.86347: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86363: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.86366: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86412: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6008250>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888131.86416: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86441: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888131.86527: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n<<<\n 7519 1726888131.86531: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86557: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86560: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n<<<\n 7519 1726888131.86597: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.86638: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n<<<\n 7519 1726888131.86647: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86653: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.86749: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6008790>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\r\n<<<\n 7519 1726888131.86757: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86760: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86762: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py\r\n<<<\n 7519 1726888131.86764: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86806: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.86809: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.86871: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n<<<\n 7519 1726888131.86909: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86912: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.86994: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87030: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87050: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87166: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n<<<\n 7519 1726888131.87171: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.87181: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.87272: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.87276: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.87322: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87352: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\r\n<<<\n 7519 1726888131.87357: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87382: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py<<<\n 7519 1726888131.87385: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.87433: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.87436: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.87438: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87474: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.87480: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.87513: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n<<<\n 7519 1726888131.87516: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87546: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py<<<\n 7519 1726888131.87557: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87560: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.87646: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n<<<\n 7519 1726888131.87648: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87649: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\r\n<<<\n 7519 1726888131.87651: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87652: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888131.87656: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87691: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n<<<\n 7519 1726888131.87696: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87699: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87736: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.87739: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87773: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.87776: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87779: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n<<<\n 7519 1726888131.87888: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87893: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87896: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.87900: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b63d16d0>\r\n<<<\n 7519 1726888131.88064: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n<<<\n 7519 1726888131.88083: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88088: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.88091: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88095: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.88097: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.88147: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88173: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88179: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n<<<\n 7519 1726888131.88183: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88186: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88201: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88204: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.88280: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88284: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88312: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b60089d0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available<<<\n 7519 1726888131.88316: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.88317: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88345: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n<<<\n 7519 1726888131.88357: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88400: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88402: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88515: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py<<<\n 7519 1726888131.88518: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\n<<<\n 7519 1726888131.88520: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.88521: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.88565: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88637: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.88639: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n<<<\n 7519 1726888131.88641: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88642: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.88715: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88744: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88926: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.88930: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89080: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\r\n<<<\n 7519 1726888131.89086: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89222: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n<<<\n 7519 1726888131.89228: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89233: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89241: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\r\n<<<\n 7519 1726888131.89593: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89600: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.89604: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n<<<\n 7519 1726888131.89608: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89611: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.89613: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89615: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89617: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n<<<\n 7519 1726888131.89620: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.89625: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.89627: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.89628: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89630: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89632: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.89636: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89639: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888131.89680: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\n<<<\n 7519 1726888131.89686: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.89810: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89822: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89930: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.89937: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\n<<<\n 7519 1726888131.89940: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\r\n<<<\n 7519 1726888131.89943: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89947: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89950: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.89954: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.89981: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.90046: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.90052: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d7d460>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d7df10>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.90055: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.90058: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.90061: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\r\n<<<\n 7519 1726888131.90088: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.90180: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.90188: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.90284: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n<<<\n 7519 1726888131.90303: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.90335: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.90340: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.90367: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.90470: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n<<<\n 7519 1726888131.90473: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.90476: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.90641: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.90701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.90727: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.90827: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.90833: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.90891: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.90901: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.90947: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py<<<\n 7519 1726888131.90962: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.90983: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n<<<\n 7519 1726888131.91013: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.91049: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.91052: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.91053: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.91054: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.91080: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.91082: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.91117: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n<<<\n 7519 1726888131.91120: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.91174: stdout chunk (state=3):\n>>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888131.91177: stdout chunk (state=3):\n>>>import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e513c3100>\r\n<<<\n 7519 1726888131.91180: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.91210: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n<<<\n 7519 1726888131.91265: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\n<<<\n 7519 1726888131.91269: stdout chunk (state=3):\n>>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513c3c40>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e515057f0>\r\n<<<\n 7519 1726888131.91270: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.91272: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.91356: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.91496: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py<<<\n 7519 1726888131.91502: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n<<<\n 7519 1726888131.91507: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.91509: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n<<<\n 7519 1726888131.91525: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.91595: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.91676: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.91678: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.91726: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\n<<<\n 7519 1726888131.91730: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\r\n<<<\n 7519 1726888131.91733: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.91808: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.91840: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py<<<\n 7519 1726888131.91846: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.91867: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.91881: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.91888: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\r\n<<<\n 7519 1726888131.91925: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.91936: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.91981: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.91987: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.92021: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.92269: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888131.92701: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.92714: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.92963: stdout chunk (state=3):\n>>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff192d100>\r\n<<<\n 7519 1726888131.93021: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n<<<\n 7519 1726888131.93027: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\n<<<\n 7519 1726888131.93036: stdout chunk (state=3):\n>>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff192dc40>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a707f0>\r\n<<<\n 7519 1726888131.93397: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py<<<\n 7519 1726888131.93402: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.93416: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n<<<\n 7519 1726888131.93437: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.93442: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.93581: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.93590: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.93721: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py<<<\n 7519 1726888131.93732: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.93762: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.93764: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.93896: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.94046: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n<<<\n 7519 1726888131.94062: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.94071: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.94276: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.94283: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.94486: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py<<<\n 7519 1726888131.94500: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.94506: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.94521: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.94530: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.94556: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py<<<\n 7519 1726888131.94560: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.94589: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.94595: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.94651: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.94659: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.94711: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py<<<\n 7519 1726888131.94746: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.94749: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.94879: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888131.94887: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888131.95040: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.95324: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.95584: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\r\n<<<\n 7519 1726888131.95596: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.95644: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.95683: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n<<<\n 7519 1726888131.95693: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.95708: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.95753: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n<<<\n 7519 1726888131.95762: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.95843: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.95929: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n<<<\n 7519 1726888131.95935: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.95964: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.95995: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n<<<\n 7519 1726888131.96000: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.96070: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.96144: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n<<<\n 7519 1726888131.96149: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.96226: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.96297: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n<<<\n 7519 1726888131.96303: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.96659: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.97005: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.97075: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.97141: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n<<<\n 7519 1726888131.97144: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.97186: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.97240: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.97305: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.97429: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.98059: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.98203: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.98365: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.98410: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.98449: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n<<<\n 7519 1726888131.98466: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.99010: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888131.99079: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.99150: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\r\n<<<\n 7519 1726888131.99315: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888131.99584: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888132.00287: stdout chunk (state=3):\n>>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b5fee100>\r\n<<<\n 7519 1726888132.00346: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n<<<\n 7519 1726888132.00350: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\n<<<\n 7519 1726888132.00352: stdout chunk (state=3):\n>>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b5feec40>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61317f0>\r\n<<<\n 7519 1726888132.33959: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"packages\": {\"libgcc\": [{\"name\": \"libgcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"linux-firmware-whence\": [{\"name\": \"linux-firmware-whence\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"tzdata\": [{\"name\": \"tzdata\", \"version\": \"2024a\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"subscription-manager-rhsm-certificates\": [{\"name\": \"subscription-manager-rhsm-certificates\", \"version\": \"20220623\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"linux-firmware\": [{\"name\": \"linux-firmware\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gawk-all-langpacks\": [{\"name\": \"gawk-all-langpacks\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools-wheel\": [{\"name\": \"python3-setuptools-wheel\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"publicsuffix-list-dafsa\": [{\"name\": \"publicsuffix-list-dafsa\", \"version\": \"20210518\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"pcre2-syntax\": [{\"name\": \"pcre2-syntax\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ncurses-base\": [{\"name\": \"ncurses-base\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libssh-config\": [{\"name\": \"libssh-config\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libreport-filesystem\": [{\"name\": \"libreport-filesystem\", \"version\": \"2.15.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-data\": [{\"name\": \"dnf-data\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-misc\": [{\"name\": \"kbd-misc\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-legacy\": [{\"name\": \"kbd-legacy\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"hwdata\": [{\"name\": \"hwdata\", \"version\": \"0.348\", \"release\": \"9.15.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"fonts-filesystem\": [{\"name\": \"fonts-filesystem\", \"version\": \"2.0.5\", \"release\": \"7.el9.1\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dejavu-sans-fonts\": [{\"name\": \"dejavu-sans-fonts\", \"version\": \"2.37\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-core-font-en\": [{\"name\": \"langpacks-core-font-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld-filesystem\": [{\"name\": \"firewalld-filesystem\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"coreutils-common\": [{\"name\": \"coreutils-common\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-gpg-keys\": [{\"name\": \"centos-gpg-keys\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-repos\": [{\"name\": \"centos-stream-repos\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-release\": [{\"name\": \"centos-stream-release\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setup\": [{\"name\": \"setup\", \"version\": \"2.13.7\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"filesystem\": [{\"name\": \"filesystem\", \"version\": \"3.16\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"basesystem\": [{\"name\": \"basesystem\", \"version\": \"11\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"glibc-gconv-extra\": [{\"name\": \"glibc-gconv-extra\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-langpack-en\": [{\"name\": \"glibc-langpack-en\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epo<<<\n 7519 1726888132.33968: stdout chunk (state=3):\n>>>ch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-common\": [{\"name\": \"glibc-common\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc\": [{\"name\": \"glibc\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses-libs\": [{\"name\": \"ncurses-libs\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bash\": [{\"name\": \"bash\", \"version\": \"5.1.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib\": [{\"name\": \"zlib\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-libs\": [{\"name\": \"xz-libs\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd\": [{\"name\": \"libzstd\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap\": [{\"name\": \"libcap\", \"version\": \"2.48\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"popt\": [{\"name\": \"popt\", \"version\": \"1.18\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bzip2-libs\": [{\"name\": \"bzip2-libs\", \"version\": \"1.0.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt\": [{\"name\": \"libxcrypt\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuuid\": [{\"name\": \"libuuid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sqlite-libs\": [{\"name\": \"sqlite-libs\", \"version\": \"3.34.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcom_err\": [{\"name\": \"libcom_err\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libstdc++\": [{\"name\": \"libstdc++\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmnl\": [{\"name\": \"libmnl\", \"version\": \"1.0.4\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf\": [{\"name\": \"elfutils-libelf\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxml2\": [{\"name\": \"libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies\": [{\"name\": \"crypto-policies\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"readline\": [{\"name\": \"readline\", \"version\": \"8.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng\": [{\"name\": \"libcap-ng\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit-libs\": [{\"name\": \"audit-libs\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"alternatives\": [{\"name\": \"alternatives\", \"version\": \"1.24\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libunistring\": [{\"name\": \"libunistring\", \"version\": \"0.9.10\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lua-libs\": [{\"name\": \"lua-libs\", \"version\": \"5.4.4\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libffi\": [{\"name\": \"libffi\", \"version\": \"3.4.2\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgpg-error\": [{\"name\": \"libgpg-error\", \"version\": \"1.42\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsepol\": [{\"name\": \"libsepol\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtalloc\": [{\"name\": \"libtalloc\", \"version\": \"2.4.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libidn2\": [{\"name\": \"libidn2\", \"version\": \"2.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gmp\": [{\"name\": \"gmp\", \"version\": \"6.2.0\", \"release\": \"13.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-c\": [{\"name\": \"json-c\", \"version\": \"0.14\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils-libs\": [{\"name\": \"keyutils-libs\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libattr\": [{\"name\": \"libattr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libacl\": [{\"name\": \"libacl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3\": [{\"name\": \"libnl3\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmartcols\": [{\"name\": \"libsmartcols\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lz4-libs\": [{\"name\": \"lz4-libs\", \"version\": \"1.9.3\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre2\": [{\"name\": \"pcre2\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux\": [{\"name\": \"libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sed\": [{\"name\": \"sed\", \"version\": \"4.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsemanage\": [{\"name\": \"libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shadow-utils\": [{\"name\": \"shadow-utils\", \"version\": \"4.9\", \"release\": \"9.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"findutils\": [{\"name\": \"findutils\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtevent\": [{\"name\": \"libtevent\", \"version\": \"0.16.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgcrypt\": [{\"name\": \"libgcrypt\", \"version\": \"1.10.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file-libs\": [{\"name\": \"file-libs\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libedit\": [{\"name\": \"libedit\", \"version\": \"3.1\", \"release\": \"38.20210216cvs.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"psmisc\": [{\"name\": \"psmisc\", \"version\": \"23.4\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dmidecode\": [{\"name\": \"dmidecode\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"expat\": [{\"name\": \"expat\", \"version\": \"2.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdbm-libs\": [{\"name\": \"gdbm-libs\", \"version\": \"1.23\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jansson\": [{\"name\": \"jansson\", \"version\": \"2.14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtasn1\": [{\"name\": \"libtasn1\", \"version\": \"4.16.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit\": [{\"name\": \"p11-kit\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtdb\": [{\"name\": \"libtdb\", \"version\": \"1.4.10\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"which\": [{\"name\": \"which\", \"version\": \"2.21\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit-trust\": [{\"name\": \"p11-kit-trust\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file\": [{\"name\": \"file\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux-utils\": [{\"name\": \"libselinux-utils\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libassuan\": [{\"name\": \"libassuan\", \"version\": \"2.5.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbpf\": [{\"name\": \"libbpf\", \"version\": \"1.4.0\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnftnl\": [{\"name\": \"libnftnl\", \"version\": \"1.2.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fuse-libs\": [{\"name\": \"fuse-libs\", \"version\": \"2.9.9\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbasicobjects\": [{<<<\n 7519 1726888132.34007: stdout chunk (state=3):\n>>>\"name\": \"libbasicobjects\", \"version\": \"0.1.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcollection\": [{\"name\": \"libcollection\", \"version\": \"0.7.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdb\": [{\"name\": \"libdb\", \"version\": \"5.3.28\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute\": [{\"name\": \"iproute\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdhash\": [{\"name\": \"libdhash\", \"version\": \"0.5.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgomp\": [{\"name\": \"libgomp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libref_array\": [{\"name\": \"libref_array\", \"version\": \"0.1.5\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libseccomp\": [{\"name\": \"libseccomp\", \"version\": \"2.5.2\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsigsegv\": [{\"name\": \"libsigsegv\", \"version\": \"2.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_idmap\": [{\"name\": \"libsss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lzo\": [{\"name\": \"lzo\", \"version\": \"2.10\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"numactl-libs\": [{\"name\": \"numactl-libs\", \"version\": \"2.0.16\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre\": [{\"name\": \"pcre\", \"version\": \"8.44\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grep\": [{\"name\": \"grep\", \"version\": \"3.6\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-libs\": [{\"name\": \"openssl-libs\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"coreutils\": [{\"name\": \"coreutils\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ca-certificates\": [{\"name\": \"ca-certificates\", \"version\": \"2024.2.69_v8.0.303\", \"release\": \"91.4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"systemd-libs\": [{\"name\": \"systemd-libs\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libblkid\": [{\"name\": \"libblkid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-libs\": [{\"name\": \"dbus-libs\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmount\": [{\"name\": \"libmount\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux-core\": [{\"name\": \"util-linux-core\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfdisk\": [{\"name\": \"libfdisk\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gzip\": [{\"name\": \"gzip\", \"version\": \"1.12\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod\": [{\"name\": \"kmod\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod-libs\": [{\"name\": \"kmod-libs\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib\": [{\"name\": \"cracklib\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib-dicts\": [{\"name\": \"cracklib-dicts\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-tools\": [{\"name\": \"dbus-tools\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"procps-ng\": [{\"name\": \"procps-ng\", \"version\": \"3.3.17\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl\": [{\"name\": \"openssl\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libarchive\": [{\"name\": \"libarchive\", \"version\": \"3.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"r<<<\n 7519 1726888132.34034: stdout chunk (state=3):\n>>>pm\"}], \"libevent\": [{\"name\": \"libevent\", \"version\": \"2.1.12\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_certmap\": [{\"name\": \"libsss_certmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz\": [{\"name\": \"xz\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"squashfs-tools\": [{\"name\": \"squashfs-tools\", \"version\": \"4.4\", \"release\": \"10.git1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcomps\": [{\"name\": \"libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libutempter\": [{\"name\": \"libutempter\", \"version\": \"1.2.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3-cli\": [{\"name\": \"libnl3-cli\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libteam\": [{\"name\": \"libteam\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"acl\": [{\"name\": \"acl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext-libs\": [{\"name\": \"gettext-libs\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext\": [{\"name\": \"gettext\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"attr\": [{\"name\": \"attr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils\": [{\"name\": \"keyutils\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mpfr\": [{\"name\": \"mpfr\", \"version\": \"4.1.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gawk\": [{\"name\": \"gawk\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpsl\": [{\"name\": \"libpsl\", \"version\": \"0.21.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libksba\": [{\"name\": \"libksba\", \"version\": \"1.5.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ethtool\": [{\"name\": \"ethtool\", \"version\": \"6.2\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset-libs\": [{\"name\": \"ipset-libs\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset\": [{\"name\": \"ipset\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"groff-base\": [{\"name\": \"groff-base\", \"version\": \"1.22.4\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"snappy\": [{\"name\": \"snappy\", \"version\": \"1.1.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs-libs\": [{\"name\": \"e2fsprogs-libs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libss\": [{\"name\": \"libss\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-compat\": [{\"name\": \"libxcrypt-compat\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pip-wheel\": [{\"name\": \"python3-pip-wheel\", \"version\": \"21.3.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python-unversioned-command\": [{\"name\": \"python-unversioned-command\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3\": [{\"name\": \"python3\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libs\": [{\"name\": \"python3-libs\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools\": [{\"name\": \"python3-setuptools\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-six\": [{\"name\": \"python3-six\", \"version\": \"1.15.0\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dateutil\": [{\"name\": \"python3-dateutil\", \"version\": \"2.8.1\", \"release\": \"<<<\n 7519 1726888132.34072: stdout chunk (state=3):\n>>>7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-iniparse\": [{\"name\": \"python3-iniparse\", \"version\": \"0.4\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-idna\": [{\"name\": \"python3-idna\", \"version\": \"2.10\", \"release\": \"7.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libselinux\": [{\"name\": \"python3-libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libsemanage\": [{\"name\": \"python3-libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-inotify\": [{\"name\": \"python3-inotify\", \"version\": \"0.9.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-setools\": [{\"name\": \"python3-setools\", \"version\": \"4.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-distro\": [{\"name\": \"python3-distro\", \"version\": \"1.5.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libcomps\": [{\"name\": \"python3-libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-chardet\": [{\"name\": \"python3-chardet\", \"version\": \"4.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-decorator\": [{\"name\": \"python3-decorator\", \"version\": \"4.4.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pysocks\": [{\"name\": \"python3-pysocks\", \"version\": \"1.7.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-urllib3\": [{\"name\": \"python3-urllib3\", \"version\": \"1.26.5\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-requests\": [{\"name\": \"python3-requests\", \"version\": \"2.25.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-cloud-what\": [{\"name\": \"python3-cloud-what\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-systemd\": [{\"name\": \"python3-systemd\", \"version\": \"234\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng-python3\": [{\"name\": \"libcap-ng-python3\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-audit\": [{\"name\": \"python3-audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pigz\": [{\"name\": \"pigz\", \"version\": \"2.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"hostname\": [{\"name\": \"hostname\", \"version\": \"3.23\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools-libs\": [{\"name\": \"kernel-tools-libs\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"less\": [{\"name\": \"less\", \"version\": \"590\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-rpm-macros\": [{\"name\": \"systemd-rpm-macros\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"c-ares\": [{\"name\": \"c-ares\", \"version\": \"1.19.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpio\": [{\"name\": \"cpio\", \"version\": \"2.13\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"diffutils\": [{\"name\": \"diffutils\", \"version\": \"3.7\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"inih\": [{\"name\": \"inih\", \"version\": \"49\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbrotli\": [{\"name\": \"libbrotli\", \"version\": \"1.0.9\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcbor\": [{\"name\": \"libcbor\", \"version\": \"0.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdaemon\": [{\"name\": \"libdaemon\", \"version\": \"0.14\", \"release\": \"23.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"teamd\": [{\"name\": \"teamd\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"l<<<\n 7519 1726888132.34076: stdout chunk (state=3):\n>>>ibeconf\": [{\"name\": \"libeconf\", \"version\": \"0.4.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpwquality\": [{\"name\": \"libpwquality\", \"version\": \"1.4.4\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pam\": [{\"name\": \"pam\", \"version\": \"1.5.1\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux\": [{\"name\": \"util-linux\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-common\": [{\"name\": \"grub2-common\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh\": [{\"name\": \"openssh\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-pc-modules\": [{\"name\": \"grub2-pc-modules\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"virt-what\": [{\"name\": \"virt-what\", \"version\": \"1.25\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kbd\": [{\"name\": \"kbd\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libndp\": [{\"name\": \"libndp\", \"version\": \"1.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfnetlink\": [{\"name\": \"libnfnetlink\", \"version\": \"1.0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnetfilter_conntrack\": [{\"name\": \"libnetfilter_conntrack\", \"version\": \"1.0.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-libs\": [{\"name\": \"iptables-libs\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-nft\": [{\"name\": \"iptables-nft\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nftables\": [{\"name\": \"nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-nftables\": [{\"name\": \"python3-nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnghttp2\": [{\"name\": \"libnghttp2\", \"version\": \"1.43.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpath_utils\": [{\"name\": \"libpath_utils\", \"version\": \"0.2.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libini_config\": [{\"name\": \"libini_config\", \"version\": \"1.3.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpipeline\": [{\"name\": \"libpipeline\", \"version\": \"1.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_nss_idmap\": [{\"name\": \"libsss_nss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_sudo\": [{\"name\": \"libsss_sudo\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto\": [{\"name\": \"libverto\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"krb5-libs\": [{\"name\": \"krb5-libs\", \"version\": \"1.21.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-lib\": [{\"name\": \"cyrus-sasl-lib\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openldap\": [{\"name\": \"openldap\", \"version\": \"2.6.6\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libssh\": [{\"name\": \"libssh\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcurl\": [{\"name\": \"libcurl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tpm2-tss\": [{\"name\": \"tpm2-tss\", \"version\": \"3.2.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ima-evm-utils\": [{\"name\": \"ima-evm-utils\", \"version\": \"1.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"curl\": [{\"name\": \"curl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm\": [{\"name\": \"rpm\", \"version\": \"4.16.1.<<<\n 7519 1726888132.34128: stdout chunk (state=3):\n>>>3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-libs\": [{\"name\": \"rpm-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"policycoreutils\": [{\"name\": \"policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"selinux-policy\": [{\"name\": \"selinux-policy\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"selinux-policy-targeted\": [{\"name\": \"selinux-policy-targeted\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus\": [{\"name\": \"dbus\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-pam\": [{\"name\": \"systemd-pam\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd\": [{\"name\": \"systemd\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-common\": [{\"name\": \"dbus-common\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus-broker\": [{\"name\": \"dbus-broker\", \"version\": \"28\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie-anacron\": [{\"name\": \"cronie-anacron\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie\": [{\"name\": \"cronie\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crontabs\": [{\"name\": \"crontabs\", \"version\": \"1.11\", \"release\": \"26.20190603git.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libsolv\": [{\"name\": \"libsolv\", \"version\": \"0.7.24\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-libs\": [{\"name\": \"authselect-libs\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper-libs\": [{\"name\": \"device-mapper-libs\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper\": [{\"name\": \"device-mapper\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools-minimal\": [{\"name\": \"grub2-tools-minimal\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cryptsetup-libs\": [{\"name\": \"cryptsetup-libs\", \"version\": \"2.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-udev\": [{\"name\": \"systemd-udev\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfido2\": [{\"name\": \"libfido2\", \"version\": \"1.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"os-prober\": [{\"name\": \"os-prober\", \"version\": \"1.77\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kpartx\": [{\"name\": \"kpartx\", \"version\": \"0.8.7\", \"release\": \"32.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-default-yama-scope\": [{\"name\": \"elfutils-default-yama-scope\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"elfutils-libs\": [{\"name\": \"elfutils-libs\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-debuginfod-client\": [{\"name\": \"elfutils-debuginfod-client\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils-gold\": [{\"name\": \"binutils-gold\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils\": [{\"name\": \"binutils\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-build-libs\": [{\"name\": \"rpm-build-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-service\": [{\"name\": \"initscripts-service\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iputils\": [{\"name\": \"iputils\", \"version\": \"20210202\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi\": [{\"name\": \"libkcapi\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi-hmaccalc\": [{\"name\": \"libkcapi-hmaccalc\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut\": [{\"name\": \"dracut\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules-core\": [{\"name\": \"kernel-modules-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-core\": [{\"name\": \"kernel-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools\": [{\"name\": \"grub2-tools\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grubby\": [{\"name\": \"grubby\", \"version\": \"8.40\", \"release\": \"63.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules\": [{\"name\": \"kernel-modules\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-squash\": [{\"name\": \"dracut-squash\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"logrotate\": [{\"name\": \"logrotate\", \"version\": \"3.18.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob\": [{\"name\": \"oddjob\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob-mkhomedir\": [{\"name\": \"oddjob-mkhomedir\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect\": [{\"name\": \"authselect\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-systemd-inhibit\": [{\"name\": \"rpm-plugin-systemd-inhibit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-client\": [{\"name\": \"sssd-client\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libyaml\": [{\"name\": \"libyaml\", \"version\": \"0.2.5\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lmdb-libs\": [{\"name\": \"lmdb-libs\", \"version\": \"0.9.29\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libldb\": [{\"name\": \"libldb\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common\": [{\"name\": \"sssd-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nettle\": [{\"name\": \"nettle\", \"version\": \"3.9.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnutls\": [{\"name\": \"gnutls\", \"version\": \"3.8.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib2\": [{\"name\": \"glib2\", \"version\": \"2.68.4\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dbus\": [{\"name\": \"python3-dbus\", \"version\": \"1.2.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-libnm\": [{\"name\": \"NetworkManager-libnm\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager\": [{\"name\": \"NetworkManager\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmodulemd\": [{\"name\": \"libmodulemd\", \"version\": \"2.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuser\": [{\"name\": \"libuser\", \"version\": \"0.63\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"passwd\": [{\"name\": \"passwd\", \"version\": \"0.80\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"usermode\": [{\"name\": \"usermode\", \"version\": \"1.114\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gobject-introspection\": [{\"name\": \"gobject-introspection\", \"version\": \"1.68.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gobject-base<<<\n 7519 1726888132.34391: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"packages\": {\"libgcc\": [{\"name\": \"libgcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"linux-firmware-whence\": [{\"name\": \"linux-firmware-whence\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"tzdata\": [{\"name\": \"tzdata\", \"version\": \"2024a\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"subscription-manager-rhsm-certificates\": [{\"name\": \"subscription-manager-rhsm-certificates\", \"version\": \"20220623\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"linux-firmware\": [{\"name\": \"linux-firmware\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gawk-all-langpacks\": [{\"name\": \"gawk-all-langpacks\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools-wheel\": [{\"name\": \"python3-setuptools-wheel\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"publicsuffix-list-dafsa\": [{\"name\": \"publicsuffix-list-dafsa\", \"version\": \"20210518\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"pcre2-syntax\": [{\"name\": \"pcre2-syntax\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ncurses-base\": [{\"name\": \"ncurses-base\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libssh-config\": [{\"name\": \"libssh-config\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libreport-filesystem\": [{\"name\": \"libreport-filesystem\", \"version\": \"2.15.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-data\": [{\"name\": \"dnf-data\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-misc\": [{\"name\": \"kbd-misc\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-legacy\": [{\"name\": \"kbd-legacy\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"hwdata\": [{\"name\": \"hwdata\", \"version\": \"0.348\", \"release\": \"9.15.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"fonts-filesystem\": [{\"name\": \"fonts-filesystem\", \"version\": \"2.0.5\", \"release\": \"7.el9.1\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dejavu-sans-fonts\": [{\"name\": \"dejavu-sans-fonts\", \"version\": \"2.37\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-core-font-en\": [{\"name\": \"langpacks-core-font-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld-filesystem\": [{\"name\": \"firewalld-filesystem\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"coreutils-common\": [{\"name\": \"coreutils-common\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-gpg-keys\": [{\"name\": \"centos-gpg-keys\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-repos\": [{\"name\": \"centos-stream-repos\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-release\": [{\"name\": \"centos-stream-release\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setup\": [{\"name\": \"setup\", \"version\": \"2.13.7\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"filesystem\": [{\"name\": \"filesystem\", \"version\": \"3.16\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"basesystem\": [{\"name\": \"basesystem\", \"version\": \"11\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"glibc-gconv-extra\": [{\"name\": \"glibc-gconv-extra\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-langpack-en\": [{\"name\": \"glibc-langpack-en\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-common\": [{\"name\": \"glibc-common\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc\": [{\"name\": \"glibc\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses-libs\": [{\"name\": \"ncurses-libs\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bash\": [{\"name\": \"bash\", \"version\": \"5.1.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib\": [{\"name\": \"zlib\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-libs\": [{\"name\": \"xz-libs\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd\": [{\"name\": \"libzstd\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap\": [{\"name\": \"libcap\", \"version\": \"2.48\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"popt\": [{\"name\": \"popt\", \"version\": \"1.18\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bzip2-libs\": [{\"name\": \"bzip2-libs\", \"version\": \"1.0.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt\": [{\"name\": \"libxcrypt\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuuid\": [{\"name\": \"libuuid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sqlite-libs\": [{\"name\": \"sqlite-libs\", \"version\": \"3.34.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcom_err\": [{\"name\": \"libcom_err\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libstdc++\": [{\"name\": \"libstdc++\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmnl\": [{\"name\": \"libmnl\", \"version\": \"1.0.4\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf\": [{\"name\": \"elfutils-libelf\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxml2\": [{\"name\": \"libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies\": [{\"name\": \"crypto-policies\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"readline\": [{\"name\": \"readline\", \"version\": \"8.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng\": [{\"name\": \"libcap-ng\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit-libs\": [{\"name\": \"audit-libs\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"alternatives\": [{\"name\": \"alternatives\", \"version\": \"1.24\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libunistring\": [{\"name\": \"libunistring\", \"version\": \"0.9.10\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lua-libs\": [{\"name\": \"lua-libs\", \"version\": \"5.4.4\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libffi\": [{\"name\": \"libffi\", \"version\": \"3.4.2\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgpg-error\": [{\"name\": \"libgpg-error\", \"version\": \"1.42\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsepol\": [{\"name\": \"libsepol\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtalloc\": [{\"name\": \"libtalloc\", \"version\": \"2.4.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libidn2\": [{\"name\": \"libidn2\", \"version\": \"2.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gmp\": [{\"name\": \"gmp\", \"version\": \"6.2.0\", \"release\": \"13.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-c\": [{\"name\": \"json-c\", \"version\": \"0.14\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils-libs\": [{\"name\": \"keyutils-libs\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libattr\": [{\"name\": \"libattr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libacl\": [{\"name\": \"libacl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3\": [{\"name\": \"libnl3\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmartcols\": [{\"name\": \"libsmartcols\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lz4-libs\": [{\"name\": \"lz4-libs\", \"version\": \"1.9.3\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre2\": [{\"name\": \"pcre2\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux\": [{\"name\": \"libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sed\": [{\"name\": \"sed\", \"version\": \"4.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsemanage\": [{\"name\": \"libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shadow-utils\": [{\"name\": \"shadow-utils\", \"version\": \"4.9\", \"release\": \"9.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"findutils\": [{\"name\": \"findutils\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtevent\": [{\"name\": \"libtevent\", \"version\": \"0.16.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgcrypt\": [{\"name\": \"libgcrypt\", \"version\": \"1.10.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file-libs\": [{\"name\": \"file-libs\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libedit\": [{\"name\": \"libedit\", \"version\": \"3.1\", \"release\": \"38.20210216cvs.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"psmisc\": [{\"name\": \"psmisc\", \"version\": \"23.4\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dmidecode\": [{\"name\": \"dmidecode\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"expat\": [{\"name\": \"expat\", \"version\": \"2.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdbm-libs\": [{\"name\": \"gdbm-libs\", \"version\": \"1.23\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jansson\": [{\"name\": \"jansson\", \"version\": \"2.14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtasn1\": [{\"name\": \"libtasn1\", \"version\": \"4.16.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit\": [{\"name\": \"p11-kit\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtdb\": [{\"name\": \"libtdb\", \"version\": \"1.4.10\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"which\": [{\"name\": \"which\", \"version\": \"2.21\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit-trust\": [{\"name\": \"p11-kit-trust\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file\": [{\"name\": \"file\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux-utils\": [{\"name\": \"libselinux-utils\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libassuan\": [{\"name\": \"libassuan\", \"version\": \"2.5.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbpf\": [{\"name\": \"libbpf\", \"version\": \"1.4.0\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnftnl\": [{\"name\": \"libnftnl\", \"version\": \"1.2.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fuse-libs\": [{\"name\": \"fuse-libs\", \"version\": \"2.9.9\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbasicobjects\": [{\"name\": \"libbasicobjects\", \"version\": \"0.1.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcollection\": [{\"name\": \"libcollection\", \"version\": \"0.7.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdb\": [{\"name\": \"libdb\", \"version\": \"5.3.28\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute\": [{\"name\": \"iproute\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdhash\": [{\"name\": \"libdhash\", \"version\": \"0.5.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgomp\": [{\"name\": \"libgomp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libref_array\": [{\"name\": \"libref_array\", \"version\": \"0.1.5\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libseccomp\": [{\"name\": \"libseccomp\", \"version\": \"2.5.2\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsigsegv\": [{\"name\": \"libsigsegv\", \"version\": \"2.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_idmap\": [{\"name\": \"libsss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lzo\": [{\"name\": \"lzo\", \"version\": \"2.10\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"numactl-libs\": [{\"name\": \"numactl-libs\", \"version\": \"2.0.16\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre\": [{\"name\": \"pcre\", \"version\": \"8.44\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grep\": [{\"name\": \"grep\", \"version\": \"3.6\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-libs\": [{\"name\": \"openssl-libs\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"coreutils\": [{\"name\": \"coreutils\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ca-certificates\": [{\"name\": \"ca-certificates\", \"version\": \"2024.2.69_v8.0.303\", \"release\": \"91.4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"systemd-libs\": [{\"name\": \"systemd-libs\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libblkid\": [{\"name\": \"libblkid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-libs\": [{\"name\": \"dbus-libs\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmount\": [{\"name\": \"libmount\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux-core\": [{\"name\": \"util-linux-core\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfdisk\": [{\"name\": \"libfdisk\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gzip\": [{\"name\": \"gzip\", \"version\": \"1.12\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod\": [{\"name\": \"kmod\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod-libs\": [{\"name\": \"kmod-libs\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib\": [{\"name\": \"cracklib\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib-dicts\": [{\"name\": \"cracklib-dicts\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-tools\": [{\"name\": \"dbus-tools\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"procps-ng\": [{\"name\": \"procps-ng\", \"version\": \"3.3.17\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl\": [{\"name\": \"openssl\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libarchive\": [{\"name\": \"libarchive\", \"version\": \"3.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libevent\": [{\"name\": \"libevent\", \"version\": \"2.1.12\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_certmap\": [{\"name\": \"libsss_certmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz\": [{\"name\": \"xz\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"squashfs-tools\": [{\"name\": \"squashfs-tools\", \"version\": \"4.4\", \"release\": \"10.git1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcomps\": [{\"name\": \"libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libutempter\": [{\"name\": \"libutempter\", \"version\": \"1.2.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3-cli\": [{\"name\": \"libnl3-cli\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libteam\": [{\"name\": \"libteam\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"acl\": [{\"name\": \"acl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext-libs\": [{\"name\": \"gettext-libs\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext\": [{\"name\": \"gettext\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"attr\": [{\"name\": \"attr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils\": [{\"name\": \"keyutils\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mpfr\": [{\"name\": \"mpfr\", \"version\": \"4.1.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gawk\": [{\"name\": \"gawk\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpsl\": [{\"name\": \"libpsl\", \"version\": \"0.21.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libksba\": [{\"name\": \"libksba\", \"version\": \"1.5.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ethtool\": [{\"name\": \"ethtool\", \"version\": \"6.2\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset-libs\": [{\"name\": \"ipset-libs\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset\": [{\"name\": \"ipset\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"groff-base\": [{\"name\": \"groff-base\", \"version\": \"1.22.4\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"snappy\": [{\"name\": \"snappy\", \"version\": \"1.1.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs-libs\": [{\"name\": \"e2fsprogs-libs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libss\": [{\"name\": \"libss\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-compat\": [{\"name\": \"libxcrypt-compat\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pip-wheel\": [{\"name\": \"python3-pip-wheel\", \"version\": \"21.3.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python-unversioned-command\": [{\"name\": \"python-unversioned-command\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3\": [{\"name\": \"python3\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libs\": [{\"name\": \"python3-libs\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools\": [{\"name\": \"python3-setuptools\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-six\": [{\"name\": \"python3-six\", \"version\": \"1.15.0\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dateutil\": [{\"name\": \"python3-dateutil\", \"version\": \"2.8.1\", \"release\": \"<<<\n 7519 1726888132.34433: stdout chunk (state=3):\n>>>7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-iniparse\": [{\"name\": \"python3-iniparse\", \"version\": \"0.4\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-idna\": [{\"name\": \"python3-idna\", \"version\": \"2.10\", \"release\": \"7.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libselinux\": [{\"name\": \"python3-libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libsemanage\": [{\"name\": \"python3-libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-inotify\": [{\"name\": \"python3-inotify\", \"version\": \"0.9.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-setools\": [{\"name\": \"python3-setools\", \"version\": \"4.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-distro\": [{\"name\": \"python3-distro\", \"version\": \"1.5.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libcomps\": [{\"name\": \"python3-libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-chardet\": [{\"name\": \"python3-chardet\", \"version\": \"4.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-decorator\": [{\"name\": \"python3-decorator\", \"version\": \"4.4.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pysocks\": [{\"name\": \"python3-pysocks\", \"version\": \"1.7.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-urllib3\": [{\"name\": \"python3-urllib3\", \"version\": \"1.26.5\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-requests\": [{\"name\": \"python3-requests\", \"version\": \"2.25.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-cloud-what\": [{\"name\": \"python3-cloud-what\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-systemd\": [{\"name\": \"python3-systemd\", \"version\": \"234\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng-python3\": [{\"name\": \"libcap-ng-python3\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-audit\": [{\"name\": \"python3-audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pigz\": [{\"name\": \"pigz\", \"version\": \"2.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"hostname\": [{\"name\": \"hostname\", \"version\": \"3.23\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools-libs\": [{\"name\": \"kernel-tools-libs\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"less\": [{\"name\": \"less\", \"version\": \"590\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-rpm-macros\": [{\"name\": \"systemd-rpm-macros\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"c-ares\": [{\"name\": \"c-ares\", \"version\": \"1.19.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpio\": [{\"name\": \"cpio\", \"version\": \"2.13\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"diffutils\": [{\"name\": \"diffutils\", \"version\": \"3.7\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"inih\": [{\"name\": \"inih\", \"version\": \"49\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbrotli\": [{\"name\": \"libbrotli\", \"version\": \"1.0.9\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcbor\": [{\"name\": \"libcbor\", \"version\": \"0.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdaemon\": [{\"name\": \"libdaemon\", \"version\": \"0.14\", \"release\": \"23.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"teamd\": [{\"name\": \"teamd\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libeconf\": [{\"name\": \"libeconf\", \"version\": \"0.4.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpwquality\": [{\"name\": \"libpwquality\", \"version\": \"1.4.4\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pam\": [{\"name\": \"pam\", \"version\": \"1.5.1\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux\": [{\"name\": \"util-linux\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-common\": [{\"name\": \"grub2-common\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh\": [{\"name\": \"openssh\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-pc-modules\": [{\"name\": \"grub2-pc-modules\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"virt-what\": [{\"name\": \"virt-what\", \"version\": \"1.25\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kbd\": [{\"name\": \"kbd\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libndp\": [{\"name\": \"libndp\", \"version\": \"1.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfnetlink\": [{\"name\": \"libnfnetlink\", \"version\": \"1.0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnetfilter_conntrack\": [{\"name\": \"libnetfilter_conntrack\", \"version\": \"1.0.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-libs\": [{\"name\": \"iptables-libs\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-nft\": [{\"name\": \"iptables-nft\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nftables\": [{\"name\": \"nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-nftables\": [{\"name\": \"python3-nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnghttp2\": [{\"name\": \"libnghttp2\", \"version\": \"1.43.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpath_utils\": [{\"name\": \"libpath_utils\", \"version\": \"0.2.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libini_config\": [{\"name\": \"libini_config\", \"version\": \"1.3.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpipeline\": [{\"name\": \"libpipeline\", \"version\": \"1.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_nss_idmap\": [{\"name\": \"libsss_nss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_sudo\": [{\"name\": \"libsss_sudo\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto\": [{\"name\": \"libverto\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"krb5-libs\": [{\"name\": \"krb5-libs\", \"version\": \"1.21.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-lib\": [{\"name\": \"cyrus-sasl-lib\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openldap\": [{\"name\": \"openldap\", \"version\": \"2.6.6\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libssh\": [{\"name\": \"libssh\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcurl\": [{\"name\": \"libcurl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tpm2-tss\": [{\"name\": \"tpm2-tss\", \"version\": \"3.2.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ima-evm-utils\": [{\"name\": \"ima-evm-utils\", \"version\": \"1.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"curl\": [{\"name\": \"curl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm\": [{\"name\": \"rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-libs\": [{\"name\": \"rpm-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"policycoreutils\": [{\"name\": \"policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"selinux-policy\": [{\"name\": \"selinux-policy\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"selinux-policy-targeted\": [{\"name\": \"selinux-policy-targeted\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus\": [{\"name\": \"dbus\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-pam\": [{\"name\": \"systemd-pam\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd\": [{\"name\": \"systemd\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-common\": [{\"name\": \"dbus-common\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus-broker\": [{\"name\": \"dbus-broker\", \"version\": \"28\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie-anacron\": [{\"name\": \"cronie-anacron\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie\": [{\"name\": \"cronie\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crontabs\": [{\"name\": \"crontabs\", \"version\": \"1.11\", \"release\": \"26.20190603git.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libsolv\": [{\"name\": \"libsolv\", \"version\": \"0.7.24\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-libs\": [{\"name\": \"authselect-libs\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper-libs\": [{\"name\": \"device-mapper-libs\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper\": [{\"name\": \"device-mapper\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools-minimal\": [{\"name\": \"grub2-tools-minimal\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cryptsetup-libs\": [{\"name\": \"cryptsetup-libs\", \"version\": \"2.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-udev\": [{\"name\": \"systemd-udev\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfido2\": [{\"name\": \"libfido2\", \"version\": \"1.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"os-prober\": [{\"name\": \"os-prober\", \"version\": \"1.77\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kpartx\": [{\"name\": \"kpartx\", \"version\": \"0.8.7\", \"release\": \"32.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-default-yama-scope\": [{\"name\": \"elfutils-default-yama-scope\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"elfutils-libs\": [{\"name\": \"elfutils-libs\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-debuginfod-client\": [{\"name\": \"elfutils-debuginfod-client\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils-gold\": [{\"name\": \"binutils-gold\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils\": [{\"name\": \"binutils\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-build-libs\": [{\"name\": \"rpm-build-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-service\": [{\"name\": \"initscripts-service\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iputils\": [{\"name\": \"iputils\", \"version\": \"20210202\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi\": [{\"name\": \"libkcapi\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi-hmaccalc\": [{\"name\": \"libkcapi-hmaccalc\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut\": [{\"name\": \"dracut\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules-core\": [{\"name\": \"kernel-modules-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-core\": [{\"name\": \"kernel-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools\": [{\"name\": \"grub2-tools\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grubby\": [{\"name\": \"grubby\", \"version\": \"8.40\", \"release\": \"63.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules\": [{\"name\": \"kernel-modules\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-squash\": [{\"name\": \"dracut-squash\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"logrotate\": [{\"name\": \"logrotate\", \"version\": \"3.18.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob\": [{\"name\": \"oddjob\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob-mkhomedir\": [{\"name\": \"oddjob-mkhomedir\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect\": [{\"name\": \"authselect\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-systemd-inhibit\": [{\"name\": \"rpm-plugin-systemd-inhibit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-client\": [{\"name\": \"sssd-client\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libyaml\": [{\"name\": \"libyaml\", \"version\": \"0.2.5\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lmdb-libs\": [{\"name\": \"lmdb-libs\", \"version\": \"0.9.29\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libldb\": [{\"name\": \"libldb\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common\": [{\"name\": \"sssd-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nettle\": [{\"name\": \"nettle\", \"version\": \"3.9.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnutls\": [{\"name\": \"gnutls\", \"version\": \"3.8.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib2\": [{\"name\": \"glib2\", \"version\": \"2.68.4\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dbus\": [{\"name\": \"python3-dbus\", \"version\": \"1.2.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-libnm\": [{\"name\": \"NetworkManager-libnm\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager\": [{\"name\": \"NetworkManager\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmodulemd\": [{\"name\": \"libmodulemd\", \"version\": \"2.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuser\": [{\"name\": \"libuser\", \"version\": \"0.63\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"passwd\": [{\"name\": \"passwd\", \"version\": \"0.80\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"usermode\": [{\"name\": \"usermode\", \"version\": \"1.114\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gobject-introspection\": [{\"name\": \"gobject-introspection\", \"version\": \"1.68.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gobject-base<<<\n 7519 1726888132.34469: stdout chunk (state=3):\n>>>-noarch\": [{\"name\": \"python3-gobject-base-noarch\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-gobject-base\": [{\"name\": \"python3-gobject-base\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-firewall\": [{\"name\": \"python3-firewall\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"npth\": [{\"name\": \"npth\", \"version\": \"1.6\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnupg2\": [{\"name\": \"gnupg2\", \"version\": \"2.3.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpgme\": [{\"name\": \"gpgme\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"librepo\": [{\"name\": \"librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf\": [{\"name\": \"libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libdnf\": [{\"name\": \"python3-libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-hawkey\": [{\"name\": \"python3-hawkey\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf-plugin-subscription-manager\": [{\"name\": \"libdnf-plugin-subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-librepo\": [{\"name\": \"python3-librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gpg\": [{\"name\": \"python3-gpg\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-sign-libs\": [{\"name\": \"rpm-sign-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-rpm\": [{\"name\": \"python3-rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dnf\": [{\"name\": \"python3-dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dnf-plugins-core\": [{\"name\": \"python3-dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf\": [{\"name\": \"dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-subscription-manager-rhsm\": [{\"name\": \"python3-subscription-manager-rhsm\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"subscription-manager\": [{\"name\": \"subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oniguruma\": [{\"name\": \"oniguruma\", \"version\": \"6.9.6\", \"release\": \"1.el9.6\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jq\": [{\"name\": \"jq\", \"version\": \"1.6\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-network\": [{\"name\": \"dracut-network\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pciutils-libs\": [{\"name\": \"pciutils-libs\", \"version\": \"3.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils-libs\": [{\"name\": \"sg3_utils-libs\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"slang\": [{\"name\": \"slang\", \"version\": \"2.3.2\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"newt\": [{\"name\": \"newt\", \"version\": \"0.52.21\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"userspace-rcu\": [{\"name\": \"userspace-rcu\", \"version\": \"0.12.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"checkpolicy\": [{\"name\": \"checkpolicy\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-policycoreutils\": [{\"name\": \"python3-policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\"<<<\n 7519 1726888132.34474: stdout chunk (state=3):\n>>>: \"noarch\", \"source\": \"rpm\"}], \"policycoreutils-python-utils\": [{\"name\": \"policycoreutils-python-utils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libestr\": [{\"name\": \"libestr\", \"version\": \"0.1.11\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfastjson\": [{\"name\": \"libfastjson\", \"version\": \"0.99.9\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog-logrotate\": [{\"name\": \"rsyslog-logrotate\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog\": [{\"name\": \"rsyslog\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"liburing\": [{\"name\": \"liburing\", \"version\": \"2.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"langpacks-core-en\": [{\"name\": \"langpacks-core-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-en\": [{\"name\": \"langpacks-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"qemu-guest-agent\": [{\"name\": \"qemu-guest-agent\", \"version\": \"9.0.0\", \"release\": \"10.el9\", \"epoch\": 17, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rhc\": [{\"name\": \"rhc\", \"version\": \"0.2.4\", \"release\": \"5.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xfsprogs\": [{\"name\": \"xfsprogs\", \"version\": \"6.4.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-tui\": [{\"name\": \"NetworkManager-tui\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils\": [{\"name\": \"sg3_utils\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools\": [{\"name\": \"kernel-tools\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kexec-tools\": [{\"name\": \"kexec-tools\", \"version\": \"2.0.27\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum\": [{\"name\": \"yum\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-plugins-core\": [{\"name\": \"dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld\": [{\"name\": \"firewalld\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"NetworkManager-team\": [{\"name\": \"NetworkManager-team\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-rename-device\": [{\"name\": \"initscripts-rename-device\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"irqbalance\": [{\"name\": \"irqbalance\", \"version\": \"1.9.4\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"chrony\": [{\"name\": \"chrony\", \"version\": \"4.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-kcm\": [{\"name\": \"sssd-kcm\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-compat\": [{\"name\": \"authselect-compat\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel\": [{\"name\": \"kernel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies-scripts\": [{\"name\": \"crypto-policies-scripts\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"grub2-pc\": [{\"name\": \"grub2-pc\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-config-rescue\": [{\"name\": \"dracut-config-rescue\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit\": [{\"name\": \"audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssh-clients\": [{\"name\": \"openssh-clients\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"parted\": [{\"name\": \"parted\", \"version\": \"3.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"microcode_ctl\": [{\"name\": \"microcode_ctl\", \"version\": \"20240531\", \"release\": \"1.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh-server\": [{\"name\": \"openssh-server\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-selinux\": [{\"name\": \"rpm-plugin-selinux\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-audit\": [{\"name\": \"rpm-plugin-audit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sudo\": [{\"name\": \"sudo\", \"version\": \"1.9.5p2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"man-db\": [{\"name\": \"man-db\", \"version\": \"2.9.3\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute-tc\": [{\"name\": \"iproute-tc\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs\": [{\"name\": \"e2fsprogs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"prefixdevname\": [{\"name\": \"prefixdevname\", \"version\": \"0.1.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-minimal\": [{\"name\": \"vim-minimal\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lshw\": [{\"name\": \"lshw\", \"version\": \"B.02.19.2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses\": [{\"name\": \"ncurses\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsysfs\": [{\"name\": \"libsysfs\", \"version\": \"2.1.1\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lsscsi\": [{\"name\": \"lsscsi\", \"version\": \"0.32\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iwl100-firmware\": [{\"name\": \"iwl100-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl1000-firmware\": [{\"name\": \"iwl1000-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl105-firmware\": [{\"name\": \"iwl105-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl135-firmware\": [{\"name\": \"iwl135-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2000-firmware\": [{\"name\": \"iwl2000-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2030-firmware\": [{\"name\": \"iwl2030-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl3160-firmware\": [{\"name\": \"iwl3160-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5000-firmware\": [{\"name\": \"iwl5000-firmware\", \"version\": \"8.83.5.1_1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5150-firmware\": [{\"name\": \"iwl5150-firmware\", \"version\": \"8.24.2.2\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6000g2a-firmware\": [{\"name\": \"iwl6000g2a-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6050-firmware\": [{\"name\": \"iwl6050-firmware\", \"version\": \"41.28.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl7260-firmware\": [{\"name\": \"iwl7260-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rootfiles\": [{\"name\": \"rootfiles\", \"version\": \"8.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gpg-pubkey\": [{\"name\": \"gpg-pubkey\", \"version\": \"3228467c\", \"release\": \"613798eb\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}, {\"name\": \"gpg-pubkey\", \"version\": \"8483c65d\", \"release\": \"5ccc5b19\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}], \"epel-release\": [{\"name\": \"epel-release\", \"version\": \"9\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"nspr\": [{\"name\": \"nspr\", \"version\": \"4.35.0\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-system\": [{\"name\": \"boost-system\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-util\": [{\"name\": \"nss-util\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"make\": [{\"name\": \"make\", \"version\": \"4.3\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"m4\": [{\"name\": \"m4\", \"version\": \"1.4.19\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmpc\": [{\"name\": \"libmpc\", \"version\": \"1.2.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"unzip\": [{\"name\": \"unzip\", \"version\": \"6.0\", \"release\": \"57.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"avahi-libs\": [{\"name\": \"avahi-libs\", \"version\": \"0.8\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zip\": [{\"name\": \"zip\", \"version\": \"3.0\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpp\": [{\"name\": \"cpp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bison\": [{\"name\": \"bison\", \"version\": \"3.7.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"flex\": [{\"name\": \"flex\", \"version\": \"2.6.4\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn-freebl\": [{\"name\": \"nss-softokn-freebl\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn\": [{\"name\": \"nss-softokn\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss\": [{\"name\": \"nss\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-sysinit\": [{\"name\": \"nss-sysinit\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-filesystem\": [{\"name\": \"boost-filesystem\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-thread\": [{\"name\": \"boost-thread\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Digest\": [{\"name\": \"perl-Digest\", \"version\": \"1.19\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Digest-MD5\": [{\"name\": \"perl-Digest-MD5\", \"version\": \"2.58\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-B\": [{\"name\": \"perl-B\", \"version\": \"1.80\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-FileHandle\": [{\"name\": \"perl-FileHandle\", \"version\": \"2.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Data-Dumper\": [{\"name\": \"perl-Data-Dumper\", \"version\": \"2.174\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libnet\": [{\"name\": \"perl-libnet\", \"version\": \"3.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-base\": [{\"name\": \"perl-base\", \"version\": \"2.27\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-URI\": [{\"name\": \"perl-URI\", \"version\": \"5.09\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-AutoLoader\": [{\"name\": \"perl-AutoLoader\", \"version\": \"5.74\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Mozilla-CA\": [{\"name\": \"perl-Mozilla-CA\", \"version\": \"20200520\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-if\": [{\"name\": \"perl-if\", \"version\": \"0.60.800\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-IP\": [{\"name\": \"perl-IO-Socket-IP\", \"version\": \"0.41\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Time-Local\": [{\"name\": \"perl-Time-Local\", \"version\": \"1.300\", \"<<<\n 7519 1726888132.34480: stdout chunk (state=3):\n>>>release\": \"7.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Path\": [{\"name\": \"perl-File-Path\", \"version\": \"2.18\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Escapes\": [{\"name\": \"perl-Pod-Escapes\", \"version\": \"1.07\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Text-Tabs+Wrap\": [{\"name\": \"perl-Text-Tabs+Wrap\", \"version\": \"2013.0523\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-SSL\": [{\"name\": \"perl-IO-Socket-SSL\", \"version\": \"2.073\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Net-SSLeay\": [{\"name\": \"perl-Net-SSLeay\", \"version\": \"1.94\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Class-Struct\": [{\"name\": \"perl-Class-Struct\", \"version\": \"0.66\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-POSIX\": [{\"name\": \"perl-POSIX\", \"version\": \"1.94\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Term-ANSIColor\": [{\"name\": \"perl-Term-ANSIColor\", \"version\": \"5.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IPC-Open3\": [{\"name\": \"perl-IPC-Open3\", \"version\": \"1.21\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-subs\": [{\"name\": \"perl-subs\", \"version\": \"1.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Temp\": [{\"name\": \"perl-File-Temp\", \"version\": \"0.231.100\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Term-Cap\": [{\"name\": \"perl-Term-Cap\", \"version\": \"1.17\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Simple\": [{\"name\": \"perl-Pod-Simple\", \"version\": \"3.42\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-HTTP-Tiny\": [{\"name\": \"perl-HTTP-Tiny\", \"version\": \"0.076\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Socket\": [{\"name\": \"perl-Socket\", \"version\": \"2.031\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-SelectSaver\": [{\"name\": \"perl-SelectSaver\", \"version\": \"1.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Symbol\": [{\"name\": \"perl-Symbol\", \"version\": \"1.08\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-stat\": [{\"name\": \"perl-File-stat\", \"version\": \"1.09\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-podlators\": [{\"name\": \"perl-podlators\", \"version\": \"4.14\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Perldoc\": [{\"name\": \"perl-Pod-Perldoc\", \"version\": \"3.28.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Fcntl\": [{\"name\": \"perl-Fcntl\", \"version\": \"1.13\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Text-ParseWords\": [{\"name\": \"perl-Text-ParseWords\", \"version\": \"3.30\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-mro\": [{\"name\": \"perl-mro\", \"version\": \"1.23\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-IO\": [{\"name\": \"perl-IO\", \"version\": \"1.43\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overloading\": [{\"name\": \"perl-overloading\", \"version\": \"0.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Usage\": [{\"name\": \"perl-Pod-Usage\", \"version\": \"2.01\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Errno\": [{\"name\": \"perl-Errno\", \"version\": \"1.30\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Basename\": [{\"name\": \"perl-File-Basename\", \"version\": \"2.85\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Std\": [{\"name\": \"perl-Getopt-Std\", \"version\": \"1.12\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-MIME-Base64\": [{\"name\": \"perl-MIME-Base64\", \"v<<<\n 7519 1726888132.34506: stdout chunk (state=3):\n>>>-noarch\": [{\"name\": \"python3-gobject-base-noarch\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-gobject-base\": [{\"name\": \"python3-gobject-base\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-firewall\": [{\"name\": \"python3-firewall\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"npth\": [{\"name\": \"npth\", \"version\": \"1.6\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnupg2\": [{\"name\": \"gnupg2\", \"version\": \"2.3.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpgme\": [{\"name\": \"gpgme\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"librepo\": [{\"name\": \"librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf\": [{\"name\": \"libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libdnf\": [{\"name\": \"python3-libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-hawkey\": [{\"name\": \"python3-hawkey\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf-plugin-subscription-manager\": [{\"name\": \"libdnf-plugin-subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-librepo\": [{\"name\": \"python3-librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gpg\": [{\"name\": \"python3-gpg\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-sign-libs\": [{\"name\": \"rpm-sign-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-rpm\": [{\"name\": \"python3-rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dnf\": [{\"name\": \"python3-dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dnf-plugins-core\": [{\"name\": \"python3-dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf\": [{\"name\": \"dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-subscription-manager-rhsm\": [{\"name\": \"python3-subscription-manager-rhsm\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"subscription-manager\": [{\"name\": \"subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oniguruma\": [{\"name\": \"oniguruma\", \"version\": \"6.9.6\", \"release\": \"1.el9.6\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jq\": [{\"name\": \"jq\", \"version\": \"1.6\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-network\": [{\"name\": \"dracut-network\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pciutils-libs\": [{\"name\": \"pciutils-libs\", \"version\": \"3.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils-libs\": [{\"name\": \"sg3_utils-libs\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"slang\": [{\"name\": \"slang\", \"version\": \"2.3.2\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"newt\": [{\"name\": \"newt\", \"version\": \"0.52.21\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"userspace-rcu\": [{\"name\": \"userspace-rcu\", \"version\": \"0.12.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"checkpolicy\": [{\"name\": \"checkpolicy\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-policycoreutils\": [{\"name\": \"python3-policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"policycoreutils-python-utils\": [{\"name\": \"policycoreutils-python-utils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libestr\": [{\"name\": \"libestr\", \"version\": \"0.1.11\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfastjson\": [{\"name\": \"libfastjson\", \"version\": \"0.99.9\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog-logrotate\": [{\"name\": \"rsyslog-logrotate\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog\": [{\"name\": \"rsyslog\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"liburing\": [{\"name\": \"liburing\", \"version\": \"2.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"langpacks-core-en\": [{\"name\": \"langpacks-core-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-en\": [{\"name\": \"langpacks-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"qemu-guest-agent\": [{\"name\": \"qemu-guest-agent\", \"version\": \"9.0.0\", \"release\": \"10.el9\", \"epoch\": 17, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rhc\": [{\"name\": \"rhc\", \"version\": \"0.2.4\", \"release\": \"5.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xfsprogs\": [{\"name\": \"xfsprogs\", \"version\": \"6.4.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-tui\": [{\"name\": \"NetworkManager-tui\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils\": [{\"name\": \"sg3_utils\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools\": [{\"name\": \"kernel-tools\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kexec-tools\": [{\"name\": \"kexec-tools\", \"version\": \"2.0.27\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum\": [{\"name\": \"yum\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-plugins-core\": [{\"name\": \"dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld\": [{\"name\": \"firewalld\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"NetworkManager-team\": [{\"name\": \"NetworkManager-team\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-rename-device\": [{\"name\": \"initscripts-rename-device\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"irqbalance\": [{\"name\": \"irqbalance\", \"version\": \"1.9.4\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"chrony\": [{\"name\": \"chrony\", \"version\": \"4.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-kcm\": [{\"name\": \"sssd-kcm\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-compat\": [{\"name\": \"authselect-compat\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel\": [{\"name\": \"kernel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies-scripts\": [{\"name\": \"crypto-policies-scripts\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"grub2-pc\": [{\"name\": \"grub2-pc\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-config-rescue\": [{\"name\": \"dracut-config-rescue\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit\": [{\"name\": \"audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssh-clients\": [{\"name\": \"openssh-clients\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\":<<<\n 7519 1726888132.34689: stdout chunk (state=3):\n>>> \"rpm\"}], \"parted\": [{\"name\": \"parted\", \"version\": \"3.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"microcode_ctl\": [{\"name\": \"microcode_ctl\", \"version\": \"20240531\", \"release\": \"1.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh-server\": [{\"name\": \"openssh-server\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-selinux\": [{\"name\": \"rpm-plugin-selinux\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-audit\": [{\"name\": \"rpm-plugin-audit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sudo\": [{\"name\": \"sudo\", \"version\": \"1.9.5p2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"man-db\": [{\"name\": \"man-db\", \"version\": \"2.9.3\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute-tc\": [{\"name\": \"iproute-tc\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs\": [{\"name\": \"e2fsprogs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"prefixdevname\": [{\"name\": \"prefixdevname\", \"version\": \"0.1.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-minimal\": [{\"name\": \"vim-minimal\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lshw\": [{\"name\": \"lshw\", \"version\": \"B.02.19.2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses\": [{\"name\": \"ncurses\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsysfs\": [{\"name\": \"libsysfs\", \"version\": \"2.1.1\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lsscsi\": [{\"name\": \"lsscsi\", \"version\": \"0.32\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iwl100-firmware\": [{\"name\": \"iwl100-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl1000-firmware\": [{\"name\": \"iwl1000-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl105-firmware\": [{\"name\": \"iwl105-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl135-firmware\": [{\"name\": \"iwl135-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2000-firmware\": [{\"name\": \"iwl2000-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2030-firmware\": [{\"name\": \"iwl2030-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl3160-firmware\": [{\"name\": \"iwl3160-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5000-firmware\": [{\"name\": \"iwl5000-firmware\", \"version\": \"8.83.5.1_1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5150-firmware\": [{\"name\": \"iwl5150-firmware\", \"version\": \"8.24.2.2\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6000g2a-firmware\": [{\"name\": \"iwl6000g2a-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6050-firmware\": [{\"name\": \"iwl6050-firmware\", \"version\": \"41.28.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl7260-firmware\": [{\"name\": \"iwl7260-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rootfiles\": [{\"name\": \"rootfiles\", \"version\": \"8.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gpg-pubkey\": [{\"name\": \"gpg-pubkey\", \"version\": \"3228467c\", \"release\": \"613798eb\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}, {\"name\": \"gpg-pubkey\", \"version\": \"8483c65d\", \"release\": \"5ccc5b19\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}], \"epel-release\": [{\"name\": \"epel-release\", \"version\": \"9\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"nspr\": [{\"name\": \"nspr\", \"version\": \"4.35.0\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-system\": [{\"name\": \"boost-system\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-util\": [{\"name\": \"nss-util\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"make\": [{\"name\": \"make\", \"version\": \"4.3\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"m4\": [{\"name\": \"m4\", \"version\": \"1.4.19\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmpc\": [{\"name\": \"libmpc\", \"version\": \"1.2.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"unzip\": [{\"name\": \"unzip\", \"version\": \"6.0\", \"release\": \"57.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"avahi-libs\": [{\"name\": \"avahi-libs\", \"version\": \"0.8\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zip\": [{\"name\": \"zip\", \"version\": \"3.0\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpp\": [{\"name\": \"cpp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bison\": [{\"name\": \"bison\", \"version\": \"3.7.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"flex\": [{\"name\": \"flex\", \"version\": \"2.6.4\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn-freebl\": [{\"name\": \"nss-softokn-freebl\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn\": [{\"name\": \"nss-softokn\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss\": [{\"name\": \"nss\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-sysinit\": [{\"name\": \"nss-sysinit\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-filesystem\": [{\"name\": \"boost-filesystem\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-thread\": [{\"name\": \"boost-thread\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Digest\": [{\"name\": \"perl-Digest\", \"version\": \"1.19\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Digest-MD5\": [{\"name\": \"perl-Digest-MD5\", \"version\": \"2.58\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-B\": [{\"name\": \"perl-B\", \"version\": \"1.80\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-FileHandle\": [{\"name\": \"perl-FileHandle\", \"version\": \"2.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Data-Dumper\": [{\"name\": \"perl-Data-Dumper\", \"version\": \"2.174\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libnet\": [{\"name\": \"perl-libnet\", \"version\": \"3.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-base\": [{\"name\": \"perl-base\", \"version\": \"2.27\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-URI\": [{\"name\": \"perl-URI\", \"version\": \"5.09\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-AutoLoader\": [{\"name\": \"perl-AutoLoader\", \"version\": \"5.74\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Mozilla-CA\": [{\"name\": \"perl-Mozilla-CA\", \"version\": \"20200520\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-if\": [{\"name\": \"perl-if\", \"version\": \"0.60.800\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-IP\": [{\"name\": \"perl-IO-Socket-IP\", \"version\": \"0.41\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Time-Local\": [{\"name\": \"perl-Time-Local\", \"version\": \"1.300\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Path\": [{\"name\": \"perl-File-Path\", \"version\": \"2.18\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Escapes\": [{\"name\": \"perl-Pod-Escapes\", \"version\": \"1.07\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Text-Tabs+Wrap\": [{\"name\": \"perl-Text-Tabs+Wrap\", \"version\": \"2013.0523\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-SSL\": [{\"name\": \"perl-IO-Socket-SSL\", \"version\": \"2.073\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Net-SSLeay\": [{\"name\": \"perl-Net-SSLeay\", \"version\": \"1.94\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Class-Struct\": [{\"name\": \"perl-Class-Struct\", \"version\": \"0.66\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-POSIX\": [{\"name\": \"perl-POSIX\", \"version\": \"1.94\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Term-ANSIColor\": [{\"name\": \"perl-Term-ANSIColor\", \"version\": \"5.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IPC-Open3\": [{\"name\": \"perl-IPC-Open3\", \"version\": \"1.21\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-subs\": [{\"name\": \"perl-subs\", \"version\": \"1.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Temp\": [{\"name\": \"perl-File-Temp\", \"version\": \"0.231.100\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Term-Cap\": [{\"name\": \"perl-Term-Cap\", \"version\": \"1.17\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Simple\": [{\"name\": \"perl-Pod-Simple\", \"version\": \"3.42\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-HTTP-Tiny\": [{\"name\": \"perl-HTTP-Tiny\", \"version\": \"0.076\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Socket\": [{\"name\": \"perl-Socket\", \"version\": \"2.031\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-SelectSaver\": [{\"name\": \"perl-SelectSaver\", \"version\": \"1.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Symbol\": [{\"name\": \"perl-Symbol\", \"version\": \"1.08\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-stat\": [{\"name\": \"perl-File-stat\", \"version\": \"1.09\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-podlators\": [{\"name\": \"perl-podlators\", \"version\": \"4.14\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Perldoc\": [{\"name\": \"perl-Pod-Perldoc\", \"version\": \"3.28.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Fcntl\": [{\"name\": \"perl-Fcntl\", \"version\": \"1.13\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Text-ParseWords\": [{\"name\": \"perl-Text-ParseWords\", \"version\": \"3.30\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-mro\": [{\"name\": \"perl-mro\", \"version\": \"1.23\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-IO\": [{\"name\": \"perl-IO\", \"version\": \"1.43\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overloading\": [{\"name\": \"perl-overloading\", \"version\": \"0.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Usage\": [{\"name\": \"perl-Pod-Usage\", \"version\": \"2.01\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Errno\": [{\"name\": \"perl-Errno\", \"version\": \"1.30\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Basename\": [{\"name\": \"perl-File-Basename\", \"version\": \"2.85\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Std\": [{\"name\": \"perl-Getopt-Std\", \"version\": \"1.12\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-MIME-Base64\": [{\"name\": \"perl-MIME-Base64\", \"version\": \"3.16\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Scalar-List-Utils\": [{\"name\": \"perl-Scalar-List-Utils\", \"version\": \"1.56\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-constant\": [{\"name\": \"perl-constant\", \"version\": \"1.33\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Storable\": [{\"name\": \"perl-Storable\", \"version\": \"3.21\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overload\": [{\"name\": \"perl-overload\", \"version\": \"1.31\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-parent\": [{\"name\": \"perl-parent\", \"version\": \"0.238\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-vars\": [{\"name\": \"perl-vars\", \"version\": \"1.05\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Long\": [{\"name\": \"perl-Getopt-Long\", \"version\": \"2.52\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Carp\": [{\"name\": \"perl-Carp\", \"version\": \"1.50\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Exporter\": [{\"name\": \"perl-Exporter\", \"version\": \"5.74\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-NDBM_File\": [{\"name\": \"perl-NDBM_File\", \"version\": \"1.15\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-PathTools\": [{\"name\": \"perl-PathTools\", \"version\": \"3.78\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Encode\": [{\"name\": \"perl-Encode\", \"version\": \"3.08\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libs\": [{\"name\": \"perl-libs\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-interpreter\": [{\"name\": \"perl-interpreter\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"aspell\": [{\"name\": \"aspell\", \"version\": \"0.60.8\", \"release\": \"8.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tbb\": [{\"name\": \"tbb\", \"version\": \"2020.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dyninst\": [{\"name\": \"dyninst\", \"version\": \"12.1.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-runtime\": [{\"name\": \"systemtap-runtime\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-headers\": [{\"name\": \"kernel-headers\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-headers\": [{\"name\": \"glibc-headers\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"strace\": [{\"name\": \"strace\", \"version\": \"5.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-m4\": [{\"name\": \"pkgconf-m4\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libpkgconf\": [{\"name\": \"libpkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf\": [{\"name\": \"pkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-pkg-config\": [{\"name\": \"pkgconf-pkg-config\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd-devel\": [{\"name\": \"libzstd-devel\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib-devel\": [{\"name\": \"zlib-devel\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf-devel\": [{\"name\": \"elfutils-libelf-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-devel\": [{\"name\": \"glibc-devel\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-devel\": [{\"name\": \"libxcrypt-devel\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", <<<\n 7519 1726888132.34989: stdout chunk (state=3):\n>>>ersion\": \"3.16\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Scalar-List-Utils\": [{\"name\": \"perl-Scalar-List-Utils\", \"version\": \"1.56\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-constant\": [{\"name\": \"perl-constant\", \"version\": \"1.33\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Storable\": [{\"name\": \"perl-Storable\", \"version\": \"3.21\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overload\": [{\"name\": \"perl-overload\", \"version\": \"1.31\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-parent\": [{\"name\": \"perl-parent\", \"version\": \"0.238\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-vars\": [{\"name\": \"perl-vars\", \"version\": \"1.05\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Long\": [{\"name\": \"perl-Getopt-Long\", \"version\": \"2.52\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Carp\": [{\"name\": \"perl-Carp\", \"version\": \"1.50\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Exporter\": [{\"name\": \"perl-Exporter\", \"version\": \"5.74\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-NDBM_File\": [{\"name\": \"perl-NDBM_File\", \"version\": \"1.15\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-PathTools\": [{\"name\": \"perl-PathTools\", \"version\": \"3.78\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Encode\": [{\"name\": \"perl-Encode\", \"version\": \"3.08\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libs\": [{\"name\": \"perl-libs\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-interpreter\": [{\"name\": \"perl-interpreter\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"aspell\": [{\"name\": \"aspell\", \"version\": \"0.60.8\", \"release\": \"8.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tbb\": [{\"name\": \"tbb\", \"version\": \"2020.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dyninst\": [{\"name\": \"dyninst\", \"version\": \"12.1.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-runtime\": [{\"name\": \"systemtap-runtime\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-headers\": [{\"name\": \"kernel-headers\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-headers\": [{\"name\": \"glibc-headers\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"strace\": [{\"name\": \"strace\", \"version\": \"5.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-m4\": [{\"name\": \"pkgconf-m4\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libpkgconf\": [{\"name\": \"libpkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf\": [{\"name\": \"pkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-pkg-config\": [{\"name\": \"pkgconf-pkg-config\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd-devel\": [{\"name\": \"libzstd-devel\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib-devel\": [{\"name\": \"zlib-devel\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf-devel\": [{\"name\": \"elfutils-libelf-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-devel\": [{\"name\": \"glibc-devel\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-devel\": [{\"name\": \"libxcrypt-devel\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", <<<\n 7519 1726888132.35492: stdout chunk (state=3):\n>>>\"source\": \"rpm\"}], \"gcc\": [{\"name\": \"gcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-devel\": [{\"name\": \"openssl-devel\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-devel\": [{\"name\": \"kernel-devel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-devel\": [{\"name\": \"xz-devel\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-devel\": [{\"name\": \"elfutils-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-devel\": [{\"name\": \"systemtap-devel\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"efivar-libs\": [{\"name\": \"efivar-libs\", \"version\": \"38\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mokutil\": [{\"name\": \"mokutil\", \"version\": \"0.6.0\", \"release\": \"4.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-client\": [{\"name\": \"systemtap-client\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap\": [{\"name\": \"systemtap\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"qa-tools\": [{\"name\": \"qa-tools\", \"version\": \"4.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libtirpc\": [{\"name\": \"libtirpc\", \"version\": \"1.3.3\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core\": [{\"name\": \"git-core\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfsidmap\": [{\"name\": \"libnfsidmap\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core-doc\": [{\"name\": \"git-core-doc\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rpcbind\": [{\"name\": \"rpcbind\", \"version\": \"1.2.6\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"wget\": [{\"name\": \"wget\", \"version\": \"1.21.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-lib\": [{\"name\": \"perl-lib\", \"version\": \"0.65\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Find\": [{\"name\": \"perl-File-Find\", \"version\": \"1.37\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Error\": [{\"name\": \"perl-Error\", \"version\": \"0.17029\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-DynaLoader\": [{\"name\": \"perl-DynaLoader\", \"version\": \"1.47\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-TermReadKey\": [{\"name\": \"perl-TermReadKey\", \"version\": \"2.38\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxslt\": [{\"name\": \"libxslt\", \"version\": \"1.1.34\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-lxml\": [{\"name\": \"python3-lxml\", \"version\": \"4.6.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpm-libs\": [{\"name\": \"gpm-libs\", \"version\": \"1.20.7\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"emacs-filesystem\": [{\"name\": \"emacs-filesystem\", \"version\": \"27.2\", \"release\": \"10.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Git\": [{\"name\": \"perl-Git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"git\": [{\"name\": \"git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum-utils\": [{\"name\": \"yum-utils\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-filesystem\": [{\"name\": \"vim-filesystem\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-common\": [{\"name\": \"vim-common\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"time\": [{\"name\": \"time\", \"version\": \"1.9\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tar\": [{\"name\": \"tar\", \"version\": \"1.34\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"quota-nls\": [{\"name\": \"quota-nls\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"quota\": [{\"name\": \"quota\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pyyaml\": [{\"name\": \"python3-pyyaml\", \"version\": \"5.4.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libev\": [{\"name\": \"libev\", \"version\": \"4.33\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto-libev\": [{\"name\": \"libverto-libev\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gssproxy\": [{\"name\": \"gssproxy\", \"version\": \"0.8.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nfs-utils\": [{\"name\": \"nfs-utils\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bc\": [{\"name\": \"bc\", \"version\": \"1.07.1\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"beakerlib-redhat\": [{\"name\": \"beakerlib-redhat\", \"version\": \"1\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"beakerlib\": [{\"name\": \"beakerlib\", \"version\": \"1.29.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"restraint\": [{\"name\": \"restraint\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"restraint-rhts\": [{\"name\": \"restraint-rhts\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-enhanced\": [{\"name\": \"vim-enhanced\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-nfs-idmap\": [{\"name\": \"sssd-nfs-idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsync\": [{\"name\": \"rsync\", \"version\": \"3.2.3\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pytz\": [{\"name\": \"python3-pytz\", \"version\": \"2021.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-babel\": [{\"name\": \"python3-babel\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyserial\": [{\"name\": \"python3-pyserial\", \"version\": \"3.4\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyrsistent\": [{\"name\": \"python3-pyrsistent\", \"version\": \"0.17.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-prettytable\": [{\"name\": \"python3-prettytable\", \"version\": \"0.7.2\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-oauthlib\": [{\"name\": \"python3-oauthlib\", \"version\": \"3.1.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-netifaces\": [{\"name\": \"python3-netifaces\", \"version\": \"0.10.6\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-markupsafe\": [{\"name\": \"python3-markupsafe\", \"version\": \"1.1.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-jinja2\": [{\"name\": \"python3-jinja2\", \"version\": \"2.11.3\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpointer\": [{\"name\": \"python3-jsonpointer\", \"version\": \"2.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpatch\": [{\"name\": \"python3-jsonpatch\", \"version\": \"1.21\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-configobj\": [{\"name\": \"python3-configobj\", \"version\": \"5.0.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-attrs\": [{\"name\": \"python3-attrs\", \"version\": \"20.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonschema\": [{\"name\": \"python3-jsonschema\", \"version\": \"3.2.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libmaxminddb\": [{\"name\": \"libmaxminddb\", \"version\": \"1.5.2\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"geolite2-country\": [{\"name\": \"geolite2-country\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"geolite2-city\": [{\"name\": \"geolite2-city\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ipcalc\": [{\"name\": \"ipcalc\", \"version\": \"1.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdisk\": [{\"name\": \"gdisk\", \"version\": \"1.0.7\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dhcp-common\": [{\"name\": \"dhcp-common\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dhcp-client\": [{\"name\": \"dhcp-client\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cloud-init\": [{\"name\": \"cloud-init\", \"version\": \"23.4\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cloud-utils-growpart\": [{\"name\": \"cloud-utils-growpart\", \"version\": \"0.33\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jitterentropy\": [{\"name\": \"jitterentropy\", \"version\": \"3.5.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rng-tools\": [{\"name\": \"rng-tools\", \"version\": \"6.16\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common\": [{\"name\": \"samba-common\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"protobuf-c\": [{\"name\": \"protobuf-c\", \"version\": \"1.3.3\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-gssapi\": [{\"name\": \"cyrus-sasl-gssapi\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5-common\": [{\"name\": \"sssd-krb5-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5\": [{\"name\": \"sssd-krb5\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ldap\": [{\"name\": \"sssd-ldap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adcli\": [{\"name\": \"adcli\", \"version\": \"0.9.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuv\": [{\"name\": \"libuv\", \"version\": \"1.42.0\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fstrm\": [{\"name\": \"fstrm\", \"version\": \"0.6.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-license\": [{\"name\": \"bind-license\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"bind-libs\": [{\"name\": \"bind-libs\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-utils\": [{\"name\": \"bind-utils\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-proxy\": [{\"name\": \"sssd-proxy\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libipa_hbac\": [{\"name\": \"libipa_hbac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libicu\": [{\"name\": \"libicu\", \"version\": \"67.1\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libwbclient\": [{\"name\": \"libwbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common-libs\": [{\"name\": \"samba-common-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-client-libs\": [{\"name\": \"samba-client-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common-pac\": [{\"name\": \"sssd-common-pac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ipa\": [{\"name\": \"sssd-ipa\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmbclient\": [{\"name\": \"libsmbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ad\": [{\"name\": \"sssd-ad\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd\": [{\"name\": \"sssd\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tlog\": [{\"name\": \"tlog\", \"version\": \"14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}]}}, \"invocation\": {\"module_args\": {\"manager\": [\"auto\"], \"strategy\": \"first\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n<<<\n 7519 1726888132.35502: stdout chunk (state=3):\n>>># cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal<<<\n 7519 1726888132.35796: stdout chunk (state=3):\n>>>\"source\": \"rpm\"}], \"gcc\": [{\"name\": \"gcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-devel\": [{\"name\": \"openssl-devel\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-devel\": [{\"name\": \"kernel-devel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-devel\": [{\"name\": \"xz-devel\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-devel\": [{\"name\": \"elfutils-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-devel\": [{\"name\": \"systemtap-devel\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"efivar-libs\": [{\"name\": \"efivar-libs\", \"version\": \"38\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mokutil\": [{\"name\": \"mokutil\", \"version\": \"0.6.0\", \"release\": \"4.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-client\": [{\"name\": \"systemtap-client\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap\": [{\"name\": \"systemtap\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"qa-tools\": [{\"name\": \"qa-tools\", \"version\": \"4.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libtirpc\": [{\"name\": \"libtirpc\", \"version\": \"1.3.3\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core\": [{\"name\": \"git-core\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfsidmap\": [{\"name\": \"libnfsidmap\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core-doc\": [{\"name\": \"git-core-doc\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rpcbind\": [{\"name\": \"rpcbind\", \"version\": \"1.2.6\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"wget\": [{\"name\": \"wget\", \"version\": \"1.21.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-lib\": [{\"name\": \"perl-lib\", \"version\": \"0.65\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Find\": [{\"name\": \"perl-File-Find\", \"version\": \"1.37\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Error\": [{\"name\": \"perl-Error\", \"version\": \"0.17029\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-DynaLoader\": [{\"name\": \"perl-DynaLoader\", \"version\": \"1.47\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-TermReadKey\": [{\"name\": \"perl-TermReadKey\", \"version\": \"2.38\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxslt\": [{\"name\": \"libxslt\", \"version\": \"1.1.34\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-lxml\": [{\"name\": \"python3-lxml\", \"version\": \"4.6.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpm-libs\": [{\"name\": \"gpm-libs\", \"version\": \"1.20.7\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"emacs-filesystem\": [{\"name\": \"emacs-filesystem\", \"version\": \"27.2\", \"release\": \"10.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Git\": [{\"name\": \"perl-Git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"git\": [{\"name\": \"git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum-utils\": [{\"name\": \"yum-utils\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-filesystem\": [{\"name\": \"vim-filesystem\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-common\": [{\"name\": \"vim-common\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"time\": [{\"name\": \"time\", \"version\": \"1.9\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tar\": [{\"name\": \"tar\", \"version\": \"1.34\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"quota-nls\": [{\"name\": \"quota-nls\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"quota\": [{\"name\": \"quota\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pyyaml\": [{\"name\": \"python3-pyyaml\", \"version\": \"5.4.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libev\": [{\"name\": \"libev\", \"version\": \"4.33\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto-libev\": [{\"name\": \"libverto-libev\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gssproxy\": [{\"name\": \"gssproxy\", \"version\": \"0.8.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nfs-utils\": [{\"name\": \"nfs-utils\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bc\": [{\"name\": \"bc\", \"version\": \"1.07.1\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"beakerlib-redhat\": [{\"name\": \"beakerlib-redhat\", \"version\": \"1\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"beakerlib\": [{\"name\": \"beakerlib\", \"version\": \"1.29.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"restraint\": [{\"name\": \"restraint\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"restraint-rhts\": [{\"name\": \"restraint-rhts\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-enhanced\": [{\"name\": \"vim-enhanced\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-nfs-idmap\": [{\"name\": \"sssd-nfs-idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsync\": [{\"name\": \"rsync\", \"version\": \"3.2.3\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pytz\": [{\"name\": \"python3-pytz\", \"version\": \"2021.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-babel\": [{\"name\": \"python3-babel\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyserial\": [{\"name\": \"python3-pyserial\", \"version\": \"3.4\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyrsistent\": [{\"name\": \"python3-pyrsistent\", \"version\": \"0.17.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-prettytable\": [{\"name\": \"python3-prettytable\", \"version\": \"0.7.2\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-oauthlib\": [{\"name\": \"python3-oauthlib\", \"version\": \"3.1.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-netifaces\": [{\"name\": \"python3-netifaces\", \"version\": \"0.10.6\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-markupsafe\": [{\"name\": \"python3-markupsafe\", \"version\": \"1.1.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-jinja2\": [{\"name\": \"python3-jinja2\", \"version\": \"2.11.3\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpointer\": [{\"name\": \"python3-jsonpointer\", \"version\": \"2.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpatch\": [{\"name\": \"python3-jsonpatch\", \"version\": \"1.21\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-configobj\": [{\"name\": \"python3-configobj\", \"version\": \"5.0.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-attrs\": [{\"name\": \"python3-attrs\", \"version\": \"20.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonschema\": [{\"name\": \"python3-jsonschema\", \"version\": \"3.2.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libmaxminddb\": [{\"name\": \"libmaxminddb\", \"version\": \"1.5.2\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"geolite2-country\": [{\"name\": \"geolite2-country\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"geolite2-city\": [{\"name\": \"geolite2-city\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ipcalc\": [{\"name\": \"ipcalc\", \"version\": \"1.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdisk\": [{\"name\": \"gdisk\", \"version\": \"1.0.7\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dhcp-common\": [{\"name\": \"dhcp-common\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dhcp-client\": [{\"name\": \"dhcp-client\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cloud-init\": [{\"name\": \"cloud-init\", \"version\": \"23.4\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cloud-utils-growpart\": [{\"name\": \"cloud-utils-growpart\", \"version\": \"0.33\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jitterentropy\": [{\"name\": \"jitterentropy\", \"version\": \"3.5.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rng-tools\": [{\"name\": \"rng-tools\", \"version\": \"6.16\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common\": [{\"name\": \"samba-common\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"protobuf-c\": [{\"name\": \"protobuf-c\", \"version\": \"1.3.3\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-gssapi\": [{\"name\": \"cyrus-sasl-gssapi\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5-common\": [{\"name\": \"sssd-krb5-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5\": [{\"name\": \"sssd-krb5\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ldap\": [{\"name\": \"sssd-ldap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adcli\": [{\"name\": \"adcli\", \"version\": \"0.9.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuv\": [{\"name\": \"libuv\", \"version\": \"1.42.0\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fstrm\": [{\"name\": \"fstrm\", \"version\": \"0.6.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-license\": [{\"name\": \"bind-license\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"bind-libs\": [{\"name\": \"bind-libs\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-utils\": [{\"name\": \"bind-utils\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-proxy\": [{\"name\": \"sssd-proxy\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libipa_hbac\": [{\"name\": \"libipa_hbac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libicu\": [{\"name\": \"libicu\", \"version\": \"67.1\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libwbclient\": [{\"name\": \"libwbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common-libs\": [{\"name\": \"samba-common-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-client-libs\": [{\"name\": \"samba-client-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common-pac\": [{\"name\": \"sssd-common-pac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ipa\": [{\"name\": \"sssd-ipa\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmbclient\": [{\"name\": \"libsmbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ad\": [{\"name\": \"sssd-ad\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd\": [{\"name\": \"sssd\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tlog\": [{\"name\": \"tlog\", \"version\": \"14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"polkit-libs\": [{\"name\": \"polkit-libs\", \"version\": \"0.117\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"polkit\": [{\"name\": \"polkit\", \"version\": \"0.117\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"polkit-pkla-compat\": [{\"name\": \"polkit-pkla-compat\", \"version\": \"0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-glib\": [{\"name\": \"json-glib\", \"version\": \"1.6.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shared-mime-info\": [{\"name\": \"shared-mime-info\", \"version\": \"2.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libproxy\": [{\"name\": \"libproxy\", \"version\": \"0.4.15\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tracer-common\": [{\"name\": \"tracer-common\", \"version\": \"1.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"sscg\": [{\"name\": \"sscg\", \"version\": \"3.0.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-psutil\": [{\"name\": \"python3-psutil\", \"version\": \"5.8.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-tracer\": [{\"name\": \"python3-tracer\", \"version\": \"1.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-file-magic\": [{\"name\": \"python3-file-magic\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dasbus\": [{\"name\": \"python3-dasbus\", \"version\": \"1.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libstemmer\": [{\"name\": \"libstemmer\", \"version\": \"0\", \"release\": \"18.585svn.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libjpeg-turbo\": [{\"name\": \"libjpeg-turbo\", \"version\": \"2.0.90\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-logos\": [{\"name\": \"centos-logos\", \"version\": \"90.8\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"abattis-cantarell-fonts\": [{\"name\": \"abattis-cantarell-fonts\", \"version\": \"0.301\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"PackageKit-glib\": [{\"name\": \"PackageKit-glib\", \"version\": \"1.2.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-ptyprocess\": [{\"name\": \"python3-ptyprocess\", \"version\": \"0.6.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pexpect\": [{\"name\": \"python3-pexpect\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"sos\": [{\"name\": \"sos\", \"version\": \"4.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libxml2\": [{\"name\": \"python3-libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"setroubleshoot-plugins\": [{\"name\": \"setroubleshoot-plugins\", \"version\": \"3.3.14\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setroubleshoot-server\": [{\"name\": \"setroubleshoot-server\", \"version\": \"3.3.32\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpng\": [{\"name\": \"libpng\", \"version\": \"1.6.37\", \"release\": \"12.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdk-pixbuf2\": [{\"name\": \"gdk-pixbuf2\", \"version\": \"2.42.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libatomic\": [{\"name\": \"libatomic\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"webkit2gtk3-jsc\": [{\"name\": \"webkit2gtk3-jsc\", \"version\": \"2.44.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libproxy-webkitgtk4\": [{\"name\": \"libproxy-webkitgtk4\", \"version\": \"0.4.15\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adobe-source-code-pro-fonts\": [{\"name\": \"adobe-source-code-pro-fonts\", \"version\": \"2.030.1.050\", \"release\": \"12.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gsettings-desktop-schemas\": [{\"name\": \"gsettings-desktop-schemas\", \"version\": \"40.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib-networking\": [{\"name\": \"glib-networking\", \"version\": \"2.68.3\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cockpit-bridge\": [{\"name\": \"cockpit-bridge\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cockpit-ws\": [{\"name\": \"cockpit-ws\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsoup\": [{\"name\": \"libsoup\", \"version\": \"2.72.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libappstream-glib\": [{\"name\": \"libappstream-glib\", \"version\": \"0.7.18\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"PackageKit\": [{\"name\": \"PackageKit\", \"version\": \"1.2.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cockpit-system\": [{\"name\": \"cockpit-system\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cockpit-packagekit\": [{\"name\": \"cockpit-packagekit\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cockpit\": [{\"name\": \"cockpit\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}]}}, \"invocation\": {\"module_args\": {\"manager\": [\"auto\"], \"strategy\": \"first\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888132.35917: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess<<<\n 7519 1726888132.35998: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux<<<\n 7519 1726888132.36061: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env<<<\n 7519 1726888132.36095: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos<<<\n 7519 1726888132.36149: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd<<<\n 7519 1726888132.36179: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr<<<\n 7519 1726888132.36203: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux<<<\n 7519 1726888132.36354: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts.packages\r\n# destroy ansible.module_utils.facts.packages\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# destroy _sitebuiltins<<<\n 7519 1726888132.36405: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888132.36409: stdout chunk (state=3):\n>>># destroy importlib.util<<<\n 7519 1726888132.36412: stdout chunk (state=3):\n>>>\r\n# destroy importlib.abc<<<\n 7519 1726888132.36415: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888132.36420: stdout chunk (state=3):\n>>># destroy importlib.machinery<<<\n 7519 1726888132.36433: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888132.36454: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888132.36471: stdout chunk (state=3):\n>>># destroy _compression\r\n<<<\n 7519 1726888132.36494: stdout chunk (state=3):\n>>># destroy binascii<<<\n 7519 1726888132.36530: stdout chunk (state=3):\n>>>\r\n# destroy importlib\r\n<<<\n 7519 1726888132.36535: stdout chunk (state=3):\n>>># destroy bz2<<<\n 7519 1726888132.36540: stdout chunk (state=3):\n>>>\r\n# destroy lzma\r\n<<<\n 7519 1726888132.36637: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts.packages\r\n# destroy ansible.module_utils.facts.packages\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# destroy _sitebuiltins\r\n<<<\n 7519 1726888132.36646: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"packages\": {\"libgcc\": [{\"name\": \"libgcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"linux-firmware-whence\": [{\"name\": \"linux-firmware-whence\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"tzdata\": [{\"name\": \"tzdata\", \"version\": \"2024a\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"subscription-manager-rhsm-certificates\": [{\"name\": \"subscription-manager-rhsm-certificates\", \"version\": \"20220623\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"linux-firmware\": [{\"name\": \"linux-firmware\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gawk-all-langpacks\": [{\"name\": \"gawk-all-langpacks\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools-wheel\": [{\"name\": \"python3-setuptools-wheel\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"publicsuffix-list-dafsa\": [{\"name\": \"publicsuffix-list-dafsa\", \"version\": \"20210518\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"pcre2-syntax\": [{\"name\": \"pcre2-syntax\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ncurses-base\": [{\"name\": \"ncurses-base\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libssh-config\": [{\"name\": \"libssh-config\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libreport-filesystem\": [{\"name\": \"libreport-filesystem\", \"version\": \"2.15.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-data\": [{\"name\": \"dnf-data\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-misc\": [{\"name\": \"kbd-misc\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"<<<\n 7519 1726888132.36677: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888132.36719: stdout chunk (state=3):\n>>>}], \"kbd-legacy\": [{\"name\": \"kbd-legacy\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"hwdata\": [{\"name\": \"hwdata\", \"version\": \"0.348\", \"release\": \"9.15.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"fonts-filesystem\": [{\"name\": \"fonts-filesystem\", \"version\": \"2.0.5\", \"release\": \"7.el9.1\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dejavu-sans-fonts\": [{\"name\": \"dejavu-sans-fonts\", \"version\": \"2.37\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-core-font-en\": [{\"name\": \"langpacks-core-font-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld-filesystem\": [{\"name\": \"firewalld-filesystem\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"coreutils-common\": [{\"name\": \"coreutils-common\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-gpg-keys\": [{\"name\": \"centos-gpg-keys\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-repos\": [{\"name\": \"centos-stream-repos\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-release\": [{\"name\": \"centos-stream-release\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setup\": [{\"name\": \"setup\", \"version\": \"2.13.7\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"filesystem\": [{\"name\": \"filesystem\", \"version\": \"3.16\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"basesystem\": [{\"name\": \"basesystem\", \"version\": \"11\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"glibc-gconv-extra\": [{\"name\": \"glibc-gconv-extra\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-langpack-en\": [{\"name\": \"glibc-langpack-en\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-common\": [{\"name\": \"glibc-common\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc\": [{\"name\": \"glibc\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses-libs\": [{\"name\": \"ncurses-libs\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bash\": [{\"name\": \"bash\", \"version\": \"5.1.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib\": [{\"name\": \"zlib\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-libs\": [{\"name\": \"xz-libs\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd\": [{\"name\": \"libzstd\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap\": [{\"name\": \"libcap\", \"version\": \"2.48\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"popt\": [{\"name\": \"popt\", \"version\": \"1.18\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bzip2-libs\": [{\"name\": \"bzip2-libs\", \"version\": \"1.0.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt\": [{\"name\": \"libxcrypt\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuuid\": [{\"name\": \"libuuid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sqlite-libs\": [{\"name\": \"sqlite-libs\", \"version\": \"3.34.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcom_err\": [{\"name\": \"libcom_err\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libstdc++\": [{\"name\": \"libstdc++\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmnl\": [{\"name\": \"libmnl\", \"version\": \"1.0.4\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf\": [{\"name\": \"elfutils-libelf\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxml2\": [{\"name\": \"libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies\": [{\"name\": \"crypto-policies\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"readline\": [{\"name\": \"readline\", \"version\": \"8.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng\": [{\"name\": \"libcap-ng\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit-libs\": [{\"name\": \"audit-libs\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"alternatives\": [{\"name\": \"alternatives\", \"version\": \"1.24\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libunistring\": [{\"name\": \"libunistring\", \"version\": \"0.9.10\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lua-libs\": [{\"name\": \"lua-libs\", \"version\": \"5.4.4\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libffi\": [{\"name\": \"libffi\", \"version\": \"3.4.2\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgpg-error\": [{\"name\": \"libgpg-error\", \"version\": \"1.42\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsepol\": [{\"name\": \"libsepol\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtalloc\": [{\"name\": \"libtalloc\", \"version\": \"2.4.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libidn2\": [{\"name\": \"libidn2\", \"version\": \"2.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gmp\": [{\"name\": \"gmp\", \"version\": \"6.2.0\", \"release\": \"13.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-c\": [{\"name\": \"json-c\", \"version\": \"0.14\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils-libs\": [{\"name\": \"keyutils-libs\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libattr\": [{\"name\": \"libattr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libacl\": [{\"name\": \"libacl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3\": [{\"name\": \"libnl3\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmartcols\": [{\"name\": \"libsmartcols\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lz4-libs\": [{\"name\": \"lz4-libs\", \"version\": \"1.9.3\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre2\": [{\"name\": \"pcre2\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux\": [{\"name\": \"libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sed\": [{\"name\": \"sed\", \"version\": \"4.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsemanage\": [{\"name\": \"libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shadow-utils\": [{\"name\": \"shadow-utils\", \"version\": \"4.9\", \"release\": \"9.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"findutils\": [{\"name\": \"findutils\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtevent\": [{\"name\": \"libtevent\", \"version\": \"0.16.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgcrypt\": [{\"name\": \"libgcrypt\", \"version\": \"1.10.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file-libs\": [{\"name\": \"file-libs\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libedit\": [{\"name\": \"libedit\", \"version\": \"3.1\", \"release\": \"38.20210216cvs.el9\", \"epoch\": null, \"arch\": \"x86_<<<\n 7519 1726888132.36728: stdout chunk (state=3):\n>>>64\", \"source\": \"rpm\"}], \"psmisc\": [{\"name\": \"psmisc\", \"version\": \"23.4\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dmidecode\": [{\"name\": \"dmidecode\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"expat\": [{\"name\": \"expat\", \"version\": \"2.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdbm-libs\": [{\"name\": \"gdbm-libs\", \"version\": \"1.23\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jansson\": [{\"name\": \"jansson\", \"version\": \"2.14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtasn1\": [{\"name\": \"libtasn1\", \"version\": \"4.16.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit\": [{\"name\": \"p11-kit\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtdb\": [{\"name\": \"libtdb\", \"version\": \"1.4.10\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"which\": [{\"name\": \"which\", \"version\": \"2.21\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit-trust\": [{\"name\": \"p11-kit-trust\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file\": [{\"name\": \"file\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux-utils\": [{\"name\": \"libselinux-utils\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libassuan\": [{\"name\": \"libassuan\", \"version\": \"2.5.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbpf\": [{\"name\": \"libbpf\", \"version\": \"1.4.0\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnftnl\": [{\"name\": \"libnftnl\", \"version\": \"1.2.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fuse-libs\": [{\"name\": \"fuse-libs\", \"version\": \"2.9.9\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbasicobjects\": [{\"name\": \"libbasicobjects\", \"version\": \"0.1.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcollection\": [{\"name\": \"libcollection\", \"version\": \"0.7.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdb\": [{\"name\": \"libdb\", \"version\": \"5.3.28\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute\": [{\"name\": \"iproute\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdhash\": [{\"name\": \"libdhash\", \"version\": \"0.5.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgomp\": [{\"name\": \"libgomp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libref_array\": [{\"name\": \"libref_array\", \"version\": \"0.1.5\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libseccomp\": [{\"name\": \"libseccomp\", \"version\": \"2.5.2\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsigsegv\": [{\"name\": \"libsigsegv\", \"version\": \"2.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_idmap\": [{\"name\": \"libsss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lzo\": [{\"name\": \"lzo\", \"version\": \"2.10\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"numactl-libs\": [{\"name\": \"numactl-libs\", \"version\": \"2.0.16\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre\": [{\"name\": \"pcre\", \"version\": \"8.44\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grep\": [{\"name\": \"grep\", \"version\": \"3.6\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-libs\": [{\"name\": \"openssl-libs\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"coreutils\": [{\"name\": \"coreutils\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ca-certificates\": [{\"<<<\n 7519 1726888132.36748: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888132.36792: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n<<<\n 7519 1726888132.36811: stdout chunk (state=3):\n>>># destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n<<<\n 7519 1726888132.36847: stdout chunk (state=3):\n>>># destroy json.scanner\r\n# destroy _json<<<\n 7519 1726888132.36852: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888132.36942: stdout chunk (state=3):\n>>># destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888132.36946: stdout chunk (state=3):\n>>># destroy selinux\r\n<<<\n 7519 1726888132.36974: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888132.37037: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n<<<\n 7519 1726888132.37042: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.ansible_collector\r\n<<<\n 7519 1726888132.37083: stdout chunk (state=3):\n>>># destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n<<<\n 7519 1726888132.37089: stdout chunk (state=3):\n>>># destroy pickle\r\n# destroy multiprocessing.context\r\n<<<\n 7519 1726888132.37115: stdout chunk (state=3):\n>>># destroy array\r\n# destroy _compat_pickle\r\n<<<\n 7519 1726888132.37162: stdout chunk (state=3):\n>>># destroy queue\r\n<<<\n 7519 1726888132.37168: stdout chunk (state=3):\n>>># destroy multiprocessing.process\r\n<<<\n 7519 1726888132.37173: stdout chunk (state=3):\n>>># destroy tempfile\r\n# destroy multiprocessing.util\r\n<<<\n 7519 1726888132.37185: stdout chunk (state=3):\n>>># destroy multiprocessing.reduction\r\n<<<\n 7519 1726888132.37218: stdout chunk (state=3):\n>>># destroy shlex\r\n# destroy datetime<<<\n 7519 1726888132.37243: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888132.37262: stdout chunk (state=3):\n>>># destroy base64\r\n<<<\n 7519 1726888132.37330: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n<<<\n 7519 1726888132.37444: stdout chunk (state=3):\n>>># destroy socket\r\n# destroy struct\r\n# destroy glob\r\n<<<\n 7519 1726888132.37480: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy rpm.transaction\r\n# destroy rpm\r\n<<<\n 7519 1726888132.37510: stdout chunk (state=3):\n>>># cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping termios\r\n<<<\n 7519 1726888132.37561: stdout chunk (state=3):\n>>># cleanup[3] wiping _ssl\r\n<<<\n 7519 1726888132.37608: stdout chunk (state=3):\n>>># cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n<<<\n 7519 1726888132.37658: stdout chunk (state=3):\n>>># cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon<<<\n 7519 1726888132.37725: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128<<<\n 7519 1726888132.37781: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n<<<\n 7519 1726888132.37892: stdout chunk (state=3):\n>>># cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888132.38001: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n<<<\n 7519 1726888132.38053: stdout chunk (state=3):\n>>># cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg<<<\n 7519 1726888132.38096: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc<<<\n 7519 1726888132.38216: stdout chunk (state=3):\n>>>\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n<<<\n 7519 1726888132.38265: stdout chunk (state=3):\n>>># cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888132.38296: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n<<<\n 7519 1726888132.38386: stdout chunk (state=3):\n>>># cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n<<<\n 7519 1726888132.38446: stdout chunk (state=3):\n>>># cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings<<<\n 7519 1726888132.38547: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys<<<\n 7519 1726888132.38630: stdout chunk (state=3):\n>>>name\": \"ca-certificates\", \"version\": \"2024.2.69_v8.0.303\", \"release\": \"91.4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"systemd-libs\": [{\"name\": \"systemd-libs\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libblkid\": [{\"name\": \"libblkid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-libs\": [{\"name\": \"dbus-libs\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmount\": [{\"name\": \"libmount\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux-core\": [{\"name\": \"util-linux-core\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfdisk\": [{\"name\": \"libfdisk\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gzip\": [{\"name\": \"gzip\", \"version\": \"1.12\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod\": [{\"name\": \"kmod\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod-libs\": [{\"name\": \"kmod-libs\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib\": [{\"name\": \"cracklib\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib-dicts\": [{\"name\": \"cracklib-dicts\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-tools\": [{\"name\": \"dbus-tools\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"procps-ng\": [{\"name\": \"procps-ng\", \"version\": \"3.3.17\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl\": [{\"name\": \"openssl\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libarchive\": [{\"name\": \"libarchive\", \"version\": \"3.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libevent\": [{\"name\": \"libevent\", \"version\": \"2.1.12\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_certmap\": [{\"name\": \"libsss_certmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz\": [{\"name\": \"xz\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"squashfs-tools\": [{\"name\": \"squashfs-tools\", \"version\": \"4.4\", \"release\": \"10.git1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcomps\": [{\"name\": \"libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libutempter\": [{\"name\": \"libutempter\", \"version\": \"1.2.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3-cli\": [{\"name\": \"libnl3-cli\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libteam\": [{\"name\": \"libteam\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"acl\": [{\"name\": \"acl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext-libs\": [{\"name\": \"gettext-libs\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext\": [{\"name\": \"gettext\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"attr\": [{\"name\": \"attr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils\": [{\"name\": \"keyutils\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mpfr\": [{\"name\": \"mpfr\", \"version\": \"4.1.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gawk\": [{\"name\": \"gawk\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpsl\": [{\"name\": \"libpsl\", \"version\": \"0.21.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libksba\": [{\"name\": \"libksba\", \"version\": \"1.5.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ethtool\": [{\"name\": \"ethtool\", \"version\": \"6.2\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset-libs\": [{\"name\": \"ipset-libs\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset\": [{\"name\": \"ipset\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"groff-base\": [{\"name\": \"groff-base\", \"version\": \"1.22.4\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"snappy\": [{\"name\": \"snappy\", \"version\": \"1.1.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs-libs\": [{\"name\": \"e2fsprogs-libs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libss\": [{\"name\": \"libss\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-compat\": [{\"name\": \"libxcrypt-compat\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pip-wheel\": [{\"name\": \"python3-pip-wheel\", \"version\": \"21.3.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python-unversioned-command\": [{\"name\": \"python-unversioned-command\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3\": [{\"name\": \"python3\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libs\": [{\"name\": \"python3-libs\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools\": [{\"name\": \"python3-setuptools\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-six\": [{\"name\": \"python3-six\", \"version\": \"1.15.0\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dateutil\": [{\"name\": \"python3-dateutil\", \"version\": \"2.8.1\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-iniparse\": [{\"name\": \"python3-iniparse\", \"version\": \"0.4\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-idna\": [{\"name\": \"python3-idna\", \"version\": \"2.10\", \"release\": \"7.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libselinux\": [{\"name\": \"python3-libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libsemanage\": [{\"name\": \"python3-libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-inotify\": [{\"name\": \"python3-inotify\", \"version\": \"0.9.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-setools\": [{\"name\": \"python3-setools\", \"version\": \"4.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-distro\": [{\"name\": \"python3-distro\", \"version\": \"1.5.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libcomps\": [{\"name\": \"python3-libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-chardet\": [{\"name\": \"python3-chardet\", \"version\": \"4.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-decorator\": [{\"name\": \"python3-decorator\", \"version\": \"4.4.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pysocks\": [{\"name\": \"python3-pysocks\", \"version\": \"1.7.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-urllib3\": [{\"name\": \"python3-urllib3\", \"version\": \"1.26.5\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-requests\": [{\"name\": \"python3-requests\", \"version\": \"2.25.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-cloud-what\": [{\"name\": \"python3-cloud-what\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-systemd\": [{\"name\": \"python3-systemd\", \"version\": \"234\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng-python3\": [{\"name\": \"libcap-ng-python3\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-audit\": [{\"name\": \"python3-audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pigz\": [{\"name\": \"pigz\", \"version\": \"2.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"hostname\": [{\"name\": \"hostname\", \"version\": \"3.23\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools-libs\": [{\"name\": \"kernel-tools-libs\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"less\": [{\"name\": \"less\", \"version\": \"590\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-rpm-macros\": [{\"name\": \"systemd-rpm-macros\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"c-ares\": [{\"name\": \"c-ares\", \"version\": \"1.19.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpio\": [{\"name\": \"cpio\", \"version\": \"2.13\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"diffutils\": [{\"name\": \"diffutils\", \"version\": \"3.7\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"inih\": [{\"name\": \"inih\", \"version\": \"49\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbrotli\": [{\"name\": \"libbrotli\", \"version\": \"1.0.9\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcbor\": [{\"name\": \"libcbor\", \"version\": \"0.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdaemon\": [{\"name\": \"libdaemon\", \"version\": \"0.14\", \"release\": \"23.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"teamd\": [{\"name\": \"teamd\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libeconf\": [{\"name\": \"libeconf\", \"version\": \"0.4.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpwquality\": [{\"name\": \"libpwquality\", \"version\": \"1.4.4\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pam\": [{\"name\": \"pam\", \"version\": \"1.5.1\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux\": [{\"name\": \"util-linux\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-common\": [{\"name\": \"grub2-common\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh\": [{\"name\": \"openssh\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-pc-modules\": [{\"name\": \"grub2-pc-modules\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"virt-what\": [{\"name\": \"virt-what\", \"version\": \"1.25\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kbd\": [{\"name\": \"kbd\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libndp\": [{\"name\": \"libndp\", \"version\": \"1.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfnetlink\": [{\"name\": \"libnfnetlink\", \"version\": \"1.0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnetfilter_conntrack\": [{\"name\": \"libnetfilter_conntrack\", \"version\": \"1.0.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-libs\": [{\"name\": \"iptables-libs\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-nft\": [{\"name\": \"iptables-nft\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nftables\": [{\"name\": \"nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-nftables\": [{\"name\": \"python3-nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnghttp2\": [{\"name\": \"libnghttp2\", \"version\": \"1.43.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpath_utils\": [{\"name\": \"libpath_utils\", \"version\": \"0.2.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libini_config\": [{\"name\": \"libini_config\", \"version\": \"1.3.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpipeline\": [{\"name\": \"libpipeline\", \"version\": \"1.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_nss_idmap\": [{\"name\": \"libsss_nss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_sudo\": [{\"name\": \"libsss_sudo\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto\": [{\"name\": \"libverto\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"krb5-libs\": [{\"name\": \"krb5-libs\", \"version\": \"1.21.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-lib\": [{\"name\": \"cyrus-sasl-lib\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openldap\": [{\"name\": \"openldap\", \"version\": \"2.6.6\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libssh\": [{\"name\": \"libssh\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcurl\": [{\"name\": \"libcurl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tpm2-tss\": [{\"name\": \"tpm2-tss\", \"version\": \"3.2.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ima-evm-utils\": [{\"name\": \"ima-evm-utils\", \"version\": \"1.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"curl\": [{\"name\": \"curl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm\": [{\"name\": \"rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-libs\": [{\"name\": \"rpm-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"policycoreutils\": [{\"name\": \"policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"selinux-policy\": [{\"name\": \"selinux-policy\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"selinux-policy-targeted\": [{\"name\": \"selinux-policy-targeted\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus\": [{\"name\": \"dbus\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-pam\": [{\"name\": \"systemd-pam\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd\": [{\"name\": \"systemd\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-common\": [{\"name\": \"dbus-common\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus-broker\": [{\"name\": \"dbus-broker\", \"version\": \"28\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie-anacron\": [{\"name\": \"cronie-anacron\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie\": [{\"name\": \"cronie\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crontabs\": [{\"name\": \"crontabs\", \"version\": \"1.11\", \"release\": \"26.20190603git.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libsolv\": [{\"name\": \"libsolv\", \"version\": \"0.7.24\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-libs\": [{\"name\": \"authselect-libs\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper-libs\": [{\"name\": \"device-mapper-libs\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper\": [{\"name\": \"device-mapper\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools-minimal\": [{\"name\": \"grub2-tools-minimal\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cryptsetup-libs\": [{\"name\": \"cryptsetup-libs\", \"version\": \"2.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-udev\": [{\"name\": \"systemd-udev\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfido2\": [{\"name\": \"libfido2\", \"version\": \"1.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"os-prober\": [{\"name\": \"os-prober\", \"version\": \"1.77\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kpartx\": [{\"name\": \"kpartx\", \"version\": \"0.8.7\", \"release\": \"32.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-default-yama-scope\": [{\"name\": \"elfutils-default-yama-scope\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"elfutils-libs\": [{\"name\": \"elfutils-libs\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-debuginfod-client\": [{\"name\": \"elfutils-debuginfod-client\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils-gold\": [{\"name\": \"binutils-gold\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils\": [{\"name\": \"binutils\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-build-libs\": [{\"name\": \"rpm-build-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-service\": [{\"name\": \"initscripts-service\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iputils\": [{\"name\": \"iputils\", \"version\": \"20210202\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi\": [{\"name\": \"libkcapi\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi-hmaccalc\": [{\"name\": \"libkcapi-hmaccalc\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut\": [{\"name\": \"dracut\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules-core\": [{\"name\": \"kernel-modules-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-core\": [{\"name\": \"kernel-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools\": [{\"name\": \"grub2-tools\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grubby\": [{\"name\": \"grubby\", \"version\": \"8.40\", \"release\": \"63.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules\": [{\"name\": \"kernel-modules\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-squash\": [{\"name\": \"dracut-squash\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"logrotate\": [{\"name\": \"logrotate\", \"version\": \"3.18.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob\": [{\"name\": \"oddjob\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob-mkhomedir\": [{\"name\": \"oddjob-mkhomedir\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect\": [{\"name\": \"authselect\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-systemd-inhibit\": [{\"name\": \"rpm-plugin-systemd-inhibit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-client\": [{\"name\": \"sssd-client\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libyaml\": [{\"name\": \"libyaml\", \"version\": \"0.2.5\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lmdb-libs\": [{\"name\": \"lmdb-libs\", \"version\": \"0.9.29\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libldb\": [{\"name\": \"libldb\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common\": [{\"name\": \"sssd-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nettle\": [{\"name\": \"nettle\", \"version\": \"3.9.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnutls\": [{\"name\": \"gnutls\", \"version\": \"3.8.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib2\": [{\"name\": \"glib2\", \"version\": \"2.68.4\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dbus\": [{\"name\": \"python3-dbus\", \"version\": \"1.2.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-libnm\": [{\"name\": \"NetworkManager-libnm\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager\": [{\"name\": \"NetworkManager\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmodulemd\": [{\"name\": \"libmodulemd\", \"version\": \"2.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuser\": [{\"name\": \"libuser\", \"version\": \"0.63\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"passwd\": [{\"name\": \"passwd\", \"version\": \"0.80\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"usermode\": [{\"name\": \"usermode\", \"version\": \"1.114\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gobject-introspection\": [{\"name\": \"gobject-introspection\", \"version\": \"1.68.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gobject-base-noarch\": [{\"name\": \"python3-gobject-base-noarch\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-gobject-base\": [{\"name\": \"python3-gobject-base\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-firewall\": [{\"name\": \"python3-firewall\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"npth\": [{\"name\": \"npth\", \"version\": \"1.6\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnupg2\": [{\"name\": \"gnupg2\", \"version\": \"2.3.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpgme\": [{\"name\": \"gpgme\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"librepo\": [{\"name\": \"librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf\": [{\"name\": \"libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libdnf\": [{\"name\": \"python3-libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-hawkey\": [{\"name\": \"python3-hawkey\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf-plugin-subscription-manager\": [{\"name\": \"libdnf-plugin-subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-librepo\": [{\"name\": \"python3-librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gpg\": [{\"name\": \"python3-gpg\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-sign-libs\": [{\"name\": \"rpm-sign-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-rpm\": [{\"name\": \"python3-rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dnf\": [{\"name\": \"python3-dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dnf-plugins-core\": [{\"name\": \"python3-dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf\": [{\"name\": \"dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-subscription-manager-rhsm\": [{\"name\": \"python3-subscription-manager-rhsm\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"subscription-manager\": [{\"name\": \"subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oniguruma\": [{\"name\": \"oniguruma\", \"version\": \"6.9.6\", \"release\": \"1.el9.6\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jq\": [{\"name\": \"jq\", \"version\": \"1.6\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-network\": [{\"name\": \"dracut-network\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pciutils-libs\": [{\"name\": \"pciutils-libs\", \"version\": \"3.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils-libs\": [{\"name\": \"sg3_utils-libs\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"slang\": [{\"name\": \"slang\", \"version\": \"2.3.2\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"newt\": [{\"name\": \"newt\", \"version\": \"0.52.21\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"userspace-rcu\": [{\"name\": \"userspace-rcu\", \"version\": \"0.12.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"checkpolicy\": [{\"name\": \"checkpolicy\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-policycoreutils\": [{\"name\": \"python3-policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"policycoreutils-python-utils\": [{\"name\": \"policycoreutils-python-utils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libestr\": [{\"name\": \"libestr\", \"version\": \"0.1.11\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfastjson\": [{\"name\": \"libfastjson\", \"version\": \"0.99.9\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog-logrotate\": [{\"name\": \"rsyslog-logrotate\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog\": [{\"name\": \"rsyslog\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"liburing\": [{\"name\": \"liburing\", \"version\": \"2.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"langpacks-core-en\": [{\"name\": \"langpacks-core-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-en\": [{\"name\": \"langpacks-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"qemu-guest-agent\": [{\"name\": \"qemu-guest-agent\", \"version\": \"9.0.0\", \"release\": \"10.el9\", \"epoch\": 17, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rhc\": [{\"name\": \"rhc\", \"version\": \"0.2.4\", \"release\": \"5.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xfsprogs\": [{\"name\": \"xfsprogs\", \"version\": \"6.4.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-tui\": [{\"name\": \"NetworkManager-tui\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils\": [{\"name\": \"sg3_utils\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools\": [{\"name\": \"kernel-tools\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kexec-tools\": [{\"name\": \"kexec-tools\", \"version\": \"2.0.27\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum\": [{\"name\": \"yum\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-plugins-core\": [{\"name\": \"dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld\": [{\"name\": \"firewalld\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"NetworkManager-team\": [{\"name\": \"NetworkManager-team\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-rename-device\": [{\"name\": \"initscripts-rename-device\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"irqbalance\": [{\"name\": \"irqbalance\", \"version\": \"1.9.4\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"chrony\": [{\"name\": \"chrony\", \"version\": \"4.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-kcm\": [{\"name\": \"sssd-kcm\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-compat\": [{\"name\": \"authselect-compat\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel\": [{\"name\": \"kernel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies-scripts\": [{\"name\": \"crypto-policies-scripts\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"grub2-pc\": [{\"name\": \"grub2-pc\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-config-rescue\": [{\"name\": \"dracut-config-rescue\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit\": [{\"name\": \"audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssh-clients\": [{\"name\": \"openssh-clients\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"parted\": [{\"name\": \"parted\", \"version\": \"3.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"microcode_ctl\": [{\"name\": \"microcode_ctl\", \"version\": \"20240531\", \"release\": \"1.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh-server\": [{\"name\": \"openssh-server\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-selinux\": [{\"name\": \"rpm-plugin-selinux\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-audit\": [{\"name\": \"rpm-plugin-audit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sudo\": [{\"name\": \"sudo\", \"version\": \"1.9.5p2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"man-db\": [{\"name\": \"man-db\", \"version\": \"2.9.3\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute-tc\": [{\"name\": \"iproute-tc\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs\": [{\"name\": \"e2fsprogs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"prefixdevname\": [{\"name\": \"prefixdevname\", \"version\": \"0.1.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-minimal\": [{\"name\": \"vim-minimal\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lshw\": [{\"name\": \"lshw\", \"version\": \"B.02.19.2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses\": [{\"name\": \"ncurses\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsysfs\": [{\"name\": \"libsysfs\", \"version\": \"2.1.1\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lsscsi\": [{\"name\": \"lsscsi\", \"version\": \"0.32\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iwl100-firmware\": [{\"name\": \"iwl100-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl1000-firmware\": [{\"name\": \"iwl1000-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl105-firmware\": [{\"name\": \"iwl105-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl135-firmware\": [{\"name\": \"iwl135-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2000-firmware\": [{\"name\": \"iwl2000-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2030-firmware\": [{\"name\": \"iwl2030-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl3160-firmware\": [{\"name\": \"iwl3160-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5000-firmware\": [{\"name\": \"iwl5000-firmware\", \"version\": \"8.83.5.1_1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5150-firmware\": [{\"name\": \"iwl5150-firmware\", \"version\": \"8.24.2.2\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6000g2a-firmware\": [{\"name\": \"iwl6000g2a-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6050-firmware\": [{\"name\": \"iwl6050-firmware\", \"version\": \"41.28.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl7260-firmware\": [{\"name\": \"iwl7260-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rootfiles\": [{\"name\": \"rootfiles\", \"version\": \"8.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gpg-pubkey\": [{\"name\": \"gpg-pubkey\", \"version\": \"3228467c\", \"release\": \"613798eb\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}, {\"name\": \"gpg-pubkey\", \"version\": \"8483c65d\", \"release\": \"5ccc5b19\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}], \"epel-release\": [{\"name\": \"epel-release\", \"version\": \"9\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"nspr\": [{\"name\": \"nspr\", \"version\": \"4.35.0\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-system\": [{\"name\": \"boost-system\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-util\": [{\"name\": \"nss-util\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"make\": [{\"name\": \"make\", \"version\": \"4.3\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"m4\": [{\"name\": \"m4\", \"version\": \"1.4.19\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmpc\": [{\"name\": \"libmpc\", \"version\": \"1.2.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"unzip\": [{\"name\": \"unzip\", \"version\": \"6.0\", \"release\": \"57.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"avahi-libs\": [{\"name\": \"avahi-libs\", \"version\": \"0.8\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zip\": [{\"name\": \"zip\", \"version\": \"3.0\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpp\": [{\"name\": \"cpp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bison\": [{\"name\": \"bison\", \"version\": \"3.7.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"flex\": [{\"name\": \"flex\", \"version\": \"2.6.4\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn-freebl\": [{\"name\": \"nss-softokn-freebl\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn\": [{\"name\": \"nss-softokn\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss\": [{\"name\": \"nss\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-sysinit\": [{\"name\": \"nss-sysinit\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-filesystem\": [{\"name\": \"boost-filesystem\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-thread\": [{\"name\": \"boost-thread\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Digest\": [{\"name\": \"perl-Digest\", \"version\": \"1.19\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Digest-MD5\": [{\"name\": \"perl-Digest-MD5\", \"version\": \"2.58\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-B\": [{\"name\": \"perl-B\", \"version\": \"1.80\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-FileHandle\": [{\"name\": \"perl-FileHandle\", \"version\": \"2.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Data-Dumper\": [{\"name\": \"perl-Data-Dumper\", \"version\": \"2.174\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libnet\": [{\"name\": \"perl-libnet\", \"version\": \"3.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-base\": [{\"name\": \"perl-base\", \"version\": \"2.27\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-URI\": [{\"name\": \"perl-URI\", \"version\": \"5.09\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-AutoLoader\": [{\"name\": \"perl-AutoLoader\", \"version\": \"5.74\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Mozilla-CA\": [{\"name\": \"perl-Mozilla-CA\", \"version\": \"20200520\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-if\": [{\"name\": \"perl-if\", \"version\": \"0.60.800\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-IP\": [{\"name\": \"perl-IO-Socket-IP\", \"version\": \"0.41\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Time-Local\": [{\"name\": \"perl-Time-Local\", \"version\": \"1.300\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Path\": [{\"name\": \"perl-File-Path\", \"version\": \"2.18\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Escapes\": [{\"name\": \"perl-Pod-Escapes\", \"version\": \"1.07\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Text-Tabs+Wrap\": [{\"name\": \"perl-Text-Tabs+Wrap\", \"version\": \"2013.0523\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-SSL\": [{\"name\": \"perl-IO-Socket-SSL\", \"version\": \"2.073\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Net-SSLeay\": [{\"name\": \"perl-Net-SSLeay\", \"version\": \"1.94\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Class-Struct\": [{\"name\": \"perl-Class-Struct\", \"version\": \"0.66\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-POSIX\": [{\"name\": \"perl-POSIX\", \"version\": \"1.94\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Term-ANSIColor\": [{\"name\": \"perl-Term-ANSIColor\", \"version\": \"5.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IPC-Open3\": [{\"name\": \"perl-IPC-Open3\", \"version\": \"1.21\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-subs\": [{\"name\": \"perl-subs\", \"version\": \"1.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Temp\": [{\"name\": \"perl-File-Temp\", \"version\": \"0.231.100\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Term-Cap\": [{\"name\": \"perl-Term-Cap\", \"version\": \"1.17\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Simple\": [{\"name\": \"perl-Pod-Simple\", \"version\": \"3.42\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-HTTP-Tiny\": [{\"name\": \"perl-HTTP-Tiny\", \"version\": \"0.076\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Socket\": [{\"name\": \"perl-Socket\", \"version\": \"2.031\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-SelectSaver\": [{\"name\": \"perl-SelectSaver\", \"version\": \"1.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Symbol\": [{\"name\": \"perl-Symbol\", \"version\": \"1.08\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-stat\": [{\"name\": \"perl-File-stat\", \"version\": \"1.09\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-podlators\": [{\"name\": \"perl-podlators\", \"version\": \"4.14\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Perldoc\": [{\"name\": \"perl-Pod-Perldoc\", \"version\": \"3.28.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Fcntl\": [{\"name\": \"perl-Fcntl\", \"version\": \"1.13\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Text-ParseWords\": [{\"name\": \"perl-Text-ParseWords\", \"version\": \"3.30\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-mro\": [{\"name\": \"perl-mro\", \"version\": \"1.23\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-IO\": [{\"name\": \"perl-IO\", \"version\": \"1.43\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overloading\": [{\"name\": \"perl-overloading\", \"version\": \"0.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Usage\": [{\"name\": \"perl-Pod-Usage\", \"version\": \"2.01\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Errno\": [{\"name\": \"perl-Errno\", \"version\": \"1.30\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Basename\": [{\"name\": \"perl-File-Basename\", \"version\": \"2.85\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Std\": [{\"name\": \"perl-Getopt-Std\", \"version\": \"1.12\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-MIME-Base64\": [{\"name\": \"perl-MIME-Base64\", \"version\": \"3.16\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Scalar-List-Utils\": [{\"name\": \"perl-Scalar-List-Utils\", \"version\": \"1.56\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-constant\": [{\"name\": \"perl-constant\", \"version\": \"1.33\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Storable\": [{\"name\": \"perl-Storable\", \"version\": \"3.21\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overload\": [{\"name\": \"perl-overload\", \"version\": \"1.31\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-parent\": [{\"name\": \"perl-parent\", \"version\": \"0.238\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-vars\": [{\"name\": \"perl-vars\", \"version\": \"1.05\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Long\": [{\"name\": \"perl-Getopt-Long\", \"version\": \"2.52\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Carp\": [{\"name\": \"perl-Carp\", \"version\": \"1.50\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Exporter\": [{\"name\": \"perl-Exporter\", \"version\": \"5.74\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-NDBM_File\": [{\"name\": \"perl-NDBM_File\", \"version\": \"1.15\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-PathTools\": [{\"name\": \"perl-PathTools\", \"version\": \"3.78\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Encode\": [{\"name\": \"perl-Encode\", \"version\": \"3.08\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libs\": [{\"name\": \"perl-libs\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-interpreter\": [{\"name\": \"perl-interpreter\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"aspell\": [{\"name\": \"aspell\", \"version\": \"0.60.8\", \"release\": \"8.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tbb\": [{\"name\": \"tbb\", \"version\": \"2020.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dyninst\": [{\"name\": \"dyninst\", \"version\": \"12.1.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-runtime\": [{\"name\": \"systemtap-runtime\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-headers\": [{\"name\": \"kernel-headers\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-headers\": [{\"name\": \"glibc-headers\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"strace\": [{\"name\": \"strace\", \"version\": \"5.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-m4\": [{\"name\": \"pkgconf-m4\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libpkgconf\": [{\"name\": \"libpkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf\": [{\"name\": \"pkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-pkg-config\": [{\"name\": \"pkgconf-pkg-config\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd-devel\": [{\"name\": \"libzstd-devel\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib-devel\": [{\"name\": \"zlib-devel\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf-devel\": [{\"name\": \"elfutils-libelf-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-devel\": [{\"name\": \"glibc-devel\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-devel\": [{\"name\": \"libxcrypt-devel\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gcc\": [{\"name\": \"gcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-devel\": [{\"name\": \"openssl-devel\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-devel\": [{\"name\": \"kernel-devel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-devel\": [{\"name\": \"xz-devel\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-devel\": [{\"name\": \"elfutils-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-devel\": [{\"name\": \"systemtap-devel\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"efivar-libs\": [{\"name\": \"efivar-libs\", \"version\": \"38\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mokutil\": [{\"name\": \"mokutil\", \"version\": \"0.6.0\", \"release\": \"4.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-client\": [{\"name\": \"systemtap-client\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap\": [{\"name\": \"systemtap\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"qa-tools\": [{\"name\": \"qa-tools\", \"version\": \"4.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libtirpc\": [{\"name\": \"libtirpc\", \"version\": \"1.3.3\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core\": [{\"name\": \"git-core\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfsidmap\": [{\"name\": \"libnfsidmap\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core-doc\": [{\"name\": \"git-core-doc\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rpcbind\": [{\"name\": \"rpcbind\", \"version\": \"1.2.6\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"wget\": [{\"name\": \"wget\", \"version\": \"1.21.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-lib\": [{\"name\": \"perl-lib\", \"version\": \"0.65\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Find\": [{\"name\": \"perl-File-Find\", \"version\": \"1.37\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Error\": [{\"name\": \"perl-Error\", \"version\": \"0.17029\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-DynaLoader\": [{\"name\": \"perl-DynaLoader\", \"version\": \"1.47\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-TermReadKey\": [{\"name\": \"perl-TermReadKey\", \"version\": \"2.38\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxslt\": [{\"name\": \"libxslt\", \"version\": \"1.1.34\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-lxml\": [{\"name\": \"python3-lxml\", \"version\": \"4.6.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpm-libs\": [{\"name\": \"gpm-libs\", \"version\": \"1.20.7\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"emacs-filesystem\": [{\"name\": \"emacs-filesystem\", \"version\": \"27.2\", \"release\": \"10.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Git\": [{\"name\": \"perl-Git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"git\": [{\"name\": \"git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum-utils\": [{\"name\": \"yum-utils\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-filesystem\": [{\"name\": \"vim-filesystem\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-common\": [{\"name\": \"vim-common\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"time\": [{\"name\": \"time\", \"version\": \"1.9\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tar\": [{\"name\": \"tar\", \"version\": \"1.34\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"quota-nls\": [{\"name\": \"quota-nls\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"quota\": [{\"name\": \"quota\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pyyaml\": [{\"name\": \"python3-pyyaml\", \"version\": \"5.4.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libev\": [{\"name\": \"libev\", \"version\": \"4.33\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto-libev\": [{\"name\": \"libverto-libev\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gssproxy\": [{\"name\": \"gssproxy\", \"version\": \"0.8.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nfs-utils\": [{\"name\": \"nfs-utils\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bc\": [{\"name\": \"bc\", \"version\": \"1.07.1\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"beakerlib-redhat\": [{\"name\": \"beakerlib-redhat\", \"version\": \"1\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"beakerlib\": [{\"name\": \"beakerlib\", \"version\": \"1.29.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"restraint\": [{\"name\": \"restraint\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"restraint-rhts\": [{\"name\": \"restraint-rhts\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-enhanced\": [{\"name\": \"vim-enhanced\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-nfs-idmap\": [{\"name\": \"sssd-nfs-idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsync\": [{\"name\": \"rsync\", \"version\": \"3.2.3\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pytz\": [{\"name\": \"python3-pytz\", \"version\": \"2021.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-babel\": [{\"name\": \"python3-babel\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyserial\": [{\"name\": \"python3-pyserial\", \"version\": \"3.4\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyrsistent\": [{\"name\": \"python3-pyrsistent\", \"version\": \"0.17.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-prettytable\": [{\"name\": \"python3-prettytable\", \"version\": \"0.7.2\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-oauthlib\": [{\"name\": \"python3-oauthlib\", \"version\": \"3.1.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-netifaces\": [{\"name\": \"python3-netifaces\", \"version\": \"0.10.6\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-markupsafe\": [{\"name\": \"python3-markupsafe\", \"version\": \"1.1.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-jinja2\": [{\"name\": \"python3-jinja2\", \"version\": \"2.11.3\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpointer\": [{\"name\": \"python3-jsonpointer\", \"version\": \"2.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpatch\": [{\"name\": \"python3-jsonpatch\", \"version\": \"1.21\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-configobj\": [{\"name\": \"python3-configobj\", \"version\": \"5.0.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-attrs\": [{\"name\": \"python3-attrs\", \"version\": \"20.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonschema\": [{\"name\": \"python3-jsonschema\", \"version\": \"3.2.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libmaxminddb\": [{\"name\": \"libmaxminddb\", \"version\": \"1.5.2\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"geolite2-country\": [{\"name\": \"geolite2-country\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"geolite2-city\": [{\"name\": \"geolite2-city\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ipcalc\": [{\"name\": \"ipcalc\", \"version\": \"1.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdisk\": [{\"name\": \"gdisk\", \"version\": \"1.0.7\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dhcp-common\": [{\"name\": \"dhcp-common\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dhcp-client\": [{\"name\": \"dhcp-client\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cloud-init\": [{\"name\": \"cloud-init\", \"version\": \"23.4\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cloud-utils-growpart\": [{\"name\": \"cloud-utils-growpart\", \"version\": \"0.33\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jitterentropy\": [{\"name\": \"jitterentropy\", \"version\": \"3.5.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rng-tools\": [{\"name\": \"rng-tools\", \"version\": \"6.16\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common\": [{\"name\": \"samba-common\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"protobuf-c\": [{\"name\": \"protobuf-c\", \"version\": \"1.3.3\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-gssapi\": [{\"name\": \"cyrus-sasl-gssapi\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5-common\": [{\"name\": \"sssd-krb5-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5\": [{\"name\": \"sssd-krb5\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ldap\": [{\"name\": \"sssd-ldap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adcli\": [{\"name\": \"adcli\", \"version\": \"0.9.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuv\": [{\"name\": \"libuv\", \"version\": \"1.42.0\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fstrm\": [{\"name\": \"fstrm\", \"version\": \"0.6.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-license\": [{\"name\": \"bind-license\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"bind-libs\": [{\"name\": \"bind-libs\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-utils\": [{\"name\": \"bind-utils\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-proxy\": [{\"name\": \"sssd-proxy\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libipa_hbac\": [{\"name\": \"libipa_hbac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libicu\": [{\"name\": \"libicu\", \"version\": \"67.1\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libwbclient\": [{\"name\": \"libwbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common-libs\": [{\"name\": \"samba-common-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-client-libs\": [{\"name\": \"samba-client-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common-pac\": [{\"name\": \"sssd-common-pac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ipa\": [{\"name\": \"sssd-ipa\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmbclient\": [{\"name\": \"libsmbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ad\": [{\"name\": \"sssd-ad\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd\": [{\"name\": \"sssd\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tlog\": [{\"name\": \"tlog\", \"version\": \"14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}]}}, \"invocation\": {\"module_args\": {\"manager\": [\"auto\"], \"strategy\": \"first\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts.packages\r\n# destroy ansible.module_utils.facts.packages\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n<<<\n 7519 1726888132.38678: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888132.38684: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n<<<\n 7519 1726888132.39228: stdout chunk (state=3):\n>>># destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n<<<\n 7519 1726888132.39234: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy rpm.transaction\r\n# destroy rpm\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy rpm._rpm\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib<<<\n 7519 1726888132.39238: stdout chunk (state=3):\n>>># destroy shlex\r\n<<<\n 7519 1726888132.39241: stdout chunk (state=3):\n>>># destroy datetime\r\n# destroy base64\r\n<<<\n 7519 1726888132.39244: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n<<<\n 7519 1726888132.39246: stdout chunk (state=3):\n>>># destroy json\r\n<<<\n 7519 1726888132.39249: stdout chunk (state=3):\n>>># destroy socket\r\n# destroy struct\r\n<<<\n 7519 1726888132.39252: stdout chunk (state=3):\n>>># destroy glob\r\n<<<\n 7519 1726888132.39255: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy rpm.transaction\r\n# destroy rpm\r\n<<<\n 7519 1726888132.39257: stdout chunk (state=3):\n>>># cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n<<<\n 7519 1726888132.39260: stdout chunk (state=3):\n>>># cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 7519 1726888132.39263: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n<<<\n 7519 1726888132.39266: stdout chunk (state=3):\n>>># cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888132.39268: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n<<<\n 7519 1726888132.39271: stdout chunk (state=3):\n>>>\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request<<<\n 7519 1726888132.39665: stdout chunk (state=3):\n>>># cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888132.39669: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888132.39728: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n<<<\n 7519 1726888132.39730: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n<<<\n 7519 1726888132.39733: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888132.39735: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 7519 1726888132.39737: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n<<<\n 7519 1726888132.39738: stdout chunk (state=3):\n>>># destroy marshal\r\n<<<\n 7519 1726888132.39851: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping builtins\r\n# destroy rpm._rpm\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp<<<\n 7519 1726888132.39858: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n# destroy rpm._rpm\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888132.39861: stdout chunk (state=3):\n>>>\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888132.39863: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n<<<\n 7519 1726888132.39865: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 7519 1726888132.39867: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888132.39869: stdout chunk (state=3):\n>>># destroy tokenize\r\n# destroy _heapq<<<\n 7519 1726888132.39870: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888132.39872: stdout chunk (state=3):\n>>># destroy posixpath\r\n# destroy stat\r\n<<<\n 7519 1726888132.39874: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888132.39876: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888132.39878: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888132.39880: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888132.39881: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888132.39883: stdout chunk (state=3):\n>>><<<\n 7519 1726888132.39885: stderr chunk (state=3):\n>>><<<\n 7519 1726888132.40184: stderr chunk (state=3):\n>>><<<\n 7519 1726888132.40187: stdout chunk (state=3):\n>>><<<\n 7519 1726888132.40191: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888132.40193: stderr chunk (state=3):\n>>><<<\n 7519 1726888132.40196: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525f2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52855880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525c8d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525f2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52592eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52596f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5258c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52594640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52592370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52477e20>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477910>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477f10>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477fd0>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248b0d0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256ed90>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52568670>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5257a6d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5259ae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5248bcd0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256e2b0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5257a2e0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a09d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248beb0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248bdf0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248bd60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5245e3d0>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5245e4c0>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52493f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248da90>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248d490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52394220>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5244a520>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248df10>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a0040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523a5b50>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e523a5e80>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5790>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5cd0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5234f400>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523a5f70>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5235f2e0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5610>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5235f3a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248ba30>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b700>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b9d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b7c0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b8b0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237bd00>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52387250>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b940>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5236ea90>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248b610>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237baf0>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e522ae6d0>\\r\\n# zipimport: found 105 names in \\'/tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52130820>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521c0730>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0610>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0340>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0160>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521c03a0>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0790>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521987f0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52198b80>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521989d0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51b88520>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521b9d60>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c04f0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521b91c0>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521e9b20>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c160>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c760>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51b8ed30>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5218c670>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52210d00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51be6a00>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221ae80>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf40a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221aeb0>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e522211c0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf40d0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521d92b0>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5221aaf0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5221aac0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52210ee0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf10d0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51be7310>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf1cd0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf1670>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf2100>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52158910>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5215f9a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51783640>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5219f7f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521dc460>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52151f40>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5215f1f0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52161bb0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52229070>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521522e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e514fff70>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5178b910>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5178b820>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51507190>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e514ff5e0>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e517479a0>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747d90>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5173a100>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51505bb0>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5173ad90>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5176ba60>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51610040>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747fd0>\\r\\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\\r\\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py\\r\\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\\r\\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de250>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de790>\\r\\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e517a4940>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de9d0>\\r\\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\\r\\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5214e460>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5214ef10>\\r\\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py\\r\\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\\r\\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py\\r\\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\\r\\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\\r\\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\\r\\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\\r\\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\\r\\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\\r\\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'rpm._rpm\\' loaded from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'rpm._rpm\\' executed from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'rpm._rpm\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e513c3100>\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513c3c40>\\r\\nimport \\'rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e515057f0>\\r\\n\\r\\n{\"ansible_facts\": {\"packages\": {\"libgcc\": [{\"name\": \"libgcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"linux-firmware-whence\": [{\"name\": \"linux-firmware-whence\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"tzdata\": [{\"name\": \"tzdata\", \"version\": \"2024a\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"subscription-manager-rhsm-certificates\": [{\"name\": \"subscription-manager-rhsm-certificates\", \"version\": \"20220623\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"linux-firmware\": [{\"name\": \"linux-firmware\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gawk-all-langpacks\": [{\"name\": \"gawk-all-langpacks\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools-wheel\": [{\"name\": \"python3-setuptools-wheel\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"publicsuffix-list-dafsa\": [{\"name\": \"publicsuffix-list-dafsa\", \"version\": \"20210518\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"pcre2-syntax\": [{\"name\": \"pcre2-syntax\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ncurses-base\": [{\"name\": \"ncurses-base\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libssh-config\": [{\"name\": \"libssh-config\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libreport-filesystem\": [{\"name\": \"libreport-filesystem\", \"version\": \"2.15.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-data\": [{\"name\": \"dnf-data\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-misc\": [{\"name\": \"kbd-misc\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-legacy\": [{\"name\": \"kbd-legacy\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"hwdata\": [{\"name\": \"hwdata\", \"version\": \"0.348\", \"release\": \"9.15.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"fonts-filesystem\": [{\"name\": \"fonts-filesystem\", \"version\": \"2.0.5\", \"release\": \"7.el9.1\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dejavu-sans-fonts\": [{\"name\": \"dejavu-sans-fonts\", \"version\": \"2.37\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-core-font-en\": [{\"name\": \"langpacks-core-font-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld-filesystem\": [{\"name\": \"firewalld-filesystem\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"coreutils-common\": [{\"name\": \"coreutils-common\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-gpg-keys\": [{\"name\": \"centos-gpg-keys\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-repos\": [{\"name\": \"centos-stream-repos\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-release\": [{\"name\": \"centos-stream-release\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setup\": [{\"name\": \"setup\", \"version\": \"2.13.7\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"filesystem\": [{\"name\": \"filesystem\", \"version\": \"3.16\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"basesystem\": [{\"name\": \"basesystem\", \"version\": \"11\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"glibc-gconv-extra\": [{\"name\": \"glibc-gconv-extra\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-langpack-en\": [{\"name\": \"glibc-langpack-en\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-common\": [{\"name\": \"glibc-common\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc\": [{\"name\": \"glibc\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses-libs\": [{\"name\": \"ncurses-libs\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bash\": [{\"name\": \"bash\", \"version\": \"5.1.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib\": [{\"name\": \"zlib\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-libs\": [{\"name\": \"xz-libs\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd\": [{\"name\": \"libzstd\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap\": [{\"name\": \"libcap\", \"version\": \"2.48\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"popt\": [{\"name\": \"popt\", \"version\": \"1.18\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bzip2-libs\": [{\"name\": \"bzip2-libs\", \"version\": \"1.0.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt\": [{\"name\": \"libxcrypt\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuuid\": [{\"name\": \"libuuid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sqlite-libs\": [{\"name\": \"sqlite-libs\", \"version\": \"3.34.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcom_err\": [{\"name\": \"libcom_err\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libstdc++\": [{\"name\": \"libstdc++\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmnl\": [{\"name\": \"libmnl\", \"version\": \"1.0.4\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf\": [{\"name\": \"elfutils-libelf\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxml2\": [{\"name\": \"libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies\": [{\"name\": \"crypto-policies\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"readline\": [{\"name\": \"readline\", \"version\": \"8.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng\": [{\"name\": \"libcap-ng\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit-libs\": [{\"name\": \"audit-libs\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"alternatives\": [{\"name\": \"alternatives\", \"version\": \"1.24\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libunistring\": [{\"name\": \"libunistring\", \"version\": \"0.9.10\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lua-libs\": [{\"name\": \"lua-libs\", \"version\": \"5.4.4\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libffi\": [{\"name\": \"libffi\", \"version\": \"3.4.2\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgpg-error\": [{\"name\": \"libgpg-error\", \"version\": \"1.42\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsepol\": [{\"name\": \"libsepol\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtalloc\": [{\"name\": \"libtalloc\", \"version\": \"2.4.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libidn2\": [{\"name\": \"libidn2\", \"version\": \"2.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gmp\": [{\"name\": \"gmp\", \"version\": \"6.2.0\", \"release\": \"13.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-c\": [{\"name\": \"json-c\", \"version\": \"0.14\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils-libs\": [{\"name\": \"keyutils-libs\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libattr\": [{\"name\": \"libattr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libacl\": [{\"name\": \"libacl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3\": [{\"name\": \"libnl3\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmartcols\": [{\"name\": \"libsmartcols\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lz4-libs\": [{\"name\": \"lz4-libs\", \"version\": \"1.9.3\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre2\": [{\"name\": \"pcre2\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux\": [{\"name\": \"libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sed\": [{\"name\": \"sed\", \"version\": \"4.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsemanage\": [{\"name\": \"libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shadow-utils\": [{\"name\": \"shadow-utils\", \"version\": \"4.9\", \"release\": \"9.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"findutils\": [{\"name\": \"findutils\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtevent\": [{\"name\": \"libtevent\", \"version\": \"0.16.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgcrypt\": [{\"name\": \"libgcrypt\", \"version\": \"1.10.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file-libs\": [{\"name\": \"file-libs\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libedit\": [{\"name\": \"libedit\", \"version\": \"3.1\", \"release\": \"38.20210216cvs.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"psmisc\": [{\"name\": \"psmisc\", \"version\": \"23.4\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dmidecode\": [{\"name\": \"dmidecode\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"expat\": [{\"name\": \"expat\", \"version\": \"2.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdbm-libs\": [{\"name\": \"gdbm-libs\", \"version\": \"1.23\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jansson\": [{\"name\": \"jansson\", \"version\": \"2.14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtasn1\": [{\"name\": \"libtasn1\", \"version\": \"4.16.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit\": [{\"name\": \"p11-kit\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtdb\": [{\"name\": \"libtdb\", \"version\": \"1.4.10\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"which\": [{\"name\": \"which\", \"version\": \"2.21\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit-trust\": [{\"name\": \"p11-kit-trust\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file\": [{\"name\": \"file\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux-utils\": [{\"name\": \"libselinux-utils\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libassuan\": [{\"name\": \"libassuan\", \"version\": \"2.5.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbpf\": [{\"name\": \"libbpf\", \"version\": \"1.4.0\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnftnl\": [{\"name\": \"libnftnl\", \"version\": \"1.2.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fuse-libs\": [{\"name\": \"fuse-libs\", \"version\": \"2.9.9\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbasicobjects\": [{\"name\": \"libbasicobjects\", \"version\": \"0.1.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcollection\": [{\"name\": \"libcollection\", \"version\": \"0.7.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdb\": [{\"name\": \"libdb\", \"version\": \"5.3.28\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute\": [{\"name\": \"iproute\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdhash\": [{\"name\": \"libdhash\", \"version\": \"0.5.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgomp\": [{\"name\": \"libgomp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libref_array\": [{\"name\": \"libref_array\", \"version\": \"0.1.5\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libseccomp\": [{\"name\": \"libseccomp\", \"version\": \"2.5.2\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsigsegv\": [{\"name\": \"libsigsegv\", \"version\": \"2.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_idmap\": [{\"name\": \"libsss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lzo\": [{\"name\": \"lzo\", \"version\": \"2.10\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"numactl-libs\": [{\"name\": \"numactl-libs\", \"version\": \"2.0.16\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre\": [{\"name\": \"pcre\", \"version\": \"8.44\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grep\": [{\"name\": \"grep\", \"version\": \"3.6\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-libs\": [{\"name\": \"openssl-libs\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"coreutils\": [{\"name\": \"coreutils\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ca-certificates\": [{\"name\": \"ca-certificates\", \"version\": \"2024.2.69_v8.0.303\", \"release\": \"91.4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"systemd-libs\": [{\"name\": \"systemd-libs\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libblkid\": [{\"name\": \"libblkid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-libs\": [{\"name\": \"dbus-libs\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmount\": [{\"name\": \"libmount\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux-core\": [{\"name\": \"util-linux-core\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfdisk\": [{\"name\": \"libfdisk\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gzip\": [{\"name\": \"gzip\", \"version\": \"1.12\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod\": [{\"name\": \"kmod\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod-libs\": [{\"name\": \"kmod-libs\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib\": [{\"name\": \"cracklib\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib-dicts\": [{\"name\": \"cracklib-dicts\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-tools\": [{\"name\": \"dbus-tools\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"procps-ng\": [{\"name\": \"procps-ng\", \"version\": \"3.3.17\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl\": [{\"name\": \"openssl\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libarchive\": [{\"name\": \"libarchive\", \"version\": \"3.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libevent\": [{\"name\": \"libevent\", \"version\": \"2.1.12\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_certmap\": [{\"name\": \"libsss_certmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz\": [{\"name\": \"xz\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"squashfs-tools\": [{\"name\": \"squashfs-tools\", \"version\": \"4.4\", \"release\": \"10.git1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcomps\": [{\"name\": \"libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libutempter\": [{\"name\": \"libutempter\", \"version\": \"1.2.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3-cli\": [{\"name\": \"libnl3-cli\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libteam\": [{\"name\": \"libteam\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"acl\": [{\"name\": \"acl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext-libs\": [{\"name\": \"gettext-libs\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext\": [{\"name\": \"gettext\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"attr\": [{\"name\": \"attr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils\": [{\"name\": \"keyutils\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mpfr\": [{\"name\": \"mpfr\", \"version\": \"4.1.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gawk\": [{\"name\": \"gawk\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpsl\": [{\"name\": \"libpsl\", \"version\": \"0.21.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libksba\": [{\"name\": \"libksba\", \"version\": \"1.5.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ethtool\": [{\"name\": \"ethtool\", \"version\": \"6.2\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset-libs\": [{\"name\": \"ipset-libs\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset\": [{\"name\": \"ipset\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"groff-base\": [{\"name\": \"groff-base\", \"version\": \"1.22.4\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"snappy\": [{\"name\": \"snappy\", \"version\": \"1.1.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs-libs\": [{\"name\": \"e2fsprogs-libs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libss\": [{\"name\": \"libss\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-compat\": [{\"name\": \"libxcrypt-compat\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pip-wheel\": [{\"name\": \"python3-pip-wheel\", \"version\": \"21.3.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python-unversioned-command\": [{\"name\": \"python-unversioned-command\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3\": [{\"name\": \"python3\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libs\": [{\"name\": \"python3-libs\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools\": [{\"name\": \"python3-setuptools\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-six\": [{\"name\": \"python3-six\", \"version\": \"1.15.0\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dateutil\": [{\"name\": \"python3-dateutil\", \"version\": \"2.8.1\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-iniparse\": [{\"name\": \"python3-iniparse\", \"version\": \"0.4\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-idna\": [{\"name\": \"python3-idna\", \"version\": \"2.10\", \"release\": \"7.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libselinux\": [{\"name\": \"python3-libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libsemanage\": [{\"name\": \"python3-libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-inotify\": [{\"name\": \"python3-inotify\", \"version\": \"0.9.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-setools\": [{\"name\": \"python3-setools\", \"version\": \"4.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-distro\": [{\"name\": \"python3-distro\", \"version\": \"1.5.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libcomps\": [{\"name\": \"python3-libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-chardet\": [{\"name\": \"python3-chardet\", \"version\": \"4.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-decorator\": [{\"name\": \"python3-decorator\", \"version\": \"4.4.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pysocks\": [{\"name\": \"python3-pysocks\", \"version\": \"1.7.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-urllib3\": [{\"name\": \"python3-urllib3\", \"version\": \"1.26.5\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-requests\": [{\"name\": \"python3-requests\", \"version\": \"2.25.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-cloud-what\": [{\"name\": \"python3-cloud-what\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-systemd\": [{\"name\": \"python3-systemd\", \"version\": \"234\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng-python3\": [{\"name\": \"libcap-ng-python3\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-audit\": [{\"name\": \"python3-audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pigz\": [{\"name\": \"pigz\", \"version\": \"2.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"hostname\": [{\"name\": \"hostname\", \"version\": \"3.23\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools-libs\": [{\"name\": \"kernel-tools-libs\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"less\": [{\"name\": \"less\", \"version\": \"590\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-rpm-macros\": [{\"name\": \"systemd-rpm-macros\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"c-ares\": [{\"name\": \"c-ares\", \"version\": \"1.19.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpio\": [{\"name\": \"cpio\", \"version\": \"2.13\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"diffutils\": [{\"name\": \"diffutils\", \"version\": \"3.7\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"inih\": [{\"name\": \"inih\", \"version\": \"49\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbrotli\": [{\"name\": \"libbrotli\", \"version\": \"1.0.9\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcbor\": [{\"name\": \"libcbor\", \"version\": \"0.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdaemon\": [{\"name\": \"libdaemon\", \"version\": \"0.14\", \"release\": \"23.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"teamd\": [{\"name\": \"teamd\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libeconf\": [{\"name\": \"libeconf\", \"version\": \"0.4.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpwquality\": [{\"name\": \"libpwquality\", \"version\": \"1.4.4\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pam\": [{\"name\": \"pam\", \"version\": \"1.5.1\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux\": [{\"name\": \"util-linux\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-common\": [{\"name\": \"grub2-common\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh\": [{\"name\": \"openssh\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-pc-modules\": [{\"name\": \"grub2-pc-modules\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"virt-what\": [{\"name\": \"virt-what\", \"version\": \"1.25\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kbd\": [{\"name\": \"kbd\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libndp\": [{\"name\": \"libndp\", \"version\": \"1.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfnetlink\": [{\"name\": \"libnfnetlink\", \"version\": \"1.0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnetfilter_conntrack\": [{\"name\": \"libnetfilter_conntrack\", \"version\": \"1.0.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-libs\": [{\"name\": \"iptables-libs\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-nft\": [{\"name\": \"iptables-nft\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nftables\": [{\"name\": \"nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-nftables\": [{\"name\": \"python3-nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnghttp2\": [{\"name\": \"libnghttp2\", \"version\": \"1.43.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpath_utils\": [{\"name\": \"libpath_utils\", \"version\": \"0.2.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libini_config\": [{\"name\": \"libini_config\", \"version\": \"1.3.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpipeline\": [{\"name\": \"libpipeline\", \"version\": \"1.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_nss_idmap\": [{\"name\": \"libsss_nss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_sudo\": [{\"name\": \"libsss_sudo\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto\": [{\"name\": \"libverto\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"krb5-libs\": [{\"name\": \"krb5-libs\", \"version\": \"1.21.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-lib\": [{\"name\": \"cyrus-sasl-lib\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openldap\": [{\"name\": \"openldap\", \"version\": \"2.6.6\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libssh\": [{\"name\": \"libssh\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcurl\": [{\"name\": \"libcurl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tpm2-tss\": [{\"name\": \"tpm2-tss\", \"version\": \"3.2.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ima-evm-utils\": [{\"name\": \"ima-evm-utils\", \"version\": \"1.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"curl\": [{\"name\": \"curl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm\": [{\"name\": \"rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-libs\": [{\"name\": \"rpm-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"policycoreutils\": [{\"name\": \"policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"selinux-policy\": [{\"name\": \"selinux-policy\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"selinux-policy-targeted\": [{\"name\": \"selinux-policy-targeted\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus\": [{\"name\": \"dbus\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-pam\": [{\"name\": \"systemd-pam\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd\": [{\"name\": \"systemd\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-common\": [{\"name\": \"dbus-common\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus-broker\": [{\"name\": \"dbus-broker\", \"version\": \"28\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie-anacron\": [{\"name\": \"cronie-anacron\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie\": [{\"name\": \"cronie\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crontabs\": [{\"name\": \"crontabs\", \"version\": \"1.11\", \"release\": \"26.20190603git.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libsolv\": [{\"name\": \"libsolv\", \"version\": \"0.7.24\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-libs\": [{\"name\": \"authselect-libs\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper-libs\": [{\"name\": \"device-mapper-libs\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper\": [{\"name\": \"device-mapper\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools-minimal\": [{\"name\": \"grub2-tools-minimal\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cryptsetup-libs\": [{\"name\": \"cryptsetup-libs\", \"version\": \"2.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-udev\": [{\"name\": \"systemd-udev\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfido2\": [{\"name\": \"libfido2\", \"version\": \"1.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"os-prober\": [{\"name\": \"os-prober\", \"version\": \"1.77\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kpartx\": [{\"name\": \"kpartx\", \"version\": \"0.8.7\", \"release\": \"32.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-default-yama-scope\": [{\"name\": \"elfutils-default-yama-scope\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"elfutils-libs\": [{\"name\": \"elfutils-libs\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-debuginfod-client\": [{\"name\": \"elfutils-debuginfod-client\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils-gold\": [{\"name\": \"binutils-gold\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils\": [{\"name\": \"binutils\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-build-libs\": [{\"name\": \"rpm-build-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-service\": [{\"name\": \"initscripts-service\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iputils\": [{\"name\": \"iputils\", \"version\": \"20210202\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi\": [{\"name\": \"libkcapi\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi-hmaccalc\": [{\"name\": \"libkcapi-hmaccalc\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut\": [{\"name\": \"dracut\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules-core\": [{\"name\": \"kernel-modules-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-core\": [{\"name\": \"kernel-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools\": [{\"name\": \"grub2-tools\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grubby\": [{\"name\": \"grubby\", \"version\": \"8.40\", \"release\": \"63.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules\": [{\"name\": \"kernel-modules\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-squash\": [{\"name\": \"dracut-squash\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"logrotate\": [{\"name\": \"logrotate\", \"version\": \"3.18.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob\": [{\"name\": \"oddjob\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob-mkhomedir\": [{\"name\": \"oddjob-mkhomedir\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect\": [{\"name\": \"authselect\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-systemd-inhibit\": [{\"name\": \"rpm-plugin-systemd-inhibit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-client\": [{\"name\": \"sssd-client\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libyaml\": [{\"name\": \"libyaml\", \"version\": \"0.2.5\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lmdb-libs\": [{\"name\": \"lmdb-libs\", \"version\": \"0.9.29\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libldb\": [{\"name\": \"libldb\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common\": [{\"name\": \"sssd-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nettle\": [{\"name\": \"nettle\", \"version\": \"3.9.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnutls\": [{\"name\": \"gnutls\", \"version\": \"3.8.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib2\": [{\"name\": \"glib2\", \"version\": \"2.68.4\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dbus\": [{\"name\": \"python3-dbus\", \"version\": \"1.2.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-libnm\": [{\"name\": \"NetworkManager-libnm\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager\": [{\"name\": \"NetworkManager\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmodulemd\": [{\"name\": \"libmodulemd\", \"version\": \"2.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuser\": [{\"name\": \"libuser\", \"version\": \"0.63\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"passwd\": [{\"name\": \"passwd\", \"version\": \"0.80\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"usermode\": [{\"name\": \"usermode\", \"version\": \"1.114\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gobject-introspection\": [{\"name\": \"gobject-introspection\", \"version\": \"1.68.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gobject-base-noarch\": [{\"name\": \"python3-gobject-base-noarch\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-gobject-base\": [{\"name\": \"python3-gobject-base\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-firewall\": [{\"name\": \"python3-firewall\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"npth\": [{\"name\": \"npth\", \"version\": \"1.6\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnupg2\": [{\"name\": \"gnupg2\", \"version\": \"2.3.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpgme\": [{\"name\": \"gpgme\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"librepo\": [{\"name\": \"librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf\": [{\"name\": \"libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libdnf\": [{\"name\": \"python3-libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-hawkey\": [{\"name\": \"python3-hawkey\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf-plugin-subscription-manager\": [{\"name\": \"libdnf-plugin-subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-librepo\": [{\"name\": \"python3-librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gpg\": [{\"name\": \"python3-gpg\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-sign-libs\": [{\"name\": \"rpm-sign-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-rpm\": [{\"name\": \"python3-rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dnf\": [{\"name\": \"python3-dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dnf-plugins-core\": [{\"name\": \"python3-dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf\": [{\"name\": \"dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-subscription-manager-rhsm\": [{\"name\": \"python3-subscription-manager-rhsm\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"subscription-manager\": [{\"name\": \"subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oniguruma\": [{\"name\": \"oniguruma\", \"version\": \"6.9.6\", \"release\": \"1.el9.6\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jq\": [{\"name\": \"jq\", \"version\": \"1.6\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-network\": [{\"name\": \"dracut-network\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pciutils-libs\": [{\"name\": \"pciutils-libs\", \"version\": \"3.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils-libs\": [{\"name\": \"sg3_utils-libs\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"slang\": [{\"name\": \"slang\", \"version\": \"2.3.2\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"newt\": [{\"name\": \"newt\", \"version\": \"0.52.21\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"userspace-rcu\": [{\"name\": \"userspace-rcu\", \"version\": \"0.12.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"checkpolicy\": [{\"name\": \"checkpolicy\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-policycoreutils\": [{\"name\": \"python3-policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"policycoreutils-python-utils\": [{\"name\": \"policycoreutils-python-utils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libestr\": [{\"name\": \"libestr\", \"version\": \"0.1.11\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfastjson\": [{\"name\": \"libfastjson\", \"version\": \"0.99.9\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog-logrotate\": [{\"name\": \"rsyslog-logrotate\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog\": [{\"name\": \"rsyslog\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"liburing\": [{\"name\": \"liburing\", \"version\": \"2.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"langpacks-core-en\": [{\"name\": \"langpacks-core-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-en\": [{\"name\": \"langpacks-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"qemu-guest-agent\": [{\"name\": \"qemu-guest-agent\", \"version\": \"9.0.0\", \"release\": \"10.el9\", \"epoch\": 17, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rhc\": [{\"name\": \"rhc\", \"version\": \"0.2.4\", \"release\": \"5.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xfsprogs\": [{\"name\": \"xfsprogs\", \"version\": \"6.4.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-tui\": [{\"name\": \"NetworkManager-tui\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils\": [{\"name\": \"sg3_utils\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools\": [{\"name\": \"kernel-tools\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kexec-tools\": [{\"name\": \"kexec-tools\", \"version\": \"2.0.27\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum\": [{\"name\": \"yum\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-plugins-core\": [{\"name\": \"dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld\": [{\"name\": \"firewalld\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"NetworkManager-team\": [{\"name\": \"NetworkManager-team\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-rename-device\": [{\"name\": \"initscripts-rename-device\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"irqbalance\": [{\"name\": \"irqbalance\", \"version\": \"1.9.4\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"chrony\": [{\"name\": \"chrony\", \"version\": \"4.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-kcm\": [{\"name\": \"sssd-kcm\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-compat\": [{\"name\": \"authselect-compat\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel\": [{\"name\": \"kernel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies-scripts\": [{\"name\": \"crypto-policies-scripts\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"grub2-pc\": [{\"name\": \"grub2-pc\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-config-rescue\": [{\"name\": \"dracut-config-rescue\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit\": [{\"name\": \"audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssh-clients\": [{\"name\": \"openssh-clients\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"parted\": [{\"name\": \"parted\", \"version\": \"3.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"microcode_ctl\": [{\"name\": \"microcode_ctl\", \"version\": \"20240531\", \"release\": \"1.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh-server\": [{\"name\": \"openssh-server\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-selinux\": [{\"name\": \"rpm-plugin-selinux\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-audit\": [{\"name\": \"rpm-plugin-audit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sudo\": [{\"name\": \"sudo\", \"version\": \"1.9.5p2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"man-db\": [{\"name\": \"man-db\", \"version\": \"2.9.3\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute-tc\": [{\"name\": \"iproute-tc\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs\": [{\"name\": \"e2fsprogs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"prefixdevname\": [{\"name\": \"prefixdevname\", \"version\": \"0.1.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-minimal\": [{\"name\": \"vim-minimal\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lshw\": [{\"name\": \"lshw\", \"version\": \"B.02.19.2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses\": [{\"name\": \"ncurses\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsysfs\": [{\"name\": \"libsysfs\", \"version\": \"2.1.1\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lsscsi\": [{\"name\": \"lsscsi\", \"version\": \"0.32\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iwl100-firmware\": [{\"name\": \"iwl100-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl1000-firmware\": [{\"name\": \"iwl1000-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl105-firmware\": [{\"name\": \"iwl105-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl135-firmware\": [{\"name\": \"iwl135-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2000-firmware\": [{\"name\": \"iwl2000-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2030-firmware\": [{\"name\": \"iwl2030-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl3160-firmware\": [{\"name\": \"iwl3160-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5000-firmware\": [{\"name\": \"iwl5000-firmware\", \"version\": \"8.83.5.1_1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5150-firmware\": [{\"name\": \"iwl5150-firmware\", \"version\": \"8.24.2.2\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6000g2a-firmware\": [{\"name\": \"iwl6000g2a-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6050-firmware\": [{\"name\": \"iwl6050-firmware\", \"version\": \"41.28.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl7260-firmware\": [{\"name\": \"iwl7260-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rootfiles\": [{\"name\": \"rootfiles\", \"version\": \"8.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gpg-pubkey\": [{\"name\": \"gpg-pubkey\", \"version\": \"3228467c\", \"release\": \"613798eb\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}, {\"name\": \"gpg-pubkey\", \"version\": \"8483c65d\", \"release\": \"5ccc5b19\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}], \"epel-release\": [{\"name\": \"epel-release\", \"version\": \"9\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"nspr\": [{\"name\": \"nspr\", \"version\": \"4.35.0\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-system\": [{\"name\": \"boost-system\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-util\": [{\"name\": \"nss-util\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"make\": [{\"name\": \"make\", \"version\": \"4.3\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"m4\": [{\"name\": \"m4\", \"version\": \"1.4.19\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmpc\": [{\"name\": \"libmpc\", \"version\": \"1.2.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"unzip\": [{\"name\": \"unzip\", \"version\": \"6.0\", \"release\": \"57.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"avahi-libs\": [{\"name\": \"avahi-libs\", \"version\": \"0.8\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zip\": [{\"name\": \"zip\", \"version\": \"3.0\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpp\": [{\"name\": \"cpp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bison\": [{\"name\": \"bison\", \"version\": \"3.7.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"flex\": [{\"name\": \"flex\", \"version\": \"2.6.4\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn-freebl\": [{\"name\": \"nss-softokn-freebl\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn\": [{\"name\": \"nss-softokn\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss\": [{\"name\": \"nss\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-sysinit\": [{\"name\": \"nss-sysinit\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-filesystem\": [{\"name\": \"boost-filesystem\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-thread\": [{\"name\": \"boost-thread\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Digest\": [{\"name\": \"perl-Digest\", \"version\": \"1.19\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Digest-MD5\": [{\"name\": \"perl-Digest-MD5\", \"version\": \"2.58\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-B\": [{\"name\": \"perl-B\", \"version\": \"1.80\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-FileHandle\": [{\"name\": \"perl-FileHandle\", \"version\": \"2.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Data-Dumper\": [{\"name\": \"perl-Data-Dumper\", \"version\": \"2.174\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libnet\": [{\"name\": \"perl-libnet\", \"version\": \"3.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-base\": [{\"name\": \"perl-base\", \"version\": \"2.27\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-URI\": [{\"name\": \"perl-URI\", \"version\": \"5.09\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-AutoLoader\": [{\"name\": \"perl-AutoLoader\", \"version\": \"5.74\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Mozilla-CA\": [{\"name\": \"perl-Mozilla-CA\", \"version\": \"20200520\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-if\": [{\"name\": \"perl-if\", \"version\": \"0.60.800\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-IP\": [{\"name\": \"perl-IO-Socket-IP\", \"version\": \"0.41\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Time-Local\": [{\"name\": \"perl-Time-Local\", \"version\": \"1.300\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Path\": [{\"name\": \"perl-File-Path\", \"version\": \"2.18\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Escapes\": [{\"name\": \"perl-Pod-Escapes\", \"version\": \"1.07\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Text-Tabs+Wrap\": [{\"name\": \"perl-Text-Tabs+Wrap\", \"version\": \"2013.0523\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-SSL\": [{\"name\": \"perl-IO-Socket-SSL\", \"version\": \"2.073\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Net-SSLeay\": [{\"name\": \"perl-Net-SSLeay\", \"version\": \"1.94\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Class-Struct\": [{\"name\": \"perl-Class-Struct\", \"version\": \"0.66\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-POSIX\": [{\"name\": \"perl-POSIX\", \"version\": \"1.94\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Term-ANSIColor\": [{\"name\": \"perl-Term-ANSIColor\", \"version\": \"5.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IPC-Open3\": [{\"name\": \"perl-IPC-Open3\", \"version\": \"1.21\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-subs\": [{\"name\": \"perl-subs\", \"version\": \"1.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Temp\": [{\"name\": \"perl-File-Temp\", \"version\": \"0.231.100\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Term-Cap\": [{\"name\": \"perl-Term-Cap\", \"version\": \"1.17\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Simple\": [{\"name\": \"perl-Pod-Simple\", \"version\": \"3.42\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-HTTP-Tiny\": [{\"name\": \"perl-HTTP-Tiny\", \"version\": \"0.076\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Socket\": [{\"name\": \"perl-Socket\", \"version\": \"2.031\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-SelectSaver\": [{\"name\": \"perl-SelectSaver\", \"version\": \"1.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Symbol\": [{\"name\": \"perl-Symbol\", \"version\": \"1.08\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-stat\": [{\"name\": \"perl-File-stat\", \"version\": \"1.09\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-podlators\": [{\"name\": \"perl-podlators\", \"version\": \"4.14\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Perldoc\": [{\"name\": \"perl-Pod-Perldoc\", \"version\": \"3.28.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Fcntl\": [{\"name\": \"perl-Fcntl\", \"version\": \"1.13\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Text-ParseWords\": [{\"name\": \"perl-Text-ParseWords\", \"version\": \"3.30\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-mro\": [{\"name\": \"perl-mro\", \"version\": \"1.23\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-IO\": [{\"name\": \"perl-IO\", \"version\": \"1.43\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overloading\": [{\"name\": \"perl-overloading\", \"version\": \"0.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Usage\": [{\"name\": \"perl-Pod-Usage\", \"version\": \"2.01\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Errno\": [{\"name\": \"perl-Errno\", \"version\": \"1.30\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Basename\": [{\"name\": \"perl-File-Basename\", \"version\": \"2.85\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Std\": [{\"name\": \"perl-Getopt-Std\", \"version\": \"1.12\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-MIME-Base64\": [{\"name\": \"perl-MIME-Base64\", \"version\": \"3.16\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Scalar-List-Utils\": [{\"name\": \"perl-Scalar-List-Utils\", \"version\": \"1.56\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-constant\": [{\"name\": \"perl-constant\", \"version\": \"1.33\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Storable\": [{\"name\": \"perl-Storable\", \"version\": \"3.21\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overload\": [{\"name\": \"perl-overload\", \"version\": \"1.31\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-parent\": [{\"name\": \"perl-parent\", \"version\": \"0.238\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-vars\": [{\"name\": \"perl-vars\", \"version\": \"1.05\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Long\": [{\"name\": \"perl-Getopt-Long\", \"version\": \"2.52\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Carp\": [{\"name\": \"perl-Carp\", \"version\": \"1.50\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Exporter\": [{\"name\": \"perl-Exporter\", \"version\": \"5.74\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-NDBM_File\": [{\"name\": \"perl-NDBM_File\", \"version\": \"1.15\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-PathTools\": [{\"name\": \"perl-PathTools\", \"version\": \"3.78\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Encode\": [{\"name\": \"perl-Encode\", \"version\": \"3.08\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libs\": [{\"name\": \"perl-libs\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-interpreter\": [{\"name\": \"perl-interpreter\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"aspell\": [{\"name\": \"aspell\", \"version\": \"0.60.8\", \"release\": \"8.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tbb\": [{\"name\": \"tbb\", \"version\": \"2020.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dyninst\": [{\"name\": \"dyninst\", \"version\": \"12.1.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-runtime\": [{\"name\": \"systemtap-runtime\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-headers\": [{\"name\": \"kernel-headers\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-headers\": [{\"name\": \"glibc-headers\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"strace\": [{\"name\": \"strace\", \"version\": \"5.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-m4\": [{\"name\": \"pkgconf-m4\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libpkgconf\": [{\"name\": \"libpkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf\": [{\"name\": \"pkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-pkg-config\": [{\"name\": \"pkgconf-pkg-config\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd-devel\": [{\"name\": \"libzstd-devel\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib-devel\": [{\"name\": \"zlib-devel\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf-devel\": [{\"name\": \"elfutils-libelf-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-devel\": [{\"name\": \"glibc-devel\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-devel\": [{\"name\": \"libxcrypt-devel\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gcc\": [{\"name\": \"gcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-devel\": [{\"name\": \"openssl-devel\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-devel\": [{\"name\": \"kernel-devel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-devel\": [{\"name\": \"xz-devel\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-devel\": [{\"name\": \"elfutils-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-devel\": [{\"name\": \"systemtap-devel\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"efivar-libs\": [{\"name\": \"efivar-libs\", \"version\": \"38\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mokutil\": [{\"name\": \"mokutil\", \"version\": \"0.6.0\", \"release\": \"4.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-client\": [{\"name\": \"systemtap-client\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap\": [{\"name\": \"systemtap\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"qa-tools\": [{\"name\": \"qa-tools\", \"version\": \"4.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libtirpc\": [{\"name\": \"libtirpc\", \"version\": \"1.3.3\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core\": [{\"name\": \"git-core\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfsidmap\": [{\"name\": \"libnfsidmap\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core-doc\": [{\"name\": \"git-core-doc\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rpcbind\": [{\"name\": \"rpcbind\", \"version\": \"1.2.6\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"wget\": [{\"name\": \"wget\", \"version\": \"1.21.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-lib\": [{\"name\": \"perl-lib\", \"version\": \"0.65\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Find\": [{\"name\": \"perl-File-Find\", \"version\": \"1.37\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Error\": [{\"name\": \"perl-Error\", \"version\": \"0.17029\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-DynaLoader\": [{\"name\": \"perl-DynaLoader\", \"version\": \"1.47\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-TermReadKey\": [{\"name\": \"perl-TermReadKey\", \"version\": \"2.38\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxslt\": [{\"name\": \"libxslt\", \"version\": \"1.1.34\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-lxml\": [{\"name\": \"python3-lxml\", \"version\": \"4.6.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpm-libs\": [{\"name\": \"gpm-libs\", \"version\": \"1.20.7\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"emacs-filesystem\": [{\"name\": \"emacs-filesystem\", \"version\": \"27.2\", \"release\": \"10.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Git\": [{\"name\": \"perl-Git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"git\": [{\"name\": \"git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum-utils\": [{\"name\": \"yum-utils\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-filesystem\": [{\"name\": \"vim-filesystem\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-common\": [{\"name\": \"vim-common\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"time\": [{\"name\": \"time\", \"version\": \"1.9\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tar\": [{\"name\": \"tar\", \"version\": \"1.34\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"quota-nls\": [{\"name\": \"quota-nls\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"quota\": [{\"name\": \"quota\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pyyaml\": [{\"name\": \"python3-pyyaml\", \"version\": \"5.4.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libev\": [{\"name\": \"libev\", \"version\": \"4.33\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto-libev\": [{\"name\": \"libverto-libev\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gssproxy\": [{\"name\": \"gssproxy\", \"version\": \"0.8.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nfs-utils\": [{\"name\": \"nfs-utils\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bc\": [{\"name\": \"bc\", \"version\": \"1.07.1\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"beakerlib-redhat\": [{\"name\": \"beakerlib-redhat\", \"version\": \"1\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"beakerlib\": [{\"name\": \"beakerlib\", \"version\": \"1.29.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"restraint\": [{\"name\": \"restraint\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"restraint-rhts\": [{\"name\": \"restraint-rhts\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-enhanced\": [{\"name\": \"vim-enhanced\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-nfs-idmap\": [{\"name\": \"sssd-nfs-idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsync\": [{\"name\": \"rsync\", \"version\": \"3.2.3\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pytz\": [{\"name\": \"python3-pytz\", \"version\": \"2021.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-babel\": [{\"name\": \"python3-babel\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyserial\": [{\"name\": \"python3-pyserial\", \"version\": \"3.4\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyrsistent\": [{\"name\": \"python3-pyrsistent\", \"version\": \"0.17.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-prettytable\": [{\"name\": \"python3-prettytable\", \"version\": \"0.7.2\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-oauthlib\": [{\"name\": \"python3-oauthlib\", \"version\": \"3.1.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-netifaces\": [{\"name\": \"python3-netifaces\", \"version\": \"0.10.6\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-markupsafe\": [{\"name\": \"python3-markupsafe\", \"version\": \"1.1.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-jinja2\": [{\"name\": \"python3-jinja2\", \"version\": \"2.11.3\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpointer\": [{\"name\": \"python3-jsonpointer\", \"version\": \"2.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpatch\": [{\"name\": \"python3-jsonpatch\", \"version\": \"1.21\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-configobj\": [{\"name\": \"python3-configobj\", \"version\": \"5.0.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-attrs\": [{\"name\": \"python3-attrs\", \"version\": \"20.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonschema\": [{\"name\": \"python3-jsonschema\", \"version\": \"3.2.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libmaxminddb\": [{\"name\": \"libmaxminddb\", \"version\": \"1.5.2\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"geolite2-country\": [{\"name\": \"geolite2-country\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"geolite2-city\": [{\"name\": \"geolite2-city\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ipcalc\": [{\"name\": \"ipcalc\", \"version\": \"1.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdisk\": [{\"name\": \"gdisk\", \"version\": \"1.0.7\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dhcp-common\": [{\"name\": \"dhcp-common\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dhcp-client\": [{\"name\": \"dhcp-client\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cloud-init\": [{\"name\": \"cloud-init\", \"version\": \"23.4\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cloud-utils-growpart\": [{\"name\": \"cloud-utils-growpart\", \"version\": \"0.33\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jitterentropy\": [{\"name\": \"jitterentropy\", \"version\": \"3.5.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rng-tools\": [{\"name\": \"rng-tools\", \"version\": \"6.16\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common\": [{\"name\": \"samba-common\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"protobuf-c\": [{\"name\": \"protobuf-c\", \"version\": \"1.3.3\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-gssapi\": [{\"name\": \"cyrus-sasl-gssapi\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5-common\": [{\"name\": \"sssd-krb5-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5\": [{\"name\": \"sssd-krb5\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ldap\": [{\"name\": \"sssd-ldap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adcli\": [{\"name\": \"adcli\", \"version\": \"0.9.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuv\": [{\"name\": \"libuv\", \"version\": \"1.42.0\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fstrm\": [{\"name\": \"fstrm\", \"version\": \"0.6.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-license\": [{\"name\": \"bind-license\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"bind-libs\": [{\"name\": \"bind-libs\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-utils\": [{\"name\": \"bind-utils\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-proxy\": [{\"name\": \"sssd-proxy\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libipa_hbac\": [{\"name\": \"libipa_hbac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libicu\": [{\"name\": \"libicu\", \"version\": \"67.1\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libwbclient\": [{\"name\": \"libwbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common-libs\": [{\"name\": \"samba-common-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-client-libs\": [{\"name\": \"samba-client-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common-pac\": [{\"name\": \"sssd-common-pac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ipa\": [{\"name\": \"sssd-ipa\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmbclient\": [{\"name\": \"libsmbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ad\": [{\"name\": \"sssd-ad\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd\": [{\"name\": \"sssd\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tlog\": [{\"name\": \"tlog\", \"version\": \"14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"polkit-libs\": [{\"name\": \"polkit-libs\", \"version\": \"0.117\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"polkit\": [{\"name\": \"polkit\", \"version\": \"0.117\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"polkit-pkla-compat\": [{\"name\": \"polkit-pkla-compat\", \"version\": \"0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-glib\": [{\"name\": \"json-glib\", \"version\": \"1.6.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shared-mime-info\": [{\"name\": \"shared-mime-info\", \"version\": \"2.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libproxy\": [{\"name\": \"libproxy\", \"version\": \"0.4.15\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tracer-common\": [{\"name\": \"tracer-common\", \"version\": \"1.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"sscg\": [{\"name\": \"sscg\", \"version\": \"3.0.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-psutil\": [{\"name\": \"python3-psutil\", \"version\": \"5.8.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-tracer\": [{\"name\": \"python3-tracer\", \"version\": \"1.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-file-magic\": [{\"name\": \"python3-file-magic\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dasbus\": [{\"name\": \"python3-dasbus\", \"version\": \"1.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libstemmer\": [{\"name\": \"libstemmer\", \"version\": \"0\", \"release\": \"18.585svn.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libjpeg-turbo\": [{\"name\": \"libjpeg-turbo\", \"version\": \"2.0.90\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-logos\": [{\"name\": \"centos-logos\", \"version\": \"90.8\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"abattis-cantarell-fonts\": [{\"name\": \"abattis-cantarell-fonts\", \"version\": \"0.301\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"PackageKit-glib\": [{\"name\": \"PackageKit-glib\", \"version\": \"1.2.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-ptyprocess\": [{\"name\": \"python3-ptyprocess\", \"version\": \"0.6.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pexpect\": [{\"name\": \"python3-pexpect\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"sos\": [{\"name\": \"sos\", \"version\": \"4.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libxml2\": [{\"name\": \"python3-libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"setroubleshoot-plugins\": [{\"name\": \"setroubleshoot-plugins\", \"version\": \"3.3.14\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setroubleshoot-server\": [{\"name\": \"setroubleshoot-server\", \"version\": \"3.3.32\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpng\": [{\"name\": \"libpng\", \"version\": \"1.6.37\", \"release\": \"12.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdk-pixbuf2\": [{\"name\": \"gdk-pixbuf2\", \"version\": \"2.42.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libatomic\": [{\"name\": \"libatomic\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"webkit2gtk3-jsc\": [{\"name\": \"webkit2gtk3-jsc\", \"version\": \"2.44.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libproxy-webkitgtk4\": [{\"name\": \"libproxy-webkitgtk4\", \"version\": \"0.4.15\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adobe-source-code-pro-fonts\": [{\"name\": \"adobe-source-code-pro-fonts\", \"version\": \"2.030.1.050\", \"release\": \"12.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gsettings-desktop-schemas\": [{\"name\": \"gsettings-desktop-schemas\", \"version\": \"40.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib-networking\": [{\"name\": \"glib-networking\", \"version\": \"2.68.3\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cockpit-bridge\": [{\"name\": \"cockpit-bridge\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cockpit-ws\": [{\"name\": \"cockpit-ws\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsoup\": [{\"name\": \"libsoup\", \"version\": \"2.72.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libappstream-glib\": [{\"name\": \"libappstream-glib\", \"version\": \"0.7.18\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"PackageKit\": [{\"name\": \"PackageKit\", \"version\": \"1.2.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cockpit-system\": [{\"name\": \"cockpit-system\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cockpit-packagekit\": [{\"name\": \"cockpit-packagekit\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cockpit\": [{\"name\": \"cockpit\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}]}}, \"invocation\": {\"module_args\": {\"manager\": [\"auto\"], \"strategy\": \"first\"}}}\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.common.respawn\\r\\n# destroy ansible.module_utils.common.respawn\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts.packages\\r\\n# destroy ansible.module_utils.facts.packages\\r\\n# cleanup[2] removing rpm._rpm\\r\\n# cleanup[2] removing rpm.transaction\\r\\n# cleanup[2] removing rpm\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy pickle\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy shlex\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# destroy rpm.transaction\\r\\n# destroy rpm\\r\\n# cleanup[3] wiping rpm._rpm\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping _multiprocessing\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy rpm._rpm\\r\\n# destroy termios\\r\\n# destroy _ssl\\r\\n# destroy _multiprocessing\\r\\n# destroy _queue\\r\\n# destroy _pickle\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888132.41381: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525f2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52855880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525c8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525f2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52592eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52596f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5258c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52594640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52592370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52477e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477910>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248b0d0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256ed90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52568670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5257a6d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5259ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5248bcd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256e2b0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5257a2e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248beb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248bdf0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248bd60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5245e3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5245e4c0>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52493f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248da90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248d490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52394220>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5244a520>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248df10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523a5b50>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e523a5e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5cd0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5234f400>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523a5f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5235f2e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5610>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5235f3a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248ba30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b9d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b7c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b8b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237bd00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52387250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5236ea90>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248b610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237baf0>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e522ae6d0>\r\n# zipimport: found 105 names in '/tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52130820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521c0730>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0610>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0160>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521c03a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521987f0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52198b80>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521989d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51b88520>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521b9d60>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c04f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521b91c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521e9b20>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c160>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c760>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51b8ed30>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5218c670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52210d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51be6a00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221ae80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf40a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221aeb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e522211c0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf40d0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521d92b0>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5221aaf0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5221aac0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52210ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf10d0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51be7310>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf1cd0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf1670>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf2100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52158910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5215f9a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51783640>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5219f7f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521dc460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52151f40>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5215f1f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52161bb0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52229070>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521522e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e514fff70>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5178b910>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5178b820>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51507190>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e514ff5e0>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e517479a0>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747d90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5173a100>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51505bb0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5173ad90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5176ba60>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51610040>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747fd0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de250>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de790>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e517a4940>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de9d0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5214e460>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5214ef10>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e513c3100>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513c3c40>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e515057f0>\r\n\r\n{\"ansible_facts\": {\"packages\": {\"libgcc\": [{\"name\": \"libgcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"linux-firmware-whence\": [{\"name\": \"linux-firmware-whence\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"tzdata\": [{\"name\": \"tzdata\", \"version\": \"2024a\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"subscription-manager-rhsm-certificates\": [{\"name\": \"subscription-manager-rhsm-certificates\", \"version\": \"20220623\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"linux-firmware\": [{\"name\": \"linux-firmware\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gawk-all-langpacks\": [{\"name\": \"gawk-all-langpacks\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools-wheel\": [{\"name\": \"python3-setuptools-wheel\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"publicsuffix-list-dafsa\": [{\"name\": \"publicsuffix-list-dafsa\", \"version\": \"20210518\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"pcre2-syntax\": [{\"name\": \"pcre2-syntax\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ncurses-base\": [{\"name\": \"ncurses-base\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libssh-config\": [{\"name\": \"libssh-config\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libreport-filesystem\": [{\"name\": \"libreport-filesystem\", \"version\": \"2.15.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-data\": [{\"name\": \"dnf-data\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-misc\": [{\"name\": \"kbd-misc\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-legacy\": [{\"name\": \"kbd-legacy\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"hwdata\": [{\"name\": \"hwdata\", \"version\": \"0.348\", \"release\": \"9.15.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"fonts-filesystem\": [{\"name\": \"fonts-filesystem\", \"version\": \"2.0.5\", \"release\": \"7.el9.1\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dejavu-sans-fonts\": [{\"name\": \"dejavu-sans-fonts\", \"version\": \"2.37\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-core-font-en\": [{\"name\": \"langpacks-core-font-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld-filesystem\": [{\"name\": \"firewalld-filesystem\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"coreutils-common\": [{\"name\": \"coreutils-common\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-gpg-keys\": [{\"name\": \"centos-gpg-keys\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-repos\": [{\"name\": \"centos-stream-repos\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-release\": [{\"name\": \"centos-stream-release\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setup\": [{\"name\": \"setup\", \"version\": \"2.13.7\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"filesystem\": [{\"name\": \"filesystem\", \"version\": \"3.16\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"basesystem\": [{\"name\": \"basesystem\", \"version\": \"11\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"glibc-gconv-extra\": [{\"name\": \"glibc-gconv-extra\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-langpack-en\": [{\"name\": \"glibc-langpack-en\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-common\": [{\"name\": \"glibc-common\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc\": [{\"name\": \"glibc\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses-libs\": [{\"name\": \"ncurses-libs\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bash\": [{\"name\": \"bash\", \"version\": \"5.1.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib\": [{\"name\": \"zlib\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-libs\": [{\"name\": \"xz-libs\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd\": [{\"name\": \"libzstd\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap\": [{\"name\": \"libcap\", \"version\": \"2.48\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"popt\": [{\"name\": \"popt\", \"version\": \"1.18\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bzip2-libs\": [{\"name\": \"bzip2-libs\", \"version\": \"1.0.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt\": [{\"name\": \"libxcrypt\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuuid\": [{\"name\": \"libuuid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sqlite-libs\": [{\"name\": \"sqlite-libs\", \"version\": \"3.34.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcom_err\": [{\"name\": \"libcom_err\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libstdc++\": [{\"name\": \"libstdc++\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmnl\": [{\"name\": \"libmnl\", \"version\": \"1.0.4\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf\": [{\"name\": \"elfutils-libelf\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxml2\": [{\"name\": \"libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies\": [{\"name\": \"crypto-policies\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"readline\": [{\"name\": \"readline\", \"version\": \"8.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng\": [{\"name\": \"libcap-ng\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit-libs\": [{\"name\": \"audit-libs\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"alternatives\": [{\"name\": \"alternatives\", \"version\": \"1.24\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libunistring\": [{\"name\": \"libunistring\", \"version\": \"0.9.10\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lua-libs\": [{\"name\": \"lua-libs\", \"version\": \"5.4.4\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libffi\": [{\"name\": \"libffi\", \"version\": \"3.4.2\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgpg-error\": [{\"name\": \"libgpg-error\", \"version\": \"1.42\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsepol\": [{\"name\": \"libsepol\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtalloc\": [{\"name\": \"libtalloc\", \"version\": \"2.4.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libidn2\": [{\"name\": \"libidn2\", \"version\": \"2.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gmp\": [{\"name\": \"gmp\", \"version\": \"6.2.0\", \"release\": \"13.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-c\": [{\"name\": \"json-c\", \"version\": \"0.14\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils-libs\": [{\"name\": \"keyutils-libs\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libattr\": [{\"name\": \"libattr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libacl\": [{\"name\": \"libacl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3\": [{\"name\": \"libnl3\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmartcols\": [{\"name\": \"libsmartcols\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lz4-libs\": [{\"name\": \"lz4-libs\", \"version\": \"1.9.3\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre2\": [{\"name\": \"pcre2\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux\": [{\"name\": \"libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sed\": [{\"name\": \"sed\", \"version\": \"4.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsemanage\": [{\"name\": \"libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shadow-utils\": [{\"name\": \"shadow-utils\", \"version\": \"4.9\", \"release\": \"9.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"findutils\": [{\"name\": \"findutils\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtevent\": [{\"name\": \"libtevent\", \"version\": \"0.16.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgcrypt\": [{\"name\": \"libgcrypt\", \"version\": \"1.10.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file-libs\": [{\"name\": \"file-libs\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libedit\": [{\"name\": \"libedit\", \"version\": \"3.1\", \"release\": \"38.20210216cvs.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"psmisc\": [{\"name\": \"psmisc\", \"version\": \"23.4\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dmidecode\": [{\"name\": \"dmidecode\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"expat\": [{\"name\": \"expat\", \"version\": \"2.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdbm-libs\": [{\"name\": \"gdbm-libs\", \"version\": \"1.23\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jansson\": [{\"name\": \"jansson\", \"version\": \"2.14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtasn1\": [{\"name\": \"libtasn1\", \"version\": \"4.16.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit\": [{\"name\": \"p11-kit\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtdb\": [{\"name\": \"libtdb\", \"version\": \"1.4.10\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"which\": [{\"name\": \"which\", \"version\": \"2.21\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit-trust\": [{\"name\": \"p11-kit-trust\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file\": [{\"name\": \"file\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux-utils\": [{\"name\": \"libselinux-utils\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libassuan\": [{\"name\": \"libassuan\", \"version\": \"2.5.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbpf\": [{\"name\": \"libbpf\", \"version\": \"1.4.0\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnftnl\": [{\"name\": \"libnftnl\", \"version\": \"1.2.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fuse-libs\": [{\"name\": \"fuse-libs\", \"version\": \"2.9.9\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbasicobjects\": [{\"name\": \"libbasicobjects\", \"version\": \"0.1.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcollection\": [{\"name\": \"libcollection\", \"version\": \"0.7.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdb\": [{\"name\": \"libdb\", \"version\": \"5.3.28\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute\": [{\"name\": \"iproute\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdhash\": [{\"name\": \"libdhash\", \"version\": \"0.5.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgomp\": [{\"name\": \"libgomp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libref_array\": [{\"name\": \"libref_array\", \"version\": \"0.1.5\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libseccomp\": [{\"name\": \"libseccomp\", \"version\": \"2.5.2\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsigsegv\": [{\"name\": \"libsigsegv\", \"version\": \"2.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_idmap\": [{\"name\": \"libsss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lzo\": [{\"name\": \"lzo\", \"version\": \"2.10\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"numactl-libs\": [{\"name\": \"numactl-libs\", \"version\": \"2.0.16\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre\": [{\"name\": \"pcre\", \"version\": \"8.44\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grep\": [{\"name\": \"grep\", \"version\": \"3.6\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-libs\": [{\"name\": \"openssl-libs\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"coreutils\": [{\"name\": \"coreutils\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ca-certificates\": [{\"name\": \"ca-certificates\", \"version\": \"2024.2.69_v8.0.303\", \"release\": \"91.4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"systemd-libs\": [{\"name\": \"systemd-libs\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libblkid\": [{\"name\": \"libblkid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-libs\": [{\"name\": \"dbus-libs\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmount\": [{\"name\": \"libmount\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux-core\": [{\"name\": \"util-linux-core\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfdisk\": [{\"name\": \"libfdisk\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gzip\": [{\"name\": \"gzip\", \"version\": \"1.12\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod\": [{\"name\": \"kmod\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod-libs\": [{\"name\": \"kmod-libs\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib\": [{\"name\": \"cracklib\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib-dicts\": [{\"name\": \"cracklib-dicts\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-tools\": [{\"name\": \"dbus-tools\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"procps-ng\": [{\"name\": \"procps-ng\", \"version\": \"3.3.17\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl\": [{\"name\": \"openssl\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libarchive\": [{\"name\": \"libarchive\", \"version\": \"3.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libevent\": [{\"name\": \"libevent\", \"version\": \"2.1.12\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_certmap\": [{\"name\": \"libsss_certmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz\": [{\"name\": \"xz\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"squashfs-tools\": [{\"name\": \"squashfs-tools\", \"version\": \"4.4\", \"release\": \"10.git1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcomps\": [{\"name\": \"libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libutempter\": [{\"name\": \"libutempter\", \"version\": \"1.2.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3-cli\": [{\"name\": \"libnl3-cli\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libteam\": [{\"name\": \"libteam\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"acl\": [{\"name\": \"acl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext-libs\": [{\"name\": \"gettext-libs\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext\": [{\"name\": \"gettext\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"attr\": [{\"name\": \"attr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils\": [{\"name\": \"keyutils\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mpfr\": [{\"name\": \"mpfr\", \"version\": \"4.1.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gawk\": [{\"name\": \"gawk\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpsl\": [{\"name\": \"libpsl\", \"version\": \"0.21.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libksba\": [{\"name\": \"libksba\", \"version\": \"1.5.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ethtool\": [{\"name\": \"ethtool\", \"version\": \"6.2\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset-libs\": [{\"name\": \"ipset-libs\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset\": [{\"name\": \"ipset\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"groff-base\": [{\"name\": \"groff-base\", \"version\": \"1.22.4\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"snappy\": [{\"name\": \"snappy\", \"version\": \"1.1.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs-libs\": [{\"name\": \"e2fsprogs-libs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libss\": [{\"name\": \"libss\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-compat\": [{\"name\": \"libxcrypt-compat\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pip-wheel\": [{\"name\": \"python3-pip-wheel\", \"version\": \"21.3.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python-unversioned-command\": [{\"name\": \"python-unversioned-command\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3\": [{\"name\": \"python3\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libs\": [{\"name\": \"python3-libs\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools\": [{\"name\": \"python3-setuptools\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-six\": [{\"name\": \"python3-six\", \"version\": \"1.15.0\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dateutil\": [{\"name\": \"python3-dateutil\", \"version\": \"2.8.1\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-iniparse\": [{\"name\": \"python3-iniparse\", \"version\": \"0.4\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-idna\": [{\"name\": \"python3-idna\", \"version\": \"2.10\", \"release\": \"7.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libselinux\": [{\"name\": \"python3-libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libsemanage\": [{\"name\": \"python3-libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-inotify\": [{\"name\": \"python3-inotify\", \"version\": \"0.9.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-setools\": [{\"name\": \"python3-setools\", \"version\": \"4.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-distro\": [{\"name\": \"python3-distro\", \"version\": \"1.5.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libcomps\": [{\"name\": \"python3-libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-chardet\": [{\"name\": \"python3-chardet\", \"version\": \"4.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-decorator\": [{\"name\": \"python3-decorator\", \"version\": \"4.4.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pysocks\": [{\"name\": \"python3-pysocks\", \"version\": \"1.7.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-urllib3\": [{\"name\": \"python3-urllib3\", \"version\": \"1.26.5\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-requests\": [{\"name\": \"python3-requests\", \"version\": \"2.25.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-cloud-what\": [{\"name\": \"python3-cloud-what\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-systemd\": [{\"name\": \"python3-systemd\", \"version\": \"234\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng-python3\": [{\"name\": \"libcap-ng-python3\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-audit\": [{\"name\": \"python3-audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pigz\": [{\"name\": \"pigz\", \"version\": \"2.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"hostname\": [{\"name\": \"hostname\", \"version\": \"3.23\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools-libs\": [{\"name\": \"kernel-tools-libs\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"less\": [{\"name\": \"less\", \"version\": \"590\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-rpm-macros\": [{\"name\": \"systemd-rpm-macros\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"c-ares\": [{\"name\": \"c-ares\", \"version\": \"1.19.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpio\": [{\"name\": \"cpio\", \"version\": \"2.13\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"diffutils\": [{\"name\": \"diffutils\", \"version\": \"3.7\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"inih\": [{\"name\": \"inih\", \"version\": \"49\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbrotli\": [{\"name\": \"libbrotli\", \"version\": \"1.0.9\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcbor\": [{\"name\": \"libcbor\", \"version\": \"0.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdaemon\": [{\"name\": \"libdaemon\", \"version\": \"0.14\", \"release\": \"23.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"teamd\": [{\"name\": \"teamd\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libeconf\": [{\"name\": \"libeconf\", \"version\": \"0.4.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpwquality\": [{\"name\": \"libpwquality\", \"version\": \"1.4.4\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pam\": [{\"name\": \"pam\", \"version\": \"1.5.1\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux\": [{\"name\": \"util-linux\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-common\": [{\"name\": \"grub2-common\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh\": [{\"name\": \"openssh\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-pc-modules\": [{\"name\": \"grub2-pc-modules\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"virt-what\": [{\"name\": \"virt-what\", \"version\": \"1.25\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kbd\": [{\"name\": \"kbd\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libndp\": [{\"name\": \"libndp\", \"version\": \"1.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfnetlink\": [{\"name\": \"libnfnetlink\", \"version\": \"1.0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnetfilter_conntrack\": [{\"name\": \"libnetfilter_conntrack\", \"version\": \"1.0.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-libs\": [{\"name\": \"iptables-libs\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-nft\": [{\"name\": \"iptables-nft\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nftables\": [{\"name\": \"nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-nftables\": [{\"name\": \"python3-nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnghttp2\": [{\"name\": \"libnghttp2\", \"version\": \"1.43.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpath_utils\": [{\"name\": \"libpath_utils\", \"version\": \"0.2.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libini_config\": [{\"name\": \"libini_config\", \"version\": \"1.3.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpipeline\": [{\"name\": \"libpipeline\", \"version\": \"1.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_nss_idmap\": [{\"name\": \"libsss_nss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_sudo\": [{\"name\": \"libsss_sudo\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto\": [{\"name\": \"libverto\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"krb5-libs\": [{\"name\": \"krb5-libs\", \"version\": \"1.21.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-lib\": [{\"name\": \"cyrus-sasl-lib\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openldap\": [{\"name\": \"openldap\", \"version\": \"2.6.6\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libssh\": [{\"name\": \"libssh\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcurl\": [{\"name\": \"libcurl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tpm2-tss\": [{\"name\": \"tpm2-tss\", \"version\": \"3.2.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ima-evm-utils\": [{\"name\": \"ima-evm-utils\", \"version\": \"1.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"curl\": [{\"name\": \"curl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm\": [{\"name\": \"rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-libs\": [{\"name\": \"rpm-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"policycoreutils\": [{\"name\": \"policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"selinux-policy\": [{\"name\": \"selinux-policy\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"selinux-policy-targeted\": [{\"name\": \"selinux-policy-targeted\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus\": [{\"name\": \"dbus\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-pam\": [{\"name\": \"systemd-pam\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd\": [{\"name\": \"systemd\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-common\": [{\"name\": \"dbus-common\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus-broker\": [{\"name\": \"dbus-broker\", \"version\": \"28\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie-anacron\": [{\"name\": \"cronie-anacron\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie\": [{\"name\": \"cronie\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crontabs\": [{\"name\": \"crontabs\", \"version\": \"1.11\", \"release\": \"26.20190603git.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libsolv\": [{\"name\": \"libsolv\", \"version\": \"0.7.24\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-libs\": [{\"name\": \"authselect-libs\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper-libs\": [{\"name\": \"device-mapper-libs\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper\": [{\"name\": \"device-mapper\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools-minimal\": [{\"name\": \"grub2-tools-minimal\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cryptsetup-libs\": [{\"name\": \"cryptsetup-libs\", \"version\": \"2.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-udev\": [{\"name\": \"systemd-udev\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfido2\": [{\"name\": \"libfido2\", \"version\": \"1.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"os-prober\": [{\"name\": \"os-prober\", \"version\": \"1.77\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kpartx\": [{\"name\": \"kpartx\", \"version\": \"0.8.7\", \"release\": \"32.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-default-yama-scope\": [{\"name\": \"elfutils-default-yama-scope\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"elfutils-libs\": [{\"name\": \"elfutils-libs\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-debuginfod-client\": [{\"name\": \"elfutils-debuginfod-client\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils-gold\": [{\"name\": \"binutils-gold\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils\": [{\"name\": \"binutils\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-build-libs\": [{\"name\": \"rpm-build-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-service\": [{\"name\": \"initscripts-service\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iputils\": [{\"name\": \"iputils\", \"version\": \"20210202\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi\": [{\"name\": \"libkcapi\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi-hmaccalc\": [{\"name\": \"libkcapi-hmaccalc\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut\": [{\"name\": \"dracut\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules-core\": [{\"name\": \"kernel-modules-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-core\": [{\"name\": \"kernel-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools\": [{\"name\": \"grub2-tools\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grubby\": [{\"name\": \"grubby\", \"version\": \"8.40\", \"release\": \"63.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules\": [{\"name\": \"kernel-modules\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-squash\": [{\"name\": \"dracut-squash\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"logrotate\": [{\"name\": \"logrotate\", \"version\": \"3.18.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob\": [{\"name\": \"oddjob\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob-mkhomedir\": [{\"name\": \"oddjob-mkhomedir\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect\": [{\"name\": \"authselect\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-systemd-inhibit\": [{\"name\": \"rpm-plugin-systemd-inhibit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-client\": [{\"name\": \"sssd-client\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libyaml\": [{\"name\": \"libyaml\", \"version\": \"0.2.5\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lmdb-libs\": [{\"name\": \"lmdb-libs\", \"version\": \"0.9.29\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libldb\": [{\"name\": \"libldb\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common\": [{\"name\": \"sssd-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nettle\": [{\"name\": \"nettle\", \"version\": \"3.9.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnutls\": [{\"name\": \"gnutls\", \"version\": \"3.8.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib2\": [{\"name\": \"glib2\", \"version\": \"2.68.4\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dbus\": [{\"name\": \"python3-dbus\", \"version\": \"1.2.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-libnm\": [{\"name\": \"NetworkManager-libnm\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager\": [{\"name\": \"NetworkManager\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmodulemd\": [{\"name\": \"libmodulemd\", \"version\": \"2.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuser\": [{\"name\": \"libuser\", \"version\": \"0.63\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"passwd\": [{\"name\": \"passwd\", \"version\": \"0.80\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"usermode\": [{\"name\": \"usermode\", \"version\": \"1.114\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gobject-introspection\": [{\"name\": \"gobject-introspection\", \"version\": \"1.68.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gobject-base-noarch\": [{\"name\": \"python3-gobject-base-noarch\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-gobject-base\": [{\"name\": \"python3-gobject-base\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-firewall\": [{\"name\": \"python3-firewall\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"npth\": [{\"name\": \"npth\", \"version\": \"1.6\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnupg2\": [{\"name\": \"gnupg2\", \"version\": \"2.3.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpgme\": [{\"name\": \"gpgme\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"librepo\": [{\"name\": \"librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf\": [{\"name\": \"libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libdnf\": [{\"name\": \"python3-libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-hawkey\": [{\"name\": \"python3-hawkey\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf-plugin-subscription-manager\": [{\"name\": \"libdnf-plugin-subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-librepo\": [{\"name\": \"python3-librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gpg\": [{\"name\": \"python3-gpg\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-sign-libs\": [{\"name\": \"rpm-sign-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-rpm\": [{\"name\": \"python3-rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dnf\": [{\"name\": \"python3-dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dnf-plugins-core\": [{\"name\": \"python3-dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf\": [{\"name\": \"dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-subscription-manager-rhsm\": [{\"name\": \"python3-subscription-manager-rhsm\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"subscription-manager\": [{\"name\": \"subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oniguruma\": [{\"name\": \"oniguruma\", \"version\": \"6.9.6\", \"release\": \"1.el9.6\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jq\": [{\"name\": \"jq\", \"version\": \"1.6\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-network\": [{\"name\": \"dracut-network\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pciutils-libs\": [{\"name\": \"pciutils-libs\", \"version\": \"3.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils-libs\": [{\"name\": \"sg3_utils-libs\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"slang\": [{\"name\": \"slang\", \"version\": \"2.3.2\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"newt\": [{\"name\": \"newt\", \"version\": \"0.52.21\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"userspace-rcu\": [{\"name\": \"userspace-rcu\", \"version\": \"0.12.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"checkpolicy\": [{\"name\": \"checkpolicy\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-policycoreutils\": [{\"name\": \"python3-policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"policycoreutils-python-utils\": [{\"name\": \"policycoreutils-python-utils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libestr\": [{\"name\": \"libestr\", \"version\": \"0.1.11\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfastjson\": [{\"name\": \"libfastjson\", \"version\": \"0.99.9\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog-logrotate\": [{\"name\": \"rsyslog-logrotate\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog\": [{\"name\": \"rsyslog\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"liburing\": [{\"name\": \"liburing\", \"version\": \"2.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"langpacks-core-en\": [{\"name\": \"langpacks-core-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-en\": [{\"name\": \"langpacks-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"qemu-guest-agent\": [{\"name\": \"qemu-guest-agent\", \"version\": \"9.0.0\", \"release\": \"10.el9\", \"epoch\": 17, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rhc\": [{\"name\": \"rhc\", \"version\": \"0.2.4\", \"release\": \"5.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xfsprogs\": [{\"name\": \"xfsprogs\", \"version\": \"6.4.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-tui\": [{\"name\": \"NetworkManager-tui\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils\": [{\"name\": \"sg3_utils\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools\": [{\"name\": \"kernel-tools\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kexec-tools\": [{\"name\": \"kexec-tools\", \"version\": \"2.0.27\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum\": [{\"name\": \"yum\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-plugins-core\": [{\"name\": \"dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld\": [{\"name\": \"firewalld\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"NetworkManager-team\": [{\"name\": \"NetworkManager-team\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-rename-device\": [{\"name\": \"initscripts-rename-device\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"irqbalance\": [{\"name\": \"irqbalance\", \"version\": \"1.9.4\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"chrony\": [{\"name\": \"chrony\", \"version\": \"4.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-kcm\": [{\"name\": \"sssd-kcm\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-compat\": [{\"name\": \"authselect-compat\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel\": [{\"name\": \"kernel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies-scripts\": [{\"name\": \"crypto-policies-scripts\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"grub2-pc\": [{\"name\": \"grub2-pc\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-config-rescue\": [{\"name\": \"dracut-config-rescue\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit\": [{\"name\": \"audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssh-clients\": [{\"name\": \"openssh-clients\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"parted\": [{\"name\": \"parted\", \"version\": \"3.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"microcode_ctl\": [{\"name\": \"microcode_ctl\", \"version\": \"20240531\", \"release\": \"1.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh-server\": [{\"name\": \"openssh-server\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-selinux\": [{\"name\": \"rpm-plugin-selinux\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-audit\": [{\"name\": \"rpm-plugin-audit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sudo\": [{\"name\": \"sudo\", \"version\": \"1.9.5p2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"man-db\": [{\"name\": \"man-db\", \"version\": \"2.9.3\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute-tc\": [{\"name\": \"iproute-tc\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs\": [{\"name\": \"e2fsprogs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"prefixdevname\": [{\"name\": \"prefixdevname\", \"version\": \"0.1.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-minimal\": [{\"name\": \"vim-minimal\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lshw\": [{\"name\": \"lshw\", \"version\": \"B.02.19.2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses\": [{\"name\": \"ncurses\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsysfs\": [{\"name\": \"libsysfs\", \"version\": \"2.1.1\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lsscsi\": [{\"name\": \"lsscsi\", \"version\": \"0.32\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iwl100-firmware\": [{\"name\": \"iwl100-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl1000-firmware\": [{\"name\": \"iwl1000-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl105-firmware\": [{\"name\": \"iwl105-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl135-firmware\": [{\"name\": \"iwl135-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2000-firmware\": [{\"name\": \"iwl2000-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2030-firmware\": [{\"name\": \"iwl2030-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl3160-firmware\": [{\"name\": \"iwl3160-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5000-firmware\": [{\"name\": \"iwl5000-firmware\", \"version\": \"8.83.5.1_1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5150-firmware\": [{\"name\": \"iwl5150-firmware\", \"version\": \"8.24.2.2\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6000g2a-firmware\": [{\"name\": \"iwl6000g2a-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6050-firmware\": [{\"name\": \"iwl6050-firmware\", \"version\": \"41.28.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl7260-firmware\": [{\"name\": \"iwl7260-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rootfiles\": [{\"name\": \"rootfiles\", \"version\": \"8.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gpg-pubkey\": [{\"name\": \"gpg-pubkey\", \"version\": \"3228467c\", \"release\": \"613798eb\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}, {\"name\": \"gpg-pubkey\", \"version\": \"8483c65d\", \"release\": \"5ccc5b19\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}], \"epel-release\": [{\"name\": \"epel-release\", \"version\": \"9\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"nspr\": [{\"name\": \"nspr\", \"version\": \"4.35.0\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-system\": [{\"name\": \"boost-system\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-util\": [{\"name\": \"nss-util\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"make\": [{\"name\": \"make\", \"version\": \"4.3\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"m4\": [{\"name\": \"m4\", \"version\": \"1.4.19\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmpc\": [{\"name\": \"libmpc\", \"version\": \"1.2.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"unzip\": [{\"name\": \"unzip\", \"version\": \"6.0\", \"release\": \"57.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"avahi-libs\": [{\"name\": \"avahi-libs\", \"version\": \"0.8\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zip\": [{\"name\": \"zip\", \"version\": \"3.0\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpp\": [{\"name\": \"cpp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bison\": [{\"name\": \"bison\", \"version\": \"3.7.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"flex\": [{\"name\": \"flex\", \"version\": \"2.6.4\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn-freebl\": [{\"name\": \"nss-softokn-freebl\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn\": [{\"name\": \"nss-softokn\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss\": [{\"name\": \"nss\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-sysinit\": [{\"name\": \"nss-sysinit\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-filesystem\": [{\"name\": \"boost-filesystem\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-thread\": [{\"name\": \"boost-thread\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Digest\": [{\"name\": \"perl-Digest\", \"version\": \"1.19\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Digest-MD5\": [{\"name\": \"perl-Digest-MD5\", \"version\": \"2.58\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-B\": [{\"name\": \"perl-B\", \"version\": \"1.80\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-FileHandle\": [{\"name\": \"perl-FileHandle\", \"version\": \"2.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Data-Dumper\": [{\"name\": \"perl-Data-Dumper\", \"version\": \"2.174\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libnet\": [{\"name\": \"perl-libnet\", \"version\": \"3.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-base\": [{\"name\": \"perl-base\", \"version\": \"2.27\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-URI\": [{\"name\": \"perl-URI\", \"version\": \"5.09\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-AutoLoader\": [{\"name\": \"perl-AutoLoader\", \"version\": \"5.74\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Mozilla-CA\": [{\"name\": \"perl-Mozilla-CA\", \"version\": \"20200520\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-if\": [{\"name\": \"perl-if\", \"version\": \"0.60.800\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-IP\": [{\"name\": \"perl-IO-Socket-IP\", \"version\": \"0.41\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Time-Local\": [{\"name\": \"perl-Time-Local\", \"version\": \"1.300\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Path\": [{\"name\": \"perl-File-Path\", \"version\": \"2.18\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Escapes\": [{\"name\": \"perl-Pod-Escapes\", \"version\": \"1.07\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Text-Tabs+Wrap\": [{\"name\": \"perl-Text-Tabs+Wrap\", \"version\": \"2013.0523\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-SSL\": [{\"name\": \"perl-IO-Socket-SSL\", \"version\": \"2.073\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Net-SSLeay\": [{\"name\": \"perl-Net-SSLeay\", \"version\": \"1.94\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Class-Struct\": [{\"name\": \"perl-Class-Struct\", \"version\": \"0.66\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-POSIX\": [{\"name\": \"perl-POSIX\", \"version\": \"1.94\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Term-ANSIColor\": [{\"name\": \"perl-Term-ANSIColor\", \"version\": \"5.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IPC-Open3\": [{\"name\": \"perl-IPC-Open3\", \"version\": \"1.21\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-subs\": [{\"name\": \"perl-subs\", \"version\": \"1.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Temp\": [{\"name\": \"perl-File-Temp\", \"version\": \"0.231.100\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Term-Cap\": [{\"name\": \"perl-Term-Cap\", \"version\": \"1.17\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Simple\": [{\"name\": \"perl-Pod-Simple\", \"version\": \"3.42\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-HTTP-Tiny\": [{\"name\": \"perl-HTTP-Tiny\", \"version\": \"0.076\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Socket\": [{\"name\": \"perl-Socket\", \"version\": \"2.031\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-SelectSaver\": [{\"name\": \"perl-SelectSaver\", \"version\": \"1.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Symbol\": [{\"name\": \"perl-Symbol\", \"version\": \"1.08\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-stat\": [{\"name\": \"perl-File-stat\", \"version\": \"1.09\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-podlators\": [{\"name\": \"perl-podlators\", \"version\": \"4.14\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Perldoc\": [{\"name\": \"perl-Pod-Perldoc\", \"version\": \"3.28.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Fcntl\": [{\"name\": \"perl-Fcntl\", \"version\": \"1.13\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Text-ParseWords\": [{\"name\": \"perl-Text-ParseWords\", \"version\": \"3.30\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-mro\": [{\"name\": \"perl-mro\", \"version\": \"1.23\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-IO\": [{\"name\": \"perl-IO\", \"version\": \"1.43\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overloading\": [{\"name\": \"perl-overloading\", \"version\": \"0.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Usage\": [{\"name\": \"perl-Pod-Usage\", \"version\": \"2.01\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Errno\": [{\"name\": \"perl-Errno\", \"version\": \"1.30\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Basename\": [{\"name\": \"perl-File-Basename\", \"version\": \"2.85\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Std\": [{\"name\": \"perl-Getopt-Std\", \"version\": \"1.12\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-MIME-Base64\": [{\"name\": \"perl-MIME-Base64\", \"version\": \"3.16\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Scalar-List-Utils\": [{\"name\": \"perl-Scalar-List-Utils\", \"version\": \"1.56\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-constant\": [{\"name\": \"perl-constant\", \"version\": \"1.33\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Storable\": [{\"name\": \"perl-Storable\", \"version\": \"3.21\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overload\": [{\"name\": \"perl-overload\", \"version\": \"1.31\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-parent\": [{\"name\": \"perl-parent\", \"version\": \"0.238\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-vars\": [{\"name\": \"perl-vars\", \"version\": \"1.05\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Long\": [{\"name\": \"perl-Getopt-Long\", \"version\": \"2.52\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Carp\": [{\"name\": \"perl-Carp\", \"version\": \"1.50\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Exporter\": [{\"name\": \"perl-Exporter\", \"version\": \"5.74\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-NDBM_File\": [{\"name\": \"perl-NDBM_File\", \"version\": \"1.15\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-PathTools\": [{\"name\": \"perl-PathTools\", \"version\": \"3.78\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Encode\": [{\"name\": \"perl-Encode\", \"version\": \"3.08\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libs\": [{\"name\": \"perl-libs\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-interpreter\": [{\"name\": \"perl-interpreter\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"aspell\": [{\"name\": \"aspell\", \"version\": \"0.60.8\", \"release\": \"8.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tbb\": [{\"name\": \"tbb\", \"version\": \"2020.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dyninst\": [{\"name\": \"dyninst\", \"version\": \"12.1.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-runtime\": [{\"name\": \"systemtap-runtime\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-headers\": [{\"name\": \"kernel-headers\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-headers\": [{\"name\": \"glibc-headers\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"strace\": [{\"name\": \"strace\", \"version\": \"5.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-m4\": [{\"name\": \"pkgconf-m4\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libpkgconf\": [{\"name\": \"libpkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf\": [{\"name\": \"pkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-pkg-config\": [{\"name\": \"pkgconf-pkg-config\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd-devel\": [{\"name\": \"libzstd-devel\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib-devel\": [{\"name\": \"zlib-devel\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf-devel\": [{\"name\": \"elfutils-libelf-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-devel\": [{\"name\": \"glibc-devel\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-devel\": [{\"name\": \"libxcrypt-devel\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gcc\": [{\"name\": \"gcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-devel\": [{\"name\": \"openssl-devel\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-devel\": [{\"name\": \"kernel-devel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-devel\": [{\"name\": \"xz-devel\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-devel\": [{\"name\": \"elfutils-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-devel\": [{\"name\": \"systemtap-devel\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"efivar-libs\": [{\"name\": \"efivar-libs\", \"version\": \"38\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mokutil\": [{\"name\": \"mokutil\", \"version\": \"0.6.0\", \"release\": \"4.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-client\": [{\"name\": \"systemtap-client\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap\": [{\"name\": \"systemtap\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"qa-tools\": [{\"name\": \"qa-tools\", \"version\": \"4.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libtirpc\": [{\"name\": \"libtirpc\", \"version\": \"1.3.3\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core\": [{\"name\": \"git-core\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfsidmap\": [{\"name\": \"libnfsidmap\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core-doc\": [{\"name\": \"git-core-doc\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rpcbind\": [{\"name\": \"rpcbind\", \"version\": \"1.2.6\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"wget\": [{\"name\": \"wget\", \"version\": \"1.21.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-lib\": [{\"name\": \"perl-lib\", \"version\": \"0.65\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Find\": [{\"name\": \"perl-File-Find\", \"version\": \"1.37\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Error\": [{\"name\": \"perl-Error\", \"version\": \"0.17029\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-DynaLoader\": [{\"name\": \"perl-DynaLoader\", \"version\": \"1.47\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-TermReadKey\": [{\"name\": \"perl-TermReadKey\", \"version\": \"2.38\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxslt\": [{\"name\": \"libxslt\", \"version\": \"1.1.34\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-lxml\": [{\"name\": \"python3-lxml\", \"version\": \"4.6.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpm-libs\": [{\"name\": \"gpm-libs\", \"version\": \"1.20.7\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"emacs-filesystem\": [{\"name\": \"emacs-filesystem\", \"version\": \"27.2\", \"release\": \"10.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Git\": [{\"name\": \"perl-Git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"git\": [{\"name\": \"git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum-utils\": [{\"name\": \"yum-utils\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-filesystem\": [{\"name\": \"vim-filesystem\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-common\": [{\"name\": \"vim-common\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"time\": [{\"name\": \"time\", \"version\": \"1.9\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tar\": [{\"name\": \"tar\", \"version\": \"1.34\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"quota-nls\": [{\"name\": \"quota-nls\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"quota\": [{\"name\": \"quota\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pyyaml\": [{\"name\": \"python3-pyyaml\", \"version\": \"5.4.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libev\": [{\"name\": \"libev\", \"version\": \"4.33\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto-libev\": [{\"name\": \"libverto-libev\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gssproxy\": [{\"name\": \"gssproxy\", \"version\": \"0.8.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nfs-utils\": [{\"name\": \"nfs-utils\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bc\": [{\"name\": \"bc\", \"version\": \"1.07.1\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"beakerlib-redhat\": [{\"name\": \"beakerlib-redhat\", \"version\": \"1\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"beakerlib\": [{\"name\": \"beakerlib\", \"version\": \"1.29.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"restraint\": [{\"name\": \"restraint\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"restraint-rhts\": [{\"name\": \"restraint-rhts\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-enhanced\": [{\"name\": \"vim-enhanced\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-nfs-idmap\": [{\"name\": \"sssd-nfs-idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsync\": [{\"name\": \"rsync\", \"version\": \"3.2.3\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pytz\": [{\"name\": \"python3-pytz\", \"version\": \"2021.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-babel\": [{\"name\": \"python3-babel\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyserial\": [{\"name\": \"python3-pyserial\", \"version\": \"3.4\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyrsistent\": [{\"name\": \"python3-pyrsistent\", \"version\": \"0.17.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-prettytable\": [{\"name\": \"python3-prettytable\", \"version\": \"0.7.2\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-oauthlib\": [{\"name\": \"python3-oauthlib\", \"version\": \"3.1.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-netifaces\": [{\"name\": \"python3-netifaces\", \"version\": \"0.10.6\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-markupsafe\": [{\"name\": \"python3-markupsafe\", \"version\": \"1.1.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-jinja2\": [{\"name\": \"python3-jinja2\", \"version\": \"2.11.3\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpointer\": [{\"name\": \"python3-jsonpointer\", \"version\": \"2.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpatch\": [{\"name\": \"python3-jsonpatch\", \"version\": \"1.21\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-configobj\": [{\"name\": \"python3-configobj\", \"version\": \"5.0.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-attrs\": [{\"name\": \"python3-attrs\", \"version\": \"20.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonschema\": [{\"name\": \"python3-jsonschema\", \"version\": \"3.2.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libmaxminddb\": [{\"name\": \"libmaxminddb\", \"version\": \"1.5.2\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"geolite2-country\": [{\"name\": \"geolite2-country\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"geolite2-city\": [{\"name\": \"geolite2-city\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ipcalc\": [{\"name\": \"ipcalc\", \"version\": \"1.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdisk\": [{\"name\": \"gdisk\", \"version\": \"1.0.7\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dhcp-common\": [{\"name\": \"dhcp-common\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dhcp-client\": [{\"name\": \"dhcp-client\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cloud-init\": [{\"name\": \"cloud-init\", \"version\": \"23.4\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cloud-utils-growpart\": [{\"name\": \"cloud-utils-growpart\", \"version\": \"0.33\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jitterentropy\": [{\"name\": \"jitterentropy\", \"version\": \"3.5.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rng-tools\": [{\"name\": \"rng-tools\", \"version\": \"6.16\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common\": [{\"name\": \"samba-common\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"protobuf-c\": [{\"name\": \"protobuf-c\", \"version\": \"1.3.3\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-gssapi\": [{\"name\": \"cyrus-sasl-gssapi\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5-common\": [{\"name\": \"sssd-krb5-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5\": [{\"name\": \"sssd-krb5\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ldap\": [{\"name\": \"sssd-ldap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adcli\": [{\"name\": \"adcli\", \"version\": \"0.9.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuv\": [{\"name\": \"libuv\", \"version\": \"1.42.0\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fstrm\": [{\"name\": \"fstrm\", \"version\": \"0.6.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-license\": [{\"name\": \"bind-license\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"bind-libs\": [{\"name\": \"bind-libs\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-utils\": [{\"name\": \"bind-utils\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-proxy\": [{\"name\": \"sssd-proxy\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libipa_hbac\": [{\"name\": \"libipa_hbac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libicu\": [{\"name\": \"libicu\", \"version\": \"67.1\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libwbclient\": [{\"name\": \"libwbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common-libs\": [{\"name\": \"samba-common-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-client-libs\": [{\"name\": \"samba-client-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common-pac\": [{\"name\": \"sssd-common-pac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ipa\": [{\"name\": \"sssd-ipa\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmbclient\": [{\"name\": \"libsmbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ad\": [{\"name\": \"sssd-ad\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd\": [{\"name\": \"sssd\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tlog\": [{\"name\": \"tlog\", \"version\": \"14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"polkit-libs\": [{\"name\": \"polkit-libs\", \"version\": \"0.117\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"polkit\": [{\"name\": \"polkit\", \"version\": \"0.117\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"polkit-pkla-compat\": [{\"name\": \"polkit-pkla-compat\", \"version\": \"0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-glib\": [{\"name\": \"json-glib\", \"version\": \"1.6.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shared-mime-info\": [{\"name\": \"shared-mime-info\", \"version\": \"2.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libproxy\": [{\"name\": \"libproxy\", \"version\": \"0.4.15\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tracer-common\": [{\"name\": \"tracer-common\", \"version\": \"1.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"sscg\": [{\"name\": \"sscg\", \"version\": \"3.0.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-psutil\": [{\"name\": \"python3-psutil\", \"version\": \"5.8.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-tracer\": [{\"name\": \"python3-tracer\", \"version\": \"1.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-file-magic\": [{\"name\": \"python3-file-magic\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dasbus\": [{\"name\": \"python3-dasbus\", \"version\": \"1.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libstemmer\": [{\"name\": \"libstemmer\", \"version\": \"0\", \"release\": \"18.585svn.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libjpeg-turbo\": [{\"name\": \"libjpeg-turbo\", \"version\": \"2.0.90\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-logos\": [{\"name\": \"centos-logos\", \"version\": \"90.8\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"abattis-cantarell-fonts\": [{\"name\": \"abattis-cantarell-fonts\", \"version\": \"0.301\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"PackageKit-glib\": [{\"name\": \"PackageKit-glib\", \"version\": \"1.2.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-ptyprocess\": [{\"name\": \"python3-ptyprocess\", \"version\": \"0.6.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pexpect\": [{\"name\": \"python3-pexpect\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"sos\": [{\"name\": \"sos\", \"version\": \"4.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libxml2\": [{\"name\": \"python3-libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"setroubleshoot-plugins\": [{\"name\": \"setroubleshoot-plugins\", \"version\": \"3.3.14\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setroubleshoot-server\": [{\"name\": \"setroubleshoot-server\", \"version\": \"3.3.32\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpng\": [{\"name\": \"libpng\", \"version\": \"1.6.37\", \"release\": \"12.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdk-pixbuf2\": [{\"name\": \"gdk-pixbuf2\", \"version\": \"2.42.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libatomic\": [{\"name\": \"libatomic\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"webkit2gtk3-jsc\": [{\"name\": \"webkit2gtk3-jsc\", \"version\": \"2.44.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libproxy-webkitgtk4\": [{\"name\": \"libproxy-webkitgtk4\", \"version\": \"0.4.15\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adobe-source-code-pro-fonts\": [{\"name\": \"adobe-source-code-pro-fonts\", \"version\": \"2.030.1.050\", \"release\": \"12.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gsettings-desktop-schemas\": [{\"name\": \"gsettings-desktop-schemas\", \"version\": \"40.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib-networking\": [{\"name\": \"glib-networking\", \"version\": \"2.68.3\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cockpit-bridge\": [{\"name\": \"cockpit-bridge\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cockpit-ws\": [{\"name\": \"cockpit-ws\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsoup\": [{\"name\": \"libsoup\", \"version\": \"2.72.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libappstream-glib\": [{\"name\": \"libappstream-glib\", \"version\": \"0.7.18\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"PackageKit\": [{\"name\": \"PackageKit\", \"version\": \"1.2.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cockpit-system\": [{\"name\": \"cockpit-system\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cockpit-packagekit\": [{\"name\": \"cockpit-packagekit\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cockpit\": [{\"name\": \"cockpit\", \"version\": \"323\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}]}}, \"invocation\": {\"module_args\": {\"manager\": [\"auto\"], \"strategy\": \"first\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts.packages\r\n# destroy ansible.module_utils.facts.packages\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy rpm.transaction\r\n# destroy rpm\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy rpm._rpm\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d983a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d72850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2db0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d48d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d72d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d13eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d16f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d0c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d12640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d13370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff29d3e20>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3910>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3f10>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3fd0>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e70d0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ceed90>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ce7670>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2cf96d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d1ae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff29e7cd0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2cee2b0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2cf92e0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d209d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7eb0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7df0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7d60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29ba3d0>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29ba4c0>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29eff40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9a90>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28ef220>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29a6520>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9f10>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d20040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2900b50>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2900e80>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910790>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910cd0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28aa400>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2900f70>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28bb2e0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910610>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28bb3a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7a30>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d6700>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d69d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d67c0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d68b0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d6d00>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28e2250>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d6940>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28caa90>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7610>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d6af0>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1ff28126d0>\\r\\n# zipimport: found 105 names in \\'/tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2144820>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21d5730>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5610>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5340>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5160>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21d53a0>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5790>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21b57f0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21b5b80>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21b59d0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff20c8520>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21ced60>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d54f0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21ce1c0>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21f6b20>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1160>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1760>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff20cdd30>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21a1670>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2774d00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2125a00>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277de80>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21340a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277deb0>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff27841c0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21340d0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21ee2b0>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff277daf0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff277dac0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2774ee0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21300d0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2126310>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2130cd0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2130670>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2131100>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2142910>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff216f9a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cee9d0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21b37f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21f0460>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21620d0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff216f1f0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2175bb0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff278d070>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21652e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a7fb50>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cf4910>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1cf4820>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a631c0>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a7f5e0>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb49a0>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4d90>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1ca5100>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a70bb0>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1ca5d90>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1cb65b0>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1b7a040>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4fd0>\\r\\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\\r\\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py\\r\\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\\r\\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1947250>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1947790>\\r\\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1d166d0>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff19479d0>\\r\\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\\r\\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2161460>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2161f10>\\r\\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py\\r\\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\\r\\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py\\r\\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\\r\\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\\r\\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\\r\\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\\r\\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\\r\\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\\r\\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'rpm._rpm\\' loaded from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'rpm._rpm\\' executed from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'rpm._rpm\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff192d100>\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff192dc40>\\r\\nimport \\'rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a707f0>\\r\\n\\r\\n{\"ansible_facts\": {\"packages\": {\"libgcc\": [{\"name\": \"libgcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"linux-firmware-whence\": [{\"name\": \"linux-firmware-whence\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"tzdata\": [{\"name\": \"tzdata\", \"version\": \"2024a\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"subscription-manager-rhsm-certificates\": [{\"name\": \"subscription-manager-rhsm-certificates\", \"version\": \"20220623\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"linux-firmware\": [{\"name\": \"linux-firmware\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gawk-all-langpacks\": [{\"name\": \"gawk-all-langpacks\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools-wheel\": [{\"name\": \"python3-setuptools-wheel\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"publicsuffix-list-dafsa\": [{\"name\": \"publicsuffix-list-dafsa\", \"version\": \"20210518\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"pcre2-syntax\": [{\"name\": \"pcre2-syntax\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ncurses-base\": [{\"name\": \"ncurses-base\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libssh-config\": [{\"name\": \"libssh-config\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libreport-filesystem\": [{\"name\": \"libreport-filesystem\", \"version\": \"2.15.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-data\": [{\"name\": \"dnf-data\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-misc\": [{\"name\": \"kbd-misc\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-legacy\": [{\"name\": \"kbd-legacy\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"hwdata\": [{\"name\": \"hwdata\", \"version\": \"0.348\", \"release\": \"9.15.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"fonts-filesystem\": [{\"name\": \"fonts-filesystem\", \"version\": \"2.0.5\", \"release\": \"7.el9.1\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dejavu-sans-fonts\": [{\"name\": \"dejavu-sans-fonts\", \"version\": \"2.37\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-core-font-en\": [{\"name\": \"langpacks-core-font-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld-filesystem\": [{\"name\": \"firewalld-filesystem\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"coreutils-common\": [{\"name\": \"coreutils-common\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-gpg-keys\": [{\"name\": \"centos-gpg-keys\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-repos\": [{\"name\": \"centos-stream-repos\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-release\": [{\"name\": \"centos-stream-release\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setup\": [{\"name\": \"setup\", \"version\": \"2.13.7\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"filesystem\": [{\"name\": \"filesystem\", \"version\": \"3.16\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"basesystem\": [{\"name\": \"basesystem\", \"version\": \"11\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"glibc-gconv-extra\": [{\"name\": \"glibc-gconv-extra\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-langpack-en\": [{\"name\": \"glibc-langpack-en\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-common\": [{\"name\": \"glibc-common\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc\": [{\"name\": \"glibc\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses-libs\": [{\"name\": \"ncurses-libs\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bash\": [{\"name\": \"bash\", \"version\": \"5.1.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib\": [{\"name\": \"zlib\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-libs\": [{\"name\": \"xz-libs\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd\": [{\"name\": \"libzstd\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap\": [{\"name\": \"libcap\", \"version\": \"2.48\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"popt\": [{\"name\": \"popt\", \"version\": \"1.18\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bzip2-libs\": [{\"name\": \"bzip2-libs\", \"version\": \"1.0.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt\": [{\"name\": \"libxcrypt\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuuid\": [{\"name\": \"libuuid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sqlite-libs\": [{\"name\": \"sqlite-libs\", \"version\": \"3.34.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcom_err\": [{\"name\": \"libcom_err\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libstdc++\": [{\"name\": \"libstdc++\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmnl\": [{\"name\": \"libmnl\", \"version\": \"1.0.4\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf\": [{\"name\": \"elfutils-libelf\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxml2\": [{\"name\": \"libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies\": [{\"name\": \"crypto-policies\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"readline\": [{\"name\": \"readline\", \"version\": \"8.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng\": [{\"name\": \"libcap-ng\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit-libs\": [{\"name\": \"audit-libs\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"alternatives\": [{\"name\": \"alternatives\", \"version\": \"1.24\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libunistring\": [{\"name\": \"libunistring\", \"version\": \"0.9.10\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lua-libs\": [{\"name\": \"lua-libs\", \"version\": \"5.4.4\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libffi\": [{\"name\": \"libffi\", \"version\": \"3.4.2\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgpg-error\": [{\"name\": \"libgpg-error\", \"version\": \"1.42\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsepol\": [{\"name\": \"libsepol\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtalloc\": [{\"name\": \"libtalloc\", \"version\": \"2.4.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libidn2\": [{\"name\": \"libidn2\", \"version\": \"2.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gmp\": [{\"name\": \"gmp\", \"version\": \"6.2.0\", \"release\": \"13.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-c\": [{\"name\": \"json-c\", \"version\": \"0.14\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils-libs\": [{\"name\": \"keyutils-libs\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libattr\": [{\"name\": \"libattr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libacl\": [{\"name\": \"libacl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3\": [{\"name\": \"libnl3\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmartcols\": [{\"name\": \"libsmartcols\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lz4-libs\": [{\"name\": \"lz4-libs\", \"version\": \"1.9.3\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre2\": [{\"name\": \"pcre2\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux\": [{\"name\": \"libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sed\": [{\"name\": \"sed\", \"version\": \"4.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsemanage\": [{\"name\": \"libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shadow-utils\": [{\"name\": \"shadow-utils\", \"version\": \"4.9\", \"release\": \"9.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"findutils\": [{\"name\": \"findutils\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtevent\": [{\"name\": \"libtevent\", \"version\": \"0.16.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgcrypt\": [{\"name\": \"libgcrypt\", \"version\": \"1.10.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file-libs\": [{\"name\": \"file-libs\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libedit\": [{\"name\": \"libedit\", \"version\": \"3.1\", \"release\": \"38.20210216cvs.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"psmisc\": [{\"name\": \"psmisc\", \"version\": \"23.4\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dmidecode\": [{\"name\": \"dmidecode\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"expat\": [{\"name\": \"expat\", \"version\": \"2.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdbm-libs\": [{\"name\": \"gdbm-libs\", \"version\": \"1.23\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jansson\": [{\"name\": \"jansson\", \"version\": \"2.14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtasn1\": [{\"name\": \"libtasn1\", \"version\": \"4.16.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit\": [{\"name\": \"p11-kit\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtdb\": [{\"name\": \"libtdb\", \"version\": \"1.4.10\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"which\": [{\"name\": \"which\", \"version\": \"2.21\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit-trust\": [{\"name\": \"p11-kit-trust\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file\": [{\"name\": \"file\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux-utils\": [{\"name\": \"libselinux-utils\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libassuan\": [{\"name\": \"libassuan\", \"version\": \"2.5.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbpf\": [{\"name\": \"libbpf\", \"version\": \"1.4.0\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnftnl\": [{\"name\": \"libnftnl\", \"version\": \"1.2.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fuse-libs\": [{\"name\": \"fuse-libs\", \"version\": \"2.9.9\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbasicobjects\": [{\"name\": \"libbasicobjects\", \"version\": \"0.1.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcollection\": [{\"name\": \"libcollection\", \"version\": \"0.7.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdb\": [{\"name\": \"libdb\", \"version\": \"5.3.28\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute\": [{\"name\": \"iproute\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdhash\": [{\"name\": \"libdhash\", \"version\": \"0.5.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgomp\": [{\"name\": \"libgomp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libref_array\": [{\"name\": \"libref_array\", \"version\": \"0.1.5\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libseccomp\": [{\"name\": \"libseccomp\", \"version\": \"2.5.2\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsigsegv\": [{\"name\": \"libsigsegv\", \"version\": \"2.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_idmap\": [{\"name\": \"libsss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lzo\": [{\"name\": \"lzo\", \"version\": \"2.10\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"numactl-libs\": [{\"name\": \"numactl-libs\", \"version\": \"2.0.16\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre\": [{\"name\": \"pcre\", \"version\": \"8.44\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grep\": [{\"name\": \"grep\", \"version\": \"3.6\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-libs\": [{\"name\": \"openssl-libs\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"coreutils\": [{\"name\": \"coreutils\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ca-certificates\": [{\"name\": \"ca-certificates\", \"version\": \"2024.2.69_v8.0.303\", \"release\": \"91.4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"systemd-libs\": [{\"name\": \"systemd-libs\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libblkid\": [{\"name\": \"libblkid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-libs\": [{\"name\": \"dbus-libs\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmount\": [{\"name\": \"libmount\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux-core\": [{\"name\": \"util-linux-core\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfdisk\": [{\"name\": \"libfdisk\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gzip\": [{\"name\": \"gzip\", \"version\": \"1.12\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod\": [{\"name\": \"kmod\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod-libs\": [{\"name\": \"kmod-libs\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib\": [{\"name\": \"cracklib\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib-dicts\": [{\"name\": \"cracklib-dicts\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-tools\": [{\"name\": \"dbus-tools\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"procps-ng\": [{\"name\": \"procps-ng\", \"version\": \"3.3.17\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl\": [{\"name\": \"openssl\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libarchive\": [{\"name\": \"libarchive\", \"version\": \"3.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libevent\": [{\"name\": \"libevent\", \"version\": \"2.1.12\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_certmap\": [{\"name\": \"libsss_certmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz\": [{\"name\": \"xz\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"squashfs-tools\": [{\"name\": \"squashfs-tools\", \"version\": \"4.4\", \"release\": \"10.git1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcomps\": [{\"name\": \"libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libutempter\": [{\"name\": \"libutempter\", \"version\": \"1.2.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3-cli\": [{\"name\": \"libnl3-cli\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libteam\": [{\"name\": \"libteam\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"acl\": [{\"name\": \"acl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext-libs\": [{\"name\": \"gettext-libs\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext\": [{\"name\": \"gettext\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"attr\": [{\"name\": \"attr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils\": [{\"name\": \"keyutils\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mpfr\": [{\"name\": \"mpfr\", \"version\": \"4.1.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gawk\": [{\"name\": \"gawk\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpsl\": [{\"name\": \"libpsl\", \"version\": \"0.21.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libksba\": [{\"name\": \"libksba\", \"version\": \"1.5.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ethtool\": [{\"name\": \"ethtool\", \"version\": \"6.2\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset-libs\": [{\"name\": \"ipset-libs\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset\": [{\"name\": \"ipset\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"groff-base\": [{\"name\": \"groff-base\", \"version\": \"1.22.4\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"snappy\": [{\"name\": \"snappy\", \"version\": \"1.1.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs-libs\": [{\"name\": \"e2fsprogs-libs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libss\": [{\"name\": \"libss\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-compat\": [{\"name\": \"libxcrypt-compat\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pip-wheel\": [{\"name\": \"python3-pip-wheel\", \"version\": \"21.3.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python-unversioned-command\": [{\"name\": \"python-unversioned-command\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3\": [{\"name\": \"python3\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libs\": [{\"name\": \"python3-libs\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools\": [{\"name\": \"python3-setuptools\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-six\": [{\"name\": \"python3-six\", \"version\": \"1.15.0\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dateutil\": [{\"name\": \"python3-dateutil\", \"version\": \"2.8.1\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-iniparse\": [{\"name\": \"python3-iniparse\", \"version\": \"0.4\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-idna\": [{\"name\": \"python3-idna\", \"version\": \"2.10\", \"release\": \"7.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libselinux\": [{\"name\": \"python3-libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libsemanage\": [{\"name\": \"python3-libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-inotify\": [{\"name\": \"python3-inotify\", \"version\": \"0.9.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-setools\": [{\"name\": \"python3-setools\", \"version\": \"4.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-distro\": [{\"name\": \"python3-distro\", \"version\": \"1.5.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libcomps\": [{\"name\": \"python3-libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-chardet\": [{\"name\": \"python3-chardet\", \"version\": \"4.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-decorator\": [{\"name\": \"python3-decorator\", \"version\": \"4.4.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pysocks\": [{\"name\": \"python3-pysocks\", \"version\": \"1.7.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-urllib3\": [{\"name\": \"python3-urllib3\", \"version\": \"1.26.5\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-requests\": [{\"name\": \"python3-requests\", \"version\": \"2.25.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-cloud-what\": [{\"name\": \"python3-cloud-what\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-systemd\": [{\"name\": \"python3-systemd\", \"version\": \"234\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng-python3\": [{\"name\": \"libcap-ng-python3\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-audit\": [{\"name\": \"python3-audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pigz\": [{\"name\": \"pigz\", \"version\": \"2.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"hostname\": [{\"name\": \"hostname\", \"version\": \"3.23\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools-libs\": [{\"name\": \"kernel-tools-libs\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"less\": [{\"name\": \"less\", \"version\": \"590\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-rpm-macros\": [{\"name\": \"systemd-rpm-macros\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"c-ares\": [{\"name\": \"c-ares\", \"version\": \"1.19.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpio\": [{\"name\": \"cpio\", \"version\": \"2.13\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"diffutils\": [{\"name\": \"diffutils\", \"version\": \"3.7\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"inih\": [{\"name\": \"inih\", \"version\": \"49\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbrotli\": [{\"name\": \"libbrotli\", \"version\": \"1.0.9\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcbor\": [{\"name\": \"libcbor\", \"version\": \"0.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdaemon\": [{\"name\": \"libdaemon\", \"version\": \"0.14\", \"release\": \"23.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"teamd\": [{\"name\": \"teamd\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libeconf\": [{\"name\": \"libeconf\", \"version\": \"0.4.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpwquality\": [{\"name\": \"libpwquality\", \"version\": \"1.4.4\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pam\": [{\"name\": \"pam\", \"version\": \"1.5.1\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux\": [{\"name\": \"util-linux\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-common\": [{\"name\": \"grub2-common\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh\": [{\"name\": \"openssh\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-pc-modules\": [{\"name\": \"grub2-pc-modules\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"virt-what\": [{\"name\": \"virt-what\", \"version\": \"1.25\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kbd\": [{\"name\": \"kbd\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libndp\": [{\"name\": \"libndp\", \"version\": \"1.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfnetlink\": [{\"name\": \"libnfnetlink\", \"version\": \"1.0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnetfilter_conntrack\": [{\"name\": \"libnetfilter_conntrack\", \"version\": \"1.0.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-libs\": [{\"name\": \"iptables-libs\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-nft\": [{\"name\": \"iptables-nft\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nftables\": [{\"name\": \"nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-nftables\": [{\"name\": \"python3-nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnghttp2\": [{\"name\": \"libnghttp2\", \"version\": \"1.43.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpath_utils\": [{\"name\": \"libpath_utils\", \"version\": \"0.2.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libini_config\": [{\"name\": \"libini_config\", \"version\": \"1.3.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpipeline\": [{\"name\": \"libpipeline\", \"version\": \"1.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_nss_idmap\": [{\"name\": \"libsss_nss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_sudo\": [{\"name\": \"libsss_sudo\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto\": [{\"name\": \"libverto\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"krb5-libs\": [{\"name\": \"krb5-libs\", \"version\": \"1.21.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-lib\": [{\"name\": \"cyrus-sasl-lib\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openldap\": [{\"name\": \"openldap\", \"version\": \"2.6.6\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libssh\": [{\"name\": \"libssh\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcurl\": [{\"name\": \"libcurl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tpm2-tss\": [{\"name\": \"tpm2-tss\", \"version\": \"3.2.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ima-evm-utils\": [{\"name\": \"ima-evm-utils\", \"version\": \"1.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"curl\": [{\"name\": \"curl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm\": [{\"name\": \"rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-libs\": [{\"name\": \"rpm-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"policycoreutils\": [{\"name\": \"policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"selinux-policy\": [{\"name\": \"selinux-policy\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"selinux-policy-targeted\": [{\"name\": \"selinux-policy-targeted\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus\": [{\"name\": \"dbus\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-pam\": [{\"name\": \"systemd-pam\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd\": [{\"name\": \"systemd\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-common\": [{\"name\": \"dbus-common\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus-broker\": [{\"name\": \"dbus-broker\", \"version\": \"28\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie-anacron\": [{\"name\": \"cronie-anacron\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie\": [{\"name\": \"cronie\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crontabs\": [{\"name\": \"crontabs\", \"version\": \"1.11\", \"release\": \"26.20190603git.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libsolv\": [{\"name\": \"libsolv\", \"version\": \"0.7.24\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-libs\": [{\"name\": \"authselect-libs\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper-libs\": [{\"name\": \"device-mapper-libs\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper\": [{\"name\": \"device-mapper\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools-minimal\": [{\"name\": \"grub2-tools-minimal\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cryptsetup-libs\": [{\"name\": \"cryptsetup-libs\", \"version\": \"2.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-udev\": [{\"name\": \"systemd-udev\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfido2\": [{\"name\": \"libfido2\", \"version\": \"1.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"os-prober\": [{\"name\": \"os-prober\", \"version\": \"1.77\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kpartx\": [{\"name\": \"kpartx\", \"version\": \"0.8.7\", \"release\": \"32.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-default-yama-scope\": [{\"name\": \"elfutils-default-yama-scope\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"elfutils-libs\": [{\"name\": \"elfutils-libs\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-debuginfod-client\": [{\"name\": \"elfutils-debuginfod-client\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils-gold\": [{\"name\": \"binutils-gold\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils\": [{\"name\": \"binutils\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-build-libs\": [{\"name\": \"rpm-build-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-service\": [{\"name\": \"initscripts-service\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iputils\": [{\"name\": \"iputils\", \"version\": \"20210202\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi\": [{\"name\": \"libkcapi\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi-hmaccalc\": [{\"name\": \"libkcapi-hmaccalc\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut\": [{\"name\": \"dracut\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules-core\": [{\"name\": \"kernel-modules-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-core\": [{\"name\": \"kernel-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools\": [{\"name\": \"grub2-tools\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grubby\": [{\"name\": \"grubby\", \"version\": \"8.40\", \"release\": \"63.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules\": [{\"name\": \"kernel-modules\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-squash\": [{\"name\": \"dracut-squash\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"logrotate\": [{\"name\": \"logrotate\", \"version\": \"3.18.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob\": [{\"name\": \"oddjob\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob-mkhomedir\": [{\"name\": \"oddjob-mkhomedir\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect\": [{\"name\": \"authselect\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-systemd-inhibit\": [{\"name\": \"rpm-plugin-systemd-inhibit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-client\": [{\"name\": \"sssd-client\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libyaml\": [{\"name\": \"libyaml\", \"version\": \"0.2.5\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lmdb-libs\": [{\"name\": \"lmdb-libs\", \"version\": \"0.9.29\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libldb\": [{\"name\": \"libldb\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common\": [{\"name\": \"sssd-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nettle\": [{\"name\": \"nettle\", \"version\": \"3.9.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnutls\": [{\"name\": \"gnutls\", \"version\": \"3.8.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib2\": [{\"name\": \"glib2\", \"version\": \"2.68.4\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dbus\": [{\"name\": \"python3-dbus\", \"version\": \"1.2.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-libnm\": [{\"name\": \"NetworkManager-libnm\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager\": [{\"name\": \"NetworkManager\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmodulemd\": [{\"name\": \"libmodulemd\", \"version\": \"2.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuser\": [{\"name\": \"libuser\", \"version\": \"0.63\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"passwd\": [{\"name\": \"passwd\", \"version\": \"0.80\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"usermode\": [{\"name\": \"usermode\", \"version\": \"1.114\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gobject-introspection\": [{\"name\": \"gobject-introspection\", \"version\": \"1.68.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gobject-base-noarch\": [{\"name\": \"python3-gobject-base-noarch\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-gobject-base\": [{\"name\": \"python3-gobject-base\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-firewall\": [{\"name\": \"python3-firewall\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"npth\": [{\"name\": \"npth\", \"version\": \"1.6\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnupg2\": [{\"name\": \"gnupg2\", \"version\": \"2.3.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpgme\": [{\"name\": \"gpgme\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"librepo\": [{\"name\": \"librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf\": [{\"name\": \"libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libdnf\": [{\"name\": \"python3-libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-hawkey\": [{\"name\": \"python3-hawkey\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf-plugin-subscription-manager\": [{\"name\": \"libdnf-plugin-subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-librepo\": [{\"name\": \"python3-librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gpg\": [{\"name\": \"python3-gpg\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-sign-libs\": [{\"name\": \"rpm-sign-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-rpm\": [{\"name\": \"python3-rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dnf\": [{\"name\": \"python3-dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dnf-plugins-core\": [{\"name\": \"python3-dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf\": [{\"name\": \"dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-subscription-manager-rhsm\": [{\"name\": \"python3-subscription-manager-rhsm\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"subscription-manager\": [{\"name\": \"subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oniguruma\": [{\"name\": \"oniguruma\", \"version\": \"6.9.6\", \"release\": \"1.el9.6\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jq\": [{\"name\": \"jq\", \"version\": \"1.6\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-network\": [{\"name\": \"dracut-network\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pciutils-libs\": [{\"name\": \"pciutils-libs\", \"version\": \"3.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils-libs\": [{\"name\": \"sg3_utils-libs\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"slang\": [{\"name\": \"slang\", \"version\": \"2.3.2\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"newt\": [{\"name\": \"newt\", \"version\": \"0.52.21\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"userspace-rcu\": [{\"name\": \"userspace-rcu\", \"version\": \"0.12.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"checkpolicy\": [{\"name\": \"checkpolicy\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-policycoreutils\": [{\"name\": \"python3-policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"policycoreutils-python-utils\": [{\"name\": \"policycoreutils-python-utils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libestr\": [{\"name\": \"libestr\", \"version\": \"0.1.11\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfastjson\": [{\"name\": \"libfastjson\", \"version\": \"0.99.9\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog-logrotate\": [{\"name\": \"rsyslog-logrotate\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog\": [{\"name\": \"rsyslog\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"liburing\": [{\"name\": \"liburing\", \"version\": \"2.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"langpacks-core-en\": [{\"name\": \"langpacks-core-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-en\": [{\"name\": \"langpacks-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"qemu-guest-agent\": [{\"name\": \"qemu-guest-agent\", \"version\": \"9.0.0\", \"release\": \"10.el9\", \"epoch\": 17, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rhc\": [{\"name\": \"rhc\", \"version\": \"0.2.4\", \"release\": \"5.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xfsprogs\": [{\"name\": \"xfsprogs\", \"version\": \"6.4.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-tui\": [{\"name\": \"NetworkManager-tui\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils\": [{\"name\": \"sg3_utils\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools\": [{\"name\": \"kernel-tools\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kexec-tools\": [{\"name\": \"kexec-tools\", \"version\": \"2.0.27\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum\": [{\"name\": \"yum\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-plugins-core\": [{\"name\": \"dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld\": [{\"name\": \"firewalld\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"NetworkManager-team\": [{\"name\": \"NetworkManager-team\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-rename-device\": [{\"name\": \"initscripts-rename-device\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"irqbalance\": [{\"name\": \"irqbalance\", \"version\": \"1.9.4\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"chrony\": [{\"name\": \"chrony\", \"version\": \"4.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-kcm\": [{\"name\": \"sssd-kcm\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-compat\": [{\"name\": \"authselect-compat\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel\": [{\"name\": \"kernel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies-scripts\": [{\"name\": \"crypto-policies-scripts\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"grub2-pc\": [{\"name\": \"grub2-pc\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-config-rescue\": [{\"name\": \"dracut-config-rescue\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit\": [{\"name\": \"audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssh-clients\": [{\"name\": \"openssh-clients\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"parted\": [{\"name\": \"parted\", \"version\": \"3.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"microcode_ctl\": [{\"name\": \"microcode_ctl\", \"version\": \"20240531\", \"release\": \"1.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh-server\": [{\"name\": \"openssh-server\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-selinux\": [{\"name\": \"rpm-plugin-selinux\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-audit\": [{\"name\": \"rpm-plugin-audit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sudo\": [{\"name\": \"sudo\", \"version\": \"1.9.5p2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"man-db\": [{\"name\": \"man-db\", \"version\": \"2.9.3\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute-tc\": [{\"name\": \"iproute-tc\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs\": [{\"name\": \"e2fsprogs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"prefixdevname\": [{\"name\": \"prefixdevname\", \"version\": \"0.1.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-minimal\": [{\"name\": \"vim-minimal\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lshw\": [{\"name\": \"lshw\", \"version\": \"B.02.19.2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses\": [{\"name\": \"ncurses\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsysfs\": [{\"name\": \"libsysfs\", \"version\": \"2.1.1\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lsscsi\": [{\"name\": \"lsscsi\", \"version\": \"0.32\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iwl100-firmware\": [{\"name\": \"iwl100-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl1000-firmware\": [{\"name\": \"iwl1000-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl105-firmware\": [{\"name\": \"iwl105-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl135-firmware\": [{\"name\": \"iwl135-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2000-firmware\": [{\"name\": \"iwl2000-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2030-firmware\": [{\"name\": \"iwl2030-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl3160-firmware\": [{\"name\": \"iwl3160-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5000-firmware\": [{\"name\": \"iwl5000-firmware\", \"version\": \"8.83.5.1_1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5150-firmware\": [{\"name\": \"iwl5150-firmware\", \"version\": \"8.24.2.2\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6000g2a-firmware\": [{\"name\": \"iwl6000g2a-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6050-firmware\": [{\"name\": \"iwl6050-firmware\", \"version\": \"41.28.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl7260-firmware\": [{\"name\": \"iwl7260-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rootfiles\": [{\"name\": \"rootfiles\", \"version\": \"8.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gpg-pubkey\": [{\"name\": \"gpg-pubkey\", \"version\": \"3228467c\", \"release\": \"613798eb\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}, {\"name\": \"gpg-pubkey\", \"version\": \"8483c65d\", \"release\": \"5ccc5b19\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}], \"epel-release\": [{\"name\": \"epel-release\", \"version\": \"9\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"nspr\": [{\"name\": \"nspr\", \"version\": \"4.35.0\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-system\": [{\"name\": \"boost-system\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-util\": [{\"name\": \"nss-util\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"make\": [{\"name\": \"make\", \"version\": \"4.3\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"m4\": [{\"name\": \"m4\", \"version\": \"1.4.19\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmpc\": [{\"name\": \"libmpc\", \"version\": \"1.2.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"unzip\": [{\"name\": \"unzip\", \"version\": \"6.0\", \"release\": \"57.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"avahi-libs\": [{\"name\": \"avahi-libs\", \"version\": \"0.8\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zip\": [{\"name\": \"zip\", \"version\": \"3.0\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpp\": [{\"name\": \"cpp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bison\": [{\"name\": \"bison\", \"version\": \"3.7.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"flex\": [{\"name\": \"flex\", \"version\": \"2.6.4\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn-freebl\": [{\"name\": \"nss-softokn-freebl\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn\": [{\"name\": \"nss-softokn\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss\": [{\"name\": \"nss\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-sysinit\": [{\"name\": \"nss-sysinit\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-filesystem\": [{\"name\": \"boost-filesystem\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-thread\": [{\"name\": \"boost-thread\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Digest\": [{\"name\": \"perl-Digest\", \"version\": \"1.19\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Digest-MD5\": [{\"name\": \"perl-Digest-MD5\", \"version\": \"2.58\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-B\": [{\"name\": \"perl-B\", \"version\": \"1.80\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-FileHandle\": [{\"name\": \"perl-FileHandle\", \"version\": \"2.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Data-Dumper\": [{\"name\": \"perl-Data-Dumper\", \"version\": \"2.174\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libnet\": [{\"name\": \"perl-libnet\", \"version\": \"3.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-base\": [{\"name\": \"perl-base\", \"version\": \"2.27\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-URI\": [{\"name\": \"perl-URI\", \"version\": \"5.09\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-AutoLoader\": [{\"name\": \"perl-AutoLoader\", \"version\": \"5.74\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Mozilla-CA\": [{\"name\": \"perl-Mozilla-CA\", \"version\": \"20200520\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-if\": [{\"name\": \"perl-if\", \"version\": \"0.60.800\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-IP\": [{\"name\": \"perl-IO-Socket-IP\", \"version\": \"0.41\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Time-Local\": [{\"name\": \"perl-Time-Local\", \"version\": \"1.300\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Path\": [{\"name\": \"perl-File-Path\", \"version\": \"2.18\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Escapes\": [{\"name\": \"perl-Pod-Escapes\", \"version\": \"1.07\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Text-Tabs+Wrap\": [{\"name\": \"perl-Text-Tabs+Wrap\", \"version\": \"2013.0523\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-SSL\": [{\"name\": \"perl-IO-Socket-SSL\", \"version\": \"2.073\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Net-SSLeay\": [{\"name\": \"perl-Net-SSLeay\", \"version\": \"1.94\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Class-Struct\": [{\"name\": \"perl-Class-Struct\", \"version\": \"0.66\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-POSIX\": [{\"name\": \"perl-POSIX\", \"version\": \"1.94\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Term-ANSIColor\": [{\"name\": \"perl-Term-ANSIColor\", \"version\": \"5.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IPC-Open3\": [{\"name\": \"perl-IPC-Open3\", \"version\": \"1.21\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-subs\": [{\"name\": \"perl-subs\", \"version\": \"1.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Temp\": [{\"name\": \"perl-File-Temp\", \"version\": \"0.231.100\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Term-Cap\": [{\"name\": \"perl-Term-Cap\", \"version\": \"1.17\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Simple\": [{\"name\": \"perl-Pod-Simple\", \"version\": \"3.42\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-HTTP-Tiny\": [{\"name\": \"perl-HTTP-Tiny\", \"version\": \"0.076\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Socket\": [{\"name\": \"perl-Socket\", \"version\": \"2.031\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-SelectSaver\": [{\"name\": \"perl-SelectSaver\", \"version\": \"1.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Symbol\": [{\"name\": \"perl-Symbol\", \"version\": \"1.08\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-stat\": [{\"name\": \"perl-File-stat\", \"version\": \"1.09\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-podlators\": [{\"name\": \"perl-podlators\", \"version\": \"4.14\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Perldoc\": [{\"name\": \"perl-Pod-Perldoc\", \"version\": \"3.28.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Fcntl\": [{\"name\": \"perl-Fcntl\", \"version\": \"1.13\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Text-ParseWords\": [{\"name\": \"perl-Text-ParseWords\", \"version\": \"3.30\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-mro\": [{\"name\": \"perl-mro\", \"version\": \"1.23\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-IO\": [{\"name\": \"perl-IO\", \"version\": \"1.43\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overloading\": [{\"name\": \"perl-overloading\", \"version\": \"0.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Usage\": [{\"name\": \"perl-Pod-Usage\", \"version\": \"2.01\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Errno\": [{\"name\": \"perl-Errno\", \"version\": \"1.30\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Basename\": [{\"name\": \"perl-File-Basename\", \"version\": \"2.85\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Std\": [{\"name\": \"perl-Getopt-Std\", \"version\": \"1.12\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-MIME-Base64\": [{\"name\": \"perl-MIME-Base64\", \"version\": \"3.16\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Scalar-List-Utils\": [{\"name\": \"perl-Scalar-List-Utils\", \"version\": \"1.56\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-constant\": [{\"name\": \"perl-constant\", \"version\": \"1.33\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Storable\": [{\"name\": \"perl-Storable\", \"version\": \"3.21\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overload\": [{\"name\": \"perl-overload\", \"version\": \"1.31\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-parent\": [{\"name\": \"perl-parent\", \"version\": \"0.238\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-vars\": [{\"name\": \"perl-vars\", \"version\": \"1.05\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Long\": [{\"name\": \"perl-Getopt-Long\", \"version\": \"2.52\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Carp\": [{\"name\": \"perl-Carp\", \"version\": \"1.50\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Exporter\": [{\"name\": \"perl-Exporter\", \"version\": \"5.74\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-NDBM_File\": [{\"name\": \"perl-NDBM_File\", \"version\": \"1.15\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-PathTools\": [{\"name\": \"perl-PathTools\", \"version\": \"3.78\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Encode\": [{\"name\": \"perl-Encode\", \"version\": \"3.08\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libs\": [{\"name\": \"perl-libs\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-interpreter\": [{\"name\": \"perl-interpreter\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"aspell\": [{\"name\": \"aspell\", \"version\": \"0.60.8\", \"release\": \"8.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tbb\": [{\"name\": \"tbb\", \"version\": \"2020.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dyninst\": [{\"name\": \"dyninst\", \"version\": \"12.1.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-runtime\": [{\"name\": \"systemtap-runtime\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-headers\": [{\"name\": \"kernel-headers\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-headers\": [{\"name\": \"glibc-headers\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"strace\": [{\"name\": \"strace\", \"version\": \"5.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-m4\": [{\"name\": \"pkgconf-m4\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libpkgconf\": [{\"name\": \"libpkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf\": [{\"name\": \"pkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-pkg-config\": [{\"name\": \"pkgconf-pkg-config\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd-devel\": [{\"name\": \"libzstd-devel\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib-devel\": [{\"name\": \"zlib-devel\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf-devel\": [{\"name\": \"elfutils-libelf-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-devel\": [{\"name\": \"glibc-devel\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-devel\": [{\"name\": \"libxcrypt-devel\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gcc\": [{\"name\": \"gcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-devel\": [{\"name\": \"openssl-devel\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-devel\": [{\"name\": \"kernel-devel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-devel\": [{\"name\": \"xz-devel\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-devel\": [{\"name\": \"elfutils-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-devel\": [{\"name\": \"systemtap-devel\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"efivar-libs\": [{\"name\": \"efivar-libs\", \"version\": \"38\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mokutil\": [{\"name\": \"mokutil\", \"version\": \"0.6.0\", \"release\": \"4.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-client\": [{\"name\": \"systemtap-client\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap\": [{\"name\": \"systemtap\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"qa-tools\": [{\"name\": \"qa-tools\", \"version\": \"4.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libtirpc\": [{\"name\": \"libtirpc\", \"version\": \"1.3.3\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core\": [{\"name\": \"git-core\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfsidmap\": [{\"name\": \"libnfsidmap\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core-doc\": [{\"name\": \"git-core-doc\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rpcbind\": [{\"name\": \"rpcbind\", \"version\": \"1.2.6\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"wget\": [{\"name\": \"wget\", \"version\": \"1.21.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-lib\": [{\"name\": \"perl-lib\", \"version\": \"0.65\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Find\": [{\"name\": \"perl-File-Find\", \"version\": \"1.37\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Error\": [{\"name\": \"perl-Error\", \"version\": \"0.17029\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-DynaLoader\": [{\"name\": \"perl-DynaLoader\", \"version\": \"1.47\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-TermReadKey\": [{\"name\": \"perl-TermReadKey\", \"version\": \"2.38\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxslt\": [{\"name\": \"libxslt\", \"version\": \"1.1.34\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-lxml\": [{\"name\": \"python3-lxml\", \"version\": \"4.6.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpm-libs\": [{\"name\": \"gpm-libs\", \"version\": \"1.20.7\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"emacs-filesystem\": [{\"name\": \"emacs-filesystem\", \"version\": \"27.2\", \"release\": \"10.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Git\": [{\"name\": \"perl-Git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"git\": [{\"name\": \"git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum-utils\": [{\"name\": \"yum-utils\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-filesystem\": [{\"name\": \"vim-filesystem\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-common\": [{\"name\": \"vim-common\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"time\": [{\"name\": \"time\", \"version\": \"1.9\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tar\": [{\"name\": \"tar\", \"version\": \"1.34\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"quota-nls\": [{\"name\": \"quota-nls\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"quota\": [{\"name\": \"quota\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pyyaml\": [{\"name\": \"python3-pyyaml\", \"version\": \"5.4.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libev\": [{\"name\": \"libev\", \"version\": \"4.33\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto-libev\": [{\"name\": \"libverto-libev\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gssproxy\": [{\"name\": \"gssproxy\", \"version\": \"0.8.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nfs-utils\": [{\"name\": \"nfs-utils\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bc\": [{\"name\": \"bc\", \"version\": \"1.07.1\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"beakerlib-redhat\": [{\"name\": \"beakerlib-redhat\", \"version\": \"1\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"beakerlib\": [{\"name\": \"beakerlib\", \"version\": \"1.29.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"restraint\": [{\"name\": \"restraint\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"restraint-rhts\": [{\"name\": \"restraint-rhts\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-enhanced\": [{\"name\": \"vim-enhanced\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-nfs-idmap\": [{\"name\": \"sssd-nfs-idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsync\": [{\"name\": \"rsync\", \"version\": \"3.2.3\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pytz\": [{\"name\": \"python3-pytz\", \"version\": \"2021.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-babel\": [{\"name\": \"python3-babel\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyserial\": [{\"name\": \"python3-pyserial\", \"version\": \"3.4\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyrsistent\": [{\"name\": \"python3-pyrsistent\", \"version\": \"0.17.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-prettytable\": [{\"name\": \"python3-prettytable\", \"version\": \"0.7.2\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-oauthlib\": [{\"name\": \"python3-oauthlib\", \"version\": \"3.1.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-netifaces\": [{\"name\": \"python3-netifaces\", \"version\": \"0.10.6\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-markupsafe\": [{\"name\": \"python3-markupsafe\", \"version\": \"1.1.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-jinja2\": [{\"name\": \"python3-jinja2\", \"version\": \"2.11.3\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpointer\": [{\"name\": \"python3-jsonpointer\", \"version\": \"2.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpatch\": [{\"name\": \"python3-jsonpatch\", \"version\": \"1.21\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-configobj\": [{\"name\": \"python3-configobj\", \"version\": \"5.0.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-attrs\": [{\"name\": \"python3-attrs\", \"version\": \"20.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonschema\": [{\"name\": \"python3-jsonschema\", \"version\": \"3.2.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libmaxminddb\": [{\"name\": \"libmaxminddb\", \"version\": \"1.5.2\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"geolite2-country\": [{\"name\": \"geolite2-country\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"geolite2-city\": [{\"name\": \"geolite2-city\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ipcalc\": [{\"name\": \"ipcalc\", \"version\": \"1.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdisk\": [{\"name\": \"gdisk\", \"version\": \"1.0.7\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dhcp-common\": [{\"name\": \"dhcp-common\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dhcp-client\": [{\"name\": \"dhcp-client\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cloud-init\": [{\"name\": \"cloud-init\", \"version\": \"23.4\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cloud-utils-growpart\": [{\"name\": \"cloud-utils-growpart\", \"version\": \"0.33\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jitterentropy\": [{\"name\": \"jitterentropy\", \"version\": \"3.5.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rng-tools\": [{\"name\": \"rng-tools\", \"version\": \"6.16\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common\": [{\"name\": \"samba-common\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"protobuf-c\": [{\"name\": \"protobuf-c\", \"version\": \"1.3.3\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-gssapi\": [{\"name\": \"cyrus-sasl-gssapi\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5-common\": [{\"name\": \"sssd-krb5-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5\": [{\"name\": \"sssd-krb5\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ldap\": [{\"name\": \"sssd-ldap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adcli\": [{\"name\": \"adcli\", \"version\": \"0.9.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuv\": [{\"name\": \"libuv\", \"version\": \"1.42.0\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fstrm\": [{\"name\": \"fstrm\", \"version\": \"0.6.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-license\": [{\"name\": \"bind-license\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"bind-libs\": [{\"name\": \"bind-libs\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-utils\": [{\"name\": \"bind-utils\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-proxy\": [{\"name\": \"sssd-proxy\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libipa_hbac\": [{\"name\": \"libipa_hbac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libicu\": [{\"name\": \"libicu\", \"version\": \"67.1\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libwbclient\": [{\"name\": \"libwbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common-libs\": [{\"name\": \"samba-common-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-client-libs\": [{\"name\": \"samba-client-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common-pac\": [{\"name\": \"sssd-common-pac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ipa\": [{\"name\": \"sssd-ipa\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmbclient\": [{\"name\": \"libsmbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ad\": [{\"name\": \"sssd-ad\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd\": [{\"name\": \"sssd\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tlog\": [{\"name\": \"tlog\", \"version\": \"14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}]}}, \"invocation\": {\"module_args\": {\"manager\": [\"auto\"], \"strategy\": \"first\"}}}\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.common.respawn\\r\\n# destroy ansible.module_utils.common.respawn\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts.packages\\r\\n# destroy ansible.module_utils.facts.packages\\r\\n# cleanup[2] removing rpm._rpm\\r\\n# cleanup[2] removing rpm.transaction\\r\\n# cleanup[2] removing rpm\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy pickle\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy shlex\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# destroy rpm.transaction\\r\\n# destroy rpm\\r\\n# cleanup[3] wiping rpm._rpm\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping _multiprocessing\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy rpm._rpm\\r\\n# destroy termios\\r\\n# destroy _ssl\\r\\n# destroy _multiprocessing\\r\\n# destroy _queue\\r\\n# destroy _pickle\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888132.44735: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d72850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2db0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d48d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d72d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d13eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d16f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d0c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d12640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d13370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff29d3e20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3910>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e70d0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ceed90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ce7670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2cf96d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d1ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff29e7cd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2cee2b0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2cf92e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d209d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7eb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7df0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29ba3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29ba4c0>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29eff40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9a90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28ef220>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29a6520>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9f10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d20040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2900b50>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2900e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910cd0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28aa400>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2900f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28bb2e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910610>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28bb3a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7a30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d6700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d69d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d67c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d68b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d6d00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28e2250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d6940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28caa90>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d6af0>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1ff28126d0>\r\n# zipimport: found 105 names in '/tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2144820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21d5730>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5610>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5160>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21d53a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21b57f0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21b5b80>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21b59d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff20c8520>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21ced60>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d54f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21ce1c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21f6b20>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1160>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1760>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff20cdd30>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21a1670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2774d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2125a00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277de80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21340a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277deb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff27841c0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21340d0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21ee2b0>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff277daf0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff277dac0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2774ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21300d0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2126310>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2130cd0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2130670>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2131100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2142910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff216f9a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cee9d0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21b37f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21f0460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21620d0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff216f1f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2175bb0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff278d070>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21652e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a7fb50>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cf4910>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1cf4820>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a631c0>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a7f5e0>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb49a0>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4d90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1ca5100>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a70bb0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1ca5d90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1cb65b0>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1b7a040>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4fd0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1947250>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1947790>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1d166d0>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff19479d0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2161460>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2161f10>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff192d100>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff192dc40>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a707f0>\r\n\r\n{\"ansible_facts\": {\"packages\": {\"libgcc\": [{\"name\": \"libgcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"linux-firmware-whence\": [{\"name\": \"linux-firmware-whence\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"tzdata\": [{\"name\": \"tzdata\", \"version\": \"2024a\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"subscription-manager-rhsm-certificates\": [{\"name\": \"subscription-manager-rhsm-certificates\", \"version\": \"20220623\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"linux-firmware\": [{\"name\": \"linux-firmware\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gawk-all-langpacks\": [{\"name\": \"gawk-all-langpacks\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools-wheel\": [{\"name\": \"python3-setuptools-wheel\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"publicsuffix-list-dafsa\": [{\"name\": \"publicsuffix-list-dafsa\", \"version\": \"20210518\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"pcre2-syntax\": [{\"name\": \"pcre2-syntax\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ncurses-base\": [{\"name\": \"ncurses-base\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libssh-config\": [{\"name\": \"libssh-config\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libreport-filesystem\": [{\"name\": \"libreport-filesystem\", \"version\": \"2.15.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-data\": [{\"name\": \"dnf-data\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-misc\": [{\"name\": \"kbd-misc\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-legacy\": [{\"name\": \"kbd-legacy\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"hwdata\": [{\"name\": \"hwdata\", \"version\": \"0.348\", \"release\": \"9.15.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"fonts-filesystem\": [{\"name\": \"fonts-filesystem\", \"version\": \"2.0.5\", \"release\": \"7.el9.1\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dejavu-sans-fonts\": [{\"name\": \"dejavu-sans-fonts\", \"version\": \"2.37\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-core-font-en\": [{\"name\": \"langpacks-core-font-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld-filesystem\": [{\"name\": \"firewalld-filesystem\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"coreutils-common\": [{\"name\": \"coreutils-common\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-gpg-keys\": [{\"name\": \"centos-gpg-keys\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-repos\": [{\"name\": \"centos-stream-repos\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-release\": [{\"name\": \"centos-stream-release\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setup\": [{\"name\": \"setup\", \"version\": \"2.13.7\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"filesystem\": [{\"name\": \"filesystem\", \"version\": \"3.16\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"basesystem\": [{\"name\": \"basesystem\", \"version\": \"11\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"glibc-gconv-extra\": [{\"name\": \"glibc-gconv-extra\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-langpack-en\": [{\"name\": \"glibc-langpack-en\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-common\": [{\"name\": \"glibc-common\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc\": [{\"name\": \"glibc\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses-libs\": [{\"name\": \"ncurses-libs\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bash\": [{\"name\": \"bash\", \"version\": \"5.1.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib\": [{\"name\": \"zlib\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-libs\": [{\"name\": \"xz-libs\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd\": [{\"name\": \"libzstd\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap\": [{\"name\": \"libcap\", \"version\": \"2.48\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"popt\": [{\"name\": \"popt\", \"version\": \"1.18\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bzip2-libs\": [{\"name\": \"bzip2-libs\", \"version\": \"1.0.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt\": [{\"name\": \"libxcrypt\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuuid\": [{\"name\": \"libuuid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sqlite-libs\": [{\"name\": \"sqlite-libs\", \"version\": \"3.34.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcom_err\": [{\"name\": \"libcom_err\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libstdc++\": [{\"name\": \"libstdc++\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmnl\": [{\"name\": \"libmnl\", \"version\": \"1.0.4\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf\": [{\"name\": \"elfutils-libelf\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxml2\": [{\"name\": \"libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies\": [{\"name\": \"crypto-policies\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"readline\": [{\"name\": \"readline\", \"version\": \"8.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng\": [{\"name\": \"libcap-ng\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit-libs\": [{\"name\": \"audit-libs\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"alternatives\": [{\"name\": \"alternatives\", \"version\": \"1.24\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libunistring\": [{\"name\": \"libunistring\", \"version\": \"0.9.10\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lua-libs\": [{\"name\": \"lua-libs\", \"version\": \"5.4.4\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libffi\": [{\"name\": \"libffi\", \"version\": \"3.4.2\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgpg-error\": [{\"name\": \"libgpg-error\", \"version\": \"1.42\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsepol\": [{\"name\": \"libsepol\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtalloc\": [{\"name\": \"libtalloc\", \"version\": \"2.4.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libidn2\": [{\"name\": \"libidn2\", \"version\": \"2.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gmp\": [{\"name\": \"gmp\", \"version\": \"6.2.0\", \"release\": \"13.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-c\": [{\"name\": \"json-c\", \"version\": \"0.14\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils-libs\": [{\"name\": \"keyutils-libs\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libattr\": [{\"name\": \"libattr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libacl\": [{\"name\": \"libacl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3\": [{\"name\": \"libnl3\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmartcols\": [{\"name\": \"libsmartcols\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lz4-libs\": [{\"name\": \"lz4-libs\", \"version\": \"1.9.3\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre2\": [{\"name\": \"pcre2\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux\": [{\"name\": \"libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sed\": [{\"name\": \"sed\", \"version\": \"4.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsemanage\": [{\"name\": \"libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shadow-utils\": [{\"name\": \"shadow-utils\", \"version\": \"4.9\", \"release\": \"9.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"findutils\": [{\"name\": \"findutils\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtevent\": [{\"name\": \"libtevent\", \"version\": \"0.16.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgcrypt\": [{\"name\": \"libgcrypt\", \"version\": \"1.10.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file-libs\": [{\"name\": \"file-libs\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libedit\": [{\"name\": \"libedit\", \"version\": \"3.1\", \"release\": \"38.20210216cvs.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"psmisc\": [{\"name\": \"psmisc\", \"version\": \"23.4\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dmidecode\": [{\"name\": \"dmidecode\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"expat\": [{\"name\": \"expat\", \"version\": \"2.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdbm-libs\": [{\"name\": \"gdbm-libs\", \"version\": \"1.23\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jansson\": [{\"name\": \"jansson\", \"version\": \"2.14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtasn1\": [{\"name\": \"libtasn1\", \"version\": \"4.16.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit\": [{\"name\": \"p11-kit\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtdb\": [{\"name\": \"libtdb\", \"version\": \"1.4.10\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"which\": [{\"name\": \"which\", \"version\": \"2.21\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit-trust\": [{\"name\": \"p11-kit-trust\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file\": [{\"name\": \"file\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux-utils\": [{\"name\": \"libselinux-utils\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libassuan\": [{\"name\": \"libassuan\", \"version\": \"2.5.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbpf\": [{\"name\": \"libbpf\", \"version\": \"1.4.0\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnftnl\": [{\"name\": \"libnftnl\", \"version\": \"1.2.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fuse-libs\": [{\"name\": \"fuse-libs\", \"version\": \"2.9.9\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbasicobjects\": [{\"name\": \"libbasicobjects\", \"version\": \"0.1.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcollection\": [{\"name\": \"libcollection\", \"version\": \"0.7.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdb\": [{\"name\": \"libdb\", \"version\": \"5.3.28\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute\": [{\"name\": \"iproute\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdhash\": [{\"name\": \"libdhash\", \"version\": \"0.5.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgomp\": [{\"name\": \"libgomp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libref_array\": [{\"name\": \"libref_array\", \"version\": \"0.1.5\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libseccomp\": [{\"name\": \"libseccomp\", \"version\": \"2.5.2\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsigsegv\": [{\"name\": \"libsigsegv\", \"version\": \"2.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_idmap\": [{\"name\": \"libsss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lzo\": [{\"name\": \"lzo\", \"version\": \"2.10\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"numactl-libs\": [{\"name\": \"numactl-libs\", \"version\": \"2.0.16\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre\": [{\"name\": \"pcre\", \"version\": \"8.44\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grep\": [{\"name\": \"grep\", \"version\": \"3.6\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-libs\": [{\"name\": \"openssl-libs\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"coreutils\": [{\"name\": \"coreutils\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ca-certificates\": [{\"name\": \"ca-certificates\", \"version\": \"2024.2.69_v8.0.303\", \"release\": \"91.4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"systemd-libs\": [{\"name\": \"systemd-libs\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libblkid\": [{\"name\": \"libblkid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-libs\": [{\"name\": \"dbus-libs\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmount\": [{\"name\": \"libmount\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux-core\": [{\"name\": \"util-linux-core\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfdisk\": [{\"name\": \"libfdisk\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gzip\": [{\"name\": \"gzip\", \"version\": \"1.12\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod\": [{\"name\": \"kmod\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod-libs\": [{\"name\": \"kmod-libs\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib\": [{\"name\": \"cracklib\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib-dicts\": [{\"name\": \"cracklib-dicts\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-tools\": [{\"name\": \"dbus-tools\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"procps-ng\": [{\"name\": \"procps-ng\", \"version\": \"3.3.17\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl\": [{\"name\": \"openssl\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libarchive\": [{\"name\": \"libarchive\", \"version\": \"3.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libevent\": [{\"name\": \"libevent\", \"version\": \"2.1.12\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_certmap\": [{\"name\": \"libsss_certmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz\": [{\"name\": \"xz\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"squashfs-tools\": [{\"name\": \"squashfs-tools\", \"version\": \"4.4\", \"release\": \"10.git1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcomps\": [{\"name\": \"libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libutempter\": [{\"name\": \"libutempter\", \"version\": \"1.2.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3-cli\": [{\"name\": \"libnl3-cli\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libteam\": [{\"name\": \"libteam\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"acl\": [{\"name\": \"acl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext-libs\": [{\"name\": \"gettext-libs\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext\": [{\"name\": \"gettext\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"attr\": [{\"name\": \"attr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils\": [{\"name\": \"keyutils\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mpfr\": [{\"name\": \"mpfr\", \"version\": \"4.1.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gawk\": [{\"name\": \"gawk\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpsl\": [{\"name\": \"libpsl\", \"version\": \"0.21.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libksba\": [{\"name\": \"libksba\", \"version\": \"1.5.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ethtool\": [{\"name\": \"ethtool\", \"version\": \"6.2\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset-libs\": [{\"name\": \"ipset-libs\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset\": [{\"name\": \"ipset\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"groff-base\": [{\"name\": \"groff-base\", \"version\": \"1.22.4\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"snappy\": [{\"name\": \"snappy\", \"version\": \"1.1.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs-libs\": [{\"name\": \"e2fsprogs-libs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libss\": [{\"name\": \"libss\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-compat\": [{\"name\": \"libxcrypt-compat\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pip-wheel\": [{\"name\": \"python3-pip-wheel\", \"version\": \"21.3.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python-unversioned-command\": [{\"name\": \"python-unversioned-command\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3\": [{\"name\": \"python3\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libs\": [{\"name\": \"python3-libs\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools\": [{\"name\": \"python3-setuptools\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-six\": [{\"name\": \"python3-six\", \"version\": \"1.15.0\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dateutil\": [{\"name\": \"python3-dateutil\", \"version\": \"2.8.1\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-iniparse\": [{\"name\": \"python3-iniparse\", \"version\": \"0.4\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-idna\": [{\"name\": \"python3-idna\", \"version\": \"2.10\", \"release\": \"7.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libselinux\": [{\"name\": \"python3-libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libsemanage\": [{\"name\": \"python3-libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-inotify\": [{\"name\": \"python3-inotify\", \"version\": \"0.9.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-setools\": [{\"name\": \"python3-setools\", \"version\": \"4.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-distro\": [{\"name\": \"python3-distro\", \"version\": \"1.5.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libcomps\": [{\"name\": \"python3-libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-chardet\": [{\"name\": \"python3-chardet\", \"version\": \"4.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-decorator\": [{\"name\": \"python3-decorator\", \"version\": \"4.4.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pysocks\": [{\"name\": \"python3-pysocks\", \"version\": \"1.7.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-urllib3\": [{\"name\": \"python3-urllib3\", \"version\": \"1.26.5\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-requests\": [{\"name\": \"python3-requests\", \"version\": \"2.25.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-cloud-what\": [{\"name\": \"python3-cloud-what\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-systemd\": [{\"name\": \"python3-systemd\", \"version\": \"234\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng-python3\": [{\"name\": \"libcap-ng-python3\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-audit\": [{\"name\": \"python3-audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pigz\": [{\"name\": \"pigz\", \"version\": \"2.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"hostname\": [{\"name\": \"hostname\", \"version\": \"3.23\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools-libs\": [{\"name\": \"kernel-tools-libs\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"less\": [{\"name\": \"less\", \"version\": \"590\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-rpm-macros\": [{\"name\": \"systemd-rpm-macros\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"c-ares\": [{\"name\": \"c-ares\", \"version\": \"1.19.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpio\": [{\"name\": \"cpio\", \"version\": \"2.13\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"diffutils\": [{\"name\": \"diffutils\", \"version\": \"3.7\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"inih\": [{\"name\": \"inih\", \"version\": \"49\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbrotli\": [{\"name\": \"libbrotli\", \"version\": \"1.0.9\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcbor\": [{\"name\": \"libcbor\", \"version\": \"0.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdaemon\": [{\"name\": \"libdaemon\", \"version\": \"0.14\", \"release\": \"23.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"teamd\": [{\"name\": \"teamd\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libeconf\": [{\"name\": \"libeconf\", \"version\": \"0.4.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpwquality\": [{\"name\": \"libpwquality\", \"version\": \"1.4.4\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pam\": [{\"name\": \"pam\", \"version\": \"1.5.1\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux\": [{\"name\": \"util-linux\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-common\": [{\"name\": \"grub2-common\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh\": [{\"name\": \"openssh\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-pc-modules\": [{\"name\": \"grub2-pc-modules\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"virt-what\": [{\"name\": \"virt-what\", \"version\": \"1.25\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kbd\": [{\"name\": \"kbd\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libndp\": [{\"name\": \"libndp\", \"version\": \"1.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfnetlink\": [{\"name\": \"libnfnetlink\", \"version\": \"1.0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnetfilter_conntrack\": [{\"name\": \"libnetfilter_conntrack\", \"version\": \"1.0.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-libs\": [{\"name\": \"iptables-libs\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-nft\": [{\"name\": \"iptables-nft\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nftables\": [{\"name\": \"nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-nftables\": [{\"name\": \"python3-nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnghttp2\": [{\"name\": \"libnghttp2\", \"version\": \"1.43.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpath_utils\": [{\"name\": \"libpath_utils\", \"version\": \"0.2.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libini_config\": [{\"name\": \"libini_config\", \"version\": \"1.3.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpipeline\": [{\"name\": \"libpipeline\", \"version\": \"1.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_nss_idmap\": [{\"name\": \"libsss_nss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_sudo\": [{\"name\": \"libsss_sudo\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto\": [{\"name\": \"libverto\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"krb5-libs\": [{\"name\": \"krb5-libs\", \"version\": \"1.21.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-lib\": [{\"name\": \"cyrus-sasl-lib\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openldap\": [{\"name\": \"openldap\", \"version\": \"2.6.6\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libssh\": [{\"name\": \"libssh\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcurl\": [{\"name\": \"libcurl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tpm2-tss\": [{\"name\": \"tpm2-tss\", \"version\": \"3.2.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ima-evm-utils\": [{\"name\": \"ima-evm-utils\", \"version\": \"1.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"curl\": [{\"name\": \"curl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm\": [{\"name\": \"rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-libs\": [{\"name\": \"rpm-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"policycoreutils\": [{\"name\": \"policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"selinux-policy\": [{\"name\": \"selinux-policy\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"selinux-policy-targeted\": [{\"name\": \"selinux-policy-targeted\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus\": [{\"name\": \"dbus\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-pam\": [{\"name\": \"systemd-pam\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd\": [{\"name\": \"systemd\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-common\": [{\"name\": \"dbus-common\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus-broker\": [{\"name\": \"dbus-broker\", \"version\": \"28\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie-anacron\": [{\"name\": \"cronie-anacron\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie\": [{\"name\": \"cronie\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crontabs\": [{\"name\": \"crontabs\", \"version\": \"1.11\", \"release\": \"26.20190603git.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libsolv\": [{\"name\": \"libsolv\", \"version\": \"0.7.24\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-libs\": [{\"name\": \"authselect-libs\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper-libs\": [{\"name\": \"device-mapper-libs\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper\": [{\"name\": \"device-mapper\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools-minimal\": [{\"name\": \"grub2-tools-minimal\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cryptsetup-libs\": [{\"name\": \"cryptsetup-libs\", \"version\": \"2.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-udev\": [{\"name\": \"systemd-udev\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfido2\": [{\"name\": \"libfido2\", \"version\": \"1.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"os-prober\": [{\"name\": \"os-prober\", \"version\": \"1.77\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kpartx\": [{\"name\": \"kpartx\", \"version\": \"0.8.7\", \"release\": \"32.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-default-yama-scope\": [{\"name\": \"elfutils-default-yama-scope\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"elfutils-libs\": [{\"name\": \"elfutils-libs\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-debuginfod-client\": [{\"name\": \"elfutils-debuginfod-client\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils-gold\": [{\"name\": \"binutils-gold\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils\": [{\"name\": \"binutils\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-build-libs\": [{\"name\": \"rpm-build-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-service\": [{\"name\": \"initscripts-service\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iputils\": [{\"name\": \"iputils\", \"version\": \"20210202\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi\": [{\"name\": \"libkcapi\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi-hmaccalc\": [{\"name\": \"libkcapi-hmaccalc\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut\": [{\"name\": \"dracut\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules-core\": [{\"name\": \"kernel-modules-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-core\": [{\"name\": \"kernel-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools\": [{\"name\": \"grub2-tools\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grubby\": [{\"name\": \"grubby\", \"version\": \"8.40\", \"release\": \"63.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules\": [{\"name\": \"kernel-modules\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-squash\": [{\"name\": \"dracut-squash\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"logrotate\": [{\"name\": \"logrotate\", \"version\": \"3.18.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob\": [{\"name\": \"oddjob\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob-mkhomedir\": [{\"name\": \"oddjob-mkhomedir\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect\": [{\"name\": \"authselect\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-systemd-inhibit\": [{\"name\": \"rpm-plugin-systemd-inhibit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-client\": [{\"name\": \"sssd-client\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libyaml\": [{\"name\": \"libyaml\", \"version\": \"0.2.5\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lmdb-libs\": [{\"name\": \"lmdb-libs\", \"version\": \"0.9.29\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libldb\": [{\"name\": \"libldb\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common\": [{\"name\": \"sssd-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nettle\": [{\"name\": \"nettle\", \"version\": \"3.9.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnutls\": [{\"name\": \"gnutls\", \"version\": \"3.8.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib2\": [{\"name\": \"glib2\", \"version\": \"2.68.4\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dbus\": [{\"name\": \"python3-dbus\", \"version\": \"1.2.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-libnm\": [{\"name\": \"NetworkManager-libnm\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager\": [{\"name\": \"NetworkManager\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmodulemd\": [{\"name\": \"libmodulemd\", \"version\": \"2.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuser\": [{\"name\": \"libuser\", \"version\": \"0.63\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"passwd\": [{\"name\": \"passwd\", \"version\": \"0.80\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"usermode\": [{\"name\": \"usermode\", \"version\": \"1.114\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gobject-introspection\": [{\"name\": \"gobject-introspection\", \"version\": \"1.68.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gobject-base-noarch\": [{\"name\": \"python3-gobject-base-noarch\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-gobject-base\": [{\"name\": \"python3-gobject-base\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-firewall\": [{\"name\": \"python3-firewall\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"npth\": [{\"name\": \"npth\", \"version\": \"1.6\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnupg2\": [{\"name\": \"gnupg2\", \"version\": \"2.3.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpgme\": [{\"name\": \"gpgme\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"librepo\": [{\"name\": \"librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf\": [{\"name\": \"libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libdnf\": [{\"name\": \"python3-libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-hawkey\": [{\"name\": \"python3-hawkey\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf-plugin-subscription-manager\": [{\"name\": \"libdnf-plugin-subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-librepo\": [{\"name\": \"python3-librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gpg\": [{\"name\": \"python3-gpg\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-sign-libs\": [{\"name\": \"rpm-sign-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-rpm\": [{\"name\": \"python3-rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dnf\": [{\"name\": \"python3-dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dnf-plugins-core\": [{\"name\": \"python3-dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf\": [{\"name\": \"dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-subscription-manager-rhsm\": [{\"name\": \"python3-subscription-manager-rhsm\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"subscription-manager\": [{\"name\": \"subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oniguruma\": [{\"name\": \"oniguruma\", \"version\": \"6.9.6\", \"release\": \"1.el9.6\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jq\": [{\"name\": \"jq\", \"version\": \"1.6\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-network\": [{\"name\": \"dracut-network\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pciutils-libs\": [{\"name\": \"pciutils-libs\", \"version\": \"3.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils-libs\": [{\"name\": \"sg3_utils-libs\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"slang\": [{\"name\": \"slang\", \"version\": \"2.3.2\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"newt\": [{\"name\": \"newt\", \"version\": \"0.52.21\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"userspace-rcu\": [{\"name\": \"userspace-rcu\", \"version\": \"0.12.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"checkpolicy\": [{\"name\": \"checkpolicy\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-policycoreutils\": [{\"name\": \"python3-policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"policycoreutils-python-utils\": [{\"name\": \"policycoreutils-python-utils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libestr\": [{\"name\": \"libestr\", \"version\": \"0.1.11\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfastjson\": [{\"name\": \"libfastjson\", \"version\": \"0.99.9\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog-logrotate\": [{\"name\": \"rsyslog-logrotate\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog\": [{\"name\": \"rsyslog\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"liburing\": [{\"name\": \"liburing\", \"version\": \"2.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"langpacks-core-en\": [{\"name\": \"langpacks-core-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-en\": [{\"name\": \"langpacks-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"qemu-guest-agent\": [{\"name\": \"qemu-guest-agent\", \"version\": \"9.0.0\", \"release\": \"10.el9\", \"epoch\": 17, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rhc\": [{\"name\": \"rhc\", \"version\": \"0.2.4\", \"release\": \"5.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xfsprogs\": [{\"name\": \"xfsprogs\", \"version\": \"6.4.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-tui\": [{\"name\": \"NetworkManager-tui\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils\": [{\"name\": \"sg3_utils\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools\": [{\"name\": \"kernel-tools\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kexec-tools\": [{\"name\": \"kexec-tools\", \"version\": \"2.0.27\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum\": [{\"name\": \"yum\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-plugins-core\": [{\"name\": \"dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld\": [{\"name\": \"firewalld\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"NetworkManager-team\": [{\"name\": \"NetworkManager-team\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-rename-device\": [{\"name\": \"initscripts-rename-device\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"irqbalance\": [{\"name\": \"irqbalance\", \"version\": \"1.9.4\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"chrony\": [{\"name\": \"chrony\", \"version\": \"4.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-kcm\": [{\"name\": \"sssd-kcm\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-compat\": [{\"name\": \"authselect-compat\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel\": [{\"name\": \"kernel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies-scripts\": [{\"name\": \"crypto-policies-scripts\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"grub2-pc\": [{\"name\": \"grub2-pc\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-config-rescue\": [{\"name\": \"dracut-config-rescue\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit\": [{\"name\": \"audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssh-clients\": [{\"name\": \"openssh-clients\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"parted\": [{\"name\": \"parted\", \"version\": \"3.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"microcode_ctl\": [{\"name\": \"microcode_ctl\", \"version\": \"20240531\", \"release\": \"1.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh-server\": [{\"name\": \"openssh-server\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-selinux\": [{\"name\": \"rpm-plugin-selinux\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-audit\": [{\"name\": \"rpm-plugin-audit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sudo\": [{\"name\": \"sudo\", \"version\": \"1.9.5p2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"man-db\": [{\"name\": \"man-db\", \"version\": \"2.9.3\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute-tc\": [{\"name\": \"iproute-tc\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs\": [{\"name\": \"e2fsprogs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"prefixdevname\": [{\"name\": \"prefixdevname\", \"version\": \"0.1.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-minimal\": [{\"name\": \"vim-minimal\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lshw\": [{\"name\": \"lshw\", \"version\": \"B.02.19.2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses\": [{\"name\": \"ncurses\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsysfs\": [{\"name\": \"libsysfs\", \"version\": \"2.1.1\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lsscsi\": [{\"name\": \"lsscsi\", \"version\": \"0.32\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iwl100-firmware\": [{\"name\": \"iwl100-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl1000-firmware\": [{\"name\": \"iwl1000-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl105-firmware\": [{\"name\": \"iwl105-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl135-firmware\": [{\"name\": \"iwl135-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2000-firmware\": [{\"name\": \"iwl2000-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2030-firmware\": [{\"name\": \"iwl2030-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl3160-firmware\": [{\"name\": \"iwl3160-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5000-firmware\": [{\"name\": \"iwl5000-firmware\", \"version\": \"8.83.5.1_1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5150-firmware\": [{\"name\": \"iwl5150-firmware\", \"version\": \"8.24.2.2\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6000g2a-firmware\": [{\"name\": \"iwl6000g2a-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6050-firmware\": [{\"name\": \"iwl6050-firmware\", \"version\": \"41.28.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl7260-firmware\": [{\"name\": \"iwl7260-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rootfiles\": [{\"name\": \"rootfiles\", \"version\": \"8.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gpg-pubkey\": [{\"name\": \"gpg-pubkey\", \"version\": \"3228467c\", \"release\": \"613798eb\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}, {\"name\": \"gpg-pubkey\", \"version\": \"8483c65d\", \"release\": \"5ccc5b19\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}], \"epel-release\": [{\"name\": \"epel-release\", \"version\": \"9\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"nspr\": [{\"name\": \"nspr\", \"version\": \"4.35.0\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-system\": [{\"name\": \"boost-system\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-util\": [{\"name\": \"nss-util\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"make\": [{\"name\": \"make\", \"version\": \"4.3\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"m4\": [{\"name\": \"m4\", \"version\": \"1.4.19\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmpc\": [{\"name\": \"libmpc\", \"version\": \"1.2.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"unzip\": [{\"name\": \"unzip\", \"version\": \"6.0\", \"release\": \"57.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"avahi-libs\": [{\"name\": \"avahi-libs\", \"version\": \"0.8\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zip\": [{\"name\": \"zip\", \"version\": \"3.0\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpp\": [{\"name\": \"cpp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bison\": [{\"name\": \"bison\", \"version\": \"3.7.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"flex\": [{\"name\": \"flex\", \"version\": \"2.6.4\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn-freebl\": [{\"name\": \"nss-softokn-freebl\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn\": [{\"name\": \"nss-softokn\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss\": [{\"name\": \"nss\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-sysinit\": [{\"name\": \"nss-sysinit\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-filesystem\": [{\"name\": \"boost-filesystem\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-thread\": [{\"name\": \"boost-thread\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Digest\": [{\"name\": \"perl-Digest\", \"version\": \"1.19\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Digest-MD5\": [{\"name\": \"perl-Digest-MD5\", \"version\": \"2.58\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-B\": [{\"name\": \"perl-B\", \"version\": \"1.80\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-FileHandle\": [{\"name\": \"perl-FileHandle\", \"version\": \"2.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Data-Dumper\": [{\"name\": \"perl-Data-Dumper\", \"version\": \"2.174\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libnet\": [{\"name\": \"perl-libnet\", \"version\": \"3.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-base\": [{\"name\": \"perl-base\", \"version\": \"2.27\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-URI\": [{\"name\": \"perl-URI\", \"version\": \"5.09\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-AutoLoader\": [{\"name\": \"perl-AutoLoader\", \"version\": \"5.74\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Mozilla-CA\": [{\"name\": \"perl-Mozilla-CA\", \"version\": \"20200520\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-if\": [{\"name\": \"perl-if\", \"version\": \"0.60.800\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-IP\": [{\"name\": \"perl-IO-Socket-IP\", \"version\": \"0.41\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Time-Local\": [{\"name\": \"perl-Time-Local\", \"version\": \"1.300\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Path\": [{\"name\": \"perl-File-Path\", \"version\": \"2.18\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Escapes\": [{\"name\": \"perl-Pod-Escapes\", \"version\": \"1.07\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Text-Tabs+Wrap\": [{\"name\": \"perl-Text-Tabs+Wrap\", \"version\": \"2013.0523\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-SSL\": [{\"name\": \"perl-IO-Socket-SSL\", \"version\": \"2.073\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Net-SSLeay\": [{\"name\": \"perl-Net-SSLeay\", \"version\": \"1.94\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Class-Struct\": [{\"name\": \"perl-Class-Struct\", \"version\": \"0.66\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-POSIX\": [{\"name\": \"perl-POSIX\", \"version\": \"1.94\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Term-ANSIColor\": [{\"name\": \"perl-Term-ANSIColor\", \"version\": \"5.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IPC-Open3\": [{\"name\": \"perl-IPC-Open3\", \"version\": \"1.21\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-subs\": [{\"name\": \"perl-subs\", \"version\": \"1.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Temp\": [{\"name\": \"perl-File-Temp\", \"version\": \"0.231.100\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Term-Cap\": [{\"name\": \"perl-Term-Cap\", \"version\": \"1.17\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Simple\": [{\"name\": \"perl-Pod-Simple\", \"version\": \"3.42\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-HTTP-Tiny\": [{\"name\": \"perl-HTTP-Tiny\", \"version\": \"0.076\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Socket\": [{\"name\": \"perl-Socket\", \"version\": \"2.031\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-SelectSaver\": [{\"name\": \"perl-SelectSaver\", \"version\": \"1.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Symbol\": [{\"name\": \"perl-Symbol\", \"version\": \"1.08\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-stat\": [{\"name\": \"perl-File-stat\", \"version\": \"1.09\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-podlators\": [{\"name\": \"perl-podlators\", \"version\": \"4.14\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Perldoc\": [{\"name\": \"perl-Pod-Perldoc\", \"version\": \"3.28.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Fcntl\": [{\"name\": \"perl-Fcntl\", \"version\": \"1.13\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Text-ParseWords\": [{\"name\": \"perl-Text-ParseWords\", \"version\": \"3.30\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-mro\": [{\"name\": \"perl-mro\", \"version\": \"1.23\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-IO\": [{\"name\": \"perl-IO\", \"version\": \"1.43\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overloading\": [{\"name\": \"perl-overloading\", \"version\": \"0.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Usage\": [{\"name\": \"perl-Pod-Usage\", \"version\": \"2.01\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Errno\": [{\"name\": \"perl-Errno\", \"version\": \"1.30\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Basename\": [{\"name\": \"perl-File-Basename\", \"version\": \"2.85\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Std\": [{\"name\": \"perl-Getopt-Std\", \"version\": \"1.12\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-MIME-Base64\": [{\"name\": \"perl-MIME-Base64\", \"version\": \"3.16\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Scalar-List-Utils\": [{\"name\": \"perl-Scalar-List-Utils\", \"version\": \"1.56\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-constant\": [{\"name\": \"perl-constant\", \"version\": \"1.33\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Storable\": [{\"name\": \"perl-Storable\", \"version\": \"3.21\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overload\": [{\"name\": \"perl-overload\", \"version\": \"1.31\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-parent\": [{\"name\": \"perl-parent\", \"version\": \"0.238\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-vars\": [{\"name\": \"perl-vars\", \"version\": \"1.05\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Long\": [{\"name\": \"perl-Getopt-Long\", \"version\": \"2.52\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Carp\": [{\"name\": \"perl-Carp\", \"version\": \"1.50\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Exporter\": [{\"name\": \"perl-Exporter\", \"version\": \"5.74\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-NDBM_File\": [{\"name\": \"perl-NDBM_File\", \"version\": \"1.15\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-PathTools\": [{\"name\": \"perl-PathTools\", \"version\": \"3.78\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Encode\": [{\"name\": \"perl-Encode\", \"version\": \"3.08\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libs\": [{\"name\": \"perl-libs\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-interpreter\": [{\"name\": \"perl-interpreter\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"aspell\": [{\"name\": \"aspell\", \"version\": \"0.60.8\", \"release\": \"8.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tbb\": [{\"name\": \"tbb\", \"version\": \"2020.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dyninst\": [{\"name\": \"dyninst\", \"version\": \"12.1.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-runtime\": [{\"name\": \"systemtap-runtime\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-headers\": [{\"name\": \"kernel-headers\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-headers\": [{\"name\": \"glibc-headers\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"strace\": [{\"name\": \"strace\", \"version\": \"5.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-m4\": [{\"name\": \"pkgconf-m4\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libpkgconf\": [{\"name\": \"libpkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf\": [{\"name\": \"pkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-pkg-config\": [{\"name\": \"pkgconf-pkg-config\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd-devel\": [{\"name\": \"libzstd-devel\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib-devel\": [{\"name\": \"zlib-devel\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf-devel\": [{\"name\": \"elfutils-libelf-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-devel\": [{\"name\": \"glibc-devel\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-devel\": [{\"name\": \"libxcrypt-devel\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gcc\": [{\"name\": \"gcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-devel\": [{\"name\": \"openssl-devel\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-devel\": [{\"name\": \"kernel-devel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-devel\": [{\"name\": \"xz-devel\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-devel\": [{\"name\": \"elfutils-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-devel\": [{\"name\": \"systemtap-devel\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"efivar-libs\": [{\"name\": \"efivar-libs\", \"version\": \"38\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mokutil\": [{\"name\": \"mokutil\", \"version\": \"0.6.0\", \"release\": \"4.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-client\": [{\"name\": \"systemtap-client\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap\": [{\"name\": \"systemtap\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"qa-tools\": [{\"name\": \"qa-tools\", \"version\": \"4.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libtirpc\": [{\"name\": \"libtirpc\", \"version\": \"1.3.3\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core\": [{\"name\": \"git-core\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfsidmap\": [{\"name\": \"libnfsidmap\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core-doc\": [{\"name\": \"git-core-doc\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rpcbind\": [{\"name\": \"rpcbind\", \"version\": \"1.2.6\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"wget\": [{\"name\": \"wget\", \"version\": \"1.21.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-lib\": [{\"name\": \"perl-lib\", \"version\": \"0.65\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Find\": [{\"name\": \"perl-File-Find\", \"version\": \"1.37\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Error\": [{\"name\": \"perl-Error\", \"version\": \"0.17029\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-DynaLoader\": [{\"name\": \"perl-DynaLoader\", \"version\": \"1.47\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-TermReadKey\": [{\"name\": \"perl-TermReadKey\", \"version\": \"2.38\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxslt\": [{\"name\": \"libxslt\", \"version\": \"1.1.34\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-lxml\": [{\"name\": \"python3-lxml\", \"version\": \"4.6.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpm-libs\": [{\"name\": \"gpm-libs\", \"version\": \"1.20.7\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"emacs-filesystem\": [{\"name\": \"emacs-filesystem\", \"version\": \"27.2\", \"release\": \"10.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Git\": [{\"name\": \"perl-Git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"git\": [{\"name\": \"git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum-utils\": [{\"name\": \"yum-utils\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-filesystem\": [{\"name\": \"vim-filesystem\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-common\": [{\"name\": \"vim-common\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"time\": [{\"name\": \"time\", \"version\": \"1.9\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tar\": [{\"name\": \"tar\", \"version\": \"1.34\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"quota-nls\": [{\"name\": \"quota-nls\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"quota\": [{\"name\": \"quota\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pyyaml\": [{\"name\": \"python3-pyyaml\", \"version\": \"5.4.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libev\": [{\"name\": \"libev\", \"version\": \"4.33\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto-libev\": [{\"name\": \"libverto-libev\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gssproxy\": [{\"name\": \"gssproxy\", \"version\": \"0.8.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nfs-utils\": [{\"name\": \"nfs-utils\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bc\": [{\"name\": \"bc\", \"version\": \"1.07.1\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"beakerlib-redhat\": [{\"name\": \"beakerlib-redhat\", \"version\": \"1\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"beakerlib\": [{\"name\": \"beakerlib\", \"version\": \"1.29.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"restraint\": [{\"name\": \"restraint\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"restraint-rhts\": [{\"name\": \"restraint-rhts\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-enhanced\": [{\"name\": \"vim-enhanced\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-nfs-idmap\": [{\"name\": \"sssd-nfs-idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsync\": [{\"name\": \"rsync\", \"version\": \"3.2.3\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pytz\": [{\"name\": \"python3-pytz\", \"version\": \"2021.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-babel\": [{\"name\": \"python3-babel\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyserial\": [{\"name\": \"python3-pyserial\", \"version\": \"3.4\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyrsistent\": [{\"name\": \"python3-pyrsistent\", \"version\": \"0.17.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-prettytable\": [{\"name\": \"python3-prettytable\", \"version\": \"0.7.2\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-oauthlib\": [{\"name\": \"python3-oauthlib\", \"version\": \"3.1.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-netifaces\": [{\"name\": \"python3-netifaces\", \"version\": \"0.10.6\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-markupsafe\": [{\"name\": \"python3-markupsafe\", \"version\": \"1.1.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-jinja2\": [{\"name\": \"python3-jinja2\", \"version\": \"2.11.3\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpointer\": [{\"name\": \"python3-jsonpointer\", \"version\": \"2.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpatch\": [{\"name\": \"python3-jsonpatch\", \"version\": \"1.21\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-configobj\": [{\"name\": \"python3-configobj\", \"version\": \"5.0.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-attrs\": [{\"name\": \"python3-attrs\", \"version\": \"20.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonschema\": [{\"name\": \"python3-jsonschema\", \"version\": \"3.2.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libmaxminddb\": [{\"name\": \"libmaxminddb\", \"version\": \"1.5.2\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"geolite2-country\": [{\"name\": \"geolite2-country\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"geolite2-city\": [{\"name\": \"geolite2-city\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ipcalc\": [{\"name\": \"ipcalc\", \"version\": \"1.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdisk\": [{\"name\": \"gdisk\", \"version\": \"1.0.7\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dhcp-common\": [{\"name\": \"dhcp-common\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dhcp-client\": [{\"name\": \"dhcp-client\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cloud-init\": [{\"name\": \"cloud-init\", \"version\": \"23.4\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cloud-utils-growpart\": [{\"name\": \"cloud-utils-growpart\", \"version\": \"0.33\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jitterentropy\": [{\"name\": \"jitterentropy\", \"version\": \"3.5.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rng-tools\": [{\"name\": \"rng-tools\", \"version\": \"6.16\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common\": [{\"name\": \"samba-common\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"protobuf-c\": [{\"name\": \"protobuf-c\", \"version\": \"1.3.3\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-gssapi\": [{\"name\": \"cyrus-sasl-gssapi\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5-common\": [{\"name\": \"sssd-krb5-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5\": [{\"name\": \"sssd-krb5\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ldap\": [{\"name\": \"sssd-ldap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adcli\": [{\"name\": \"adcli\", \"version\": \"0.9.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuv\": [{\"name\": \"libuv\", \"version\": \"1.42.0\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fstrm\": [{\"name\": \"fstrm\", \"version\": \"0.6.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-license\": [{\"name\": \"bind-license\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"bind-libs\": [{\"name\": \"bind-libs\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-utils\": [{\"name\": \"bind-utils\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-proxy\": [{\"name\": \"sssd-proxy\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libipa_hbac\": [{\"name\": \"libipa_hbac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libicu\": [{\"name\": \"libicu\", \"version\": \"67.1\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libwbclient\": [{\"name\": \"libwbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common-libs\": [{\"name\": \"samba-common-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-client-libs\": [{\"name\": \"samba-client-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common-pac\": [{\"name\": \"sssd-common-pac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ipa\": [{\"name\": \"sssd-ipa\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmbclient\": [{\"name\": \"libsmbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ad\": [{\"name\": \"sssd-ad\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd\": [{\"name\": \"sssd\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tlog\": [{\"name\": \"tlog\", \"version\": \"14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}]}}, \"invocation\": {\"module_args\": {\"manager\": [\"auto\"], \"strategy\": \"first\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts.packages\r\n# destroy ansible.module_utils.facts.packages\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy rpm.transaction\r\n# destroy rpm\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy rpm._rpm\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7457850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7495880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b742dd90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7457d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71aeeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b0f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71a7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ad640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ae370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b708ee20>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708e910>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708ef10>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708efd0>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a20d0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7189d90>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7182670>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71946d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b5e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b70a2cd0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71892b0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b71942e0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2eb0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2df0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2d60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70753d0>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70754c0>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70aaf40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4a90>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6faa220>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7061520>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4f10>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fbbb50>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6fbbe80>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcb790>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcbcd0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f65400>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fbbf70>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f762e0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcb610>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f763a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2a30>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f91700>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f919d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f917c0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f918b0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f91d00>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f9d250>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f91940>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f85a90>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2610>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f91af0>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe7b6edf6d0>\\r\\n# zipimport: found 105 names in \\'/tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d60820>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6df0730>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0610>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0340>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0160>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6df03a0>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0790>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dd17f0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dd1b80>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dd19d0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b67c8520>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dead60>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df04f0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dea1c0>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e17b20>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd160>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd760>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b67cdd30>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dbd670>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e41d00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d41a00>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4ae80>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d500a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4aeb0>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e511c0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d500d0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e0a2b0>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e4aaf0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e4aac0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e41ee0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d4c0d0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d43310>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4ccd0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d4c670>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4d100>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d5e910>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d8b9a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b63aa640>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dcf7f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e0d460>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d7e0d0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d8b1f0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d91bb0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e5a070>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d812e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6140b50>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b63b0910>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b63b0820>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b613f1c0>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61405e0>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636f9a0>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636fd90>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6360100>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6131bb0>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6360d90>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b638da60>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b623b040>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636ffd0>\\r\\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\\r\\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py\\r\\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\\r\\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6008250>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6008790>\\r\\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b63d16d0>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b60089d0>\\r\\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\\r\\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d7d460>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d7df10>\\r\\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py\\r\\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\\r\\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py\\r\\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\\r\\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\\r\\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\\r\\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\\r\\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\\r\\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\\r\\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'rpm._rpm\\' loaded from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'rpm._rpm\\' executed from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'rpm._rpm\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b5fee100>\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b5feec40>\\r\\nimport \\'rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61317f0>\\r\\n\\r\\n{\"ansible_facts\": {\"packages\": {\"libgcc\": [{\"name\": \"libgcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"linux-firmware-whence\": [{\"name\": \"linux-firmware-whence\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"tzdata\": [{\"name\": \"tzdata\", \"version\": \"2024a\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"subscription-manager-rhsm-certificates\": [{\"name\": \"subscription-manager-rhsm-certificates\", \"version\": \"20220623\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"linux-firmware\": [{\"name\": \"linux-firmware\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gawk-all-langpacks\": [{\"name\": \"gawk-all-langpacks\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools-wheel\": [{\"name\": \"python3-setuptools-wheel\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"publicsuffix-list-dafsa\": [{\"name\": \"publicsuffix-list-dafsa\", \"version\": \"20210518\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"pcre2-syntax\": [{\"name\": \"pcre2-syntax\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ncurses-base\": [{\"name\": \"ncurses-base\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libssh-config\": [{\"name\": \"libssh-config\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libreport-filesystem\": [{\"name\": \"libreport-filesystem\", \"version\": \"2.15.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-data\": [{\"name\": \"dnf-data\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-misc\": [{\"name\": \"kbd-misc\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-legacy\": [{\"name\": \"kbd-legacy\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"hwdata\": [{\"name\": \"hwdata\", \"version\": \"0.348\", \"release\": \"9.15.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"fonts-filesystem\": [{\"name\": \"fonts-filesystem\", \"version\": \"2.0.5\", \"release\": \"7.el9.1\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dejavu-sans-fonts\": [{\"name\": \"dejavu-sans-fonts\", \"version\": \"2.37\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-core-font-en\": [{\"name\": \"langpacks-core-font-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld-filesystem\": [{\"name\": \"firewalld-filesystem\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"coreutils-common\": [{\"name\": \"coreutils-common\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-gpg-keys\": [{\"name\": \"centos-gpg-keys\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-repos\": [{\"name\": \"centos-stream-repos\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-release\": [{\"name\": \"centos-stream-release\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setup\": [{\"name\": \"setup\", \"version\": \"2.13.7\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"filesystem\": [{\"name\": \"filesystem\", \"version\": \"3.16\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"basesystem\": [{\"name\": \"basesystem\", \"version\": \"11\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"glibc-gconv-extra\": [{\"name\": \"glibc-gconv-extra\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-langpack-en\": [{\"name\": \"glibc-langpack-en\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-common\": [{\"name\": \"glibc-common\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc\": [{\"name\": \"glibc\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses-libs\": [{\"name\": \"ncurses-libs\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bash\": [{\"name\": \"bash\", \"version\": \"5.1.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib\": [{\"name\": \"zlib\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-libs\": [{\"name\": \"xz-libs\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd\": [{\"name\": \"libzstd\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap\": [{\"name\": \"libcap\", \"version\": \"2.48\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"popt\": [{\"name\": \"popt\", \"version\": \"1.18\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bzip2-libs\": [{\"name\": \"bzip2-libs\", \"version\": \"1.0.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt\": [{\"name\": \"libxcrypt\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuuid\": [{\"name\": \"libuuid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sqlite-libs\": [{\"name\": \"sqlite-libs\", \"version\": \"3.34.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcom_err\": [{\"name\": \"libcom_err\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libstdc++\": [{\"name\": \"libstdc++\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmnl\": [{\"name\": \"libmnl\", \"version\": \"1.0.4\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf\": [{\"name\": \"elfutils-libelf\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxml2\": [{\"name\": \"libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies\": [{\"name\": \"crypto-policies\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"readline\": [{\"name\": \"readline\", \"version\": \"8.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng\": [{\"name\": \"libcap-ng\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit-libs\": [{\"name\": \"audit-libs\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"alternatives\": [{\"name\": \"alternatives\", \"version\": \"1.24\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libunistring\": [{\"name\": \"libunistring\", \"version\": \"0.9.10\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lua-libs\": [{\"name\": \"lua-libs\", \"version\": \"5.4.4\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libffi\": [{\"name\": \"libffi\", \"version\": \"3.4.2\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgpg-error\": [{\"name\": \"libgpg-error\", \"version\": \"1.42\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsepol\": [{\"name\": \"libsepol\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtalloc\": [{\"name\": \"libtalloc\", \"version\": \"2.4.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libidn2\": [{\"name\": \"libidn2\", \"version\": \"2.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gmp\": [{\"name\": \"gmp\", \"version\": \"6.2.0\", \"release\": \"13.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-c\": [{\"name\": \"json-c\", \"version\": \"0.14\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils-libs\": [{\"name\": \"keyutils-libs\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libattr\": [{\"name\": \"libattr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libacl\": [{\"name\": \"libacl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3\": [{\"name\": \"libnl3\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmartcols\": [{\"name\": \"libsmartcols\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lz4-libs\": [{\"name\": \"lz4-libs\", \"version\": \"1.9.3\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre2\": [{\"name\": \"pcre2\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux\": [{\"name\": \"libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sed\": [{\"name\": \"sed\", \"version\": \"4.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsemanage\": [{\"name\": \"libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shadow-utils\": [{\"name\": \"shadow-utils\", \"version\": \"4.9\", \"release\": \"9.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"findutils\": [{\"name\": \"findutils\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtevent\": [{\"name\": \"libtevent\", \"version\": \"0.16.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgcrypt\": [{\"name\": \"libgcrypt\", \"version\": \"1.10.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file-libs\": [{\"name\": \"file-libs\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libedit\": [{\"name\": \"libedit\", \"version\": \"3.1\", \"release\": \"38.20210216cvs.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"psmisc\": [{\"name\": \"psmisc\", \"version\": \"23.4\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dmidecode\": [{\"name\": \"dmidecode\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"expat\": [{\"name\": \"expat\", \"version\": \"2.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdbm-libs\": [{\"name\": \"gdbm-libs\", \"version\": \"1.23\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jansson\": [{\"name\": \"jansson\", \"version\": \"2.14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtasn1\": [{\"name\": \"libtasn1\", \"version\": \"4.16.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit\": [{\"name\": \"p11-kit\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtdb\": [{\"name\": \"libtdb\", \"version\": \"1.4.10\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"which\": [{\"name\": \"which\", \"version\": \"2.21\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit-trust\": [{\"name\": \"p11-kit-trust\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file\": [{\"name\": \"file\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux-utils\": [{\"name\": \"libselinux-utils\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libassuan\": [{\"name\": \"libassuan\", \"version\": \"2.5.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbpf\": [{\"name\": \"libbpf\", \"version\": \"1.4.0\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnftnl\": [{\"name\": \"libnftnl\", \"version\": \"1.2.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fuse-libs\": [{\"name\": \"fuse-libs\", \"version\": \"2.9.9\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbasicobjects\": [{\"name\": \"libbasicobjects\", \"version\": \"0.1.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcollection\": [{\"name\": \"libcollection\", \"version\": \"0.7.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdb\": [{\"name\": \"libdb\", \"version\": \"5.3.28\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute\": [{\"name\": \"iproute\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdhash\": [{\"name\": \"libdhash\", \"version\": \"0.5.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgomp\": [{\"name\": \"libgomp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libref_array\": [{\"name\": \"libref_array\", \"version\": \"0.1.5\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libseccomp\": [{\"name\": \"libseccomp\", \"version\": \"2.5.2\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsigsegv\": [{\"name\": \"libsigsegv\", \"version\": \"2.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_idmap\": [{\"name\": \"libsss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lzo\": [{\"name\": \"lzo\", \"version\": \"2.10\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"numactl-libs\": [{\"name\": \"numactl-libs\", \"version\": \"2.0.16\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre\": [{\"name\": \"pcre\", \"version\": \"8.44\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grep\": [{\"name\": \"grep\", \"version\": \"3.6\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-libs\": [{\"name\": \"openssl-libs\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"coreutils\": [{\"name\": \"coreutils\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ca-certificates\": [{\"name\": \"ca-certificates\", \"version\": \"2024.2.69_v8.0.303\", \"release\": \"91.4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"systemd-libs\": [{\"name\": \"systemd-libs\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libblkid\": [{\"name\": \"libblkid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-libs\": [{\"name\": \"dbus-libs\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmount\": [{\"name\": \"libmount\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux-core\": [{\"name\": \"util-linux-core\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfdisk\": [{\"name\": \"libfdisk\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gzip\": [{\"name\": \"gzip\", \"version\": \"1.12\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod\": [{\"name\": \"kmod\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod-libs\": [{\"name\": \"kmod-libs\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib\": [{\"name\": \"cracklib\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib-dicts\": [{\"name\": \"cracklib-dicts\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-tools\": [{\"name\": \"dbus-tools\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"procps-ng\": [{\"name\": \"procps-ng\", \"version\": \"3.3.17\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl\": [{\"name\": \"openssl\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libarchive\": [{\"name\": \"libarchive\", \"version\": \"3.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libevent\": [{\"name\": \"libevent\", \"version\": \"2.1.12\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_certmap\": [{\"name\": \"libsss_certmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz\": [{\"name\": \"xz\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"squashfs-tools\": [{\"name\": \"squashfs-tools\", \"version\": \"4.4\", \"release\": \"10.git1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcomps\": [{\"name\": \"libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libutempter\": [{\"name\": \"libutempter\", \"version\": \"1.2.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3-cli\": [{\"name\": \"libnl3-cli\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libteam\": [{\"name\": \"libteam\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"acl\": [{\"name\": \"acl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext-libs\": [{\"name\": \"gettext-libs\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext\": [{\"name\": \"gettext\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"attr\": [{\"name\": \"attr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils\": [{\"name\": \"keyutils\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mpfr\": [{\"name\": \"mpfr\", \"version\": \"4.1.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gawk\": [{\"name\": \"gawk\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpsl\": [{\"name\": \"libpsl\", \"version\": \"0.21.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libksba\": [{\"name\": \"libksba\", \"version\": \"1.5.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ethtool\": [{\"name\": \"ethtool\", \"version\": \"6.2\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset-libs\": [{\"name\": \"ipset-libs\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset\": [{\"name\": \"ipset\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"groff-base\": [{\"name\": \"groff-base\", \"version\": \"1.22.4\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"snappy\": [{\"name\": \"snappy\", \"version\": \"1.1.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs-libs\": [{\"name\": \"e2fsprogs-libs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libss\": [{\"name\": \"libss\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-compat\": [{\"name\": \"libxcrypt-compat\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pip-wheel\": [{\"name\": \"python3-pip-wheel\", \"version\": \"21.3.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python-unversioned-command\": [{\"name\": \"python-unversioned-command\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3\": [{\"name\": \"python3\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libs\": [{\"name\": \"python3-libs\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools\": [{\"name\": \"python3-setuptools\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-six\": [{\"name\": \"python3-six\", \"version\": \"1.15.0\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dateutil\": [{\"name\": \"python3-dateutil\", \"version\": \"2.8.1\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-iniparse\": [{\"name\": \"python3-iniparse\", \"version\": \"0.4\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-idna\": [{\"name\": \"python3-idna\", \"version\": \"2.10\", \"release\": \"7.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libselinux\": [{\"name\": \"python3-libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libsemanage\": [{\"name\": \"python3-libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-inotify\": [{\"name\": \"python3-inotify\", \"version\": \"0.9.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-setools\": [{\"name\": \"python3-setools\", \"version\": \"4.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-distro\": [{\"name\": \"python3-distro\", \"version\": \"1.5.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libcomps\": [{\"name\": \"python3-libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-chardet\": [{\"name\": \"python3-chardet\", \"version\": \"4.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-decorator\": [{\"name\": \"python3-decorator\", \"version\": \"4.4.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pysocks\": [{\"name\": \"python3-pysocks\", \"version\": \"1.7.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-urllib3\": [{\"name\": \"python3-urllib3\", \"version\": \"1.26.5\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-requests\": [{\"name\": \"python3-requests\", \"version\": \"2.25.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-cloud-what\": [{\"name\": \"python3-cloud-what\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-systemd\": [{\"name\": \"python3-systemd\", \"version\": \"234\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng-python3\": [{\"name\": \"libcap-ng-python3\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-audit\": [{\"name\": \"python3-audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pigz\": [{\"name\": \"pigz\", \"version\": \"2.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"hostname\": [{\"name\": \"hostname\", \"version\": \"3.23\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools-libs\": [{\"name\": \"kernel-tools-libs\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"less\": [{\"name\": \"less\", \"version\": \"590\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-rpm-macros\": [{\"name\": \"systemd-rpm-macros\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"c-ares\": [{\"name\": \"c-ares\", \"version\": \"1.19.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpio\": [{\"name\": \"cpio\", \"version\": \"2.13\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"diffutils\": [{\"name\": \"diffutils\", \"version\": \"3.7\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"inih\": [{\"name\": \"inih\", \"version\": \"49\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbrotli\": [{\"name\": \"libbrotli\", \"version\": \"1.0.9\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcbor\": [{\"name\": \"libcbor\", \"version\": \"0.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdaemon\": [{\"name\": \"libdaemon\", \"version\": \"0.14\", \"release\": \"23.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"teamd\": [{\"name\": \"teamd\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libeconf\": [{\"name\": \"libeconf\", \"version\": \"0.4.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpwquality\": [{\"name\": \"libpwquality\", \"version\": \"1.4.4\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pam\": [{\"name\": \"pam\", \"version\": \"1.5.1\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux\": [{\"name\": \"util-linux\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-common\": [{\"name\": \"grub2-common\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh\": [{\"name\": \"openssh\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-pc-modules\": [{\"name\": \"grub2-pc-modules\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"virt-what\": [{\"name\": \"virt-what\", \"version\": \"1.25\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kbd\": [{\"name\": \"kbd\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libndp\": [{\"name\": \"libndp\", \"version\": \"1.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfnetlink\": [{\"name\": \"libnfnetlink\", \"version\": \"1.0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnetfilter_conntrack\": [{\"name\": \"libnetfilter_conntrack\", \"version\": \"1.0.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-libs\": [{\"name\": \"iptables-libs\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-nft\": [{\"name\": \"iptables-nft\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nftables\": [{\"name\": \"nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-nftables\": [{\"name\": \"python3-nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnghttp2\": [{\"name\": \"libnghttp2\", \"version\": \"1.43.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpath_utils\": [{\"name\": \"libpath_utils\", \"version\": \"0.2.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libini_config\": [{\"name\": \"libini_config\", \"version\": \"1.3.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpipeline\": [{\"name\": \"libpipeline\", \"version\": \"1.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_nss_idmap\": [{\"name\": \"libsss_nss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_sudo\": [{\"name\": \"libsss_sudo\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto\": [{\"name\": \"libverto\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"krb5-libs\": [{\"name\": \"krb5-libs\", \"version\": \"1.21.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-lib\": [{\"name\": \"cyrus-sasl-lib\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openldap\": [{\"name\": \"openldap\", \"version\": \"2.6.6\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libssh\": [{\"name\": \"libssh\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcurl\": [{\"name\": \"libcurl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tpm2-tss\": [{\"name\": \"tpm2-tss\", \"version\": \"3.2.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ima-evm-utils\": [{\"name\": \"ima-evm-utils\", \"version\": \"1.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"curl\": [{\"name\": \"curl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm\": [{\"name\": \"rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-libs\": [{\"name\": \"rpm-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"policycoreutils\": [{\"name\": \"policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"selinux-policy\": [{\"name\": \"selinux-policy\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"selinux-policy-targeted\": [{\"name\": \"selinux-policy-targeted\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus\": [{\"name\": \"dbus\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-pam\": [{\"name\": \"systemd-pam\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd\": [{\"name\": \"systemd\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-common\": [{\"name\": \"dbus-common\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus-broker\": [{\"name\": \"dbus-broker\", \"version\": \"28\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie-anacron\": [{\"name\": \"cronie-anacron\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie\": [{\"name\": \"cronie\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crontabs\": [{\"name\": \"crontabs\", \"version\": \"1.11\", \"release\": \"26.20190603git.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libsolv\": [{\"name\": \"libsolv\", \"version\": \"0.7.24\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-libs\": [{\"name\": \"authselect-libs\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper-libs\": [{\"name\": \"device-mapper-libs\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper\": [{\"name\": \"device-mapper\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools-minimal\": [{\"name\": \"grub2-tools-minimal\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cryptsetup-libs\": [{\"name\": \"cryptsetup-libs\", \"version\": \"2.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-udev\": [{\"name\": \"systemd-udev\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfido2\": [{\"name\": \"libfido2\", \"version\": \"1.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"os-prober\": [{\"name\": \"os-prober\", \"version\": \"1.77\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kpartx\": [{\"name\": \"kpartx\", \"version\": \"0.8.7\", \"release\": \"32.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-default-yama-scope\": [{\"name\": \"elfutils-default-yama-scope\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"elfutils-libs\": [{\"name\": \"elfutils-libs\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-debuginfod-client\": [{\"name\": \"elfutils-debuginfod-client\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils-gold\": [{\"name\": \"binutils-gold\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils\": [{\"name\": \"binutils\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-build-libs\": [{\"name\": \"rpm-build-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-service\": [{\"name\": \"initscripts-service\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iputils\": [{\"name\": \"iputils\", \"version\": \"20210202\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi\": [{\"name\": \"libkcapi\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi-hmaccalc\": [{\"name\": \"libkcapi-hmaccalc\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut\": [{\"name\": \"dracut\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules-core\": [{\"name\": \"kernel-modules-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-core\": [{\"name\": \"kernel-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools\": [{\"name\": \"grub2-tools\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grubby\": [{\"name\": \"grubby\", \"version\": \"8.40\", \"release\": \"63.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules\": [{\"name\": \"kernel-modules\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-squash\": [{\"name\": \"dracut-squash\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"logrotate\": [{\"name\": \"logrotate\", \"version\": \"3.18.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob\": [{\"name\": \"oddjob\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob-mkhomedir\": [{\"name\": \"oddjob-mkhomedir\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect\": [{\"name\": \"authselect\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-systemd-inhibit\": [{\"name\": \"rpm-plugin-systemd-inhibit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-client\": [{\"name\": \"sssd-client\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libyaml\": [{\"name\": \"libyaml\", \"version\": \"0.2.5\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lmdb-libs\": [{\"name\": \"lmdb-libs\", \"version\": \"0.9.29\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libldb\": [{\"name\": \"libldb\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common\": [{\"name\": \"sssd-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nettle\": [{\"name\": \"nettle\", \"version\": \"3.9.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnutls\": [{\"name\": \"gnutls\", \"version\": \"3.8.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib2\": [{\"name\": \"glib2\", \"version\": \"2.68.4\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dbus\": [{\"name\": \"python3-dbus\", \"version\": \"1.2.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-libnm\": [{\"name\": \"NetworkManager-libnm\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager\": [{\"name\": \"NetworkManager\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmodulemd\": [{\"name\": \"libmodulemd\", \"version\": \"2.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuser\": [{\"name\": \"libuser\", \"version\": \"0.63\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"passwd\": [{\"name\": \"passwd\", \"version\": \"0.80\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"usermode\": [{\"name\": \"usermode\", \"version\": \"1.114\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gobject-introspection\": [{\"name\": \"gobject-introspection\", \"version\": \"1.68.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gobject-base-noarch\": [{\"name\": \"python3-gobject-base-noarch\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-gobject-base\": [{\"name\": \"python3-gobject-base\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-firewall\": [{\"name\": \"python3-firewall\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"npth\": [{\"name\": \"npth\", \"version\": \"1.6\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnupg2\": [{\"name\": \"gnupg2\", \"version\": \"2.3.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpgme\": [{\"name\": \"gpgme\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"librepo\": [{\"name\": \"librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf\": [{\"name\": \"libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libdnf\": [{\"name\": \"python3-libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-hawkey\": [{\"name\": \"python3-hawkey\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf-plugin-subscription-manager\": [{\"name\": \"libdnf-plugin-subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-librepo\": [{\"name\": \"python3-librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gpg\": [{\"name\": \"python3-gpg\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-sign-libs\": [{\"name\": \"rpm-sign-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-rpm\": [{\"name\": \"python3-rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dnf\": [{\"name\": \"python3-dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dnf-plugins-core\": [{\"name\": \"python3-dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf\": [{\"name\": \"dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-subscription-manager-rhsm\": [{\"name\": \"python3-subscription-manager-rhsm\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"subscription-manager\": [{\"name\": \"subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oniguruma\": [{\"name\": \"oniguruma\", \"version\": \"6.9.6\", \"release\": \"1.el9.6\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jq\": [{\"name\": \"jq\", \"version\": \"1.6\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-network\": [{\"name\": \"dracut-network\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pciutils-libs\": [{\"name\": \"pciutils-libs\", \"version\": \"3.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils-libs\": [{\"name\": \"sg3_utils-libs\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"slang\": [{\"name\": \"slang\", \"version\": \"2.3.2\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"newt\": [{\"name\": \"newt\", \"version\": \"0.52.21\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"userspace-rcu\": [{\"name\": \"userspace-rcu\", \"version\": \"0.12.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"checkpolicy\": [{\"name\": \"checkpolicy\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-policycoreutils\": [{\"name\": \"python3-policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"policycoreutils-python-utils\": [{\"name\": \"policycoreutils-python-utils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libestr\": [{\"name\": \"libestr\", \"version\": \"0.1.11\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfastjson\": [{\"name\": \"libfastjson\", \"version\": \"0.99.9\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog-logrotate\": [{\"name\": \"rsyslog-logrotate\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog\": [{\"name\": \"rsyslog\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"liburing\": [{\"name\": \"liburing\", \"version\": \"2.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"langpacks-core-en\": [{\"name\": \"langpacks-core-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-en\": [{\"name\": \"langpacks-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"qemu-guest-agent\": [{\"name\": \"qemu-guest-agent\", \"version\": \"9.0.0\", \"release\": \"10.el9\", \"epoch\": 17, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rhc\": [{\"name\": \"rhc\", \"version\": \"0.2.4\", \"release\": \"5.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xfsprogs\": [{\"name\": \"xfsprogs\", \"version\": \"6.4.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-tui\": [{\"name\": \"NetworkManager-tui\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils\": [{\"name\": \"sg3_utils\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools\": [{\"name\": \"kernel-tools\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kexec-tools\": [{\"name\": \"kexec-tools\", \"version\": \"2.0.27\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum\": [{\"name\": \"yum\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-plugins-core\": [{\"name\": \"dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld\": [{\"name\": \"firewalld\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"NetworkManager-team\": [{\"name\": \"NetworkManager-team\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-rename-device\": [{\"name\": \"initscripts-rename-device\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"irqbalance\": [{\"name\": \"irqbalance\", \"version\": \"1.9.4\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"chrony\": [{\"name\": \"chrony\", \"version\": \"4.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-kcm\": [{\"name\": \"sssd-kcm\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-compat\": [{\"name\": \"authselect-compat\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel\": [{\"name\": \"kernel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies-scripts\": [{\"name\": \"crypto-policies-scripts\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"grub2-pc\": [{\"name\": \"grub2-pc\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-config-rescue\": [{\"name\": \"dracut-config-rescue\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit\": [{\"name\": \"audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssh-clients\": [{\"name\": \"openssh-clients\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"parted\": [{\"name\": \"parted\", \"version\": \"3.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"microcode_ctl\": [{\"name\": \"microcode_ctl\", \"version\": \"20240531\", \"release\": \"1.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh-server\": [{\"name\": \"openssh-server\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-selinux\": [{\"name\": \"rpm-plugin-selinux\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-audit\": [{\"name\": \"rpm-plugin-audit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sudo\": [{\"name\": \"sudo\", \"version\": \"1.9.5p2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"man-db\": [{\"name\": \"man-db\", \"version\": \"2.9.3\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute-tc\": [{\"name\": \"iproute-tc\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs\": [{\"name\": \"e2fsprogs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"prefixdevname\": [{\"name\": \"prefixdevname\", \"version\": \"0.1.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-minimal\": [{\"name\": \"vim-minimal\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lshw\": [{\"name\": \"lshw\", \"version\": \"B.02.19.2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses\": [{\"name\": \"ncurses\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsysfs\": [{\"name\": \"libsysfs\", \"version\": \"2.1.1\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lsscsi\": [{\"name\": \"lsscsi\", \"version\": \"0.32\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iwl100-firmware\": [{\"name\": \"iwl100-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl1000-firmware\": [{\"name\": \"iwl1000-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl105-firmware\": [{\"name\": \"iwl105-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl135-firmware\": [{\"name\": \"iwl135-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2000-firmware\": [{\"name\": \"iwl2000-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2030-firmware\": [{\"name\": \"iwl2030-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl3160-firmware\": [{\"name\": \"iwl3160-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5000-firmware\": [{\"name\": \"iwl5000-firmware\", \"version\": \"8.83.5.1_1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5150-firmware\": [{\"name\": \"iwl5150-firmware\", \"version\": \"8.24.2.2\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6000g2a-firmware\": [{\"name\": \"iwl6000g2a-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6050-firmware\": [{\"name\": \"iwl6050-firmware\", \"version\": \"41.28.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl7260-firmware\": [{\"name\": \"iwl7260-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rootfiles\": [{\"name\": \"rootfiles\", \"version\": \"8.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gpg-pubkey\": [{\"name\": \"gpg-pubkey\", \"version\": \"3228467c\", \"release\": \"613798eb\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}, {\"name\": \"gpg-pubkey\", \"version\": \"8483c65d\", \"release\": \"5ccc5b19\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}], \"epel-release\": [{\"name\": \"epel-release\", \"version\": \"9\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"nspr\": [{\"name\": \"nspr\", \"version\": \"4.35.0\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-system\": [{\"name\": \"boost-system\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-util\": [{\"name\": \"nss-util\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"make\": [{\"name\": \"make\", \"version\": \"4.3\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"m4\": [{\"name\": \"m4\", \"version\": \"1.4.19\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmpc\": [{\"name\": \"libmpc\", \"version\": \"1.2.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"unzip\": [{\"name\": \"unzip\", \"version\": \"6.0\", \"release\": \"57.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"avahi-libs\": [{\"name\": \"avahi-libs\", \"version\": \"0.8\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zip\": [{\"name\": \"zip\", \"version\": \"3.0\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpp\": [{\"name\": \"cpp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bison\": [{\"name\": \"bison\", \"version\": \"3.7.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"flex\": [{\"name\": \"flex\", \"version\": \"2.6.4\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn-freebl\": [{\"name\": \"nss-softokn-freebl\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn\": [{\"name\": \"nss-softokn\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss\": [{\"name\": \"nss\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-sysinit\": [{\"name\": \"nss-sysinit\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-filesystem\": [{\"name\": \"boost-filesystem\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-thread\": [{\"name\": \"boost-thread\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Digest\": [{\"name\": \"perl-Digest\", \"version\": \"1.19\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Digest-MD5\": [{\"name\": \"perl-Digest-MD5\", \"version\": \"2.58\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-B\": [{\"name\": \"perl-B\", \"version\": \"1.80\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-FileHandle\": [{\"name\": \"perl-FileHandle\", \"version\": \"2.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Data-Dumper\": [{\"name\": \"perl-Data-Dumper\", \"version\": \"2.174\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libnet\": [{\"name\": \"perl-libnet\", \"version\": \"3.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-base\": [{\"name\": \"perl-base\", \"version\": \"2.27\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-URI\": [{\"name\": \"perl-URI\", \"version\": \"5.09\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-AutoLoader\": [{\"name\": \"perl-AutoLoader\", \"version\": \"5.74\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Mozilla-CA\": [{\"name\": \"perl-Mozilla-CA\", \"version\": \"20200520\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-if\": [{\"name\": \"perl-if\", \"version\": \"0.60.800\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-IP\": [{\"name\": \"perl-IO-Socket-IP\", \"version\": \"0.41\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Time-Local\": [{\"name\": \"perl-Time-Local\", \"version\": \"1.300\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Path\": [{\"name\": \"perl-File-Path\", \"version\": \"2.18\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Escapes\": [{\"name\": \"perl-Pod-Escapes\", \"version\": \"1.07\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Text-Tabs+Wrap\": [{\"name\": \"perl-Text-Tabs+Wrap\", \"version\": \"2013.0523\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-SSL\": [{\"name\": \"perl-IO-Socket-SSL\", \"version\": \"2.073\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Net-SSLeay\": [{\"name\": \"perl-Net-SSLeay\", \"version\": \"1.94\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Class-Struct\": [{\"name\": \"perl-Class-Struct\", \"version\": \"0.66\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-POSIX\": [{\"name\": \"perl-POSIX\", \"version\": \"1.94\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Term-ANSIColor\": [{\"name\": \"perl-Term-ANSIColor\", \"version\": \"5.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IPC-Open3\": [{\"name\": \"perl-IPC-Open3\", \"version\": \"1.21\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-subs\": [{\"name\": \"perl-subs\", \"version\": \"1.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Temp\": [{\"name\": \"perl-File-Temp\", \"version\": \"0.231.100\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Term-Cap\": [{\"name\": \"perl-Term-Cap\", \"version\": \"1.17\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Simple\": [{\"name\": \"perl-Pod-Simple\", \"version\": \"3.42\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-HTTP-Tiny\": [{\"name\": \"perl-HTTP-Tiny\", \"version\": \"0.076\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Socket\": [{\"name\": \"perl-Socket\", \"version\": \"2.031\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-SelectSaver\": [{\"name\": \"perl-SelectSaver\", \"version\": \"1.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Symbol\": [{\"name\": \"perl-Symbol\", \"version\": \"1.08\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-stat\": [{\"name\": \"perl-File-stat\", \"version\": \"1.09\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-podlators\": [{\"name\": \"perl-podlators\", \"version\": \"4.14\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Perldoc\": [{\"name\": \"perl-Pod-Perldoc\", \"version\": \"3.28.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Fcntl\": [{\"name\": \"perl-Fcntl\", \"version\": \"1.13\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Text-ParseWords\": [{\"name\": \"perl-Text-ParseWords\", \"version\": \"3.30\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-mro\": [{\"name\": \"perl-mro\", \"version\": \"1.23\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-IO\": [{\"name\": \"perl-IO\", \"version\": \"1.43\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overloading\": [{\"name\": \"perl-overloading\", \"version\": \"0.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Usage\": [{\"name\": \"perl-Pod-Usage\", \"version\": \"2.01\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Errno\": [{\"name\": \"perl-Errno\", \"version\": \"1.30\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Basename\": [{\"name\": \"perl-File-Basename\", \"version\": \"2.85\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Std\": [{\"name\": \"perl-Getopt-Std\", \"version\": \"1.12\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-MIME-Base64\": [{\"name\": \"perl-MIME-Base64\", \"version\": \"3.16\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Scalar-List-Utils\": [{\"name\": \"perl-Scalar-List-Utils\", \"version\": \"1.56\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-constant\": [{\"name\": \"perl-constant\", \"version\": \"1.33\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Storable\": [{\"name\": \"perl-Storable\", \"version\": \"3.21\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overload\": [{\"name\": \"perl-overload\", \"version\": \"1.31\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-parent\": [{\"name\": \"perl-parent\", \"version\": \"0.238\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-vars\": [{\"name\": \"perl-vars\", \"version\": \"1.05\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Long\": [{\"name\": \"perl-Getopt-Long\", \"version\": \"2.52\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Carp\": [{\"name\": \"perl-Carp\", \"version\": \"1.50\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Exporter\": [{\"name\": \"perl-Exporter\", \"version\": \"5.74\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-NDBM_File\": [{\"name\": \"perl-NDBM_File\", \"version\": \"1.15\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-PathTools\": [{\"name\": \"perl-PathTools\", \"version\": \"3.78\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Encode\": [{\"name\": \"perl-Encode\", \"version\": \"3.08\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libs\": [{\"name\": \"perl-libs\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-interpreter\": [{\"name\": \"perl-interpreter\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"aspell\": [{\"name\": \"aspell\", \"version\": \"0.60.8\", \"release\": \"8.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tbb\": [{\"name\": \"tbb\", \"version\": \"2020.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dyninst\": [{\"name\": \"dyninst\", \"version\": \"12.1.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-runtime\": [{\"name\": \"systemtap-runtime\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-headers\": [{\"name\": \"kernel-headers\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-headers\": [{\"name\": \"glibc-headers\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"strace\": [{\"name\": \"strace\", \"version\": \"5.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-m4\": [{\"name\": \"pkgconf-m4\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libpkgconf\": [{\"name\": \"libpkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf\": [{\"name\": \"pkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-pkg-config\": [{\"name\": \"pkgconf-pkg-config\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd-devel\": [{\"name\": \"libzstd-devel\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib-devel\": [{\"name\": \"zlib-devel\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf-devel\": [{\"name\": \"elfutils-libelf-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-devel\": [{\"name\": \"glibc-devel\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-devel\": [{\"name\": \"libxcrypt-devel\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gcc\": [{\"name\": \"gcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-devel\": [{\"name\": \"openssl-devel\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-devel\": [{\"name\": \"kernel-devel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-devel\": [{\"name\": \"xz-devel\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-devel\": [{\"name\": \"elfutils-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-devel\": [{\"name\": \"systemtap-devel\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"efivar-libs\": [{\"name\": \"efivar-libs\", \"version\": \"38\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mokutil\": [{\"name\": \"mokutil\", \"version\": \"0.6.0\", \"release\": \"4.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-client\": [{\"name\": \"systemtap-client\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap\": [{\"name\": \"systemtap\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"qa-tools\": [{\"name\": \"qa-tools\", \"version\": \"4.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libtirpc\": [{\"name\": \"libtirpc\", \"version\": \"1.3.3\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core\": [{\"name\": \"git-core\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfsidmap\": [{\"name\": \"libnfsidmap\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core-doc\": [{\"name\": \"git-core-doc\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rpcbind\": [{\"name\": \"rpcbind\", \"version\": \"1.2.6\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"wget\": [{\"name\": \"wget\", \"version\": \"1.21.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-lib\": [{\"name\": \"perl-lib\", \"version\": \"0.65\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Find\": [{\"name\": \"perl-File-Find\", \"version\": \"1.37\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Error\": [{\"name\": \"perl-Error\", \"version\": \"0.17029\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-DynaLoader\": [{\"name\": \"perl-DynaLoader\", \"version\": \"1.47\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-TermReadKey\": [{\"name\": \"perl-TermReadKey\", \"version\": \"2.38\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxslt\": [{\"name\": \"libxslt\", \"version\": \"1.1.34\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-lxml\": [{\"name\": \"python3-lxml\", \"version\": \"4.6.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpm-libs\": [{\"name\": \"gpm-libs\", \"version\": \"1.20.7\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"emacs-filesystem\": [{\"name\": \"emacs-filesystem\", \"version\": \"27.2\", \"release\": \"10.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Git\": [{\"name\": \"perl-Git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"git\": [{\"name\": \"git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum-utils\": [{\"name\": \"yum-utils\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-filesystem\": [{\"name\": \"vim-filesystem\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-common\": [{\"name\": \"vim-common\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"time\": [{\"name\": \"time\", \"version\": \"1.9\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tar\": [{\"name\": \"tar\", \"version\": \"1.34\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"quota-nls\": [{\"name\": \"quota-nls\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"quota\": [{\"name\": \"quota\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pyyaml\": [{\"name\": \"python3-pyyaml\", \"version\": \"5.4.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libev\": [{\"name\": \"libev\", \"version\": \"4.33\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto-libev\": [{\"name\": \"libverto-libev\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gssproxy\": [{\"name\": \"gssproxy\", \"version\": \"0.8.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nfs-utils\": [{\"name\": \"nfs-utils\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bc\": [{\"name\": \"bc\", \"version\": \"1.07.1\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"beakerlib-redhat\": [{\"name\": \"beakerlib-redhat\", \"version\": \"1\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"beakerlib\": [{\"name\": \"beakerlib\", \"version\": \"1.29.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"restraint\": [{\"name\": \"restraint\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"restraint-rhts\": [{\"name\": \"restraint-rhts\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-enhanced\": [{\"name\": \"vim-enhanced\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-nfs-idmap\": [{\"name\": \"sssd-nfs-idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsync\": [{\"name\": \"rsync\", \"version\": \"3.2.3\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pytz\": [{\"name\": \"python3-pytz\", \"version\": \"2021.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-babel\": [{\"name\": \"python3-babel\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyserial\": [{\"name\": \"python3-pyserial\", \"version\": \"3.4\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyrsistent\": [{\"name\": \"python3-pyrsistent\", \"version\": \"0.17.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-prettytable\": [{\"name\": \"python3-prettytable\", \"version\": \"0.7.2\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-oauthlib\": [{\"name\": \"python3-oauthlib\", \"version\": \"3.1.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-netifaces\": [{\"name\": \"python3-netifaces\", \"version\": \"0.10.6\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-markupsafe\": [{\"name\": \"python3-markupsafe\", \"version\": \"1.1.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-jinja2\": [{\"name\": \"python3-jinja2\", \"version\": \"2.11.3\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpointer\": [{\"name\": \"python3-jsonpointer\", \"version\": \"2.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpatch\": [{\"name\": \"python3-jsonpatch\", \"version\": \"1.21\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-configobj\": [{\"name\": \"python3-configobj\", \"version\": \"5.0.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-attrs\": [{\"name\": \"python3-attrs\", \"version\": \"20.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonschema\": [{\"name\": \"python3-jsonschema\", \"version\": \"3.2.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libmaxminddb\": [{\"name\": \"libmaxminddb\", \"version\": \"1.5.2\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"geolite2-country\": [{\"name\": \"geolite2-country\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"geolite2-city\": [{\"name\": \"geolite2-city\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ipcalc\": [{\"name\": \"ipcalc\", \"version\": \"1.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdisk\": [{\"name\": \"gdisk\", \"version\": \"1.0.7\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dhcp-common\": [{\"name\": \"dhcp-common\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dhcp-client\": [{\"name\": \"dhcp-client\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cloud-init\": [{\"name\": \"cloud-init\", \"version\": \"23.4\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cloud-utils-growpart\": [{\"name\": \"cloud-utils-growpart\", \"version\": \"0.33\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jitterentropy\": [{\"name\": \"jitterentropy\", \"version\": \"3.5.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rng-tools\": [{\"name\": \"rng-tools\", \"version\": \"6.16\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common\": [{\"name\": \"samba-common\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"protobuf-c\": [{\"name\": \"protobuf-c\", \"version\": \"1.3.3\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-gssapi\": [{\"name\": \"cyrus-sasl-gssapi\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5-common\": [{\"name\": \"sssd-krb5-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5\": [{\"name\": \"sssd-krb5\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ldap\": [{\"name\": \"sssd-ldap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adcli\": [{\"name\": \"adcli\", \"version\": \"0.9.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuv\": [{\"name\": \"libuv\", \"version\": \"1.42.0\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fstrm\": [{\"name\": \"fstrm\", \"version\": \"0.6.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-license\": [{\"name\": \"bind-license\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"bind-libs\": [{\"name\": \"bind-libs\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-utils\": [{\"name\": \"bind-utils\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-proxy\": [{\"name\": \"sssd-proxy\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libipa_hbac\": [{\"name\": \"libipa_hbac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libicu\": [{\"name\": \"libicu\", \"version\": \"67.1\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libwbclient\": [{\"name\": \"libwbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common-libs\": [{\"name\": \"samba-common-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-client-libs\": [{\"name\": \"samba-client-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common-pac\": [{\"name\": \"sssd-common-pac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ipa\": [{\"name\": \"sssd-ipa\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmbclient\": [{\"name\": \"libsmbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ad\": [{\"name\": \"sssd-ad\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd\": [{\"name\": \"sssd\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tlog\": [{\"name\": \"tlog\", \"version\": \"14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}]}}, \"invocation\": {\"module_args\": {\"manager\": [\"auto\"], \"strategy\": \"first\"}}}\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.common.respawn\\r\\n# destroy ansible.module_utils.common.respawn\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts.packages\\r\\n# destroy ansible.module_utils.facts.packages\\r\\n# cleanup[2] removing rpm._rpm\\r\\n# cleanup[2] removing rpm.transaction\\r\\n# cleanup[2] removing rpm\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy pickle\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy shlex\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# destroy rpm.transaction\\r\\n# destroy rpm\\r\\n# cleanup[3] wiping rpm._rpm\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping _multiprocessing\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy rpm._rpm\\r\\n# destroy termios\\r\\n# destroy _ssl\\r\\n# destroy _multiprocessing\\r\\n# destroy _queue\\r\\n# destroy _pickle\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888132.49142: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7457850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7495880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b742dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7457d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71aeeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b0f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71a7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ad640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b708ee20>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708e910>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708ef10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708efd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a20d0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7189d90>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7182670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71946d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b70a2cd0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71892b0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b71942e0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2eb0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2df0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70753d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70754c0>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70aaf40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4a90>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6faa220>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7061520>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4f10>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fbbb50>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6fbbe80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcb790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcbcd0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f65400>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fbbf70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f762e0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcb610>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f763a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2a30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f91700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f919d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f917c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f918b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f91d00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f9d250>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f91940>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f85a90>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f91af0>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe7b6edf6d0>\r\n# zipimport: found 105 names in '/tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d60820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6df0730>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0610>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0160>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6df03a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dd17f0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dd1b80>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dd19d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b67c8520>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dead60>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df04f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dea1c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e17b20>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd160>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd760>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b67cdd30>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dbd670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e41d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d41a00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4ae80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d500a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4aeb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e511c0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d500d0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e0a2b0>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e4aaf0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e4aac0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e41ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d4c0d0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d43310>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4ccd0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d4c670>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4d100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d5e910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d8b9a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b63aa640>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dcf7f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e0d460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d7e0d0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d8b1f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d91bb0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e5a070>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d812e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6140b50>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b63b0910>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b63b0820>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b613f1c0>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61405e0>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636f9a0>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636fd90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6360100>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6131bb0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6360d90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b638da60>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b623b040>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636ffd0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6008250>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6008790>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b63d16d0>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b60089d0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d7d460>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d7df10>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b5fee100>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b5feec40>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61317f0>\r\n\r\n{\"ansible_facts\": {\"packages\": {\"libgcc\": [{\"name\": \"libgcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"linux-firmware-whence\": [{\"name\": \"linux-firmware-whence\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"tzdata\": [{\"name\": \"tzdata\", \"version\": \"2024a\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"subscription-manager-rhsm-certificates\": [{\"name\": \"subscription-manager-rhsm-certificates\", \"version\": \"20220623\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"linux-firmware\": [{\"name\": \"linux-firmware\", \"version\": \"20240905\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gawk-all-langpacks\": [{\"name\": \"gawk-all-langpacks\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools-wheel\": [{\"name\": \"python3-setuptools-wheel\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"publicsuffix-list-dafsa\": [{\"name\": \"publicsuffix-list-dafsa\", \"version\": \"20210518\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"pcre2-syntax\": [{\"name\": \"pcre2-syntax\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ncurses-base\": [{\"name\": \"ncurses-base\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libssh-config\": [{\"name\": \"libssh-config\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libreport-filesystem\": [{\"name\": \"libreport-filesystem\", \"version\": \"2.15.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-data\": [{\"name\": \"dnf-data\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-misc\": [{\"name\": \"kbd-misc\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"kbd-legacy\": [{\"name\": \"kbd-legacy\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"hwdata\": [{\"name\": \"hwdata\", \"version\": \"0.348\", \"release\": \"9.15.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"fonts-filesystem\": [{\"name\": \"fonts-filesystem\", \"version\": \"2.0.5\", \"release\": \"7.el9.1\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dejavu-sans-fonts\": [{\"name\": \"dejavu-sans-fonts\", \"version\": \"2.37\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-core-font-en\": [{\"name\": \"langpacks-core-font-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld-filesystem\": [{\"name\": \"firewalld-filesystem\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"coreutils-common\": [{\"name\": \"coreutils-common\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"centos-gpg-keys\": [{\"name\": \"centos-gpg-keys\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-repos\": [{\"name\": \"centos-stream-repos\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"centos-stream-release\": [{\"name\": \"centos-stream-release\", \"version\": \"9.0\", \"release\": \"26.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"setup\": [{\"name\": \"setup\", \"version\": \"2.13.7\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"filesystem\": [{\"name\": \"filesystem\", \"version\": \"3.16\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"basesystem\": [{\"name\": \"basesystem\", \"version\": \"11\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"glibc-gconv-extra\": [{\"name\": \"glibc-gconv-extra\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-langpack-en\": [{\"name\": \"glibc-langpack-en\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-common\": [{\"name\": \"glibc-common\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc\": [{\"name\": \"glibc\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses-libs\": [{\"name\": \"ncurses-libs\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bash\": [{\"name\": \"bash\", \"version\": \"5.1.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib\": [{\"name\": \"zlib\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-libs\": [{\"name\": \"xz-libs\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd\": [{\"name\": \"libzstd\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap\": [{\"name\": \"libcap\", \"version\": \"2.48\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"popt\": [{\"name\": \"popt\", \"version\": \"1.18\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bzip2-libs\": [{\"name\": \"bzip2-libs\", \"version\": \"1.0.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt\": [{\"name\": \"libxcrypt\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuuid\": [{\"name\": \"libuuid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sqlite-libs\": [{\"name\": \"sqlite-libs\", \"version\": \"3.34.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcom_err\": [{\"name\": \"libcom_err\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libstdc++\": [{\"name\": \"libstdc++\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmnl\": [{\"name\": \"libmnl\", \"version\": \"1.0.4\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf\": [{\"name\": \"elfutils-libelf\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxml2\": [{\"name\": \"libxml2\", \"version\": \"2.9.13\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies\": [{\"name\": \"crypto-policies\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"readline\": [{\"name\": \"readline\", \"version\": \"8.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng\": [{\"name\": \"libcap-ng\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit-libs\": [{\"name\": \"audit-libs\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"alternatives\": [{\"name\": \"alternatives\", \"version\": \"1.24\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libunistring\": [{\"name\": \"libunistring\", \"version\": \"0.9.10\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lua-libs\": [{\"name\": \"lua-libs\", \"version\": \"5.4.4\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libffi\": [{\"name\": \"libffi\", \"version\": \"3.4.2\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgpg-error\": [{\"name\": \"libgpg-error\", \"version\": \"1.42\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsepol\": [{\"name\": \"libsepol\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtalloc\": [{\"name\": \"libtalloc\", \"version\": \"2.4.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libidn2\": [{\"name\": \"libidn2\", \"version\": \"2.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gmp\": [{\"name\": \"gmp\", \"version\": \"6.2.0\", \"release\": \"13.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"json-c\": [{\"name\": \"json-c\", \"version\": \"0.14\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils-libs\": [{\"name\": \"keyutils-libs\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libattr\": [{\"name\": \"libattr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libacl\": [{\"name\": \"libacl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3\": [{\"name\": \"libnl3\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmartcols\": [{\"name\": \"libsmartcols\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lz4-libs\": [{\"name\": \"lz4-libs\", \"version\": \"1.9.3\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre2\": [{\"name\": \"pcre2\", \"version\": \"10.40\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux\": [{\"name\": \"libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sed\": [{\"name\": \"sed\", \"version\": \"4.8\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsemanage\": [{\"name\": \"libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"shadow-utils\": [{\"name\": \"shadow-utils\", \"version\": \"4.9\", \"release\": \"9.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"findutils\": [{\"name\": \"findutils\", \"version\": \"4.8.0\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtevent\": [{\"name\": \"libtevent\", \"version\": \"0.16.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgcrypt\": [{\"name\": \"libgcrypt\", \"version\": \"1.10.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file-libs\": [{\"name\": \"file-libs\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libedit\": [{\"name\": \"libedit\", \"version\": \"3.1\", \"release\": \"38.20210216cvs.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"psmisc\": [{\"name\": \"psmisc\", \"version\": \"23.4\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dmidecode\": [{\"name\": \"dmidecode\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"expat\": [{\"name\": \"expat\", \"version\": \"2.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdbm-libs\": [{\"name\": \"gdbm-libs\", \"version\": \"1.23\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jansson\": [{\"name\": \"jansson\", \"version\": \"2.14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtasn1\": [{\"name\": \"libtasn1\", \"version\": \"4.16.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit\": [{\"name\": \"p11-kit\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libtdb\": [{\"name\": \"libtdb\", \"version\": \"1.4.10\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"which\": [{\"name\": \"which\", \"version\": \"2.21\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"p11-kit-trust\": [{\"name\": \"p11-kit-trust\", \"version\": \"0.25.3\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"file\": [{\"name\": \"file\", \"version\": \"5.39\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libselinux-utils\": [{\"name\": \"libselinux-utils\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libassuan\": [{\"name\": \"libassuan\", \"version\": \"2.5.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbpf\": [{\"name\": \"libbpf\", \"version\": \"1.4.0\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnftnl\": [{\"name\": \"libnftnl\", \"version\": \"1.2.6\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fuse-libs\": [{\"name\": \"fuse-libs\", \"version\": \"2.9.9\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbasicobjects\": [{\"name\": \"libbasicobjects\", \"version\": \"0.1.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcollection\": [{\"name\": \"libcollection\", \"version\": \"0.7.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdb\": [{\"name\": \"libdb\", \"version\": \"5.3.28\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute\": [{\"name\": \"iproute\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdhash\": [{\"name\": \"libdhash\", \"version\": \"0.5.0\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libgomp\": [{\"name\": \"libgomp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libref_array\": [{\"name\": \"libref_array\", \"version\": \"0.1.5\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libseccomp\": [{\"name\": \"libseccomp\", \"version\": \"2.5.2\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsigsegv\": [{\"name\": \"libsigsegv\", \"version\": \"2.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_idmap\": [{\"name\": \"libsss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lzo\": [{\"name\": \"lzo\", \"version\": \"2.10\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"numactl-libs\": [{\"name\": \"numactl-libs\", \"version\": \"2.0.16\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pcre\": [{\"name\": \"pcre\", \"version\": \"8.44\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grep\": [{\"name\": \"grep\", \"version\": \"3.6\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-libs\": [{\"name\": \"openssl-libs\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"coreutils\": [{\"name\": \"coreutils\", \"version\": \"8.32\", \"release\": \"36.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ca-certificates\": [{\"name\": \"ca-certificates\", \"version\": \"2024.2.69_v8.0.303\", \"release\": \"91.4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"systemd-libs\": [{\"name\": \"systemd-libs\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libblkid\": [{\"name\": \"libblkid\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-libs\": [{\"name\": \"dbus-libs\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmount\": [{\"name\": \"libmount\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux-core\": [{\"name\": \"util-linux-core\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfdisk\": [{\"name\": \"libfdisk\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gzip\": [{\"name\": \"gzip\", \"version\": \"1.12\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod\": [{\"name\": \"kmod\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kmod-libs\": [{\"name\": \"kmod-libs\", \"version\": \"28\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib\": [{\"name\": \"cracklib\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cracklib-dicts\": [{\"name\": \"cracklib-dicts\", \"version\": \"2.9.6\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-tools\": [{\"name\": \"dbus-tools\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"procps-ng\": [{\"name\": \"procps-ng\", \"version\": \"3.3.17\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl\": [{\"name\": \"openssl\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libarchive\": [{\"name\": \"libarchive\", \"version\": \"3.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libevent\": [{\"name\": \"libevent\", \"version\": \"2.1.12\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_certmap\": [{\"name\": \"libsss_certmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz\": [{\"name\": \"xz\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"squashfs-tools\": [{\"name\": \"squashfs-tools\", \"version\": \"4.4\", \"release\": \"10.git1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcomps\": [{\"name\": \"libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libutempter\": [{\"name\": \"libutempter\", \"version\": \"1.2.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnl3-cli\": [{\"name\": \"libnl3-cli\", \"version\": \"3.9.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libteam\": [{\"name\": \"libteam\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"acl\": [{\"name\": \"acl\", \"version\": \"2.3.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext-libs\": [{\"name\": \"gettext-libs\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gettext\": [{\"name\": \"gettext\", \"version\": \"0.21\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"attr\": [{\"name\": \"attr\", \"version\": \"2.5.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"keyutils\": [{\"name\": \"keyutils\", \"version\": \"1.6.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mpfr\": [{\"name\": \"mpfr\", \"version\": \"4.1.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gawk\": [{\"name\": \"gawk\", \"version\": \"5.1.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpsl\": [{\"name\": \"libpsl\", \"version\": \"0.21.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libksba\": [{\"name\": \"libksba\", \"version\": \"1.5.1\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ethtool\": [{\"name\": \"ethtool\", \"version\": \"6.2\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset-libs\": [{\"name\": \"ipset-libs\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ipset\": [{\"name\": \"ipset\", \"version\": \"7.11\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"groff-base\": [{\"name\": \"groff-base\", \"version\": \"1.22.4\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"snappy\": [{\"name\": \"snappy\", \"version\": \"1.1.8\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs-libs\": [{\"name\": \"e2fsprogs-libs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libss\": [{\"name\": \"libss\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-compat\": [{\"name\": \"libxcrypt-compat\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pip-wheel\": [{\"name\": \"python3-pip-wheel\", \"version\": \"21.3.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python-unversioned-command\": [{\"name\": \"python-unversioned-command\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3\": [{\"name\": \"python3\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libs\": [{\"name\": \"python3-libs\", \"version\": \"3.9.19\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-setuptools\": [{\"name\": \"python3-setuptools\", \"version\": \"53.0.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-six\": [{\"name\": \"python3-six\", \"version\": \"1.15.0\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dateutil\": [{\"name\": \"python3-dateutil\", \"version\": \"2.8.1\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-iniparse\": [{\"name\": \"python3-iniparse\", \"version\": \"0.4\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-idna\": [{\"name\": \"python3-idna\", \"version\": \"2.10\", \"release\": \"7.el9.1\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libselinux\": [{\"name\": \"python3-libselinux\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libsemanage\": [{\"name\": \"python3-libsemanage\", \"version\": \"3.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-inotify\": [{\"name\": \"python3-inotify\", \"version\": \"0.9.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-setools\": [{\"name\": \"python3-setools\", \"version\": \"4.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-distro\": [{\"name\": \"python3-distro\", \"version\": \"1.5.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-libcomps\": [{\"name\": \"python3-libcomps\", \"version\": \"0.1.18\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-chardet\": [{\"name\": \"python3-chardet\", \"version\": \"4.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-decorator\": [{\"name\": \"python3-decorator\", \"version\": \"4.4.2\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pysocks\": [{\"name\": \"python3-pysocks\", \"version\": \"1.7.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-urllib3\": [{\"name\": \"python3-urllib3\", \"version\": \"1.26.5\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-requests\": [{\"name\": \"python3-requests\", \"version\": \"2.25.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-cloud-what\": [{\"name\": \"python3-cloud-what\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-systemd\": [{\"name\": \"python3-systemd\", \"version\": \"234\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcap-ng-python3\": [{\"name\": \"libcap-ng-python3\", \"version\": \"0.8.2\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-audit\": [{\"name\": \"python3-audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pigz\": [{\"name\": \"pigz\", \"version\": \"2.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"hostname\": [{\"name\": \"hostname\", \"version\": \"3.23\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools-libs\": [{\"name\": \"kernel-tools-libs\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"less\": [{\"name\": \"less\", \"version\": \"590\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-rpm-macros\": [{\"name\": \"systemd-rpm-macros\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"c-ares\": [{\"name\": \"c-ares\", \"version\": \"1.19.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpio\": [{\"name\": \"cpio\", \"version\": \"2.13\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"diffutils\": [{\"name\": \"diffutils\", \"version\": \"3.7\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"inih\": [{\"name\": \"inih\", \"version\": \"49\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libbrotli\": [{\"name\": \"libbrotli\", \"version\": \"1.0.9\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcbor\": [{\"name\": \"libcbor\", \"version\": \"0.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdaemon\": [{\"name\": \"libdaemon\", \"version\": \"0.14\", \"release\": \"23.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"teamd\": [{\"name\": \"teamd\", \"version\": \"1.31\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libeconf\": [{\"name\": \"libeconf\", \"version\": \"0.4.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpwquality\": [{\"name\": \"libpwquality\", \"version\": \"1.4.4\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pam\": [{\"name\": \"pam\", \"version\": \"1.5.1\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"util-linux\": [{\"name\": \"util-linux\", \"version\": \"2.37.4\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-common\": [{\"name\": \"grub2-common\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh\": [{\"name\": \"openssh\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-pc-modules\": [{\"name\": \"grub2-pc-modules\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"virt-what\": [{\"name\": \"virt-what\", \"version\": \"1.25\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kbd\": [{\"name\": \"kbd\", \"version\": \"2.4.0\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libndp\": [{\"name\": \"libndp\", \"version\": \"1.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfnetlink\": [{\"name\": \"libnfnetlink\", \"version\": \"1.0.1\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnetfilter_conntrack\": [{\"name\": \"libnetfilter_conntrack\", \"version\": \"1.0.9\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-libs\": [{\"name\": \"iptables-libs\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iptables-nft\": [{\"name\": \"iptables-nft\", \"version\": \"1.8.10\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nftables\": [{\"name\": \"nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-nftables\": [{\"name\": \"python3-nftables\", \"version\": \"1.0.9\", \"release\": \"3.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnghttp2\": [{\"name\": \"libnghttp2\", \"version\": \"1.43.0\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpath_utils\": [{\"name\": \"libpath_utils\", \"version\": \"0.2.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libini_config\": [{\"name\": \"libini_config\", \"version\": \"1.3.1\", \"release\": \"53.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libpipeline\": [{\"name\": \"libpipeline\", \"version\": \"1.5.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_nss_idmap\": [{\"name\": \"libsss_nss_idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsss_sudo\": [{\"name\": \"libsss_sudo\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto\": [{\"name\": \"libverto\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"krb5-libs\": [{\"name\": \"krb5-libs\", \"version\": \"1.21.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-lib\": [{\"name\": \"cyrus-sasl-lib\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openldap\": [{\"name\": \"openldap\", \"version\": \"2.6.6\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libssh\": [{\"name\": \"libssh\", \"version\": \"0.10.4\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libcurl\": [{\"name\": \"libcurl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tpm2-tss\": [{\"name\": \"tpm2-tss\", \"version\": \"3.2.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ima-evm-utils\": [{\"name\": \"ima-evm-utils\", \"version\": \"1.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"curl\": [{\"name\": \"curl\", \"version\": \"7.76.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm\": [{\"name\": \"rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-libs\": [{\"name\": \"rpm-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"policycoreutils\": [{\"name\": \"policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"selinux-policy\": [{\"name\": \"selinux-policy\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"selinux-policy-targeted\": [{\"name\": \"selinux-policy-targeted\", \"version\": \"38.1.44\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus\": [{\"name\": \"dbus\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-pam\": [{\"name\": \"systemd-pam\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd\": [{\"name\": \"systemd\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dbus-common\": [{\"name\": \"dbus-common\", \"version\": \"1.12.20\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dbus-broker\": [{\"name\": \"dbus-broker\", \"version\": \"28\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie-anacron\": [{\"name\": \"cronie-anacron\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cronie\": [{\"name\": \"cronie\", \"version\": \"1.5.7\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crontabs\": [{\"name\": \"crontabs\", \"version\": \"1.11\", \"release\": \"26.20190603git.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libsolv\": [{\"name\": \"libsolv\", \"version\": \"0.7.24\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-libs\": [{\"name\": \"authselect-libs\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper-libs\": [{\"name\": \"device-mapper-libs\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"device-mapper\": [{\"name\": \"device-mapper\", \"version\": \"1.02.198\", \"release\": \"2.el9\", \"epoch\": 9, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools-minimal\": [{\"name\": \"grub2-tools-minimal\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cryptsetup-libs\": [{\"name\": \"cryptsetup-libs\", \"version\": \"2.7.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemd-udev\": [{\"name\": \"systemd-udev\", \"version\": \"252\", \"release\": \"45.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfido2\": [{\"name\": \"libfido2\", \"version\": \"1.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"os-prober\": [{\"name\": \"os-prober\", \"version\": \"1.77\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kpartx\": [{\"name\": \"kpartx\", \"version\": \"0.8.7\", \"release\": \"32.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-default-yama-scope\": [{\"name\": \"elfutils-default-yama-scope\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"elfutils-libs\": [{\"name\": \"elfutils-libs\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-debuginfod-client\": [{\"name\": \"elfutils-debuginfod-client\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils-gold\": [{\"name\": \"binutils-gold\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"binutils\": [{\"name\": \"binutils\", \"version\": \"2.35.2\", \"release\": \"54.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-build-libs\": [{\"name\": \"rpm-build-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-service\": [{\"name\": \"initscripts-service\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iputils\": [{\"name\": \"iputils\", \"version\": \"20210202\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi\": [{\"name\": \"libkcapi\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libkcapi-hmaccalc\": [{\"name\": \"libkcapi-hmaccalc\", \"version\": \"1.4.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut\": [{\"name\": \"dracut\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules-core\": [{\"name\": \"kernel-modules-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-core\": [{\"name\": \"kernel-core\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grub2-tools\": [{\"name\": \"grub2-tools\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"grubby\": [{\"name\": \"grubby\", \"version\": \"8.40\", \"release\": \"63.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-modules\": [{\"name\": \"kernel-modules\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-squash\": [{\"name\": \"dracut-squash\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"logrotate\": [{\"name\": \"logrotate\", \"version\": \"3.18.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob\": [{\"name\": \"oddjob\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oddjob-mkhomedir\": [{\"name\": \"oddjob-mkhomedir\", \"version\": \"0.34.7\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect\": [{\"name\": \"authselect\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-systemd-inhibit\": [{\"name\": \"rpm-plugin-systemd-inhibit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-client\": [{\"name\": \"sssd-client\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libyaml\": [{\"name\": \"libyaml\", \"version\": \"0.2.5\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lmdb-libs\": [{\"name\": \"lmdb-libs\", \"version\": \"0.9.29\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libldb\": [{\"name\": \"libldb\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common\": [{\"name\": \"sssd-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nettle\": [{\"name\": \"nettle\", \"version\": \"3.9.1\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnutls\": [{\"name\": \"gnutls\", \"version\": \"3.8.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glib2\": [{\"name\": \"glib2\", \"version\": \"2.68.4\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dbus\": [{\"name\": \"python3-dbus\", \"version\": \"1.2.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-libnm\": [{\"name\": \"NetworkManager-libnm\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager\": [{\"name\": \"NetworkManager\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmodulemd\": [{\"name\": \"libmodulemd\", \"version\": \"2.13.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuser\": [{\"name\": \"libuser\", \"version\": \"0.63\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"passwd\": [{\"name\": \"passwd\", \"version\": \"0.80\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"usermode\": [{\"name\": \"usermode\", \"version\": \"1.114\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gobject-introspection\": [{\"name\": \"gobject-introspection\", \"version\": \"1.68.0\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gobject-base-noarch\": [{\"name\": \"python3-gobject-base-noarch\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-gobject-base\": [{\"name\": \"python3-gobject-base\", \"version\": \"3.40.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-firewall\": [{\"name\": \"python3-firewall\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"npth\": [{\"name\": \"npth\", \"version\": \"1.6\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gnupg2\": [{\"name\": \"gnupg2\", \"version\": \"2.3.3\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpgme\": [{\"name\": \"gpgme\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"librepo\": [{\"name\": \"librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf\": [{\"name\": \"libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-libdnf\": [{\"name\": \"python3-libdnf\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-hawkey\": [{\"name\": \"python3-hawkey\", \"version\": \"0.69.0\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libdnf-plugin-subscription-manager\": [{\"name\": \"libdnf-plugin-subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-librepo\": [{\"name\": \"python3-librepo\", \"version\": \"1.14.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-gpg\": [{\"name\": \"python3-gpg\", \"version\": \"1.15.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-sign-libs\": [{\"name\": \"rpm-sign-libs\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-rpm\": [{\"name\": \"python3-rpm\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-dnf\": [{\"name\": \"python3-dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-dnf-plugins-core\": [{\"name\": \"python3-dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf\": [{\"name\": \"dnf\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-subscription-manager-rhsm\": [{\"name\": \"python3-subscription-manager-rhsm\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"subscription-manager\": [{\"name\": \"subscription-manager\", \"version\": \"1.29.42\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"oniguruma\": [{\"name\": \"oniguruma\", \"version\": \"6.9.6\", \"release\": \"1.el9.6\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jq\": [{\"name\": \"jq\", \"version\": \"1.6\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-network\": [{\"name\": \"dracut-network\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pciutils-libs\": [{\"name\": \"pciutils-libs\", \"version\": \"3.7.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils-libs\": [{\"name\": \"sg3_utils-libs\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"slang\": [{\"name\": \"slang\", \"version\": \"2.3.2\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"newt\": [{\"name\": \"newt\", \"version\": \"0.52.21\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"userspace-rcu\": [{\"name\": \"userspace-rcu\", \"version\": \"0.12.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"checkpolicy\": [{\"name\": \"checkpolicy\", \"version\": \"3.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-policycoreutils\": [{\"name\": \"python3-policycoreutils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"policycoreutils-python-utils\": [{\"name\": \"policycoreutils-python-utils\", \"version\": \"3.6\", \"release\": \"2.1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libestr\": [{\"name\": \"libestr\", \"version\": \"0.1.11\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libfastjson\": [{\"name\": \"libfastjson\", \"version\": \"0.99.9\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog-logrotate\": [{\"name\": \"rsyslog-logrotate\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsyslog\": [{\"name\": \"rsyslog\", \"version\": \"8.2310.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"liburing\": [{\"name\": \"liburing\", \"version\": \"2.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"langpacks-core-en\": [{\"name\": \"langpacks-core-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"langpacks-en\": [{\"name\": \"langpacks-en\", \"version\": \"3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"qemu-guest-agent\": [{\"name\": \"qemu-guest-agent\", \"version\": \"9.0.0\", \"release\": \"10.el9\", \"epoch\": 17, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rhc\": [{\"name\": \"rhc\", \"version\": \"0.2.4\", \"release\": \"5.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xfsprogs\": [{\"name\": \"xfsprogs\", \"version\": \"6.4.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"NetworkManager-tui\": [{\"name\": \"NetworkManager-tui\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sg3_utils\": [{\"name\": \"sg3_utils\", \"version\": \"1.47\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-tools\": [{\"name\": \"kernel-tools\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kexec-tools\": [{\"name\": \"kexec-tools\", \"version\": \"2.0.27\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum\": [{\"name\": \"yum\", \"version\": \"4.14.0\", \"release\": \"17.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dnf-plugins-core\": [{\"name\": \"dnf-plugins-core\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"firewalld\": [{\"name\": \"firewalld\", \"version\": \"1.3.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"NetworkManager-team\": [{\"name\": \"NetworkManager-team\", \"version\": \"1.51.0\", \"release\": \"1.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"initscripts-rename-device\": [{\"name\": \"initscripts-rename-device\", \"version\": \"10.11.8\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"irqbalance\": [{\"name\": \"irqbalance\", \"version\": \"1.9.4\", \"release\": \"1.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"chrony\": [{\"name\": \"chrony\", \"version\": \"4.6\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-kcm\": [{\"name\": \"sssd-kcm\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"authselect-compat\": [{\"name\": \"authselect-compat\", \"version\": \"1.2.6\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel\": [{\"name\": \"kernel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"crypto-policies-scripts\": [{\"name\": \"crypto-policies-scripts\", \"version\": \"20240822\", \"release\": \"1.gitbaf3e06.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"grub2-pc\": [{\"name\": \"grub2-pc\", \"version\": \"2.06\", \"release\": \"92.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dracut-config-rescue\": [{\"name\": \"dracut-config-rescue\", \"version\": \"057\", \"release\": \"70.git20240819.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"audit\": [{\"name\": \"audit\", \"version\": \"3.1.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssh-clients\": [{\"name\": \"openssh-clients\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"parted\": [{\"name\": \"parted\", \"version\": \"3.5\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"microcode_ctl\": [{\"name\": \"microcode_ctl\", \"version\": \"20240531\", \"release\": \"1.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"openssh-server\": [{\"name\": \"openssh-server\", \"version\": \"8.7p1\", \"release\": \"43.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-selinux\": [{\"name\": \"rpm-plugin-selinux\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rpm-plugin-audit\": [{\"name\": \"rpm-plugin-audit\", \"version\": \"4.16.1.3\", \"release\": \"34.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sudo\": [{\"name\": \"sudo\", \"version\": \"1.9.5p2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"man-db\": [{\"name\": \"man-db\", \"version\": \"2.9.3\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iproute-tc\": [{\"name\": \"iproute-tc\", \"version\": \"6.2.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"e2fsprogs\": [{\"name\": \"e2fsprogs\", \"version\": \"1.46.5\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"prefixdevname\": [{\"name\": \"prefixdevname\", \"version\": \"0.1.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-minimal\": [{\"name\": \"vim-minimal\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lshw\": [{\"name\": \"lshw\", \"version\": \"B.02.19.2\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"ncurses\": [{\"name\": \"ncurses\", \"version\": \"6.2\", \"release\": \"10.20210508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsysfs\": [{\"name\": \"libsysfs\", \"version\": \"2.1.1\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"lsscsi\": [{\"name\": \"lsscsi\", \"version\": \"0.32\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"iwl100-firmware\": [{\"name\": \"iwl100-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl1000-firmware\": [{\"name\": \"iwl1000-firmware\", \"version\": \"39.31.5.1\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl105-firmware\": [{\"name\": \"iwl105-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl135-firmware\": [{\"name\": \"iwl135-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2000-firmware\": [{\"name\": \"iwl2000-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl2030-firmware\": [{\"name\": \"iwl2030-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl3160-firmware\": [{\"name\": \"iwl3160-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5000-firmware\": [{\"name\": \"iwl5000-firmware\", \"version\": \"8.83.5.1_1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl5150-firmware\": [{\"name\": \"iwl5150-firmware\", \"version\": \"8.24.2.2\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6000g2a-firmware\": [{\"name\": \"iwl6000g2a-firmware\", \"version\": \"18.168.6.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl6050-firmware\": [{\"name\": \"iwl6050-firmware\", \"version\": \"41.28.5.1\", \"release\": \"146.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"iwl7260-firmware\": [{\"name\": \"iwl7260-firmware\", \"version\": \"25.30.13.0\", \"release\": \"146.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rootfiles\": [{\"name\": \"rootfiles\", \"version\": \"8.1\", \"release\": \"31.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"gpg-pubkey\": [{\"name\": \"gpg-pubkey\", \"version\": \"3228467c\", \"release\": \"613798eb\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}, {\"name\": \"gpg-pubkey\", \"version\": \"8483c65d\", \"release\": \"5ccc5b19\", \"epoch\": null, \"arch\": null, \"source\": \"rpm\"}], \"epel-release\": [{\"name\": \"epel-release\", \"version\": \"9\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"nspr\": [{\"name\": \"nspr\", \"version\": \"4.35.0\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-system\": [{\"name\": \"boost-system\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-util\": [{\"name\": \"nss-util\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"make\": [{\"name\": \"make\", \"version\": \"4.3\", \"release\": \"8.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"m4\": [{\"name\": \"m4\", \"version\": \"1.4.19\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libmpc\": [{\"name\": \"libmpc\", \"version\": \"1.2.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"unzip\": [{\"name\": \"unzip\", \"version\": \"6.0\", \"release\": \"57.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"avahi-libs\": [{\"name\": \"avahi-libs\", \"version\": \"0.8\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zip\": [{\"name\": \"zip\", \"version\": \"3.0\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cpp\": [{\"name\": \"cpp\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bison\": [{\"name\": \"bison\", \"version\": \"3.7.4\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"flex\": [{\"name\": \"flex\", \"version\": \"2.6.4\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn-freebl\": [{\"name\": \"nss-softokn-freebl\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-softokn\": [{\"name\": \"nss-softokn\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss\": [{\"name\": \"nss\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nss-sysinit\": [{\"name\": \"nss-sysinit\", \"version\": \"3.101.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-filesystem\": [{\"name\": \"boost-filesystem\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"boost-thread\": [{\"name\": \"boost-thread\", \"version\": \"1.75.0\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Digest\": [{\"name\": \"perl-Digest\", \"version\": \"1.19\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Digest-MD5\": [{\"name\": \"perl-Digest-MD5\", \"version\": \"2.58\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-B\": [{\"name\": \"perl-B\", \"version\": \"1.80\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-FileHandle\": [{\"name\": \"perl-FileHandle\", \"version\": \"2.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Data-Dumper\": [{\"name\": \"perl-Data-Dumper\", \"version\": \"2.174\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libnet\": [{\"name\": \"perl-libnet\", \"version\": \"3.13\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-base\": [{\"name\": \"perl-base\", \"version\": \"2.27\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-URI\": [{\"name\": \"perl-URI\", \"version\": \"5.09\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-AutoLoader\": [{\"name\": \"perl-AutoLoader\", \"version\": \"5.74\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Mozilla-CA\": [{\"name\": \"perl-Mozilla-CA\", \"version\": \"20200520\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-if\": [{\"name\": \"perl-if\", \"version\": \"0.60.800\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-IP\": [{\"name\": \"perl-IO-Socket-IP\", \"version\": \"0.41\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Time-Local\": [{\"name\": \"perl-Time-Local\", \"version\": \"1.300\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Path\": [{\"name\": \"perl-File-Path\", \"version\": \"2.18\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Escapes\": [{\"name\": \"perl-Pod-Escapes\", \"version\": \"1.07\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Text-Tabs+Wrap\": [{\"name\": \"perl-Text-Tabs+Wrap\", \"version\": \"2013.0523\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IO-Socket-SSL\": [{\"name\": \"perl-IO-Socket-SSL\", \"version\": \"2.073\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Net-SSLeay\": [{\"name\": \"perl-Net-SSLeay\", \"version\": \"1.94\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Class-Struct\": [{\"name\": \"perl-Class-Struct\", \"version\": \"0.66\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-POSIX\": [{\"name\": \"perl-POSIX\", \"version\": \"1.94\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Term-ANSIColor\": [{\"name\": \"perl-Term-ANSIColor\", \"version\": \"5.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-IPC-Open3\": [{\"name\": \"perl-IPC-Open3\", \"version\": \"1.21\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-subs\": [{\"name\": \"perl-subs\", \"version\": \"1.03\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-Temp\": [{\"name\": \"perl-File-Temp\", \"version\": \"0.231.100\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Term-Cap\": [{\"name\": \"perl-Term-Cap\", \"version\": \"1.17\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Simple\": [{\"name\": \"perl-Pod-Simple\", \"version\": \"3.42\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-HTTP-Tiny\": [{\"name\": \"perl-HTTP-Tiny\", \"version\": \"0.076\", \"release\": \"462.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Socket\": [{\"name\": \"perl-Socket\", \"version\": \"2.031\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-SelectSaver\": [{\"name\": \"perl-SelectSaver\", \"version\": \"1.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Symbol\": [{\"name\": \"perl-Symbol\", \"version\": \"1.08\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-File-stat\": [{\"name\": \"perl-File-stat\", \"version\": \"1.09\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-podlators\": [{\"name\": \"perl-podlators\", \"version\": \"4.14\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Perldoc\": [{\"name\": \"perl-Pod-Perldoc\", \"version\": \"3.28.01\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Fcntl\": [{\"name\": \"perl-Fcntl\", \"version\": \"1.13\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Text-ParseWords\": [{\"name\": \"perl-Text-ParseWords\", \"version\": \"3.30\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-mro\": [{\"name\": \"perl-mro\", \"version\": \"1.23\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-IO\": [{\"name\": \"perl-IO\", \"version\": \"1.43\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overloading\": [{\"name\": \"perl-overloading\", \"version\": \"0.02\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Pod-Usage\": [{\"name\": \"perl-Pod-Usage\", \"version\": \"2.01\", \"release\": \"4.el9\", \"epoch\": 4, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Errno\": [{\"name\": \"perl-Errno\", \"version\": \"1.30\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Basename\": [{\"name\": \"perl-File-Basename\", \"version\": \"2.85\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Std\": [{\"name\": \"perl-Getopt-Std\", \"version\": \"1.12\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-MIME-Base64\": [{\"name\": \"perl-MIME-Base64\", \"version\": \"3.16\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Scalar-List-Utils\": [{\"name\": \"perl-Scalar-List-Utils\", \"version\": \"1.56\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-constant\": [{\"name\": \"perl-constant\", \"version\": \"1.33\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Storable\": [{\"name\": \"perl-Storable\", \"version\": \"3.21\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-overload\": [{\"name\": \"perl-overload\", \"version\": \"1.31\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-parent\": [{\"name\": \"perl-parent\", \"version\": \"0.238\", \"release\": \"460.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-vars\": [{\"name\": \"perl-vars\", \"version\": \"1.05\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Getopt-Long\": [{\"name\": \"perl-Getopt-Long\", \"version\": \"2.52\", \"release\": \"4.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Carp\": [{\"name\": \"perl-Carp\", \"version\": \"1.50\", \"release\": \"460.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Exporter\": [{\"name\": \"perl-Exporter\", \"version\": \"5.74\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-NDBM_File\": [{\"name\": \"perl-NDBM_File\", \"version\": \"1.15\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-PathTools\": [{\"name\": \"perl-PathTools\", \"version\": \"3.78\", \"release\": \"461.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-Encode\": [{\"name\": \"perl-Encode\", \"version\": \"3.08\", \"release\": \"462.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-libs\": [{\"name\": \"perl-libs\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-interpreter\": [{\"name\": \"perl-interpreter\", \"version\": \"5.32.1\", \"release\": \"481.el9\", \"epoch\": 4, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"aspell\": [{\"name\": \"aspell\", \"version\": \"0.60.8\", \"release\": \"8.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tbb\": [{\"name\": \"tbb\", \"version\": \"2020.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dyninst\": [{\"name\": \"dyninst\", \"version\": \"12.1.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-runtime\": [{\"name\": \"systemtap-runtime\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-headers\": [{\"name\": \"kernel-headers\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-headers\": [{\"name\": \"glibc-headers\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"strace\": [{\"name\": \"strace\", \"version\": \"5.18\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-m4\": [{\"name\": \"pkgconf-m4\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libpkgconf\": [{\"name\": \"libpkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf\": [{\"name\": \"pkgconf\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"pkgconf-pkg-config\": [{\"name\": \"pkgconf-pkg-config\", \"version\": \"1.7.3\", \"release\": \"10.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libzstd-devel\": [{\"name\": \"libzstd-devel\", \"version\": \"1.5.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"zlib-devel\": [{\"name\": \"zlib-devel\", \"version\": \"1.2.11\", \"release\": \"41.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-libelf-devel\": [{\"name\": \"elfutils-libelf-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"glibc-devel\": [{\"name\": \"glibc-devel\", \"version\": \"2.34\", \"release\": \"122.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxcrypt-devel\": [{\"name\": \"libxcrypt-devel\", \"version\": \"4.4.18\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gcc\": [{\"name\": \"gcc\", \"version\": \"11.5.0\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"openssl-devel\": [{\"name\": \"openssl-devel\", \"version\": \"3.2.2\", \"release\": \"6.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"kernel-devel\": [{\"name\": \"kernel-devel\", \"version\": \"5.14.0\", \"release\": \"508.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"xz-devel\": [{\"name\": \"xz-devel\", \"version\": \"5.2.5\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"elfutils-devel\": [{\"name\": \"elfutils-devel\", \"version\": \"0.191\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-devel\": [{\"name\": \"systemtap-devel\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"efivar-libs\": [{\"name\": \"efivar-libs\", \"version\": \"38\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"mokutil\": [{\"name\": \"mokutil\", \"version\": \"0.6.0\", \"release\": \"4.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap-client\": [{\"name\": \"systemtap-client\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"systemtap\": [{\"name\": \"systemtap\", \"version\": \"5.1\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"qa-tools\": [{\"name\": \"qa-tools\", \"version\": \"4.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libtirpc\": [{\"name\": \"libtirpc\", \"version\": \"1.3.3\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core\": [{\"name\": \"git-core\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libnfsidmap\": [{\"name\": \"libnfsidmap\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"git-core-doc\": [{\"name\": \"git-core-doc\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"rpcbind\": [{\"name\": \"rpcbind\", \"version\": \"1.2.6\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"wget\": [{\"name\": \"wget\", \"version\": \"1.21.1\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-lib\": [{\"name\": \"perl-lib\", \"version\": \"0.65\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-File-Find\": [{\"name\": \"perl-File-Find\", \"version\": \"1.37\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Error\": [{\"name\": \"perl-Error\", \"version\": \"0.17029\", \"release\": \"7.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-DynaLoader\": [{\"name\": \"perl-DynaLoader\", \"version\": \"1.47\", \"release\": \"481.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"perl-TermReadKey\": [{\"name\": \"perl-TermReadKey\", \"version\": \"2.38\", \"release\": \"11.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libxslt\": [{\"name\": \"libxslt\", \"version\": \"1.1.34\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-lxml\": [{\"name\": \"python3-lxml\", \"version\": \"4.6.5\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gpm-libs\": [{\"name\": \"gpm-libs\", \"version\": \"1.20.7\", \"release\": \"29.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"emacs-filesystem\": [{\"name\": \"emacs-filesystem\", \"version\": \"27.2\", \"release\": \"10.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"perl-Git\": [{\"name\": \"perl-Git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"git\": [{\"name\": \"git\", \"version\": \"2.43.5\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"yum-utils\": [{\"name\": \"yum-utils\", \"version\": \"4.3.0\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-filesystem\": [{\"name\": \"vim-filesystem\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"vim-common\": [{\"name\": \"vim-common\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"time\": [{\"name\": \"time\", \"version\": \"1.9\", \"release\": \"18.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tar\": [{\"name\": \"tar\", \"version\": \"1.34\", \"release\": \"7.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"quota-nls\": [{\"name\": \"quota-nls\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"quota\": [{\"name\": \"quota\", \"version\": \"4.09\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pyyaml\": [{\"name\": \"python3-pyyaml\", \"version\": \"5.4.1\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libev\": [{\"name\": \"libev\", \"version\": \"4.33\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libverto-libev\": [{\"name\": \"libverto-libev\", \"version\": \"0.3.2\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gssproxy\": [{\"name\": \"gssproxy\", \"version\": \"0.8.4\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"nfs-utils\": [{\"name\": \"nfs-utils\", \"version\": \"2.5.4\", \"release\": \"27.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bc\": [{\"name\": \"bc\", \"version\": \"1.07.1\", \"release\": \"14.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"beakerlib-redhat\": [{\"name\": \"beakerlib-redhat\", \"version\": \"1\", \"release\": \"35.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"beakerlib\": [{\"name\": \"beakerlib\", \"version\": \"1.29.3\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"restraint\": [{\"name\": \"restraint\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"restraint-rhts\": [{\"name\": \"restraint-rhts\", \"version\": \"0.4.4\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"vim-enhanced\": [{\"name\": \"vim-enhanced\", \"version\": \"8.2.2637\", \"release\": \"21.el9\", \"epoch\": 2, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-nfs-idmap\": [{\"name\": \"sssd-nfs-idmap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rsync\": [{\"name\": \"rsync\", \"version\": \"3.2.3\", \"release\": \"20.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-pytz\": [{\"name\": \"python3-pytz\", \"version\": \"2021.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-babel\": [{\"name\": \"python3-babel\", \"version\": \"2.9.1\", \"release\": \"2.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyserial\": [{\"name\": \"python3-pyserial\", \"version\": \"3.4\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-pyrsistent\": [{\"name\": \"python3-pyrsistent\", \"version\": \"0.17.3\", \"release\": \"8.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-prettytable\": [{\"name\": \"python3-prettytable\", \"version\": \"0.7.2\", \"release\": \"27.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-oauthlib\": [{\"name\": \"python3-oauthlib\", \"version\": \"3.1.1\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-netifaces\": [{\"name\": \"python3-netifaces\", \"version\": \"0.10.6\", \"release\": \"15.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-markupsafe\": [{\"name\": \"python3-markupsafe\", \"version\": \"1.1.1\", \"release\": \"12.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"python3-jinja2\": [{\"name\": \"python3-jinja2\", \"version\": \"2.11.3\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpointer\": [{\"name\": \"python3-jsonpointer\", \"version\": \"2.0\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonpatch\": [{\"name\": \"python3-jsonpatch\", \"version\": \"1.21\", \"release\": \"16.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-configobj\": [{\"name\": \"python3-configobj\", \"version\": \"5.0.6\", \"release\": \"25.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-attrs\": [{\"name\": \"python3-attrs\", \"version\": \"20.3.0\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"python3-jsonschema\": [{\"name\": \"python3-jsonschema\", \"version\": \"3.2.0\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"libmaxminddb\": [{\"name\": \"libmaxminddb\", \"version\": \"1.5.2\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"geolite2-country\": [{\"name\": \"geolite2-country\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"geolite2-city\": [{\"name\": \"geolite2-city\", \"version\": \"20191217\", \"release\": \"6.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"ipcalc\": [{\"name\": \"ipcalc\", \"version\": \"1.0.0\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"gdisk\": [{\"name\": \"gdisk\", \"version\": \"1.0.7\", \"release\": \"5.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"dhcp-common\": [{\"name\": \"dhcp-common\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"dhcp-client\": [{\"name\": \"dhcp-client\", \"version\": \"4.4.2\", \"release\": \"19.b1.el9\", \"epoch\": 12, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cloud-init\": [{\"name\": \"cloud-init\", \"version\": \"23.4\", \"release\": \"19.el9\", \"epoch\": null, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"cloud-utils-growpart\": [{\"name\": \"cloud-utils-growpart\", \"version\": \"0.33\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"jitterentropy\": [{\"name\": \"jitterentropy\", \"version\": \"3.5.0\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"rng-tools\": [{\"name\": \"rng-tools\", \"version\": \"6.16\", \"release\": \"7.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common\": [{\"name\": \"samba-common\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"protobuf-c\": [{\"name\": \"protobuf-c\", \"version\": \"1.3.3\", \"release\": \"13.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"cyrus-sasl-gssapi\": [{\"name\": \"cyrus-sasl-gssapi\", \"version\": \"2.1.27\", \"release\": \"21.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5-common\": [{\"name\": \"sssd-krb5-common\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-krb5\": [{\"name\": \"sssd-krb5\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ldap\": [{\"name\": \"sssd-ldap\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"adcli\": [{\"name\": \"adcli\", \"version\": \"0.9.2\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libuv\": [{\"name\": \"libuv\", \"version\": \"1.42.0\", \"release\": \"2.el9\", \"epoch\": 1, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"fstrm\": [{\"name\": \"fstrm\", \"version\": \"0.6.1\", \"release\": \"3.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-license\": [{\"name\": \"bind-license\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"noarch\", \"source\": \"rpm\"}], \"bind-libs\": [{\"name\": \"bind-libs\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"bind-utils\": [{\"name\": \"bind-utils\", \"version\": \"9.16.23\", \"release\": \"24.el9\", \"epoch\": 32, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-proxy\": [{\"name\": \"sssd-proxy\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libipa_hbac\": [{\"name\": \"libipa_hbac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libicu\": [{\"name\": \"libicu\", \"version\": \"67.1\", \"release\": \"9.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libwbclient\": [{\"name\": \"libwbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-common-libs\": [{\"name\": \"samba-common-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"samba-client-libs\": [{\"name\": \"samba-client-libs\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-common-pac\": [{\"name\": \"sssd-common-pac\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ipa\": [{\"name\": \"sssd-ipa\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"libsmbclient\": [{\"name\": \"libsmbclient\", \"version\": \"4.20.2\", \"release\": \"2.el9\", \"epoch\": 0, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd-ad\": [{\"name\": \"sssd-ad\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"sssd\": [{\"name\": \"sssd\", \"version\": \"2.9.5\", \"release\": \"4.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}], \"tlog\": [{\"name\": \"tlog\", \"version\": \"14\", \"release\": \"1.el9\", \"epoch\": null, \"arch\": \"x86_64\", \"source\": \"rpm\"}]}}, \"invocation\": {\"module_args\": {\"manager\": [\"auto\"], \"strategy\": \"first\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts.packages\r\n# destroy ansible.module_utils.facts.packages\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy rpm.transaction\r\n# destroy rpm\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy rpm._rpm\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888132.61250: done with _execute_module (package_facts, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'package_facts', '_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-1726888130.9908662-7681-75942101181845/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888132.61254: _low_level_execute_command(): starting\n 7519 1726888132.61257: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888132.61265: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888132.61267: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888132.61269: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888132.61271: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888132.61273: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888132.61275: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888132.61277: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888132.61279: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888132.61281: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888132.61283: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888132.61285: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888132.61287: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888132.61289: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888132.61291: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888132.61293: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888132.61295: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888132.61297: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888132.61298: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888132.61300: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888132.61302: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888132.61304: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888132.61306: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888132.61309: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888132.61311: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888132.61313: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888132.61315: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888132.61317: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888132.61318: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888132.61320: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888132.61323: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888132.61325: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888132.61327: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888132.61329: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888132.61331: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888132.61665: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888132.61676: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888132.61679: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888132.61682: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888132.61684: stdout chunk (state=3):\n>>><<<\n 7519 1726888132.61686: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888132.61695: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888132.61697: handler run complete\n 7519 1726888132.61699: done with _execute_module (package_facts, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'package_facts', '_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-1726888131.0088804-7683-101015993241470/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888132.61701: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888132.61703: _low_level_execute_command(): starting\n 7519 1726888132.61705: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888132.61712: done with _execute_module (package_facts, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'package_facts', '_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-1726888131.0120115-7682-40329810451163/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888132.61978: _low_level_execute_command(): starting\n 7519 1726888132.61981: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888132.63593: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888132.63648: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888132.63666: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888132.63686: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888132.63741: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888132.63790: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888132.63801: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888132.63811: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888132.63826: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888132.63850: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888132.63962: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888132.63984: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888132.64001: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888132.64013: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888132.64031: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888132.64046: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888132.64066: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888132.64093: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888132.64107: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888132.64128: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888132.64145: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888132.64160: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888132.64179: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888132.64206: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888132.64226: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888132.64241: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888132.64396: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888132.64413: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888132.64435: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888132.64462: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888132.64480: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888132.64497: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888132.64509: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888132.64521: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888132.64547: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888132.64583: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888132.64636: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888132.65162: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888132.65165: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888132.65244: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888132.65296: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888132.65300: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888132.65302: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888132.65304: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888132.65370: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888132.65374: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888132.65654: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888132.65707: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888132.65730: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888132.65773: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888132.66534: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888132.66540: stdout chunk (state=3):\n>>><<<\n 7519 1726888132.66542: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888132.66839: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888132.66842: handler run complete\n 7519 1726888132.67584: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888132.67833: stderr chunk (state=3):\n>>><<<\n 7519 1726888132.67836: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888132.67843: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888132.67847: handler run complete\n 7519 1726888132.69640: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888132.70012: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888132.71479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888132.71673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888132.75976: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888132.79194: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888132.79437: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888132.80800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888132.81001: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888132.82219: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888132.83781: attempt loop complete, returning result\n 7519 1726888132.83802: _execute() done\n 7519 1726888132.83810: dumping result to json\n 7519 1726888132.83925: attempt loop complete, returning result\n 7519 1726888132.84111: _execute() done\n 7519 1726888132.84121: dumping result to json\n 7519 1726888132.84571: done dumping result, returning\n 7519 1726888132.84585: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts [0ed44806-2f0b-c82f-f05a-00000000000c]\n 7519 1726888132.84605: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c\n 7519 1726888132.84835: done dumping result, returning\n 7519 1726888132.84987: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts [0ed44806-2f0b-c82f-f05a-00000000000c]\n 7519 1726888132.85216: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888132.85529: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c\n 7519 1726888132.88886: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c\n 7519 1726888132.88889: WORKER PROCESS EXITING\n 7519 1726888132.88892: attempt loop complete, returning result\n 7519 1726888132.88894: _execute() done\n 7519 1726888132.88896: dumping result to json\n 7519 1726888132.90166: done dumping result, returning\n 7519 1726888132.90170: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts [0ed44806-2f0b-c82f-f05a-00000000000c]\n 7519 1726888132.90173: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c\n 7519 1726888132.92097: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c\n 7519 1726888132.92100: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"ansible_facts\": {\n \"packages\": {\n \"NetworkManager\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"NetworkManager-libnm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager-libnm\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"NetworkManager-team\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager-team\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"NetworkManager-tui\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager-tui\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"acl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"acl\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.1\"\n }\n ],\n \"adcli\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"adcli\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.2\"\n }\n ],\n \"alternatives\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"alternatives\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.24\"\n }\n ],\n \"aspell\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 12,\n \"name\": \"aspell\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.60.8\"\n }\n ],\n \"attr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"attr\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.1\"\n }\n ],\n \"audit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"audit\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.5\"\n }\n ],\n \"audit-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"audit-libs\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.5\"\n }\n ],\n \"authselect\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"authselect\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"authselect-compat\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"authselect-compat\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"authselect-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"authselect-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"avahi-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"avahi-libs\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8\"\n }\n ],\n \"basesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"basesystem\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"11\"\n }\n ],\n \"bash\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bash\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1.8\"\n }\n ],\n \"bc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bc\",\n \"release\": \"14.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.07.1\"\n }\n ],\n \"beakerlib\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"beakerlib\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.3\"\n }\n ],\n \"beakerlib-redhat\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"beakerlib-redhat\",\n \"release\": \"35.el9\",\n \"source\": \"rpm\",\n \"version\": \"1\"\n }\n ],\n \"bind-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 32,\n \"name\": \"bind-libs\",\n \"release\": \"24.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.16.23\"\n }\n ],\n \"bind-license\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 32,\n \"name\": \"bind-license\",\n \"release\": \"24.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.16.23\"\n }\n ],\n \"bind-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 32,\n \"name\": \"bind-utils\",\n \"release\": \"24.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.16.23\"\n }\n ],\n \"binutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"binutils\",\n \"release\": \"54.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.35.2\"\n }\n ],\n \"binutils-gold\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"binutils-gold\",\n \"release\": \"54.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.35.2\"\n }\n ],\n \"bison\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bison\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.7.4\"\n }\n ],\n \"boost-filesystem\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"boost-filesystem\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.75.0\"\n }\n ],\n \"boost-system\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"boost-system\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.75.0\"\n }\n ],\n \"boost-thread\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"boost-thread\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.75.0\"\n }\n ],\n \"bzip2-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bzip2-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.8\"\n }\n ],\n \"c-ares\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"c-ares\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.19.1\"\n }\n ],\n \"ca-certificates\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"ca-certificates\",\n \"release\": \"91.4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2024.2.69_v8.0.303\"\n }\n ],\n \"centos-gpg-keys\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"centos-gpg-keys\",\n \"release\": \"26.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0\"\n }\n ],\n \"centos-stream-release\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"centos-stream-release\",\n \"release\": \"26.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0\"\n }\n ],\n \"centos-stream-repos\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"centos-stream-repos\",\n \"release\": \"26.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0\"\n }\n ],\n \"checkpolicy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"checkpolicy\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"chrony\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"chrony\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.6\"\n }\n ],\n \"cloud-init\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"cloud-init\",\n \"release\": \"19.el9\",\n \"source\": \"rpm\",\n \"version\": \"23.4\"\n }\n ],\n \"cloud-utils-growpart\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cloud-utils-growpart\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.33\"\n }\n ],\n \"coreutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"coreutils\",\n \"release\": \"36.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.32\"\n }\n ],\n \"coreutils-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"coreutils-common\",\n \"release\": \"36.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.32\"\n }\n ],\n \"cpio\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cpio\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13\"\n }\n ],\n \"cpp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cpp\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"cracklib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cracklib\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.6\"\n }\n ],\n \"cracklib-dicts\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cracklib-dicts\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.6\"\n }\n ],\n \"cronie\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cronie\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.7\"\n }\n ],\n \"cronie-anacron\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cronie-anacron\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.7\"\n }\n ],\n \"crontabs\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"crontabs\",\n \"release\": \"26.20190603git.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.11\"\n }\n ],\n \"crypto-policies\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"crypto-policies\",\n \"release\": \"1.gitbaf3e06.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240822\"\n }\n ],\n \"crypto-policies-scripts\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"crypto-policies-scripts\",\n \"release\": \"1.gitbaf3e06.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240822\"\n }\n ],\n \"cryptsetup-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cryptsetup-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.7.2\"\n }\n ],\n \"curl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"curl\",\n \"release\": \"31.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.76.1\"\n }\n ],\n \"cyrus-sasl-gssapi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cyrus-sasl-gssapi\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.27\"\n }\n ],\n \"cyrus-sasl-lib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cyrus-sasl-lib\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.27\"\n }\n ],\n \"dbus\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dbus\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dbus-broker\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dbus-broker\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"28\"\n }\n ],\n \"dbus-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"dbus-common\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dbus-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dbus-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dbus-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dbus-tools\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dejavu-sans-fonts\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dejavu-sans-fonts\",\n \"release\": \"18.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37\"\n }\n ],\n \"device-mapper\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 9,\n \"name\": \"device-mapper\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.02.198\"\n }\n ],\n \"device-mapper-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 9,\n \"name\": \"device-mapper-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.02.198\"\n }\n ],\n \"dhcp-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 12,\n \"name\": \"dhcp-client\",\n \"release\": \"19.b1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.2\"\n }\n ],\n \"dhcp-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 12,\n \"name\": \"dhcp-common\",\n \"release\": \"19.b1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.2\"\n }\n ],\n \"diffutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"diffutils\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.7\"\n }\n ],\n \"dmidecode\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dmidecode\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"dnf\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dnf\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"dnf-data\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dnf-data\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"dnf-plugins-core\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dnf-plugins-core\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3.0\"\n }\n ],\n \"dracut\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dracut-config-rescue\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut-config-rescue\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dracut-network\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut-network\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dracut-squash\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut-squash\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dyninst\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dyninst\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"12.1.0\"\n }\n ],\n \"e2fsprogs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"e2fsprogs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"e2fsprogs-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"e2fsprogs-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"efivar-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"efivar-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"38\"\n }\n ],\n \"elfutils-debuginfod-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-debuginfod-client\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-default-yama-scope\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"elfutils-default-yama-scope\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-devel\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-libelf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-libelf\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-libelf-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-libelf-devel\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-libs\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"emacs-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"emacs-filesystem\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"27.2\"\n }\n ],\n \"epel-release\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"epel-release\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"9\"\n }\n ],\n \"ethtool\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"ethtool\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"expat\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"expat\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.0\"\n }\n ],\n \"file\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"file\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.39\"\n }\n ],\n \"file-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"file-libs\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.39\"\n }\n ],\n \"filesystem\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"filesystem\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.16\"\n }\n ],\n \"findutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"findutils\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.8.0\"\n }\n ],\n \"firewalld\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"firewalld\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.4\"\n }\n ],\n \"firewalld-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"firewalld-filesystem\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.4\"\n }\n ],\n \"flex\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"flex\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.6.4\"\n }\n ],\n \"fonts-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"fonts-filesystem\",\n \"release\": \"7.el9.1\",\n \"source\": \"rpm\",\n \"version\": \"2.0.5\"\n }\n ],\n \"fstrm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"fstrm\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.6.1\"\n }\n ],\n \"fuse-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"fuse-libs\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.9\"\n }\n ],\n \"gawk\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gawk\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1.0\"\n }\n ],\n \"gawk-all-langpacks\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gawk-all-langpacks\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1.0\"\n }\n ],\n \"gcc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gcc\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"gdbm-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"gdbm-libs\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.23\"\n }\n ],\n \"gdisk\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gdisk\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.7\"\n }\n ],\n \"geolite2-city\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"geolite2-city\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"20191217\"\n }\n ],\n \"geolite2-country\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"geolite2-country\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"20191217\"\n }\n ],\n \"gettext\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gettext\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.21\"\n }\n ],\n \"gettext-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gettext-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.21\"\n }\n ],\n \"git\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"git\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"git-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"git-core\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"git-core-doc\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"git-core-doc\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"glib2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glib2\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.68.4\"\n }\n ],\n \"glibc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-common\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-devel\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-gconv-extra\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-gconv-extra\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-headers\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-headers\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-langpack-en\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-langpack-en\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"gmp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"gmp\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2.0\"\n }\n ],\n \"gnupg2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gnupg2\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.3\"\n }\n ],\n \"gnutls\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gnutls\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.8.3\"\n }\n ],\n \"gobject-introspection\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gobject-introspection\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.68.0\"\n }\n ],\n \"gpg-pubkey\": [\n {\n \"arch\": null,\n \"epoch\": null,\n \"name\": \"gpg-pubkey\",\n \"release\": \"613798eb\",\n \"source\": \"rpm\",\n \"version\": \"3228467c\"\n },\n {\n \"arch\": null,\n \"epoch\": null,\n \"name\": \"gpg-pubkey\",\n \"release\": \"5ccc5b19\",\n \"source\": \"rpm\",\n \"version\": \"8483c65d\"\n }\n ],\n \"gpgme\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gpgme\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15.1\"\n }\n ],\n \"gpm-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gpm-libs\",\n \"release\": \"29.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.20.7\"\n }\n ],\n \"grep\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"grep\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"groff-base\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"groff-base\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.22.4\"\n }\n ],\n \"grub2-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"grub2-common\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-pc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"grub2-pc\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-pc-modules\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"grub2-pc-modules\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"grub2-tools\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-tools-minimal\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"grub2-tools-minimal\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grubby\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"grubby\",\n \"release\": \"63.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.40\"\n }\n ],\n \"gssproxy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gssproxy\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.4\"\n }\n ],\n \"gzip\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gzip\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12\"\n }\n ],\n \"hostname\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"hostname\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.23\"\n }\n ],\n \"hwdata\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"hwdata\",\n \"release\": \"9.15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.348\"\n }\n ],\n \"ima-evm-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ima-evm-utils\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5\"\n }\n ],\n \"inih\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"inih\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"49\"\n }\n ],\n \"initscripts-rename-device\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"initscripts-rename-device\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.11.8\"\n }\n ],\n \"initscripts-service\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"initscripts-service\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.11.8\"\n }\n ],\n \"ipcalc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ipcalc\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.0\"\n }\n ],\n \"iproute\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iproute\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2.0\"\n }\n ],\n \"iproute-tc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iproute-tc\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2.0\"\n }\n ],\n \"ipset\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ipset\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.11\"\n }\n ],\n \"ipset-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ipset-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.11\"\n }\n ],\n \"iptables-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iptables-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.8.10\"\n }\n ],\n \"iptables-nft\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iptables-nft\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.8.10\"\n }\n ],\n \"iputils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iputils\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"20210202\"\n }\n ],\n \"irqbalance\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"irqbalance\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9.4\"\n }\n ],\n \"iwl100-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl100-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"39.31.5.1\"\n }\n ],\n \"iwl1000-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"iwl1000-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"39.31.5.1\"\n }\n ],\n \"iwl105-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl105-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl135-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl135-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl2000-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl2000-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl2030-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl2030-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl3160-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"iwl3160-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"25.30.13.0\"\n }\n ],\n \"iwl5000-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl5000-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.83.5.1_1\"\n }\n ],\n \"iwl5150-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl5150-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.24.2.2\"\n }\n ],\n \"iwl6000g2a-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl6000g2a-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl6050-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl6050-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"41.28.5.1\"\n }\n ],\n \"iwl7260-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"iwl7260-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"25.30.13.0\"\n }\n ],\n \"jansson\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"jansson\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.14\"\n }\n ],\n \"jitterentropy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"jitterentropy\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.5.0\"\n }\n ],\n \"jq\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"jq\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6\"\n }\n ],\n \"json-c\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"json-c\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.14\"\n }\n ],\n \"kbd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kbd\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.0\"\n }\n ],\n \"kbd-legacy\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"kbd-legacy\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.0\"\n }\n ],\n \"kbd-misc\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"kbd-misc\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.0\"\n }\n ],\n \"kernel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-core\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-devel\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-headers\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-headers\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-modules\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-modules\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-modules-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-modules-core\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-tools\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-tools-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-tools-libs\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kexec-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kexec-tools\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.0.27\"\n }\n ],\n \"keyutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"keyutils\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6.3\"\n }\n ],\n \"keyutils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"keyutils-libs\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6.3\"\n }\n ],\n \"kmod\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kmod\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"28\"\n }\n ],\n \"kmod-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kmod-libs\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"28\"\n }\n ],\n \"kpartx\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kpartx\",\n \"release\": \"32.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.7\"\n }\n ],\n \"krb5-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"krb5-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21.1\"\n }\n ],\n \"langpacks-core-en\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"langpacks-core-en\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"langpacks-core-font-en\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"langpacks-core-font-en\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"langpacks-en\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"langpacks-en\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"less\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"less\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"590\"\n }\n ],\n \"libacl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libacl\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.1\"\n }\n ],\n \"libarchive\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libarchive\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.5.3\"\n }\n ],\n \"libassuan\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libassuan\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.5\"\n }\n ],\n \"libattr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libattr\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.1\"\n }\n ],\n \"libbasicobjects\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libbasicobjects\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.1\"\n }\n ],\n \"libblkid\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libblkid\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libbpf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"libbpf\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.0\"\n }\n ],\n \"libbrotli\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libbrotli\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"libcap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcap\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.48\"\n }\n ],\n \"libcap-ng\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcap-ng\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.2\"\n }\n ],\n \"libcap-ng-python3\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcap-ng-python3\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.2\"\n }\n ],\n \"libcbor\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcbor\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.0\"\n }\n ],\n \"libcollection\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcollection\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.0\"\n }\n ],\n \"libcom_err\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcom_err\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"libcomps\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcomps\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.18\"\n }\n ],\n \"libcurl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcurl\",\n \"release\": \"31.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.76.1\"\n }\n ],\n \"libdaemon\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdaemon\",\n \"release\": \"23.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.14\"\n }\n ],\n \"libdb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdb\",\n \"release\": \"54.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.3.28\"\n }\n ],\n \"libdhash\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdhash\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.5.0\"\n }\n ],\n \"libdnf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdnf\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.69.0\"\n }\n ],\n \"libdnf-plugin-subscription-manager\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdnf-plugin-subscription-manager\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"libeconf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libeconf\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4.1\"\n }\n ],\n \"libedit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libedit\",\n \"release\": \"38.20210216cvs.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1\"\n }\n ],\n \"libestr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libestr\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.11\"\n }\n ],\n \"libev\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libev\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.33\"\n }\n ],\n \"libevent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libevent\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.12\"\n }\n ],\n \"libfastjson\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libfastjson\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.99.9\"\n }\n ],\n \"libfdisk\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libfdisk\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libffi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libffi\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.4.2\"\n }\n ],\n \"libfido2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libfido2\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.13.0\"\n }\n ],\n \"libgcc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgcc\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"libgcrypt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgcrypt\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.10.0\"\n }\n ],\n \"libgomp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgomp\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"libgpg-error\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgpg-error\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.42\"\n }\n ],\n \"libicu\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libicu\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"67.1\"\n }\n ],\n \"libidn2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libidn2\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.0\"\n }\n ],\n \"libini_config\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libini_config\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.1\"\n }\n ],\n \"libipa_hbac\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libipa_hbac\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libkcapi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libkcapi\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.0\"\n }\n ],\n \"libkcapi-hmaccalc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libkcapi-hmaccalc\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.0\"\n }\n ],\n \"libksba\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libksba\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"libldb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libldb\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.1\"\n }\n ],\n \"libmaxminddb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmaxminddb\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.2\"\n }\n ],\n \"libmnl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmnl\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.4\"\n }\n ],\n \"libmodulemd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmodulemd\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13.0\"\n }\n ],\n \"libmount\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmount\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libmpc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmpc\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.1\"\n }\n ],\n \"libndp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libndp\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9\"\n }\n ],\n \"libnetfilter_conntrack\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnetfilter_conntrack\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"libnfnetlink\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnfnetlink\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.1\"\n }\n ],\n \"libnfsidmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"libnfsidmap\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.4\"\n }\n ],\n \"libnftnl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnftnl\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"libnghttp2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnghttp2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.43.0\"\n }\n ],\n \"libnl3\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnl3\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.0\"\n }\n ],\n \"libnl3-cli\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnl3-cli\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.0\"\n }\n ],\n \"libpath_utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpath_utils\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.2.1\"\n }\n ],\n \"libpipeline\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpipeline\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.3\"\n }\n ],\n \"libpkgconf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpkgconf\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"libpsl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpsl\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.21.1\"\n }\n ],\n \"libpwquality\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpwquality\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.4\"\n }\n ],\n \"libref_array\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libref_array\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.5\"\n }\n ],\n \"librepo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"librepo\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.14.5\"\n }\n ],\n \"libreport-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"libreport-filesystem\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.15.2\"\n }\n ],\n \"libseccomp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libseccomp\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.2\"\n }\n ],\n \"libselinux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libselinux\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libselinux-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libselinux-utils\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libsemanage\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsemanage\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libsepol\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsepol\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libsigsegv\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsigsegv\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13\"\n }\n ],\n \"libsmartcols\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsmartcols\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libsmbclient\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"libsmbclient\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"libsolv\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsolv\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.24\"\n }\n ],\n \"libss\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libss\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"libssh\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libssh\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.10.4\"\n }\n ],\n \"libssh-config\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"libssh-config\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.10.4\"\n }\n ],\n \"libsss_certmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_certmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libsss_idmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_idmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libsss_nss_idmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_nss_idmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libsss_sudo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_sudo\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libstdc++\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libstdc++\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"libsysfs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsysfs\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.1\"\n }\n ],\n \"libtalloc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtalloc\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.2\"\n }\n ],\n \"libtasn1\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtasn1\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.0\"\n }\n ],\n \"libtdb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtdb\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.10\"\n }\n ],\n \"libteam\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libteam\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.31\"\n }\n ],\n \"libtevent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtevent\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.16.1\"\n }\n ],\n \"libtirpc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtirpc\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.3\"\n }\n ],\n \"libunistring\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libunistring\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.10\"\n }\n ],\n \"liburing\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"liburing\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5\"\n }\n ],\n \"libuser\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libuser\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.63\"\n }\n ],\n \"libutempter\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libutempter\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.1\"\n }\n ],\n \"libuuid\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libuuid\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libuv\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"libuv\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.42.0\"\n }\n ],\n \"libverto\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libverto\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.3.2\"\n }\n ],\n \"libverto-libev\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libverto-libev\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.3.2\"\n }\n ],\n \"libwbclient\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"libwbclient\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"libxcrypt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxcrypt\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.18\"\n }\n ],\n \"libxcrypt-compat\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxcrypt-compat\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.18\"\n }\n ],\n \"libxcrypt-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxcrypt-devel\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.18\"\n }\n ],\n \"libxml2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxml2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.13\"\n }\n ],\n \"libxslt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxslt\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.1.34\"\n }\n ],\n \"libyaml\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libyaml\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.2.5\"\n }\n ],\n \"libzstd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libzstd\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"libzstd-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libzstd-devel\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"linux-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"linux-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240905\"\n }\n ],\n \"linux-firmware-whence\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"linux-firmware-whence\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240905\"\n }\n ],\n \"lmdb-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lmdb-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.29\"\n }\n ],\n \"logrotate\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"logrotate\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.18.0\"\n }\n ],\n \"lshw\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lshw\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"B.02.19.2\"\n }\n ],\n \"lsscsi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lsscsi\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.32\"\n }\n ],\n \"lua-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lua-libs\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.4.4\"\n }\n ],\n \"lz4-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lz4-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9.3\"\n }\n ],\n \"lzo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lzo\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.10\"\n }\n ],\n \"m4\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"m4\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.19\"\n }\n ],\n \"make\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"make\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3\"\n }\n ],\n \"man-db\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"man-db\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.3\"\n }\n ],\n \"microcode_ctl\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 4,\n \"name\": \"microcode_ctl\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240531\"\n }\n ],\n \"mokutil\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"mokutil\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.6.0\"\n }\n ],\n \"mpfr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"mpfr\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.1.0\"\n }\n ],\n \"ncurses\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ncurses\",\n \"release\": \"10.20210508.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"ncurses-base\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"ncurses-base\",\n \"release\": \"10.20210508.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"ncurses-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ncurses-libs\",\n \"release\": \"10.20210508.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"nettle\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nettle\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.1\"\n }\n ],\n \"newt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"newt\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.52.21\"\n }\n ],\n \"nfs-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"nfs-utils\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.4\"\n }\n ],\n \"nftables\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"nftables\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"npth\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"npth\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6\"\n }\n ],\n \"nspr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nspr\",\n \"release\": \"14.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.35.0\"\n }\n ],\n \"nss\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-softokn\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-softokn\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-softokn-freebl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-softokn-freebl\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-sysinit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-sysinit\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-util\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-util\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"numactl-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"numactl-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.0.16\"\n }\n ],\n \"oddjob\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"oddjob\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.34.7\"\n }\n ],\n \"oddjob-mkhomedir\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"oddjob-mkhomedir\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.34.7\"\n }\n ],\n \"oniguruma\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"oniguruma\",\n \"release\": \"1.el9.6\",\n \"source\": \"rpm\",\n \"version\": \"6.9.6\"\n }\n ],\n \"openldap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openldap\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.6.6\"\n }\n ],\n \"openssh\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openssh\",\n \"release\": \"43.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.7p1\"\n }\n ],\n \"openssh-clients\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openssh-clients\",\n \"release\": \"43.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.7p1\"\n }\n ],\n \"openssh-server\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openssh-server\",\n \"release\": \"43.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.7p1\"\n }\n ],\n \"openssl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"openssl\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.2\"\n }\n ],\n \"openssl-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"openssl-devel\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.2\"\n }\n ],\n \"openssl-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"openssl-libs\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.2\"\n }\n ],\n \"os-prober\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"os-prober\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.77\"\n }\n ],\n \"p11-kit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"p11-kit\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.25.3\"\n }\n ],\n \"p11-kit-trust\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"p11-kit-trust\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.25.3\"\n }\n ],\n \"pam\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pam\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"parted\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"parted\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.5\"\n }\n ],\n \"passwd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"passwd\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.80\"\n }\n ],\n \"pciutils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pciutils-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.7.0\"\n }\n ],\n \"pcre\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pcre\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.44\"\n }\n ],\n \"pcre2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pcre2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.40\"\n }\n ],\n \"pcre2-syntax\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"pcre2-syntax\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.40\"\n }\n ],\n \"perl-AutoLoader\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-AutoLoader\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.74\"\n }\n ],\n \"perl-B\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-B\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.80\"\n }\n ],\n \"perl-Carp\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Carp\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.50\"\n }\n ],\n \"perl-Class-Struct\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-Class-Struct\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.66\"\n }\n ],\n \"perl-Data-Dumper\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-Data-Dumper\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.174\"\n }\n ],\n \"perl-Digest\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Digest\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.19\"\n }\n ],\n \"perl-Digest-MD5\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-Digest-MD5\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.58\"\n }\n ],\n \"perl-DynaLoader\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-DynaLoader\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.47\"\n }\n ],\n \"perl-Encode\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-Encode\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.08\"\n }\n ],\n \"perl-Errno\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-Errno\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.30\"\n }\n ],\n \"perl-Error\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Error\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.17029\"\n }\n ],\n \"perl-Exporter\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Exporter\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.74\"\n }\n ],\n \"perl-Fcntl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-Fcntl\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.13\"\n }\n ],\n \"perl-File-Basename\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-File-Basename\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.85\"\n }\n ],\n \"perl-File-Find\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-File-Find\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.37\"\n }\n ],\n \"perl-File-Path\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-File-Path\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.18\"\n }\n ],\n \"perl-File-Temp\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-File-Temp\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.231.100\"\n }\n ],\n \"perl-File-stat\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-File-stat\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.09\"\n }\n ],\n \"perl-FileHandle\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-FileHandle\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.03\"\n }\n ],\n \"perl-Getopt-Long\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Getopt-Long\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.52\"\n }\n ],\n \"perl-Getopt-Std\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-Getopt-Std\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12\"\n }\n ],\n \"perl-Git\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Git\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"perl-HTTP-Tiny\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-HTTP-Tiny\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.076\"\n }\n ],\n \"perl-IO\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-IO\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.43\"\n }\n ],\n \"perl-IO-Socket-IP\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-IO-Socket-IP\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.41\"\n }\n ],\n \"perl-IO-Socket-SSL\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-IO-Socket-SSL\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.073\"\n }\n ],\n \"perl-IPC-Open3\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-IPC-Open3\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21\"\n }\n ],\n \"perl-MIME-Base64\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-MIME-Base64\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.16\"\n }\n ],\n \"perl-Mozilla-CA\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Mozilla-CA\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"20200520\"\n }\n ],\n \"perl-NDBM_File\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-NDBM_File\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15\"\n }\n ],\n \"perl-Net-SSLeay\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-Net-SSLeay\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.94\"\n }\n ],\n \"perl-POSIX\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-POSIX\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.94\"\n }\n ],\n \"perl-PathTools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-PathTools\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.78\"\n }\n ],\n \"perl-Pod-Escapes\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Pod-Escapes\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.07\"\n }\n ],\n \"perl-Pod-Perldoc\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Pod-Perldoc\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.28.01\"\n }\n ],\n \"perl-Pod-Simple\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Pod-Simple\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.42\"\n }\n ],\n \"perl-Pod-Usage\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 4,\n \"name\": \"perl-Pod-Usage\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.01\"\n }\n ],\n \"perl-Scalar-List-Utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-Scalar-List-Utils\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.56\"\n }\n ],\n \"perl-SelectSaver\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-SelectSaver\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.02\"\n }\n ],\n \"perl-Socket\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-Socket\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.031\"\n }\n ],\n \"perl-Storable\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"perl-Storable\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.21\"\n }\n ],\n \"perl-Symbol\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-Symbol\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.08\"\n }\n ],\n \"perl-Term-ANSIColor\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Term-ANSIColor\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.01\"\n }\n ],\n \"perl-Term-Cap\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Term-Cap\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.17\"\n }\n ],\n \"perl-TermReadKey\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-TermReadKey\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.38\"\n }\n ],\n \"perl-Text-ParseWords\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Text-ParseWords\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.30\"\n }\n ],\n \"perl-Text-Tabs+Wrap\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Text-Tabs+Wrap\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"2013.0523\"\n }\n ],\n \"perl-Time-Local\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 2,\n \"name\": \"perl-Time-Local\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.300\"\n }\n ],\n \"perl-URI\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-URI\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.09\"\n }\n ],\n \"perl-base\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-base\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.27\"\n }\n ],\n \"perl-constant\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-constant\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.33\"\n }\n ],\n \"perl-if\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-if\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.60.800\"\n }\n ],\n \"perl-interpreter\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-interpreter\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.32.1\"\n }\n ],\n \"perl-lib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-lib\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.65\"\n }\n ],\n \"perl-libnet\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-libnet\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.13\"\n }\n ],\n \"perl-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-libs\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.32.1\"\n }\n ],\n \"perl-mro\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-mro\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.23\"\n }\n ],\n \"perl-overload\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-overload\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.31\"\n }\n ],\n \"perl-overloading\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-overloading\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.02\"\n }\n ],\n \"perl-parent\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-parent\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.238\"\n }\n ],\n \"perl-podlators\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-podlators\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14\"\n }\n ],\n \"perl-subs\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-subs\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.03\"\n }\n ],\n \"perl-vars\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-vars\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.05\"\n }\n ],\n \"pigz\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pigz\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5\"\n }\n ],\n \"pkgconf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pkgconf\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"pkgconf-m4\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"pkgconf-m4\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"pkgconf-pkg-config\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pkgconf-pkg-config\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"policycoreutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"policycoreutils\",\n \"release\": \"2.1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"policycoreutils-python-utils\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"policycoreutils-python-utils\",\n \"release\": \"2.1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"popt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"popt\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.18\"\n }\n ],\n \"prefixdevname\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"prefixdevname\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.0\"\n }\n ],\n \"procps-ng\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"procps-ng\",\n \"release\": \"14.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.3.17\"\n }\n ],\n \"protobuf-c\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"protobuf-c\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.3\"\n }\n ],\n \"psmisc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"psmisc\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"23.4\"\n }\n ],\n \"publicsuffix-list-dafsa\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"publicsuffix-list-dafsa\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"20210518\"\n }\n ],\n \"python-unversioned-command\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python-unversioned-command\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.19\"\n }\n ],\n \"python3\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.19\"\n }\n ],\n \"python3-attrs\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-attrs\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"20.3.0\"\n }\n ],\n \"python3-audit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-audit\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.5\"\n }\n ],\n \"python3-babel\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-babel\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.1\"\n }\n ],\n \"python3-chardet\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-chardet\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.0.0\"\n }\n ],\n \"python3-cloud-what\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-cloud-what\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"python3-configobj\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-configobj\",\n \"release\": \"25.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.0.6\"\n }\n ],\n \"python3-dateutil\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"python3-dateutil\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.8.1\"\n }\n ],\n \"python3-dbus\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-dbus\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.18\"\n }\n ],\n \"python3-decorator\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-decorator\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.2\"\n }\n ],\n \"python3-distro\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-distro\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.0\"\n }\n ],\n \"python3-dnf\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-dnf\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"python3-dnf-plugins-core\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-dnf-plugins-core\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3.0\"\n }\n ],\n \"python3-firewall\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-firewall\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.4\"\n }\n ],\n \"python3-gobject-base\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-gobject-base\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.40.1\"\n }\n ],\n \"python3-gobject-base-noarch\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-gobject-base-noarch\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.40.1\"\n }\n ],\n \"python3-gpg\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-gpg\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15.1\"\n }\n ],\n \"python3-hawkey\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-hawkey\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.69.0\"\n }\n ],\n \"python3-idna\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-idna\",\n \"release\": \"7.el9.1\",\n \"source\": \"rpm\",\n \"version\": \"2.10\"\n }\n ],\n \"python3-iniparse\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-iniparse\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4\"\n }\n ],\n \"python3-inotify\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-inotify\",\n \"release\": \"25.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.6\"\n }\n ],\n \"python3-jinja2\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jinja2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.11.3\"\n }\n ],\n \"python3-jsonpatch\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jsonpatch\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21\"\n }\n ],\n \"python3-jsonpointer\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jsonpointer\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.0\"\n }\n ],\n \"python3-jsonschema\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jsonschema\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.0\"\n }\n ],\n \"python3-libcomps\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libcomps\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.18\"\n }\n ],\n \"python3-libdnf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libdnf\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.69.0\"\n }\n ],\n \"python3-librepo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-librepo\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.14.5\"\n }\n ],\n \"python3-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.19\"\n }\n ],\n \"python3-libselinux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libselinux\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"python3-libsemanage\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libsemanage\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"python3-lxml\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-lxml\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.6.5\"\n }\n ],\n \"python3-markupsafe\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-markupsafe\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.1.1\"\n }\n ],\n \"python3-netifaces\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-netifaces\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.10.6\"\n }\n ],\n \"python3-nftables\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"python3-nftables\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"python3-oauthlib\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-oauthlib\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.1\"\n }\n ],\n \"python3-pip-wheel\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pip-wheel\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"21.3.1\"\n }\n ],\n \"python3-policycoreutils\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-policycoreutils\",\n \"release\": \"2.1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"python3-prettytable\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-prettytable\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.2\"\n }\n ],\n \"python3-pyrsistent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-pyrsistent\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.17.3\"\n }\n ],\n \"python3-pyserial\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pyserial\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.4\"\n }\n ],\n \"python3-pysocks\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pysocks\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.1\"\n }\n ],\n \"python3-pytz\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pytz\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"2021.1\"\n }\n ],\n \"python3-pyyaml\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-pyyaml\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.4.1\"\n }\n ],\n \"python3-requests\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-requests\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.25.1\"\n }\n ],\n \"python3-rpm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-rpm\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"python3-setools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-setools\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.4\"\n }\n ],\n \"python3-setuptools\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-setuptools\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"53.0.0\"\n }\n ],\n \"python3-setuptools-wheel\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-setuptools-wheel\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"53.0.0\"\n }\n ],\n \"python3-six\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-six\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15.0\"\n }\n ],\n \"python3-subscription-manager-rhsm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-subscription-manager-rhsm\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"python3-systemd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-systemd\",\n \"release\": \"19.el9\",\n \"source\": \"rpm\",\n \"version\": \"234\"\n }\n ],\n \"python3-urllib3\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-urllib3\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.26.5\"\n }\n ],\n \"qa-tools\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"qa-tools\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.1\"\n }\n ],\n \"qemu-guest-agent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 17,\n \"name\": \"qemu-guest-agent\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0.0\"\n }\n ],\n \"quota\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"quota\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.09\"\n }\n ],\n \"quota-nls\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"quota-nls\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.09\"\n }\n ],\n \"readline\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"readline\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.1\"\n }\n ],\n \"restraint\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"restraint\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4.4\"\n }\n ],\n \"restraint-rhts\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"restraint-rhts\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4.4\"\n }\n ],\n \"rhc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"rhc\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.2.4\"\n }\n ],\n \"rng-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rng-tools\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.16\"\n }\n ],\n \"rootfiles\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"rootfiles\",\n \"release\": \"31.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.1\"\n }\n ],\n \"rpcbind\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpcbind\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"rpm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-build-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-build-libs\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-libs\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-plugin-audit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-plugin-audit\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-plugin-selinux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-plugin-selinux\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-plugin-systemd-inhibit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-plugin-systemd-inhibit\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-sign-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-sign-libs\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rsync\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rsync\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.3\"\n }\n ],\n \"rsyslog\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rsyslog\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2310.0\"\n }\n ],\n \"rsyslog-logrotate\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rsyslog-logrotate\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2310.0\"\n }\n ],\n \"samba-client-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"samba-client-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"samba-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"samba-common\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"samba-common-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"samba-common-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"sed\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sed\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.8\"\n }\n ],\n \"selinux-policy\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"selinux-policy\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"38.1.44\"\n }\n ],\n \"selinux-policy-targeted\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"selinux-policy-targeted\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"38.1.44\"\n }\n ],\n \"setup\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"setup\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13.7\"\n }\n ],\n \"sg3_utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sg3_utils\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.47\"\n }\n ],\n \"sg3_utils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sg3_utils-libs\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.47\"\n }\n ],\n \"shadow-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"shadow-utils\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.9\"\n }\n ],\n \"slang\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"slang\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.2\"\n }\n ],\n \"snappy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"snappy\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.1.8\"\n }\n ],\n \"sqlite-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sqlite-libs\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.34.1\"\n }\n ],\n \"squashfs-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"squashfs-tools\",\n \"release\": \"10.git1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4\"\n }\n ],\n \"sssd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-ad\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-ad\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-client\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-common\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-common-pac\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-common-pac\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-ipa\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-ipa\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-kcm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-kcm\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-krb5\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-krb5\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-krb5-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-krb5-common\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-ldap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-ldap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-nfs-idmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-nfs-idmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-proxy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-proxy\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"strace\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"strace\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.18\"\n }\n ],\n \"subscription-manager\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"subscription-manager\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"subscription-manager-rhsm-certificates\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"subscription-manager-rhsm-certificates\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"20220623\"\n }\n ],\n \"sudo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sudo\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9.5p2\"\n }\n ],\n \"systemd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd-libs\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-pam\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd-pam\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-rpm-macros\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"systemd-rpm-macros\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-udev\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd-udev\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemtap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"systemtap-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap-client\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"systemtap-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap-devel\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"systemtap-runtime\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap-runtime\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"tar\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"tar\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.34\"\n }\n ],\n \"tbb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"tbb\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"2020.3\"\n }\n ],\n \"teamd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"teamd\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.31\"\n }\n ],\n \"time\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"time\",\n \"release\": \"18.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9\"\n }\n ],\n \"tlog\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"tlog\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"14\"\n }\n ],\n \"tpm2-tss\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"tpm2-tss\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.3\"\n }\n ],\n \"tzdata\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"tzdata\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2024a\"\n }\n ],\n \"unzip\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"unzip\",\n \"release\": \"57.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.0\"\n }\n ],\n \"usermode\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"usermode\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.114\"\n }\n ],\n \"userspace-rcu\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"userspace-rcu\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.12.1\"\n }\n ],\n \"util-linux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"util-linux\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"util-linux-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"util-linux-core\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"vim-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"vim-common\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"vim-enhanced\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"vim-enhanced\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"vim-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 2,\n \"name\": \"vim-filesystem\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"vim-minimal\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"vim-minimal\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"virt-what\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"virt-what\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.25\"\n }\n ],\n \"wget\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"wget\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21.1\"\n }\n ],\n \"which\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"which\",\n \"release\": \"29.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.21\"\n }\n ],\n \"xfsprogs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xfsprogs\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.4.0\"\n }\n ],\n \"xz\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xz\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.2.5\"\n }\n ],\n \"xz-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xz-devel\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.2.5\"\n }\n ],\n \"xz-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xz-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.2.5\"\n }\n ],\n \"yum\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"yum\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"yum-utils\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"yum-utils\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3.0\"\n }\n ],\n \"zip\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"zip\",\n \"release\": \"35.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"zlib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"zlib\",\n \"release\": \"41.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.11\"\n }\n ],\n \"zlib-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"zlib-devel\",\n \"release\": \"41.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.11\"\n }\n ]\n }\n },\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"manager\": [\n \"auto\"\n ],\n \"strategy\": \"first\"\n }\n }\n}\n 7519 1726888132.96400: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c\n 7519 1726888132.98132: WORKER PROCESS EXITING\nok: [managed_node2] => {\n \"ansible_facts\": {\n \"packages\": {\n \"NetworkManager\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"NetworkManager-libnm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager-libnm\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"NetworkManager-team\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager-team\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"NetworkManager-tui\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager-tui\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"acl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"acl\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.1\"\n }\n ],\n \"adcli\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"adcli\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.2\"\n }\n ],\n \"alternatives\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"alternatives\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.24\"\n }\n ],\n \"aspell\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 12,\n \"name\": \"aspell\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.60.8\"\n }\n ],\n \"attr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"attr\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.1\"\n }\n ],\n \"audit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"audit\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.5\"\n }\n ],\n \"audit-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"audit-libs\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.5\"\n }\n ],\n \"authselect\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"authselect\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"authselect-compat\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"authselect-compat\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"authselect-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"authselect-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"avahi-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"avahi-libs\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8\"\n }\n ],\n \"basesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"basesystem\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"11\"\n }\n ],\n \"bash\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bash\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1.8\"\n }\n ],\n \"bc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bc\",\n \"release\": \"14.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.07.1\"\n }\n ],\n \"beakerlib\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"beakerlib\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.3\"\n }\n ],\n \"beakerlib-redhat\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"beakerlib-redhat\",\n \"release\": \"35.el9\",\n \"source\": \"rpm\",\n \"version\": \"1\"\n }\n ],\n \"bind-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 32,\n \"name\": \"bind-libs\",\n \"release\": \"24.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.16.23\"\n }\n ],\n \"bind-license\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 32,\n \"name\": \"bind-license\",\n \"release\": \"24.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.16.23\"\n }\n ],\n \"bind-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 32,\n \"name\": \"bind-utils\",\n \"release\": \"24.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.16.23\"\n }\n ],\n \"binutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"binutils\",\n \"release\": \"54.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.35.2\"\n }\n ],\n \"binutils-gold\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"binutils-gold\",\n \"release\": \"54.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.35.2\"\n }\n ],\n \"bison\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bison\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.7.4\"\n }\n ],\n \"boost-filesystem\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"boost-filesystem\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.75.0\"\n }\n ],\n \"boost-system\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"boost-system\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.75.0\"\n }\n ],\n \"boost-thread\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"boost-thread\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.75.0\"\n }\n ],\n \"bzip2-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bzip2-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.8\"\n }\n ],\n \"c-ares\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"c-ares\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.19.1\"\n }\n ],\n \"ca-certificates\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"ca-certificates\",\n \"release\": \"91.4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2024.2.69_v8.0.303\"\n }\n ],\n \"centos-gpg-keys\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"centos-gpg-keys\",\n \"release\": \"26.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0\"\n }\n ],\n \"centos-stream-release\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"centos-stream-release\",\n \"release\": \"26.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0\"\n }\n ],\n \"centos-stream-repos\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"centos-stream-repos\",\n \"release\": \"26.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0\"\n }\n ],\n \"checkpolicy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"checkpolicy\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"chrony\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"chrony\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.6\"\n }\n ],\n \"cloud-init\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"cloud-init\",\n \"release\": \"19.el9\",\n \"source\": \"rpm\",\n \"version\": \"23.4\"\n }\n ],\n \"cloud-utils-growpart\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cloud-utils-growpart\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.33\"\n }\n ],\n \"coreutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"coreutils\",\n \"release\": \"36.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.32\"\n }\n ],\n \"coreutils-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"coreutils-common\",\n \"release\": \"36.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.32\"\n }\n ],\n \"cpio\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cpio\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13\"\n }\n ],\n \"cpp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cpp\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"cracklib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cracklib\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.6\"\n }\n ],\n \"cracklib-dicts\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cracklib-dicts\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.6\"\n }\n ],\n \"cronie\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cronie\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.7\"\n }\n ],\n \"cronie-anacron\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cronie-anacron\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.7\"\n }\n ],\n \"crontabs\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"crontabs\",\n \"release\": \"26.20190603git.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.11\"\n }\n ],\n \"crypto-policies\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"crypto-policies\",\n \"release\": \"1.gitbaf3e06.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240822\"\n }\n ],\n \"crypto-policies-scripts\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"crypto-policies-scripts\",\n \"release\": \"1.gitbaf3e06.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240822\"\n }\n ],\n \"cryptsetup-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cryptsetup-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.7.2\"\n }\n ],\n \"curl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"curl\",\n \"release\": \"31.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.76.1\"\n }\n ],\n \"cyrus-sasl-gssapi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cyrus-sasl-gssapi\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.27\"\n }\n ],\n \"cyrus-sasl-lib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cyrus-sasl-lib\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.27\"\n }\n ],\n \"dbus\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dbus\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dbus-broker\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dbus-broker\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"28\"\n }\n ],\n \"dbus-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"dbus-common\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dbus-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dbus-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dbus-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dbus-tools\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dejavu-sans-fonts\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dejavu-sans-fonts\",\n \"release\": \"18.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37\"\n }\n ],\n \"device-mapper\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 9,\n \"name\": \"device-mapper\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.02.198\"\n }\n ],\n \"device-mapper-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 9,\n \"name\": \"device-mapper-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.02.198\"\n }\n ],\n \"dhcp-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 12,\n \"name\": \"dhcp-client\",\n \"release\": \"19.b1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.2\"\n }\n ],\n \"dhcp-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 12,\n \"name\": \"dhcp-common\",\n \"release\": \"19.b1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.2\"\n }\n ],\n \"diffutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"diffutils\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.7\"\n }\n ],\n \"dmidecode\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dmidecode\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"dnf\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dnf\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"dnf-data\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dnf-data\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"dnf-plugins-core\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dnf-plugins-core\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3.0\"\n }\n ],\n \"dracut\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dracut-config-rescue\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut-config-rescue\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dracut-network\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut-network\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dracut-squash\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut-squash\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dyninst\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dyninst\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"12.1.0\"\n }\n ],\n \"e2fsprogs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"e2fsprogs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"e2fsprogs-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"e2fsprogs-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"efivar-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"efivar-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"38\"\n }\n ],\n \"elfutils-debuginfod-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-debuginfod-client\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-default-yama-scope\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"elfutils-default-yama-scope\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-devel\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-libelf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-libelf\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-libelf-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-libelf-devel\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-libs\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"emacs-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"emacs-filesystem\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"27.2\"\n }\n ],\n \"epel-release\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"epel-release\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"9\"\n }\n ],\n \"ethtool\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"ethtool\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"expat\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"expat\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.0\"\n }\n ],\n \"file\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"file\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.39\"\n }\n ],\n \"file-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"file-libs\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.39\"\n }\n ],\n \"filesystem\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"filesystem\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.16\"\n }\n ],\n \"findutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"findutils\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.8.0\"\n }\n ],\n \"firewalld\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"firewalld\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.4\"\n }\n ],\n \"firewalld-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"firewalld-filesystem\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.4\"\n }\n ],\n \"flex\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"flex\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.6.4\"\n }\n ],\n \"fonts-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"fonts-filesystem\",\n \"release\": \"7.el9.1\",\n \"source\": \"rpm\",\n \"version\": \"2.0.5\"\n }\n ],\n \"fstrm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"fstrm\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.6.1\"\n }\n ],\n \"fuse-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"fuse-libs\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.9\"\n }\n ],\n \"gawk\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gawk\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1.0\"\n }\n ],\n \"gawk-all-langpacks\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gawk-all-langpacks\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1.0\"\n }\n ],\n \"gcc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gcc\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"gdbm-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"gdbm-libs\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.23\"\n }\n ],\n \"gdisk\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gdisk\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.7\"\n }\n ],\n \"geolite2-city\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"geolite2-city\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"20191217\"\n }\n ],\n \"geolite2-country\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"geolite2-country\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"20191217\"\n }\n ],\n \"gettext\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gettext\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.21\"\n }\n ],\n \"gettext-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gettext-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.21\"\n }\n ],\n \"git\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"git\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"git-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"git-core\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"git-core-doc\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"git-core-doc\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"glib2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glib2\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.68.4\"\n }\n ],\n \"glibc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-common\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-devel\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-gconv-extra\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-gconv-extra\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-headers\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-headers\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-langpack-en\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-langpack-en\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"gmp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"gmp\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2.0\"\n }\n ],\n \"gnupg2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gnupg2\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.3\"\n }\n ],\n \"gnutls\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gnutls\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.8.3\"\n }\n ],\n \"gobject-introspection\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gobject-introspection\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.68.0\"\n }\n ],\n \"gpg-pubkey\": [\n {\n \"arch\": null,\n \"epoch\": null,\n \"name\": \"gpg-pubkey\",\n \"release\": \"613798eb\",\n \"source\": \"rpm\",\n \"version\": \"3228467c\"\n },\n {\n \"arch\": null,\n \"epoch\": null,\n \"name\": \"gpg-pubkey\",\n \"release\": \"5ccc5b19\",\n \"source\": \"rpm\",\n \"version\": \"8483c65d\"\n }\n ],\n \"gpgme\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gpgme\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15.1\"\n }\n ],\n \"gpm-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gpm-libs\",\n \"release\": \"29.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.20.7\"\n }\n ],\n \"grep\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"grep\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"groff-base\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"groff-base\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.22.4\"\n }\n ],\n \"grub2-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"grub2-common\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-pc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"grub2-pc\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-pc-modules\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"grub2-pc-modules\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"grub2-tools\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-tools-minimal\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"grub2-tools-minimal\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grubby\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"grubby\",\n \"release\": \"63.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.40\"\n }\n ],\n \"gssproxy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gssproxy\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.4\"\n }\n ],\n \"gzip\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gzip\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12\"\n }\n ],\n \"hostname\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"hostname\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.23\"\n }\n ],\n \"hwdata\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"hwdata\",\n \"release\": \"9.15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.348\"\n }\n ],\n \"ima-evm-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ima-evm-utils\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5\"\n }\n ],\n \"inih\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"inih\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"49\"\n }\n ],\n \"initscripts-rename-device\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"initscripts-rename-device\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.11.8\"\n }\n ],\n \"initscripts-service\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"initscripts-service\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.11.8\"\n }\n ],\n \"ipcalc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ipcalc\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.0\"\n }\n ],\n \"iproute\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iproute\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2.0\"\n }\n ],\n \"iproute-tc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iproute-tc\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2.0\"\n }\n ],\n \"ipset\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ipset\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.11\"\n }\n ],\n \"ipset-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ipset-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.11\"\n }\n ],\n \"iptables-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iptables-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.8.10\"\n }\n ],\n \"iptables-nft\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iptables-nft\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.8.10\"\n }\n ],\n \"iputils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iputils\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"20210202\"\n }\n ],\n \"irqbalance\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"irqbalance\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9.4\"\n }\n ],\n \"iwl100-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl100-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"39.31.5.1\"\n }\n ],\n \"iwl1000-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"iwl1000-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"39.31.5.1\"\n }\n ],\n \"iwl105-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl105-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl135-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl135-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl2000-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl2000-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl2030-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl2030-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl3160-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"iwl3160-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"25.30.13.0\"\n }\n ],\n \"iwl5000-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl5000-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.83.5.1_1\"\n }\n ],\n \"iwl5150-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl5150-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.24.2.2\"\n }\n ],\n \"iwl6000g2a-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl6000g2a-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl6050-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl6050-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"41.28.5.1\"\n }\n ],\n \"iwl7260-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"iwl7260-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"25.30.13.0\"\n }\n ],\n \"jansson\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"jansson\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.14\"\n }\n ],\n \"jitterentropy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"jitterentropy\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.5.0\"\n }\n ],\n \"jq\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"jq\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6\"\n }\n ],\n \"json-c\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"json-c\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.14\"\n }\n ],\n \"kbd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kbd\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.0\"\n }\n ],\n \"kbd-legacy\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"kbd-legacy\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.0\"\n }\n ],\n \"kbd-misc\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"kbd-misc\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.0\"\n }\n ],\n \"kernel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-core\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-devel\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-headers\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-headers\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-modules\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-modules\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-modules-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-modules-core\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-tools\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-tools-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-tools-libs\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kexec-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kexec-tools\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.0.27\"\n }\n ],\n \"keyutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"keyutils\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6.3\"\n }\n ],\n \"keyutils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"keyutils-libs\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6.3\"\n }\n ],\n \"kmod\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kmod\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"28\"\n }\n ],\n \"kmod-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kmod-libs\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"28\"\n }\n ],\n \"kpartx\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kpartx\",\n \"release\": \"32.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.7\"\n }\n ],\n \"krb5-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"krb5-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21.1\"\n }\n ],\n \"langpacks-core-en\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"langpacks-core-en\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"langpacks-core-font-en\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"langpacks-core-font-en\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"langpacks-en\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"langpacks-en\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"less\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"less\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"590\"\n }\n ],\n \"libacl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libacl\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.1\"\n }\n ],\n \"libarchive\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libarchive\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.5.3\"\n }\n ],\n \"libassuan\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libassuan\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.5\"\n }\n ],\n \"libattr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libattr\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.1\"\n }\n ],\n \"libbasicobjects\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libbasicobjects\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.1\"\n }\n ],\n \"libblkid\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libblkid\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libbpf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"libbpf\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.0\"\n }\n ],\n \"libbrotli\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libbrotli\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"libcap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcap\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.48\"\n }\n ],\n \"libcap-ng\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcap-ng\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.2\"\n }\n ],\n \"libcap-ng-python3\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcap-ng-python3\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.2\"\n }\n ],\n \"libcbor\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcbor\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.0\"\n }\n ],\n \"libcollection\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcollection\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.0\"\n }\n ],\n \"libcom_err\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcom_err\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"libcomps\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcomps\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.18\"\n }\n ],\n \"libcurl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcurl\",\n \"release\": \"31.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.76.1\"\n }\n ],\n \"libdaemon\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdaemon\",\n \"release\": \"23.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.14\"\n }\n ],\n \"libdb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdb\",\n \"release\": \"54.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.3.28\"\n }\n ],\n \"libdhash\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdhash\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.5.0\"\n }\n ],\n \"libdnf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdnf\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.69.0\"\n }\n ],\n \"libdnf-plugin-subscription-manager\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdnf-plugin-subscription-manager\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"libeconf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libeconf\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4.1\"\n }\n ],\n \"libedit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libedit\",\n \"release\": \"38.20210216cvs.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1\"\n }\n ],\n \"libestr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libestr\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.11\"\n }\n ],\n \"libev\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libev\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.33\"\n }\n ],\n \"libevent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libevent\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.12\"\n }\n ],\n \"libfastjson\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libfastjson\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.99.9\"\n }\n ],\n \"libfdisk\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libfdisk\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libffi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libffi\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.4.2\"\n }\n ],\n \"libfido2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libfido2\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.13.0\"\n }\n ],\n \"libgcc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgcc\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"libgcrypt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgcrypt\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.10.0\"\n }\n ],\n \"libgomp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgomp\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"libgpg-error\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgpg-error\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.42\"\n }\n ],\n \"libicu\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libicu\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"67.1\"\n }\n ],\n \"libidn2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libidn2\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.0\"\n }\n ],\n \"libini_config\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libini_config\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.1\"\n }\n ],\n \"libipa_hbac\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libipa_hbac\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libkcapi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libkcapi\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.0\"\n }\n ],\n \"libkcapi-hmaccalc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libkcapi-hmaccalc\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.0\"\n }\n ],\n \"libksba\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libksba\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"libldb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libldb\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.1\"\n }\n ],\n \"libmaxminddb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmaxminddb\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.2\"\n }\n ],\n \"libmnl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmnl\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.4\"\n }\n ],\n \"libmodulemd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmodulemd\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13.0\"\n }\n ],\n \"libmount\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmount\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libmpc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmpc\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.1\"\n }\n ],\n \"libndp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libndp\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9\"\n }\n ],\n \"libnetfilter_conntrack\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnetfilter_conntrack\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"libnfnetlink\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnfnetlink\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.1\"\n }\n ],\n \"libnfsidmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"libnfsidmap\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.4\"\n }\n ],\n \"libnftnl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnftnl\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"libnghttp2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnghttp2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.43.0\"\n }\n ],\n \"libnl3\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnl3\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.0\"\n }\n ],\n \"libnl3-cli\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnl3-cli\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.0\"\n }\n ],\n \"libpath_utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpath_utils\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.2.1\"\n }\n ],\n \"libpipeline\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpipeline\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.3\"\n }\n ],\n \"libpkgconf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpkgconf\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"libpsl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpsl\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.21.1\"\n }\n ],\n \"libpwquality\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpwquality\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.4\"\n }\n ],\n \"libref_array\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libref_array\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.5\"\n }\n ],\n \"librepo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"librepo\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.14.5\"\n }\n ],\n \"libreport-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"libreport-filesystem\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.15.2\"\n }\n ],\n \"libseccomp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libseccomp\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.2\"\n }\n ],\n \"libselinux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libselinux\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libselinux-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libselinux-utils\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libsemanage\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsemanage\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libsepol\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsepol\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libsigsegv\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsigsegv\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13\"\n }\n ],\n \"libsmartcols\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsmartcols\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libsmbclient\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"libsmbclient\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"libsolv\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsolv\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.24\"\n }\n ],\n \"libss\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libss\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"libssh\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libssh\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.10.4\"\n }\n ],\n \"libssh-config\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"libssh-config\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.10.4\"\n }\n ],\n \"libsss_certmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_certmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libsss_idmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_idmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libsss_nss_idmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_nss_idmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libsss_sudo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_sudo\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libstdc++\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libstdc++\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"libsysfs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsysfs\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.1\"\n }\n ],\n \"libtalloc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtalloc\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.2\"\n }\n ],\n \"libtasn1\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtasn1\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.0\"\n }\n ],\n \"libtdb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtdb\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.10\"\n }\n ],\n \"libteam\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libteam\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.31\"\n }\n ],\n \"libtevent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtevent\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.16.1\"\n }\n ],\n \"libtirpc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtirpc\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.3\"\n }\n ],\n \"libunistring\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libunistring\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.10\"\n }\n ],\n \"liburing\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"liburing\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5\"\n }\n ],\n \"libuser\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libuser\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.63\"\n }\n ],\n \"libutempter\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libutempter\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.1\"\n }\n ],\n \"libuuid\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libuuid\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libuv\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"libuv\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.42.0\"\n }\n ],\n \"libverto\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libverto\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.3.2\"\n }\n ],\n \"libverto-libev\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libverto-libev\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.3.2\"\n }\n ],\n \"libwbclient\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"libwbclient\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"libxcrypt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxcrypt\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.18\"\n }\n ],\n \"libxcrypt-compat\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxcrypt-compat\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.18\"\n }\n ],\n \"libxcrypt-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxcrypt-devel\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.18\"\n }\n ],\n \"libxml2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxml2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.13\"\n }\n ],\n \"libxslt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxslt\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.1.34\"\n }\n ],\n \"libyaml\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libyaml\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.2.5\"\n }\n ],\n \"libzstd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libzstd\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"libzstd-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libzstd-devel\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"linux-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"linux-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240905\"\n }\n ],\n \"linux-firmware-whence\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"linux-firmware-whence\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240905\"\n }\n ],\n \"lmdb-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lmdb-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.29\"\n }\n ],\n \"logrotate\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"logrotate\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.18.0\"\n }\n ],\n \"lshw\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lshw\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"B.02.19.2\"\n }\n ],\n \"lsscsi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lsscsi\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.32\"\n }\n ],\n \"lua-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lua-libs\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.4.4\"\n }\n ],\n \"lz4-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lz4-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9.3\"\n }\n ],\n \"lzo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lzo\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.10\"\n }\n ],\n \"m4\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"m4\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.19\"\n }\n ],\n \"make\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"make\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3\"\n }\n ],\n \"man-db\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"man-db\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.3\"\n }\n ],\n \"microcode_ctl\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 4,\n \"name\": \"microcode_ctl\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240531\"\n }\n ],\n \"mokutil\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"mokutil\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.6.0\"\n }\n ],\n \"mpfr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"mpfr\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.1.0\"\n }\n ],\n \"ncurses\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ncurses\",\n \"release\": \"10.20210508.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"ncurses-base\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"ncurses-base\",\n \"release\": \"10.20210508.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"ncurses-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ncurses-libs\",\n \"release\": \"10.20210508.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"nettle\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nettle\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.1\"\n }\n ],\n \"newt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"newt\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.52.21\"\n }\n ],\n \"nfs-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"nfs-utils\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.4\"\n }\n ],\n \"nftables\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"nftables\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"npth\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"npth\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6\"\n }\n ],\n \"nspr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nspr\",\n \"release\": \"14.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.35.0\"\n }\n ],\n \"nss\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-softokn\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-softokn\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-softokn-freebl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-softokn-freebl\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-sysinit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-sysinit\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-util\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-util\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"numactl-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"numactl-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.0.16\"\n }\n ],\n \"oddjob\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"oddjob\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.34.7\"\n }\n ],\n \"oddjob-mkhomedir\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"oddjob-mkhomedir\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.34.7\"\n }\n ],\n \"oniguruma\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"oniguruma\",\n \"release\": \"1.el9.6\",\n \"source\": \"rpm\",\n \"version\": \"6.9.6\"\n }\n ],\n \"openldap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openldap\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.6.6\"\n }\n ],\n \"openssh\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openssh\",\n \"release\": \"43.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.7p1\"\n }\n ],\n \"openssh-clients\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openssh-clients\",\n \"release\": \"43.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.7p1\"\n }\n ],\n \"openssh-server\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openssh-server\",\n \"release\": \"43.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.7p1\"\n }\n ],\n \"openssl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"openssl\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.2\"\n }\n ],\n \"openssl-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"openssl-devel\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.2\"\n }\n ],\n \"openssl-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"openssl-libs\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.2\"\n }\n ],\n \"os-prober\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"os-prober\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.77\"\n }\n ],\n \"p11-kit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"p11-kit\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.25.3\"\n }\n ],\n \"p11-kit-trust\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"p11-kit-trust\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.25.3\"\n }\n ],\n \"pam\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pam\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"parted\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"parted\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.5\"\n }\n ],\n \"passwd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"passwd\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.80\"\n }\n ],\n \"pciutils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pciutils-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.7.0\"\n }\n ],\n \"pcre\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pcre\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.44\"\n }\n ],\n \"pcre2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pcre2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.40\"\n }\n ],\n \"pcre2-syntax\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"pcre2-syntax\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.40\"\n }\n ],\n \"perl-AutoLoader\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-AutoLoader\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.74\"\n }\n ],\n \"perl-B\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-B\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.80\"\n }\n ],\n \"perl-Carp\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Carp\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.50\"\n }\n ],\n \"perl-Class-Struct\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-Class-Struct\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.66\"\n }\n ],\n \"perl-Data-Dumper\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-Data-Dumper\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.174\"\n }\n ],\n \"perl-Digest\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Digest\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.19\"\n }\n ],\n \"perl-Digest-MD5\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-Digest-MD5\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.58\"\n }\n ],\n \"perl-DynaLoader\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-DynaLoader\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.47\"\n }\n ],\n \"perl-Encode\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-Encode\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.08\"\n }\n ],\n \"perl-Errno\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-Errno\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.30\"\n }\n ],\n \"perl-Error\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Error\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.17029\"\n }\n ],\n \"perl-Exporter\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Exporter\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.74\"\n }\n ],\n \"perl-Fcntl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-Fcntl\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.13\"\n }\n ],\n \"perl-File-Basename\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-File-Basename\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.85\"\n }\n ],\n \"perl-File-Find\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-File-Find\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.37\"\n }\n ],\n \"perl-File-Path\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-File-Path\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.18\"\n }\n ],\n \"perl-File-Temp\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-File-Temp\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.231.100\"\n }\n ],\n \"perl-File-stat\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-File-stat\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.09\"\n }\n ],\n \"perl-FileHandle\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-FileHandle\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.03\"\n }\n ],\n \"perl-Getopt-Long\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Getopt-Long\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.52\"\n }\n ],\n \"perl-Getopt-Std\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-Getopt-Std\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12\"\n }\n ],\n \"perl-Git\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Git\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"perl-HTTP-Tiny\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-HTTP-Tiny\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.076\"\n }\n ],\n \"perl-IO\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-IO\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.43\"\n }\n ],\n \"perl-IO-Socket-IP\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-IO-Socket-IP\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.41\"\n }\n ],\n \"perl-IO-Socket-SSL\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-IO-Socket-SSL\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.073\"\n }\n ],\n \"perl-IPC-Open3\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-IPC-Open3\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21\"\n }\n ],\n \"perl-MIME-Base64\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-MIME-Base64\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.16\"\n }\n ],\n \"perl-Mozilla-CA\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Mozilla-CA\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"20200520\"\n }\n ],\n \"perl-NDBM_File\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-NDBM_File\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15\"\n }\n ],\n \"perl-Net-SSLeay\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-Net-SSLeay\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.94\"\n }\n ],\n \"perl-POSIX\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-POSIX\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.94\"\n }\n ],\n \"perl-PathTools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-PathTools\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.78\"\n }\n ],\n \"perl-Pod-Escapes\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Pod-Escapes\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.07\"\n }\n ],\n \"perl-Pod-Perldoc\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Pod-Perldoc\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.28.01\"\n }\n ],\n \"perl-Pod-Simple\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Pod-Simple\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.42\"\n }\n ],\n \"perl-Pod-Usage\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 4,\n \"name\": \"perl-Pod-Usage\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.01\"\n }\n ],\n \"perl-Scalar-List-Utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-Scalar-List-Utils\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.56\"\n }\n ],\n \"perl-SelectSaver\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-SelectSaver\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.02\"\n }\n ],\n \"perl-Socket\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-Socket\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.031\"\n }\n ],\n \"perl-Storable\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"perl-Storable\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.21\"\n }\n ],\n \"perl-Symbol\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-Symbol\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.08\"\n }\n ],\n \"perl-Term-ANSIColor\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Term-ANSIColor\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.01\"\n }\n ],\n \"perl-Term-Cap\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Term-Cap\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.17\"\n }\n ],\n \"perl-TermReadKey\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-TermReadKey\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.38\"\n }\n ],\n \"perl-Text-ParseWords\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Text-ParseWords\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.30\"\n }\n ],\n \"perl-Text-Tabs+Wrap\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Text-Tabs+Wrap\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"2013.0523\"\n }\n ],\n \"perl-Time-Local\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 2,\n \"name\": \"perl-Time-Local\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.300\"\n }\n ],\n \"perl-URI\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-URI\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.09\"\n }\n ],\n \"perl-base\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-base\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.27\"\n }\n ],\n \"perl-constant\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-constant\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.33\"\n }\n ],\n \"perl-if\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-if\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.60.800\"\n }\n ],\n \"perl-interpreter\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-interpreter\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.32.1\"\n }\n ],\n \"perl-lib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-lib\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.65\"\n }\n ],\n \"perl-libnet\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-libnet\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.13\"\n }\n ],\n \"perl-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-libs\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.32.1\"\n }\n ],\n \"perl-mro\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-mro\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.23\"\n }\n ],\n \"perl-overload\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-overload\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.31\"\n }\n ],\n \"perl-overloading\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-overloading\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.02\"\n }\n ],\n \"perl-parent\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-parent\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.238\"\n }\n ],\n \"perl-podlators\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-podlators\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14\"\n }\n ],\n \"perl-subs\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-subs\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.03\"\n }\n ],\n \"perl-vars\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-vars\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.05\"\n }\n ],\n \"pigz\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pigz\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5\"\n }\n ],\n \"pkgconf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pkgconf\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"pkgconf-m4\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"pkgconf-m4\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"pkgconf-pkg-config\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pkgconf-pkg-config\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"policycoreutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"policycoreutils\",\n \"release\": \"2.1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"policycoreutils-python-utils\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"policycoreutils-python-utils\",\n \"release\": \"2.1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"popt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"popt\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.18\"\n }\n ],\n \"prefixdevname\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"prefixdevname\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.0\"\n }\n ],\n \"procps-ng\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"procps-ng\",\n \"release\": \"14.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.3.17\"\n }\n ],\n \"protobuf-c\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"protobuf-c\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.3\"\n }\n ],\n \"psmisc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"psmisc\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"23.4\"\n }\n ],\n \"publicsuffix-list-dafsa\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"publicsuffix-list-dafsa\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"20210518\"\n }\n ],\n \"python-unversioned-command\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python-unversioned-command\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.19\"\n }\n ],\n \"python3\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.19\"\n }\n ],\n \"python3-attrs\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-attrs\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"20.3.0\"\n }\n ],\n \"python3-audit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-audit\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.5\"\n }\n ],\n \"python3-babel\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-babel\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.1\"\n }\n ],\n \"python3-chardet\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-chardet\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.0.0\"\n }\n ],\n \"python3-cloud-what\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-cloud-what\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"python3-configobj\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-configobj\",\n \"release\": \"25.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.0.6\"\n }\n ],\n \"python3-dateutil\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"python3-dateutil\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.8.1\"\n }\n ],\n \"python3-dbus\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-dbus\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.18\"\n }\n ],\n \"python3-decorator\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-decorator\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.2\"\n }\n ],\n \"python3-distro\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-distro\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.0\"\n }\n ],\n \"python3-dnf\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-dnf\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"python3-dnf-plugins-core\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-dnf-plugins-core\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3.0\"\n }\n ],\n \"python3-firewall\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-firewall\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.4\"\n }\n ],\n \"python3-gobject-base\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-gobject-base\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.40.1\"\n }\n ],\n \"python3-gobject-base-noarch\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-gobject-base-noarch\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.40.1\"\n }\n ],\n \"python3-gpg\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-gpg\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15.1\"\n }\n ],\n \"python3-hawkey\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-hawkey\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.69.0\"\n }\n ],\n \"python3-idna\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-idna\",\n \"release\": \"7.el9.1\",\n \"source\": \"rpm\",\n \"version\": \"2.10\"\n }\n ],\n \"python3-iniparse\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-iniparse\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4\"\n }\n ],\n \"python3-inotify\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-inotify\",\n \"release\": \"25.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.6\"\n }\n ],\n \"python3-jinja2\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jinja2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.11.3\"\n }\n ],\n \"python3-jsonpatch\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jsonpatch\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21\"\n }\n ],\n \"python3-jsonpointer\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jsonpointer\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.0\"\n }\n ],\n \"python3-jsonschema\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jsonschema\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.0\"\n }\n ],\n \"python3-libcomps\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libcomps\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.18\"\n }\n ],\n \"python3-libdnf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libdnf\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.69.0\"\n }\n ],\n \"python3-librepo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-librepo\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.14.5\"\n }\n ],\n \"python3-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.19\"\n }\n ],\n \"python3-libselinux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libselinux\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"python3-libsemanage\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libsemanage\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"python3-lxml\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-lxml\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.6.5\"\n }\n ],\n \"python3-markupsafe\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-markupsafe\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.1.1\"\n }\n ],\n \"python3-netifaces\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-netifaces\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.10.6\"\n }\n ],\n \"python3-nftables\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"python3-nftables\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"python3-oauthlib\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-oauthlib\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.1\"\n }\n ],\n \"python3-pip-wheel\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pip-wheel\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"21.3.1\"\n }\n ],\n \"python3-policycoreutils\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-policycoreutils\",\n \"release\": \"2.1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"python3-prettytable\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-prettytable\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.2\"\n }\n ],\n \"python3-pyrsistent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-pyrsistent\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.17.3\"\n }\n ],\n \"python3-pyserial\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pyserial\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.4\"\n }\n ],\n \"python3-pysocks\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pysocks\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.1\"\n }\n ],\n \"python3-pytz\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pytz\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"2021.1\"\n }\n ],\n \"python3-pyyaml\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-pyyaml\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.4.1\"\n }\n ],\n \"python3-requests\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-requests\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.25.1\"\n }\n ],\n \"python3-rpm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-rpm\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"python3-setools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-setools\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.4\"\n }\n ],\n \"python3-setuptools\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-setuptools\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"53.0.0\"\n }\n ],\n \"python3-setuptools-wheel\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-setuptools-wheel\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"53.0.0\"\n }\n ],\n \"python3-six\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-six\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15.0\"\n }\n ],\n \"python3-subscription-manager-rhsm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-subscription-manager-rhsm\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"python3-systemd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-systemd\",\n \"release\": \"19.el9\",\n \"source\": \"rpm\",\n \"version\": \"234\"\n }\n ],\n \"python3-urllib3\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-urllib3\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.26.5\"\n }\n ],\n \"qa-tools\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"qa-tools\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.1\"\n }\n ],\n \"qemu-guest-agent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 17,\n \"name\": \"qemu-guest-agent\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0.0\"\n }\n ],\n \"quota\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"quota\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.09\"\n }\n ],\n \"quota-nls\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"quota-nls\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.09\"\n }\n ],\n \"readline\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"readline\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.1\"\n }\n ],\n \"restraint\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"restraint\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4.4\"\n }\n ],\n \"restraint-rhts\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"restraint-rhts\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4.4\"\n }\n ],\n \"rhc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"rhc\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.2.4\"\n }\n ],\n \"rng-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rng-tools\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.16\"\n }\n ],\n \"rootfiles\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"rootfiles\",\n \"release\": \"31.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.1\"\n }\n ],\n \"rpcbind\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpcbind\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"rpm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-build-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-build-libs\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-libs\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-plugin-audit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-plugin-audit\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-plugin-selinux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-plugin-selinux\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-plugin-systemd-inhibit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-plugin-systemd-inhibit\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-sign-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-sign-libs\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rsync\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rsync\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.3\"\n }\n ],\n \"rsyslog\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rsyslog\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2310.0\"\n }\n ],\n \"rsyslog-logrotate\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rsyslog-logrotate\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2310.0\"\n }\n ],\n \"samba-client-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"samba-client-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"samba-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"samba-common\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"samba-common-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"samba-common-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"sed\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sed\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.8\"\n }\n ],\n \"selinux-policy\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"selinux-policy\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"38.1.44\"\n }\n ],\n \"selinux-policy-targeted\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"selinux-policy-targeted\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"38.1.44\"\n }\n ],\n \"setup\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"setup\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13.7\"\n }\n ],\n \"sg3_utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sg3_utils\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.47\"\n }\n ],\n \"sg3_utils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sg3_utils-libs\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.47\"\n }\n ],\n \"shadow-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"shadow-utils\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.9\"\n }\n ],\n \"slang\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"slang\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.2\"\n }\n ],\n \"snappy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"snappy\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.1.8\"\n }\n ],\n \"sqlite-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sqlite-libs\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.34.1\"\n }\n ],\n \"squashfs-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"squashfs-tools\",\n \"release\": \"10.git1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4\"\n }\n ],\n \"sssd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-ad\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-ad\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-client\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-common\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-common-pac\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-common-pac\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-ipa\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-ipa\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-kcm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-kcm\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-krb5\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-krb5\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-krb5-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-krb5-common\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-ldap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-ldap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-nfs-idmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-nfs-idmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-proxy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-proxy\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"strace\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"strace\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.18\"\n }\n ],\n \"subscription-manager\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"subscription-manager\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"subscription-manager-rhsm-certificates\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"subscription-manager-rhsm-certificates\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"20220623\"\n }\n ],\n \"sudo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sudo\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9.5p2\"\n }\n ],\n \"systemd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd-libs\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-pam\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd-pam\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-rpm-macros\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"systemd-rpm-macros\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-udev\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd-udev\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemtap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"systemtap-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap-client\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"systemtap-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap-devel\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"systemtap-runtime\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap-runtime\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"tar\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"tar\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.34\"\n }\n ],\n \"tbb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"tbb\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"2020.3\"\n }\n ],\n \"teamd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"teamd\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.31\"\n }\n ],\n \"time\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"time\",\n \"release\": \"18.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9\"\n }\n ],\n \"tlog\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"tlog\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"14\"\n }\n ],\n \"tpm2-tss\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"tpm2-tss\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.3\"\n }\n ],\n \"tzdata\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"tzdata\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2024a\"\n }\n ],\n \"unzip\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"unzip\",\n \"release\": \"57.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.0\"\n }\n ],\n \"usermode\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"usermode\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.114\"\n }\n ],\n \"userspace-rcu\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"userspace-rcu\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.12.1\"\n }\n ],\n \"util-linux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"util-linux\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"util-linux-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"util-linux-core\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"vim-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"vim-common\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"vim-enhanced\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"vim-enhanced\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"vim-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 2,\n \"name\": \"vim-filesystem\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"vim-minimal\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"vim-minimal\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"virt-what\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"virt-what\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.25\"\n }\n ],\n \"wget\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"wget\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21.1\"\n }\n ],\n \"which\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"which\",\n \"release\": \"29.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.21\"\n }\n ],\n \"xfsprogs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xfsprogs\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.4.0\"\n }\n ],\n \"xz\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xz\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.2.5\"\n }\n ],\n \"xz-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xz-devel\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.2.5\"\n }\n ],\n \"xz-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xz-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.2.5\"\n }\n ],\n \"yum\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"yum\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"yum-utils\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"yum-utils\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3.0\"\n }\n ],\n \"zip\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"zip\",\n \"release\": \"35.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"zlib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"zlib\",\n \"release\": \"41.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.11\"\n }\n ],\n \"zlib-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"zlib-devel\",\n \"release\": \"41.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.11\"\n }\n ]\n }\n },\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"manager\": [\n \"auto\"\n ],\n \"strategy\": \"first\"\n }\n }\n}\nok: [managed_node1] => {\n \"ansible_facts\": {\n \"packages\": {\n \"NetworkManager\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"NetworkManager-libnm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager-libnm\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"NetworkManager-team\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager-team\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"NetworkManager-tui\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"NetworkManager-tui\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.51.0\"\n }\n ],\n \"PackageKit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"PackageKit\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"PackageKit-glib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"PackageKit-glib\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"abattis-cantarell-fonts\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"abattis-cantarell-fonts\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.301\"\n }\n ],\n \"acl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"acl\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.1\"\n }\n ],\n \"adcli\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"adcli\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.2\"\n }\n ],\n \"adobe-source-code-pro-fonts\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"adobe-source-code-pro-fonts\",\n \"release\": \"12.el9.1\",\n \"source\": \"rpm\",\n \"version\": \"2.030.1.050\"\n }\n ],\n \"alternatives\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"alternatives\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.24\"\n }\n ],\n \"aspell\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 12,\n \"name\": \"aspell\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.60.8\"\n }\n ],\n \"attr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"attr\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.1\"\n }\n ],\n \"audit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"audit\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.5\"\n }\n ],\n \"audit-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"audit-libs\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.5\"\n }\n ],\n \"authselect\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"authselect\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"authselect-compat\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"authselect-compat\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"authselect-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"authselect-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"avahi-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"avahi-libs\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8\"\n }\n ],\n \"basesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"basesystem\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"11\"\n }\n ],\n \"bash\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bash\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1.8\"\n }\n ],\n \"bc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bc\",\n \"release\": \"14.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.07.1\"\n }\n ],\n \"beakerlib\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"beakerlib\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.3\"\n }\n ],\n \"beakerlib-redhat\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"beakerlib-redhat\",\n \"release\": \"35.el9\",\n \"source\": \"rpm\",\n \"version\": \"1\"\n }\n ],\n \"bind-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 32,\n \"name\": \"bind-libs\",\n \"release\": \"24.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.16.23\"\n }\n ],\n \"bind-license\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 32,\n \"name\": \"bind-license\",\n \"release\": \"24.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.16.23\"\n }\n ],\n \"bind-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 32,\n \"name\": \"bind-utils\",\n \"release\": \"24.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.16.23\"\n }\n ],\n \"binutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"binutils\",\n \"release\": \"54.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.35.2\"\n }\n ],\n \"binutils-gold\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"binutils-gold\",\n \"release\": \"54.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.35.2\"\n }\n ],\n \"bison\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bison\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.7.4\"\n }\n ],\n \"boost-filesystem\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"boost-filesystem\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.75.0\"\n }\n ],\n \"boost-system\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"boost-system\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.75.0\"\n }\n ],\n \"boost-thread\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"boost-thread\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.75.0\"\n }\n ],\n \"bzip2-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"bzip2-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.8\"\n }\n ],\n \"c-ares\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"c-ares\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.19.1\"\n }\n ],\n \"ca-certificates\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"ca-certificates\",\n \"release\": \"91.4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2024.2.69_v8.0.303\"\n }\n ],\n \"centos-gpg-keys\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"centos-gpg-keys\",\n \"release\": \"26.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0\"\n }\n ],\n \"centos-logos\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"centos-logos\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"90.8\"\n }\n ],\n \"centos-stream-release\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"centos-stream-release\",\n \"release\": \"26.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0\"\n }\n ],\n \"centos-stream-repos\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"centos-stream-repos\",\n \"release\": \"26.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0\"\n }\n ],\n \"checkpolicy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"checkpolicy\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"chrony\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"chrony\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.6\"\n }\n ],\n \"cloud-init\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"cloud-init\",\n \"release\": \"19.el9\",\n \"source\": \"rpm\",\n \"version\": \"23.4\"\n }\n ],\n \"cloud-utils-growpart\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cloud-utils-growpart\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.33\"\n }\n ],\n \"cockpit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cockpit\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"323\"\n }\n ],\n \"cockpit-bridge\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cockpit-bridge\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"323\"\n }\n ],\n \"cockpit-packagekit\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"cockpit-packagekit\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"323\"\n }\n ],\n \"cockpit-system\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"cockpit-system\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"323\"\n }\n ],\n \"cockpit-ws\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cockpit-ws\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"323\"\n }\n ],\n \"coreutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"coreutils\",\n \"release\": \"36.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.32\"\n }\n ],\n \"coreutils-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"coreutils-common\",\n \"release\": \"36.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.32\"\n }\n ],\n \"cpio\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cpio\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13\"\n }\n ],\n \"cpp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cpp\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"cracklib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cracklib\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.6\"\n }\n ],\n \"cracklib-dicts\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cracklib-dicts\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.6\"\n }\n ],\n \"cronie\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cronie\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.7\"\n }\n ],\n \"cronie-anacron\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cronie-anacron\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.7\"\n }\n ],\n \"crontabs\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"crontabs\",\n \"release\": \"26.20190603git.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.11\"\n }\n ],\n \"crypto-policies\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"crypto-policies\",\n \"release\": \"1.gitbaf3e06.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240822\"\n }\n ],\n \"crypto-policies-scripts\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"crypto-policies-scripts\",\n \"release\": \"1.gitbaf3e06.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240822\"\n }\n ],\n \"cryptsetup-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cryptsetup-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.7.2\"\n }\n ],\n \"curl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"curl\",\n \"release\": \"31.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.76.1\"\n }\n ],\n \"cyrus-sasl-gssapi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cyrus-sasl-gssapi\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.27\"\n }\n ],\n \"cyrus-sasl-lib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"cyrus-sasl-lib\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.27\"\n }\n ],\n \"dbus\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dbus\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dbus-broker\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dbus-broker\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"28\"\n }\n ],\n \"dbus-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"dbus-common\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dbus-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dbus-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dbus-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dbus-tools\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12.20\"\n }\n ],\n \"dejavu-sans-fonts\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dejavu-sans-fonts\",\n \"release\": \"18.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37\"\n }\n ],\n \"device-mapper\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 9,\n \"name\": \"device-mapper\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.02.198\"\n }\n ],\n \"device-mapper-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 9,\n \"name\": \"device-mapper-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.02.198\"\n }\n ],\n \"dhcp-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 12,\n \"name\": \"dhcp-client\",\n \"release\": \"19.b1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.2\"\n }\n ],\n \"dhcp-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 12,\n \"name\": \"dhcp-common\",\n \"release\": \"19.b1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.2\"\n }\n ],\n \"diffutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"diffutils\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.7\"\n }\n ],\n \"dmidecode\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"dmidecode\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"dnf\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dnf\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"dnf-data\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dnf-data\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"dnf-plugins-core\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"dnf-plugins-core\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3.0\"\n }\n ],\n \"dracut\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dracut-config-rescue\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut-config-rescue\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dracut-network\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut-network\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dracut-squash\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dracut-squash\",\n \"release\": \"70.git20240819.el9\",\n \"source\": \"rpm\",\n \"version\": \"057\"\n }\n ],\n \"dyninst\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"dyninst\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"12.1.0\"\n }\n ],\n \"e2fsprogs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"e2fsprogs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"e2fsprogs-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"e2fsprogs-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"efivar-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"efivar-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"38\"\n }\n ],\n \"elfutils-debuginfod-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-debuginfod-client\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-default-yama-scope\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"elfutils-default-yama-scope\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-devel\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-libelf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-libelf\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-libelf-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-libelf-devel\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"elfutils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"elfutils-libs\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.191\"\n }\n ],\n \"emacs-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"emacs-filesystem\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"27.2\"\n }\n ],\n \"epel-release\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"epel-release\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"9\"\n }\n ],\n \"ethtool\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"ethtool\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"expat\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"expat\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.0\"\n }\n ],\n \"file\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"file\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.39\"\n }\n ],\n \"file-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"file-libs\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.39\"\n }\n ],\n \"filesystem\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"filesystem\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.16\"\n }\n ],\n \"findutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"findutils\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.8.0\"\n }\n ],\n \"firewalld\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"firewalld\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.4\"\n }\n ],\n \"firewalld-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"firewalld-filesystem\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.4\"\n }\n ],\n \"flex\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"flex\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.6.4\"\n }\n ],\n \"fonts-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"fonts-filesystem\",\n \"release\": \"7.el9.1\",\n \"source\": \"rpm\",\n \"version\": \"2.0.5\"\n }\n ],\n \"fstrm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"fstrm\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.6.1\"\n }\n ],\n \"fuse-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"fuse-libs\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.9\"\n }\n ],\n \"gawk\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gawk\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1.0\"\n }\n ],\n \"gawk-all-langpacks\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gawk-all-langpacks\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1.0\"\n }\n ],\n \"gcc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gcc\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"gdbm-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"gdbm-libs\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.23\"\n }\n ],\n \"gdisk\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gdisk\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.7\"\n }\n ],\n \"gdk-pixbuf2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gdk-pixbuf2\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.42.6\"\n }\n ],\n \"geolite2-city\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"geolite2-city\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"20191217\"\n }\n ],\n \"geolite2-country\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"geolite2-country\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"20191217\"\n }\n ],\n \"gettext\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gettext\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.21\"\n }\n ],\n \"gettext-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gettext-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.21\"\n }\n ],\n \"git\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"git\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"git-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"git-core\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"git-core-doc\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"git-core-doc\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"glib-networking\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glib-networking\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.68.3\"\n }\n ],\n \"glib2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glib2\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.68.4\"\n }\n ],\n \"glibc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-common\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-devel\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-gconv-extra\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-gconv-extra\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-headers\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-headers\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"glibc-langpack-en\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"glibc-langpack-en\",\n \"release\": \"122.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.34\"\n }\n ],\n \"gmp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"gmp\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2.0\"\n }\n ],\n \"gnupg2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gnupg2\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.3\"\n }\n ],\n \"gnutls\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gnutls\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.8.3\"\n }\n ],\n \"gobject-introspection\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gobject-introspection\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.68.0\"\n }\n ],\n \"gpg-pubkey\": [\n {\n \"arch\": null,\n \"epoch\": null,\n \"name\": \"gpg-pubkey\",\n \"release\": \"613798eb\",\n \"source\": \"rpm\",\n \"version\": \"3228467c\"\n },\n {\n \"arch\": null,\n \"epoch\": null,\n \"name\": \"gpg-pubkey\",\n \"release\": \"5ccc5b19\",\n \"source\": \"rpm\",\n \"version\": \"8483c65d\"\n }\n ],\n \"gpgme\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gpgme\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15.1\"\n }\n ],\n \"gpm-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gpm-libs\",\n \"release\": \"29.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.20.7\"\n }\n ],\n \"grep\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"grep\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"groff-base\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"groff-base\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.22.4\"\n }\n ],\n \"grub2-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"grub2-common\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-pc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"grub2-pc\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-pc-modules\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"grub2-pc-modules\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"grub2-tools\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grub2-tools-minimal\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"grub2-tools-minimal\",\n \"release\": \"92.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.06\"\n }\n ],\n \"grubby\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"grubby\",\n \"release\": \"63.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.40\"\n }\n ],\n \"gsettings-desktop-schemas\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gsettings-desktop-schemas\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"40.0\"\n }\n ],\n \"gssproxy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gssproxy\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.4\"\n }\n ],\n \"gzip\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"gzip\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12\"\n }\n ],\n \"hostname\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"hostname\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.23\"\n }\n ],\n \"hwdata\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"hwdata\",\n \"release\": \"9.15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.348\"\n }\n ],\n \"ima-evm-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ima-evm-utils\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5\"\n }\n ],\n \"inih\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"inih\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"49\"\n }\n ],\n \"initscripts-rename-device\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"initscripts-rename-device\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.11.8\"\n }\n ],\n \"initscripts-service\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"initscripts-service\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.11.8\"\n }\n ],\n \"ipcalc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ipcalc\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.0\"\n }\n ],\n \"iproute\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iproute\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2.0\"\n }\n ],\n \"iproute-tc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iproute-tc\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2.0\"\n }\n ],\n \"ipset\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ipset\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.11\"\n }\n ],\n \"ipset-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ipset-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.11\"\n }\n ],\n \"iptables-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iptables-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.8.10\"\n }\n ],\n \"iptables-nft\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iptables-nft\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.8.10\"\n }\n ],\n \"iputils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"iputils\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"20210202\"\n }\n ],\n \"irqbalance\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"irqbalance\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9.4\"\n }\n ],\n \"iwl100-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl100-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"39.31.5.1\"\n }\n ],\n \"iwl1000-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"iwl1000-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"39.31.5.1\"\n }\n ],\n \"iwl105-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl105-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl135-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl135-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl2000-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl2000-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl2030-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl2030-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl3160-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"iwl3160-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"25.30.13.0\"\n }\n ],\n \"iwl5000-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl5000-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.83.5.1_1\"\n }\n ],\n \"iwl5150-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl5150-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.24.2.2\"\n }\n ],\n \"iwl6000g2a-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl6000g2a-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"18.168.6.1\"\n }\n ],\n \"iwl6050-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"iwl6050-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"41.28.5.1\"\n }\n ],\n \"iwl7260-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"iwl7260-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"25.30.13.0\"\n }\n ],\n \"jansson\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"jansson\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.14\"\n }\n ],\n \"jitterentropy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"jitterentropy\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.5.0\"\n }\n ],\n \"jq\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"jq\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6\"\n }\n ],\n \"json-c\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"json-c\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.14\"\n }\n ],\n \"json-glib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"json-glib\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6.6\"\n }\n ],\n \"kbd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kbd\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.0\"\n }\n ],\n \"kbd-legacy\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"kbd-legacy\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.0\"\n }\n ],\n \"kbd-misc\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"kbd-misc\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.0\"\n }\n ],\n \"kernel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-core\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-devel\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-headers\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-headers\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-modules\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-modules\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-modules-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-modules-core\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-tools\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kernel-tools-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kernel-tools-libs\",\n \"release\": \"508.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.14.0\"\n }\n ],\n \"kexec-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kexec-tools\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.0.27\"\n }\n ],\n \"keyutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"keyutils\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6.3\"\n }\n ],\n \"keyutils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"keyutils-libs\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6.3\"\n }\n ],\n \"kmod\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kmod\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"28\"\n }\n ],\n \"kmod-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kmod-libs\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"28\"\n }\n ],\n \"kpartx\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"kpartx\",\n \"release\": \"32.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.7\"\n }\n ],\n \"krb5-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"krb5-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21.1\"\n }\n ],\n \"langpacks-core-en\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"langpacks-core-en\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"langpacks-core-font-en\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"langpacks-core-font-en\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"langpacks-en\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"langpacks-en\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"less\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"less\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"590\"\n }\n ],\n \"libacl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libacl\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.1\"\n }\n ],\n \"libappstream-glib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libappstream-glib\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.18\"\n }\n ],\n \"libarchive\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libarchive\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.5.3\"\n }\n ],\n \"libassuan\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libassuan\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.5\"\n }\n ],\n \"libatomic\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libatomic\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"libattr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libattr\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.1\"\n }\n ],\n \"libbasicobjects\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libbasicobjects\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.1\"\n }\n ],\n \"libblkid\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libblkid\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libbpf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"libbpf\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.0\"\n }\n ],\n \"libbrotli\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libbrotli\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"libcap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcap\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.48\"\n }\n ],\n \"libcap-ng\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcap-ng\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.2\"\n }\n ],\n \"libcap-ng-python3\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcap-ng-python3\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.8.2\"\n }\n ],\n \"libcbor\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcbor\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.0\"\n }\n ],\n \"libcollection\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcollection\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.0\"\n }\n ],\n \"libcom_err\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcom_err\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"libcomps\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcomps\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.18\"\n }\n ],\n \"libcurl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libcurl\",\n \"release\": \"31.el9\",\n \"source\": \"rpm\",\n \"version\": \"7.76.1\"\n }\n ],\n \"libdaemon\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdaemon\",\n \"release\": \"23.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.14\"\n }\n ],\n \"libdb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdb\",\n \"release\": \"54.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.3.28\"\n }\n ],\n \"libdhash\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdhash\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.5.0\"\n }\n ],\n \"libdnf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdnf\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.69.0\"\n }\n ],\n \"libdnf-plugin-subscription-manager\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libdnf-plugin-subscription-manager\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"libeconf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libeconf\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4.1\"\n }\n ],\n \"libedit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libedit\",\n \"release\": \"38.20210216cvs.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1\"\n }\n ],\n \"libestr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libestr\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.11\"\n }\n ],\n \"libev\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libev\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.33\"\n }\n ],\n \"libevent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libevent\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.12\"\n }\n ],\n \"libfastjson\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libfastjson\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.99.9\"\n }\n ],\n \"libfdisk\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libfdisk\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libffi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libffi\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.4.2\"\n }\n ],\n \"libfido2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libfido2\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.13.0\"\n }\n ],\n \"libgcc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgcc\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"libgcrypt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgcrypt\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.10.0\"\n }\n ],\n \"libgomp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgomp\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"libgpg-error\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libgpg-error\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.42\"\n }\n ],\n \"libicu\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libicu\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"67.1\"\n }\n ],\n \"libidn2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libidn2\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.0\"\n }\n ],\n \"libini_config\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libini_config\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.1\"\n }\n ],\n \"libipa_hbac\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libipa_hbac\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libjpeg-turbo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libjpeg-turbo\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.0.90\"\n }\n ],\n \"libkcapi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libkcapi\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.0\"\n }\n ],\n \"libkcapi-hmaccalc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libkcapi-hmaccalc\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.0\"\n }\n ],\n \"libksba\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libksba\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"libldb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libldb\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.1\"\n }\n ],\n \"libmaxminddb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmaxminddb\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.2\"\n }\n ],\n \"libmnl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmnl\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.4\"\n }\n ],\n \"libmodulemd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmodulemd\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13.0\"\n }\n ],\n \"libmount\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmount\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libmpc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libmpc\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.1\"\n }\n ],\n \"libndp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libndp\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9\"\n }\n ],\n \"libnetfilter_conntrack\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnetfilter_conntrack\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"libnfnetlink\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnfnetlink\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.1\"\n }\n ],\n \"libnfsidmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"libnfsidmap\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.4\"\n }\n ],\n \"libnftnl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnftnl\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"libnghttp2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnghttp2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.43.0\"\n }\n ],\n \"libnl3\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnl3\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.0\"\n }\n ],\n \"libnl3-cli\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libnl3-cli\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.0\"\n }\n ],\n \"libpath_utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpath_utils\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.2.1\"\n }\n ],\n \"libpipeline\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpipeline\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.3\"\n }\n ],\n \"libpkgconf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpkgconf\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"libpng\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"libpng\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6.37\"\n }\n ],\n \"libproxy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libproxy\",\n \"release\": \"35.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4.15\"\n }\n ],\n \"libproxy-webkitgtk4\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libproxy-webkitgtk4\",\n \"release\": \"35.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4.15\"\n }\n ],\n \"libpsl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpsl\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.21.1\"\n }\n ],\n \"libpwquality\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libpwquality\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.4\"\n }\n ],\n \"libref_array\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libref_array\",\n \"release\": \"53.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.5\"\n }\n ],\n \"librepo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"librepo\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.14.5\"\n }\n ],\n \"libreport-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"libreport-filesystem\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.15.2\"\n }\n ],\n \"libseccomp\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libseccomp\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.2\"\n }\n ],\n \"libselinux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libselinux\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libselinux-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libselinux-utils\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libsemanage\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsemanage\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libsepol\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsepol\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"libsigsegv\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsigsegv\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13\"\n }\n ],\n \"libsmartcols\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsmartcols\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libsmbclient\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"libsmbclient\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"libsolv\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsolv\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.24\"\n }\n ],\n \"libsoup\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsoup\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.72.0\"\n }\n ],\n \"libss\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libss\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.46.5\"\n }\n ],\n \"libssh\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libssh\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.10.4\"\n }\n ],\n \"libssh-config\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"libssh-config\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.10.4\"\n }\n ],\n \"libsss_certmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_certmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libsss_idmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_idmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libsss_nss_idmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_nss_idmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libsss_sudo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsss_sudo\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"libstdc++\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libstdc++\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"11.5.0\"\n }\n ],\n \"libstemmer\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libstemmer\",\n \"release\": \"18.585svn.el9\",\n \"source\": \"rpm\",\n \"version\": \"0\"\n }\n ],\n \"libsysfs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libsysfs\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1.1\"\n }\n ],\n \"libtalloc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtalloc\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.4.2\"\n }\n ],\n \"libtasn1\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtasn1\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.0\"\n }\n ],\n \"libtdb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtdb\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.10\"\n }\n ],\n \"libteam\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libteam\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.31\"\n }\n ],\n \"libtevent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtevent\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.16.1\"\n }\n ],\n \"libtirpc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libtirpc\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.3\"\n }\n ],\n \"libunistring\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libunistring\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.10\"\n }\n ],\n \"liburing\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"liburing\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5\"\n }\n ],\n \"libuser\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libuser\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.63\"\n }\n ],\n \"libutempter\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libutempter\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.1\"\n }\n ],\n \"libuuid\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libuuid\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"libuv\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"libuv\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.42.0\"\n }\n ],\n \"libverto\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libverto\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.3.2\"\n }\n ],\n \"libverto-libev\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libverto-libev\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.3.2\"\n }\n ],\n \"libwbclient\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"libwbclient\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"libxcrypt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxcrypt\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.18\"\n }\n ],\n \"libxcrypt-compat\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxcrypt-compat\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.18\"\n }\n ],\n \"libxcrypt-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxcrypt-devel\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.18\"\n }\n ],\n \"libxml2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxml2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.13\"\n }\n ],\n \"libxslt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libxslt\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.1.34\"\n }\n ],\n \"libyaml\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libyaml\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.2.5\"\n }\n ],\n \"libzstd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libzstd\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"libzstd-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"libzstd-devel\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"linux-firmware\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"linux-firmware\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240905\"\n }\n ],\n \"linux-firmware-whence\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"linux-firmware-whence\",\n \"release\": \"146.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240905\"\n }\n ],\n \"lmdb-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lmdb-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.29\"\n }\n ],\n \"logrotate\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"logrotate\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.18.0\"\n }\n ],\n \"lshw\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lshw\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"B.02.19.2\"\n }\n ],\n \"lsscsi\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lsscsi\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.32\"\n }\n ],\n \"lua-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lua-libs\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.4.4\"\n }\n ],\n \"lz4-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lz4-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9.3\"\n }\n ],\n \"lzo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"lzo\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.10\"\n }\n ],\n \"m4\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"m4\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4.19\"\n }\n ],\n \"make\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"make\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3\"\n }\n ],\n \"man-db\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"man-db\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.3\"\n }\n ],\n \"microcode_ctl\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 4,\n \"name\": \"microcode_ctl\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"20240531\"\n }\n ],\n \"mokutil\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"mokutil\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.6.0\"\n }\n ],\n \"mpfr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"mpfr\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.1.0\"\n }\n ],\n \"ncurses\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ncurses\",\n \"release\": \"10.20210508.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"ncurses-base\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"ncurses-base\",\n \"release\": \"10.20210508.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"ncurses-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"ncurses-libs\",\n \"release\": \"10.20210508.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.2\"\n }\n ],\n \"nettle\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nettle\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.1\"\n }\n ],\n \"newt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"newt\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.52.21\"\n }\n ],\n \"nfs-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"nfs-utils\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5.4\"\n }\n ],\n \"nftables\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"nftables\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"npth\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"npth\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.6\"\n }\n ],\n \"nspr\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nspr\",\n \"release\": \"14.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.35.0\"\n }\n ],\n \"nss\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-softokn\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-softokn\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-softokn-freebl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-softokn-freebl\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-sysinit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-sysinit\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"nss-util\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"nss-util\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.101.0\"\n }\n ],\n \"numactl-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"numactl-libs\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.0.16\"\n }\n ],\n \"oddjob\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"oddjob\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.34.7\"\n }\n ],\n \"oddjob-mkhomedir\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"oddjob-mkhomedir\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.34.7\"\n }\n ],\n \"oniguruma\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"oniguruma\",\n \"release\": \"1.el9.6\",\n \"source\": \"rpm\",\n \"version\": \"6.9.6\"\n }\n ],\n \"openldap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openldap\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.6.6\"\n }\n ],\n \"openssh\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openssh\",\n \"release\": \"43.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.7p1\"\n }\n ],\n \"openssh-clients\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openssh-clients\",\n \"release\": \"43.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.7p1\"\n }\n ],\n \"openssh-server\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"openssh-server\",\n \"release\": \"43.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.7p1\"\n }\n ],\n \"openssl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"openssl\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.2\"\n }\n ],\n \"openssl-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"openssl-devel\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.2\"\n }\n ],\n \"openssl-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"openssl-libs\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.2\"\n }\n ],\n \"os-prober\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"os-prober\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.77\"\n }\n ],\n \"p11-kit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"p11-kit\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.25.3\"\n }\n ],\n \"p11-kit-trust\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"p11-kit-trust\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.25.3\"\n }\n ],\n \"pam\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pam\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.1\"\n }\n ],\n \"parted\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"parted\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.5\"\n }\n ],\n \"passwd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"passwd\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.80\"\n }\n ],\n \"pciutils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pciutils-libs\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.7.0\"\n }\n ],\n \"pcre\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pcre\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.44\"\n }\n ],\n \"pcre2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pcre2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.40\"\n }\n ],\n \"pcre2-syntax\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"pcre2-syntax\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"10.40\"\n }\n ],\n \"perl-AutoLoader\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-AutoLoader\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.74\"\n }\n ],\n \"perl-B\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-B\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.80\"\n }\n ],\n \"perl-Carp\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Carp\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.50\"\n }\n ],\n \"perl-Class-Struct\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-Class-Struct\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.66\"\n }\n ],\n \"perl-Data-Dumper\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-Data-Dumper\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.174\"\n }\n ],\n \"perl-Digest\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Digest\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.19\"\n }\n ],\n \"perl-Digest-MD5\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-Digest-MD5\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.58\"\n }\n ],\n \"perl-DynaLoader\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-DynaLoader\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.47\"\n }\n ],\n \"perl-Encode\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-Encode\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.08\"\n }\n ],\n \"perl-Errno\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-Errno\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.30\"\n }\n ],\n \"perl-Error\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Error\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.17029\"\n }\n ],\n \"perl-Exporter\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Exporter\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.74\"\n }\n ],\n \"perl-Fcntl\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-Fcntl\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.13\"\n }\n ],\n \"perl-File-Basename\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-File-Basename\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.85\"\n }\n ],\n \"perl-File-Find\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-File-Find\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.37\"\n }\n ],\n \"perl-File-Path\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-File-Path\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.18\"\n }\n ],\n \"perl-File-Temp\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-File-Temp\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.231.100\"\n }\n ],\n \"perl-File-stat\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-File-stat\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.09\"\n }\n ],\n \"perl-FileHandle\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-FileHandle\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.03\"\n }\n ],\n \"perl-Getopt-Long\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Getopt-Long\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.52\"\n }\n ],\n \"perl-Getopt-Std\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-Getopt-Std\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.12\"\n }\n ],\n \"perl-Git\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Git\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.43.5\"\n }\n ],\n \"perl-HTTP-Tiny\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-HTTP-Tiny\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.076\"\n }\n ],\n \"perl-IO\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-IO\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.43\"\n }\n ],\n \"perl-IO-Socket-IP\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-IO-Socket-IP\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.41\"\n }\n ],\n \"perl-IO-Socket-SSL\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-IO-Socket-SSL\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.073\"\n }\n ],\n \"perl-IPC-Open3\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-IPC-Open3\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21\"\n }\n ],\n \"perl-MIME-Base64\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-MIME-Base64\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.16\"\n }\n ],\n \"perl-Mozilla-CA\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Mozilla-CA\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"20200520\"\n }\n ],\n \"perl-NDBM_File\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-NDBM_File\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15\"\n }\n ],\n \"perl-Net-SSLeay\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-Net-SSLeay\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.94\"\n }\n ],\n \"perl-POSIX\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-POSIX\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.94\"\n }\n ],\n \"perl-PathTools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-PathTools\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.78\"\n }\n ],\n \"perl-Pod-Escapes\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Pod-Escapes\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.07\"\n }\n ],\n \"perl-Pod-Perldoc\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Pod-Perldoc\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.28.01\"\n }\n ],\n \"perl-Pod-Simple\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-Pod-Simple\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.42\"\n }\n ],\n \"perl-Pod-Usage\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 4,\n \"name\": \"perl-Pod-Usage\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.01\"\n }\n ],\n \"perl-Scalar-List-Utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-Scalar-List-Utils\",\n \"release\": \"462.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.56\"\n }\n ],\n \"perl-SelectSaver\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-SelectSaver\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.02\"\n }\n ],\n \"perl-Socket\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-Socket\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.031\"\n }\n ],\n \"perl-Storable\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"perl-Storable\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.21\"\n }\n ],\n \"perl-Symbol\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-Symbol\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.08\"\n }\n ],\n \"perl-Term-ANSIColor\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Term-ANSIColor\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.01\"\n }\n ],\n \"perl-Term-Cap\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Term-Cap\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.17\"\n }\n ],\n \"perl-TermReadKey\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"perl-TermReadKey\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.38\"\n }\n ],\n \"perl-Text-ParseWords\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Text-ParseWords\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.30\"\n }\n ],\n \"perl-Text-Tabs+Wrap\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-Text-Tabs+Wrap\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"2013.0523\"\n }\n ],\n \"perl-Time-Local\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 2,\n \"name\": \"perl-Time-Local\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.300\"\n }\n ],\n \"perl-URI\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-URI\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.09\"\n }\n ],\n \"perl-base\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-base\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.27\"\n }\n ],\n \"perl-constant\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-constant\",\n \"release\": \"461.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.33\"\n }\n ],\n \"perl-if\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-if\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.60.800\"\n }\n ],\n \"perl-interpreter\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-interpreter\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.32.1\"\n }\n ],\n \"perl-lib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-lib\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.65\"\n }\n ],\n \"perl-libnet\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"perl-libnet\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.13\"\n }\n ],\n \"perl-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 4,\n \"name\": \"perl-libs\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.32.1\"\n }\n ],\n \"perl-mro\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"perl-mro\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.23\"\n }\n ],\n \"perl-overload\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-overload\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.31\"\n }\n ],\n \"perl-overloading\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-overloading\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.02\"\n }\n ],\n \"perl-parent\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-parent\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.238\"\n }\n ],\n \"perl-podlators\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"perl-podlators\",\n \"release\": \"460.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14\"\n }\n ],\n \"perl-subs\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-subs\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.03\"\n }\n ],\n \"perl-vars\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"perl-vars\",\n \"release\": \"481.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.05\"\n }\n ],\n \"pigz\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pigz\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.5\"\n }\n ],\n \"pkgconf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pkgconf\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"pkgconf-m4\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"pkgconf-m4\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"pkgconf-pkg-config\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"pkgconf-pkg-config\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.3\"\n }\n ],\n \"policycoreutils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"policycoreutils\",\n \"release\": \"2.1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"policycoreutils-python-utils\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"policycoreutils-python-utils\",\n \"release\": \"2.1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"polkit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"polkit\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.117\"\n }\n ],\n \"polkit-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"polkit-libs\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.117\"\n }\n ],\n \"polkit-pkla-compat\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"polkit-pkla-compat\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1\"\n }\n ],\n \"popt\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"popt\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.18\"\n }\n ],\n \"prefixdevname\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"prefixdevname\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.0\"\n }\n ],\n \"procps-ng\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"procps-ng\",\n \"release\": \"14.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.3.17\"\n }\n ],\n \"protobuf-c\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"protobuf-c\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.3\"\n }\n ],\n \"psmisc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"psmisc\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"23.4\"\n }\n ],\n \"publicsuffix-list-dafsa\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"publicsuffix-list-dafsa\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"20210518\"\n }\n ],\n \"python-unversioned-command\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python-unversioned-command\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.19\"\n }\n ],\n \"python3\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.19\"\n }\n ],\n \"python3-attrs\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-attrs\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"20.3.0\"\n }\n ],\n \"python3-audit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-audit\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.5\"\n }\n ],\n \"python3-babel\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-babel\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.1\"\n }\n ],\n \"python3-chardet\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-chardet\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.0.0\"\n }\n ],\n \"python3-cloud-what\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-cloud-what\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"python3-configobj\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-configobj\",\n \"release\": \"25.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.0.6\"\n }\n ],\n \"python3-dasbus\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-dasbus\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.4\"\n }\n ],\n \"python3-dateutil\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"python3-dateutil\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.8.1\"\n }\n ],\n \"python3-dbus\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-dbus\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.18\"\n }\n ],\n \"python3-decorator\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-decorator\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.2\"\n }\n ],\n \"python3-distro\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-distro\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.5.0\"\n }\n ],\n \"python3-dnf\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-dnf\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"python3-dnf-plugins-core\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-dnf-plugins-core\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3.0\"\n }\n ],\n \"python3-file-magic\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-file-magic\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.39\"\n }\n ],\n \"python3-firewall\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-firewall\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.3.4\"\n }\n ],\n \"python3-gobject-base\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-gobject-base\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.40.1\"\n }\n ],\n \"python3-gobject-base-noarch\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-gobject-base-noarch\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.40.1\"\n }\n ],\n \"python3-gpg\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-gpg\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15.1\"\n }\n ],\n \"python3-hawkey\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-hawkey\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.69.0\"\n }\n ],\n \"python3-idna\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-idna\",\n \"release\": \"7.el9.1\",\n \"source\": \"rpm\",\n \"version\": \"2.10\"\n }\n ],\n \"python3-iniparse\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-iniparse\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4\"\n }\n ],\n \"python3-inotify\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-inotify\",\n \"release\": \"25.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.9.6\"\n }\n ],\n \"python3-jinja2\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jinja2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.11.3\"\n }\n ],\n \"python3-jsonpatch\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jsonpatch\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21\"\n }\n ],\n \"python3-jsonpointer\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jsonpointer\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.0\"\n }\n ],\n \"python3-jsonschema\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-jsonschema\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.0\"\n }\n ],\n \"python3-libcomps\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libcomps\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.1.18\"\n }\n ],\n \"python3-libdnf\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libdnf\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.69.0\"\n }\n ],\n \"python3-librepo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-librepo\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.14.5\"\n }\n ],\n \"python3-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.9.19\"\n }\n ],\n \"python3-libselinux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libselinux\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"python3-libsemanage\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libsemanage\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"python3-libxml2\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-libxml2\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.13\"\n }\n ],\n \"python3-lxml\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-lxml\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.6.5\"\n }\n ],\n \"python3-markupsafe\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-markupsafe\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.1.1\"\n }\n ],\n \"python3-netifaces\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-netifaces\",\n \"release\": \"15.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.10.6\"\n }\n ],\n \"python3-nftables\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"python3-nftables\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.0.9\"\n }\n ],\n \"python3-oauthlib\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-oauthlib\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.1.1\"\n }\n ],\n \"python3-pexpect\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pexpect\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.8.0\"\n }\n ],\n \"python3-pip-wheel\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pip-wheel\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"21.3.1\"\n }\n ],\n \"python3-policycoreutils\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-policycoreutils\",\n \"release\": \"2.1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.6\"\n }\n ],\n \"python3-prettytable\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-prettytable\",\n \"release\": \"27.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.7.2\"\n }\n ],\n \"python3-psutil\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-psutil\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.8.0\"\n }\n ],\n \"python3-ptyprocess\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-ptyprocess\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.6.0\"\n }\n ],\n \"python3-pyrsistent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-pyrsistent\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.17.3\"\n }\n ],\n \"python3-pyserial\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pyserial\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.4\"\n }\n ],\n \"python3-pysocks\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pysocks\",\n \"release\": \"12.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.7.1\"\n }\n ],\n \"python3-pytz\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-pytz\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"2021.1\"\n }\n ],\n \"python3-pyyaml\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-pyyaml\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.4.1\"\n }\n ],\n \"python3-requests\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-requests\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.25.1\"\n }\n ],\n \"python3-rpm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-rpm\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"python3-setools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-setools\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4.4\"\n }\n ],\n \"python3-setuptools\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-setuptools\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"53.0.0\"\n }\n ],\n \"python3-setuptools-wheel\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-setuptools-wheel\",\n \"release\": \"13.el9\",\n \"source\": \"rpm\",\n \"version\": \"53.0.0\"\n }\n ],\n \"python3-six\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-six\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.15.0\"\n }\n ],\n \"python3-subscription-manager-rhsm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-subscription-manager-rhsm\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"python3-systemd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"python3-systemd\",\n \"release\": \"19.el9\",\n \"source\": \"rpm\",\n \"version\": \"234\"\n }\n ],\n \"python3-tracer\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-tracer\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.1\"\n }\n ],\n \"python3-urllib3\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"python3-urllib3\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.26.5\"\n }\n ],\n \"qa-tools\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"qa-tools\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.1\"\n }\n ],\n \"qemu-guest-agent\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 17,\n \"name\": \"qemu-guest-agent\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"9.0.0\"\n }\n ],\n \"quota\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"quota\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.09\"\n }\n ],\n \"quota-nls\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 1,\n \"name\": \"quota-nls\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.09\"\n }\n ],\n \"readline\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"readline\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.1\"\n }\n ],\n \"restraint\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"restraint\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4.4\"\n }\n ],\n \"restraint-rhts\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"restraint-rhts\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.4.4\"\n }\n ],\n \"rhc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 1,\n \"name\": \"rhc\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.2.4\"\n }\n ],\n \"rng-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rng-tools\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.16\"\n }\n ],\n \"rootfiles\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"rootfiles\",\n \"release\": \"31.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.1\"\n }\n ],\n \"rpcbind\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpcbind\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.6\"\n }\n ],\n \"rpm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-build-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-build-libs\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-libs\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-plugin-audit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-plugin-audit\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-plugin-selinux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-plugin-selinux\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-plugin-systemd-inhibit\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-plugin-systemd-inhibit\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rpm-sign-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rpm-sign-libs\",\n \"release\": \"34.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.16.1.3\"\n }\n ],\n \"rsync\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rsync\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.3\"\n }\n ],\n \"rsyslog\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rsyslog\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2310.0\"\n }\n ],\n \"rsyslog-logrotate\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"rsyslog-logrotate\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2310.0\"\n }\n ],\n \"samba-client-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"samba-client-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"samba-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 0,\n \"name\": \"samba-common\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"samba-common-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 0,\n \"name\": \"samba-common-libs\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.20.2\"\n }\n ],\n \"sed\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sed\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.8\"\n }\n ],\n \"selinux-policy\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"selinux-policy\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"38.1.44\"\n }\n ],\n \"selinux-policy-targeted\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"selinux-policy-targeted\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"38.1.44\"\n }\n ],\n \"setroubleshoot-plugins\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"setroubleshoot-plugins\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.3.14\"\n }\n ],\n \"setroubleshoot-server\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"setroubleshoot-server\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.3.32\"\n }\n ],\n \"setup\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"setup\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.13.7\"\n }\n ],\n \"sg3_utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sg3_utils\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.47\"\n }\n ],\n \"sg3_utils-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sg3_utils-libs\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.47\"\n }\n ],\n \"shadow-utils\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"shadow-utils\",\n \"release\": \"9.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.9\"\n }\n ],\n \"shared-mime-info\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"shared-mime-info\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.1\"\n }\n ],\n \"slang\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"slang\",\n \"release\": \"11.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.3.2\"\n }\n ],\n \"snappy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"snappy\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.1.8\"\n }\n ],\n \"sos\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"sos\",\n \"release\": \"3.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.7.2\"\n }\n ],\n \"sqlite-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sqlite-libs\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.34.1\"\n }\n ],\n \"squashfs-tools\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"squashfs-tools\",\n \"release\": \"10.git1.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.4\"\n }\n ],\n \"sscg\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sscg\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0.0\"\n }\n ],\n \"sssd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-ad\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-ad\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-client\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-common\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-common-pac\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-common-pac\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-ipa\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-ipa\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-kcm\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-kcm\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-krb5\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-krb5\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-krb5-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-krb5-common\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-ldap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-ldap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-nfs-idmap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-nfs-idmap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"sssd-proxy\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sssd-proxy\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.9.5\"\n }\n ],\n \"strace\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"strace\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.18\"\n }\n ],\n \"subscription-manager\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"subscription-manager\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.29.42\"\n }\n ],\n \"subscription-manager-rhsm-certificates\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"subscription-manager-rhsm-certificates\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"20220623\"\n }\n ],\n \"sudo\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"sudo\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9.5p2\"\n }\n ],\n \"systemd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd-libs\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-pam\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd-pam\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-rpm-macros\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"systemd-rpm-macros\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemd-udev\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemd-udev\",\n \"release\": \"45.el9\",\n \"source\": \"rpm\",\n \"version\": \"252\"\n }\n ],\n \"systemtap\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"systemtap-client\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap-client\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"systemtap-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap-devel\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"systemtap-runtime\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"systemtap-runtime\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.1\"\n }\n ],\n \"tar\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"tar\",\n \"release\": \"7.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.34\"\n }\n ],\n \"tbb\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"tbb\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"2020.3\"\n }\n ],\n \"teamd\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"teamd\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.31\"\n }\n ],\n \"time\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"time\",\n \"release\": \"18.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.9\"\n }\n ],\n \"tlog\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"tlog\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"14\"\n }\n ],\n \"tpm2-tss\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"tpm2-tss\",\n \"release\": \"1.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.2.3\"\n }\n ],\n \"tracer-common\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"tracer-common\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.1\"\n }\n ],\n \"tzdata\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"tzdata\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2024a\"\n }\n ],\n \"unzip\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"unzip\",\n \"release\": \"57.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.0\"\n }\n ],\n \"usermode\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"usermode\",\n \"release\": \"5.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.114\"\n }\n ],\n \"userspace-rcu\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"userspace-rcu\",\n \"release\": \"6.el9\",\n \"source\": \"rpm\",\n \"version\": \"0.12.1\"\n }\n ],\n \"util-linux\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"util-linux\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"util-linux-core\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"util-linux-core\",\n \"release\": \"20.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.37.4\"\n }\n ],\n \"vim-common\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"vim-common\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"vim-enhanced\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"vim-enhanced\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"vim-filesystem\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": 2,\n \"name\": \"vim-filesystem\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"vim-minimal\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": 2,\n \"name\": \"vim-minimal\",\n \"release\": \"21.el9\",\n \"source\": \"rpm\",\n \"version\": \"8.2.2637\"\n }\n ],\n \"virt-what\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"virt-what\",\n \"release\": \"10.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.25\"\n }\n ],\n \"webkit2gtk3-jsc\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"webkit2gtk3-jsc\",\n \"release\": \"2.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.44.3\"\n }\n ],\n \"wget\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"wget\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.21.1\"\n }\n ],\n \"which\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"which\",\n \"release\": \"29.el9\",\n \"source\": \"rpm\",\n \"version\": \"2.21\"\n }\n ],\n \"xfsprogs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xfsprogs\",\n \"release\": \"4.el9\",\n \"source\": \"rpm\",\n \"version\": \"6.4.0\"\n }\n ],\n \"xz\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xz\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.2.5\"\n }\n ],\n \"xz-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xz-devel\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.2.5\"\n }\n ],\n \"xz-libs\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"xz-libs\",\n \"release\": \"8.el9\",\n \"source\": \"rpm\",\n \"version\": \"5.2.5\"\n }\n ],\n \"yum\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"yum\",\n \"release\": \"17.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.14.0\"\n }\n ],\n \"yum-utils\": [\n {\n \"arch\": \"noarch\",\n \"epoch\": null,\n \"name\": \"yum-utils\",\n \"release\": \"16.el9\",\n \"source\": \"rpm\",\n \"version\": \"4.3.0\"\n }\n ],\n \"zip\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"zip\",\n \"release\": \"35.el9\",\n \"source\": \"rpm\",\n \"version\": \"3.0\"\n }\n ],\n \"zlib\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"zlib\",\n \"release\": \"41.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.11\"\n }\n ],\n \"zlib-devel\": [\n {\n \"arch\": \"x86_64\",\n \"epoch\": null,\n \"name\": \"zlib-devel\",\n \"release\": \"41.el9\",\n \"source\": \"rpm\",\n \"version\": \"1.2.11\"\n }\n ]\n }\n },\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"manager\": [\n \"auto\"\n ],\n \"strategy\": \"first\"\n }\n }\n}\n 7519 1726888133.15711: no more pending results, returning what we have\n 7519 1726888133.15721: results queue empty\n 7519 1726888133.15722: checking for any_errors_fatal\n 7519 1726888133.15728: done checking for any_errors_fatal\n 7519 1726888133.15729: checking for max_fail_percentage\n 7519 1726888133.15730: done checking for max_fail_percentage\n 7519 1726888133.15731: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888133.15732: done checking to see if all hosts have failed\n 7519 1726888133.15733: getting the remaining hosts for this loop\n 7519 1726888133.15734: done getting the remaining hosts for this loop\n 7519 1726888133.15738: getting the next task for host managed_node1\n 7519 1726888133.15741: done getting next task for host managed_node1\n 7519 1726888133.15744: ^ task is: TASK: fedora.linux_system_roles.tlog : Install cockpit session recording\n 7519 1726888133.15746: ^ state is: HOST STATE: block=3, task=7, 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\n 7519 1726888133.15748: getting the next task for host managed_node2\n 7519 1726888133.15749: done getting next task for host managed_node2\n 7519 1726888133.15751: ^ task is: TASK: fedora.linux_system_roles.tlog : Install cockpit session recording\n 7519 1726888133.15752: ^ state is: HOST STATE: block=3, task=7, 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\n 7519 1726888133.15753: getting the next task for host managed_node3\n 7519 1726888133.15755: done getting next task for host managed_node3\n 7519 1726888133.15756: ^ task is: TASK: fedora.linux_system_roles.tlog : Install cockpit session recording\n 7519 1726888133.15757: ^ state is: HOST STATE: block=3, task=7, 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\n 7519 1726888133.15769: getting variables\n 7519 1726888133.15770: in VariableManager get_vars()\n 7519 1726888133.15789: Calling all_inventory to load vars for managed_node1\n 7519 1726888133.15792: Calling groups_inventory to load vars for managed_node1\n 7519 1726888133.15794: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888133.15799: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888133.15801: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888133.15804: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888133.17303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888133.19011: done with get_vars()\n 7519 1726888133.19043: done getting variables\n 7519 1726888133.19110: 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=True)\n\nTASK [fedora.linux_system_roles.tlog : Install cockpit session recording] ******\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:13\nFriday 20 September 2024 23:08:53 -0400 (0:00:02.268) 0:00:07.810 ****** \n 7519 1726888133.19148: entering _queue_task() for managed_node1/package\n 7519 1726888133.19508: worker is 1 (out of 3 available)\n 7519 1726888133.19525: exiting _queue_task() for managed_node1/package\n 7519 1726888133.19563: getting variables\n 7519 1726888133.19570: in VariableManager get_vars()\n 7519 1726888133.19661: Calling all_inventory to load vars for managed_node2\n 7519 1726888133.19672: Calling groups_inventory to load vars for managed_node2\n 7519 1726888133.19678: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888133.19693: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888133.19697: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888133.19700: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888133.21216: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording\n 7519 1726888133.21223: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000d\n 7519 1726888133.21236: variable 'ansible_search_path' from source: unknown\n 7519 1726888133.21240: variable 'ansible_search_path' from source: unknown\n 7519 1726888133.21242: calling self._execute()\n 7519 1726888133.21831: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888133.21837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888133.21840: variable 'omit' from source: magic vars\n 7519 1726888133.22562: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888133.22628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888133.25416: Evaluated conditional ('cockpit' in ansible_facts.packages): True\n 7519 1726888133.25420: variable 'omit' from source: magic vars\n 7519 1726888133.25634: variable 'omit' from source: magic vars\n 7519 1726888133.25638: variable '__tlog_cockpit_packages' from source: role '' all vars\n 7519 1726888133.25641: variable '__tlog_cockpit_packages' from source: role '' all vars\n 7519 1726888133.25645: 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)\n 7519 1726888133.25647: 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)\n 7519 1726888133.25650: 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)\n 7519 1726888133.25652: 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)\n 7519 1726888133.25656: 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)\n 7519 1726888133.25658: variable '__tlog_is_ostree' from source: set_fact\n 7519 1726888133.25662: variable 'omit' from source: magic vars\n 7519 1726888133.25664: variable 'omit' from source: magic vars\n 7519 1726888133.25666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888133.25669: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888133.25671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888133.25674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888133.25676: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888133.25678: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888133.25680: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888133.25682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888133.26203: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888133.26208: Set connection var ansible_pipelining to False\n 7519 1726888133.26211: Set connection var ansible_shell_type to sh\n 7519 1726888133.26215: Set connection var ansible_timeout to 10\n 7519 1726888133.26217: Set connection var ansible_connection to ssh\n 7519 1726888133.26221: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888133.26226: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888133.26228: variable 'ansible_connection' from source: unknown\n 7519 1726888133.26230: variable 'ansible_module_compression' from source: unknown\n 7519 1726888133.26233: variable 'ansible_shell_type' from source: unknown\n 7519 1726888133.26235: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888133.26237: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888133.26239: variable 'ansible_pipelining' from source: unknown\n 7519 1726888133.26242: variable 'ansible_timeout' from source: unknown\n 7519 1726888133.26244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888133.26248: 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)\n 7519 1726888133.26251: variable 'omit' from source: magic vars\n 7519 1726888133.26253: starting attempt loop\n 7519 1726888133.26255: running the handler\n 7519 1726888133.26257: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888133.26259: _low_level_execute_command(): starting\n 7519 1726888133.26261: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888133.27964: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888133.27967: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888133.27969: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888133.27971: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888133.27973: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888133.27975: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888133.27977: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888133.27979: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888133.27982: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888133.27984: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888133.27986: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888133.27988: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888133.28005: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888133.28007: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888133.28009: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888133.28011: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888133.28013: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888133.28015: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888133.28017: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888133.28422: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888133.28430: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888133.28433: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888133.28435: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888133.28437: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888133.28439: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888133.28441: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888133.28443: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888133.28445: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888133.28446: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888133.28448: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888133.28450: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888133.28451: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888133.28453: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888133.28455: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888133.28456: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888133.28458: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888133.28460: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888133.28772: done with get_vars()\n 7519 1726888133.28801: done getting variables\n 7519 1726888133.28871: 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=True)\n 7519 1726888133.28881: entering _queue_task() for managed_node2/package\n 7519 1726888133.29590: worker is 2 (out of 3 available)\n 7519 1726888133.29603: exiting _queue_task() for managed_node2/package\n 7519 1726888133.29637: getting variables\n 7519 1726888133.29640: in VariableManager get_vars()\n 7519 1726888133.29722: Calling all_inventory to load vars for managed_node3\n 7519 1726888133.29727: Calling groups_inventory to load vars for managed_node3\n 7519 1726888133.29730: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888133.29745: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888133.29748: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888133.29751: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888133.31005: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888133.31011: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording\n 7519 1726888133.31016: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000d\n 7519 1726888133.31020: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888133.31022: stdout chunk (state=3):\n>>><<<\n 7519 1726888133.31027: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888133.31039: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888133.31042: _low_level_execute_command(): starting\n 7519 1726888133.31045: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360 `\" && echo ansible-tmp-1726888133.3077736-7767-261638625005360=\"` echo /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360 `\" && echo ansible-tmp-1726888133.3077736-7767-261638625005360=\"` echo /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360 `\" ) && sleep 0'\"'\"''\n 7519 1726888133.31061: variable 'ansible_search_path' from source: unknown\n 7519 1726888133.31063: variable 'ansible_search_path' from source: unknown\n 7519 1726888133.31065: calling self._execute()\n 7519 1726888133.31439: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888133.32073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888133.32077: variable 'omit' from source: magic vars\n 7519 1726888133.32369: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888133.33756: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888133.33769: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888133.35128: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888133.35132: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888133.35134: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888133.35136: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888133.35138: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888133.35140: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888133.35142: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888133.35145: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888133.35147: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888133.35149: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888133.35151: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888133.35155: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888133.35157: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888133.35158: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888133.35160: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888133.35162: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888133.35164: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888133.35165: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888133.35167: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888133.35169: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888133.35170: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888133.35173: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888133.35175: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888133.35177: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888133.35178: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888133.35180: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888133.35182: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888133.35184: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888133.35186: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888133.35187: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888133.35189: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888133.35191: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888133.35193: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888133.35195: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888133.35197: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888133.35199: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888133.36403: Evaluated conditional ('cockpit' in ansible_facts.packages): False\n 7519 1726888133.36407: when evaluation is False, skipping this task\n 7519 1726888133.36409: _execute() done\n 7519 1726888133.36412: dumping result to json\n 7519 1726888133.36416: done dumping result, returning\n 7519 1726888133.36418: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording [0ed44806-2f0b-c82f-f05a-00000000000d]\n 7519 1726888133.36420: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d\n 7519 1726888133.36489: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d\n 7519 1726888133.36492: WORKER PROCESS EXITING\n 7519 1726888133.37869: done with get_vars()\n 7519 1726888133.37954: done getting variables\n 7519 1726888133.38133: 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=True)\n 7519 1726888133.38144: entering _queue_task() for managed_node3/package\n 7519 1726888133.38165: stdout chunk (state=3):\n>>>ansible-tmp-1726888133.3077736-7767-261638625005360=/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360\n<<<\n 7519 1726888133.38168: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888133.38171: stderr chunk (state=3):\n>>><<<\n 7519 1726888133.38173: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888133.3077736-7767-261638625005360=/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888133.38181: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888133.3077736-7767-261638625005360=/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888133.38184: variable 'ansible_module_compression' from source: unknown\n 7519 1726888133.38186: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED\n 7519 1726888133.38187: variable 'ansible_facts' from source: host vars for 'managed_node1'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py\n 7519 1726888133.38406: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpib6ayj5x TO /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888133.38690: Sending initial data\n 7519 1726888133.38693: Sent initial data (152 bytes)\n 7519 1726888133.40387: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888133.40417: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888133.40427: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888133.40410: worker is 3 (out of 3 available)\n 7519 1726888133.40436: exiting _queue_task() for managed_node3/package\nskipping: [managed_node2] => {\n \"changed\": false,\n \"false_condition\": \"'cockpit' in ansible_facts.packages\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888133.40522: done queuing things up, now waiting for results queue to drain\n 7519 1726888133.40525: waiting for pending results...\n 7519 1726888133.40839: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording\n 7519 1726888133.40947: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000d\n 7519 1726888133.40967: variable 'ansible_search_path' from source: unknown\n 7519 1726888133.40979: variable 'ansible_search_path' from source: unknown\n 7519 1726888133.41025: calling self._execute()\n 7519 1726888133.41109: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888133.41120: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888133.41135: variable 'omit' from source: magic vars\n 7519 1726888133.41552: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888133.42261: Evaluated conditional ('cockpit' in ansible_facts.packages): False\n 7519 1726888133.42269: when evaluation is False, skipping this task\n 7519 1726888133.42276: _execute() done\n 7519 1726888133.42291: dumping result to json\n 7519 1726888133.42302: done dumping result, returning\n 7519 1726888133.42314: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording [0ed44806-2f0b-c82f-f05a-00000000000d]\n 7519 1726888133.42338: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d\nskipping: [managed_node3] => {\n \"changed\": false,\n \"false_condition\": \"'cockpit' in ansible_facts.packages\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888133.42472: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d\n 7519 1726888133.42479: WORKER PROCESS EXITING\n 7519 1726888133.42863: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888133.42914: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888133.42965: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpib6ayj5x\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888133.42971: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpib6ayj5x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py\n<<<\n 7519 1726888133.43015: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py M:0x001a\r\n<<<\n 7519 1726888133.43669: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 7519 1726888133.45192: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21801\r\n<<<\n 7519 1726888133.45419: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21801 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888133.45519: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888133.45746: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888133.45850: stderr chunk (state=3):\n>>><<<\n 7519 1726888133.45854: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpib6ayj5x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpib6ayj5x\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21801\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 21801 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888133.45866: done transferring module to remote\n 7519 1726888133.45997: _low_level_execute_command(): starting\n 7519 1726888133.46002: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888133.46718: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888133.46722: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888133.46756: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888133.46761: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 7519 1726888133.46764: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888133.46775: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888133.46806: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888133.46809: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888133.46812: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888133.46816: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888133.46882: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888133.46888: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888133.46903: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888133.46925: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888133.49573: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888133.49627: stderr chunk (state=3):\n>>><<<\n 7519 1726888133.49631: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888133.49650: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888133.49655: _low_level_execute_command(): starting\n 7519 1726888133.49658: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py && sleep 0'\"'\"''\n 7519 1726888133.50455: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888133.50459: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888133.50497: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888133.50502: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888133.50504: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888133.50506: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888133.50557: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888133.50576: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888133.50589: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888133.50621: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888133.50627: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888133.50645: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888133.50677: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888133.53836: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888133.53878: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888133.53933: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888133.53966: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888133.54040: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888133.54210: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888133.54215: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98dc0>\r\n<<<\n 7519 1726888133.54253: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888133.54259: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888133.54261: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98b20>\r\n<<<\n 7519 1726888133.54295: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888133.54309: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98ac0>\r\n<<<\n 7519 1726888133.54331: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888133.54354: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888133.54375: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d490>\r\n<<<\n 7519 1726888133.54402: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n<<<\n 7519 1726888133.54409: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888133.54437: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n<<<\n 7519 1726888133.54444: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888133.54450: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888133.54454: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d940>\r\n<<<\n 7519 1726888133.54484: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d670>\r\n<<<\n 7519 1726888133.54703: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf190>\r\n<<<\n 7519 1726888133.54709: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888133.54728: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888133.54830: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf220>\r\n<<<\n 7519 1726888133.54904: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47f2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf940>\r\n<<<\n 7519 1726888133.54942: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a55880>\r\n<<<\n 7519 1726888133.54973: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47c8d90>\r\n<<<\n 7519 1726888133.55062: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47f2d90>\r\n<<<\n 7519 1726888133.55147: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d970>\r\n<<<\n 7519 1726888133.55214: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888133.55762: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888133.55765: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888133.55817: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888133.55839: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888133.55841: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888133.55868: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888133.55900: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888133.55919: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4792eb0>\r\n<<<\n 7519 1726888133.55996: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4796f40>\r\n<<<\n 7519 1726888133.55999: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888133.56019: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888133.56047: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888133.56076: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888133.56086: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888133.56114: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888133.56117: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888133.56152: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf478c610>\r\n<<<\n 7519 1726888133.56224: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4794640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4792370>\r\n<<<\n 7519 1726888133.56227: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888133.56302: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888133.56328: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888133.56366: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888133.56393: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888133.56412: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888133.56454: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf467ddc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467d8b0>\r\nimport 'itertools' # \r\n<<<\n 7519 1726888133.56530: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467deb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888133.56556: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467df70>\r\n<<<\n 7519 1726888133.56662: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467de80>\r\nimport '_collections' # \r\n<<<\n 7519 1726888133.56702: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476ed30>\r\nimport '_functools' # \r\n<<<\n 7519 1726888133.56804: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4768610>\r\n<<<\n 7519 1726888133.56846: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf477b670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf479ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888133.56932: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.56989: stdout chunk (state=3):\n>>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf468fc70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476e250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf477b280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888133.57045: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888133.57088: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468ffa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468fd90>\r\n<<<\n 7519 1726888133.57110: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468fd00>\r\n<<<\n 7519 1726888133.57218: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888133.57293: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888133.57319: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4663370>\r\n<<<\n 7519 1726888133.57346: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888133.57366: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888133.57437: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4663460>\r\n<<<\n 7519 1726888133.57596: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4697fa0>\r\n<<<\n 7519 1726888133.57640: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691a30>\r\n<<<\n 7519 1726888133.57654: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691490>\r\n<<<\n 7519 1726888133.57679: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888133.57695: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888133.57735: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888133.57751: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888133.57779: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888133.57798: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45971c0>\r\n<<<\n 7519 1726888133.57862: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf464dc70>\r\n<<<\n 7519 1726888133.57947: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a0040>\r\n<<<\n 7519 1726888133.57975: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888133.58004: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888133.58054: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45a8af0>\r\n<<<\n 7519 1726888133.58061: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888133.58091: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.58105: stdout chunk (state=3):\n>>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45a8e20>\r\n<<<\n 7519 1726888133.58115: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888133.58130: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888133.58182: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bc730>\r\n<<<\n 7519 1726888133.58197: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888133.58302: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bcc70>\r\n<<<\n 7519 1726888133.58378: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45483a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45a8f10>\r\n<<<\n 7519 1726888133.58387: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888133.58449: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4558280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bc5b0>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888133.58531: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4558340>\r\n<<<\n 7519 1726888133.58587: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f9d0>\r\n<<<\n 7519 1726888133.58632: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888133.58691: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888133.58719: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45746a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888133.58739: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.58752: stdout chunk (state=3):\n>>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4574760>\r\n<<<\n 7519 1726888133.58805: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574850>\r\n<<<\n 7519 1726888133.58822: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888133.59121: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574ca0>\r\n<<<\n 7519 1726888133.59172: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45811f0>\r\n<<<\n 7519 1726888133.59178: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45748e0>\r\n<<<\n 7519 1726888133.59194: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4567a30>\r\n<<<\n 7519 1726888133.59226: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f5b0>\r\n<<<\n 7519 1726888133.59247: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888133.59331: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888133.59383: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4574a90>\r\n<<<\n 7519 1726888133.59612: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888133.59621: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cf4494670>\r\n<<<\n 7519 1726888133.60604: stdout chunk (state=3):\n>>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888133.63197: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.66267: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888133.66300: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\n<<<\n 7519 1726888133.66312: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43297f0>\r\n<<<\n 7519 1726888133.66385: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n<<<\n 7519 1726888133.66404: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888133.66494: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888133.66552: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888133.66648: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.66663: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43b9760>\r\n<<<\n 7519 1726888133.66744: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9640>\r\n<<<\n 7519 1726888133.66830: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9370>\r\n<<<\n 7519 1726888133.66860: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888133.66948: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9490>\r\n<<<\n 7519 1726888133.66967: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9190>\r\n<<<\n 7519 1726888133.66976: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888133.67015: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.67027: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.67032: stdout chunk (state=3):\n>>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43b9400>\r\n<<<\n 7519 1726888133.67063: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888133.67145: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888133.67247: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b97c0>\r\n<<<\n 7519 1726888133.67315: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888133.67357: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888133.67389: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888133.67428: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888133.67456: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888133.67474: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888133.67779: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43a07c0>\r\n<<<\n 7519 1726888133.67864: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888133.67867: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888133.67888: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43a0b50>\r\n<<<\n 7519 1726888133.67957: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.67960: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43a09a0>\r\n<<<\n 7519 1726888133.67991: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888133.68010: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888133.68064: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3d874f0>\r\n<<<\n 7519 1726888133.68091: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b2d30>\r\n<<<\n 7519 1726888133.68528: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9520>\r\n<<<\n 7519 1726888133.68560: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888133.68602: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888133.68628: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b2190>\r\n<<<\n 7519 1726888133.68656: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888133.68690: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888133.68734: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n<<<\n 7519 1726888133.68744: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888133.68775: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888133.68798: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888133.68835: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888133.68843: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888133.68861: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43e2a90>\r\n<<<\n 7519 1726888133.69044: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386190>\r\n<<<\n 7519 1726888133.69057: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386790>\r\n<<<\n 7519 1726888133.69074: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3d8dd00>\r\n<<<\n 7519 1726888133.69104: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.69138: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.69142: stdout chunk (state=3):\n>>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43866a0>\r\n<<<\n 7519 1726888133.69183: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n<<<\n 7519 1726888133.69187: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888133.69196: stdout chunk (state=3):\n>>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4407d30>\r\n<<<\n 7519 1726888133.69251: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888133.69285: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888133.69348: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888133.69470: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888133.69677: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.69712: stdout chunk (state=3):\n>>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3de69a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e50>\r\n<<<\n 7519 1726888133.69721: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888133.69741: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888133.69842: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.69866: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df50d0>\r\n<<<\n 7519 1726888133.69880: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e20>\r\n<<<\n 7519 1726888133.69918: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888133.70034: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888133.70067: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888133.70099: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888133.70128: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888133.70293: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf441a220>\r\n<<<\n 7519 1726888133.70715: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df5100>\r\n<<<\n 7519 1726888133.70887: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.70891: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43deb80><<<\n 7519 1726888133.70898: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888133.70954: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.70990: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.71000: stdout chunk (state=3):\n>>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4411ac0>\r\n<<<\n 7519 1726888133.71077: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.71108: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.71112: stdout chunk (state=3):\n>>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4411d00>\r\n<<<\n 7519 1726888133.71149: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4494820>\r\n<<<\n 7519 1726888133.71253: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888133.71294: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888133.71350: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888133.71443: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.71461: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df20d0>\r\n<<<\n 7519 1726888133.71799: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.71820: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3de7370>\r\n<<<\n 7519 1726888133.71845: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df2d00>\r\n<<<\n 7519 1726888133.71880: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.71903: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.71915: stdout chunk (state=3):\n>>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df26a0>\r\n<<<\n 7519 1726888133.71918: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df3130>\r\n<<<\n 7519 1726888133.71934: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.71956: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.71973: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888133.72001: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.72116: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.72245: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.72249: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.72263: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888133.72441: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888133.72544: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.72663: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.73738: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.75424: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888133.75496: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888133.75602: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.75621: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.75628: stdout chunk (state=3):\n>>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43268b0>\r\n<<<\n 7519 1726888133.75786: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888133.75802: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888133.75833: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4354910>\r\n<<<\n 7519 1726888133.75862: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39856a0>\r\n<<<\n 7519 1726888133.75992: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888133.76018: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.76054: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.76080: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888133.76097: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.76321: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.76649: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888133.76663: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888133.76714: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43997f0>\r\n<<<\n 7519 1726888133.76746: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.77977: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.79070: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.79184: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.79433: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888133.79461: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.79575: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.79665: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888133.79681: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.79839: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.79984: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888133.80008: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.80028: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.80053: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888133.80076: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.80127: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.80175: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888133.80196: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.80562: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.81050: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888133.81099: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888133.81120: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888133.81237: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf398ad90>\r\n<<<\n 7519 1726888133.81264: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.81378: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.81552: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888133.81563: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\r\n<<<\n 7519 1726888133.81579: stdout chunk (state=3):\n>>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888133.81596: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888133.81642: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.81703: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.82029: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888133.82032: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.82035: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.82230: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.82384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.82527: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888133.82592: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888133.82757: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.82764: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43450a0>\r\n<<<\n 7519 1726888133.83045: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3964fa0>\r\n<<<\n 7519 1726888133.83141: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\n<<<\n 7519 1726888133.83158: stdout chunk (state=3):\n>>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888133.83185: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.83344: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.83583: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.83625: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.83678: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888133.83704: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888133.83736: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888133.83787: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888133.83826: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888133.83855: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888133.83989: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf434e160>\r\n<<<\n 7519 1726888133.84051: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf434bcd0>\r\n<<<\n 7519 1726888133.84150: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf398abb0>\r\n<<<\n 7519 1726888133.84159: stdout chunk (state=3):\n>>># destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888133.84174: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84215: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84250: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\n<<<\n 7519 1726888133.84262: stdout chunk (state=3):\n>>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888133.84363: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888133.84388: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84415: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84427: stdout chunk (state=3):\n>>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888133.84448: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84533: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84620: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84644: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84677: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84738: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84792: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84844: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.84886: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n<<<\n 7519 1726888133.84912: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.85019: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.85127: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.85154: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.85201: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\r\n<<<\n 7519 1726888133.85221: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.85448: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.85670: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.85728: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.85805: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n<<<\n 7519 1726888133.85815: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888133.85844: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n<<<\n 7519 1726888133.85871: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n<<<\n 7519 1726888133.85896: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n<<<\n 7519 1726888133.85921: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\n<<<\n 7519 1726888133.85969: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3700a60>\r\n<<<\n 7519 1726888133.85995: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n<<<\n 7519 1726888133.86009: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n<<<\n 7519 1726888133.86056: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n<<<\n 7519 1726888133.86098: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888133.86136: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n<<<\n 7519 1726888133.86158: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888133.86176: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3967940>\r\n<<<\n 7519 1726888133.86230: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.86262: stdout chunk (state=3):\n>>># extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.86267: stdout chunk (state=3):\n>>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3967520>\r\n<<<\n 7519 1726888133.86333: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394b250>\r\n<<<\n 7519 1726888133.86354: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394ba30>\r\n<<<\n 7519 1726888133.86393: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a460>\r\n<<<\n 7519 1726888133.86413: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a910>\r\n<<<\n 7519 1726888133.86442: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n<<<\n 7519 1726888133.86475: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n<<<\n 7519 1726888133.86503: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n<<<\n 7519 1726888133.86521: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n<<<\n 7519 1726888133.86567: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.86574: stdout chunk (state=3):\n>>># extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.86585: stdout chunk (state=3):\n>>>import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3997d00>\r\n<<<\n 7519 1726888133.86601: stdout chunk (state=3):\n>>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3997d60>\r\n<<<\n 7519 1726888133.86632: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n<<<\n 7519 1726888133.86653: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888133.86690: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3997250>\r\n<<<\n 7519 1726888133.86720: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n<<<\n 7519 1726888133.86753: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888133.86791: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.86810: stdout chunk (state=3):\n>>># extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3768f70>\r\n<<<\n 7519 1726888133.86853: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39b34c0>\r\n<<<\n 7519 1726888133.86885: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a310>\r\n<<<\n 7519 1726888133.86899: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\n<<<\n 7519 1726888133.86921: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n<<<\n 7519 1726888133.86942: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.86960: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.86980: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n<<<\n 7519 1726888133.87001: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87079: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87150: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n<<<\n 7519 1726888133.87174: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87238: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87306: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n<<<\n 7519 1726888133.87328: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87353: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87362: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n<<<\n 7519 1726888133.87387: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87425: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87464: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n<<<\n 7519 1726888133.87483: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87547: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87609: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n<<<\n 7519 1726888133.87641: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87721: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87809: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n<<<\n 7519 1726888133.87817: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87885: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.87967: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.88045: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.88125: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\r\n<<<\n 7519 1726888133.88139: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n<<<\n 7519 1726888133.88159: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.88911: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.89541: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n<<<\n 7519 1726888133.89562: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.89645: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.89723: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.89765: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.89806: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\r\n<<<\n 7519 1726888133.89827: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n<<<\n 7519 1726888133.89844: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.89885: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.89926: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n<<<\n 7519 1726888133.89949: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.90023: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.90095: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n<<<\n 7519 1726888133.90115: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.90158: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.90194: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n<<<\n 7519 1726888133.90220: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.90254: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.90299: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n<<<\n 7519 1726888133.90324: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.90425: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.90537: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n<<<\n 7519 1726888133.90556: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888133.90600: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3676ca0>\r\n<<<\n 7519 1726888133.90638: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888133.90681: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888133.90954: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3676fd0>\r\n<<<\n 7519 1726888133.90971: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n<<<\n 7519 1726888133.90993: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.91079: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.91171: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n<<<\n 7519 1726888133.91189: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.91318: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.91440: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n<<<\n 7519 1726888133.91464: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.91555: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.91665: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n<<<\n 7519 1726888133.91682: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.91739: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.91806: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n<<<\n 7519 1726888133.91849: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888133.92076: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.92101: stdout chunk (state=3):\n>>># extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.92106: stdout chunk (state=3):\n>>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3674b20>\r\n<<<\n 7519 1726888133.92525: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf36c34f0>\r\n<<<\n 7519 1726888133.92535: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n<<<\n 7519 1726888133.92560: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.92664: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.92729: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n<<<\n 7519 1726888133.92742: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.92856: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.92957: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.93116: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.93332: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\n<<<\n 7519 1726888133.93345: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n<<<\n 7519 1726888133.93363: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.93425: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.93479: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n<<<\n 7519 1726888133.93505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.93557: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.93634: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n<<<\n 7519 1726888133.93640: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888133.93696: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.93712: stdout chunk (state=3):\n>>># extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888133.93725: stdout chunk (state=3):\n>>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf35ed190>\r\n<<<\n 7519 1726888133.93741: stdout chunk (state=3):\n>>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf35ed2e0>\r\n<<<\n 7519 1726888133.93750: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n<<<\n 7519 1726888133.93762: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.93786: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.93799: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n<<<\n 7519 1726888133.93828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.93874: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.93931: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n<<<\n 7519 1726888133.93949: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.94163: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.94369: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n<<<\n 7519 1726888133.94392: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.94526: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.94661: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.94720: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.94772: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\n<<<\n 7519 1726888133.94788: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n<<<\n 7519 1726888133.94814: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.94953: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.94987: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.95184: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.95381: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\n<<<\n 7519 1726888133.95396: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n<<<\n 7519 1726888133.95420: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.95592: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.95760: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n<<<\n 7519 1726888133.95783: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.95833: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.95880: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.96648: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.97424: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\n<<<\n 7519 1726888133.97440: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n<<<\n 7519 1726888133.97458: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.97618: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.97744: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n<<<\n 7519 1726888133.97766: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.97890: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.98025: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n<<<\n 7519 1726888133.98056: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.98271: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.98472: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n<<<\n 7519 1726888133.98496: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.98515: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.98539: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n<<<\n 7519 1726888133.98568: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.98635: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.98680: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n<<<\n 7519 1726888133.98703: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.98839: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.98985: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.99292: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.99601: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\n<<<\n 7519 1726888133.99614: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n<<<\n 7519 1726888133.99631: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.99656: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.99720: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n<<<\n 7519 1726888133.99737: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.99766: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.99798: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n<<<\n 7519 1726888133.99829: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888133.99912: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.00000: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n<<<\n 7519 1726888134.00018: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.00050: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.00093: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n<<<\n 7519 1726888134.00117: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.00196: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.00274: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n<<<\n 7519 1726888134.00296: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.00375: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888134.00381: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.00459: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n<<<\n 7519 1726888134.00479: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.00841: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01180: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n<<<\n 7519 1726888134.01201: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01271: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01351: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n<<<\n 7519 1726888134.01372: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01420: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01462: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n<<<\n 7519 1726888134.01487: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01529: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01575: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n<<<\n 7519 1726888134.01594: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01637: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01679: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n<<<\n 7519 1726888134.01703: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01792: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01885: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n<<<\n 7519 1726888134.01904: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01933: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.01940: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n<<<\n 7519 1726888134.01962: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.02014: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.02063: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n<<<\n 7519 1726888134.02087: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.02133: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.02157: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.02216: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.02285: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.02349: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.02447: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\n<<<\n 7519 1726888134.02461: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n<<<\n 7519 1726888134.02477: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.02530: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.02590: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n<<<\n 7519 1726888134.02608: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.02850: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.03097: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n<<<\n 7519 1726888134.03121: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.03184: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.03244: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n<<<\n 7519 1726888134.03259: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.03318: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.03371: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n<<<\n 7519 1726888134.03391: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.03481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.03583: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\n<<<\n 7519 1726888134.03591: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n<<<\n 7519 1726888134.03611: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.03708: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.03809: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\n<<<\n 7519 1726888134.03825: stdout chunk (state=3):\n>>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\n<<<\n 7519 1726888134.03835: stdout chunk (state=3):\n>>>import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n<<<\n 7519 1726888134.03937: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.04219: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888134.04792: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n<<<\n 7519 1726888134.04817: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n<<<\n 7519 1726888134.04853: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n<<<\n 7519 1726888134.04885: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\n<<<\n 7519 1726888134.04929: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.04944: stdout chunk (state=3):\n>>># extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3472c70>\r\n<<<\n 7519 1726888134.04973: stdout chunk (state=3):\n>>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439520>\r\n<<<\n 7519 1726888134.05062: stdout chunk (state=3):\n>>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439d30>\r\n<<<\n 7519 1726888134.07472: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n<<<\n 7519 1726888134.08191: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n<<<\n 7519 1726888134.08208: stdout chunk (state=3):\n>>># clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n<<<\n 7519 1726888134.08230: stdout chunk (state=3):\n>>># clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n<<<\n 7519 1726888134.08243: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 7519 1726888134.08265: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n<<<\n 7519 1726888134.08286: stdout chunk (state=3):\n>>># restore sys.stdin\r\n<<<\n 7519 1726888134.08290: stdout chunk (state=3):\n>>># restore sys.stdout\r\n# restore sys.stderr\r\n<<<\n 7519 1726888134.08317: stdout chunk (state=3):\n>>># cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n<<<\n 7519 1726888134.08326: stdout chunk (state=3):\n>>># cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n<<<\n 7519 1726888134.08331: stdout chunk (state=3):\n>>># cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n<<<\n 7519 1726888134.08350: stdout chunk (state=3):\n>>># cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n<<<\n 7519 1726888134.08359: stdout chunk (state=3):\n>>># cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n<<<\n 7519 1726888134.08380: stdout chunk (state=3):\n>>># cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n<<<\n 7519 1726888134.08420: stdout chunk (state=3):\n>>># cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n<<<\n 7519 1726888134.08453: stdout chunk (state=3):\n>>># cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n<<<\n 7519 1726888134.08737: stdout chunk (state=3):\n>>># cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n<<<\n 7519 1726888134.08834: stdout chunk (state=3):\n>>># cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n<<<\n 7519 1726888134.08889: stdout chunk (state=3):\n>>># cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n<<<\n 7519 1726888134.08892: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n<<<\n 7519 1726888134.08895: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n<<<\n 7519 1726888134.08918: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n<<<\n 7519 1726888134.08942: stdout chunk (state=3):\n>>># cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n<<<\n 7519 1726888134.08946: stdout chunk (state=3):\n>>># destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n<<<\n 7519 1726888134.08976: stdout chunk (state=3):\n>>># destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n<<<\n 7519 1726888134.08980: stdout chunk (state=3):\n>>># destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n<<<\n 7519 1726888134.09002: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n<<<\n 7519 1726888134.09005: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors<<<\n 7519 1726888134.09007: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n<<<\n 7519 1726888134.09499: stdout chunk (state=3):\n>>># destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.c<<<\n 7519 1726888134.09530: stdout chunk (state=3):\n>>>ompat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansi<<<\n 7519 1726888134.09554: stdout chunk (state=3):\n>>>ble.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n<<<\n 7519 1726888134.09600: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888134.09675: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888134.09737: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888134.09876: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888134.09908: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib<<<\n 7519 1726888134.09928: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.09959: stdout chunk (state=3):\n>>># destroy json.decoder\r\n# destroy json.encoder<<<\n 7519 1726888134.09963: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.09966: stdout chunk (state=3):\n>>># destroy json.scanner<<<\n 7519 1726888134.09972: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.09984: stdout chunk (state=3):\n>>># destroy _json<<<\n 7519 1726888134.10006: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10009: stdout chunk (state=3):\n>>># destroy encodings<<<\n 7519 1726888134.10011: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10061: stdout chunk (state=3):\n>>># destroy syslog<<<\n 7519 1726888134.10065: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10068: stdout chunk (state=3):\n>>># destroy uuid<<<\n 7519 1726888134.10069: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10191: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888134.10349: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n<<<\n 7519 1726888134.10388: stdout chunk (state=3):\n>>># destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n<<<\n 7519 1726888134.10468: stdout chunk (state=3):\n>>># destroy queue\r\n# destroy multiprocessing.process\r\n<<<\n 7519 1726888134.10492: stdout chunk (state=3):\n>>># destroy tempfile\r\n# destroy multiprocessing.util<<<\n 7519 1726888134.10496: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10499: stdout chunk (state=3):\n>>># destroy multiprocessing.reduction<<<\n 7519 1726888134.10502: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10533: stdout chunk (state=3):\n>>># destroy shlex<<<\n 7519 1726888134.10538: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10559: stdout chunk (state=3):\n>>># destroy datetime<<<\n 7519 1726888134.10564: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10588: stdout chunk (state=3):\n>>># destroy base64<<<\n 7519 1726888134.10593: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10624: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux<<<\n 7519 1726888134.10634: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10647: stdout chunk (state=3):\n>>># destroy getpass<<<\n 7519 1726888134.10657: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10676: stdout chunk (state=3):\n>>># destroy json\r\n<<<\n 7519 1726888134.10714: stdout chunk (state=3):\n>>># destroy socket<<<\n 7519 1726888134.10736: stdout chunk (state=3):\n>>>\r\n# destroy struct<<<\n 7519 1726888134.10741: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10759: stdout chunk (state=3):\n>>># destroy glob<<<\n 7519 1726888134.10764: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10806: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.typing<<<\n 7519 1726888134.10808: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.timeout<<<\n 7519 1726888134.10810: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10811: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.collector<<<\n 7519 1726888134.10812: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10862: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.idna<<<\n 7519 1726888134.10866: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10903: stdout chunk (state=3):\n>>># destroy stringprep\r\n<<<\n 7519 1726888134.10907: stdout chunk (state=3):\n>>># cleanup[3] wiping unicodedata<<<\n 7519 1726888134.10911: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.10913: stdout chunk (state=3):\n>>># cleanup[3] wiping gc<<<\n 7519 1726888134.10932: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping termios\r\n<<<\n 7519 1726888134.10954: stdout chunk (state=3):\n>>># cleanup[3] wiping _ssl\r\n<<<\n 7519 1726888134.10973: stdout chunk (state=3):\n>>># cleanup[3] wiping configparser\r\n<<<\n 7519 1726888134.10976: stdout chunk (state=3):\n>>># cleanup[3] wiping _multiprocessing<<<\n 7519 1726888134.10995: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _queue<<<\n 7519 1726888134.11018: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux<<<\n 7519 1726888134.11040: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.11165: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian<<<\n 7519 1726888134.11171: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _ctypes\r\n<<<\n 7519 1726888134.11174: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc<<<\n 7519 1726888134.11180: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping ansible.module_utils.six.moves<<<\n 7519 1726888134.11183: stdout chunk (state=3):\n>>>\r\n# destroy configparser<<<\n 7519 1726888134.11188: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping systemd._daemon<<<\n 7519 1726888134.11192: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _socket<<<\n 7519 1726888134.11196: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.11228: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128<<<\n 7519 1726888134.11270: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n<<<\n 7519 1726888134.11272: stdout chunk (state=3):\n>>># cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache<<<\n 7519 1726888134.11274: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.11294: stdout chunk (state=3):\n>>># cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform<<<\n 7519 1726888134.11428: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.11432: stdout chunk (state=3):\n>>># destroy subprocess<<<\n 7519 1726888134.11440: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.11443: stdout chunk (state=3):\n>>># cleanup[3] wiping selectors\r\n<<<\n 7519 1726888134.11445: stdout chunk (state=3):\n>>># cleanup[3] wiping select\r\n<<<\n 7519 1726888134.11448: stdout chunk (state=3):\n>>># cleanup[3] wiping _posixsubprocess<<<\n 7519 1726888134.11451: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping signal\r\n<<<\n 7519 1726888134.11453: stdout chunk (state=3):\n>>># cleanup[3] wiping fcntl\r\n<<<\n 7519 1726888134.11456: stdout chunk (state=3):\n>>># cleanup[3] wiping atexit<<<\n 7519 1726888134.11458: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping encodings.cp437<<<\n 7519 1726888134.11535: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n<<<\n 7519 1726888134.11540: stdout chunk (state=3):\n>>># cleanup[3] wiping _random\r\n<<<\n 7519 1726888134.11542: stdout chunk (state=3):\n>>># cleanup[3] wiping _bisect\r\n<<<\n 7519 1726888134.11544: stdout chunk (state=3):\n>>># cleanup[3] wiping math\r\n<<<\n 7519 1726888134.11549: stdout chunk (state=3):\n>>># cleanup[3] wiping shutil\r\n<<<\n 7519 1726888134.11629: stdout chunk (state=3):\n>>># destroy fnmatch\r\n# cleanup[3] wiping grp<<<\n 7519 1726888134.11633: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping pwd<<<\n 7519 1726888134.11635: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _lzma<<<\n 7519 1726888134.11637: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping threading<<<\n 7519 1726888134.11641: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.11737: stdout chunk (state=3):\n>>># cleanup[3] wiping zlib<<<\n 7519 1726888134.11744: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref<<<\n 7519 1726888134.11749: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping contextlib<<<\n 7519 1726888134.11750: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.11752: stdout chunk (state=3):\n>>># cleanup[3] wiping collections.abc\r\n<<<\n 7519 1726888134.11753: stdout chunk (state=3):\n>>># cleanup[3] wiping warnings<<<\n 7519 1726888134.11754: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.11758: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888134.11799: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct<<<\n 7519 1726888134.11808: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping re\r\n<<<\n 7519 1726888134.11862: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy sre_compile<<<\n 7519 1726888134.11870: stdout chunk (state=3):\n>>>\r\n# destroy copyreg\r\n# cleanup[3] wiping functools<<<\n 7519 1726888134.11876: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.11899: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# destroy _functools<<<\n 7519 1726888134.11931: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc<<<\n 7519 1726888134.11962: stdout chunk (state=3):\n>>>\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections<<<\n 7519 1726888134.12068: stdout chunk (state=3):\n>>>\r\n# destroy _collections<<<\n 7519 1726888134.12074: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping operator<<<\n 7519 1726888134.12079: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _operator<<<\n 7519 1726888134.12088: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping itertools<<<\n 7519 1726888134.12092: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _heapq<<<\n 7519 1726888134.12098: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping sre_parse<<<\n 7519 1726888134.12106: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.12156: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888134.12276: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n<<<\n 7519 1726888134.12308: stdout chunk (state=3):\n>>># cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1<<<\n 7519 1726888134.12371: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref<<<\n 7519 1726888134.12389: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins<<<\n 7519 1726888134.12486: stdout chunk (state=3):\n>>>\r\n# destroy unicodedata\r\n# destroy gc\r\n# destroy termios\r\n<<<\n 7519 1726888134.12528: stdout chunk (state=3):\n>>># destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket<<<\n 7519 1726888134.12541: stdout chunk (state=3):\n>>>\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal<<<\n 7519 1726888134.12844: stdout chunk (state=3):\n>>>\r\n# destroy platform\r\n<<<\n 7519 1726888134.12858: stdout chunk (state=3):\n>>># destroy _uuid\r\n<<<\n 7519 1726888134.12882: stdout chunk (state=3):\n>>># destroy _sre\r\n<<<\n 7519 1726888134.12894: stdout chunk (state=3):\n>>># destroy sre_parse\r\n<<<\n 7519 1726888134.12916: stdout chunk (state=3):\n>>># destroy tokenize\r\n<<<\n 7519 1726888134.12945: stdout chunk (state=3):\n>>># destroy _heapq<<<\n 7519 1726888134.12962: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.12977: stdout chunk (state=3):\n>>># destroy posixpath\r\n<<<\n 7519 1726888134.12989: stdout chunk (state=3):\n>>># destroy stat\r\n<<<\n 7519 1726888134.13021: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n<<<\n 7519 1726888134.13040: stdout chunk (state=3):\n>>># destroy errno\r\n<<<\n 7519 1726888134.13061: stdout chunk (state=3):\n>>># destroy signal\r\n# destroy contextlib\r\n<<<\n 7519 1726888134.13085: stdout chunk (state=3):\n>>># destroy pwd\r\n# destroy grp<<<\n 7519 1726888134.13109: stdout chunk (state=3):\n>>>\r\n# destroy _posixsubprocess\r\n<<<\n 7519 1726888134.13117: stdout chunk (state=3):\n>>># destroy selectors\r\n<<<\n 7519 1726888134.13142: stdout chunk (state=3):\n>>># destroy select\r\n<<<\n 7519 1726888134.13179: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n<<<\n 7519 1726888134.13201: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n<<<\n 7519 1726888134.13226: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser<<<\n 7519 1726888134.13258: stdout chunk (state=3):\n>>>\r\n# destroy functools\r\n# destroy itertools\r\n<<<\n 7519 1726888134.13278: stdout chunk (state=3):\n>>># destroy operator\r\n<<<\n 7519 1726888134.13296: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888134.13368: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n<<<\n 7519 1726888134.13372: stdout chunk (state=3):\n>>># destroy _imp<<<\n 7519 1726888134.13374: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.13379: stdout chunk (state=3):\n>>># destroy io\r\n<<<\n 7519 1726888134.13382: stdout chunk (state=3):\n>>># destroy marshal<<<\n 7519 1726888134.13383: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.13454: stdout chunk (state=3):\n>>># destroy _frozen_importlib<<<\n 7519 1726888134.13457: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.13460: stdout chunk (state=3):\n>>># clear sys.audit hooks<<<\n 7519 1726888134.13462: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.13950: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888134.14008: stderr chunk (state=3):\n>>><<<\n 7519 1726888134.14013: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47f2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a55880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47c8d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47f2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4792eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4796f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf478c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4794640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4792370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf467ddc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467d8b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467deb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467df70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467de80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476ed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4768610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf477b670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf479ae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf468fc70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476e250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf477b280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a09d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468ffa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468fd90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468fd00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4663370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4663460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4697fa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45971c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf464dc70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a0040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45a8af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45a8e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bc730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bcc70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45483a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45a8f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4558280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bc5b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4558340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45746a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4574760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45811f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45748e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4567a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f5b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4574a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cf4494670>\\r\\n# zipimport: found 103 names in \\'/tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43297f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43b9760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43b9400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b97c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43a07c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43a0b50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43a09a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3d874f0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b2d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b2190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43e2a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386190>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386790>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3d8dd00>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43866a0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4407d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3de69a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df50d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf441a220>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df5100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43deb80>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4411ac0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4411d00>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4494820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df20d0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3de7370>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df2d00>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df26a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df3130>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43268b0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4354910>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39856a0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43997f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf398ad90>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43450a0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3964fa0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf434e160>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf434bcd0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf398abb0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3700a60>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3967940>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3967520>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394b250>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394ba30>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a460>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a910>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3997d00>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3997d60>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3997250>\\r\\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3768f70>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39b34c0>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a310>\\r\\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\\r\\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\\r\\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\\r\\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3676ca0>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3676fd0>\\r\\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3674b20>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf36c34f0>\\r\\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\\r\\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf35ed190>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf35ed2e0>\\r\\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\\r\\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\\r\\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\\r\\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\\r\\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\\r\\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\\r\\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\\r\\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\\r\\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\\r\\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\\r\\n# zipimport: zlib available\\r\\nimport \\'gc\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3472c70>\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439520>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439d30>\\r\\n\\r\\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing gc\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy pickle\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy shlex\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping unicodedata\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping _multiprocessing\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy unicodedata\\r\\n# destroy gc\\r\\n# destroy termios\\r\\n# destroy _ssl\\r\\n# destroy _multiprocessing\\r\\n# destroy _queue\\r\\n# destroy _pickle\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888134.14476: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47f2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a55880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47c8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47f2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4792eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4796f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf478c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4794640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4792370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf467ddc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467d8b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467deb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467df70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467de80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476ed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4768610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf477b670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf479ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf468fc70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476e250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf477b280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468ffa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468fd90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468fd00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4663370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4663460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4697fa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45971c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf464dc70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45a8af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45a8e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bc730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bcc70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45483a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45a8f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4558280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bc5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4558340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45746a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4574760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45811f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45748e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4567a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f5b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4574a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cf4494670>\r\n# zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43297f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43b9760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43b9400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b97c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43a07c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43a0b50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43a09a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3d874f0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b2d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b2190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43e2a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386190>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386790>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3d8dd00>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43866a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4407d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3de69a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df50d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf441a220>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df5100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43deb80>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4411ac0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4411d00>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4494820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df20d0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3de7370>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df2d00>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df26a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df3130>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43268b0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4354910>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39856a0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43997f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf398ad90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43450a0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3964fa0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf434e160>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf434bcd0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf398abb0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3700a60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3967940>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3967520>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394b250>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394ba30>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a460>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a910>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3997d00>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3997d60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3997250>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3768f70>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39b34c0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a310>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3676ca0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3676fd0>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3674b20>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf36c34f0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf35ed190>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf35ed2e0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\nimport 'gc' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3472c70>\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439520>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439d30>\r\n\r\n{\"ansible_facts\": {\"ansible_pkg_mgr\": \"dnf\"}, \"invocation\": {\"module_args\": {\"filter\": [\"ansible_pkg_mgr\"], \"gather_subset\": [\"!all\"], \"gather_timeout\": 10, \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy unicodedata\r\n# destroy gc\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888134.16040: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888133.3077736-7767-261638625005360/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888134.16044: variable 'ansible_module_compression' from source: unknown\n 7519 1726888134.16046: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED\n 7519 1726888134.16048: variable 'ansible_facts' from source: host vars for 'managed_node1'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py\n 7519 1726888134.16051: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpmg68j5r5 TO /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888134.16209: Sending initial data\n 7519 1726888134.16215: Sent initial data (150 bytes)\n 7519 1726888134.17766: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888134.17787: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888134.17803: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888134.17824: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888134.17841: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888134.17884: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888134.17903: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888134.17916: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888134.17934: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888134.17948: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888134.17966: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888134.17980: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888134.17997: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888134.18014: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888134.18031: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888134.18045: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888134.18061: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888134.18077: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888134.18091: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888134.18105: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888134.18119: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888134.18137: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888134.18151: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888134.18168: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888134.18184: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888134.18198: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888134.18366: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888134.18384: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888134.18387: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888134.18403: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888134.18445: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888134.21244: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888134.21248: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888134.21252: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpmg68j5r5\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888134.21580: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpmg68j5r5 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py\n<<<\n 7519 1726888134.21584: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py M:0x001a\r\n<<<\n 7519 1726888134.21965: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562\r\n<<<\n 7519 1726888134.22663: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 161562 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888134.22711: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888134.23096: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888134.23100: stdout chunk (state=3):\n>>><<<\n 7519 1726888134.23103: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpmg68j5r5 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpmg68j5r5\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 161562 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888134.23109: done transferring module to remote\n 7519 1726888134.23112: _low_level_execute_command(): starting\n 7519 1726888134.23114: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 7519 1726888134.23762: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888134.23777: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888134.23801: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888134.23821: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888134.23837: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888134.23880: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888134.23893: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888134.23914: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888134.23931: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888134.23945: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888134.23961: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888134.23974: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888134.23990: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888134.24007: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888134.24031: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888134.24047: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888134.24062: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888134.24081: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888134.24097: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888134.24112: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888134.24127: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888134.24159: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888134.24176: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888134.24193: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888134.24214: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888134.24236: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888134.24327: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888134.24346: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888134.24370: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888134.24395: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888134.24412: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888134.24426: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888134.24438: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888134.24449: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888134.24467: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888134.24507: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888134.24540: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888134.27031: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888134.27048: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888134.27151: stderr chunk (state=3):\n>>><<<\n 7519 1726888134.27162: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888134.27295: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888134.27301: _low_level_execute_command(): starting\n 7519 1726888134.27304: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 7519 1726888134.28035: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888134.28053: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888134.28075: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888134.28094: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888134.28106: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888134.28152: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888134.28172: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888134.28185: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888134.28198: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888134.28212: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888134.28229: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888134.28242: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888134.28258: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888134.28274: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888134.28292: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888134.28306: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888134.28319: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888134.28338: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888134.28352: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888134.28365: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888134.28376: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888134.28394: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888134.28408: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888134.28421: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888134.28438: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888134.28451: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888134.28534: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888134.28551: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888134.28563: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888134.28585: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888134.28604: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888134.28627: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888134.28640: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888134.28651: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888134.28669: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888134.28704: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888134.28755: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888134.31414: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin<<<\n 7519 1726888134.31419: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.31467: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 7519 1726888134.31490: stdout chunk (state=3):\n>>>import '_warnings' # \r\n<<<\n 7519 1726888134.31493: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 7519 1726888134.31559: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888134.31590: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888134.31639: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888134.31690: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888134.31710: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888134.31756: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888134.31786: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n<<<\n 7519 1726888134.31790: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 7519 1726888134.31855: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888134.31867: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.31897: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888134.31944: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888134.31955: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888134.31989: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8dc0>\r\n<<<\n 7519 1726888134.32057: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888134.32097: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888134.32139: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d3a0>\r\n<<<\n 7519 1726888134.32145: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8b20>\r\n<<<\n 7519 1726888134.32174: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888134.32189: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8ac0>\r\n<<<\n 7519 1726888134.32563: stdout chunk (state=3):\n>>>import '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888134.32600: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888134.32630: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888134.32660: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888134.32708: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 7519 1726888134.32742: stdout chunk (state=3):\n>>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888134.32778: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888134.32883: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034220>\r\n<<<\n 7519 1726888134.32940: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888134.32963: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888134.32999: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888134.33028: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455057850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034940>\r\n<<<\n 7519 1726888134.33070: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455095880>\r\n<<<\n 7519 1726888134.33128: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n<<<\n 7519 1726888134.33144: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45502dd90>\r\n<<<\n 7519 1726888134.33212: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\n<<<\n 7519 1726888134.33255: stdout chunk (state=3):\n>>>import '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455057d90>\r\n<<<\n 7519 1726888134.33333: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d970>\r\n<<<\n 7519 1726888134.33397: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888134.33767: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888134.33798: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888134.33857: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888134.33894: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888134.33928: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888134.33975: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888134.34005: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888134.34024: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dadeb0>\r\n<<<\n 7519 1726888134.34082: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db1f40>\r\n<<<\n 7519 1726888134.34130: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888134.34158: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888134.34188: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888134.34219: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888134.34263: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888134.34276: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888134.34328: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454da7610>\r\n<<<\n 7519 1726888134.34360: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454daf640>\r\n<<<\n 7519 1726888134.34385: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dad370>\r\n<<<\n 7519 1726888134.34398: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888134.34936: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454cb9dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb98b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\n<<<\n 7519 1726888134.35028: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n<<<\n 7519 1726888134.35045: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9e80>\r\nimport '_collections' # \r\n<<<\n 7519 1726888134.35117: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12d30>\r\n<<<\n 7519 1726888134.35131: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888134.35181: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d0c610>\r\n<<<\n 7519 1726888134.35296: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n<<<\n 7519 1726888134.35344: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d1f670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db5e20>\r\n<<<\n 7519 1726888134.35356: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888134.35441: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888134.35453: stdout chunk (state=3):\n>>>\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454ccbc70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12250>\r\n<<<\n 7519 1726888134.35537: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.35570: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454d1f280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb9d0>\r\n<<<\n 7519 1726888134.35605: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888134.35652: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.35688: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888134.35822: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbfa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbd90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'<<<\n 7519 1726888134.35850: stdout chunk (state=3):\n>>>\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbd00>\r\n<<<\n 7519 1726888134.35888: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888134.35935: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n<<<\n 7519 1726888134.35950: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888134.35981: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888134.36054: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888134.36121: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888134.36152: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c9f370>\r\n<<<\n 7519 1726888134.36181: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888134.36193: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888134.36240: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c9f460>\r\n<<<\n 7519 1726888134.36437: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cd3fa0>\r\n<<<\n 7519 1726888134.36490: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccda30>\r\n<<<\n 7519 1726888134.36521: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccd490>\r\n<<<\n 7519 1726888134.36556: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888134.36582: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888134.36632: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888134.36664: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888134.36938: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bed1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c89c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccdeb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888134.36973: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888134.37043: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\n<<<\n 7519 1726888134.37146: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bfeaf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bfee20>\r\n<<<\n 7519 1726888134.37176: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888134.37201: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888134.37252: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n<<<\n 7519 1726888134.37311: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c11730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888134.37365: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888134.37404: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c11c70>\r\n<<<\n 7519 1726888134.37473: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.37503: stdout chunk (state=3):\n>>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454ba93a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bfef10>\r\n<<<\n 7519 1726888134.37624: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888134.37651: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bb9280>\r\n<<<\n 7519 1726888134.37676: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c115b0>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888134.37742: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bb9340>\r\n<<<\n 7519 1726888134.37801: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb9d0>\r\n<<<\n 7519 1726888134.37829: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888134.37859: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888134.37891: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888134.37930: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888134.37989: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd56a0>\r\n<<<\n 7519 1726888134.38116: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5970>\r\n<<<\n 7519 1726888134.38180: stdout chunk (state=3):\n>>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd5760>\r\n<<<\n 7519 1726888134.38243: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888134.38540: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5ca0>\r\n<<<\n 7519 1726888134.38623: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888134.38657: stdout chunk (state=3):\n>>>\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454be21f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd58e0>\r\n<<<\n 7519 1726888134.38669: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bc8a30>\r\n<<<\n 7519 1726888134.38697: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb5b0>\r\n<<<\n 7519 1726888134.38736: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888134.38826: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888134.38937: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd5a90>\r\n<<<\n 7519 1726888134.39028: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888134.39058: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc4545e7670>\r\n<<<\n 7519 1726888134.39289: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip'\r\n<<<\n 7519 1726888134.39303: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.39440: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.39466: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py<<<\n 7519 1726888134.39530: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.39565: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888134.39596: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888134.39627: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.41511: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.43229: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.43247: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544e67f0>\r\n<<<\n 7519 1726888134.43306: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n<<<\n 7519 1726888134.43310: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.43366: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888134.43369: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888134.43426: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888134.43491: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.43505: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544f7760>\r\n<<<\n 7519 1726888134.43577: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7640>\r\n<<<\n 7519 1726888134.43645: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7370>\r\n<<<\n 7519 1726888134.43689: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888134.43703: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888134.43797: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7490>\r\n<<<\n 7519 1726888134.43811: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7190>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888134.43904: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.43909: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544f7400>\r\n<<<\n 7519 1726888134.43926: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888134.43971: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888134.44040: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f77c0>\r\n<<<\n 7519 1726888134.44080: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888134.44121: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888134.44152: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888134.44203: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888134.44254: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888134.44393: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544657c0>\r\n<<<\n 7519 1726888134.44489: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.44492: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454465b50>\r\n<<<\n 7519 1726888134.44558: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544659a0>\r\n<<<\n 7519 1726888134.44600: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888134.44653: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888134.44721: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454483b20>\r\n<<<\n 7519 1726888134.44751: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454570d30>\r\n<<<\n 7519 1726888134.45054: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7520>\r\n<<<\n 7519 1726888134.45112: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888134.45142: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888134.45159: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454570190>\r\n<<<\n 7519 1726888134.45190: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888134.45888: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544e1a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45447d310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454515970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454545d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888134.45940: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888134.46102: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.46135: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544479a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe50>\r\n<<<\n 7519 1726888134.46180: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888134.46227: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888134.46341: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.46354: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544550d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe20>\r\n<<<\n 7519 1726888134.46387: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888134.46456: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.46497: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888134.46527: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888134.46625: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45451c700>\r\n<<<\n 7519 1726888134.46864: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454455100>\r\n<<<\n 7519 1726888134.47044: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454453580>\r\n<<<\n 7519 1726888134.47111: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888134.47131: stdout chunk (state=3):\n>>>\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454453640>\r\n<<<\n 7519 1726888134.47197: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.47228: stdout chunk (state=3):\n>>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454452c70>\r\n<<<\n 7519 1726888134.47278: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4545e7820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888134.47319: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888134.47356: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888134.47456: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.47468: stdout chunk (state=3):\n>>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d8af0>\r\n<<<\n 7519 1726888134.47834: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.47864: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d79d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454448850>\r\n<<<\n 7519 1726888134.47953: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.47985: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d8520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454510ac0>\r\n<<<\n 7519 1726888134.48012: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.48044: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.48532: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888134.48665: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.48837: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.49634: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.50237: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888134.50263: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888134.50315: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888134.50330: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.50426: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45401fd30>\r\n<<<\n 7519 1726888134.50550: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888134.50564: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454434550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454411040>\r\n<<<\n 7519 1726888134.50633: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888134.50669: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888134.50716: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888134.50760: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.50958: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.51161: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888134.51173: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888134.51224: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544cd9d0>\r\n<<<\n 7519 1726888134.51237: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.51860: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.52424: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.52516: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.52600: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888134.52637: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.52678: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.52755: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888134.52766: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.52854: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.52989: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888134.53031: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888134.53060: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888134.53081: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.53126: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.53194: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888134.53210: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.53502: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.53832: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888134.53888: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888134.53920: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888134.54035: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45401f610>\r\n<<<\n 7519 1726888134.54060: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.54166: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.54287: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888134.54320: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888134.54351: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.54825: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.54944: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45455f7f0>\r\n<<<\n 7519 1726888134.54996: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544d7610>\r\n<<<\n 7519 1726888134.55052: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888134.55088: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.55258: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.55332: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.55364: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.55440: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888134.55452: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888134.55479: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888134.55550: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888134.55563: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888134.55590: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888134.55710: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45442fc70>\r\n<<<\n 7519 1726888134.55771: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454415bb0>\r\n<<<\n 7519 1726888134.55896: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544137f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888134.55910: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.55944: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.56002: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888134.56088: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888134.56151: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888134.56176: stdout chunk (state=3):\n>>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888134.56188: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.56937: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.57665: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.58421: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.59304: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.59318: stdout chunk (state=3):\n>>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdaf0>\r\n<<<\n 7519 1726888134.59372: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888134.59387: stdout chunk (state=3):\n>>>\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdfd0>\r\n<<<\n 7519 1726888134.59433: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc'\r\n<<<\n 7519 1726888134.59473: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n<<<\n 7519 1726888134.59504: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc'\r\n<<<\n 7519 1726888134.59559: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd2e0>\r\n<<<\n 7519 1726888134.59570: stdout chunk (state=3):\n>>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd880>\r\n<<<\n 7519 1726888134.59611: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc'\r\n<<<\n 7519 1726888134.59656: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n<<<\n 7519 1726888134.59667: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc'\r\n<<<\n 7519 1726888134.59718: stdout chunk (state=3):\n>>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426880>\r\n<<<\n 7519 1726888134.59757: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc'<<<\n 7519 1726888134.59787: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888134.59816: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc'\r\n<<<\n 7519 1726888134.60520: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc'\r\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d22d00>\r\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c280>\r\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc'\r\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c460>\r\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d22460>\r\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3cf40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc'\r\n<<<\n 7519 1726888134.60559: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3ce50>\r\n<<<\n 7519 1726888134.60606: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n<<<\n 7519 1726888134.60650: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n<<<\n 7519 1726888134.60689: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc'\r\n<<<\n 7519 1726888134.60757: stdout chunk (state=3):\n>>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc78b0>\r\n<<<\n 7519 1726888134.60768: stdout chunk (state=3):\n>>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d76340>\r\n<<<\n 7519 1726888134.60829: stdout chunk (state=3):\n>>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c910>\r\n<<<\n 7519 1726888134.60860: stdout chunk (state=3):\n>>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426130>\r\n<<<\n 7519 1726888134.60896: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n<<<\n 7519 1726888134.60933: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc'\r\n<<<\n 7519 1726888134.60969: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n<<<\n 7519 1726888134.61036: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc'\r\n<<<\n 7519 1726888134.61082: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\r\n<<<\n 7519 1726888134.61094: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc'\r\n<<<\n 7519 1726888134.61126: stdout chunk (state=3):\n>>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453fb1460>\r\n<<<\n 7519 1726888134.61362: stdout chunk (state=3):\n>>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440d370>\r\n<<<\n 7519 1726888134.61411: stdout chunk (state=3):\n>>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc74f0>\r\n<<<\n 7519 1726888134.61457: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n<<<\n 7519 1726888134.61492: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc'\r\n<<<\n 7519 1726888134.61506: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\r\n<<<\n 7519 1726888134.61541: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc'\r\n<<<\n 7519 1726888134.61604: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\r\n<<<\n 7519 1726888134.61623: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc'\r\nimport 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcda00>\r\n<<<\n 7519 1726888134.61691: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\r\n<<<\n 7519 1726888134.61740: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc'\r\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcdc40>\r\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454002130>\r\n<<<\n 7519 1726888134.61751: stdout chunk (state=3):\n>>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440dd00>\r\n<<<\n 7519 1726888134.61826: stdout chunk (state=3):\n>>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544265e0>\r\n<<<\n 7519 1726888134.61891: stdout chunk (state=3):\n>>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426820>\r\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd790>\r\nimport 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdfa0>\r\n<<<\n 7519 1726888134.61906: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffda30>\r\n<<<\n 7519 1726888134.61957: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc'\r\n<<<\n 7519 1726888134.62000: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n<<<\n 7519 1726888134.62012: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc'\r\n<<<\n 7519 1726888134.62099: stdout chunk (state=3):\n>>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcdf40>\r\n<<<\n 7519 1726888134.62627: stdout chunk (state=3):\n>>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426a00>\r\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc'\r\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcd370>\r\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n<<<\n 7519 1726888134.62758: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453dd76a0>\r\n<<<\n 7519 1726888134.63208: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d27a30>\r\n<<<\n 7519 1726888134.63249: stdout chunk (state=3):\n>>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcd1c0>\r\n<<<\n 7519 1726888134.63287: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n<<<\n 7519 1726888134.63338: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc'\r\n<<<\n 7519 1726888134.63350: stdout chunk (state=3):\n>>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d6b340>\r\n<<<\n 7519 1726888134.63390: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n<<<\n 7519 1726888134.63440: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc'\r\nimport 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d7cc70>\r\n<<<\n 7519 1726888134.63465: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc'\r\n<<<\n 7519 1726888134.63509: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n<<<\n 7519 1726888134.63560: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d44bb0>\r\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d7ce80>\r\n<<<\n 7519 1726888134.63596: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n<<<\n 7519 1726888134.63676: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc'\r\n<<<\n 7519 1726888134.63798: stdout chunk (state=3):\n>>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d44e50>\r\n<<<\n 7519 1726888134.63834: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n<<<\n 7519 1726888134.63885: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc'\r\n<<<\n 7519 1726888134.64352: stdout chunk (state=3):\n>>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc8550>\r\n<<<\n 7519 1726888134.64366: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n<<<\n 7519 1726888134.64393: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc'\r\n<<<\n 7519 1726888134.64443: stdout chunk (state=3):\n>>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453aebc70>\r\n<<<\n 7519 1726888134.64495: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.64643: stdout chunk (state=3):\n>>>import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n<<<\n 7519 1726888134.64678: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.64824: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.65027: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n<<<\n 7519 1726888134.65040: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.65093: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.65156: stdout chunk (state=3):\n>>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n<<<\n 7519 1726888134.65184: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.65362: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.65527: stdout chunk (state=3):\n>>>import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\r\n<<<\n 7519 1726888134.65693: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888134.65900: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888134.66405: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.66452: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n<<<\n 7519 1726888134.66490: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc'\r\n<<<\n 7519 1726888134.66503: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc'\r\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4ebe0>\r\n<<<\n 7519 1726888134.66537: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n<<<\n 7519 1726888134.66601: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\n<<<\n 7519 1726888134.66919: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4ed60>\r\n<<<\n 7519 1726888134.66950: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n<<<\n 7519 1726888134.66967: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n<<<\n 7519 1726888134.67021: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453a9f460>\r\n<<<\n 7519 1726888134.67439: stdout chunk (state=3):\n>>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4efd0>\r\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e280>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc'\r\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e850>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc'\r\n<<<\n 7519 1726888134.67512: stdout chunk (state=3):\n>>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4539d39a0>\r\n<<<\n 7519 1726888134.67530: stdout chunk (state=3):\n>>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n<<<\n 7519 1726888134.67555: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc'\r\n<<<\n 7519 1726888134.67660: stdout chunk (state=3):\n>>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453975520>\r\n<<<\n 7519 1726888134.67702: stdout chunk (state=3):\n>>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d39d0>\r\n<<<\n 7519 1726888134.67736: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\r\n<<<\n 7519 1726888134.67836: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc'\r\n<<<\n 7519 1726888134.69471: stdout chunk (state=3):\n>>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4538d4df0>\r\n<<<\n 7519 1726888134.69597: stdout chunk (state=3):\n>>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539f52b0>\r\n<<<\n 7519 1726888134.69639: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n<<<\n 7519 1726888134.69736: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc'\r\n<<<\n 7519 1726888134.69875: stdout chunk (state=3):\n>>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4520e32b0>\r\n<<<\n 7519 1726888134.69934: stdout chunk (state=3):\n>>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539a8880>\r\n<<<\n 7519 1726888134.69967: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n<<<\n 7519 1726888134.69990: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc'\r\n<<<\n 7519 1726888134.70224: stdout chunk (state=3):\n>>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451fb0e50>\r\n<<<\n 7519 1726888134.70263: stdout chunk (state=3):\n>>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520c2550>\r\n<<<\n 7519 1726888134.70294: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\r\n<<<\n 7519 1726888134.70347: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc'\r\n<<<\n 7519 1726888134.70478: stdout chunk (state=3):\n>>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f1c9d0>\r\n<<<\n 7519 1726888134.70533: stdout chunk (state=3):\n>>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520e34f0>\r\n<<<\n 7519 1726888134.70567: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\r\n<<<\n 7519 1726888134.70585: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888134.70654: stdout chunk (state=3):\n>>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f15d30>\r\n<<<\n 7519 1726888134.70681: stdout chunk (state=3):\n>>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f1cf70>\r\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3100>\r\n<<<\n 7519 1726888134.70707: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n<<<\n 7519 1726888134.70750: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc'\r\n<<<\n 7519 1726888134.70773: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888134.70804: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n<<<\n 7519 1726888134.70837: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc'\r\n<<<\n 7519 1726888134.70856: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451e44af0>\r\n<<<\n 7519 1726888134.71258: stdout chunk (state=3):\n>>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44310>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e586d0>\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65280>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.71763: stdout chunk (state=3):\n>>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451e65820>\r\n<<<\n 7519 1726888134.71832: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n<<<\n 7519 1726888134.71856: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65c70>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65340>\r\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58760>\r\n<<<\n 7519 1726888134.71881: stdout chunk (state=3):\n>>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e4ed90>\r\n<<<\n 7519 1726888134.71924: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n<<<\n 7519 1726888134.71940: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.72081: stdout chunk (state=3):\n>>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451a16eb0>\r\n<<<\n 7519 1726888134.72105: stdout chunk (state=3):\n>>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58160>\r\n<<<\n 7519 1726888134.72239: stdout chunk (state=3):\n>>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44c70>\r\n<<<\n 7519 1726888134.72268: stdout chunk (state=3):\n>>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f47700>\r\n<<<\n 7519 1726888134.72310: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.72439: stdout chunk (state=3):\n>>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f47e20>\r\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f478b0>\r\n<<<\n 7519 1726888134.72477: stdout chunk (state=3):\n>>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3250>\r\n<<<\n 7519 1726888134.72509: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a25d30>\r\n<<<\n 7519 1726888134.72539: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\r\n<<<\n 7519 1726888134.72569: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc'\r\n<<<\n 7519 1726888134.72605: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n<<<\n 7519 1726888134.72634: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc'\r\n<<<\n 7519 1726888134.72655: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc'\r\n<<<\n 7519 1726888134.72694: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.72734: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n<<<\n 7519 1726888134.72791: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc'\r\n<<<\n 7519 1726888134.72829: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\r\n<<<\n 7519 1726888134.72969: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc'\r\n<<<\n 7519 1726888134.73129: stdout chunk (state=3):\n>>># extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gpg._gpgme' executed from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4518951f0>\r\n<<<\n 7519 1726888134.73287: stdout chunk (state=3):\n>>>import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451935280>\r\n<<<\n 7519 1726888134.73319: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc'\r\n<<<\n 7519 1726888134.73336: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc'\r\nimport 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519427c0>\r\n<<<\n 7519 1726888134.73489: stdout chunk (state=3):\n>>>import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4518e8e20>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.73569: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.73600: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc'\r\n<<<\n 7519 1726888134.73657: stdout chunk (state=3):\n>>>import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e50>\r\nimport 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942b80>\r\n<<<\n 7519 1726888134.73690: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.73725: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc'\r\n<<<\n 7519 1726888134.73772: stdout chunk (state=3):\n>>>import 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942fd0>\r\nimport 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e20>\r\n<<<\n 7519 1726888134.73803: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.73836: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc'\r\n<<<\n 7519 1726888134.73878: stdout chunk (state=3):\n>>>import 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799190>\r\n<<<\n 7519 1726888134.73909: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc'\r\n<<<\n 7519 1726888134.73964: stdout chunk (state=3):\n>>>import 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799220>\r\nimport 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942f10>\r\n<<<\n 7519 1726888134.73994: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74033: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74086: stdout chunk (state=3):\n>>>import 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517993a0>\r\nimport 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e80>\r\n<<<\n 7519 1726888134.74116: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74169: stdout chunk (state=3):\n>>>import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942c10>\r\n<<<\n 7519 1726888134.74198: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74250: stdout chunk (state=3):\n>>>import 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517991c0>\r\n<<<\n 7519 1726888134.74280: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74331: stdout chunk (state=3):\n>>>import 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799400>\r\n<<<\n 7519 1726888134.74363: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74428: stdout chunk (state=3):\n>>>import 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799490>\r\n<<<\n 7519 1726888134.74442: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74507: stdout chunk (state=3):\n>>>import 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799520>\r\n<<<\n 7519 1726888134.74529: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74577: stdout chunk (state=3):\n>>>import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517995b0>\r\n<<<\n 7519 1726888134.74607: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74655: stdout chunk (state=3):\n>>>import 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799640>\r\n<<<\n 7519 1726888134.74688: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74741: stdout chunk (state=3):\n>>>import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517996d0>\r\n<<<\n 7519 1726888134.74776: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74807: stdout chunk (state=3):\n>>>import 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799760>\r\n<<<\n 7519 1726888134.74828: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74874: stdout chunk (state=3):\n>>>import 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517997f0>\r\nimport 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519421f0>\r\n<<<\n 7519 1726888134.74950: stdout chunk (state=3):\n>>>import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45191c190>\r\n<<<\n 7519 1726888134.74980: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc'\r\n<<<\n 7519 1726888134.74993: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n<<<\n 7519 1726888134.75176: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451799bb0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799910>\r\nimport 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519423d0>\r\n<<<\n 7519 1726888134.75203: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc'\r\nimport 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942fa0>\r\nimport 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913c70>\r\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913280>\r\n<<<\n 7519 1726888134.75233: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888134.75277: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913460>\r\n<<<\n 7519 1726888134.75300: stdout chunk (state=3):\n>>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49b20>\r\n<<<\n 7519 1726888134.75334: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n<<<\n 7519 1726888134.75365: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913df0>\r\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a25cd0>\r\n<<<\n 7519 1726888134.75393: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.75434: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\r\n<<<\n 7519 1726888134.75470: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc'\r\n<<<\n 7519 1726888134.75491: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc'\r\n<<<\n 7519 1726888134.75523: stdout chunk (state=3):\n>>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1c10>\r\n<<<\n 7519 1726888134.75554: stdout chunk (state=3):\n>>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b14c0>\r\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc'\r\n<<<\n 7519 1726888134.75589: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n<<<\n 7519 1726888134.75639: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc'\r\n<<<\n 7519 1726888134.75710: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc'\r\n<<<\n 7519 1726888134.75745: stdout chunk (state=3):\n>>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45174f280>\r\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\r\n<<<\n 7519 1726888134.75780: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc'\r\n<<<\n 7519 1726888134.75870: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n<<<\n 7519 1726888134.75910: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n<<<\n 7519 1726888134.75928: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701160>\r\n<<<\n 7519 1726888134.75967: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4517011f0>\r\n<<<\n 7519 1726888134.76044: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451762670>\r\n<<<\n 7519 1726888134.76083: stdout chunk (state=3):\n>>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45174f6a0>\r\n<<<\n 7519 1726888134.76115: stdout chunk (state=3):\n>>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451743a60>\r\n<<<\n 7519 1726888134.76152: stdout chunk (state=3):\n>>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1f70>\r\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1eb0>\r\n<<<\n 7519 1726888134.76189: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n<<<\n 7519 1726888134.76211: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n<<<\n 7519 1726888134.76352: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.76401: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701fa0>\r\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701760>\r\n<<<\n 7519 1726888134.76440: stdout chunk (state=3):\n>>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1d60>\r\n<<<\n 7519 1726888134.76487: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc'\r\n<<<\n 7519 1726888134.76535: stdout chunk (state=3):\n>>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45173a910>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc'\r\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725820>\r\n<<<\n 7519 1726888134.76549: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc'\r\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517258b0>\r\n<<<\n 7519 1726888134.76581: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725a30>\r\n<<<\n 7519 1726888134.76607: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888134.76645: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc'\r\n<<<\n 7519 1726888134.76658: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n<<<\n 7519 1726888134.76699: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc'\r\n<<<\n 7519 1726888134.76806: stdout chunk (state=3):\n>>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453e40190>\r\n<<<\n 7519 1726888134.76843: stdout chunk (state=3):\n>>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451735160>\r\n<<<\n 7519 1726888134.76873: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e401f0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888134.76910: stdout chunk (state=3):\n>>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e402e0>\r\n<<<\n 7519 1726888134.76948: stdout chunk (state=3):\n>>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517259d0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc'\r\n<<<\n 7519 1726888134.76989: stdout chunk (state=3):\n>>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725f70>\r\n<<<\n 7519 1726888134.77032: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n<<<\n 7519 1726888134.77083: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc'\r\n<<<\n 7519 1726888134.77117: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n<<<\n 7519 1726888134.77157: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc'\r\n<<<\n 7519 1726888134.77208: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc'\r\n# extension module '_opcode' loaded from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_opcode' executed from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45156b3a0>\r\n<<<\n 7519 1726888134.77226: stdout chunk (state=3):\n>>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45156b160>\r\n<<<\n 7519 1726888134.77270: stdout chunk (state=3):\n>>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45155b9a0>\r\n<<<\n 7519 1726888134.77410: stdout chunk (state=3):\n>>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e519a0>\r\n<<<\n 7519 1726888134.77441: stdout chunk (state=3):\n>>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e40e80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc'\r\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e51c70>\r\n<<<\n 7519 1726888134.77487: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc'\r\n<<<\n 7519 1726888134.77540: stdout chunk (state=3):\n>>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e59970>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451579700>\r\n<<<\n 7519 1726888134.77555: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc'\r\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451579340>\r\n<<<\n 7519 1726888134.77599: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc'\r\n<<<\n 7519 1726888134.77625: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n<<<\n 7519 1726888134.77658: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc'\r\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451587640>\r\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451587160>\r\n<<<\n 7519 1726888134.77760: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc'\r\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4515874c0>\r\n<<<\n 7519 1726888134.77773: stdout chunk (state=3):\n>>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e940>\r\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e7f0>\r\n<<<\n 7519 1726888134.78427: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\r\n<<<\n 7519 1726888134.78446: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc'\r\n<<<\n 7519 1726888134.78501: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.78504: stdout chunk (state=3):\n>>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451590f70>\r\n<<<\n 7519 1726888134.78519: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.78543: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\r\n<<<\n 7519 1726888134.78606: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc'\r\n<<<\n 7519 1726888134.78626: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\r\n<<<\n 7519 1726888134.78698: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc'\r\n<<<\n 7519 1726888134.78746: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc'\r\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451545f70>\r\n<<<\n 7519 1726888134.78760: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc'\r\n<<<\n 7519 1726888134.78774: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc'\r\n<<<\n 7519 1726888134.78811: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\r\n# code object from '/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.78964: stdout chunk (state=3):\n>>># extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_curses' executed from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4514e1d60>\r\n<<<\n 7519 1726888134.78979: stdout chunk (state=3):\n>>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1be0>\r\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e13a0>\r\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1160>\r\n<<<\n 7519 1726888134.78999: stdout chunk (state=3):\n>>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530eb0>\r\n<<<\n 7519 1726888134.79036: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc'\r\nimport 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e11f0>\r\n<<<\n 7519 1726888134.79098: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888134.79102: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.79128: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888134.79151: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc'\r\n<<<\n 7519 1726888134.79177: stdout chunk (state=3):\n>>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45150c130>\r\n<<<\n 7519 1726888134.79204: stdout chunk (state=3):\n>>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1e80>\r\n<<<\n 7519 1726888134.79255: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc'\r\n<<<\n 7519 1726888134.79274: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514fc9a0>\r\n<<<\n 7519 1726888134.79340: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45150cfa0>\r\n<<<\n 7519 1726888134.79345: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc'\r\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f190>\r\n<<<\n 7519 1726888134.79850: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc'\r\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f2e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f8e0>\r\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f610>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc'\r\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f9a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141b5e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141b6d0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141beb0>\r\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141bac0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc'\r\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141bf10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc'\r\n<<<\n 7519 1726888134.79887: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433af0>\r\n<<<\n 7519 1726888134.79918: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc'\r\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433c10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc'\r\n<<<\n 7519 1726888134.79966: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433e50>\r\n<<<\n 7519 1726888134.80038: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc'\r\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c22e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c2cd0>\r\n<<<\n 7519 1726888134.80142: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c2e20>\r\n<<<\n 7519 1726888134.80146: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc'\r\n<<<\n 7519 1726888134.80195: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1520>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1100>\r\n# /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\r\n<<<\n 7519 1726888134.80308: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc'\r\n<<<\n 7519 1726888134.80373: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc'\r\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1f10>\r\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1a60>\r\n<<<\n 7519 1726888134.80396: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc'\r\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1d60>\r\n<<<\n 7519 1726888134.80474: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888134.80522: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc'\r\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513df7f0>\r\n<<<\n 7519 1726888134.80588: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513dff70>\r\n<<<\n 7519 1726888134.80627: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ec280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc'\r\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ec370>\r\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530490>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4515301f0>\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451590cd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc'\r\n<<<\n 7519 1726888134.80672: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.80736: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecee0>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecc10>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.80762: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n<<<\n 7519 1726888134.80815: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc'\r\n<<<\n 7519 1726888134.80838: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\r\n<<<\n 7519 1726888134.80881: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc'\r\n<<<\n 7519 1726888134.80961: stdout chunk (state=3):\n>>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513865b0>\r\n<<<\n 7519 1726888134.80999: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc'\r\n<<<\n 7519 1726888134.81063: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\r\n<<<\n 7519 1726888134.81087: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc'\r\n<<<\n 7519 1726888134.81112: stdout chunk (state=3):\n>>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45138f4f0>\r\n<<<\n 7519 1726888134.81160: stdout chunk (state=3):\n>>># extension module '_decimal' loaded from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_decimal' executed from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451386e50>\r\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451386dc0>\r\n<<<\n 7519 1726888134.81205: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n<<<\n 7519 1726888134.81254: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bb730>\r\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bb1c0>\r\n<<<\n 7519 1726888134.81287: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.81311: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n<<<\n 7519 1726888134.81391: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc'\r\nimport 'six.moves' # \r\n<<<\n 7519 1726888134.81506: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451308a60>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc'\r\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451308c40>\r\n<<<\n 7519 1726888134.81578: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc'\r\n# destroy dateutil.tz.win\r\n<<<\n 7519 1726888134.81625: stdout chunk (state=3):\n>>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bbca0>\r\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bba30>\r\n<<<\n 7519 1726888134.81661: stdout chunk (state=3):\n>>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513f9130>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc'\r\n<<<\n 7519 1726888134.81717: stdout chunk (state=3):\n>>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513861f0>\r\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecac0>\r\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530220>\r\n<<<\n 7519 1726888134.81756: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888134.81783: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc'\r\n<<<\n 7519 1726888134.81832: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329160>\r\n<<<\n 7519 1726888134.81863: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n<<<\n 7519 1726888134.81933: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329490>\r\n<<<\n 7519 1726888134.81996: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329d00>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82072: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512be610>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512beb80>\r\n<<<\n 7519 1726888134.82104: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82128: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82139: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82203: stdout chunk (state=3):\n>>># extension module '_sqlite3' loaded from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888134.82232: stdout chunk (state=3):\n>>># extension module '_sqlite3' executed from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4512cbc40>\r\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb820>\r\n<<<\n 7519 1726888134.82236: stdout chunk (state=3):\n>>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb580>\r\n<<<\n 7519 1726888134.82243: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb1f0>\r\n<<<\n 7519 1726888134.82268: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888134.82276: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82316: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb430>\r\n<<<\n 7519 1726888134.82340: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888134.82353: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82384: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n<<<\n 7519 1726888134.82392: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82422: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9bb0>\r\n<<<\n 7519 1726888134.82443: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n<<<\n 7519 1726888134.82451: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82479: stdout chunk (state=3):\n>>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9c40>\r\n<<<\n 7519 1726888134.82502: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82599: stdout chunk (state=3):\n>>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4512e7280>\r\n<<<\n 7519 1726888134.82610: stdout chunk (state=3):\n>>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9dc0>\r\n<<<\n 7519 1726888134.82635: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82658: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\r\n<<<\n 7519 1726888134.82678: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82699: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n<<<\n 7519 1726888134.82722: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82744: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\r\n<<<\n 7519 1726888134.82748: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc'\r\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511ee2e0>\r\n<<<\n 7519 1726888134.82781: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n<<<\n 7519 1726888134.82810: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82855: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc'\r\n<<<\n 7519 1726888134.82906: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8340>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f82e0>\r\n<<<\n 7519 1726888134.82931: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc'\r\n<<<\n 7519 1726888134.83042: stdout chunk (state=3):\n>>># extension module 'pyexpat' loaded from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'pyexpat' executed from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4511f8490>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f81f0>\r\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511eed00>\r\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511ee3a0>\r\n<<<\n 7519 1726888134.83076: stdout chunk (state=3):\n>>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512f5a30>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7fa0>\r\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7940>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d97f0>\r\n<<<\n 7519 1726888134.83092: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cbfd0>\r\n<<<\n 7519 1726888134.83104: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc'\r\n<<<\n 7519 1726888134.83120: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9940>\r\n<<<\n 7519 1726888134.83142: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n<<<\n 7519 1726888134.83157: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511eed90>\r\n<<<\n 7519 1726888134.83184: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n<<<\n 7519 1726888134.83198: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc'\r\n<<<\n 7519 1726888134.83208: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8760>\r\n<<<\n 7519 1726888134.83265: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n<<<\n 7519 1726888134.83268: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f89d0>\r\n<<<\n 7519 1726888134.83284: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n<<<\n 7519 1726888134.83296: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc'\r\n<<<\n 7519 1726888134.83303: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8f40>\r\n<<<\n 7519 1726888134.83328: stdout chunk (state=3):\n>>># /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\r\n<<<\n 7519 1726888134.83447: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc'\r\n<<<\n 7519 1726888134.83452: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451214730>\r\n<<<\n 7519 1726888134.83455: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc'\r\n<<<\n 7519 1726888134.83484: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451198910>\r\n<<<\n 7519 1726888134.83533: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc'\r\n<<<\n 7519 1726888134.83561: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a5b80>\r\n<<<\n 7519 1726888134.83574: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n<<<\n 7519 1726888134.83623: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc'\r\n<<<\n 7519 1726888134.83660: stdout chunk (state=3):\n>>># extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rhsm._certificate' executed from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4511c7130>\r\n<<<\n 7519 1726888134.83805: stdout chunk (state=3):\n>>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a5be0>\r\n<<<\n 7519 1726888134.83861: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc'\r\n<<<\n 7519 1726888134.83902: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.83963: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc'\r\n<<<\n 7519 1726888134.84008: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc'\r\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451176400>\r\n<<<\n 7519 1726888134.84038: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc'\r\nimport 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451176520>\r\n<<<\n 7519 1726888134.84141: stdout chunk (state=3):\n>>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168490>\r\n<<<\n 7519 1726888134.84170: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n<<<\n 7519 1726888134.84187: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc'\r\n<<<\n 7519 1726888134.84237: stdout chunk (state=3):\n>>>import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511687c0>\r\n<<<\n 7519 1726888134.84258: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc'\r\nimport 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45117b910>\r\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168130>\r\n<<<\n 7519 1726888134.84293: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc'\r\n<<<\n 7519 1726888134.84311: stdout chunk (state=3):\n>>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511681f0>\r\n<<<\n 7519 1726888134.84356: stdout chunk (state=3):\n>>>import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45115ca90>\r\n<<<\n 7519 1726888134.84376: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc'\r\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45117bdc0>\r\n<<<\n 7519 1726888134.84416: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511111f0>\r\n<<<\n 7519 1726888134.84447: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511112e0>\r\n<<<\n 7519 1726888134.84480: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc'\r\n<<<\n 7519 1726888134.84502: stdout chunk (state=3):\n>>>import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451111400>\r\n<<<\n 7519 1726888134.84530: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n<<<\n 7519 1726888134.84555: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc'\r\n<<<\n 7519 1726888134.84585: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n<<<\n 7519 1726888134.84735: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888134.84766: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n<<<\n 7519 1726888134.84811: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc'\r\n<<<\n 7519 1726888134.84843: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc'\r\n<<<\n 7519 1726888134.84898: stdout chunk (state=3):\n>>>import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510e6640>\r\n<<<\n 7519 1726888134.84950: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45113af40>\r\n<<<\n 7519 1726888134.84987: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc'\r\n<<<\n 7519 1726888134.85010: stdout chunk (state=3):\n>>>import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45114d9d0>\r\n<<<\n 7519 1726888134.85026: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc'\r\n<<<\n 7519 1726888134.85059: stdout chunk (state=3):\n>>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45114da60>\r\n<<<\n 7519 1726888134.85083: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n<<<\n 7519 1726888134.85101: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888134.85171: stdout chunk (state=3):\n>>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510e62b0>\r\n<<<\n 7519 1726888134.85187: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc'\r\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510f73a0>\r\n<<<\n 7519 1726888134.85462: stdout chunk (state=3):\n>>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45111ed00>\r\n<<<\n 7519 1726888134.85492: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n<<<\n 7519 1726888134.85502: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc'\r\n<<<\n 7519 1726888134.85536: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc'\r\n<<<\n 7519 1726888134.85546: stdout chunk (state=3):\n>>>import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451127970>\r\n<<<\n 7519 1726888134.85566: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n<<<\n 7519 1726888134.85574: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc'\r\n<<<\n 7519 1726888134.85597: stdout chunk (state=3):\n>>>import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510a6880>\r\n<<<\n 7519 1726888134.85609: stdout chunk (state=3):\n>>>import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451127280>\r\n<<<\n 7519 1726888134.85674: stdout chunk (state=3):\n>>>import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451111bb0>\r\n<<<\n 7519 1726888134.85750: stdout chunk (state=3):\n>>>import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511c4d90>\r\n<<<\n 7519 1726888134.85776: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n<<<\n 7519 1726888134.85801: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888134.85824: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n<<<\n 7519 1726888134.85843: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc'\r\n<<<\n 7519 1726888134.85857: stdout chunk (state=3):\n>>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510ca640>\r\n<<<\n 7519 1726888134.85892: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.85903: stdout chunk (state=3):\n>>>import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510cadf0>\r\n<<<\n 7519 1726888134.85934: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058160>\r\n<<<\n 7519 1726888134.85977: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n<<<\n 7519 1726888134.86005: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc'\r\n<<<\n 7519 1726888134.86041: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n<<<\n 7519 1726888134.86058: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc'\r\n<<<\n 7519 1726888134.86138: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058a90>\r\n<<<\n 7519 1726888134.86159: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n<<<\n 7519 1726888134.86167: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc'\r\n<<<\n 7519 1726888134.86193: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n<<<\n 7519 1726888134.86207: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc'\r\n<<<\n 7519 1726888134.86224: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510781c0>\r\n<<<\n 7519 1726888134.86244: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058d60>\r\n<<<\n 7519 1726888134.86274: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510581f0>\r\n<<<\n 7519 1726888134.86327: stdout chunk (state=3):\n>>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8880>\r\n<<<\n 7519 1726888134.86344: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n<<<\n 7519 1726888134.86371: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc'\r\n<<<\n 7519 1726888134.86390: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n<<<\n 7519 1726888134.86447: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc'\r\n<<<\n 7519 1726888134.86466: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n<<<\n 7519 1726888134.86486: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc'\r\n<<<\n 7519 1726888134.86550: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510312e0>\r\n<<<\n 7519 1726888134.86557: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc'\r\n<<<\n 7519 1726888134.86646: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031dc0>\r\n<<<\n 7519 1726888134.86713: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc'\r\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031f40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc'\r\n<<<\n 7519 1726888134.86791: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc'\r\n<<<\n 7519 1726888134.86796: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc'\r\n<<<\n 7519 1726888134.87142: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451039be0>\r\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510397c0>\r\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451039310>\r\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031a60>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc'\r\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031bb0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.87145: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.87148: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc'\r\n<<<\n 7519 1726888134.87220: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.87248: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc'\r\nimport 'urllib3.packages.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe5a00>\r\nimport 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe5670>\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n<<<\n 7519 1726888134.87281: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc'\r\n<<<\n 7519 1726888134.87384: stdout chunk (state=3):\n>>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe56d0>\r\nimport 'urllib3.packages.six.moves' # \r\n<<<\n 7519 1726888134.87397: stdout chunk (state=3):\n>>>import 'urllib3.packages.six.moves.http_client' # \r\n<<<\n 7519 1726888134.87468: stdout chunk (state=3):\n>>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb610>\r\n<<<\n 7519 1726888134.87504: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc'\r\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb7f0>\r\n<<<\n 7519 1726888134.87549: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n<<<\n 7519 1726888134.87585: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n<<<\n 7519 1726888134.87601: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888134.87638: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.87673: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc'\r\n<<<\n 7519 1726888134.87970: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92910>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc'\r\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92ac0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc'\r\nimport 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92c70>\r\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f925b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc'\r\nimport 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f928b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9e0d0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc'\r\n<<<\n 7519 1726888134.88038: stdout chunk (state=3):\n>>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9e130>\r\n<<<\n 7519 1726888134.88140: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc'\r\n<<<\n 7519 1726888134.88153: stdout chunk (state=3):\n>>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450faa340>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc'\r\n<<<\n 7519 1726888134.89901: stdout chunk (state=3):\n>>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450faa910>\r\n<<<\n 7519 1726888134.89953: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc'\r\nimport 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fcbe80>\r\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9ec40>\r\n<<<\n 7519 1726888134.89991: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc'\r\nimport 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9eb20>\r\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92250>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc'\r\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92310>\r\n<<<\n 7519 1726888134.90037: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n<<<\n 7519 1726888134.90055: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc'\r\nimport 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92040>\r\n<<<\n 7519 1726888134.90115: stdout chunk (state=3):\n>>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fefaf0>\r\n<<<\n 7519 1726888134.90144: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc'\r\n<<<\n 7519 1726888134.90221: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc'\r\n<<<\n 7519 1726888134.90249: stdout chunk (state=3):\n>>>import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f528e0>\r\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f52520>\r\nimport 'urllib3.packages.six.moves.urllib' # \r\nimport 'urllib3.packages.six.moves.urllib.parse' # \r\nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510009a0>\r\n<<<\n 7519 1726888134.90275: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc'\r\n<<<\n 7519 1726888134.90336: stdout chunk (state=3):\n>>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f922e0>\r\n<<<\n 7519 1726888134.90362: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc'\r\nimport 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f52d60>\r\n<<<\n 7519 1726888134.90400: stdout chunk (state=3):\n>>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb940>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n<<<\n 7519 1726888134.90420: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc'\r\n<<<\n 7519 1726888134.90470: stdout chunk (state=3):\n>>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f5f910>\r\n<<<\n 7519 1726888134.90508: stdout chunk (state=3):\n>>>import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048fa0>\r\n<<<\n 7519 1726888134.90546: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc'\r\n<<<\n 7519 1726888134.90570: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n<<<\n 7519 1726888134.90654: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc'\r\nimport 'chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77280>\r\n<<<\n 7519 1726888134.90710: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc'\r\nimport 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f774f0>\r\nimport 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d0a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc'\r\n<<<\n 7519 1726888134.90821: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc'\r\nimport 'chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77df0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc'\r\nimport 'chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80190>\r\nimport 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f779d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc'\r\n<<<\n 7519 1726888134.90908: stdout chunk (state=3):\n>>>import 'chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc'\r\n<<<\n 7519 1726888134.90955: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc'\r\nimport 'chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80c40>\r\nimport 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f807f0>\r\n<<<\n 7519 1726888134.91048: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc'\r\n<<<\n 7519 1726888134.91091: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n<<<\n 7519 1726888134.91138: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc'\r\nimport 'chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89b50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n<<<\n 7519 1726888134.91169: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc'\r\nimport 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89c10>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n<<<\n 7519 1726888134.91265: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc'\r\nimport 'chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89ca0>\r\n<<<\n 7519 1726888134.91292: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc'\r\nimport 'chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n<<<\n 7519 1726888134.91345: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc'\r\nimport 'chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89dc0>\r\n<<<\n 7519 1726888134.91426: stdout chunk (state=3):\n>>>import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f894f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n<<<\n 7519 1726888134.91480: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc'\r\nimport 'chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89f70>\r\nimport 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80b20>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n<<<\n 7519 1726888134.91545: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc'\r\nimport 'chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3370>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc'\r\nimport 'chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb36a0>\r\n<<<\n 7519 1726888134.91620: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc'\r\nimport 'chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3910>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc'\r\nimport 'chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3bb0>\r\n<<<\n 7519 1726888134.91692: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc'\r\nimport 'chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3e50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc'\r\nimport 'chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8130>\r\nimport 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80430>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc'\r\n<<<\n 7519 1726888134.91786: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc'\r\nimport 'chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8490>\r\n<<<\n 7519 1726888134.91800: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc'\r\n<<<\n 7519 1726888134.91854: stdout chunk (state=3):\n>>>import 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb88b0>\r\n<<<\n 7519 1726888134.91898: stdout chunk (state=3):\n>>>import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8730>\r\n<<<\n 7519 1726888134.91946: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc'\r\nimport 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8d00>\r\n<<<\n 7519 1726888134.92015: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc'\r\nimport 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8c40>\r\n<<<\n 7519 1726888134.92034: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888134.92083: stdout chunk (state=3):\n>>>import 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8d30>\r\n<<<\n 7519 1726888134.92096: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc'\r\n<<<\n 7519 1726888134.92151: stdout chunk (state=3):\n>>>import 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec70d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc'\r\n<<<\n 7519 1726888134.92198: stdout chunk (state=3):\n>>>import 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec7160>\r\nimport 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80640>\r\n<<<\n 7519 1726888134.92261: stdout chunk (state=3):\n>>>import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d8b0>\r\n<<<\n 7519 1726888134.92296: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc'\r\nimport 'chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d8e0>\r\nimport 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d430>\r\n<<<\n 7519 1726888134.92368: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80520>\r\n<<<\n 7519 1726888134.92409: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc'\r\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb3a0>\r\n<<<\n 7519 1726888134.92426: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n<<<\n 7519 1726888134.92450: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc'\r\n<<<\n 7519 1726888134.92529: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc'\r\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec7fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc'\r\n<<<\n 7519 1726888134.92591: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc'\r\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n<<<\n 7519 1726888134.92609: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc'\r\n<<<\n 7519 1726888134.92847: stdout chunk (state=3):\n>>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c580>\r\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c370>\r\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c100>\r\n<<<\n 7519 1726888134.92883: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc'\r\n<<<\n 7519 1726888134.92897: stdout chunk (state=3):\n>>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c400>\r\n<<<\n 7519 1726888134.92942: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc'\r\nimport 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e66f40>\r\n<<<\n 7519 1726888134.92991: stdout chunk (state=3):\n>>>import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8c70>\r\n<<<\n 7519 1726888134.93021: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc'\r\n<<<\n 7519 1726888134.93089: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.93140: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc'\r\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78a60>\r\n<<<\n 7519 1726888134.93173: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc'\r\n<<<\n 7519 1726888134.93191: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n<<<\n 7519 1726888134.93218: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc'\r\n<<<\n 7519 1726888134.93240: stdout chunk (state=3):\n>>>import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85250>\r\n<<<\n 7519 1726888134.93278: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc'\r\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85310>\r\n<<<\n 7519 1726888134.93350: stdout chunk (state=3):\n>>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78af0>\r\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78760>\r\n<<<\n 7519 1726888134.93435: stdout chunk (state=3):\n>>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78670>\r\n<<<\n 7519 1726888134.93450: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n<<<\n 7519 1726888134.93473: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc'\r\n<<<\n 7519 1726888134.93520: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n<<<\n 7519 1726888134.93559: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n<<<\n 7519 1726888134.93596: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e351c0>\r\n<<<\n 7519 1726888134.93643: stdout chunk (state=3):\n>>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85d00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc'\r\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85f10>\r\n<<<\n 7519 1726888134.93675: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc'\r\n<<<\n 7519 1726888134.93715: stdout chunk (state=3):\n>>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85fd0>\r\n<<<\n 7519 1726888134.93756: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc'\r\n<<<\n 7519 1726888134.93822: stdout chunk (state=3):\n>>>import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e35eb0>\r\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc'\r\n<<<\n 7519 1726888134.93862: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n<<<\n 7519 1726888134.93908: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc'\r\n<<<\n 7519 1726888134.93969: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc'\r\n<<<\n 7519 1726888134.94001: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc'\r\n<<<\n 7519 1726888134.94088: stdout chunk (state=3):\n>>>import 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450de61c0>\r\n<<<\n 7519 1726888134.94101: stdout chunk (state=3):\n>>>import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbdf0>\r\nimport 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddb2e0>\r\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e4a850>\r\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85b50>\r\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048c40>\r\n<<<\n 7519 1726888134.94156: stdout chunk (state=3):\n>>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbf10>\r\n<<<\n 7519 1726888134.94237: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc'\r\n<<<\n 7519 1726888134.94250: stdout chunk (state=3):\n>>>import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbc40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc'\r\n<<<\n 7519 1726888134.94353: stdout chunk (state=3):\n>>>import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450def910>\r\n<<<\n 7519 1726888134.94367: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc'\r\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450defd00>\r\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031520>\r\n<<<\n 7519 1726888134.94449: stdout chunk (state=3):\n>>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451021880>\r\n<<<\n 7519 1726888134.94464: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc'\r\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a2e0>\r\n<<<\n 7519 1726888134.94500: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc'\r\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a670>\r\n<<<\n 7519 1726888134.94577: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc'\r\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a790>\r\n<<<\n 7519 1726888134.94611: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc'\r\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9e100>\r\n<<<\n 7519 1726888134.94683: stdout chunk (state=3):\n>>>import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a850>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc'\r\n<<<\n 7519 1726888134.94744: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc'\r\n<<<\n 7519 1726888134.94816: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc'\r\n<<<\n 7519 1726888134.94881: stdout chunk (state=3):\n>>>import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dac160>\r\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9ea30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n<<<\n 7519 1726888134.94900: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n<<<\n 7519 1726888134.94955: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc'\r\n<<<\n 7519 1726888134.94995: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n<<<\n 7519 1726888134.95043: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc'\r\nimport 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d52910>\r\n<<<\n 7519 1726888134.95094: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc'\r\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d5e550>\r\n<<<\n 7519 1726888134.95154: stdout chunk (state=3):\n>>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dacee0>\r\n<<<\n 7519 1726888134.95180: stdout chunk (state=3):\n>>>import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dac700>\r\n<<<\n 7519 1726888134.95223: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dc1a00>\r\n<<<\n 7519 1726888134.95271: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n<<<\n 7519 1726888134.95375: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc'\r\n<<<\n 7519 1726888134.95418: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc'\r\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77c40>\r\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77370>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc'\r\nimport 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77df0>\r\n<<<\n 7519 1726888134.95469: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d882b0>\r\n<<<\n 7519 1726888134.95560: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc'\r\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450d88430>\r\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d882e0>\r\n<<<\n 7519 1726888134.95588: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc'\r\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d883d0>\r\n<<<\n 7519 1726888134.95636: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc'\r\n# possible namespace for /usr/lib/python3.9/site-packages/gi\r\n<<<\n 7519 1726888134.95748: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc'\r\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d88d00>\r\n<<<\n 7519 1726888134.95828: stdout chunk (state=3):\n>>># extension module 'gi._gi' loaded from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gi._gi' executed from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450d88b50>\r\n<<<\n 7519 1726888134.95857: stdout chunk (state=3):\n>>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d88520>\r\n<<<\n 7519 1726888134.95908: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc'\r\n<<<\n 7519 1726888134.95944: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc'\r\n<<<\n 7519 1726888134.95978: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888134.96037: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc'\r\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c940>\r\n<<<\n 7519 1726888134.96057: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc'\r\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2ca30>\r\n<<<\n 7519 1726888134.96101: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc'\r\n<<<\n 7519 1726888134.96174: stdout chunk (state=3):\n>>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2cd30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc'\r\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d3b340>\r\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c2e0>\r\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17e80>\r\n<<<\n 7519 1726888134.96247: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.96316: stdout chunk (state=3):\n>>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c460>\r\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17b20>\r\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d888e0>\r\n<<<\n 7519 1726888134.96334: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n<<<\n 7519 1726888134.96411: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc'\r\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2b490>\r\n<<<\n 7519 1726888134.96459: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n<<<\n 7519 1726888134.96511: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc'\r\n<<<\n 7519 1726888134.96588: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n<<<\n 7519 1726888134.96646: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc'\r\n<<<\n 7519 1726888134.96815: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c44f10>\r\n<<<\n 7519 1726888134.96868: stdout chunk (state=3):\n>>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2bcd0>\r\n<<<\n 7519 1726888134.96895: stdout chunk (state=3):\n>>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2b820>\r\n<<<\n 7519 1726888134.97092: stdout chunk (state=3):\n>>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d3bf40>\r\n<<<\n 7519 1726888134.97157: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc'\r\n<<<\n 7519 1726888134.97190: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3d90>\r\n<<<\n 7519 1726888134.97217: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n<<<\n 7519 1726888134.97274: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc'\r\n<<<\n 7519 1726888134.97303: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n<<<\n 7519 1726888134.97319: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc'\r\n<<<\n 7519 1726888134.97378: stdout chunk (state=3):\n>>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c11310>\r\n<<<\n 7519 1726888134.97463: stdout chunk (state=3):\n>>># extension module '_elementtree' loaded from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_elementtree' executed from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450c11f10>\r\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3e20>\r\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3760>\r\n<<<\n 7519 1726888134.97518: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc'\r\n<<<\n 7519 1726888134.97543: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n<<<\n 7519 1726888134.97568: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc'\r\n<<<\n 7519 1726888134.97592: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n<<<\n 7519 1726888134.97620: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc'\r\n<<<\n 7519 1726888134.97654: stdout chunk (state=3):\n>>>import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c22f40>\r\n<<<\n 7519 1726888134.97830: stdout chunk (state=3):\n>>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c22400>\r\n<<<\n 7519 1726888134.97865: stdout chunk (state=3):\n>>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf6850>\r\n<<<\n 7519 1726888134.97902: stdout chunk (state=3):\n>>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dc1880>\r\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9eee0>\r\n<<<\n 7519 1726888134.97980: stdout chunk (state=3):\n>>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45108c550>\r\n<<<\n 7519 1726888134.98018: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888134.98064: stdout chunk (state=3):\n>>>import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451018820>\r\n<<<\n 7519 1726888134.98093: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc'\r\nimport 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ba4df0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n<<<\n 7519 1726888134.98129: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc'\r\n<<<\n 7519 1726888134.98199: stdout chunk (state=3):\n>>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ba4f70>\r\n<<<\n 7519 1726888134.98240: stdout chunk (state=3):\n>>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8f10>\r\n<<<\n 7519 1726888134.98307: stdout chunk (state=3):\n>>>import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511989a0>\r\n<<<\n 7519 1726888134.98332: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc'\r\n# /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\r\n<<<\n 7519 1726888134.98372: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc'\r\n<<<\n 7519 1726888134.98418: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc'\r\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b566d0>\r\n<<<\n 7519 1726888134.98542: stdout chunk (state=3):\n>>>import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bc6b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc'\r\n<<<\n 7519 1726888134.98609: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62100>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc'\r\n<<<\n 7519 1726888134.98696: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b623a0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b625e0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc'\r\n<<<\n 7519 1726888134.98787: stdout chunk (state=3):\n>>>import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62820>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc'\r\nimport 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62a00>\r\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b56c70>\r\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b569a0>\r\n<<<\n 7519 1726888134.98827: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc'\r\nimport 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b56e80>\r\n<<<\n 7519 1726888134.98906: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc'\r\nimport 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b723d0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc'\r\nimport 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72880>\r\n<<<\n 7519 1726888134.98971: stdout chunk (state=3):\n>>>import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b724f0>\r\n<<<\n 7519 1726888134.99038: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc'\r\n<<<\n 7519 1726888134.99082: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc'\r\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b0e190>\r\n<<<\n 7519 1726888134.99130: stdout chunk (state=3):\n>>>import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72cd0>\r\n<<<\n 7519 1726888134.99159: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc'\r\nimport 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72e20>\r\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a53d0>\r\n<<<\n 7519 1726888134.99221: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n<<<\n 7519 1726888134.99306: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'librepo._librepo' loaded from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\n# extension module 'librepo._librepo' executed from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\nimport 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450b1bb20>\r\n<<<\n 7519 1726888134.99382: stdout chunk (state=3):\n>>>import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511986a0>\r\n<<<\n 7519 1726888134.99401: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451220520>\r\n<<<\n 7519 1726888134.99457: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc'\r\n<<<\n 7519 1726888134.99484: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc'\r\n<<<\n 7519 1726888134.99512: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc'\r\n<<<\n 7519 1726888134.99559: stdout chunk (state=3):\n>>>import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc'\r\n<<<\n 7519 1726888134.99638: stdout chunk (state=3):\n>>># /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc'\r\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3d910>\r\n<<<\n 7519 1726888134.99716: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc'\r\nimport 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b446a0>\r\n<<<\n 7519 1726888134.99761: stdout chunk (state=3):\n>>>import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3df40>\r\n<<<\n 7519 1726888134.99820: stdout chunk (state=3):\n>>>import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32af0>\r\n<<<\n 7519 1726888134.99873: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc'\r\nimport 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3d370>\r\n<<<\n 7519 1726888134.99937: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc'\r\nimport 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4d640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc'\r\nimport 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4d850>\r\n<<<\n 7519 1726888135.00028: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc'\r\nimport 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4db50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc'\r\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4de20>\r\n<<<\n 7519 1726888135.00100: stdout chunk (state=3):\n>>>import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b320d0>\r\nimport 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b1bcd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.notify_packagekit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ad1130>\r\n<<<\n 7519 1726888135.70921: stdout chunk (state=3):\n>>>\r\n{\"msg\": \"Check mode: No changes made, but would have if not in check mode\", \"changed\": true, \"results\": [\"Installed: cockpit-session-recording-16-1.el9.noarch\"], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"cockpit-session-recording\"], \"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, \"state\": null}}}\r\n<<<\n 7519 1726888135.72008: stdout chunk (state=3):\n>>># destroy dnf.plugin.dynamic\r\n<<<\n 7519 1726888135.72268: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888135.72969: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888135.72977: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n<<<\n 7519 1726888135.73005: stdout chunk (state=3):\n>>># restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n<<<\n 7519 1726888135.73409: stdout chunk (state=3):\n>>># destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n<<<\n 7519 1726888135.73415: stdout chunk (state=3):\n>>># cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n# cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n# cleanup[2] removing gpg.constants.tofu\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n<<<\n 7519 1726888135.73420: stdout chunk (state=3):\n>>># cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n<<<\n 7519 1726888135.73424: stdout chunk (state=3):\n>>># cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n# destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n# cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n<<<\n 7519 1726888135.73427: stdout chunk (state=3):\n>>># cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n# cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.compat\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n# cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n# cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n# cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n# cleanup[2] removing dnf.plugin.dynamic.notify_packagekit\r\n# destroy dnf.plugin.dynamic.notify_packagekit\r\n<<<\n 7519 1726888135.74263: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888135.74269: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n<<<\n 7519 1726888135.74303: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n<<<\n 7519 1726888135.74326: stdout chunk (state=3):\n>>># destroy netrc\r\n<<<\n 7519 1726888135.74358: stdout chunk (state=3):\n>>># destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n<<<\n 7519 1726888135.74377: stdout chunk (state=3):\n>>># destroy systemd.journal\r\n<<<\n 7519 1726888135.74391: stdout chunk (state=3):\n>>># destroy iniparse.compat\r\n# destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n# destroy rhsmlib.facts.dmidecodeparser\r\n# destroy rhsmlib.facts.all\r\n# destroy rhsmlib.dbus\r\n# destroy rhsmlib.dbus.server\r\n# destroy rhsmlib.client_info\r\n# destroy librepo\r\n<<<\n 7519 1726888135.74466: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.action_client\r\n# cleanup[3] wiping subscription_manager.installedproductslib\r\n# cleanup[3] wiping subscription_manager.packageprofilelib\r\n# cleanup[3] wiping subscription_manager.factlib\r\n# cleanup[3] wiping subscription_manager.healinglib\r\n# cleanup[3] wiping subscription_manager.identitycertlib\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n<<<\n 7519 1726888135.74473: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n# cleanup[3] wiping subscription_manager.content_action_client\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n# cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n# cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n<<<\n 7519 1726888135.74476: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.base_plugin\r\n# cleanup[3] wiping subscription_manager.cp_provider\r\n# cleanup[3] wiping subscription_manager.validity\r\n# cleanup[3] wiping subscription_manager.identity\r\n# cleanup[3] wiping subscription_manager.facts\r\n<<<\n 7519 1726888135.74481: stdout chunk (state=3):\n>>># cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n# cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n# cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n# destroy subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.cache\r\n<<<\n 7519 1726888135.74501: stdout chunk (state=3):\n>>># destroy rhsmlib.services.syspurpose\r\n# cleanup[3] wiping rhsm.logutil\r\n# cleanup[3] wiping logging.config\r\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\r\n# destroy xml.etree.ElementTree\r\n# cleanup[3] wiping _elementtree\r\n# cleanup[3] wiping xml.etree.ElementPath\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n# cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n# cleanup[3] wiping gi.repository\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides<<<\n 7519 1726888135.74523: stdout chunk (state=3):\n>>>\r\n# destroy gi.overrides.GLib\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n<<<\n 7519 1726888135.74547: stdout chunk (state=3):\n>>># destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n# cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib\r\n<<<\n 7519 1726888135.74580: stdout chunk (state=3):\n>>># cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider\r\n# cleanup[3] wiping requests\r\n<<<\n 7519 1726888135.74598: stdout chunk (state=3):\n>>># destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages<<<\n 7519 1726888135.74604: stdout chunk (state=3):\n>>>\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n<<<\n 7519 1726888135.74619: stdout chunk (state=3):\n>>># destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n# destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel\r\n# destroy chardet.langrussianmodel\r\n<<<\n 7519 1726888135.74641: stdout chunk (state=3):\n>>># destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection\r\n<<<\n 7519 1726888135.74668: stdout chunk (state=3):\n>>># cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n<<<\n 7519 1726888135.74736: stdout chunk (state=3):\n>>># cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n<<<\n 7519 1726888135.74788: stdout chunk (state=3):\n>>># cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n# cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n# cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n# destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n# cleanup[3] wiping iniparse.ini\r\n<<<\n 7519 1726888135.74796: stdout chunk (state=3):\n>>># destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n<<<\n 7519 1726888135.74820: stdout chunk (state=3):\n>>># destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n<<<\n 7519 1726888135.74929: stdout chunk (state=3):\n>>># destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n# cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n<<<\n 7519 1726888135.74983: stdout chunk (state=3):\n>>># destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n# destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n# cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n<<<\n 7519 1726888135.75074: stdout chunk (state=3):\n>>># cleanup[3] wiping gpg._gpgme\r\n<<<\n 7519 1726888135.75177: stdout chunk (state=3):\n>>># cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n# cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n<<<\n 7519 1726888135.75274: stdout chunk (state=3):\n>>># cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n<<<\n 7519 1726888135.75336: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n<<<\n 7519 1726888135.75343: stdout chunk (state=3):\n>>># cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n<<<\n 7519 1726888135.75586: stdout chunk (state=3):\n>>># cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888135.75668: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888135.75706: stdout chunk (state=3):\n>>># destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n<<<\n 7519 1726888135.75730: stdout chunk (state=3):\n>>># destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n<<<\n 7519 1726888135.75744: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n<<<\n 7519 1726888135.76824: stdout chunk (state=3):\n>>># destroy xml.etree.ElementPath\r\n# destroy _elementtree\r\n<<<\n 7519 1726888135.76845: stdout chunk (state=3):\n>>># destroy _heapq\r\n<<<\n 7519 1726888135.76853: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888135.76886: stdout chunk (state=3):\n>>># destroy platform\r\n<<<\n 7519 1726888135.76890: stdout chunk (state=3):\n>>># destroy _uuid\r\n<<<\n 7519 1726888135.76921: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n<<<\n 7519 1726888135.76948: stdout chunk (state=3):\n>>># destroy _compat_pickle\r\n<<<\n 7519 1726888135.76965: stdout chunk (state=3):\n>>># destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n# destroy gi._gi\r\n# destroy gi._gobject\r\n<<<\n 7519 1726888135.76972: stdout chunk (state=3):\n>>># destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n<<<\n 7519 1726888135.77000: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n<<<\n 7519 1726888135.77021: stdout chunk (state=3):\n>>># destroy stat\r\n<<<\n 7519 1726888135.77029: stdout chunk (state=3):\n>>># destroy selectors\r\n<<<\n 7519 1726888135.77063: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n<<<\n 7519 1726888135.77074: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888135.77106: stdout chunk (state=3):\n>>># destroy gzip\r\n<<<\n 7519 1726888135.77154: stdout chunk (state=3):\n>>># destroy rhsmlib.facts.dmiinfo\r\n# destroy requests\r\n# destroy iniparse.ini\r\n<<<\n 7519 1726888135.77234: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy signal\r\n# destroy queue\r\n# destroy shlex\r\n<<<\n 7519 1726888135.77251: stdout chunk (state=3):\n>>># destroy pwd\r\n<<<\n 7519 1726888135.77270: stdout chunk (state=3):\n>>># destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n<<<\n 7519 1726888135.77281: stdout chunk (state=3):\n>>># destroy _stat\r\n# destroy http.cookies\r\n<<<\n 7519 1726888135.77329: stdout chunk (state=3):\n>>># destroy urllib.parse\r\n<<<\n 7519 1726888135.77365: stdout chunk (state=3):\n>>># destroy _weakref\r\n<<<\n 7519 1726888135.77380: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy posix\r\n<<<\n 7519 1726888135.77420: stdout chunk (state=3):\n>>># destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n<<<\n 7519 1726888135.77450: stdout chunk (state=3):\n>>># destroy _opcode\r\n<<<\n 7519 1726888135.77478: stdout chunk (state=3):\n>>># destroy requests.sessions\r\n# destroy json.scanner\r\n# destroy _json\r\n<<<\n 7519 1726888135.77496: stdout chunk (state=3):\n>>># destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n<<<\n 7519 1726888135.77518: stdout chunk (state=3):\n>>># destroy fcntl\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n<<<\n 7519 1726888135.77542: stdout chunk (state=3):\n>>># destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings\r\n# destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n<<<\n 7519 1726888135.77562: stdout chunk (state=3):\n>>># destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n# destroy hashlib\r\n<<<\n 7519 1726888135.77577: stdout chunk (state=3):\n>>># destroy encodings\r\n# destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n<<<\n 7519 1726888135.77631: stdout chunk (state=3):\n>>># destroy calendar\r\n# destroy dateutil.tz\r\n# destroy six\r\n<<<\n 7519 1726888135.77681: stdout chunk (state=3):\n>>># destroy codecs\r\n<<<\n 7519 1726888135.77701: stdout chunk (state=3):\n>>># destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util\r\n<<<\n 7519 1726888135.77783: stdout chunk (state=3):\n>>># destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n<<<\n 7519 1726888135.77811: stdout chunk (state=3):\n>>># destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n<<<\n 7519 1726888135.77823: stdout chunk (state=3):\n>>># destroy http.client\r\n# destroy email\r\n<<<\n 7519 1726888135.77873: stdout chunk (state=3):\n>>># destroy string\r\n<<<\n 7519 1726888135.77879: stdout chunk (state=3):\n>>># destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n<<<\n 7519 1726888135.77894: stdout chunk (state=3):\n>>># destroy errno\r\n# destroy select\r\n<<<\n 7519 1726888135.77907: stdout chunk (state=3):\n>>># destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n# destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n# destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n<<<\n 7519 1726888135.77937: stdout chunk (state=3):\n>>># destroy pyexpat\r\n# destroy threading\r\n<<<\n 7519 1726888135.77949: stdout chunk (state=3):\n>>># destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n<<<\n 7519 1726888135.78075: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n<<<\n 7519 1726888135.78083: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 7519 1726888135.78682: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888135.78748: stderr chunk (state=3):\n>>><<<\n 7519 1726888135.78758: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455057850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455095880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45502dd90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455057d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dadeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db1f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454da7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454daf640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dad370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454cb9dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb98b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12d30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d0c610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d1f670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db5e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454ccbc70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454d1f280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbfa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbd90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbd00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c9f370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c9f460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cd3fa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccda30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccd490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bed1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c89c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccdeb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bfeaf0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bfee20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c11730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c11c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454ba93a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bfef10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bb9280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c115b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bb9340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd56a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd5760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454be21f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd58e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bc8a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb5b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd5a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc4545e7670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544e67f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544f7760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544f7400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f77c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544657c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454465b50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544659a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454483b20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454570d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454570190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544e1a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45447d310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454515970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454545d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544479a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544550d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45451c700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454455100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454453580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454453640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454452c70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4545e7820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d8af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d79d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454448850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d8520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454510ac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45401fd30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454434550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454411040>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544cd9d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45401f610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45455f7f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544d7610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45442fc70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454415bb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544137f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'email\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdaf0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'email.mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdfd0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc\\'\\r\\nimport \\'quopri\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd2e0>\\r\\nimport \\'email.encoders\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd880>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc\\'\\r\\nimport \\'email.errors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426880>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc\\'\\r\\nimport \\'email.quoprimime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d22d00>\\r\\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc\\'\\r\\nimport \\'email.base64mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c280>\\r\\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc\\'\\r\\nimport \\'email.charset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c460>\\r\\nimport \\'email.header\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d22460>\\r\\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3cf40>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc\\'\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3ce50>\\r\\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc\\'\\r\\nimport \\'calendar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc78b0>\\r\\nimport \\'email._parseaddr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d76340>\\r\\nimport \\'email.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c910>\\r\\nimport \\'email._policybase\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426130>\\r\\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc\\'\\r\\nimport \\'email._encoded_words\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453fb1460>\\r\\nimport \\'email._header_value_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440d370>\\r\\nimport \\'email.headerregistry\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc74f0>\\r\\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc\\'\\r\\nimport \\'uu\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcda00>\\r\\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc\\'\\r\\nimport \\'email.iterators\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcdc40>\\r\\nimport \\'email.message\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454002130>\\r\\nimport \\'email.contentmanager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440dd00>\\r\\nimport \\'email.policy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544265e0>\\r\\nimport \\'email.mime.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426820>\\r\\nimport \\'email.mime.nonmultipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd790>\\r\\nimport \\'email.mime.application\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdfa0>\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc\\'\\r\\nimport \\'email.mime.multipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffda30>\\r\\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc\\'\\r\\nimport \\'email.feedparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcdf40>\\r\\nimport \\'email.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426a00>\\r\\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'http\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcd370>\\r\\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453dd76a0>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d27a30>\\r\\nimport \\'http.client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcd1c0>\\r\\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc\\'\\r\\nimport \\'mimetypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d6b340>\\r\\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc\\'\\r\\nimport \\'netrc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d7cc70>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d44bb0>\\r\\nimport \\'urllib.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d7ce80>\\r\\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\\r\\n# code object from \\'/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc\\'\\r\\nimport \\'urllib.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d44e50>\\r\\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc\\'\\r\\nimport \\'http.cookiejar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc8550>\\r\\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc\\'\\r\\nimport \\'gzip\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453aebc70>\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\\r\\n# zipimport: zlib available\\r\\nimport \\'gc\\' # \\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\\r\\n# code object from \\'/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc\\'\\r\\nimport \\'email.mime.text\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4ebe0>\\r\\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4ed60>\\r\\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\\'\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453a9f460>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4efd0>\\r\\nimport \\'dnf.pycomp\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e280>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc\\'\\r\\nimport \\'dnf.const\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e850>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._error\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_error.so\\'\\r\\n# extension module \\'libdnf._error\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_error.so\\'\\r\\nimport \\'libdnf._error\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4539d39a0>\\r\\nimport \\'libdnf.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3550>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._common_types\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\\'\\r\\n# extension module \\'libdnf._common_types\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\\'\\r\\nimport \\'libdnf._common_types\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453975520>\\r\\nimport \\'libdnf.common_types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d39d0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._conf\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\\'\\r\\n# extension module \\'libdnf._conf\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\\'\\r\\nimport \\'libdnf._conf\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4538d4df0>\\r\\nimport \\'libdnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539f52b0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._module\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_module.so\\'\\r\\n# extension module \\'libdnf._module\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_module.so\\'\\r\\nimport \\'libdnf._module\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4520e32b0>\\r\\nimport \\'libdnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539a8880>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._repo\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\\'\\r\\n# extension module \\'libdnf._repo\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\\'\\r\\nimport \\'libdnf._repo\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451fb0e50>\\r\\nimport \\'libdnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520c2550>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._transaction\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\\'\\r\\n# extension module \\'libdnf._transaction\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\\'\\r\\nimport \\'libdnf._transaction\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f1c9d0>\\r\\nimport \\'libdnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520e34f0>\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._utils\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\\'\\r\\n# extension module \\'libdnf._utils\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\\'\\r\\nimport \\'libdnf._utils\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f15d30>\\r\\nimport \\'libdnf.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f1cf70>\\r\\nimport \\'libdnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3100>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451e44af0>\\r\\nimport \\'dnf.i18n\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44310>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.yum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e586d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'dnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65280>\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'rpm._rpm\\' loaded from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'rpm._rpm\\' executed from \\'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'rpm._rpm\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451e65820>\\r\\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65c70>\\r\\nimport \\'rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65340>\\r\\nimport \\'dnf.yum.rpmtrans\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58760>\\r\\nimport \\'dnf.callback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e4ed90>\\r\\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'hawkey._hawkey\\' loaded from \\'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\\'\\r\\n# extension module \\'hawkey._hawkey\\' executed from \\'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\\'\\r\\nimport \\'hawkey._hawkey\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451a16eb0>\\r\\nimport \\'hawkey\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58160>\\r\\nimport \\'dnf.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44c70>\\r\\nimport \\'dnf.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f47700>\\r\\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'libcomps._libpycomps\\' loaded from \\'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\\'\\r\\n# extension module \\'libcomps._libpycomps\\' executed from \\'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\\'\\r\\nimport \\'libcomps._libpycomps\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f47e20>\\r\\nimport \\'libcomps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f478b0>\\r\\nimport \\'dnf.comps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3250>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.db\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a25d30>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc\\'\\r\\n# extension module \\'gpg._gpgme\\' loaded from \\'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'gpg._gpgme\\' executed from \\'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'gpg._gpgme\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4518951f0>\\r\\nimport \\'gpg.gpgme\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451935280>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'gpg.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519427c0>\\r\\nimport \\'gpg.errors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4518e8e20>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.data.encoding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e50>\\r\\nimport \\'gpg.constants.data\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942b80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.keylist.mode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942fd0>\\r\\nimport \\'gpg.constants.keylist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e20>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sig.mode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799190>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sig.notation\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799220>\\r\\nimport \\'gpg.constants.sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942f10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.tofu.policy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517993a0>\\r\\nimport \\'gpg.constants.tofu\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e80>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.create\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942c10>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.event\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517991c0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.import_type\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799400>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.keysign\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799490>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.md\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799520>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.pk\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517995b0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.protocol\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799640>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.sigsum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517996d0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.status\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799760>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc\\'\\r\\nimport \\'gpg.constants.validity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517997f0>\\r\\nimport \\'gpg.constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519421f0>\\r\\nimport \\'gpg.core\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45191c190>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451799bb0>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799910>\\r\\nimport \\'gpg.callbacks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519423d0>\\r\\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'gpg.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942fa0>\\r\\nimport \\'gpg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913c70>\\r\\nimport \\'dnf.crypto\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913280>\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913460>\\r\\nimport \\'dnf.yum.misc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49b20>\\r\\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc\\'\\r\\nimport \\'dnf.db.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913df0>\\r\\nimport \\'dnf.db.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a25cd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc\\'\\r\\nimport \\'dnf.conf.substitutions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1c10>\\r\\nimport \\'dnf.conf.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b14c0>\\r\\nimport \\'dnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49910>\\r\\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc\\'\\r\\nimport \\'dnf.lock\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45174f280>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701160>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4517011f0>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451762670>\\r\\nimport \\'logging.handlers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45174f6a0>\\r\\nimport \\'dnf.logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451743a60>\\r\\nimport \\'dnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1f70>\\r\\nimport \\'dnf.conf.read\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1eb0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701fa0>\\r\\nimport \\'dnf.rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701760>\\r\\nimport \\'dnf.dnssec\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1d60>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc\\'\\r\\nimport \\'dnf.drpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45173a910>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc\\'\\r\\nimport \\'dnf.goal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725820>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc\\'\\r\\nimport \\'dnf.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517258b0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725a30>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc\\'\\r\\n# extension module \\'libdnf._smartcols\\' loaded from \\'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\\'\\r\\n# extension module \\'libdnf._smartcols\\' executed from \\'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\\'\\r\\nimport \\'libdnf._smartcols\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453e40190>\\r\\nimport \\'libdnf.smartcols\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451735160>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc\\'\\r\\nimport \\'dnf.selector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e401f0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'dnf.module.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e402e0>\\r\\nimport \\'dnf.module.module_base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517259d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc\\'\\r\\nimport \\'dnf.persistor\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725f70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc\\'\\r\\n# extension module \\'_opcode\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_opcode\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_opcode\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45156b3a0>\\r\\nimport \\'opcode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45156b160>\\r\\nimport \\'dis\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45155b9a0>\\r\\nimport \\'inspect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e519a0>\\r\\nimport \\'dnf.plugin\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e40e80>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc\\'\\r\\nimport \\'dnf.query\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e51c70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc\\'\\r\\nimport \\'dnf.repodict\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e59970>\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451579700>\\r\\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc\\'\\r\\nimport \\'dnf.rpm.miscutils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451579340>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc\\'\\r\\nimport \\'dnf.package\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451587640>\\r\\nimport \\'dnf.sack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451587160>\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc\\'\\r\\nimport \\'dnf.subject\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4515874c0>\\r\\nimport \\'dnf.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e940>\\r\\nimport \\'dnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e7f0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dnfpluginscore\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451590f70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.format\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451545f70>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_curses\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_curses\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_curses\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4514e1d60>\\r\\nimport \\'curses\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1be0>\\r\\nimport \\'dnf.cli.term\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e13a0>\\r\\nimport \\'dnf.cli.progress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1160>\\r\\nimport \\'dnf.cli.output\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530eb0>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e11f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.option_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45150c130>\\r\\nimport \\'dnf.cli.commands\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1e80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.alias\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514fc9a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.autoremove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45150cfa0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.check\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f190>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.clean\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f2e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.repoquery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f8e0>\\r\\nimport \\'dnf.cli.commands.deplist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f610>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.distrosync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f9a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.downgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141b5e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141b6d0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc\\'\\r\\nimport \\'dnf.transaction_sr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141beb0>\\r\\nimport \\'dnf.cli.commands.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141bac0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141bf10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.makecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433af0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.mark\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433c10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433e50>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.reinstall\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c22e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.remove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c2cd0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.repolist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c2e20>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc\\'\\r\\nimport \\'dnf.match_counter\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1520>\\r\\nimport \\'dnf.cli.commands.search\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1100>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc\\'\\r\\nimport \\'cmd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1f10>\\r\\nimport \\'dnf.cli.commands.shell\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1a60>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.swap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1d60>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.updateinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513df7f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513dff70>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrademinimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ec280>\\r\\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc\\'\\r\\nimport \\'dnf.cli.demand\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ec370>\\r\\nimport \\'dnf.cli.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530490>\\r\\nimport \\'dnf.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4515301f0>\\r\\nimport \\'dnf.plugin.dynamic.builddep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451590cd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc\\'\\r\\nimport \\'dateutil._version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecee0>\\r\\nimport \\'dateutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecc10>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc\\'\\r\\nimport \\'six\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513865b0>\\r\\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc\\'\\r\\nimport \\'numbers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45138f4f0>\\r\\n# extension module \\'_decimal\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_decimal\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_decimal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451386e50>\\r\\nimport \\'decimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451386dc0>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc\\'\\r\\nimport \\'dateutil._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bb730>\\r\\nimport \\'dateutil.relativedelta\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bb1c0>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc\\'\\r\\nimport \\'six.moves\\' # \\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc\\'\\r\\nimport \\'dateutil.tz._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451308a60>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc\\'\\r\\nimport \\'dateutil.tz._factories\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451308c40>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc\\'\\r\\n# destroy dateutil.tz.win\\r\\nimport \\'dateutil.tz.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bbca0>\\r\\nimport \\'dateutil.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bba30>\\r\\nimport \\'dateutil.parser._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513f9130>\\r\\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc\\'\\r\\nimport \\'dateutil.parser.isoparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513861f0>\\r\\nimport \\'dateutil.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecac0>\\r\\nimport \\'dnf.plugin.dynamic.changelog\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530220>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.config_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329160>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.copr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329490>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debug\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329d00>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debuginfo-install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512be610>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.download\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512beb80>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\\r\\n# code object from \\'/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc\\'\\r\\n# extension module \\'_sqlite3\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sqlite3\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sqlite3\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4512cbc40>\\r\\nimport \\'sqlite3.dbapi2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb820>\\r\\nimport \\'sqlite3\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb580>\\r\\nimport \\'dnf.plugin.dynamic.generate_completion_cache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb1f0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.groups_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb430>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc\\'\\r\\nimport \\'dbus._compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9bb0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'dbus.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9c40>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc\\'\\r\\n# extension module \\'_dbus_bindings\\' loaded from \\'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\\'\\r\\n# extension module \\'_dbus_bindings\\' executed from \\'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\\'\\r\\nimport \\'_dbus_bindings\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4512e7280>\\r\\nimport \\'dbus.types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9dc0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc\\'\\r\\nimport \\'dbus.lowlevel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511ee2e0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8340>\\r\\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml.parsers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f82e0>\\r\\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc\\'\\r\\n# extension module \\'pyexpat\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'pyexpat\\' executed from \\'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'pyexpat\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4511f8490>\\r\\nimport \\'xml.parsers.expat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f81f0>\\r\\nimport \\'dbus._expat_introspect_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511eed00>\\r\\nimport \\'dbus.proxies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511ee3a0>\\r\\nimport \\'dbus.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512f5a30>\\r\\nimport \\'dbus.bus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7fa0>\\r\\nimport \\'dbus._dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7940>\\r\\nimport \\'dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d97f0>\\r\\nimport \\'dnf.plugin.dynamic.needs_restarting\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cbfd0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repoclosure\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9940>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repodiff\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511eed90>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repograph\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8760>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repomanage\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f89d0>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.reposync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8f40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.system_upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451214730>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451198910>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a5b80>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc\\'\\r\\n# extension module \\'rhsm._certificate\\' loaded from \\'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'rhsm._certificate\\' executed from \\'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'rhsm._certificate\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4511c7130>\\r\\nimport \\'rhsm.certificate\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a5be0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc\\'\\r\\nimport \\'iniparse.configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451176400>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc\\'\\r\\nimport \\'iniparse.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451176520>\\r\\nimport \\'iniparse.ini\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168490>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc\\'\\r\\nimport \\'iniparse.compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511687c0>\\r\\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'iniparse.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45117b910>\\r\\nimport \\'iniparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168130>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.i18n\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511681f0>\\r\\nimport \\'rhsm.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45115ca90>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.injection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45117bdc0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511111f0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.services\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511112e0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.services.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451111400>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc\\'\\r\\nimport \\'ntpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510e6640>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45113af40>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc\\'\\r\\nimport \\'rhsm.https\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45114d9d0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc\\'\\r\\nimport \\'rhsm.ourjson\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45114da60>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'rhsm.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510e62b0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510f73a0>\\r\\nimport \\'rhsm.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45111ed00>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc\\'\\r\\nimport \\'rhsm.bitstream\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451127970>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc\\'\\r\\nimport \\'rhsm.huffman\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510a6880>\\r\\nimport \\'rhsm.pathtree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451127280>\\r\\nimport \\'rhsm.certificate2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451111bb0>\\r\\nimport \\'subscription_manager.certdirectory\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511c4d90>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc\\'\\r\\nimport \\'pprint\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510ca640>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.branding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510cadf0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058160>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cpuinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058a90>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.collection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510781c0>\\r\\nimport \\'rhsmlib.facts.collector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058d60>\\r\\nimport \\'rhsmlib.facts.hwprobe\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510581f0>\\r\\nimport \\'subscription_manager.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8880>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'cloud_what\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510312e0>\\r\\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cleanup\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031dc0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.virt\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031f40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.dmidecodeparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451039be0>\\r\\nimport \\'rhsmlib.facts.dmiinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510397c0>\\r\\nimport \\'rhsmlib.facts.firmware_info\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451039310>\\r\\nimport \\'rhsmlib.facts.host_collector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031a60>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.custom\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031bb0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc\\'\\r\\nimport \\'urllib3.packages.ssl_match_hostname\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe5a00>\\r\\nimport \\'urllib3.packages\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe5670>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc\\'\\r\\nimport \\'urllib3.packages.six\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe56d0>\\r\\nimport \\'urllib3.packages.six.moves\\' # \\r\\nimport \\'urllib3.packages.six.moves.http_client\\' # \\r\\nimport \\'urllib3.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb610>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc\\'\\r\\nimport \\'urllib3._version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb7f0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'urllib3.contrib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92910>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc\\'\\r\\nimport \\'urllib3.contrib._appengine_environ\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92ac0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.wait\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92c70>\\r\\nimport \\'urllib3.util.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f925b0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f928b0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9e0d0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.retry\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9e130>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc\\'\\r\\nimport \\'hmac\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450faa340>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.url\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450faa910>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.ssltransport\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fcbe80>\\r\\nimport \\'urllib3.util.ssl_\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9ec40>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.timeout\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9eb20>\\r\\nimport \\'urllib3.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92250>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.proxy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92310>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc\\'\\r\\nimport \\'urllib3._collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92040>\\r\\nimport \\'urllib3.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fefaf0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc\\'\\r\\nimport \\'urllib3.fields\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f528e0>\\r\\nimport \\'urllib3.filepost\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f52520>\\r\\nimport \\'urllib3.packages.six.moves.urllib\\' # \\r\\nimport \\'urllib3.packages.six.moves.urllib.parse\\' # \\r\\nimport \\'urllib3.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510009a0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc\\'\\r\\nimport \\'urllib3.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f922e0>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc\\'\\r\\nimport \\'urllib3.util.queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f52d60>\\r\\nimport \\'urllib3.connectionpool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb940>\\r\\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc\\'\\r\\nimport \\'urllib3.poolmanager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f5f910>\\r\\nimport \\'urllib3\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048fa0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc\\'\\r\\nimport \\'chardet.enums\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77280>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.charsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f774f0>\\r\\nimport \\'chardet.charsetgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d0a0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc\\'\\r\\nimport \\'chardet.codingstatemachine\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77df0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc\\'\\r\\nimport \\'chardet.escsm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80190>\\r\\nimport \\'chardet.escprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f779d0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.latin1prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77c40>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc\\'\\r\\nimport \\'chardet.mbcssm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80c40>\\r\\nimport \\'chardet.utf8prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f807f0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.mbcharsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80fa0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.euctwfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89b50>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.euckrfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89c10>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc\\'\\r\\nimport \\'chardet.gb2312freq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89ca0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc\\'\\r\\nimport \\'chardet.big5freq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89d30>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc\\'\\r\\nimport \\'chardet.jisfreq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89dc0>\\r\\nimport \\'chardet.chardistribution\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f894f0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc\\'\\r\\nimport \\'chardet.jpcntx\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89f70>\\r\\nimport \\'chardet.sjisprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80b20>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.eucjpprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3370>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.gb2312prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb36a0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.euckrprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3910>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.cp949prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3bb0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc\\'\\r\\nimport \\'chardet.big5prober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3e50>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.euctwprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8130>\\r\\nimport \\'chardet.mbcsgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80430>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.hebrewprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8490>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc\\'\\r\\nimport \\'chardet.sbcharsetprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb88b0>\\r\\nimport \\'chardet.langbulgarianmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8730>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langgreekmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8d00>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langhebrewmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8c40>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langrussianmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8d30>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langthaimodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec70d0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc\\'\\r\\nimport \\'chardet.langturkishmodel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec7160>\\r\\nimport \\'chardet.sbcsgroupprober\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80640>\\r\\nimport \\'chardet.universaldetector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d8b0>\\r\\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc\\'\\r\\nimport \\'chardet.version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d8e0>\\r\\nimport \\'chardet\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d430>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc\\'\\r\\nimport \\'requests.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80520>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc\\'\\r\\nimport \\'requests.__version__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb3a0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc\\'\\r\\nimport \\'requests.certs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec7fd0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\\r\\n# code object from \\'/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc\\'\\r\\nimport \\'http.cookies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c580>\\r\\nimport \\'requests.compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c370>\\r\\nimport \\'requests._internal_utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c100>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc\\'\\r\\nimport \\'requests.cookies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c400>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc\\'\\r\\nimport \\'requests.structures\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e66f40>\\r\\nimport \\'requests.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8c70>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc\\'\\r\\nimport \\'idna.package_data\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78a60>\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc\\'\\r\\nimport \\'idna.idnadata\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85250>\\r\\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc\\'\\r\\nimport \\'idna.intranges\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85310>\\r\\nimport \\'idna.core\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78af0>\\r\\nimport \\'idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78760>\\r\\nimport \\'requests.packages\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78670>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\\'\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e351c0>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85d00>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc\\'\\r\\nimport \\'requests.hooks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85f10>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc\\'\\r\\nimport \\'requests.auth\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85fd0>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc\\'\\r\\nimport \\'requests.status_codes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e35eb0>\\r\\nimport \\'requests.models\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78730>\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc\\'\\r\\nimport \\'socks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450de61c0>\\r\\nimport \\'urllib3.contrib.socks\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbdf0>\\r\\nimport \\'requests.adapters\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddb2e0>\\r\\nimport \\'requests.sessions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e4a850>\\r\\nimport \\'requests.api\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85b50>\\r\\nimport \\'requests\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048c40>\\r\\nimport \\'cloud_what._base_provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048550>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbf10>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.aws\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbc40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.azure\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450def910>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc\\'\\r\\nimport \\'cloud_what.providers.gcp\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450defd00>\\r\\nimport \\'cloud_what.provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031520>\\r\\nimport \\'rhsm.profile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451021880>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.jsonwrapper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a2e0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.isodate\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a670>\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'syspurpose\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a790>\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc\\'\\r\\nimport \\'syspurpose.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9e100>\\r\\nimport \\'syspurpose.files\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a850>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.certlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dac160>\\r\\nimport \\'subscription_manager.syspurposelib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9ea30>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc\\'\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc\\'\\r\\nimport \\'asyncore\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d52910>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc\\'\\r\\nimport \\'ctypes.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d5e550>\\r\\nimport \\'pyinotify\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dacee0>\\r\\nimport \\'rhsmlib.file_monitor\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dac700>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dc1a00>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc\\'\\r\\nimport \\'dbus.decorators\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77c40>\\r\\nimport \\'dbus.service\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77370>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc\\'\\r\\nimport \\'dbus.server\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77df0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'dbus.mainloop\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d882b0>\\r\\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc\\'\\r\\n# extension module \\'_dbus_glib_bindings\\' loaded from \\'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\\'\\r\\n# extension module \\'_dbus_glib_bindings\\' executed from \\'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\\'\\r\\nimport \\'_dbus_glib_bindings\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450d88430>\\r\\nimport \\'dbus.mainloop.glib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d882e0>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.dbus.constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d883d0>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# possible namespace for /usr/lib/python3.9/site-packages/gi\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc\\'\\r\\nimport \\'gi._error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d88d00>\\r\\n# extension module \\'gi._gi\\' loaded from \\'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'gi._gi\\' executed from \\'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'gi._gi\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450d88b50>\\r\\nimport \\'gi\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d88520>\\r\\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc\\'\\r\\nimport \\'gi._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c940>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc\\'\\r\\nimport \\'gi.docstring\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2ca30>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc\\'\\r\\nimport \\'gi._propertyhelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2cd30>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc\\'\\r\\nimport \\'gi._signalhelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d3b340>\\r\\nimport \\'gi.types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c2e0>\\r\\nimport \\'gi.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17e80>\\r\\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'gi.overrides\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c460>\\r\\nimport \\'gi.importer\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17b20>\\r\\nimport \\'gi.repository\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d888e0>\\r\\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc\\'\\r\\nimport \\'gi._ossighelper\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2b490>\\r\\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c44f10>\\r\\nimport \\'optparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2bcd0>\\r\\nimport \\'gi._option\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2b820>\\r\\nimport \\'gi.overrides.GLib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d3bf40>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'xml.etree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3d90>\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\\r\\n# code object from \\'/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc\\'\\r\\nimport \\'xml.etree.ElementPath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c11310>\\r\\n# extension module \\'_elementtree\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_elementtree\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_elementtree\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450c11f10>\\r\\nimport \\'xml.etree.ElementTree\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3e20>\\r\\nimport \\'rhsmlib.dbus.dbus_utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3760>\\r\\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc\\'\\r\\nimport \\'socketserver\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c22f40>\\r\\nimport \\'logging.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c22400>\\r\\nimport \\'rhsm.logutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf6850>\\r\\nimport \\'rhsmlib.dbus.server\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dc1880>\\r\\nimport \\'rhsmlib.services.syspurpose\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9eee0>\\r\\nimport \\'subscription_manager.cache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45108c550>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.model\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451018820>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.model.ent_cert\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ba4df0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.repofile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ba4f70>\\r\\nimport \\'subscription_manager.repolib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8f10>\\r\\nimport \\'subscription_manager.productid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511989a0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.reasons\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b566d0>\\r\\nimport \\'subscription_manager.cert_sorter\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bc6b50>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.insights\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62100>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.kpatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b623a0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.cloud_facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b625e0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.pkg_arches\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62820>\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.facts.network\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62a00>\\r\\nimport \\'rhsmlib.facts.all\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b56c70>\\r\\nimport \\'subscription_manager.facts\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b569a0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.identity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b56e80>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.validity\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b723d0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc\\'\\r\\nimport \\'rhsmlib.client_info\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72880>\\r\\nimport \\'subscription_manager.cp_provider\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b724f0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.base_plugin\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b0e190>\\r\\nimport \\'subscription_manager.plugins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72cd0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.lock\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72e20>\\r\\nimport \\'subscription_manager.injectioninit\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a53d0>\\r\\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'librepo._librepo\\' loaded from \\'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\\'\\r\\n# extension module \\'librepo._librepo\\' executed from \\'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\\'\\r\\nimport \\'librepo._librepo\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450b1bb20>\\r\\nimport \\'librepo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511986a0>\\r\\nimport \\'dnf.plugin.dynamic.product-id\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451220520>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.base_action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32640>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc\\'\\r\\n# /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\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.content_action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3d910>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.entbranding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b446a0>\\r\\nimport \\'subscription_manager.rhelentbranding\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3df40>\\r\\nimport \\'subscription_manager.entcertlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32af0>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.identitycertlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3d370>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.healinglib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4d640>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.factlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4d850>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.packageprofilelib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4db50>\\r\\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc\\'\\r\\nimport \\'subscription_manager.installedproductslib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4de20>\\r\\nimport \\'subscription_manager.action_client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b320d0>\\r\\nimport \\'dnf.plugin.dynamic.subscription-manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b1bcd0>\\r\\n# /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\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.upload-profile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32490>\\r\\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.notify_packagekit\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ad1130>\\r\\n\\r\\n{\"msg\": \"Check mode: No changes made, but would have if not in check mode\", \"changed\": true, \"results\": [\"Installed: cockpit-session-recording-16-1.el9.noarch\"], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"cockpit-session-recording\"], \"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, \"state\": null}}}\\r\\n# destroy dnf.plugin.dynamic\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing email\\r\\n# cleanup[2] removing email.mime\\r\\n# cleanup[2] removing quopri\\r\\n# cleanup[2] removing email.encoders\\r\\n# cleanup[2] removing email.errors\\r\\n# cleanup[2] removing email.quoprimime\\r\\n# cleanup[2] removing email.base64mime\\r\\n# cleanup[2] removing email.charset\\r\\n# cleanup[2] removing email.header\\r\\n# cleanup[2] removing urllib\\r\\n# cleanup[2] removing urllib.parse\\r\\n# cleanup[2] removing calendar\\r\\n# cleanup[2] removing email._parseaddr\\r\\n# cleanup[2] removing email.utils\\r\\n# cleanup[2] removing email._policybase\\r\\n# cleanup[2] removing email._encoded_words\\r\\n# cleanup[2] removing email._header_value_parser\\r\\n# cleanup[2] removing email.headerregistry\\r\\n# cleanup[2] removing uu\\r\\n# cleanup[2] removing email.iterators\\r\\n# cleanup[2] removing email.message\\r\\n# cleanup[2] removing email.contentmanager\\r\\n# cleanup[2] removing email.policy\\r\\n# cleanup[2] removing email.mime.base\\r\\n# cleanup[2] removing email.mime.nonmultipart\\r\\n# cleanup[2] removing email.mime.application\\r\\n# cleanup[2] removing email.mime.multipart\\r\\n# cleanup[2] removing email.feedparser\\r\\n# cleanup[2] removing email.parser\\r\\n# cleanup[2] removing http\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# cleanup[2] removing http.client\\r\\n# cleanup[2] removing mimetypes\\r\\n# cleanup[2] removing netrc\\r\\n# cleanup[2] removing urllib.response\\r\\n# cleanup[2] removing urllib.error\\r\\n# cleanup[2] removing urllib.request\\r\\n# cleanup[2] removing http.cookiejar\\r\\n# cleanup[2] removing gzip\\r\\n# cleanup[2] removing ansible.module_utils.urls\\r\\n# destroy ansible.module_utils.urls\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.common.respawn\\r\\n# destroy ansible.module_utils.common.respawn\\r\\n# cleanup[2] removing ansible.module_utils.yumdnf\\r\\n# destroy ansible.module_utils.yumdnf\\r\\n# cleanup[2] removing gc\\r\\n# cleanup[2] removing email.mime.text\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing dnf.pycomp\\r\\n# cleanup[2] removing dnf.const\\r\\n# cleanup[2] removing libdnf._error\\r\\n# cleanup[2] removing libdnf.error\\r\\n# cleanup[2] removing libdnf._common_types\\r\\n# cleanup[2] removing libdnf.common_types\\r\\n# cleanup[2] removing libdnf._conf\\r\\n# cleanup[2] removing libdnf.conf\\r\\n# cleanup[2] removing libdnf._module\\r\\n# cleanup[2] removing libdnf.module\\r\\n# cleanup[2] removing libdnf._repo\\r\\n# cleanup[2] removing libdnf.repo\\r\\n# cleanup[2] removing libdnf._transaction\\r\\n# cleanup[2] removing libdnf.transaction\\r\\n# cleanup[2] removing libdnf._utils\\r\\n# cleanup[2] removing libdnf.utils\\r\\n# cleanup[2] removing libdnf\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing dnf.i18n\\r\\n# cleanup[2] removing dnf.yum\\r\\n# cleanup[2] removing dnf.transaction\\r\\n# cleanup[2] removing rpm._rpm\\r\\n# cleanup[2] removing rpm.transaction\\r\\n# cleanup[2] removing rpm\\r\\n# cleanup[2] removing dnf.yum.rpmtrans\\r\\n# cleanup[2] removing dnf.callback\\r\\n# cleanup[2] removing hawkey._hawkey\\r\\n# cleanup[2] removing hawkey\\r\\n# cleanup[2] removing dnf.util\\r\\n# cleanup[2] removing dnf.exceptions\\r\\n# cleanup[2] removing libcomps._libpycomps\\r\\n# cleanup[2] removing libcomps\\r\\n# cleanup[2] removing dnf.comps\\r\\n# cleanup[2] removing dnf.db\\r\\n# cleanup[2] removing gpg._gpgme\\r\\n# cleanup[2] removing gpg.gpgme\\r\\n# cleanup[2] removing gpg.util\\r\\n# cleanup[2] removing gpg.errors\\r\\n# cleanup[2] removing gpg.constants.data.encoding\\r\\n# cleanup[2] removing gpg.constants.data\\r\\n# cleanup[2] removing gpg.constants.keylist.mode\\r\\n# cleanup[2] removing gpg.constants.keylist\\r\\n# cleanup[2] removing gpg.constants.sig.mode\\r\\n# cleanup[2] removing gpg.constants.sig.notation\\r\\n# cleanup[2] removing gpg.constants.sig\\r\\n# cleanup[2] removing gpg.constants.tofu.policy\\r\\n# cleanup[2] removing gpg.constants.tofu\\r\\n# cleanup[2] removing gpg.constants.create\\r\\n# cleanup[2] removing gpg.constants.event\\r\\n# cleanup[2] removing gpg.constants.import_type\\r\\n# cleanup[2] removing gpg.constants.keysign\\r\\n# cleanup[2] removing gpg.constants.md\\r\\n# cleanup[2] removing gpg.constants.pk\\r\\n# cleanup[2] removing gpg.constants.protocol\\r\\n# cleanup[2] removing gpg.constants.sigsum\\r\\n# cleanup[2] removing gpg.constants.status\\r\\n# cleanup[2] removing gpg.constants.validity\\r\\n# cleanup[2] removing gpg.constants\\r\\n# cleanup[2] removing gpg.core\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# destroy getpass\\r\\n# cleanup[2] removing gpg.callbacks\\r\\n# cleanup[2] removing gpg.version\\r\\n# cleanup[2] removing gpg\\r\\n# destroy gpg\\r\\n# destroy gpg.core\\r\\n# destroy gpg.callbacks\\r\\n# destroy gpg.version\\r\\n# cleanup[2] removing dnf.crypto\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing dnf.yum.misc\\r\\n# cleanup[2] removing dnf.db.group\\r\\n# cleanup[2] removing dnf.db.history\\r\\n# cleanup[2] removing dnf.conf.substitutions\\r\\n# cleanup[2] removing dnf.conf.config\\r\\n# cleanup[2] removing dnf.conf\\r\\n# cleanup[2] removing dnf.lock\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing logging.handlers\\r\\n# cleanup[2] removing dnf.logging\\r\\n# cleanup[2] removing dnf.repo\\r\\n# cleanup[2] removing dnf.conf.read\\r\\n# cleanup[2] removing dnf.rpm.transaction\\r\\n# cleanup[2] removing dnf.rpm\\r\\n# cleanup[2] removing dnf.dnssec\\r\\n# cleanup[2] removing dnf.drpm\\r\\n# cleanup[2] removing dnf.goal\\r\\n# cleanup[2] removing dnf.history\\r\\n# cleanup[2] removing dnf.module\\r\\n# cleanup[2] removing libdnf._smartcols\\r\\n# cleanup[2] removing libdnf.smartcols\\r\\n# cleanup[2] removing dnf.selector\\r\\n# cleanup[2] removing dnf.module.exceptions\\r\\n# cleanup[2] removing dnf.module.module_base\\r\\n# cleanup[2] removing dnf.persistor\\r\\n# cleanup[2] removing _opcode\\r\\n# cleanup[2] removing opcode\\r\\n# destroy opcode\\r\\n# cleanup[2] removing dis\\r\\n# cleanup[2] removing inspect\\r\\n# cleanup[2] removing dnf.plugin\\r\\n# cleanup[2] removing dnf.query\\r\\n# cleanup[2] removing dnf.repodict\\r\\n# cleanup[2] removing dnf.rpm.connection\\r\\n# cleanup[2] removing dnf.rpm.miscutils\\r\\n# cleanup[2] removing dnf.package\\r\\n# cleanup[2] removing dnf.sack\\r\\n# cleanup[2] removing dnf.subject\\r\\n# cleanup[2] removing dnf.base\\r\\n# cleanup[2] removing dnf\\r\\n# cleanup[2] removing dnfpluginscore\\r\\n# destroy dnfpluginscore\\r\\n# cleanup[2] removing dnf.cli.format\\r\\n# cleanup[2] removing _curses\\r\\n# cleanup[2] removing curses\\r\\n# cleanup[2] removing dnf.cli.term\\r\\n# cleanup[2] removing dnf.cli.progress\\r\\n# cleanup[2] removing dnf.cli.output\\r\\n# cleanup[2] removing dnf.cli.aliases\\r\\n# cleanup[2] removing dnf.cli.option_parser\\r\\n# cleanup[2] removing dnf.cli.commands\\r\\n# cleanup[2] removing dnf.cli.commands.alias\\r\\n# cleanup[2] removing dnf.cli.commands.autoremove\\r\\n# cleanup[2] removing dnf.cli.commands.check\\r\\n# cleanup[2] removing dnf.cli.commands.clean\\r\\n# cleanup[2] removing dnf.cli.commands.repoquery\\r\\n# cleanup[2] removing dnf.cli.commands.deplist\\r\\n# cleanup[2] removing dnf.cli.commands.distrosync\\r\\n# cleanup[2] removing dnf.cli.commands.downgrade\\r\\n# cleanup[2] removing dnf.cli.commands.group\\r\\n# cleanup[2] removing dnf.transaction_sr\\r\\n# cleanup[2] removing dnf.cli.commands.history\\r\\n# cleanup[2] removing dnf.cli.commands.install\\r\\n# cleanup[2] removing dnf.cli.commands.makecache\\r\\n# cleanup[2] removing dnf.cli.commands.mark\\r\\n# cleanup[2] removing dnf.cli.commands.module\\r\\n# cleanup[2] removing dnf.cli.commands.reinstall\\r\\n# cleanup[2] removing dnf.cli.commands.remove\\r\\n# cleanup[2] removing dnf.cli.commands.repolist\\r\\n# cleanup[2] removing dnf.match_counter\\r\\n# cleanup[2] removing dnf.cli.commands.search\\r\\n# cleanup[2] removing cmd\\r\\n# cleanup[2] removing dnf.cli.commands.shell\\r\\n# cleanup[2] removing dnf.cli.commands.swap\\r\\n# cleanup[2] removing dnf.cli.commands.updateinfo\\r\\n# cleanup[2] removing dnf.cli.commands.upgrade\\r\\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\\r\\n# cleanup[2] removing dnf.cli.demand\\r\\n# cleanup[2] removing dnf.cli.cli\\r\\n# cleanup[2] removing dnf.cli\\r\\n# cleanup[2] removing dnf.plugin.dynamic.builddep\\r\\n# destroy dnf.plugin.dynamic.builddep\\r\\n# cleanup[2] removing dateutil._version\\r\\n# cleanup[2] removing dateutil\\r\\n# cleanup[2] removing six\\r\\n# cleanup[2] removing numbers\\r\\n# destroy numbers\\r\\n# cleanup[2] removing _decimal\\r\\n# cleanup[2] removing decimal\\r\\n# destroy decimal\\r\\n# cleanup[2] removing dateutil._common\\r\\n# cleanup[2] removing dateutil.relativedelta\\r\\n# cleanup[2] removing six.moves\\r\\n# cleanup[2] removing dateutil.tz._common\\r\\n# cleanup[2] removing dateutil.tz._factories\\r\\n# cleanup[2] removing dateutil.tz.tz\\r\\n# cleanup[2] removing dateutil.tz\\r\\n# cleanup[2] removing dateutil.parser._parser\\r\\n# cleanup[2] removing dateutil.parser.isoparser\\r\\n# destroy dateutil.parser.isoparser\\r\\n# cleanup[2] removing dateutil.parser\\r\\n# cleanup[2] removing dnf.plugin.dynamic.changelog\\r\\n# destroy dnf.plugin.dynamic.changelog\\r\\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\\r\\n# destroy dnf.plugin.dynamic.config_manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.copr\\r\\n# destroy dnf.plugin.dynamic.copr\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debug\\r\\n# destroy dnf.plugin.dynamic.debug\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\\r\\n# destroy dnf.plugin.dynamic.debuginfo-install\\r\\n# cleanup[2] removing dnf.plugin.dynamic.download\\r\\n# destroy dnf.plugin.dynamic.download\\r\\n# cleanup[2] removing _sqlite3\\r\\n# cleanup[2] removing sqlite3.dbapi2\\r\\n# cleanup[2] removing sqlite3\\r\\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\\r\\n# destroy dnf.plugin.dynamic.generate_completion_cache\\r\\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\\r\\n# destroy dnf.plugin.dynamic.groups_manager\\r\\n# cleanup[2] removing dbus._compat\\r\\n# cleanup[2] removing dbus.exceptions\\r\\n# cleanup[2] removing _dbus_bindings\\r\\n# cleanup[2] removing dbus.types\\r\\n# cleanup[2] removing dbus.lowlevel\\r\\n# cleanup[2] removing xml\\r\\n# destroy xml\\r\\n# cleanup[2] removing xml.parsers\\r\\n# destroy xml.parsers\\r\\n# cleanup[2] removing pyexpat.errors\\r\\n# cleanup[2] removing pyexpat.model\\r\\n# cleanup[2] removing pyexpat\\r\\n# cleanup[2] removing xml.parsers.expat.model\\r\\n# cleanup[2] removing xml.parsers.expat.errors\\r\\n# cleanup[2] removing xml.parsers.expat\\r\\n# destroy xml.parsers.expat\\r\\n# cleanup[2] removing dbus._expat_introspect_parser\\r\\n# cleanup[2] removing dbus.proxies\\r\\n# cleanup[2] removing dbus.connection\\r\\n# cleanup[2] removing dbus.bus\\r\\n# cleanup[2] removing dbus._dbus\\r\\n# cleanup[2] removing dbus\\r\\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\\r\\n# destroy dnf.plugin.dynamic.needs_restarting\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\\r\\n# destroy dnf.plugin.dynamic.repoclosure\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\\r\\n# destroy dnf.plugin.dynamic.repodiff\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repograph\\r\\n# destroy dnf.plugin.dynamic.repograph\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\\r\\n# destroy dnf.plugin.dynamic.repomanage\\r\\n# cleanup[2] removing dnf.plugin.dynamic.reposync\\r\\n# destroy dnf.plugin.dynamic.reposync\\r\\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\\r\\n# destroy dnf.plugin.dynamic.system_upgrade\\r\\n# cleanup[2] removing subscription_manager\\r\\n# cleanup[2] removing rhsm\\r\\n# cleanup[2] removing rhsm._certificate\\r\\n# cleanup[2] removing rhsm.certificate\\r\\n# cleanup[2] removing iniparse.configparser\\r\\n# cleanup[2] removing iniparse.config\\r\\n# cleanup[2] removing iniparse.ini\\r\\n# cleanup[2] removing iniparse.compat\\r\\n# cleanup[2] removing iniparse.utils\\r\\n# cleanup[2] removing iniparse\\r\\n# destroy iniparse\\r\\n# destroy iniparse.configparser\\r\\n# destroy iniparse.utils\\r\\n# cleanup[2] removing subscription_manager.i18n\\r\\n# cleanup[2] removing rhsm.config\\r\\n# cleanup[2] removing subscription_manager.injection\\r\\n# cleanup[2] removing rhsmlib\\r\\n# destroy rhsmlib\\r\\n# cleanup[2] removing rhsmlib.services\\r\\n# cleanup[2] removing rhsmlib.services.config\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing pathlib\\r\\n# destroy pathlib\\r\\n# cleanup[2] removing rhsm.https\\r\\n# cleanup[2] removing rhsm.ourjson\\r\\n# cleanup[2] removing rhsm.utils\\r\\n# cleanup[2] removing subscription_manager.version\\r\\n# cleanup[2] removing rhsm.connection\\r\\n# cleanup[2] removing rhsm.bitstream\\r\\n# cleanup[2] removing rhsm.huffman\\r\\n# cleanup[2] removing rhsm.pathtree\\r\\n# cleanup[2] removing rhsm.certificate2\\r\\n# cleanup[2] removing subscription_manager.certdirectory\\r\\n# cleanup[2] removing pprint\\r\\n# cleanup[2] removing subscription_manager.branding\\r\\n# cleanup[2] removing rhsmlib.facts\\r\\n# cleanup[2] removing rhsmlib.facts.cpuinfo\\r\\n# cleanup[2] removing rhsmlib.facts.collection\\r\\n# cleanup[2] removing rhsmlib.facts.collector\\r\\n# cleanup[2] removing rhsmlib.facts.hwprobe\\r\\n# cleanup[2] removing subscription_manager.utils\\r\\n# cleanup[2] removing cloud_what\\r\\n# destroy cloud_what\\r\\n# cleanup[2] removing rhsmlib.facts.cleanup\\r\\n# cleanup[2] removing rhsmlib.facts.virt\\r\\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\\r\\n# cleanup[2] removing rhsmlib.facts.dmiinfo\\r\\n# cleanup[2] removing rhsmlib.facts.firmware_info\\r\\n# cleanup[2] removing rhsmlib.facts.host_collector\\r\\n# cleanup[2] removing rhsmlib.facts.custom\\r\\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\\r\\n# cleanup[2] removing urllib3.packages\\r\\n# cleanup[2] removing urllib3.packages.six\\r\\n# cleanup[2] removing urllib3.packages.six.moves\\r\\n# cleanup[2] removing urllib3.packages.six.moves.http_client\\r\\n# cleanup[2] removing urllib3.exceptions\\r\\n# cleanup[2] removing urllib3._version\\r\\n# cleanup[2] removing urllib3.contrib\\r\\n# cleanup[2] removing urllib3.contrib._appengine_environ\\r\\n# cleanup[2] removing urllib3.util.wait\\r\\n# cleanup[2] removing urllib3.util.connection\\r\\n# cleanup[2] removing urllib3.util.request\\r\\n# cleanup[2] removing urllib3.util.response\\r\\n# cleanup[2] removing urllib3.util.retry\\r\\n# cleanup[2] removing hmac\\r\\n# cleanup[2] removing urllib3.util.url\\r\\n# cleanup[2] removing urllib3.util.ssltransport\\r\\n# cleanup[2] removing urllib3.util.ssl_\\r\\n# cleanup[2] removing urllib3.util.timeout\\r\\n# cleanup[2] removing urllib3.util\\r\\n# cleanup[2] removing urllib3.util.proxy\\r\\n# cleanup[2] removing urllib3._collections\\r\\n# cleanup[2] removing urllib3.connection\\r\\n# cleanup[2] removing urllib3.fields\\r\\n# cleanup[2] removing urllib3.filepost\\r\\n# cleanup[2] removing urllib3.packages.six.moves.urllib\\r\\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[2] removing urllib3.request\\r\\n# cleanup[2] removing urllib3.response\\r\\n# cleanup[2] removing urllib3.util.queue\\r\\n# cleanup[2] removing urllib3.connectionpool\\r\\n# cleanup[2] removing urllib3.poolmanager\\r\\n# cleanup[2] removing urllib3\\r\\n# cleanup[2] removing chardet.enums\\r\\n# cleanup[2] removing chardet.charsetprober\\r\\n# cleanup[2] removing chardet.charsetgroupprober\\r\\n# cleanup[2] removing chardet.codingstatemachine\\r\\n# cleanup[2] removing chardet.escsm\\r\\n# cleanup[2] removing chardet.escprober\\r\\n# cleanup[2] removing chardet.latin1prober\\r\\n# cleanup[2] removing chardet.mbcssm\\r\\n# cleanup[2] removing chardet.utf8prober\\r\\n# cleanup[2] removing chardet.mbcharsetprober\\r\\n# cleanup[2] removing chardet.euctwfreq\\r\\n# cleanup[2] removing chardet.euckrfreq\\r\\n# cleanup[2] removing chardet.gb2312freq\\r\\n# cleanup[2] removing chardet.big5freq\\r\\n# cleanup[2] removing chardet.jisfreq\\r\\n# cleanup[2] removing chardet.chardistribution\\r\\n# cleanup[2] removing chardet.jpcntx\\r\\n# cleanup[2] removing chardet.sjisprober\\r\\n# cleanup[2] removing chardet.eucjpprober\\r\\n# cleanup[2] removing chardet.gb2312prober\\r\\n# cleanup[2] removing chardet.euckrprober\\r\\n# cleanup[2] removing chardet.cp949prober\\r\\n# cleanup[2] removing chardet.big5prober\\r\\n# cleanup[2] removing chardet.euctwprober\\r\\n# cleanup[2] removing chardet.mbcsgroupprober\\r\\n# cleanup[2] removing chardet.hebrewprober\\r\\n# cleanup[2] removing chardet.sbcharsetprober\\r\\n# cleanup[2] removing chardet.langbulgarianmodel\\r\\n# cleanup[2] removing chardet.langgreekmodel\\r\\n# cleanup[2] removing chardet.langhebrewmodel\\r\\n# cleanup[2] removing chardet.langrussianmodel\\r\\n# cleanup[2] removing chardet.langthaimodel\\r\\n# cleanup[2] removing chardet.langturkishmodel\\r\\n# cleanup[2] removing chardet.sbcsgroupprober\\r\\n# cleanup[2] removing chardet.universaldetector\\r\\n# cleanup[2] removing chardet.version\\r\\n# cleanup[2] removing chardet\\r\\n# cleanup[2] removing requests.exceptions\\r\\n# cleanup[2] removing requests.__version__\\r\\n# destroy requests.__version__\\r\\n# cleanup[2] removing requests.certs\\r\\n# cleanup[2] removing http.cookies\\r\\n# cleanup[2] removing requests.compat\\r\\n# cleanup[2] removing requests._internal_utils\\r\\n# cleanup[2] removing requests.cookies\\r\\n# cleanup[2] removing requests.structures\\r\\n# cleanup[2] removing requests.utils\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\\r\\n# cleanup[2] removing requests.packages.urllib3.packages\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\\r\\n# cleanup[2] removing requests.packages.urllib3.exceptions\\r\\n# cleanup[2] removing requests.packages.urllib3._version\\r\\n# cleanup[2] removing requests.packages.urllib3.contrib\\r\\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\\r\\n# cleanup[2] removing requests.packages.urllib3.util.wait\\r\\n# cleanup[2] removing requests.packages.urllib3.util.connection\\r\\n# cleanup[2] removing requests.packages.urllib3.util.request\\r\\n# cleanup[2] removing requests.packages.urllib3.util.response\\r\\n# cleanup[2] removing requests.packages.urllib3.util.retry\\r\\n# cleanup[2] removing requests.packages.urllib3.util.url\\r\\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\\r\\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\\r\\n# cleanup[2] removing requests.packages.urllib3.util.timeout\\r\\n# cleanup[2] removing requests.packages.urllib3.util\\r\\n# cleanup[2] removing requests.packages.urllib3.util.proxy\\r\\n# cleanup[2] removing requests.packages.urllib3._collections\\r\\n# cleanup[2] removing requests.packages.urllib3.connection\\r\\n# cleanup[2] removing requests.packages.urllib3.fields\\r\\n# cleanup[2] removing requests.packages.urllib3.filepost\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\\r\\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[2] removing requests.packages.urllib3.request\\r\\n# cleanup[2] removing requests.packages.urllib3.response\\r\\n# cleanup[2] removing requests.packages.urllib3.util.queue\\r\\n# cleanup[2] removing requests.packages.urllib3.connectionpool\\r\\n# cleanup[2] removing requests.packages.urllib3.poolmanager\\r\\n# cleanup[2] removing requests.packages.urllib3\\r\\n# cleanup[2] removing idna.package_data\\r\\n# cleanup[2] removing idna.idnadata\\r\\n# cleanup[2] removing idna.intranges\\r\\n# cleanup[2] removing idna.core\\r\\n# cleanup[2] removing idna\\r\\n# cleanup[2] removing requests.packages.idna.package_data\\r\\n# cleanup[2] removing requests.packages.idna.idnadata\\r\\n# cleanup[2] removing requests.packages.idna.intranges\\r\\n# cleanup[2] removing requests.packages.idna.core\\r\\n# cleanup[2] removing requests.packages.idna\\r\\n# cleanup[2] removing requests.packages.chardet.enums\\r\\n# cleanup[2] removing requests.packages.chardet.charsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\\r\\n# cleanup[2] removing requests.packages.chardet.escsm\\r\\n# cleanup[2] removing requests.packages.chardet.escprober\\r\\n# cleanup[2] removing requests.packages.chardet.latin1prober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcssm\\r\\n# cleanup[2] removing requests.packages.chardet.utf8prober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.euctwfreq\\r\\n# cleanup[2] removing requests.packages.chardet.euckrfreq\\r\\n# cleanup[2] removing requests.packages.chardet.gb2312freq\\r\\n# cleanup[2] removing requests.packages.chardet.big5freq\\r\\n# cleanup[2] removing requests.packages.chardet.jisfreq\\r\\n# cleanup[2] removing requests.packages.chardet.chardistribution\\r\\n# cleanup[2] removing requests.packages.chardet.jpcntx\\r\\n# cleanup[2] removing requests.packages.chardet.sjisprober\\r\\n# cleanup[2] removing requests.packages.chardet.eucjpprober\\r\\n# cleanup[2] removing requests.packages.chardet.gb2312prober\\r\\n# cleanup[2] removing requests.packages.chardet.euckrprober\\r\\n# cleanup[2] removing requests.packages.chardet.cp949prober\\r\\n# cleanup[2] removing requests.packages.chardet.big5prober\\r\\n# cleanup[2] removing requests.packages.chardet.euctwprober\\r\\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.hebrewprober\\r\\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\\r\\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\\r\\n# cleanup[2] removing requests.packages.chardet.langthaimodel\\r\\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\\r\\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\\r\\n# cleanup[2] removing requests.packages.chardet.universaldetector\\r\\n# cleanup[2] removing requests.packages.chardet.version\\r\\n# cleanup[2] removing requests.packages.chardet\\r\\n# cleanup[2] removing requests.packages\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# cleanup[2] removing requests.hooks\\r\\n# cleanup[2] removing requests.auth\\r\\n# cleanup[2] removing requests.status_codes\\r\\n# cleanup[2] removing requests.models\\r\\n# cleanup[2] removing socks\\r\\n# cleanup[2] removing urllib3.contrib.socks\\r\\n# cleanup[2] removing requests.adapters\\r\\n# cleanup[2] removing requests.sessions\\r\\n# cleanup[2] removing requests.api\\r\\n# cleanup[2] removing requests\\r\\n# cleanup[2] removing cloud_what._base_provider\\r\\n# destroy cloud_what._base_provider\\r\\n# cleanup[2] removing cloud_what.providers\\r\\n# destroy cloud_what.providers\\r\\n# cleanup[2] removing cloud_what.providers.aws\\r\\n# destroy cloud_what.providers.aws\\r\\n# cleanup[2] removing cloud_what.providers.azure\\r\\n# destroy cloud_what.providers.azure\\r\\n# cleanup[2] removing cloud_what.providers.gcp\\r\\n# destroy cloud_what.providers.gcp\\r\\n# cleanup[2] removing cloud_what.provider\\r\\n# cleanup[2] removing rhsm.profile\\r\\n# cleanup[2] removing subscription_manager.jsonwrapper\\r\\n# cleanup[2] removing subscription_manager.isodate\\r\\n# cleanup[2] removing syspurpose\\r\\n# destroy syspurpose\\r\\n# cleanup[2] removing syspurpose.utils\\r\\n# destroy syspurpose.utils\\r\\n# cleanup[2] removing syspurpose.files\\r\\n# destroy syspurpose.files\\r\\n# cleanup[2] removing subscription_manager.certlib\\r\\n# cleanup[2] removing subscription_manager.syspurposelib\\r\\n# cleanup[2] removing asyncore\\r\\n# cleanup[2] removing ctypes.util\\r\\n# cleanup[2] removing pyinotify\\r\\n# cleanup[2] removing rhsmlib.file_monitor\\r\\n# cleanup[2] removing rhsmlib.dbus\\r\\n# cleanup[2] removing dbus.decorators\\r\\n# cleanup[2] removing dbus.service\\r\\n# cleanup[2] removing dbus.server\\r\\n# cleanup[2] removing dbus.mainloop\\r\\n# cleanup[2] removing _dbus_glib_bindings\\r\\n# cleanup[2] removing dbus.mainloop.glib\\r\\n# cleanup[2] removing rhsmlib.dbus.constants\\r\\n# cleanup[2] removing gi._error\\r\\n# cleanup[2] removing gi._gi\\r\\n# cleanup[2] removing gi._gobject\\r\\n# cleanup[2] removing glib\\r\\n# destroy glib\\r\\n# cleanup[2] removing gobject\\r\\n# destroy gobject\\r\\n# cleanup[2] removing gio\\r\\n# destroy gio\\r\\n# cleanup[2] removing gtk\\r\\n# destroy gtk\\r\\n# cleanup[2] removing gtk.gdk\\r\\n# destroy gtk.gdk\\r\\n# cleanup[2] removing gi\\r\\n# cleanup[2] removing gi._constants\\r\\n# cleanup[2] removing gi.docstring\\r\\n# cleanup[2] removing gi._propertyhelper\\r\\n# cleanup[2] removing gi._signalhelper\\r\\n# cleanup[2] removing gi.types\\r\\n# cleanup[2] removing gi.module\\r\\n# cleanup[2] removing gi.overrides\\r\\n# cleanup[2] removing gi.importer\\r\\n# cleanup[2] removing gi.repository\\r\\n# cleanup[2] removing gi._ossighelper\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing optparse\\r\\n# cleanup[2] removing gi._option\\r\\n# cleanup[2] removing gi.overrides.GLib\\r\\n# cleanup[2] removing gi.repository.GLib\\r\\n# cleanup[2] removing xml.etree\\r\\n# destroy xml.etree\\r\\n# cleanup[2] removing xml.etree.ElementPath\\r\\n# cleanup[2] removing _elementtree\\r\\n# cleanup[2] removing xml.etree.ElementTree\\r\\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\\r\\n# cleanup[2] removing socketserver\\r\\n# destroy socketserver\\r\\n# cleanup[2] removing logging.config\\r\\n# cleanup[2] removing rhsm.logutil\\r\\n# cleanup[2] removing rhsmlib.dbus.server\\r\\n# cleanup[2] removing rhsmlib.services.syspurpose\\r\\n# cleanup[2] removing subscription_manager.cache\\r\\n# cleanup[2] removing subscription_manager.model\\r\\n# cleanup[2] removing subscription_manager.model.ent_cert\\r\\n# cleanup[2] removing subscription_manager.repofile\\r\\n# cleanup[2] removing subscription_manager.repolib\\r\\n# cleanup[2] removing subscription_manager.productid\\r\\n# cleanup[2] removing subscription_manager.reasons\\r\\n# cleanup[2] removing subscription_manager.cert_sorter\\r\\n# cleanup[2] removing rhsmlib.facts.insights\\r\\n# cleanup[2] removing rhsmlib.facts.kpatch\\r\\n# cleanup[2] removing rhsmlib.facts.cloud_facts\\r\\n# cleanup[2] removing rhsmlib.facts.pkg_arches\\r\\n# cleanup[2] removing rhsmlib.facts.network\\r\\n# cleanup[2] removing rhsmlib.facts.all\\r\\n# cleanup[2] removing subscription_manager.facts\\r\\n# cleanup[2] removing subscription_manager.identity\\r\\n# cleanup[2] removing subscription_manager.validity\\r\\n# cleanup[2] removing rhsmlib.client_info\\r\\n# cleanup[2] removing subscription_manager.cp_provider\\r\\n# cleanup[2] removing subscription_manager.base_plugin\\r\\n# cleanup[2] removing subscription_manager.plugins\\r\\n# cleanup[2] removing subscription_manager.lock\\r\\n# cleanup[2] removing subscription_manager.injectioninit\\r\\n# cleanup[2] removing librepo._librepo\\r\\n# cleanup[2] removing librepo\\r\\n# cleanup[2] removing dnf.plugin.dynamic.product-id\\r\\n# destroy dnf.plugin.dynamic.product-id\\r\\n# cleanup[2] removing subscription_manager.base_action_client\\r\\n# cleanup[2] removing subscription_manager.content_action_client\\r\\n# cleanup[2] removing subscription_manager.entbranding\\r\\n# cleanup[2] removing subscription_manager.rhelentbranding\\r\\n# cleanup[2] removing subscription_manager.entcertlib\\r\\n# cleanup[2] removing subscription_manager.identitycertlib\\r\\n# cleanup[2] removing subscription_manager.healinglib\\r\\n# cleanup[2] removing subscription_manager.factlib\\r\\n# cleanup[2] removing subscription_manager.packageprofilelib\\r\\n# cleanup[2] removing subscription_manager.installedproductslib\\r\\n# cleanup[2] removing subscription_manager.action_client\\r\\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\\r\\n# destroy dnf.plugin.dynamic.subscription-manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\\r\\n# destroy dnf.plugin.dynamic.upload-profile\\r\\n# cleanup[2] removing dnf.plugin.dynamic.notify_packagekit\\r\\n# destroy dnf.plugin.dynamic.notify_packagekit\\r\\n# destroy _sitebuiltins\\r\\n# destroy __main__\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy netrc\\r\\n# destroy sqlite3\\r\\n# destroy sqlite3.dbapi2\\r\\n# destroy systemd.journal\\r\\n# destroy iniparse.compat\\r\\n# destroy rhsmlib.services\\r\\n# destroy rhsmlib.facts\\r\\n# destroy rhsmlib.facts.dmidecodeparser\\r\\n# destroy rhsmlib.facts.all\\r\\n# destroy rhsmlib.dbus\\r\\n# destroy rhsmlib.dbus.server\\r\\n# destroy rhsmlib.client_info\\r\\n# destroy librepo\\r\\n# cleanup[3] wiping subscription_manager.action_client\\r\\n# cleanup[3] wiping subscription_manager.installedproductslib\\r\\n# cleanup[3] wiping subscription_manager.packageprofilelib\\r\\n# cleanup[3] wiping subscription_manager.factlib\\r\\n# cleanup[3] wiping subscription_manager.healinglib\\r\\n# cleanup[3] wiping subscription_manager.identitycertlib\\r\\n# cleanup[3] wiping subscription_manager.entcertlib\\r\\n# cleanup[3] wiping subscription_manager.rhelentbranding\\r\\n# cleanup[3] wiping subscription_manager.entbranding\\r\\n# cleanup[3] wiping subscription_manager.content_action_client\\r\\n# cleanup[3] wiping subscription_manager.base_action_client\\r\\n# cleanup[3] wiping librepo._librepo\\r\\n# cleanup[3] wiping subscription_manager.injectioninit\\r\\n# cleanup[3] wiping subscription_manager.lock\\r\\n# cleanup[3] wiping subscription_manager.plugins\\r\\n# cleanup[3] wiping subscription_manager.base_plugin\\r\\n# cleanup[3] wiping subscription_manager.cp_provider\\r\\n# cleanup[3] wiping subscription_manager.validity\\r\\n# cleanup[3] wiping subscription_manager.identity\\r\\n# cleanup[3] wiping subscription_manager.facts\\r\\n# cleanup[3] wiping rhsmlib.facts.network\\r\\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\\r\\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\\r\\n# cleanup[3] wiping rhsmlib.facts.kpatch\\r\\n# cleanup[3] wiping rhsmlib.facts.insights\\r\\n# cleanup[3] wiping subscription_manager.cert_sorter\\r\\n# destroy rhsmlib.file_monitor\\r\\n# cleanup[3] wiping subscription_manager.reasons\\r\\n# cleanup[3] wiping subscription_manager.productid\\r\\n# cleanup[3] wiping subscription_manager.repolib\\r\\n# cleanup[3] wiping subscription_manager.repofile\\r\\n# cleanup[3] wiping subscription_manager.model.ent_cert\\r\\n# cleanup[3] wiping subscription_manager.model\\r\\n# destroy subscription_manager.model.ent_cert\\r\\n# cleanup[3] wiping subscription_manager.cache\\r\\n# destroy rhsmlib.services.syspurpose\\r\\n# cleanup[3] wiping rhsm.logutil\\r\\n# cleanup[3] wiping logging.config\\r\\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\\r\\n# destroy xml.etree.ElementTree\\r\\n# cleanup[3] wiping _elementtree\\r\\n# cleanup[3] wiping xml.etree.ElementPath\\r\\n# cleanup[3] wiping gi.repository.GLib\\r\\n# cleanup[3] wiping gi.overrides.GLib\\r\\n# cleanup[3] wiping gi._option\\r\\n# destroy optparse\\r\\n# cleanup[3] wiping textwrap\\r\\n# cleanup[3] wiping gi._ossighelper\\r\\n# cleanup[3] wiping gi.repository\\r\\n# cleanup[3] wiping gi.importer\\r\\n# cleanup[3] wiping gi.overrides\\r\\n# destroy gi.overrides.GLib\\r\\n# cleanup[3] wiping gi.module\\r\\n# destroy gi\\r\\n# cleanup[3] wiping gi.types\\r\\n# cleanup[3] wiping gi._signalhelper\\r\\n# cleanup[3] wiping gi._propertyhelper\\r\\n# cleanup[3] wiping gi.docstring\\r\\n# cleanup[3] wiping gi._constants\\r\\n# cleanup[3] wiping gi._gobject\\r\\n# cleanup[3] wiping gi._gi\\r\\n# cleanup[3] wiping gi._error\\r\\n# cleanup[3] wiping rhsmlib.dbus.constants\\r\\n# cleanup[3] wiping dbus.mainloop.glib\\r\\n# cleanup[3] wiping _dbus_glib_bindings\\r\\n# cleanup[3] wiping dbus.mainloop\\r\\n# destroy dbus.mainloop.glib\\r\\n# cleanup[3] wiping dbus.server\\r\\n# cleanup[3] wiping dbus.service\\r\\n# cleanup[3] wiping dbus.decorators\\r\\n# cleanup[3] wiping pyinotify\\r\\n# destroy asyncore\\r\\n# destroy ctypes\\r\\n# cleanup[3] wiping ctypes.util\\r\\n# cleanup[3] wiping subscription_manager.syspurposelib\\r\\n# cleanup[3] wiping subscription_manager.certlib\\r\\n# cleanup[3] wiping subscription_manager.isodate\\r\\n# cleanup[3] wiping subscription_manager.jsonwrapper\\r\\n# cleanup[3] wiping rhsm.profile\\r\\n# destroy cloud_what.provider\\r\\n# cleanup[3] wiping requests\\r\\n# destroy requests._internal_utils\\r\\n# destroy requests.exceptions\\r\\n# destroy requests.compat\\r\\n# destroy requests.cookies\\r\\n# destroy requests.structures\\r\\n# destroy requests.utils\\r\\n# destroy requests.packages\\r\\n# destroy urllib3\\r\\n# destroy idna\\r\\n# destroy idna.package_data\\r\\n# destroy idna.intranges\\r\\n# destroy idna.core\\r\\n# destroy requests.hooks\\r\\n# destroy requests.auth\\r\\n# destroy requests.status_codes\\r\\n# destroy requests.models\\r\\n# destroy requests.adapters\\r\\n# destroy requests.api\\r\\n# cleanup[3] wiping requests.sessions\\r\\n# cleanup[3] wiping urllib3.contrib.socks\\r\\n# destroy socks\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping requests.packages.chardet\\r\\n# destroy chardet.enums\\r\\n# destroy chardet.charsetprober\\r\\n# destroy chardet.charsetgroupprober\\r\\n# destroy chardet.codingstatemachine\\r\\n# destroy chardet.escsm\\r\\n# destroy chardet.escprober\\r\\n# destroy chardet.latin1prober\\r\\n# destroy chardet.mbcssm\\r\\n# destroy chardet.utf8prober\\r\\n# destroy chardet.mbcharsetprober\\r\\n# destroy chardet.euctwfreq\\r\\n# destroy chardet.euckrfreq\\r\\n# destroy chardet.gb2312freq\\r\\n# destroy chardet.big5freq\\r\\n# destroy chardet.jisfreq\\r\\n# destroy chardet.chardistribution\\r\\n# destroy chardet.jpcntx\\r\\n# destroy chardet.sjisprober\\r\\n# destroy chardet.eucjpprober\\r\\n# destroy chardet.gb2312prober\\r\\n# destroy chardet.euckrprober\\r\\n# destroy chardet.cp949prober\\r\\n# destroy chardet.big5prober\\r\\n# destroy chardet.euctwprober\\r\\n# destroy chardet.mbcsgroupprober\\r\\n# destroy chardet.hebrewprober\\r\\n# destroy chardet.sbcharsetprober\\r\\n# destroy chardet.langbulgarianmodel\\r\\n# destroy chardet.langgreekmodel\\r\\n# destroy chardet.langhebrewmodel\\r\\n# destroy chardet.langrussianmodel\\r\\n# destroy chardet.langthaimodel\\r\\n# destroy chardet.langturkishmodel\\r\\n# destroy chardet.sbcsgroupprober\\r\\n# destroy chardet.universaldetector\\r\\n# destroy chardet.version\\r\\n# cleanup[3] wiping requests.packages.idna.idnadata\\r\\n# cleanup[3] wiping idna.idnadata\\r\\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\\r\\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\\r\\n# cleanup[3] wiping requests.packages.urllib3.util.queue\\r\\n# cleanup[3] wiping requests.packages.urllib3.response\\r\\n# cleanup[3] wiping requests.packages.urllib3.request\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\\r\\n# cleanup[3] wiping requests.packages.urllib3.filepost\\r\\n# cleanup[3] wiping requests.packages.urllib3.fields\\r\\n# destroy mimetypes\\r\\n# cleanup[3] wiping requests.packages.urllib3.connection\\r\\n# cleanup[3] wiping requests.packages.urllib3._collections\\r\\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\\r\\n# cleanup[3] wiping requests.packages.urllib3.util\\r\\n# destroy urllib3.util.wait\\r\\n# destroy urllib3.util.connection\\r\\n# destroy urllib3.util.request\\r\\n# destroy urllib3.util.response\\r\\n# destroy urllib3.util.retry\\r\\n# destroy urllib3.util.url\\r\\n# destroy urllib3.util.ssltransport\\r\\n# destroy urllib3.util.ssl_\\r\\n# destroy urllib3.util.timeout\\r\\n# destroy urllib3.util.proxy\\r\\n# destroy urllib3.util.queue\\r\\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\\r\\n# cleanup[3] wiping requests.packages.urllib3.contrib\\r\\n# destroy urllib3.contrib.socks\\r\\n# cleanup[3] wiping requests.packages.urllib3._version\\r\\n# cleanup[3] wiping requests.packages.urllib3.exceptions\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages.six\\r\\n# destroy urllib3.packages.six.moves.urllib\\r\\n# destroy urllib3.packages.six.moves\\r\\n# cleanup[3] wiping requests.packages.urllib3.packages\\r\\n# destroy urllib3.packages.ssl_match_hostname\\r\\n# cleanup[3] wiping http.cookies\\r\\n# cleanup[3] wiping requests.certs\\r\\n# cleanup[3] wiping chardet\\r\\n# cleanup[3] wiping urllib3.poolmanager\\r\\n# cleanup[3] wiping urllib3.connectionpool\\r\\n# cleanup[3] wiping urllib3.response\\r\\n# cleanup[3] wiping urllib3.request\\r\\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\\r\\n# cleanup[3] wiping urllib3.filepost\\r\\n# cleanup[3] wiping urllib3.fields\\r\\n# cleanup[3] wiping urllib3.connection\\r\\n# cleanup[3] wiping urllib3._collections\\r\\n# cleanup[3] wiping urllib3.util\\r\\n# cleanup[3] wiping hmac\\r\\n# cleanup[3] wiping urllib3.contrib._appengine_environ\\r\\n# cleanup[3] wiping urllib3.contrib\\r\\n# cleanup[3] wiping urllib3._version\\r\\n# cleanup[3] wiping urllib3.exceptions\\r\\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\\r\\n# cleanup[3] wiping urllib3.packages.six\\r\\n# cleanup[3] wiping urllib3.packages\\r\\n# cleanup[3] wiping rhsmlib.facts.custom\\r\\n# cleanup[3] wiping rhsmlib.facts.host_collector\\r\\n# destroy rhsmlib.facts.cleanup\\r\\n# destroy rhsmlib.facts.virt\\r\\n# destroy rhsmlib.facts.firmware_info\\r\\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\\r\\n# cleanup[3] wiping subscription_manager.utils\\r\\n# destroy pprint\\r\\n# destroy uuid\\r\\n# cleanup[3] wiping rhsmlib.facts.hwprobe\\r\\n# destroy rhsmlib.facts.cpuinfo\\r\\n# cleanup[3] wiping rhsmlib.facts.collector\\r\\n# destroy rhsmlib.facts.collection\\r\\n# cleanup[3] wiping subscription_manager.branding\\r\\n# cleanup[3] wiping subscription_manager.certdirectory\\r\\n# cleanup[3] wiping rhsm.certificate2\\r\\n# cleanup[3] wiping rhsm.pathtree\\r\\n# cleanup[3] wiping rhsm.huffman\\r\\n# cleanup[3] wiping rhsm.bitstream\\r\\n# cleanup[3] wiping rhsm.connection\\r\\n# destroy subscription_manager\\r\\n# destroy subscription_manager.i18n\\r\\n# destroy subscription_manager.version\\r\\n# destroy subscription_manager.certdirectory\\r\\n# destroy subscription_manager.branding\\r\\n# destroy subscription_manager.utils\\r\\n# destroy subscription_manager.jsonwrapper\\r\\n# destroy subscription_manager.isodate\\r\\n# destroy subscription_manager.certlib\\r\\n# destroy subscription_manager.syspurposelib\\r\\n# destroy subscription_manager.cache\\r\\n# destroy subscription_manager.model\\r\\n# destroy subscription_manager.repofile\\r\\n# destroy subscription_manager.repolib\\r\\n# destroy subscription_manager.productid\\r\\n# destroy subscription_manager.reasons\\r\\n# destroy subscription_manager.cert_sorter\\r\\n# destroy subscription_manager.facts\\r\\n# destroy subscription_manager.identity\\r\\n# destroy subscription_manager.validity\\r\\n# destroy subscription_manager.cp_provider\\r\\n# destroy subscription_manager.base_plugin\\r\\n# destroy subscription_manager.plugins\\r\\n# destroy subscription_manager.lock\\r\\n# destroy subscription_manager.injectioninit\\r\\n# destroy subscription_manager.base_action_client\\r\\n# destroy subscription_manager.content_action_client\\r\\n# destroy subscription_manager.entbranding\\r\\n# destroy subscription_manager.rhelentbranding\\r\\n# destroy subscription_manager.entcertlib\\r\\n# destroy subscription_manager.identitycertlib\\r\\n# destroy subscription_manager.healinglib\\r\\n# destroy subscription_manager.factlib\\r\\n# destroy subscription_manager.packageprofilelib\\r\\n# destroy subscription_manager.installedproductslib\\r\\n# destroy subscription_manager.action_client\\r\\n# cleanup[3] wiping rhsm.utils\\r\\n# cleanup[3] wiping rhsm.ourjson\\r\\n# cleanup[3] wiping rhsm.https\\r\\n# cleanup[3] wiping ntpath\\r\\n# cleanup[3] wiping rhsmlib.services.config\\r\\n# cleanup[3] wiping subscription_manager.injection\\r\\n# cleanup[3] wiping rhsm.config\\r\\n# cleanup[3] wiping iniparse.ini\\r\\n# destroy iniparse.config\\r\\n# cleanup[3] wiping rhsm.certificate\\r\\n# destroy dateutil\\r\\n# destroy dateutil._version\\r\\n# destroy dateutil._common\\r\\n# destroy dateutil.parser\\r\\n# cleanup[3] wiping rhsm._certificate\\r\\n# cleanup[3] wiping rhsm\\r\\n# destroy rhsm.certificate\\r\\n# destroy rhsm.config\\r\\n# destroy rhsm.https\\r\\n# destroy rhsm.ourjson\\r\\n# destroy rhsm.utils\\r\\n# destroy rhsm.bitstream\\r\\n# destroy rhsm.huffman\\r\\n# destroy rhsm.pathtree\\r\\n# destroy rhsm.certificate2\\r\\n# destroy rhsm.profile\\r\\n# destroy rhsm.logutil\\r\\n# cleanup[3] wiping dbus\\r\\n# destroy dbus._compat\\r\\n# destroy dbus._expat_introspect_parser\\r\\n# destroy dbus._dbus\\r\\n# destroy dbus.exceptions\\r\\n# destroy dbus.types\\r\\n# destroy dbus.lowlevel\\r\\n# destroy dbus.proxies\\r\\n# destroy dbus.connection\\r\\n# destroy dbus.bus\\r\\n# destroy dbus.decorators\\r\\n# destroy dbus.service\\r\\n# destroy dbus.server\\r\\n# destroy dbus.mainloop\\r\\n# cleanup[3] wiping xml.parsers.expat.errors\\r\\n# cleanup[3] wiping xml.parsers.expat.model\\r\\n# cleanup[3] wiping pyexpat\\r\\n# cleanup[3] wiping pyexpat.model\\r\\n# cleanup[3] wiping pyexpat.errors\\r\\n# cleanup[3] wiping _dbus_bindings\\r\\n# cleanup[3] wiping _sqlite3\\r\\n# cleanup[3] wiping dateutil.parser._parser\\r\\n# destroy dateutil.relativedelta\\r\\n# cleanup[3] wiping dateutil.tz\\r\\n# destroy dateutil.tz._common\\r\\n# destroy dateutil.tz._factories\\r\\n# destroy dateutil.tz.tz\\r\\n# cleanup[3] wiping six.moves\\r\\n# cleanup[3] wiping _decimal\\r\\n# cleanup[3] wiping six\\r\\n# destroy six.moves.urllib\\r\\n# destroy six.moves\\r\\n# cleanup[3] wiping dnf.cli\\r\\n# destroy dnf.cli.format\\r\\n# destroy dnf.cli.term\\r\\n# destroy dnf.cli.progress\\r\\n# destroy dnf.cli.aliases\\r\\n# destroy dnf.cli.option_parser\\r\\n# destroy dnf.cli.demand\\r\\n# destroy dnf.cli.cli\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.updateinfo\\r\\n# cleanup[3] wiping dnf.cli.commands.swap\\r\\n# cleanup[3] wiping dnf.cli.commands.shell\\r\\n# destroy cmd\\r\\n# cleanup[3] wiping dnf.cli.commands.search\\r\\n# cleanup[3] wiping dnf.match_counter\\r\\n# cleanup[3] wiping dnf.cli.commands.repolist\\r\\n# cleanup[3] wiping dnf.cli.commands.remove\\r\\n# cleanup[3] wiping dnf.cli.commands.reinstall\\r\\n# cleanup[3] wiping dnf.cli.commands.module\\r\\n# cleanup[3] wiping dnf.cli.commands.mark\\r\\n# cleanup[3] wiping dnf.cli.commands.makecache\\r\\n# cleanup[3] wiping dnf.cli.commands.install\\r\\n# cleanup[3] wiping dnf.cli.commands.history\\r\\n# cleanup[3] wiping dnf.transaction_sr\\r\\n# cleanup[3] wiping dnf.cli.commands.group\\r\\n# cleanup[3] wiping dnf.cli.commands.downgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.distrosync\\r\\n# cleanup[3] wiping dnf.cli.commands.deplist\\r\\n# cleanup[3] wiping dnf.cli.commands.repoquery\\r\\n# cleanup[3] wiping dnf.cli.commands.clean\\r\\n# cleanup[3] wiping dnf.cli.commands.check\\r\\n# cleanup[3] wiping dnf.cli.commands.autoremove\\r\\n# cleanup[3] wiping dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands\\r\\n# cleanup[3] wiping dnf.cli.output\\r\\n# cleanup[3] wiping curses\\r\\n# cleanup[3] wiping _curses\\r\\n# cleanup[3] wiping dnf\\r\\n# destroy dnf.pycomp\\r\\n# destroy dnf.const\\r\\n# destroy dnf.i18n\\r\\n# destroy dnf.yum\\r\\n# destroy dnf.yum.rpmtrans\\r\\n# destroy dnf.transaction\\r\\n# destroy dnf.callback\\r\\n# destroy dnf.util\\r\\n# destroy dnf.exceptions\\r\\n# destroy dnf.comps\\r\\n# destroy dnf.db\\r\\n# destroy dnf.db.group\\r\\n# destroy dnf.db.history\\r\\n# destroy dnf.crypto\\r\\n# destroy dnf.conf\\r\\n# destroy dnf.conf.substitutions\\r\\n# destroy dnf.conf.config\\r\\n# destroy dnf.conf.read\\r\\n# destroy dnf.lock\\r\\n# destroy dnf.logging\\r\\n# destroy dnf.repo\\r\\n# destroy dnf.rpm\\r\\n# destroy dnf.dnssec\\r\\n# destroy dnf.drpm\\r\\n# destroy dnf.goal\\r\\n# destroy dnf.history\\r\\n# destroy dnf.module\\r\\n# destroy dnf.module.exceptions\\r\\n# destroy dnf.module.module_base\\r\\n# destroy dnf.selector\\r\\n# destroy dnf.persistor\\r\\n# destroy dnf.plugin\\r\\n# destroy dnf.query\\r\\n# destroy dnf.repodict\\r\\n# destroy dnf.package\\r\\n# destroy dnf.sack\\r\\n# destroy dnf.subject\\r\\n# destroy dnf.base\\r\\n# destroy dnf.transaction_sr\\r\\n# destroy dnf.match_counter\\r\\n# destroy dnf.cli\\r\\n# cleanup[3] wiping dnf.rpm.miscutils\\r\\n# cleanup[3] wiping dnf.rpm.connection\\r\\n# cleanup[3] wiping inspect\\r\\n# destroy ast\\r\\n# destroy dis\\r\\n# destroy token\\r\\n# cleanup[3] wiping _opcode\\r\\n# cleanup[3] wiping libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._smartcols\\r\\n# cleanup[3] wiping dnf.rpm.transaction\\r\\n# cleanup[3] wiping logging.handlers\\r\\n# destroy pickle\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping _compat_pickle\\r\\n# cleanup[3] wiping dnf.yum.misc\\r\\n# cleanup[3] wiping glob\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping gpg.constants\\r\\n# destroy gpg.constants.data\\r\\n# destroy gpg.constants.data.encoding\\r\\n# destroy gpg.constants.keylist\\r\\n# destroy gpg.constants.keylist.mode\\r\\n# destroy gpg.constants.sig\\r\\n# destroy gpg.constants.sig.mode\\r\\n# destroy gpg.constants.sig.notation\\r\\n# destroy gpg.constants.tofu\\r\\n# destroy gpg.constants.tofu.policy\\r\\n# destroy gpg.constants.create\\r\\n# destroy gpg.constants.event\\r\\n# destroy gpg.constants.import_type\\r\\n# destroy gpg.constants.keysign\\r\\n# destroy gpg.constants.md\\r\\n# destroy gpg.constants.pk\\r\\n# destroy gpg.constants.protocol\\r\\n# destroy gpg.constants.sigsum\\r\\n# destroy gpg.constants.status\\r\\n# destroy gpg.constants.validity\\r\\n# cleanup[3] wiping gpg.errors\\r\\n# cleanup[3] wiping gpg.util\\r\\n# cleanup[3] wiping gpg.gpgme\\r\\n# cleanup[3] wiping gpg._gpgme\\r\\n# cleanup[3] wiping libcomps\\r\\n# cleanup[3] wiping libcomps._libpycomps\\r\\n# cleanup[3] wiping hawkey\\r\\n# cleanup[3] wiping hawkey._hawkey\\r\\n# cleanup[3] wiping rpm\\r\\n# destroy rpm.transaction\\r\\n# cleanup[3] wiping rpm._rpm\\r\\n# cleanup[3] wiping unicodedata\\r\\n# cleanup[3] wiping libdnf\\r\\n# destroy libdnf.error\\r\\n# destroy libdnf.common_types\\r\\n# destroy libdnf.conf\\r\\n# destroy libdnf.module\\r\\n# destroy libdnf.repo\\r\\n# destroy libdnf.transaction\\r\\n# destroy libdnf.utils\\r\\n# destroy libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._utils\\r\\n# cleanup[3] wiping libdnf._transaction\\r\\n# cleanup[3] wiping libdnf._repo\\r\\n# cleanup[3] wiping libdnf._module\\r\\n# cleanup[3] wiping libdnf._conf\\r\\n# cleanup[3] wiping libdnf._common_types\\r\\n# cleanup[3] wiping libdnf._error\\r\\n# cleanup[3] wiping queue\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping email.mime.text\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping gzip\\r\\n# cleanup[3] wiping http.cookiejar\\r\\n# cleanup[3] wiping urllib.request\\r\\n# destroy http\\r\\n# cleanup[3] wiping urllib.error\\r\\n# cleanup[3] wiping urllib.response\\r\\n# cleanup[3] wiping http.client\\r\\n# cleanup[3] wiping ssl\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping email.parser\\r\\n# cleanup[3] wiping email.feedparser\\r\\n# cleanup[3] wiping email.mime.multipart\\r\\n# cleanup[3] wiping email.mime.application\\r\\n# cleanup[3] wiping email.mime.nonmultipart\\r\\n# cleanup[3] wiping email.mime.base\\r\\n# cleanup[3] wiping email.policy\\r\\n# cleanup[3] wiping email.contentmanager\\r\\n# cleanup[3] wiping email.message\\r\\n# destroy uu\\r\\n# destroy quopri\\r\\n# cleanup[3] wiping email.iterators\\r\\n# cleanup[3] wiping email.headerregistry\\r\\n# cleanup[3] wiping email._header_value_parser\\r\\n# cleanup[3] wiping email._encoded_words\\r\\n# cleanup[3] wiping email._policybase\\r\\n# cleanup[3] wiping email.utils\\r\\n# cleanup[3] wiping email._parseaddr\\r\\n# cleanup[3] wiping calendar\\r\\n# cleanup[3] wiping urllib.parse\\r\\n# cleanup[3] wiping urllib\\r\\n# destroy urllib.response\\r\\n# destroy urllib.error\\r\\n# destroy urllib.request\\r\\n# cleanup[3] wiping email.header\\r\\n# cleanup[3] wiping email.charset\\r\\n# cleanup[3] wiping email.base64mime\\r\\n# cleanup[3] wiping email.quoprimime\\r\\n# cleanup[3] wiping email.errors\\r\\n# cleanup[3] wiping email.encoders\\r\\n# cleanup[3] wiping email.mime\\r\\n# destroy email.mime.base\\r\\n# destroy email.mime.nonmultipart\\r\\n# destroy email.mime.application\\r\\n# destroy email.mime.multipart\\r\\n# destroy email.mime.text\\r\\n# cleanup[3] wiping email\\r\\n# destroy email._parseaddr\\r\\n# destroy email._policybase\\r\\n# destroy email._encoded_words\\r\\n# destroy email._header_value_parser\\r\\n# destroy email.mime\\r\\n# destroy email.encoders\\r\\n# destroy email.errors\\r\\n# destroy email.quoprimime\\r\\n# destroy email.base64mime\\r\\n# destroy email.charset\\r\\n# destroy email.header\\r\\n# destroy email.utils\\r\\n# destroy email.headerregistry\\r\\n# destroy email.iterators\\r\\n# destroy email.message\\r\\n# destroy email.contentmanager\\r\\n# destroy email.policy\\r\\n# destroy email.feedparser\\r\\n# destroy email.parser\\r\\n# cleanup[3] wiping argparse\\r\\n# cleanup[3] wiping gettext\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping copy\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping socket\\r\\n# cleanup[3] wiping array\\r\\n# destroy array\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping logging\\r\\n# destroy logging.handlers\\r\\n# destroy logging.config\\r\\n# cleanup[3] wiping string\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# destroy syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping locale\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# destroy atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping zipfile\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping random\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping bisect\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping _compression\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping fnmatch\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping importlib.util\\r\\n# cleanup[3] wiping importlib.abc\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping importlib.machinery\\r\\n# cleanup[3] wiping importlib\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.util\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping base64\\r\\n# cleanup[3] wiping binascii\\r\\n# cleanup[3] wiping struct\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping enum\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.latin_1\\r\\n# destroy encodings.cp437\\r\\n# destroy encodings.idna\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping zipimport\\r\\n# destroy _frozen_importlib_external\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# destroy _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy pyexpat.errors\\r\\n# destroy pyexpat.model\\r\\n# destroy librepo._librepo\\r\\n# destroy _dbus_glib_bindings\\r\\n# destroy rhsm._certificate\\r\\n# destroy decimal\\r\\n# destroy _curses\\r\\n# destroy libcomps._libpycomps\\r\\n# destroy hawkey._hawkey\\r\\n# destroy rpm._rpm\\r\\n# destroy _queue\\r\\n# destroy _ssl\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _string\\r\\n# destroy _datetime\\r\\n# destroy _posixsubprocess\\r\\n# destroy _blake2\\r\\n# destroy _random\\r\\n# destroy _bisect\\r\\n# destroy grp\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy marshal\\r\\n# destroy xml.etree.ElementPath\\r\\n# destroy _elementtree\\r\\n# destroy _heapq\\r\\n# destroy zipimport\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _compat_pickle\\r\\n# destroy _pickle\\r\\n# destroy libdnf._error\\r\\n# destroy gi.types\\r\\n# destroy gi._error\\r\\n# destroy gi._gi\\r\\n# destroy gi._gobject\\r\\n# destroy gi._constants\\r\\n# destroy gi.docstring\\r\\n# destroy gi._propertyhelper\\r\\n# destroy gi._signalhelper\\r\\n# destroy gi.module\\r\\n# destroy gi.overrides\\r\\n# destroy gi.importer\\r\\n# destroy gi.repository\\r\\n# destroy gi._ossighelper\\r\\n# destroy gi._option\\r\\n# destroy textwrap\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy stat\\r\\n# destroy selectors\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy gzip\\r\\n# destroy rhsmlib.facts.dmiinfo\\r\\n# destroy requests\\r\\n# destroy iniparse.ini\\r\\n# destroy enum\\r\\n# destroy signal\\r\\n# destroy queue\\r\\n# destroy shlex\\r\\n# destroy pwd\\r\\n# destroy _functools\\r\\n# destroy gettext\\r\\n# destroy libcomps\\r\\n# destroy locale\\r\\n# destroy dnf.rpm.transaction\\r\\n# destroy dnf.rpm.connection\\r\\n# destroy dnf.rpm.miscutils\\r\\n# destroy base64\\r\\n# destroy importlib\\r\\n# destroy inspect\\r\\n# destroy gc\\r\\n# destroy math\\r\\n# destroy dateutil.parser._parser\\r\\n# destroy _stat\\r\\n# destroy http.cookies\\r\\n# destroy urllib.parse\\r\\n# destroy _weakref\\r\\n# destroy ntpath\\r\\n# destroy posix\\r\\n# destroy rhsmlib.facts.custom\\r\\n# destroy rhsmlib.facts.host_collector\\r\\n# destroy rhsmlib.facts.hwprobe\\r\\n# destroy rhsmlib.facts.insights\\r\\n# destroy rhsmlib.facts.kpatch\\r\\n# destroy rhsmlib.facts.cloud_facts\\r\\n# destroy rhsmlib.facts.pkg_arches\\r\\n# destroy rhsmlib.facts.network\\r\\n# destroy rhsm\\r\\n# destroy rhsmlib.dbus.dbus_utils\\r\\n# destroy _opcode\\r\\n# destroy requests.sessions\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy six.moves.urllib_parse\\r\\n# destroy six.moves.urllib.error\\r\\n# destroy six.moves.urllib.request\\r\\n# destroy six.moves.urllib.response\\r\\n# destroy six.moves.urllib.robotparser\\r\\n# destroy traceback\\r\\n# destroy dnf.yum.misc\\r\\n# destroy glob\\r\\n# destroy curses\\r\\n# destroy fcntl\\r\\n# destroy termios\\r\\n# destroy argparse\\r\\n# destroy dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands.autoremove\\r\\n# destroy dnf.cli.commands.check\\r\\n# destroy dnf.cli.commands.clean\\r\\n# destroy dnf.cli.commands.repoquery\\r\\n# destroy dnf.cli.commands.deplist\\r\\n# destroy dnf.cli.commands.distrosync\\r\\n# destroy dnf.cli.commands.downgrade\\r\\n# destroy dnf.cli.commands.group\\r\\n# destroy dnf.cli.commands.history\\r\\n# destroy dnf.cli.commands.install\\r\\n# destroy dnf.cli.commands.makecache\\r\\n# destroy dnf.cli.commands.mark\\r\\n# destroy dnf.cli.commands.module\\r\\n# destroy dnf.cli.commands.reinstall\\r\\n# destroy dnf.cli.commands.remove\\r\\n# destroy dnf.cli.commands.repolist\\r\\n# destroy dnf.cli.commands.search\\r\\n# destroy dnf.cli.commands.shell\\r\\n# destroy dnf.cli.commands.swap\\r\\n# destroy dnf.cli.commands.updateinfo\\r\\n# destroy dnf.cli.commands.upgrade\\r\\n# destroy dnf.cli.commands.upgrademinimal\\r\\n# destroy operator\\r\\n# destroy random\\r\\n# destroy rpm\\r\\n# destroy hawkey\\r\\n# destroy dnf.cli.output\\r\\n# destroy dnf\\r\\n# destroy _thread\\r\\n# destroy _warnings\\r\\n# destroy configparser\\r\\n# destroy fnmatch\\r\\n# destroy pyinotify\\r\\n# destroy urllib3.packages\\r\\n# destroy urllib3.exceptions\\r\\n# destroy urllib3._version\\r\\n# destroy urllib3.contrib\\r\\n# destroy urllib3.util\\r\\n# destroy urllib3._collections\\r\\n# destroy urllib3.connection\\r\\n# destroy urllib3.fields\\r\\n# destroy urllib3.filepost\\r\\n# destroy urllib3.request\\r\\n# destroy urllib3.response\\r\\n# destroy urllib3.connectionpool\\r\\n# destroy urllib3.poolmanager\\r\\n# destroy copy\\r\\n# destroy contextlib\\r\\n# destroy tempfile\\r\\n# destroy zipfile\\r\\n# destroy requests.certs\\r\\n# destroy hashlib\\r\\n# destroy encodings\\r\\n# destroy http.cookiejar\\r\\n# destroy chardet\\r\\n# destroy json\\r\\n# destroy calendar\\r\\n# destroy dateutil.tz\\r\\n# destroy six\\r\\n# destroy codecs\\r\\n# destroy gpg.gpgme\\r\\n# destroy gpg.constants\\r\\n# destroy gpg.errors\\r\\n# destroy gpg.util\\r\\n# destroy urllib3.packages.six.moves.urllib_parse\\r\\n# destroy urllib3.packages.six.moves.urllib.error\\r\\n# destroy urllib3.packages.six.moves.urllib.request\\r\\n# destroy urllib3.packages.six.moves.urllib.response\\r\\n# destroy urllib3.packages.six.moves.urllib.robotparser\\r\\n# destroy subprocess\\r\\n# destroy rhsmlib.facts.collector\\r\\n# destroy itertools\\r\\n# destroy http.client\\r\\n# destroy email\\r\\n# destroy string\\r\\n# destroy dbus\\r\\n# destroy rhsmlib.dbus.constants\\r\\n# destroy rhsm.connection\\r\\n# destroy gi.repository.GLib\\r\\n# destroy rhsmlib.services.config\\r\\n# destroy subscription_manager.injection\\r\\n# destroy errno\\r\\n# destroy select\\r\\n# destroy urllib3.contrib._appengine_environ\\r\\n# destroy hmac\\r\\n# destroy warnings\\r\\n# destroy binascii\\r\\n# destroy urllib3.packages.six\\r\\n# destroy _hashlib\\r\\n# destroy ssl\\r\\n# destroy posixpath\\r\\n# destroy urllib\\r\\n# destroy io\\r\\n# destroy io\\r\\n# destroy _lzma\\r\\n# destroy _compression\\r\\n# destroy idna.idnadata\\r\\n# destroy bisect\\r\\n# destroy unicodedata\\r\\n# destroy re\\r\\n# destroy pyexpat\\r\\n# destroy threading\\r\\n# destroy functools\\r\\n# destroy logging\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888135.80832: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455057850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455095880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45502dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455057d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dadeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454da7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454daf640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454cb9dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb98b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d0c610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d1f670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454ccbc70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454d1f280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbfa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbd90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbd00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c9f370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c9f460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cd3fa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccda30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccd490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bed1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c89c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccdeb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bfeaf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bfee20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c11730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c11c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454ba93a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bfef10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bb9280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c115b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bb9340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd56a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd5760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454be21f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd58e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bc8a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb5b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd5a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc4545e7670>\r\n# zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544e67f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544f7760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544f7400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f77c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544657c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454465b50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544659a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454483b20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454570d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454570190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544e1a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45447d310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454515970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454545d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544479a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544550d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45451c700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454455100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454453580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454453640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454452c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4545e7820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d8af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d79d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454448850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d8520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454510ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45401fd30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454434550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454411040>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544cd9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45401f610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45455f7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544d7610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45442fc70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454415bb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544137f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdaf0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc'\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdfd0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd2e0>\r\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc'\r\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc'\r\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d22d00>\r\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c280>\r\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc'\r\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c460>\r\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d22460>\r\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3cf40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc'\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3ce50>\r\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc'\r\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc78b0>\r\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d76340>\r\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c910>\r\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426130>\r\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc'\r\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453fb1460>\r\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440d370>\r\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc74f0>\r\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc'\r\nimport 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcda00>\r\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc'\r\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcdc40>\r\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454002130>\r\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440dd00>\r\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544265e0>\r\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426820>\r\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd790>\r\nimport 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdfa0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffda30>\r\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n# code object from '/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc'\r\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcdf40>\r\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426a00>\r\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc'\r\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcd370>\r\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453dd76a0>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d27a30>\r\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcd1c0>\r\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc'\r\nimport 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d6b340>\r\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc'\r\nimport 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d7cc70>\r\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc'\r\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d44bb0>\r\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d7ce80>\r\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n# code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc'\r\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d44e50>\r\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc'\r\nimport 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc8550>\r\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc'\r\nimport 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453aebc70>\r\n# zipimport: zlib available\r\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\r\n# zipimport: zlib available\r\nimport 'gc' # \r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc'\r\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from '/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc'\r\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4ebe0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4ed60>\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc'\r\n# extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453a9f460>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4efd0>\r\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e280>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc'\r\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e850>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc'\r\n# extension module 'libdnf._error' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.9/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4539d39a0>\r\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc'\r\n# extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so'\r\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453975520>\r\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d39d0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc'\r\n# extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'\r\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4538d4df0>\r\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539f52b0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc'\r\n# extension module 'libdnf._module' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.9/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4520e32b0>\r\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539a8880>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc'\r\n# extension module 'libdnf._repo' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'\r\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451fb0e50>\r\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520c2550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc'\r\n# extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so'\r\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f1c9d0>\r\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520e34f0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc'\r\n# extension module 'libdnf._utils' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f15d30>\r\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f1cf70>\r\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3100>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451e44af0>\r\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44310>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e586d0>\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65280>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451e65820>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65c70>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65340>\r\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58760>\r\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e4ed90>\r\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451a16eb0>\r\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58160>\r\nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44c70>\r\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f47700>\r\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so'\r\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f47e20>\r\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f478b0>\r\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3250>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a25d30>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc'\r\n# extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gpg._gpgme' executed from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4518951f0>\r\nimport 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451935280>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc'\r\nimport 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519427c0>\r\nimport 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4518e8e20>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc'\r\nimport 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e50>\r\nimport 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942b80>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc'\r\nimport 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942fd0>\r\nimport 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e20>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc'\r\nimport 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799190>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc'\r\nimport 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799220>\r\nimport 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942f10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc'\r\nimport 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517993a0>\r\nimport 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e80>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc'\r\nimport 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942c10>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc'\r\nimport 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517991c0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc'\r\nimport 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799400>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc'\r\nimport 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799490>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc'\r\nimport 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799520>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc'\r\nimport 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517995b0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc'\r\nimport 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799640>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc'\r\nimport 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517996d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc'\r\nimport 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799760>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc'\r\nimport 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517997f0>\r\nimport 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519421f0>\r\nimport 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45191c190>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451799bb0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799910>\r\nimport 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519423d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc'\r\nimport 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942fa0>\r\nimport 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913c70>\r\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913280>\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913460>\r\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49b20>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913df0>\r\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a25cd0>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc'\r\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1c10>\r\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b14c0>\r\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc'\r\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45174f280>\r\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701160>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4517011f0>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451762670>\r\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45174f6a0>\r\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451743a60>\r\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1f70>\r\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701fa0>\r\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701760>\r\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1d60>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc'\r\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45173a910>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc'\r\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725820>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc'\r\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517258b0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725a30>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n# code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc'\r\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453e40190>\r\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451735160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e401f0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e402e0>\r\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517259d0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc'\r\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725f70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc'\r\n# extension module '_opcode' loaded from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_opcode' executed from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45156b3a0>\r\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45156b160>\r\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45155b9a0>\r\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e519a0>\r\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e40e80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc'\r\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e51c70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc'\r\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e59970>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451579700>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc'\r\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451579340>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc'\r\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451587640>\r\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451587160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc'\r\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4515874c0>\r\nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e940>\r\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e7f0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451590f70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc'\r\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451545f70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc'\r\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\r\n# code object from '/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_curses' executed from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'\r\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4514e1d60>\r\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1be0>\r\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e13a0>\r\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1160>\r\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc'\r\nimport 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e11f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc'\r\nimport 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45150c130>\r\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1e80>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc'\r\nimport 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514fc9a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45150cfa0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc'\r\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f190>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc'\r\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f2e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f8e0>\r\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f610>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc'\r\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f9a0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141b5e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc'\r\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141b6d0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141beb0>\r\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141bac0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc'\r\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141bf10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc'\r\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433af0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc'\r\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433c10>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc'\r\nimport 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433e50>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc'\r\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c22e0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc'\r\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c2cd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc'\r\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c2e20>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1520>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1100>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc'\r\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1f10>\r\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1a60>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc'\r\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1d60>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc'\r\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513df7f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513dff70>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ec280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc'\r\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ec370>\r\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530490>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4515301f0>\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451590cd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecee0>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecc10>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc'\r\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513865b0>\r\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc'\r\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45138f4f0>\r\n# extension module '_decimal' loaded from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_decimal' executed from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so'\r\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451386e50>\r\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451386dc0>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bb730>\r\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bb1c0>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc'\r\nimport 'six.moves' # \r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc'\r\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451308a60>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc'\r\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451308c40>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc'\r\n# destroy dateutil.tz.win\r\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bbca0>\r\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bba30>\r\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513f9130>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc'\r\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513861f0>\r\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecac0>\r\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530220>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329160>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329d00>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512be610>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512beb80>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n# code object from '/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc'\r\n# extension module '_sqlite3' loaded from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_sqlite3' executed from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4512cbc40>\r\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb820>\r\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb580>\r\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb1f0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb430>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9bb0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9c40>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc'\r\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so'\r\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4512e7280>\r\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9dc0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc'\r\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511ee2e0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8340>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f82e0>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc'\r\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'pyexpat' executed from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so'\r\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4511f8490>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f81f0>\r\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511eed00>\r\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511ee3a0>\r\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512f5a30>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7fa0>\r\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7940>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d97f0>\r\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cbfd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9940>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511eed90>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8760>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f89d0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8f40>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451214730>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451198910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a5b80>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc'\r\n# extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'rhsm._certificate' executed from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so'\r\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4511c7130>\r\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a5be0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc'\r\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451176400>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc'\r\nimport 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451176520>\r\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168490>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc'\r\nimport 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511687c0>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc'\r\nimport 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45117b910>\r\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168130>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc'\r\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511681f0>\r\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45115ca90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc'\r\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45117bdc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511111f0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511112e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc'\r\nimport 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451111400>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc'\r\nimport 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510e6640>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45113af40>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc'\r\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45114d9d0>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc'\r\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45114da60>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc'\r\nimport 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510e62b0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc'\r\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510f73a0>\r\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45111ed00>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc'\r\nimport 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451127970>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc'\r\nimport 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510a6880>\r\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451127280>\r\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451111bb0>\r\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511c4d90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc'\r\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510ca640>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510cadf0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058160>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058a90>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc'\r\nimport 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510781c0>\r\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058d60>\r\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510581f0>\r\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510312e0>\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031dc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc'\r\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031f40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc'\r\nimport 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451039be0>\r\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510397c0>\r\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451039310>\r\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031a60>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc'\r\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031bb0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc'\r\nimport 'urllib3.packages.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe5a00>\r\nimport 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe5670>\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc'\r\nimport 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe56d0>\r\nimport 'urllib3.packages.six.moves' # \r\nimport 'urllib3.packages.six.moves.http_client' # \r\nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb610>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc'\r\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb7f0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc'\r\nimport 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92910>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc'\r\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92ac0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc'\r\nimport 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92c70>\r\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f925b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc'\r\nimport 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f928b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9e0d0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc'\r\nimport 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9e130>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc'\r\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450faa340>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc'\r\nimport 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450faa910>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc'\r\nimport 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fcbe80>\r\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9ec40>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc'\r\nimport 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9eb20>\r\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92250>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc'\r\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92310>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc'\r\nimport 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92040>\r\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fefaf0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc'\r\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f528e0>\r\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f52520>\r\nimport 'urllib3.packages.six.moves.urllib' # \r\nimport 'urllib3.packages.six.moves.urllib.parse' # \r\nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510009a0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc'\r\nimport 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f922e0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc'\r\nimport 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f52d60>\r\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb940>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc'\r\nimport 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f5f910>\r\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc'\r\nimport 'chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77280>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc'\r\nimport 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f774f0>\r\nimport 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d0a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc'\r\nimport 'chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77df0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc'\r\nimport 'chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80190>\r\nimport 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f779d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc'\r\nimport 'chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc'\r\nimport 'chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80c40>\r\nimport 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f807f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc'\r\nimport 'chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89b50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc'\r\nimport 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89c10>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc'\r\nimport 'chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89ca0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc'\r\nimport 'chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc'\r\nimport 'chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89dc0>\r\nimport 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f894f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc'\r\nimport 'chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89f70>\r\nimport 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80b20>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc'\r\nimport 'chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3370>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc'\r\nimport 'chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb36a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc'\r\nimport 'chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3910>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc'\r\nimport 'chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3bb0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc'\r\nimport 'chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3e50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc'\r\nimport 'chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8130>\r\nimport 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80430>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc'\r\nimport 'chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8490>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc'\r\nimport 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb88b0>\r\nimport 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8730>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc'\r\nimport 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8d00>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc'\r\nimport 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc'\r\nimport 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc'\r\nimport 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec70d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc'\r\nimport 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec7160>\r\nimport 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80640>\r\nimport 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d8b0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc'\r\nimport 'chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d8e0>\r\nimport 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d430>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc'\r\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80520>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc'\r\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb3a0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc'\r\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec7fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc'\r\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n# code object from '/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc'\r\nimport 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c580>\r\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c370>\r\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c100>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc'\r\nimport 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c400>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc'\r\nimport 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e66f40>\r\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8c70>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc'\r\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78a60>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc'\r\nimport 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85250>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc'\r\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85310>\r\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78af0>\r\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78760>\r\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78670>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc'\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc'\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e351c0>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85d00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc'\r\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85f10>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc'\r\nimport 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc'\r\nimport 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e35eb0>\r\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc'\r\nimport 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450de61c0>\r\nimport 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbdf0>\r\nimport 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddb2e0>\r\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e4a850>\r\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85b50>\r\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048c40>\r\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc'\r\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbf10>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc'\r\nimport 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbc40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc'\r\nimport 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450def910>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc'\r\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450defd00>\r\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031520>\r\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451021880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc'\r\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a2e0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc'\r\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a670>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc'\r\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a790>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n# code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc'\r\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9e100>\r\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a850>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc'\r\nimport 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dac160>\r\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9ea30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc'\r\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc'\r\nimport 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d52910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc'\r\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d5e550>\r\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dacee0>\r\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dac700>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc'\r\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dc1a00>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc'\r\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77c40>\r\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77370>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc'\r\nimport 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77df0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc'\r\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d882b0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc'\r\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so'\r\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450d88430>\r\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d882e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc'\r\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d883d0>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc'\r\n# possible namespace for /usr/lib/python3.9/site-packages/gi\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc'\r\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d88d00>\r\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'gi._gi' executed from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so'\r\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450d88b50>\r\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d88520>\r\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc'\r\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c940>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc'\r\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2ca30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc'\r\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2cd30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc'\r\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d3b340>\r\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c2e0>\r\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17e80>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc'\r\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c460>\r\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17b20>\r\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d888e0>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n# code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc'\r\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2b490>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c44f10>\r\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2bcd0>\r\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2b820>\r\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d3bf40>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc'\r\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3d90>\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n# code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc'\r\nimport 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c11310>\r\n# extension module '_elementtree' loaded from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_elementtree' executed from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so'\r\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450c11f10>\r\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3e20>\r\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3760>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc'\r\nimport 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c22f40>\r\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c22400>\r\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf6850>\r\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dc1880>\r\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9eee0>\r\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45108c550>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc'\r\nimport 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451018820>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc'\r\nimport 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ba4df0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc'\r\nimport 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ba4f70>\r\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8f10>\r\nimport 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511989a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc'\r\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b566d0>\r\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bc6b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc'\r\nimport 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62100>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc'\r\nimport 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b623a0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc'\r\nimport 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b625e0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc'\r\nimport 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62820>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc'\r\nimport 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62a00>\r\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b56c70>\r\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b569a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc'\r\nimport 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b56e80>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc'\r\nimport 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b723d0>\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc'\r\nimport 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72880>\r\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b724f0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc'\r\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b0e190>\r\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72cd0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc'\r\nimport 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72e20>\r\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a53d0>\r\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'librepo._librepo' loaded from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\n# extension module 'librepo._librepo' executed from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so'\r\nimport 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450b1bb20>\r\nimport 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511986a0>\r\nimport 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451220520>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc'\r\nimport 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc'\r\n# /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\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc'\r\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3d910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc'\r\nimport 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b446a0>\r\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3df40>\r\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32af0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc'\r\nimport 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3d370>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc'\r\nimport 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4d640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc'\r\nimport 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4d850>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc'\r\nimport 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4db50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc'\r\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4de20>\r\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b320d0>\r\nimport 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b1bcd0>\r\n# /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\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py\r\n# code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc'\r\nimport 'dnf.plugin.dynamic.notify_packagekit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ad1130>\r\n\r\n{\"msg\": \"Check mode: No changes made, but would have if not in check mode\", \"changed\": true, \"results\": [\"Installed: cockpit-session-recording-16-1.el9.noarch\"], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"cockpit-session-recording\"], \"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, \"state\": null}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n# cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n# cleanup[2] removing gpg.constants.tofu\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n# destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n# cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n# cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n# cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.compat\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n# cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n# cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n# cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n# cleanup[2] removing dnf.plugin.dynamic.notify_packagekit\r\n# destroy dnf.plugin.dynamic.notify_packagekit\r\n# destroy _sitebuiltins\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy selinux\r\n# destroy distro\r\n# destroy netrc\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy systemd.journal\r\n# destroy iniparse.compat\r\n# destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n# destroy rhsmlib.facts.dmidecodeparser\r\n# destroy rhsmlib.facts.all\r\n# destroy rhsmlib.dbus\r\n# destroy rhsmlib.dbus.server\r\n# destroy rhsmlib.client_info\r\n# destroy librepo\r\n# cleanup[3] wiping subscription_manager.action_client\r\n# cleanup[3] wiping subscription_manager.installedproductslib\r\n# cleanup[3] wiping subscription_manager.packageprofilelib\r\n# cleanup[3] wiping subscription_manager.factlib\r\n# cleanup[3] wiping subscription_manager.healinglib\r\n# cleanup[3] wiping subscription_manager.identitycertlib\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n# cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n# cleanup[3] wiping subscription_manager.content_action_client\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n# cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n# cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n# cleanup[3] wiping subscription_manager.base_plugin\r\n# cleanup[3] wiping subscription_manager.cp_provider\r\n# cleanup[3] wiping subscription_manager.validity\r\n# cleanup[3] wiping subscription_manager.identity\r\n# cleanup[3] wiping subscription_manager.facts\r\n# cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n# cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n# cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n# destroy subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.cache\r\n# destroy rhsmlib.services.syspurpose\r\n# cleanup[3] wiping rhsm.logutil\r\n# cleanup[3] wiping logging.config\r\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\r\n# destroy xml.etree.ElementTree\r\n# cleanup[3] wiping _elementtree\r\n# cleanup[3] wiping xml.etree.ElementPath\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n# cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n# cleanup[3] wiping gi.repository\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides\r\n# destroy gi.overrides.GLib\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n# destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n# cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib\r\n# cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider\r\n# cleanup[3] wiping requests\r\n# destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n# destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n# destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel\r\n# destroy chardet.langrussianmodel\r\n# destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection\r\n# cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n# cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n# cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n# cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n# destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n# cleanup[3] wiping iniparse.ini\r\n# destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n# destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n# cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n# destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n# cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n# cleanup[3] wiping gpg._gpgme\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n# cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n# destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n# destroy xml.etree.ElementPath\r\n# destroy _elementtree\r\n# destroy _heapq\r\n# destroy zipimport\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n# destroy gi._gi\r\n# destroy gi._gobject\r\n# destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy stat\r\n# destroy selectors\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy gzip\r\n# destroy rhsmlib.facts.dmiinfo\r\n# destroy requests\r\n# destroy iniparse.ini\r\n# destroy enum\r\n# destroy signal\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n# destroy _stat\r\n# destroy http.cookies\r\n# destroy urllib.parse\r\n# destroy _weakref\r\n# destroy ntpath\r\n# destroy posix\r\n# destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n# destroy _opcode\r\n# destroy requests.sessions\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy fcntl\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings\r\n# destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n# destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n# destroy hashlib\r\n# destroy encodings\r\n# destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n# destroy calendar\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy codecs\r\n# destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util\r\n# destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n# destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n# destroy http.client\r\n# destroy email\r\n# destroy string\r\n# destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n# destroy errno\r\n# destroy select\r\n# destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n# destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n# destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n# destroy pyexpat\r\n# destroy threading\r\n# destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888135.86294: done with _execute_module (ansible.legacy.dnf, {'name': ['cockpit-session-recording'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888133.3077736-7767-261638625005360/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888135.86305: _low_level_execute_command(): starting\n 7519 1726888135.86307: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888135.86947: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888135.86950: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888135.86952: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888135.86955: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888135.86957: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888135.86958: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888135.86960: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888135.86962: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888135.86964: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888135.87029: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888135.87032: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888135.87034: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888135.87036: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888135.87038: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888135.87040: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888135.87042: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888135.87044: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888135.87048: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888135.87053: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888135.87055: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888135.87057: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888135.87059: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888135.87061: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888135.87063: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888135.87065: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888135.87067: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888135.87069: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888135.87071: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888135.87073: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888135.87079: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888135.87081: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888135.87083: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888135.87085: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888135.87087: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888135.87089: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888135.87091: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888135.87092: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888135.87571: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888135.87629: stderr chunk (state=3):\n>>><<<\n 7519 1726888135.87632: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888135.88051: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888135.88054: handler run complete\n 7519 1726888135.88056: attempt loop complete, returning result\n 7519 1726888135.88058: _execute() done\n 7519 1726888135.88059: dumping result to json\n 7519 1726888135.88061: done dumping result, returning\n 7519 1726888135.88063: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording [0ed44806-2f0b-c82f-f05a-00000000000d]\n 7519 1726888135.88064: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d\n 7519 1726888135.88112: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d\n 7519 1726888135.88115: WORKER PROCESS EXITING\nchanged: [managed_node1] => {\n \"changed\": true,\n \"invocation\": {\n \"module_args\": {\n \"allow_downgrade\": false,\n \"allowerasing\": false,\n \"autoremove\": false,\n \"best\": null,\n \"bugfix\": false,\n \"cacheonly\": false,\n \"conf_file\": null,\n \"disable_excludes\": null,\n \"disable_gpg_check\": false,\n \"disable_plugin\": [],\n \"disablerepo\": [],\n \"download_dir\": null,\n \"download_only\": false,\n \"enable_plugin\": [],\n \"enablerepo\": [],\n \"exclude\": [],\n \"install_repoquery\": true,\n \"install_weak_deps\": true,\n \"installroot\": \"/\",\n \"list\": null,\n \"lock_timeout\": 30,\n \"name\": [\n \"cockpit-session-recording\"\n ],\n \"nobest\": null,\n \"releasever\": null,\n \"security\": false,\n \"skip_broken\": false,\n \"sslverify\": true,\n \"state\": null,\n \"update_cache\": false,\n \"update_only\": false,\n \"use_backend\": \"auto\",\n \"validate_certs\": true\n }\n },\n \"rc\": 0,\n \"results\": [\n \"Installed: cockpit-session-recording-16-1.el9.noarch\"\n ]\n}\n\nMSG:\n\nCheck mode: No changes made, but would have if not in check mode\n 7519 1726888135.88209: no more pending results, returning what we have\n 7519 1726888135.88212: results queue empty\n 7519 1726888135.88213: checking for any_errors_fatal\n 7519 1726888135.88219: done checking for any_errors_fatal\n 7519 1726888135.88219: checking for max_fail_percentage\n 7519 1726888135.88221: done checking for max_fail_percentage\n 7519 1726888135.88221: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888135.88222: done checking to see if all hosts have failed\n 7519 1726888135.88224: getting the remaining hosts for this loop\n 7519 1726888135.88226: done getting the remaining hosts for this loop\n 7519 1726888135.88228: getting the next task for host managed_node1\n 7519 1726888135.88232: done getting next task for host managed_node1\n 7519 1726888135.88235: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd services section\n 7519 1726888135.88236: ^ state is: HOST STATE: block=3, task=8, 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\n 7519 1726888135.88237: getting the next task for host managed_node2\n 7519 1726888135.88238: done getting next task for host managed_node2\n 7519 1726888135.88239: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd services section\n 7519 1726888135.88240: ^ state is: HOST STATE: block=3, task=8, 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\n 7519 1726888135.88241: getting the next task for host managed_node3\n 7519 1726888135.88242: done getting next task for host managed_node3\n 7519 1726888135.88243: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd services section\n 7519 1726888135.88244: ^ state is: HOST STATE: block=3, task=8, 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\n 7519 1726888135.88256: getting variables\n 7519 1726888135.88257: in VariableManager get_vars()\n 7519 1726888135.88281: Calling all_inventory to load vars for managed_node1\n 7519 1726888135.88283: Calling groups_inventory to load vars for managed_node1\n 7519 1726888135.88284: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888135.88290: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888135.88292: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888135.88294: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888135.89041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888135.90615: done with get_vars()\n 7519 1726888135.90637: done getting variables\n\nTASK [fedora.linux_system_roles.tlog : Configure sssd services section] ********\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:20\nFriday 20 September 2024 23:08:55 -0400 (0:00:02.715) 0:00:10.526 ****** \n 7519 1726888135.90685: entering _queue_task() for managed_node1/community.general.ini_file\n 7519 1726888135.90687: Creating lock for community.general.ini_file\n 7519 1726888135.91008: worker is 1 (out of 3 available)\n 7519 1726888135.91030: exiting _queue_task() for managed_node1/community.general.ini_file\n 7519 1726888135.91070: getting variables\n 7519 1726888135.91074: in VariableManager get_vars()\n 7519 1726888135.91180: Calling all_inventory to load vars for managed_node2\n 7519 1726888135.91184: Calling groups_inventory to load vars for managed_node2\n 7519 1726888135.91187: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888135.91201: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888135.91204: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888135.91207: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888135.92981: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd services section\n 7519 1726888135.92986: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000e\n 7519 1726888135.92988: variable 'ansible_search_path' from source: unknown\n 7519 1726888135.92989: variable 'ansible_search_path' from source: unknown\n 7519 1726888135.92991: variable 'omit' from source: magic vars\n 7519 1726888135.92993: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888135.92995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888135.92997: variable 'omit' from source: magic vars\n 7519 1726888135.93107: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888135.94268: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888135.94272: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888135.94275: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888135.95710: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888135.95713: variable 'omit' from source: magic vars\n 7519 1726888135.95716: variable 'omit' from source: magic vars\n 7519 1726888135.95718: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888135.95720: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888135.95722: variable 'item' from source: unknown\n 7519 1726888135.95725: variable 'item' from source: unknown\n 7519 1726888135.95727: variable 'omit' from source: magic vars\n 7519 1726888135.95729: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888135.95732: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888135.95734: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888135.95735: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888135.95738: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888135.95739: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888135.95741: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888135.95743: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888135.95844: done with get_vars()\n 7519 1726888135.95868: done getting variables\n 7519 1726888135.95897: entering _queue_task() for managed_node2/community.general.ini_file\n 7519 1726888135.96305: worker is 2 (out of 3 available)\n 7519 1726888135.96849: exiting _queue_task() for managed_node2/community.general.ini_file\n 7519 1726888135.96889: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888135.96896: Set connection var ansible_pipelining to False\n 7519 1726888135.96900: Set connection var ansible_shell_type to sh\n 7519 1726888135.96904: Set connection var ansible_timeout to 10\n 7519 1726888135.96908: Set connection var ansible_connection to ssh\n 7519 1726888135.96911: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888135.96914: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888135.96916: variable 'ansible_connection' from source: unknown\n 7519 1726888135.96919: variable 'ansible_module_compression' from source: unknown\n 7519 1726888135.96922: variable 'ansible_shell_type' from source: unknown\n 7519 1726888135.96926: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888135.96928: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888135.96931: variable 'ansible_pipelining' from source: unknown\n 7519 1726888135.96933: variable 'ansible_timeout' from source: unknown\n 7519 1726888135.96935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888135.96940: 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__)\n 7519 1726888135.96943: variable 'omit' from source: magic vars\n 7519 1726888135.96945: starting attempt loop\n 7519 1726888135.96947: running the handler\n 7519 1726888135.96950: _low_level_execute_command(): starting\n 7519 1726888135.96952: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888135.96977: getting variables\n 7519 1726888135.96980: in VariableManager get_vars()\n 7519 1726888135.97052: Calling all_inventory to load vars for managed_node3\n 7519 1726888135.97056: Calling groups_inventory to load vars for managed_node3\n 7519 1726888135.97059: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888135.97072: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888135.97075: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888135.97078: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888135.98190: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd services section\n 7519 1726888135.98194: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000e\n 7519 1726888135.98196: variable 'ansible_search_path' from source: unknown\n 7519 1726888135.98198: variable 'ansible_search_path' from source: unknown\n 7519 1726888135.98200: variable 'omit' from source: magic vars\n 7519 1726888135.98202: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888135.98204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888135.98206: variable 'omit' from source: magic vars\n 7519 1726888135.99341: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888135.99346: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888135.99349: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888135.99354: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888135.99357: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888135.99361: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888135.99364: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888135.99367: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888135.99369: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888135.99371: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888135.99373: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888135.99375: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888135.99377: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888135.99379: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888135.99381: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888135.99817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888136.00691: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888136.00696: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.00700: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.00702: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.00715: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.00718: _low_level_execute_command(): starting\n 7519 1726888136.00721: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351 `\" && echo ansible-tmp-1726888136.0040274-7835-235975672484351=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351 `\" && echo ansible-tmp-1726888136.0040274-7835-235975672484351=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351 `\" ) && sleep 0'\"'\"''\n 7519 1726888136.00730: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888136.00732: variable 'omit' from source: magic vars\n 7519 1726888136.00734: variable 'omit' from source: magic vars\n 7519 1726888136.02239: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888136.02242: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888136.02244: variable 'item' from source: unknown\n 7519 1726888136.02246: variable 'item' from source: unknown\n 7519 1726888136.02248: variable 'omit' from source: magic vars\n 7519 1726888136.02250: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888136.02253: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.02255: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888136.02257: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.02259: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.02261: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888136.02263: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888136.02264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888136.03178: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.03182: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.03185: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.03188: stderr chunk (state=3):\n>>>debug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.03192: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.03194: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.03196: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.03200: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888136.03202: Set connection var ansible_pipelining to False\n 7519 1726888136.03204: Set connection var ansible_shell_type to sh\n 7519 1726888136.03206: Set connection var ansible_timeout to 10\n 7519 1726888136.03208: Set connection var ansible_connection to ssh\n 7519 1726888136.03210: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.03212: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888136.03214: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.03216: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.03218: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888136.03221: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.03224: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888136.03227: variable 'ansible_connection' from source: unknown\n 7519 1726888136.03229: variable 'ansible_module_compression' from source: unknown\n 7519 1726888136.03231: variable 'ansible_shell_type' from source: unknown\n 7519 1726888136.03233: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888136.03234: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888136.03236: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888136.03238: variable 'ansible_pipelining' from source: unknown\n 7519 1726888136.03240: variable 'ansible_timeout' from source: unknown\n 7519 1726888136.03242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888136.03244: 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__)\n 7519 1726888136.03246: variable 'omit' from source: magic vars\n 7519 1726888136.03248: starting attempt loop\n 7519 1726888136.03250: running the handler\n 7519 1726888136.03252: _low_level_execute_command(): starting\n 7519 1726888136.03253: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888136.03372: done with get_vars()\n 7519 1726888136.03403: done getting variables\n 7519 1726888136.03564: entering _queue_task() for managed_node3/community.general.ini_file\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888136.04383: worker is 3 (out of 3 available)\n 7519 1726888136.04396: exiting _queue_task() for managed_node3/community.general.ini_file\n 7519 1726888136.04408: done queuing things up, now waiting for results queue to drain\n 7519 1726888136.04410: waiting for pending results...\n 7519 1726888136.04668: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.04674: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.04705: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.04709: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.04713: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.04776: stdout chunk (state=3):\n>>>ansible-tmp-1726888136.0040274-7835-235975672484351=/root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351\n<<<\n 7519 1726888136.04792: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.04810: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.04818: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888136.04834: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.04899: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.05000: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.05003: stdout chunk (state=3):\n>>><<<\n 7519 1726888136.05008: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n<10.31.40.27> (0, b'ansible-tmp-1726888136.0040274-7835-235975672484351=/root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.05338: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.0040274-7835-235975672484351=/root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.05347: variable 'ansible_module_compression' from source: unknown\n 7519 1726888136.05350: ANSIBALLZ: Using lock for community.general.ini_file\n 7519 1726888136.05352: ANSIBALLZ: Acquiring lock\n 7519 1726888136.05355: ANSIBALLZ: Lock acquired: 140005031727792\n 7519 1726888136.05358: ANSIBALLZ: Creating module\n 7519 1726888136.05360: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd services section\n 7519 1726888136.05362: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000e\n 7519 1726888136.05628: variable 'ansible_search_path' from source: unknown\n 7519 1726888136.05631: variable 'ansible_search_path' from source: unknown\n 7519 1726888136.05634: variable 'omit' from source: magic vars\n 7519 1726888136.05690: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888136.05709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888136.05725: variable 'omit' from source: magic vars\n 7519 1726888136.06156: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888136.06167: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888136.06325: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888136.06529: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888136.06629: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.06757: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.06760: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.06836: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.06839: _low_level_execute_command(): starting\n 7519 1726888136.06843: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973 `\" && echo ansible-tmp-1726888136.0679133-7837-196815305912973=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973 `\" && echo ansible-tmp-1726888136.0679133-7837-196815305912973=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973 `\" ) && sleep 0'\"'\"''\n 7519 1726888136.07504: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888136.07511: variable 'omit' from source: magic vars\n 7519 1726888136.07557: variable 'omit' from source: magic vars\n 7519 1726888136.07730: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888136.07931: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888136.08024: variable 'item' from source: unknown\n 7519 1726888136.08225: variable 'item' from source: unknown\n 7519 1726888136.08365: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.08373: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.08396: variable 'omit' from source: magic vars\n 7519 1726888136.08445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888136.08612: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.08615: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888136.08618: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888136.08620: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.08625: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.08769: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.08775: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.08777: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888136.08782: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888136.08784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888136.08797: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.08819: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.08902: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888136.08910: Set connection var ansible_pipelining to False\n 7519 1726888136.08938: Set connection var ansible_shell_type to sh\n 7519 1726888136.08943: Set connection var ansible_timeout to 10\n 7519 1726888136.08945: Set connection var ansible_connection to ssh\n 7519 1726888136.08951: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888136.08979: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888136.08982: variable 'ansible_connection' from source: unknown\n 7519 1726888136.08985: variable 'ansible_module_compression' from source: unknown\n 7519 1726888136.08987: variable 'ansible_shell_type' from source: unknown\n 7519 1726888136.08990: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888136.08992: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888136.08994: variable 'ansible_pipelining' from source: unknown\n 7519 1726888136.08996: variable 'ansible_timeout' from source: unknown\n 7519 1726888136.09001: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888136.09224: 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__)\n 7519 1726888136.09234: variable 'omit' from source: magic vars\n 7519 1726888136.09246: starting attempt loop\n 7519 1726888136.09253: running the handler\n 7519 1726888136.09268: _low_level_execute_command(): starting\n 7519 1726888136.09276: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888136.10053: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.10070: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.10085: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.10109: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.10139: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.10188: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.10207: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.10238: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.10261: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.10280: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.10299: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.10325: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.10359: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.10376: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888136.10395: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.10418: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.10440: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.10471: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.10486: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.10499: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.10511: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.10526: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.10540: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.10553: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.10567: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.10586: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.10675: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.10681: stdout chunk (state=3):\n>>>ansible-tmp-1726888136.0679133-7837-196815305912973=/root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973\n<<<\n 7519 1726888136.10703: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.10720: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.10745: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.10864: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.10867: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.10870: stdout chunk (state=3):\n>>><<<\n 7519 1726888136.10880: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n<10.31.42.160> (0, b'ansible-tmp-1726888136.0679133-7837-196815305912973=/root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.10900: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.10929: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.0679133-7837-196815305912973=/root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.11135: variable 'ansible_module_compression' from source: unknown\n 7519 1726888136.11139: ANSIBALLZ: Using lock for community.general.ini_file\n 7519 1726888136.11143: ANSIBALLZ: Acquiring lock\n 7519 1726888136.11163: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.11178: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.11199: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888136.11244: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.11288: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.13433: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888136.13584: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888136.13598: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.13703: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.13720: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.13878: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.13881: _low_level_execute_command(): starting\n 7519 1726888136.13884: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193 `\" && echo ansible-tmp-1726888136.1376753-7843-3831624834193=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193 `\" && echo ansible-tmp-1726888136.1376753-7843-3831624834193=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193 `\" ) && sleep 0'\"'\"''\n 7519 1726888136.14882: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.14896: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.14910: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.14929: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.14942: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.14984: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.14997: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.15009: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.15027: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.15041: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.15054: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.15066: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.15083: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.15094: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888136.15107: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.15120: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.15138: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.15154: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.15166: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.15178: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.15190: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.15200: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.15213: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.15229: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.15245: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.15257: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.15330: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.15346: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.15361: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.15382: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.15399: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.15411: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.15426: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.15438: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.15453: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888136.15483: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.15548: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.17440: stdout chunk (state=3):\n>>>ansible-tmp-1726888136.1376753-7843-3831624834193=/root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193\n<<<\n 7519 1726888136.17644: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.17648: stdout chunk (state=3):\n>>><<<\n 7519 1726888136.17651: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888136.1376753-7843-3831624834193=/root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.18036: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.1376753-7843-3831624834193=/root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.18040: variable 'ansible_module_compression' from source: unknown\n 7519 1726888136.18172: ANSIBALLZ: Using lock for community.general.ini_file\n 7519 1726888136.18189: ANSIBALLZ: Acquiring lock\n 7519 1726888136.24206: ANSIBALLZ: Writing module into payload\n 7519 1726888136.24391: ANSIBALLZ: Writing module\n 7519 1726888136.24429: ANSIBALLZ: Renaming module\n 7519 1726888136.24442: ANSIBALLZ: Done creating module\n 7519 1726888136.24716: ANSIBALLZ: Lock acquired: 140005031727792\n 7519 1726888136.24719: ANSIBALLZ: Reading module after lock\n 7519 1726888136.24723: ANSIBALLZ: Lock acquired: 140005031727792\n 7519 1726888136.24727: ANSIBALLZ: Reading module after lock\n 7519 1726888136.24729: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888136.24731: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888136.24738: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py\n 7519 1726888136.24740: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp63bgnkac TO /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpno7icz0i TO /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888136.24777: variable 'ansible_facts' from source: host vars for 'managed_node1'\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888136.24877: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxthmn0ab TO /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888136.25069: Sending initial data\n 7519 1726888136.25072: Sent initial data (155 bytes)\n 7519 1726888136.25412: Sending initial data\n 7519 1726888136.25415: Sent initial data (153 bytes)\n 7519 1726888136.25662: Sending initial data\n 7519 1726888136.25665: Sent initial data (155 bytes)\n 7519 1726888136.26653: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.26669: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.26685: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.26708: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.26728: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.26770: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.26784: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.26797: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.26817: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.26836: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.26851: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.26864: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.26887: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.26905: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888136.26927: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.26949: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.26972: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.26996: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.27017: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.27039: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.27062: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.27080: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.27098: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.27119: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.27141: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.27167: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.27302: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.27398: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.27411: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.27440: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.27458: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.27471: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.27483: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.27500: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.27521: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888136.27557: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.27616: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.28048: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.28052: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.28098: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.28101: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.28104: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.28108: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.28161: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.28180: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.28183: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888136.28200: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.28253: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.28354: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.28368: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.28382: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.28406: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.28419: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.28473: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888136.28485: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.28495: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.28508: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.28520: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.28535: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.28552: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.29030: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.29043: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888136.29061: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.29074: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.29086: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.29100: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.29109: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.29119: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888136.29130: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.29138: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.29148: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.29158: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.29180: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.29191: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.29256: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.29280: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.29294: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.29311: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.29327: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.29339: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.29350: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.29360: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.29380: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888136.29440: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.29450: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888136.29458: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888136.29469: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888136.29497: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888136.29546: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp63bgnkac\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888136.29549: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp63bgnkac /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py\n<<<\n 7519 1726888136.29593: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888136.30329: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122935\r\n<<<\n 7519 1726888136.30376: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888136.30389: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888136.30562: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888136.30624: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpno7icz0i\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888136.30628: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpno7icz0i /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py\n<<<\n 7519 1726888136.30661: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122935 bytes at 0\r\n<<<\n 7519 1726888136.30672: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888136.30679: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888136.30977: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888136.30981: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.30983: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.30985: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp63bgnkac /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp63bgnkac\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122935\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122935 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888136.30994: done transferring module to remote\n 7519 1726888136.30996: _low_level_execute_command(): starting\n 7519 1726888136.31548: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/ /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/ /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888136.31559: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888136.31561: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888136.31563: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxthmn0ab\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888136.31565: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxthmn0ab /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py\n<<<\n 7519 1726888136.31569: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888136.31571: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122933\r\n<<<\n 7519 1726888136.31835: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122933 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888136.31893: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888136.32071: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.32370: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122935\r\n<<<\n 7519 1726888136.32373: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.32375: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpno7icz0i /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpno7icz0i\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122933\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122933 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888136.32381: done transferring module to remote\n 7519 1726888136.32383: _low_level_execute_command(): starting\n 7519 1726888136.32386: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/ /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/ /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888136.32961: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122935 bytes at 0\r\n<<<\n 7519 1726888136.32994: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888136.33136: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.33229: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.33232: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxthmn0ab /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxthmn0ab\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122935\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122935 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888136.33366: done transferring module to remote\n 7519 1726888136.33368: _low_level_execute_command(): starting\n 7519 1726888136.33370: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/ /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/ /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888136.33751: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.33800: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.33818: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.33832: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.33839: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.33877: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.33925: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.33934: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.34018: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.34031: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.34376: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.34387: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.34408: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.34434: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.34450: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.34469: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.34472: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.34487: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888136.34499: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.34511: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.34528: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.34536: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.34556: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.34576: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.34579: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.34583: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 7519 1726888136.34586: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.34600: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.34603: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.34605: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.34608: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.34619: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.34622: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.34634: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888136.34637: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.34639: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.34643: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.34655: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.34659: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.34662: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.34669: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.34686: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.34689: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.34691: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.34693: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.34712: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.34728: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.34735: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.34744: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.34753: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.34760: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.34839: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.34882: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.34946: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.34953: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.34969: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.34972: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.34982: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.34995: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.34998: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.35000: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.35003: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.35014: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888136.35043: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.35059: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.35082: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.35094: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.35097: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.35110: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.35137: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.35245: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888136.35373: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.35463: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.35879: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.35885: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.36041: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888136.36121: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.36139: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.36154: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.36167: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.36180: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.36192: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.36210: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.36233: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888136.36249: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.36262: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.36274: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.36287: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.36299: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.36309: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888136.36319: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.36340: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.36356: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.36366: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.36378: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.36388: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.36582: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.36596: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.36609: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.36635: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.36654: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.36680: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.36693: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.36705: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.36721: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888136.36754: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.36799: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888136.36940: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.36953: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.36956: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.36985: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.36988: _low_level_execute_command(): starting\n 7519 1726888136.36993: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888136.37295: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.37299: stdout chunk (state=3):\n>>><<<\n 7519 1726888136.37308: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.37438: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.37443: _low_level_execute_command(): starting\n 7519 1726888136.37445: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888136.38217: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.38238: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.38256: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.38275: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.38290: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.38342: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.38353: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.38363: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.38374: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.38385: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.38397: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.38407: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.38431: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.38563: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888136.38574: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.38585: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.38597: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.38610: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.38628: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.38640: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.38664: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.38683: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.38700: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.38721: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.38745: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.38757: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.38836: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.38851: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.38866: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.38894: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.38910: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.38999: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.39010: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.39025: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.39116: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888136.39138: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.39146: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.39199: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.39238: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.39241: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.39357: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.39360: _low_level_execute_command(): starting\n 7519 1726888136.39363: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888136.39384: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.39395: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.39407: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.39427: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.39438: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.39484: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.39491: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.39499: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.39509: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.39521: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.39533: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.39541: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.39555: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.39566: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888136.39573: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.39581: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.39593: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.39603: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.39611: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.39627: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.39634: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.39641: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.39649: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.39659: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.39669: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.39681: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.39755: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.39765: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.39772: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.39792: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.39807: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.39813: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.39836: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.39842: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.39854: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888136.39878: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.39940: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.40530: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.40534: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.40574: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.40577: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888136.40579: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.40661: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.40665: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.40670: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888136.40690: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.40740: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888136.41205: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888136.41212: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888136.41265: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888136.41268: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888136.41297: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888136.41335: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888136.41381: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888136.41447: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.41452: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888136.41476: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888136.41506: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483dc0>\r\n<<<\n 7519 1726888136.41548: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888136.41552: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef4283a0>\r\n<<<\n 7519 1726888136.41554: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483b20>\r\n<<<\n 7519 1726888136.41591: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888136.41597: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483ac0>\r\n<<<\n 7519 1726888136.41637: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888136.41649: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888136.41658: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428490>\r\n<<<\n 7519 1726888136.41680: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888136.41699: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888136.41725: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888136.41731: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428940>\r\n<<<\n 7519 1726888136.41746: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428670>\r\n<<<\n 7519 1726888136.41948: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888136.41951: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888136.41953: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888136.41957: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888136.41962: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888136.41965: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888136.41967: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf190>\r\n<<<\n 7519 1726888136.41968: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888136.41970: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888136.41972: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888136.42052: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888136.42056: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf220>\r\n<<<\n 7519 1726888136.42060: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888136.42131: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888136.42165: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\n<<<\n 7519 1726888136.42182: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888136.42215: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42250: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888136.42271: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117dc0>\r\n<<<\n 7519 1726888136.42274: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1f2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf940>\r\n<<<\n 7519 1726888136.42282: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef440880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1c8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1f2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888136.42332: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117b20>\r\n<<<\n 7519 1726888136.42351: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42379: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117ac0>\r\n<<<\n 7519 1726888136.42384: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888136.42419: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42500: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42510: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42542: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42591: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42602: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42609: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16eeb0>\r\n<<<\n 7519 1726888136.42650: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888136.42679: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef171f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888136.42688: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888136.42696: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42716: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42749: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073220>\r\n<<<\n 7519 1726888136.42807: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42814: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef167610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16d640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888136.42817: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42831: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3096850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073940>\r\n<<<\n 7519 1726888136.42882: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888136.42931: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888136.42947: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30d4880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a306cd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3096d90>\r\n<<<\n 7519 1726888136.43020: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888136.43047: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888136.43087: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef0f0dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f08b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\n<<<\n 7519 1726888136.43109: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0f70>\r\n<<<\n 7519 1726888136.43124: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0e80>\r\nimport '_collections' # \r\n<<<\n 7519 1726888136.43189: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149d30>\r\n<<<\n 7519 1726888136.43201: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888136.43213: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888136.43251: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef142610>\r\n<<<\n 7519 1726888136.43313: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888136.43344: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd3eb0>\r\n<<<\n 7519 1726888136.43403: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888136.43488: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef156670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef175e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef102c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef156280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102d90>\r\n<<<\n 7519 1726888136.43562: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888136.43575: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 7519 1726888136.43596: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888136.43616: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 7519 1726888136.43665: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 7519 1726888136.43669: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 7519 1726888136.43708: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0d5370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888136.43748: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888136.43769: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888136.43773: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dcc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2d55dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d558b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n<<<\n 7519 1726888136.43775: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888136.43778: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888136.43827: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0d5460>\r\n<<<\n 7519 1726888136.43860: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888136.43868: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n<<<\n 7519 1726888136.43990: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\n<<<\n 7519 1726888136.43995: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888136.43998: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888136.44000: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2daed30>\r\nimport '_functools' # \r\n<<<\n 7519 1726888136.44003: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef10afa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888136.44094: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888136.44245: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n<<<\n 7519 1726888136.44309: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888136.44409: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 7519 1726888136.44418: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2da7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dbb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2ddae20>\r\n<<<\n 7519 1726888136.44490: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888136.44493: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefef1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0c0c70>\r\n<<<\n 7519 1726888136.44498: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888136.44506: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.44735: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2d67c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dae250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2dbb280>\r\n<<<\n 7519 1726888136.44745: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888136.44749: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888136.44752: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888136.44795: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888136.44807: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de09d0>\r\n<<<\n 7519 1726888136.44826: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef002af0>\r\nimport 'errno' # \r\n<<<\n 7519 1726888136.44857: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67d90>\r\n<<<\n 7519 1726888136.44860: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3dc0>\r\n<<<\n 7519 1726888136.44863: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888136.44865: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888136.44893: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888136.44896: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef002e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef013730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888136.45071: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507583a0>\r\n<<<\n 7519 1726888136.45162: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef013c70>\r\n<<<\n 7519 1726888136.45198: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3b20>\r\n<<<\n 7519 1726888136.45370: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3ac0>\r\nimport '_signal' # \r\n<<<\n 7519 1726888136.45570: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45576: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefa03a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef002f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefb1280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0135b0>\r\n<<<\n 7519 1726888136.45580: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n<<<\n 7519 1726888136.45583: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45586: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d3a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d3a460>\r\n<<<\n 7519 1726888136.45591: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758490>\r\n<<<\n 7519 1726888136.45594: stdout chunk (state=3):\n>>>import 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefb1340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1029d0>\r\n<<<\n 7519 1726888136.45597: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45657: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d6ffa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69a30>\r\n<<<\n 7519 1726888136.45770: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py<<<\n 7519 1726888136.45773: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45776: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45779: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888136.45782: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758940>\r\n<<<\n 7519 1726888136.45785: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45787: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758670><<<\n 7519 1726888136.45793: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc850>\r\n<<<\n 7519 1726888136.45806: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.45809: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c6e1c0>\r\n<<<\n 7519 1726888136.45814: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888136.45817: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d25c70>\r\n<<<\n 7519 1726888136.45820: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69eb0>\r\n<<<\n 7519 1726888136.45915: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888136.45919: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45924: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45927: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888136.45930: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45934: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c81af0>\r\nimport 'errno' # \r\n<<<\n 7519 1726888136.45937: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888136.45940: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c81e20>\r\n<<<\n 7519 1726888136.45944: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45947: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45950: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f190>\r\n<<<\n 7519 1726888136.45953: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefccca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefda1f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc8e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefc1a30>\r\n<<<\n 7519 1726888136.45956: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c92730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888136.45961: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888136.45964: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45967: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1025b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888136.45969: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45972: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c92c70>\r\n<<<\n 7519 1726888136.45975: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.45978: stdout chunk (state=3):\n>>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c2a3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c81f10>\r\n<<<\n 7519 1726888136.45980: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888136.45982: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcca90>\r\n<<<\n 7519 1726888136.46042: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888136.46045: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f220>\r\n<<<\n 7519 1726888136.46065: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c3b280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c925b0>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888136.46069: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py<<<\n 7519 1726888136.46072: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46074: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c3b340>\r\n<<<\n 7519 1726888136.46112: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888136.46134: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888136.46138: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py<<<\n 7519 1726888136.46140: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7fee9e7670>\r\n<<<\n 7519 1726888136.46144: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46147: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50732850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50770880><<<\n 7519 1726888136.46205: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888136.46209: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46211: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c566a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888136.46217: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c56760>\r\n<<<\n 7519 1726888136.46291: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.46294: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50708d90>\r\n<<<\n 7519 1726888136.46298: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n<<<\n 7519 1726888136.46302: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888136.46305: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py<<<\n 7519 1726888136.46307: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\n<<<\n 7519 1726888136.46309: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 7519 1726888136.46312: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.46319: stdout chunk (state=3):\n>>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50732d90>\r\n<<<\n 7519 1726888136.46321: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.46326: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.46442: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758970><<<\n 7519 1726888136.46498: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46502: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56ca0>\r\n<<<\n 7519 1726888136.46531: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.46534: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c641f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c568e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c4ba30>\r\n<<<\n 7519 1726888136.46537: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) <<<\n 7519 1726888136.46539: stdout chunk (state=3):\n>>>\r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux<<<\n 7519 1726888136.46541: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46560: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d675b0>\r\n<<<\n 7519 1726888136.46564: stdout chunk (state=3):\n>>>Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888136.46566: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888136.46624: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888136.46627: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c56a90>\r\n<<<\n 7519 1726888136.46630: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888136.46632: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f30a2b94670>\r\n<<<\n 7519 1726888136.46680: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py<<<\n 7519 1726888136.46683: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46685: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'<<<\n 7519 1726888136.46688: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46691: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py<<<\n 7519 1726888136.46694: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46840: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'<<<\n 7519 1726888136.46860: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46864: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py<<<\n 7519 1726888136.46866: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46869: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888136.46871: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py<<<\n 7519 1726888136.46873: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46875: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'<<<\n 7519 1726888136.46876: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46878: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.46880: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d2eb0><<<\n 7519 1726888136.46883: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46885: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d6f40>\r\n<<<\n 7519 1726888136.46887: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888136.46889: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.46891: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py<<<\n 7519 1726888136.46910: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.46916: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.46918: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888136.46920: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.46924: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # <<<\n 7519 1726888136.47007: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47087: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888136.47091: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888136.47094: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py<<<\n 7519 1726888136.47096: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47100: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'<<<\n 7519 1726888136.47102: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47184: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506cc610><<<\n 7519 1726888136.47189: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47192: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d4640><<<\n 7519 1726888136.47194: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47198: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d2370><<<\n 7519 1726888136.47202: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47205: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py<<<\n 7519 1726888136.47279: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47282: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.47284: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'<<<\n 7519 1726888136.47287: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47289: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py<<<\n 7519 1726888136.47291: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47426: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888136.47434: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47534: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py<<<\n 7519 1726888136.47537: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47544: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'<<<\n 7519 1726888136.47551: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47554: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888136.47556: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47558: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888136.47568: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47661: stdout chunk (state=3):\n>>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50655dc0><<<\n 7519 1726888136.47664: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47666: stdout chunk (state=3):\n>>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506558b0><<<\n 7519 1726888136.47717: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47724: stdout chunk (state=3):\n>>>import 'itertools' # <<<\n 7519 1726888136.47728: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47731: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py<<<\n 7519 1726888136.47735: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'<<<\n 7519 1726888136.47738: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47741: stdout chunk (state=3):\n>>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655eb0><<<\n 7519 1726888136.47744: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47747: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py<<<\n 7519 1726888136.47749: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47751: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'<<<\n 7519 1726888136.47755: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47757: stdout chunk (state=3):\n>>>import '_operator' # <<<\n 7519 1726888136.47758: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47777: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655f70><<<\n 7519 1726888136.47813: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47817: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n<<<\n 7519 1726888136.47820: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'<<<\n 7519 1726888136.47825: stdout chunk (state=3):\n>>>\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655e80>\r\nimport '_collections' # \r\n<<<\n 7519 1726888136.47828: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506aed30><<<\n 7519 1726888136.47832: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47834: stdout chunk (state=3):\n>>>import '_functools' # <<<\n 7519 1726888136.47836: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47858: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506a7610>\r\n<<<\n 7519 1726888136.47883: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n<<<\n 7519 1726888136.47903: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'<<<\n 7519 1726888136.47929: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47946: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506bc670><<<\n 7519 1726888136.47970: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47974: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506dae20><<<\n 7519 1726888136.47976: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47979: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py<<<\n 7519 1726888136.47981: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47983: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'<<<\n 7519 1726888136.47985: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.47987: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.48015: stdout chunk (state=3):\n>>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50667c70>\r\n<<<\n 7519 1726888136.48092: stdout chunk (state=3):\n>>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506ae250>\r\n<<<\n 7519 1726888136.48182: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8d07f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888136.48286: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888136.48289: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.48360: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888136.48365: stdout chunk (state=3):\n>>>\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d506bc280><<<\n 7519 1726888136.48418: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888136.48435: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.48474: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee961760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961640>\r\n<<<\n 7519 1726888136.48519: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e09d0>\r\n<<<\n 7519 1726888136.48522: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888136.48527: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'<<<\n 7519 1726888136.48541: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.48544: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961370>\r\n<<<\n 7519 1726888136.48546: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888136.48567: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py<<<\n 7519 1726888136.48573: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.48576: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.48578: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961190>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888136.48580: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee961400>\r\n<<<\n 7519 1726888136.48612: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888136.48616: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888136.48618: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'<<<\n 7519 1726888136.48622: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.48630: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888136.48634: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667fa0>\r\n<<<\n 7519 1726888136.48669: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667d90><<<\n 7519 1726888136.48671: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.48674: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee9617c0>\r\n<<<\n 7519 1726888136.48678: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888136.48680: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.48694: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\n<<<\n 7519 1726888136.48764: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888136.48780: stdout chunk (state=3):\n>>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667d00>\r\n<<<\n 7519 1726888136.48812: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888136.48825: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py<<<\n 7519 1726888136.48855: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888136.48867: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888136.48869: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888136.48873: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py<<<\n 7519 1726888136.48875: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.48994: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8b6850>\r\n<<<\n 7519 1726888136.49069: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'<<<\n 7519 1726888136.49074: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.49076: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8b64c0>\r\n<<<\n 7519 1726888136.49079: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8b6670>\r\n<<<\n 7519 1726888136.49081: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888136.49105: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888136.49240: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888136.49246: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'<<<\n 7519 1726888136.49249: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.49251: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee871b20>\r\n<<<\n 7519 1726888136.49255: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee95bd30>\r\n<<<\n 7519 1726888136.49257: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'<<<\n 7519 1726888136.49259: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.49428: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503fa370>\r\n<<<\n 7519 1726888136.49710: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py<<<\n 7519 1726888136.49781: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.49786: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'<<<\n 7519 1726888136.49789: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.49791: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961520>\r\n<<<\n 7519 1726888136.49794: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503fa460>\r\n<<<\n 7519 1726888136.49796: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888136.49797: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee95b190>\r\n<<<\n 7519 1726888136.49799: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888136.49801: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888136.49803: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n<<<\n 7519 1726888136.49804: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888136.49808: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888136.49811: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888136.49813: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888136.49815: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888136.49817: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee82fa90>\r\n<<<\n 7519 1726888136.49819: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50670fa0><<<\n 7519 1726888136.49864: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.49871: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900e80>\r\n<<<\n 7519 1726888136.49873: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee86c310>\r\n<<<\n 7519 1726888136.49876: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669a30><<<\n 7519 1726888136.49878: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.49880: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.49883: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee900970>\r\n<<<\n 7519 1726888136.49885: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669490>\r\n<<<\n 7519 1726888136.49887: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee931d30>\r\n<<<\n 7519 1726888136.49889: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py<<<\n 7519 1726888136.49892: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.49894: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888136.49896: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'<<<\n 7519 1726888136.49899: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888136.49901: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.49903: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888136.49904: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888136.49906: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'<<<\n 7519 1726888136.50000: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.50107: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.50113: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8319a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e50>\r\n<<<\n 7519 1726888136.50115: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888136.50130: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888136.50154: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888136.50169: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'<<<\n 7519 1726888136.50184: stdout chunk (state=3):\n>>>\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503491c0>\r\n<<<\n 7519 1726888136.50280: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.50324: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8400d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e20>\r\n<<<\n 7519 1726888136.50328: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503e5c70>\r\n<<<\n 7519 1726888136.50330: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888136.50335: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.50707: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888136.50711: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888136.50715: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888136.50717: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.50719: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e0040>\r\n<<<\n 7519 1726888136.50721: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n<<<\n 7519 1726888136.50725: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25247f0>\r\n<<<\n 7519 1726888136.50743: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee906700>\r\n<<<\n 7519 1726888136.50745: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5035baf0>\r\nimport 'errno' # \r\n<<<\n 7519 1726888136.50747: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py<<<\n 7519 1726888136.50749: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888136.50751: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.50752: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.50756: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5035be20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036d730>\r\n<<<\n 7519 1726888136.50758: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888136.50760: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'<<<\n 7519 1726888136.50762: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.50764: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee840100>\r\n<<<\n 7519 1726888136.50765: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888136.50767: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'<<<\n 7519 1726888136.50769: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.50774: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888136.50776: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036dc70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d502fa3a0>\r\n<<<\n 7519 1726888136.50778: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.50780: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5035bf10>\r\n<<<\n 7519 1726888136.50782: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83e580>\r\n<<<\n 7519 1726888136.50784: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.50792: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888136.50795: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83e640>\r\n<<<\n 7519 1726888136.50796: stdout chunk (state=3):\n>>>\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25b5760>\r\n<<<\n 7519 1726888136.50801: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5030a280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036d5b0>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888136.50803: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83dc70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee9e7820>\r\n<<<\n 7519 1726888136.50805: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n<<<\n 7519 1726888136.50806: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888136.50808: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5030a340>\r\n<<<\n 7519 1726888136.50810: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888136.50812: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5640><<<\n 7519 1726888136.50815: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.50820: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888136.50824: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c3af0>\r\n<<<\n 7519 1726888136.50826: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5370>\r\n<<<\n 7519 1726888136.50827: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888136.50829: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'<<<\n 7519 1726888136.50831: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.50833: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5490><<<\n 7519 1726888136.50834: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.50836: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5190><<<\n 7519 1726888136.50838: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.50839: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c19d0>\r\n<<<\n 7519 1726888136.50844: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888136.50846: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee833850>\r\n<<<\n 7519 1726888136.50848: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c3520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8fbac0>\r\n<<<\n 7519 1726888136.50854: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.50858: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.50860: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.50862: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888136.50864: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25b5400>\r\n<<<\n 7519 1726888136.50866: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.50867: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888136.50869: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d503266a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50326760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888136.51130: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.51133: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'<<<\n 7519 1726888136.51139: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.51145: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326ca0>\r\n<<<\n 7519 1726888136.51147: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.51149: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888136.51151: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d503341f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503268e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5031aa30>\r\n<<<\n 7519 1726888136.51153: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b57c0>\r\n<<<\n 7519 1726888136.51155: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888136.51159: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506675b0>\r\n<<<\n 7519 1726888136.51161: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.51163: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888136.51164: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<<\n 7519 1726888136.51166: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888136.51168: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888136.51170: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888136.51388: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a250a850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a250a4c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a250a670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24c5b20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25afd30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25af190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a249ea90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24c0310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2554970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2585d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888136.51393: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.51396: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50326a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5d5025b670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.51673: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a24859a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a24940d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888136.51678: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee401d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee80b550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee802fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.51748: stdout chunk (state=3):\n>>>import '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a255a700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2494100>\r\n<<<\n 7519 1726888136.51769: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.51789: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.51805: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.51842: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2492580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2492640>\r\n<<<\n 7519 1726888136.51890: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2491c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2b94820>\r\n<<<\n 7519 1726888136.51929: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888136.51961: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888136.51965: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8b79d0>\r\n<<<\n 7519 1726888136.51982: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52027: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2517af0>\r\n<<<\n 7519 1726888136.52208: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25159d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2487850>\r\n<<<\n 7519 1726888136.52271: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2517520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a254fac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.52286: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888136.52288: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52361: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52468: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888136.52497: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52501: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888136.52503: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52591: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52689: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52728: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52785: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52845: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888136.52848: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52891: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52911: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52917: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888136.52920: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.52987: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53068: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888136.53073: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53084: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53087: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888136.53089: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53163: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53167: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888136.53169: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53178: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53353: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53547: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888136.53581: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888136.53595: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888136.53648: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888136.53671: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888136.53676: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee401610>\r\n<<<\n 7519 1726888136.53691: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.53694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53729: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53800: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\n<<<\n 7519 1726888136.53803: stdout chunk (state=3):\n>>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888136.53833: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53864: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53900: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888136.53910: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53944: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.53981: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.54075: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.54136: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888136.54162: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.54242: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee94a7f0>\r\n<<<\n 7519 1726888136.54275: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8c1610>\r\n<<<\n 7519 1726888136.54324: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\n<<<\n 7519 1726888136.54327: stdout chunk (state=3):\n>>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.54330: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2094d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a245f550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2456fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a250b9d0>\r\n<<<\n 7519 1726888136.54457: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.54471: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbee7f0>\r\n<<<\n 7519 1726888136.54511: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.54551: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.54572: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888136.54575: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888136.54583: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501d5760>\r\n<<<\n 7519 1726888136.54609: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888136.54658: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5640>\r\n<<<\n 7519 1726888136.54662: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888136.54665: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888136.54708: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5370>\r\n<<<\n 7519 1726888136.54712: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888136.54714: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888136.54762: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee81bc70>\r\n<<<\n 7519 1726888136.54826: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5190>\r\n<<<\n 7519 1726888136.54831: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888136.54834: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee800bb0>\r\n<<<\n 7519 1726888136.54868: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee7fd7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888136.54873: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.54875: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501d5400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888136.54891: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.54914: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888136.54921: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888136.54939: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d57c0>\r\n<<<\n 7519 1726888136.54960: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888136.54983: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888136.54998: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.55031: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.55059: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.55066: stdout chunk (state=3):\n>>>import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n<<<\n 7519 1726888136.55069: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.55074: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888136.55113: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888136.55117: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n<<<\n 7519 1726888136.55122: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.55126: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.55128: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n<<<\n 7519 1726888136.55152: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.55155: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb6d7c0>\r\n<<<\n 7519 1726888136.55175: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n<<<\n 7519 1726888136.55179: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.55409: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.55485: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb6db50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb6d9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb8eb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ced30>\r\n<<<\n 7519 1726888136.55616: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5520>\r\n<<<\n 7519 1726888136.55651: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.55654: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888136.55663: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ce190>\r\n<<<\n 7519 1726888136.55700: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.55704: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888136.55706: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888136.55750: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888136.55754: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.55756: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888136.55770: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888136.55775: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888136.55807: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888136.55810: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888136.55816: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbeaa90>\r\n<<<\n 7519 1726888136.55842: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee391820>\r\n<<<\n 7519 1726888136.55862: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py<<<\n 7519 1726888136.55865: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.55885: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888136.55892: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.55943: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173880>\r\n<<<\n 7519 1726888136.55964: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb88310>\r\n<<<\n 7519 1726888136.55967: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.55986: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888136.55990: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50173970>\r\n<<<\n 7519 1726888136.56017: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"services\", \"value\": \"nss, pam\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888136.56050: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available<<<\n 7519 1726888136.56057: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.56084: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501a4d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888136.56107: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888136.56183: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.56188: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888136.56721: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888136.56727: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n<<<\n 7519 1726888136.56731: stdout chunk (state=3):\n>>># cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n<<<\n 7519 1726888136.56734: stdout chunk (state=3):\n>>># cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n<<<\n 7519 1726888136.56736: stdout chunk (state=3):\n>>># cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections<<<\n 7519 1726888136.56738: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n<<<\n 7519 1726888136.56741: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n<<<\n 7519 1726888136.56744: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community<<<\n 7519 1726888136.56746: stdout chunk (state=3):\n>>>\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n<<<\n 7519 1726888136.56748: stdout chunk (state=3):\n>>># cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888136.56750: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.56752: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb4f9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade50>\r\n<<<\n 7519 1726888136.56754: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50179700>\r\n<<<\n 7519 1726888136.56932: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888136.57181: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888136.57185: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888136.57188: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888136.57236: stdout chunk (state=3):\n>>># destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888136.57240: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2094610>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.57243: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb5e100>\r\n<<<\n 7519 1726888136.57246: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 7519 1726888136.57249: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n<<<\n 7519 1726888136.57251: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n<<<\n 7519 1726888136.57254: stdout chunk (state=3):\n>>># cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n<<<\n 7519 1726888136.57256: stdout chunk (state=3):\n>>># cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888136.57258: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n<<<\n 7519 1726888136.57397: stdout chunk (state=3):\n>>># cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n<<<\n 7519 1726888136.57403: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n<<<\n 7519 1726888136.57412: stdout chunk (state=3):\n>>># destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888136.57418: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n<<<\n 7519 1726888136.57421: stdout chunk (state=3):\n>>># cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n<<<\n 7519 1726888136.57425: stdout chunk (state=3):\n>>># cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n<<<\n 7519 1726888136.57428: stdout chunk (state=3):\n>>># destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888136.57431: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.57433: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5b580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5b640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5025b820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888136.57436: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.57468: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbe0af0>\r\n<<<\n 7519 1726888136.57472: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n<<<\n 7519 1726888136.57646: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n<<<\n 7519 1726888136.57650: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888136.57653: stdout chunk (state=3):\n>>># destroy stat\r\n<<<\n 7519 1726888136.57655: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n<<<\n 7519 1726888136.57831: stdout chunk (state=3):\n>>># destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888136.57937: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.57941: stdout chunk (state=3):\n>>># destroy select\r\n<<<\n 7519 1726888136.57943: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888136.57946: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888136.57949: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n<<<\n 7519 1726888136.57952: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.57954: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 7519 1726888136.57957: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a259e7f0>\r\n<<<\n 7519 1726888136.57968: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2515610>\r\n<<<\n 7519 1726888136.57972: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbdf9d0>\r\n<<<\n 7519 1726888136.57975: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb50850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbe0520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5016eac0>\r\n<<<\n 7519 1726888136.57980: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.57982: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.57985: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.57988: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.57991: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888136.57993: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.57996: stdout chunk (state=3):\n>>><<<\n 7519 1726888136.58014: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.58080: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888136.58085: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef4283a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1f2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef440880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1c8d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1f2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16eeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef171f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef167610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16d640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16e370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef0f0dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f08b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149d30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef142610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef156670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef175e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef102c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef156280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0d5370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0d5460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef10afa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefef1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0c0c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef002af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef002e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef013730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef013c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefa03a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef002f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefb1280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0135b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefb1340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1029d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc6a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefccca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefda1f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc8e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefc1a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1025b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcca90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7fee9e7670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8d07f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee961760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee961400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee9617c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8b6850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8b64c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8b6670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee871b20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee95bd30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee95b190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee82fa90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee86c310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee900970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee931d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8319a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8400d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee906700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee840100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83e580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83e640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83dc70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee9e7820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c3af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c19d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee833850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c3520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8fbac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee401d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee80b550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee802fd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8b79d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee401610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee94a7f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8c1610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee81bc70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee800bb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee7fd7f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee391820>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"services\", \"value\": \"nss, pam\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888136.58206: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef4283a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1f2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef440880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1c8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1f2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16eeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef171f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef167610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16d640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef0f0dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f08b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef142610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef156670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef175e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef102c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef156280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0d5370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0d5460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef10afa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefef1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0c0c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef002af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef002e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef013730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef013c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefa03a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef002f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefb1280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0135b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefb1340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1029d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefccca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefda1f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc8e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefc1a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1025b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcca90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7fee9e7670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8d07f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee961760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee961400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee9617c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8b6850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8b64c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8b6670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee871b20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee95bd30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee95b190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee82fa90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee86c310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee900970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee931d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8319a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8400d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee906700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee840100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83e580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83e640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83dc70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee9e7820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c3af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c19d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee833850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c3520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8fbac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee401d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee80b550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee802fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8b79d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee401610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee94a7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8c1610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee81bc70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee800bb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee7fd7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee391820>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"services\", \"value\": \"nss, pam\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888136.60502: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'services', 'value': 'nss, pam', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.0679133-7837-196815305912973/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888136.60507: _low_level_execute_command(): starting\n 7519 1726888136.60511: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888136.60518: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888136.60521: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a246fc70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2453bb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24507f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n<<<\n 7519 1726888136.60526: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888136.60533: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.60536: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.60539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.60541: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.60544: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2024820>\r\n<<<\n 7519 1726888136.60547: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.60550: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"services\", \"value\": \"nss, pam\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888136.60554: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.60556: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888136.60560: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888136.60569: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.60572: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.60576: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup<<<\n 7519 1726888136.60826: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888136.60836: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.60842: stdout chunk (state=3):\n>>>[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collectio<<<\n 7519 1726888136.60845: stdout chunk (state=3):\n>>>ns.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888136.60847: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.60850: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888136.60853: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.60856: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4f751d30>\r\n<<<\n 7519 1726888136.60860: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb2b550>\r\n<<<\n 7519 1726888136.60865: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess<<<\n 7519 1726888136.60869: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.60873: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil<<<\n 7519 1726888136.60875: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1ffd0>\r\n<<<\n 7519 1726888136.60877: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.60879: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.60881: stdout chunk (state=3):\n>>>\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp<<<\n 7519 1726888136.60883: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping pwd<<<\n 7519 1726888136.60885: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref<<<\n 7519 1726888136.60888: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.60897: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external<<<\n 7519 1726888136.60902: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping importlib._bootstrap<<<\n 7519 1726888136.60904: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888136.60905: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.60909: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile<<<\n 7519 1726888136.60912: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.60914: stdout chunk (state=3):\n>>>\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools<<<\n 7519 1726888136.60916: stdout chunk (state=3):\n>>>\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq<<<\n 7519 1726888136.60919: stdout chunk (state=3):\n>>>\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types<<<\n 7519 1726888136.60933: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path<<<\n 7519 1726888136.60936: stdout chunk (state=3):\n>>>\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath<<<\n 7519 1726888136.60939: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n<<<\n 7519 1726888136.60945: stdout chunk (state=3):\n>>># cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal<<<\n 7519 1726888136.60951: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon<<<\n 7519 1726888136.60953: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.60955: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.60958: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888136.60961: stdout chunk (state=3):\n>>>\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n<<<\n 7519 1726888136.60963: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbd49d0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.60967: stdout chunk (state=3):\n>>># destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888136.60969: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n<<<\n 7519 1726888136.60971: stdout chunk (state=3):\n>>># destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n<<<\n 7519 1726888136.60974: stdout chunk (state=3):\n>>># destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888136.60976: stdout chunk (state=3):\n>>># destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n<<<\n 7519 1726888136.61126: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n<<<\n 7519 1726888136.61129: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n<<<\n 7519 1726888136.61132: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888136.61134: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io<<<\n 7519 1726888136.61206: stdout chunk (state=3):\n>>>\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks<<<\n 7519 1726888136.61209: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.61300: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.61967: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888136.61993: stdout chunk (state=3):\n>>><<<\n 7519 1726888136.61995: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.61998: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3096850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30d4880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a306cd90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3096d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd3eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dcc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd2640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd3370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2d55dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d558b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2daed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2da7610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dbb670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2ddae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2d67c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dae250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2dbb280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de09d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d3a370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d3a460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d6ffa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c6e1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d25c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de0040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c81af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c81e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c92730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c92c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c2a3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c81f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c3b280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c925b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c3b340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d679d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c566a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c56760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c641f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c568e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c4ba30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d675b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c56a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f30a2b94670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25247f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25b5760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25b5400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b57c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a250a850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a250a4c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a250a670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24c5b20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25afd30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25af190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a249ea90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24c0310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2554970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2585d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a24859a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a24940d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a255a700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2494100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2492580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2492640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2491c70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2b94820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2517af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25159d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2487850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2517520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a254fac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2094d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a245f550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2456fd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a250b9d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2094610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a259e7f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2515610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a246fc70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2453bb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24507f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2024820>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"services\", \"value\": \"nss, pam\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888136.64297: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3096850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30d4880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a306cd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3096d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd3eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dcc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2d55dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d558b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2daed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2da7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dbb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2ddae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2d67c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dae250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2dbb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d3a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d3a460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d6ffa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c6e1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d25c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c81af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c81e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c92730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c92c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c2a3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c81f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c3b280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c925b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c3b340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c566a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c56760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c641f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c568e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c4ba30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d675b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c56a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f30a2b94670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25247f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25b5760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25b5400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b57c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a250a850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a250a4c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a250a670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24c5b20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25afd30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25af190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a249ea90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24c0310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2554970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2585d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a24859a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a24940d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a255a700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2494100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2492580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2492640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2491c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2b94820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2517af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25159d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2487850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2517520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a254fac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2094d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a245f550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2456fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a250b9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2094610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a259e7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2515610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a246fc70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2453bb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24507f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2024820>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"services\", \"value\": \"nss, pam\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888136.64492: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.64498: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.64565: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888136.64667: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.64737: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.64740: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.64861: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.64867: handler run complete\n 7519 1726888136.64871: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888136.64875: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.64877: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.64880: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888136.64885: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.64888: attempt loop complete, returning result\n 7519 1726888136.64891: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.64893: variable 'item' from source: unknown\n 7519 1726888136.64896: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888136.64899: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888136.64902: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888136.64904: variable 'item' from source: unknown\n 7519 1726888136.64906: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4f751610>\r\n<<<\n 7519 1726888136.64908: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.64911: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\nok: [managed_node2] => (item={'key': 'services', 'value': 'nss, pam'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"services\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"sssd\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"nss, pam\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"services\",\n \"value\": \"nss, pam\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888136.67870: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888136.67875: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888136.67879: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67882: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67885: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.67887: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67890: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67893: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67896: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'services', 'value': 'nss, pam', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.1376753-7843-3831624834193/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888136.67899: _low_level_execute_command(): starting\n 7519 1726888136.67902: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888136.67908: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888136.67911: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501bd7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbdf610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888136.67916: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888136.67919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888136.67922: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67926: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67928: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67931: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888136.67933: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888136.67936: variable 'omit' from source: magic vars\n 7519 1726888136.67938: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888136.67941: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888136.67944: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888136.67952: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888136.67955: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb38c70>\r\n<<<\n 7519 1726888136.67957: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1dbb0>\r\n<<<\n 7519 1726888136.67960: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1b7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888136.67963: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67965: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67968: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\n<<<\n 7519 1726888136.67971: stdout chunk (state=3):\n>>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888136.67973: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888136.67976: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67979: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n<<<\n 7519 1726888136.67981: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67984: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67986: stdout chunk (state=3):\n>>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n<<<\n 7519 1726888136.67989: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67991: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n<<<\n 7519 1726888136.67994: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.67996: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888136.67999: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888136.68001: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n<<<\n 7519 1726888136.68004: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.68006: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.68009: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n<<<\n 7519 1726888136.68012: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.68016: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.68018: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888136.68020: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888136.68025: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888136.68027: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888136.68030: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n<<<\n 7519 1726888136.68032: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\n<<<\n 7519 1726888136.68035: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4f6e3820>\r\n<<<\n 7519 1726888136.68038: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"services\", \"value\": \"nss, pam\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n<<<\n 7519 1726888136.68043: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888136.68045: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.68048: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.68059: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888136.68062: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n<<<\n 7519 1726888136.68064: stdout chunk (state=3):\n>>># clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n<<<\n 7519 1726888136.68066: stdout chunk (state=3):\n>>># cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n<<<\n 7519 1726888136.68068: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.68070: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.68072: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.68074: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.68076: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.68078: stdout chunk (state=3):\n>>># cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal<<<\n 7519 1726888136.68081: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.68083: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.68085: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.68087: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888136.68089: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.68091: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.68093: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n<<<\n 7519 1726888136.68095: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.68097: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.68781: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.68786: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.68789: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.68791: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.68794: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.68796: stdout chunk (state=3):\n>>># cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation<<<\n 7519 1726888136.68799: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.68801: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888136.68805: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.68807: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.68809: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.68812: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.68817: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888136.68819: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.68821: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888136.68825: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.68827: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.68829: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.68831: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.68834: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.68836: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888136.68838: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888136.68840: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 7519 1726888136.68842: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888136.68844: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.68846: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888136.68848: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888136.68850: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.68852: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 7519 1726888136.68855: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 7519 1726888136.68857: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888136.69090: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n<<<\n 7519 1726888136.69094: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n<<<\n 7519 1726888136.69099: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888136.69154: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888136.69333: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888136.69346: variable 'omit' from source: magic vars\n 7519 1726888136.69372: variable 'omit' from source: magic vars\n 7519 1726888136.69432: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888136.69548: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888136.69954: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888136.69958: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.69960: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507583a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50732850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50770880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50708d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50732d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d2eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506cc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d4640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d2370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50655dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506558b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506aed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506a7610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506bc670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506dae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50667c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506ae250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d506bc280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e09d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503fa370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503fa460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50670fa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503491c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503e5c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e0040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5035baf0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5035be20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036d730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036dc70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d502fa3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5035bf10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5030a280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036d5b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5030a340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506679d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d503266a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50326760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d503341f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503268e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5031aa30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506675b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50326a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5d5025b670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbee7f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501d5760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501d5400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d57c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb6d7c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb6db50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb6d9a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb8eb20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ced30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ce190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbeaa90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb88310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50173970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501a4d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb4f9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5e0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50179700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb5e100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5b580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5b640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5ac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5025b820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbe0af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbdf9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb50850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbe0520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5016eac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4f751d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb2b550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1ffd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbd49d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4f751610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501bd7f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbdf610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb38c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1dbb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1b7f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4f6e3820>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"services\", \"value\": \"nss, pam\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888136.70229: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50732850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50770880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50708d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50732d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d2eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506cc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d4640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d2370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50655dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506558b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506aed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506a7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506bc670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506dae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50667c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506ae250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d506bc280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503fa460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50670fa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503491c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503e5c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5035baf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5035be20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036d730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036dc70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d502fa3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5035bf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5030a280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036d5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5030a340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d503266a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50326760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d503341f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503268e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5031aa30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506675b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50326a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5d5025b670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbee7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501d5760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501d5400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d57c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb6d7c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb6db50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb6d9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb8eb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ced30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ce190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbeaa90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb88310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50173970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501a4d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb4f9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50179700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb5e100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5b580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5b640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5025b820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbe0af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbdf9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb50850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbe0520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5016eac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4f751d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb2b550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbd49d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4f751610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501bd7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbdf610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb38c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1dbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1b7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4f6e3820>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"services\", \"value\": \"nss, pam\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888136.74696: variable 'item' from source: unknown\n 7519 1726888136.74701: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'services', 'value': 'nss, pam', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.0040274-7835-235975672484351/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888136.74704: _low_level_execute_command(): starting\n 7519 1726888136.74707: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888136.74712: variable 'item' from source: unknown\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888136.74717: variable 'omit' from source: magic vars\n 7519 1726888136.74719: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.74722: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.74725: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.74728: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888136.74729: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888136.74731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888136.74733: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888136.74735: Set connection var ansible_pipelining to False\n 7519 1726888136.74737: Set connection var ansible_shell_type to sh\n 7519 1726888136.74738: Set connection var ansible_timeout to 10\n 7519 1726888136.74740: Set connection var ansible_connection to ssh\n 7519 1726888136.74742: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888136.74743: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888136.74745: variable 'ansible_connection' from source: unknown\n 7519 1726888136.74747: variable 'ansible_module_compression' from source: unknown\n 7519 1726888136.74749: variable 'ansible_shell_type' from source: unknown\n 7519 1726888136.74751: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888136.74753: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888136.74754: variable 'ansible_pipelining' from source: unknown\n 7519 1726888136.74756: variable 'ansible_timeout' from source: unknown\n 7519 1726888136.74767: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888136.74770: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.74772: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.74774: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.74780: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.74784: handler run complete\n 7519 1726888136.74786: attempt loop complete, returning result\n 7519 1726888136.74788: variable 'item' from source: unknown\n 7519 1726888136.74790: variable 'item' from source: unknown\nok: [managed_node3] => (item={'key': 'services', 'value': 'nss, pam'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"services\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"sssd\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"nss, pam\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"services\",\n \"value\": \"nss, pam\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888136.75048: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888136.75051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888136.75053: variable 'omit' from source: magic vars\n 7519 1726888136.75055: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.75058: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.75060: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.75062: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.75064: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.75066: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888136.75068: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.75070: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.75072: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.75074: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.75076: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.75078: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.75080: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.75082: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888136.75126: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.75130: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888136.75133: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888136.75135: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.75137: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.75140: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.75142: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.75143: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888136.75145: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.75147: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.75202: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.75209: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.75212: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.75214: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.75216: 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__) (found_in_cache=True, class_only=False)\n 7519 1726888136.75219: variable 'omit' from source: magic vars\n 7519 1726888136.75221: starting attempt loop\n 7519 1726888136.75224: running the handler\n 7519 1726888136.75227: _low_level_execute_command(): starting\n 7519 1726888136.75229: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888136.75233: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.75235: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.75237: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.75239: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.75241: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.75243: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.75245: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.75247: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.75249: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888136.75250: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888136.75252: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.75254: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888136.75261: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.75263: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.75265: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.75267: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.75269: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.75271: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.75273: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.75275: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.75277: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.75279: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.75281: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.75283: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.75285: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.75287: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888136.75289: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.75291: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.75293: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.75295: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.75297: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.75299: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.75417: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.75434: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.75436: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.75438: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.75440: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.75442: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.75444: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.75446: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.75448: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.75450: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888136.75452: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.75453: variable 'omit' from source: magic vars\n 7519 1726888136.75527: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.75541: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.75548: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.75551: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.75555: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888136.75557: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.75559: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.75560: variable 'omit' from source: magic vars\n 7519 1726888136.75562: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888136.75564: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888136.75566: variable 'item' from source: unknown\n 7519 1726888136.75568: variable 'item' from source: unknown\n 7519 1726888136.75570: variable 'omit' from source: magic vars\n 7519 1726888136.75572: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.75574: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.75576: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.75578: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888136.75580: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888136.75581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888136.75591: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888136.75597: Set connection var ansible_pipelining to False\n 7519 1726888136.75599: Set connection var ansible_shell_type to sh\n 7519 1726888136.75601: Set connection var ansible_timeout to 10\n 7519 1726888136.75609: Set connection var ansible_connection to ssh\n 7519 1726888136.75611: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888136.75613: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888136.75615: variable 'ansible_connection' from source: unknown\n 7519 1726888136.75617: variable 'ansible_module_compression' from source: unknown\n 7519 1726888136.75618: variable 'ansible_shell_type' from source: unknown\n 7519 1726888136.75620: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888136.75623: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888136.75625: variable 'ansible_pipelining' from source: unknown\n 7519 1726888136.75668: variable 'ansible_timeout' from source: unknown\n 7519 1726888136.75671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888136.75673: 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__) (found_in_cache=True, class_only=False)\n 7519 1726888136.75675: variable 'omit' from source: magic vars\n 7519 1726888136.75677: starting attempt loop\n 7519 1726888136.75679: running the handler\n 7519 1726888136.75681: _low_level_execute_command(): starting\n 7519 1726888136.75682: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888136.75829: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.75832: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.75837: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.75843: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.75845: handler run complete\n 7519 1726888136.75847: attempt loop complete, returning result\n 7519 1726888136.75864: variable 'item' from source: unknown\n 7519 1726888136.75974: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888136.76080: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.76096: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.76098: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.76131: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.76145: _low_level_execute_command(): starting\n 7519 1726888136.76149: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249 `\" && echo ansible-tmp-1726888136.7613246-7837-229210779613249=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249 `\" && echo ansible-tmp-1726888136.7613246-7837-229210779613249=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249 `\" ) && sleep 0'\"'\"''\n 7519 1726888136.76332: variable 'item' from source: unknown\nok: [managed_node1] => (item={'key': 'services', 'value': 'nss, pam'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"services\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"sssd\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"nss, pam\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"services\",\n \"value\": \"nss, pam\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888136.76703: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888136.76712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888136.76730: variable 'omit' from source: magic vars\n 7519 1726888136.77435: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888136.77442: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888136.77945: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888136.78415: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.78430: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.78500: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.78648: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.78698: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.78716: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.78742: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.78756: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.78770: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.78778: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.78816: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.78936: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.78969: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.79019: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888136.79037: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.79067: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.79162: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.79297: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.79307: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.79321: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.79334: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.79343: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.79360: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.79365: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888136.79375: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.79378: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.79500: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.79524: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.79547: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.79555: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.79563: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.79570: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.79581: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.79585: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.79597: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.79605: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.79684: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.80034: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.80245: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.80798: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888136.80825: variable 'omit' from source: magic vars\n 7519 1726888136.80863: variable 'omit' from source: magic vars\n 7519 1726888136.80938: stdout chunk (state=3):\n>>>ansible-tmp-1726888136.7613246-7837-229210779613249=/root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249\n<<<\n 7519 1726888136.80981: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888136.81115: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.81119: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.81121: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'ansible-tmp-1726888136.7613246-7837-229210779613249=/root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.81149: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.7613246-7837-229210779613249=/root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.81271: variable 'ansible_module_compression' from source: unknown\n 7519 1726888136.81320: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888136.81354: variable 'ansible_facts' from source: host vars for 'managed_node2'\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888136.81425: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpa2wxsutl TO /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888136.81679: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888136.81759: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888136.81907: Sending initial data\n 7519 1726888136.81916: Sent initial data (155 bytes)\n 7519 1726888136.81932: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.81935: stdout chunk (state=3):\n>>><<<\n 7519 1726888136.81942: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.81965: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.81976: _low_level_execute_command(): starting\n 7519 1726888136.81981: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081 `\" && echo ansible-tmp-1726888136.8196611-7843-257028976150081=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081 `\" && echo ansible-tmp-1726888136.8196611-7843-257028976150081=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081 `\" ) && sleep 0'\"'\"''\n 7519 1726888136.82126: variable 'item' from source: unknown\n 7519 1726888136.82232: variable 'item' from source: unknown\n 7519 1726888136.82264: variable 'omit' from source: magic vars\n 7519 1726888136.82302: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.82331: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.82348: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888136.82373: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888136.82384: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888136.82394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888136.82491: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888136.82503: Set connection var ansible_pipelining to False\n 7519 1726888136.82511: Set connection var ansible_shell_type to sh\n 7519 1726888136.82528: Set connection var ansible_timeout to 10\n 7519 1726888136.82536: Set connection var ansible_connection to ssh\n 7519 1726888136.82547: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888136.82577: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888136.82584: variable 'ansible_connection' from source: unknown\n 7519 1726888136.82590: variable 'ansible_module_compression' from source: unknown\n 7519 1726888136.82596: variable 'ansible_shell_type' from source: unknown\n 7519 1726888136.82600: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888136.82605: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888136.82612: variable 'ansible_pipelining' from source: unknown\n 7519 1726888136.82621: variable 'ansible_timeout' from source: unknown\n 7519 1726888136.82631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888136.82754: 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__) (found_in_cache=True, class_only=False)\n 7519 1726888136.82769: variable 'omit' from source: magic vars\n 7519 1726888136.82778: starting attempt loop\n 7519 1726888136.82784: running the handler\n 7519 1726888136.82793: _low_level_execute_command(): starting\n 7519 1726888136.82800: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888136.83500: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.83516: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.83560: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.83586: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.83616: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.83741: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.83934: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.84438: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.84452: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.84465: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.84489: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.84502: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.84505: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.84521: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.84538: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888136.84549: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.84552: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.84561: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.84564: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.84571: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.84582: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.84600: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.84612: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.84618: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.84620: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.84625: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.84628: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.84636: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.84649: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.84662: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.84667: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888136.84674: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.84686: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.84700: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.84722: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.84740: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.84755: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.84779: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.84798: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888136.84817: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.84841: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.84862: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.84886: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.84903: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.84924: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888136.84939: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.84957: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.84978: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.84996: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.85017: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.85037: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.85118: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.85139: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.85156: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.85184: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.85203: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.85217: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.85233: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.85244: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.85252: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.85260: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888136.85282: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.85299: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.85336: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.85351: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888136.85369: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.85387: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.85398: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.85442: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.85446: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.85454: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.85457: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.85463: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.85474: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.85477: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.85480: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.85486: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.85504: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.85507: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.85524: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.85527: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.85529: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.85540: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.85548: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888136.85551: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.85562: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.85575: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.85589: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.85605: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.85625: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888136.85635: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.85675: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.85694: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.85707: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.85725: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.85758: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.85777: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.85794: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.85821: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.85862: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.85917: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.85936: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.85946: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.85971: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.85997: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.86017: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.86031: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.86040: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.86052: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888136.86079: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.86126: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.87648: stdout chunk (state=3):\n>>>ansible-tmp-1726888136.8196611-7843-257028976150081=/root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081\n<<<\n 7519 1726888136.87852: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888136.87857: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.87860: stdout chunk (state=3):\n>>><<<\n 7519 1726888136.87863: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888136.8196611-7843-257028976150081=/root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.88064: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.8196611-7843-257028976150081=/root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.88069: variable 'ansible_module_compression' from source: unknown\n 7519 1726888136.88071: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888136.88077: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.88359: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.88362: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.88369: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.88372: _low_level_execute_command(): starting\n 7519 1726888136.88375: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101 `\" && echo ansible-tmp-1726888136.8812885-7835-272018952356101=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101 `\" && echo ansible-tmp-1726888136.8812885-7835-272018952356101=\"` echo /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101 `\" ) && sleep 0'\"'\"''\n 7519 1726888136.88384: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888136.88418: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpa2wxsutl\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888136.88421: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpa2wxsutl /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py\n<<<\n 7519 1726888136.88489: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888136.88563: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888136.88566: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888136.88568: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934\r\n<<<\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888136.88703: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgh47fnj8 TO /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888136.89640: Sending initial data\n 7519 1726888136.89643: Sent initial data (155 bytes)\n 7519 1726888136.89854: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122934 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888136.89907: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888136.90130: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.90156: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.90159: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpa2wxsutl /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpa2wxsutl\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122934 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888136.90188: done transferring module to remote\n 7519 1726888136.90201: _low_level_execute_command(): starting\n 7519 1726888136.90204: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/ /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/ /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888136.91459: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.91468: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.91479: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.91491: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.91499: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.91546: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.91553: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.91559: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.91568: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.91576: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.91584: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.91592: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.91602: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.91610: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888136.91619: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.91635: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.91645: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.91655: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.91663: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.91670: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.91676: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.91683: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.91691: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.91698: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.91710: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.91713: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.91787: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.91802: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.91811: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.91833: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.91845: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.91852: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.91859: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.91865: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.91877: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888136.91908: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.91950: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.92279: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.92289: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.92300: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.92313: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.92326: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.92368: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888136.92371: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.92376: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.92385: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.92393: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.92402: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.92409: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.92424: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.92433: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888136.92439: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.92447: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.92456: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.92466: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.92476: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.92479: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888136.92485: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.92492: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.92500: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.92508: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.92520: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.92531: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.92595: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.92746: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.92753: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.92772: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.92788: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.92798: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.92808: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.92811: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.92828: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888136.92889: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.92898: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888136.93379: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.93383: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.93417: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.93420: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.93424: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.93426: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.93481: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.93503: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.93507: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888136.93519: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.93562: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.93795: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.93799: stdout chunk (state=3):\n>>><<<\n 7519 1726888136.93805: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.93835: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.93838: _low_level_execute_command(): starting\n 7519 1726888136.93843: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888136.94515: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.94529: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.94540: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.94554: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.94564: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.94601: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.94607: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.94614: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.94628: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.94636: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.94644: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.94652: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.94664: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.94672: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888136.94676: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.94681: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.94692: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.94703: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.94710: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.94721: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888136.94733: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888136.94740: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888136.94749: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888136.94757: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.94767: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.94775: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.94845: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888136.94855: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888136.94861: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888136.94879: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888136.94892: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888136.94898: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888136.94903: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888136.94909: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888136.94927: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888136.94956: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888136.95013: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888136.95398: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888136.95409: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888136.95455: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888136.95506: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgh47fnj8\r\n<<<\n 7519 1726888136.95509: stdout chunk (state=3):\n>>>ansible-tmp-1726888136.8812885-7835-272018952356101=/root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101\n<<<\n 7519 1726888136.95511: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgh47fnj8 /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py\n<<<\n 7519 1726888136.95525: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888136.95557: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888136.95858: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.95861: stdout chunk (state=3):\n>>><<<\n 7519 1726888136.95864: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888136.8812885-7835-272018952356101=/root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888136.95870: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.8812885-7835-272018952356101=/root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888136.96133: variable 'ansible_module_compression' from source: unknown\n 7519 1726888136.96136: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888136.96138: variable 'ansible_facts' from source: host vars for 'managed_node1'\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888136.96142: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppvktwj87 TO /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888136.96161: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934\r\n<<<\n 7519 1726888136.96654: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122934 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888136.96719: Sending initial data\n 7519 1726888136.96724: Sent initial data (155 bytes)\n 7519 1726888136.96727: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888136.96936: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888136.96967: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888136.97107: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888136.97110: stderr chunk (state=3):\n>>><<<\n 7519 1726888136.97112: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgh47fnj8 /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgh47fnj8\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122934 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888136.97118: done transferring module to remote\n 7519 1726888136.97120: _low_level_execute_command(): starting\n 7519 1726888136.97131: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/ /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888136.97140: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/ /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888136.97147: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888136.97151: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888136.97155: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888136.97227: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.97252: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888136.97259: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888136.97286: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8dc0>\r\n<<<\n 7519 1726888136.97339: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888136.97345: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8b20>\r\n<<<\n 7519 1726888136.97381: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888136.97388: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8ac0>\r\n<<<\n 7519 1726888136.97428: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888136.97440: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d490>\r\n<<<\n 7519 1726888136.97482: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888136.97489: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888136.97519: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888136.97534: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d670>\r\n<<<\n 7519 1726888136.97571: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888136.97614: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888136.97635: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888136.97650: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888136.97695: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34190>\r\n<<<\n 7519 1726888136.97703: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888136.97720: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888136.97798: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34220>\r\n<<<\n 7519 1726888136.97862: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888136.97869: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a57850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34940>\r\n<<<\n 7519 1726888136.97893: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a95880>\r\n<<<\n 7519 1726888136.97924: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888136.97932: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a2dd90>\r\n<<<\n 7519 1726888136.97987: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a57d90>\r\n<<<\n 7519 1726888136.98044: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d970>\r\n<<<\n 7519 1726888136.98072: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888136.98284: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888136.98328: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888136.98333: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888136.98358: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888136.98372: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888136.98390: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888136.98396: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d3eb0>\r\n<<<\n 7519 1726888136.98446: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d6f40>\r\n<<<\n 7519 1726888136.98461: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888136.98478: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888136.98488: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888136.98519: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888136.98534: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888136.98551: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888136.98590: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267cc610>\r\n<<<\n 7519 1726888136.98601: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d2640>\r\n<<<\n 7519 1726888136.98616: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d3370>\r\n<<<\n 7519 1726888136.98619: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888136.98700: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888136.98712: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888136.98746: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.98773: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888136.98777: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888136.98806: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26755dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267558b0>\r\n<<<\n 7519 1726888136.98829: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888136.98873: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755eb0>\r\n<<<\n 7519 1726888136.98885: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888136.98892: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888136.98916: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755f70>\r\n<<<\n 7519 1726888136.98947: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\n<<<\n 7519 1726888136.98963: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755e80>\r\n<<<\n 7519 1726888136.98969: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888136.99015: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267aed30>\r\nimport '_functools' # \r\n<<<\n 7519 1726888136.99050: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267a7610>\r\n<<<\n 7519 1726888136.99116: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267bb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267dae20>\r\n<<<\n 7519 1726888136.99134: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888136.99162: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888136.99166: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26767c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267ae250>\r\n<<<\n 7519 1726888136.99207: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb267bb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e09d0>\r\n<<<\n 7519 1726888136.99230: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.99236: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888136.99259: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888136.99262: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n<<<\n 7519 1726888136.99267: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888136.99291: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888136.99296: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888136.99309: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767d90>\r\n<<<\n 7519 1726888136.99350: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767d00>\r\n<<<\n 7519 1726888136.99372: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888136.99383: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888136.99393: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888136.99406: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888136.99435: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888136.99484: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888136.99501: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888136.99519: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2673a370>\r\n<<<\n 7519 1726888136.99544: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888136.99653: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2673a460>\r\n<<<\n 7519 1726888136.99669: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888136.99686: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888136.99695: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2676ffa0>\r\n<<<\n 7519 1726888136.99713: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888136.99732: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888136.99745: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769490>\r\n<<<\n 7519 1726888136.99769: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888136.99786: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888136.99806: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888136.99817: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888136.99848: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888136.99864: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2666e1c0>\r\n<<<\n 7519 1726888136.99888: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888136.99899: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26725c70>\r\n<<<\n 7519 1726888136.99913: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888136.99937: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888136.99947: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e0040>\r\n<<<\n 7519 1726888136.99984: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.00003: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888137.00024: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26681af0>\r\n<<<\n 7519 1726888137.00036: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888137.00065: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.00084: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26681e20>\r\n<<<\n 7519 1726888137.00103: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888137.00132: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.00148: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26692730>\r\n<<<\n 7519 1726888137.00167: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888137.00177: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888137.00206: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.00221: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888137.00235: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26692c70>\r\n<<<\n 7519 1726888137.00263: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.00274: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2662a3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26681f10>\r\n<<<\n 7519 1726888137.00300: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.00322: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888137.00352: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.00364: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2663b280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266925b0>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888137.00384: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.00398: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2663b340>\r\n<<<\n 7519 1726888137.00431: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.00448: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267679d0>\r\n<<<\n 7519 1726888137.00521: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.00658: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb266566a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26656760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888137.00675: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.00686: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.00710: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.00729: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.00740: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.00757: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.00769: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.00785: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888137.00819: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.00882: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656ca0>\r\n<<<\n 7519 1726888137.00898: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb266641f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266568e0>\r\n<<<\n 7519 1726888137.00916: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2664ba30>\r\n<<<\n 7519 1726888137.00935: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.00952: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267675b0>\r\n<<<\n 7519 1726888137.00963: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888137.01012: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888137.01093: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26656a90>\r\n<<<\n 7519 1726888137.01166: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdb2658b670>\r\n<<<\n 7519 1726888137.01226: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.01240: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.01254: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.01272: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.01282: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.01339: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.01431: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.01447: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888137.01499: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.01502: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.01506: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888137.01508: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.01512: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.01514: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.01516: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.01536: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.01574: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.01848: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.01854: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888137.01864: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.01908: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888137.02773: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.02777: stdout chunk (state=3):\n>>><<<\n 7519 1726888137.02779: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.02781: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.02919: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.02926: _low_level_execute_command(): starting\n 7519 1726888137.02930: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888137.03633: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.03637: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.03717: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 7519 1726888137.03721: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.03726: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.03729: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888137.03731: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f247f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.03733: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.03738: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.03762: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.03767: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888137.03778: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.03790: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25fb5760>\r\n<<<\n 7519 1726888137.03834: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5640>\r\n<<<\n 7519 1726888137.03883: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.03886: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5370>\r\n<<<\n 7519 1726888137.03893: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888137.03912: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.03942: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5490>\r\n<<<\n 7519 1726888137.03946: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5190>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888137.03988: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25fb5400>\r\n<<<\n 7519 1726888137.03991: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888137.04006: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.04019: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888137.04050: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb57c0>\r\n<<<\n 7519 1726888137.04079: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888137.04100: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888137.04113: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888137.04127: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888137.04159: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888137.04164: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888137.04231: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f0a850>\r\n<<<\n 7519 1726888137.04270: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888137.04274: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f0a4c0>\r\n<<<\n 7519 1726888137.04303: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888137.04306: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f0a670>\r\n<<<\n 7519 1726888137.04326: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888137.04342: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888137.04382: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25ec5b20>\r\n<<<\n 7519 1726888137.04395: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fafd30>\r\n<<<\n 7519 1726888137.04556: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5520>\r\n<<<\n 7519 1726888137.04579: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888137.04618: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25faf190>\r\n<<<\n 7519 1726888137.04623: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888137.04652: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888137.04671: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888137.04677: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888137.04704: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888137.04738: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888137.04750: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888137.04769: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e83a90>\r\n<<<\n 7519 1726888137.05155: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25ebf310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f54970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f85d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e859a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e940d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.05196: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888137.05200: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppvktwj87\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888137.05202: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888137.05204: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppvktwj87 /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py\n<<<\n 7519 1726888137.05243: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f5a700>\r\n<<<\n 7519 1726888137.05370: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e94100>\r\n<<<\n 7519 1726888137.05465: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888137.05499: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e92580>\r\n<<<\n 7519 1726888137.05504: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888137.05506: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e92640>\r\n<<<\n 7519 1726888137.05551: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888137.05557: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e91c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2658b820>\r\n<<<\n 7519 1726888137.05578: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888137.05589: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888137.05615: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888137.05664: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f17af0>\r\n<<<\n 7519 1726888137.05925: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934\r\n<<<\n 7519 1726888137.05974: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f159d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e87850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f17520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f4fac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.05977: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888137.06024: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.06050: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888137.06085: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888137.06123: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888137.06131: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888137.06164: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n<<<\n 7519 1726888137.06167: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 7519 1726888137.06183: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.06201: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.06218: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888137.06241: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888137.06259: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.06278: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3dc0>\r\n<<<\n 7519 1726888137.06321: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888137.06327: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd983a0>\r\n<<<\n 7519 1726888137.06330: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3b20>\r\n<<<\n 7519 1726888137.06354: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888137.06357: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.06372: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3ac0>\r\nimport '_signal' # \r\n<<<\n 7519 1726888137.06410: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888137.06413: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98490>\r\n<<<\n 7519 1726888137.06438: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888137.06455: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888137.06476: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888137.06479: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98940>\r\n<<<\n 7519 1726888137.06522: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98670>\r\n<<<\n 7519 1726888137.06537: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888137.06634: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888137.06638: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 7519 1726888137.06640: stdout chunk (state=3):\n>>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f190>\r\n<<<\n 7519 1726888137.06648: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888137.06728: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888137.06822: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.06861: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd72850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdb0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n<<<\n 7519 1726888137.06865: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122934 bytes at 0\r\n<<<\n 7519 1726888137.06867: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd48d90>\r\n<<<\n 7519 1726888137.06870: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888137.06887: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888137.06961: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd72d90>\r\n<<<\n 7519 1726888137.06976: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.06989: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98970>\r\n<<<\n 7519 1726888137.07062: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888137.07138: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.07141: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppvktwj87 /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppvktwj87\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122934 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888137.07172: done transferring module to remote\n 7519 1726888137.07201: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888137.07204: _low_level_execute_command(): starting\n 7519 1726888137.07206: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/ /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888137.07237: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888137.07277: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888137.07302: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888137.07309: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888137.07328: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888137.07332: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd13eb0>\r\n<<<\n 7519 1726888137.07334: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.07386: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25a8ad30>\r\n<<<\n 7519 1726888137.07497: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e5f550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e56fd0>\r\n<<<\n 7519 1726888137.07527: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/ /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888137.07663: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.07684: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.07763: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd15f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd0c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd12640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd13370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fc95dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc958b0>\r\nimport 'itertools' # \r\n<<<\n 7519 1726888137.07843: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888137.07846: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95e80>\r\nimport '_collections' # \r\n<<<\n 7519 1726888137.07853: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f0b9d0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.07931: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fceed30>\r\n<<<\n 7519 1726888137.07961: stdout chunk (state=3):\n>>>import '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fce7610>\r\n<<<\n 7519 1726888137.08020: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcfb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd1ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888137.08066: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fca7c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcee250>\r\n<<<\n 7519 1726888137.08084: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fcfb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd209d0>\r\n<<<\n 7519 1726888137.08103: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888137.08153: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888137.08188: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7d90>\r\n<<<\n 7519 1726888137.08241: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.08265: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888137.08277: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888137.08332: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888137.08366: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc7a370>\r\n<<<\n 7519 1726888137.08371: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888137.08397: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888137.08416: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc7a460>\r\n<<<\n 7519 1726888137.08526: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcaffa0>\r\n<<<\n 7519 1726888137.08590: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.08667: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9490>\r\n<<<\n 7519 1726888137.08671: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888137.09305: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.09308: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.09311: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.09399: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888137.09420: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888137.09436: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9881c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc65c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd20040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f99baf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f99be20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9ac730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9acc70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9393a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f99bf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f94a280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9ac5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f94a340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9656a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f965760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888137.09497: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25a8a610>\r\n<<<\n 7519 1726888137.09501: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.09548: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.09637: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965ca0>\r\n<<<\n 7519 1726888137.09663: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.09691: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.09736: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.09765: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.09781: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9731f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9658e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f95aa30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f965a90>\r\n<<<\n 7519 1726888137.09802: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.09888: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.09904: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888137.09909: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f525f887670>\r\n<<<\n 7519 1726888137.09956: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888137.09976: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.10050: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f9e7f0>\r\n<<<\n 7519 1726888137.10163: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f15610>\r\n<<<\n 7519 1726888137.10185: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.10256: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.10264: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.10480: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888137.10595: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.10969: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.11059: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888137.11073: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e6fc70>\r\n<<<\n 7519 1726888137.11116: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e53bb0>\r\n<<<\n 7519 1726888137.11171: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e507f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.11263: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.11389: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.11415: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888137.11419: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888137.11421: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.11425: stdout chunk (state=3):\n>>>import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.11667: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.11757: stdout chunk (state=3):\n>>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n<<<\n 7519 1726888137.11760: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.11763: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n<<<\n 7519 1726888137.11766: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.11768: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n<<<\n 7519 1726888137.11770: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.11773: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.11775: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n<<<\n 7519 1726888137.11777: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.11779: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.11782: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.11865: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25a1b820>\r\n<<<\n 7519 1726888137.11868: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.11871: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"domains\", \"value\": \"nssfiles\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888137.11896: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.11911: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.11933: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.11954: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.11968: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.12031: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.12045: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n<<<\n 7519 1726888137.12055: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n<<<\n 7519 1726888137.12058: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.12064: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.12077: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.12101: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.12105: stdout chunk (state=3):\n>>># cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n<<<\n 7519 1726888137.12107: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.12113: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.12143: stdout chunk (state=3):\n>>># cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n<<<\n 7519 1726888137.12178: stdout chunk (state=3):\n>>># cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888137.12182: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.12184: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.12186: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.12188: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.12257: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.12274: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.12279: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888137.12291: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.12352: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888137.12356: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888137.12359: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888137.12389: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888137.12393: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888137.12434: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n<<<\n 7519 1726888137.12439: stdout chunk (state=3):\n>>># destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888137.12454: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n<<<\n 7519 1726888137.12483: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n<<<\n 7519 1726888137.12488: stdout chunk (state=3):\n>>># destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888137.12502: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7837f0>\r\n<<<\n 7519 1726888137.12559: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 7519 1726888137.12564: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n<<<\n 7519 1726888137.12569: stdout chunk (state=3):\n>>># cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n<<<\n 7519 1726888137.12608: stdout chunk (state=3):\n>>># cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n<<<\n 7519 1726888137.12612: stdout chunk (state=3):\n>>># destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n<<<\n 7519 1726888137.12615: stdout chunk (state=3):\n>>># cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n<<<\n 7519 1726888137.12691: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n<<<\n 7519 1726888137.12695: stdout chunk (state=3):\n>>># cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888137.12701: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n<<<\n 7519 1726888137.12704: stdout chunk (state=3):\n>>># destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n<<<\n 7519 1726888137.12707: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 7519 1726888137.12721: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888137.12730: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888137.12732: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f814760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888137.12767: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814190>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888137.12813: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f814400>\r\n<<<\n 7519 1726888137.12825: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888137.12875: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n<<<\n 7519 1726888137.12880: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n<<<\n 7519 1726888137.12884: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888137.12937: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n<<<\n 7519 1726888137.12940: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888137.12943: stdout chunk (state=3):\n>>># destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888137.12947: stdout chunk (state=3):\n>>># destroy select\r\n<<<\n 7519 1726888137.12949: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888137.12952: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f8147c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888137.12985: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888137.12988: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888137.13066: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f784850>\r\n<<<\n 7519 1726888137.13102: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7844c0>\r\n<<<\n 7519 1726888137.13143: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f784670>\r\n<<<\n 7519 1726888137.13155: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888137.13174: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888137.13227: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1ceb20>\r\n<<<\n 7519 1726888137.13233: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f80ed30>\r\n<<<\n 7519 1726888137.13307: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888137.13869: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f80e190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1a7a90>\r\n<<<\n 7519 1726888137.14009: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1c9310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7b3970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7e4d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f18e9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe20>\r\n<<<\n 7519 1726888137.14188: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888137.14195: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b9700>\r\n<<<\n 7519 1726888137.14241: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.14246: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f19e100>\r\n<<<\n 7519 1726888137.14283: stdout chunk (state=3):\n>>><<<\n 7519 1726888137.14389: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19b580>\r\n<<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a57850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a95880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a2dd90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a57d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d3eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267cc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d2640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d3370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26755dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267558b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267aed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267a7610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267bb670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267dae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26767c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267ae250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb267bb280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e09d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2673a370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2673a460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2676ffa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2666e1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26725c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e0040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26681af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26681e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26692730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26692c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2662a3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26681f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2663b280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266925b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2663b340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267679d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb266566a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26656760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb266641f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266568e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2664ba30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267675b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26656a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdb2658b670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f247f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25fb5760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25fb5400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb57c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f0a850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f0a4c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f0a670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25ec5b20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fafd30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25faf190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e83a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25ebf310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f54970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f85d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e859a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e940d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f5a700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e94100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e92580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e92640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e91c70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2658b820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f17af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f159d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e87850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f17520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f4fac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25a8ad30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e5f550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e56fd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f0b9d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25a8a610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f9e7f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f15610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e6fc70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e53bb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e507f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25a1b820>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"domains\", \"value\": \"nssfiles\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888137.15231: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a57850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a95880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a2dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a57d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d3eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267cc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26755dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267558b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267aed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267a7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267bb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267dae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26767c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267ae250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb267bb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2673a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2673a460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2676ffa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2666e1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26725c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26681af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26681e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26692730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26692c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2662a3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26681f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2663b280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266925b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2663b340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb266566a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26656760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb266641f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266568e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2664ba30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267675b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26656a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdb2658b670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f247f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25fb5760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25fb5400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb57c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f0a850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f0a4c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f0a670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25ec5b20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fafd30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25faf190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e83a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25ebf310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f54970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f85d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e859a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e940d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f5a700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e94100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e92580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e92640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e91c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2658b820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f17af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f159d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e87850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f17520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f4fac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25a8ad30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e5f550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e56fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f0b9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25a8a610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f9e7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f15610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e6fc70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e53bb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e507f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25a1b820>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"domains\", \"value\": \"nssfiles\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888137.17245: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19b640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f887820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888137.17249: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888137.17784: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'domains', 'value': 'nssfiles', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.7613246-7837-229210779613249/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888137.17788: _low_level_execute_command(): starting\n 7519 1726888137.17791: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888137.17803: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f775af0>\r\n<<<\n 7519 1726888137.17806: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7749d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f18f850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f775520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7aeac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.17809: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.17811: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.17817: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.20378: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.20384: _low_level_execute_command(): starting\n 7519 1726888137.20388: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888137.20398: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20400: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888137.20402: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888137.20404: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888137.20406: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888137.20408: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.20410: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888137.20412: stdout chunk (state=3):\n>>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525ed8ed30>\r\n<<<\n 7519 1726888137.20414: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888137.20416: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f168550>\r\n<<<\n 7519 1726888137.20418: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15ffd0>\r\n<<<\n 7519 1726888137.20420: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888137.20421: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20425: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20427: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888137.20428: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20430: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20432: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888137.20434: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f76a9d0>\r\n<<<\n 7519 1726888137.20436: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20437: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20439: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20442: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20444: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.20446: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20448: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888137.20452: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20454: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20456: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888137.20458: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20460: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20462: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py<<<\n 7519 1726888137.20463: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888137.20465: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20467: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20469: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888137.20471: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20473: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.20474: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20476: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.20478: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.20480: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.20482: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.20483: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.20485: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.20487: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.20489: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.20491: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888137.20492: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.20494: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888137.20496: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.20498: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888137.20500: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.20501: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.20503: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888137.20505: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.20507: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.20508: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.20510: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.20512: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525ed8e610>\r\n<<<\n 7519 1726888137.20514: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20516: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.20517: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.20519: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.20521: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.20529: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.20535: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.20538: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20540: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.20542: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.20544: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888137.20546: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888137.20548: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20550: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20552: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888137.20554: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20556: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20558: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.20560: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20562: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.20564: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.20566: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.20568: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.20570: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20573: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.20575: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.20577: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.20579: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888137.20582: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888137.20584: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.20586: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.20588: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.20590: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7fd7f0>\r\n<<<\n 7519 1726888137.20592: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f774610>\r\n<<<\n 7519 1726888137.20595: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888137.20597: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20599: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20601: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20603: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20605: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888137.20607: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888137.20609: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888137.20611: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888137.20613: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888137.20615: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888137.20617: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.20619: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f178c70>\r\n<<<\n 7519 1726888137.20620: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15cbb0>\r\n<<<\n 7519 1726888137.20627: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1597f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.20630: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20632: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888137.20642: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888137.20644: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.20646: stdout chunk (state=3):\n>>>import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.20648: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.20650: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n<<<\n 7519 1726888137.20654: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.20656: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n<<<\n 7519 1726888137.20661: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20663: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.20665: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.20667: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.20668: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.20670: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888137.20672: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.20674: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.20678: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.20680: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.20682: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.20684: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.20686: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.22485: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.22488: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888137.22491: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.22497: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.22499: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.22501: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.22503: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.22504: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888137.22506: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.22508: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.22510: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.22512: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.22514: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.22516: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.22519: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.22521: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.22531: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.22533: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.22535: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.22536: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.22538: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.22540: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.22542: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.22544: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888137.22546: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.22548: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525ed24820>\r\n<<<\n 7519 1726888137.22550: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.22552: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"domains\", \"value\": \"nssfiles\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888137.22554: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888137.22559: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888137.22563: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888137.22565: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n<<<\n 7519 1726888137.22567: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888137.22571: stdout chunk (state=3):\n>>>import 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888137.22573: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.22575: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888137.22577: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888137.22579: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888137.22581: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98dc0>\r\n<<<\n 7519 1726888137.22583: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888137.22585: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888137.22588: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888137.22591: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n<<<\n 7519 1726888137.22595: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888137.22598: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888137.22600: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf220>\r\n<<<\n 7519 1726888137.22602: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bf2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf940>\r\n<<<\n 7519 1726888137.22605: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e55880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bc8d90>\r\n<<<\n 7519 1726888137.22607: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888137.22608: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bf2d90>\r\n<<<\n 7519 1726888137.22610: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888137.22612: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888137.22614: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888137.22617: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888137.22619: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888137.22621: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888137.22627: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888137.22629: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.22631: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6deb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b71f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n<<<\n 7519 1726888137.22635: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888137.22673: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b67610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6f640>\r\n<<<\n 7519 1726888137.22680: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888137.22916: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.22920: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd983a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd72850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdb0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd48d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd72d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd13eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd15f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd0c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd12640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd13370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fc95dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc958b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fceed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fce7610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcfb670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd1ae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fca7c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcee250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fcfb280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd209d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc7a370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc7a460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcaffa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9881c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc65c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd20040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f99baf0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f99be20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9ac730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9acc70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9393a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f99bf10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f94a280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9ac5b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f94a340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca79d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9656a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f965760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9731f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9658e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f95aa30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca75b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f965a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f525f887670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7837f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f814760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f814400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f8147c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f784850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7844c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f784670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1ceb20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f80ed30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f80e190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1a7a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1c9310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7b3970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7e4d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f18e9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19e0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b9700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f19e100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19b580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19b640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19ac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f887820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f775af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7749d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f18f850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f775520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7aeac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525ed8ed30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f168550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15ffd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f76a9d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525ed8e610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7fd7f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f774610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f178c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15cbb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1597f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525ed24820>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"domains\", \"value\": \"nssfiles\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888137.25035: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd72850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdb0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd48d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd72d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd13eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd15f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd0c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd12640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd13370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fc95dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc958b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fceed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fce7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcfb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd1ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fca7c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcee250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fcfb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd209d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc7a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc7a460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcaffa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9881c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc65c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd20040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f99baf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f99be20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9ac730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9acc70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9393a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f99bf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f94a280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9ac5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f94a340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9656a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f965760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9731f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9658e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f95aa30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f965a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f525f887670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7837f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f814760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f814400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f8147c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f784850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7844c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f784670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1ceb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f80ed30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f80e190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1a7a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1c9310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7b3970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7e4d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f18e9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b9700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f19e100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19b580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19b640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f887820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f775af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7749d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f18f850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f775520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7aeac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525ed8ed30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f168550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f76a9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525ed8e610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7fd7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f774610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f178c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15cbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1597f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525ed24820>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"domains\", \"value\": \"nssfiles\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888137.29435: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'domains', 'value': 'nssfiles', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.8196611-7843-257028976150081/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888137.29438: _low_level_execute_command(): starting\n 7519 1726888137.29441: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888137.29456: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888137.29469: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144af0dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af08b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b43610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b57670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b75e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144b02c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144b57280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ad6370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ad6460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b0bfa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a091c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ac0c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a1caf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144a1ce20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2e730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888137.29474: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.29476: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.29485: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.29582: handler run complete\n 7519 1726888137.29687: attempt loop complete, returning result\n 7519 1726888137.29691: variable 'item' from source: unknown\n 7519 1726888137.29693: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2ec70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449bb3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a1cf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py<<<\n 7519 1726888137.29695: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888137.29697: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'<<<\n 7519 1726888137.29699: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888137.29700: variable 'item' from source: unknown\n 7519 1726888137.29702: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449cb280><<<\n 7519 1726888137.29704: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888137.29706: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2e5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888137.31137: stdout chunk (state=3):\n>>># extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888137.31147: stdout chunk (state=3):\n>>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449cb340>\r\n<<<\nok: [managed_node2] => (item={'key': 'domains', 'value': 'nssfiles'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"domains\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"sssd\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"nssfiles\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"domains\",\n \"value\": \"nssfiles\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888137.31404: dumping result to json\n 7519 1726888137.31407: done dumping result, returning\n 7519 1726888137.31410: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd services section [0ed44806-2f0b-c82f-f05a-00000000000e]\n 7519 1726888137.31412: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b029d0>\r\n<<<\n 7519 1726888137.31416: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888137.31418: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'<<<\n 7519 1726888137.31420: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888137.31424: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888137.31503: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e\n 7519 1726888137.31518: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888137.31543: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e76a0>\r\n<<<\n 7519 1726888137.31836: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e\n 7519 1726888137.31840: WORKER PROCESS EXITING\n 7519 1726888137.31842: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e7760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7ca0>\r\n<<<\n 7519 1726888137.31845: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449f51f0>\r\n<<<\n 7519 1726888137.31846: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e78e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449dba30>\r\n<<<\n 7519 1726888137.31848: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b025b0>\r\n<<<\n 7519 1726888137.31850: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888137.31851: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e7a90>\r\n<<<\n 7519 1726888137.31853: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f31443e8670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.31855: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.31856: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.31858: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.31860: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888137.31862: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.31864: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.31866: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.31868: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.31870: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.31871: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.31873: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.31875: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888137.31877: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.31878: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.31882: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.31884: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.31886: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.31888: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.31890: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.31892: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888137.31894: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.31896: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.31899: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.31901: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.31903: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.31905: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888137.31907: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.31909: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.31911: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.31915: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.31917: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.31920: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.31922: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.31927: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.31930: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.31932: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.31934: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.31937: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.31943: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.31946: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.31949: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888137.31951: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.31954: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.31956: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888137.31959: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442e57f0>\r\n<<<\n 7519 1726888137.31961: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.31964: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888137.31967: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888137.31969: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144376760>\r\n<<<\n 7519 1726888137.31972: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376640>\r\n<<<\n 7519 1726888137.31974: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376370>\r\n<<<\n 7519 1726888137.31977: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888137.31979: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376190>\r\n<<<\n 7519 1726888137.31982: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888137.31984: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888137.32052: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144376400>\r\n<<<\n 7519 1726888137.32057: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888137.32061: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888137.32063: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31443767c0>\r\n<<<\n 7519 1726888137.32066: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888137.32068: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<<\n 7519 1726888137.32071: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888137.32074: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888137.32076: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888137.32079: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888137.32081: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888137.32086: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442647c0>\r\n<<<\n 7519 1726888137.32088: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144264b50>\r\n<<<\n 7519 1726888137.32091: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442649a0>\r\n<<<\n 7519 1726888137.32094: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888137.32096: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888137.32099: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144285b20>\r\n<<<\n 7519 1726888137.32101: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314436fd30>\r\n<<<\n 7519 1726888137.32104: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376520>\r\n<<<\n 7519 1726888137.32106: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888137.32109: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314436f190>\r\n<<<\n 7519 1726888137.32111: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888137.32117: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888137.32119: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888137.32122: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888137.32260: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442e1a90>\r\n<<<\n 7519 1726888137.32267: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314427f310>\r\n<<<\n 7519 1726888137.32271: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144314970>\r\n<<<\n 7519 1726888137.32274: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144345d30>\r\n<<<\n 7519 1726888137.32277: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888137.32279: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888137.32281: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888137.32283: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888137.32286: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442469a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee50>\r\n<<<\n 7519 1726888137.32288: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888137.32290: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888137.32292: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888137.32294: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442550d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888137.32296: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.32299: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314431a700>\r\n<<<\n 7519 1726888137.32302: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.32304: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.33441: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.33444: handler run complete\n 7519 1726888137.33446: attempt loop complete, returning result\n 7519 1726888137.33448: variable 'item' from source: unknown\n 7519 1726888137.33450: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144255100>\r\n<<<\n 7519 1726888137.33452: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144253580>\r\n<<<\n 7519 1726888137.33454: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144253640>\r\n<<<\n 7519 1726888137.33456: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144252c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31443e8820>\r\n<<<\n 7519 1726888137.33460: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888137.33462: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888137.33464: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d7af0>\r\n<<<\n 7519 1726888137.33466: variable 'item' from source: unknown\nok: [managed_node3] => (item={'key': 'domains', 'value': 'nssfiles'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"domains\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"sssd\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"nssfiles\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"domains\",\n \"value\": \"nssfiles\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888137.33627: dumping result to json\n 7519 1726888137.33632: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d69d0>\r\n<<<\n 7519 1726888137.33635: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144247850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d7520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314430fac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.33640: done dumping result, returning\n 7519 1726888137.33643: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd services section [0ed44806-2f0b-c82f-f05a-00000000000e]\n 7519 1726888137.33646: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.33649: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e\n 7519 1726888137.33704: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.33708: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e\n 7519 1726888137.33711: WORKER PROCESS EXITING\n 7519 1726888137.33717: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.33720: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888137.33724: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888137.33727: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888137.33730: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.33732: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3143e14d30>\r\n<<<\n 7519 1726888137.33740: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144223550>\r\n<<<\n 7519 1726888137.33742: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144216fd0>\r\n<<<\n 7519 1726888137.33745: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888137.33748: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.33750: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.33753: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.33755: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888137.33758: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442cb9d0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.33761: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.33854: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.33857: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.33919: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.33952: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.33990: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.34048: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.34162: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.34166: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888137.34169: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.34193: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.34231: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.34427: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.34606: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888137.34641: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888137.34719: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3143e14610>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.34784: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.34868: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888137.34882: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.34919: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.34961: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888137.34964: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.34989: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.35029: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.35126: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.35182: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888137.35204: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.35304: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f314435e7f0>\r\n<<<\n 7519 1726888137.35320: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442d6610>\r\n<<<\n 7519 1726888137.35354: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.35493: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.35543: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.35567: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.35626: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888137.35642: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888137.35680: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888137.35711: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888137.35717: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888137.35795: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314422fc70>\r\n<<<\n 7519 1726888137.35836: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144214bb0>\r\n<<<\n 7519 1726888137.35915: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442127f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.35949: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888137.36038: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888137.36095: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.36125: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n<<<\n 7519 1726888137.36176: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.36196: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n<<<\n 7519 1726888137.36199: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.36426: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.36711: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.36845: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3143da6820>\r\n<<<\n 7519 1726888137.36990: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"domains\", \"value\": \"nssfiles\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888137.37353: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n<<<\n 7519 1726888137.37372: stdout chunk (state=3):\n>>># cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n<<<\n 7519 1726888137.37378: stdout chunk (state=3):\n>>># cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888137.37603: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888137.37640: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888137.37677: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888137.37711: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888137.37777: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 7519 1726888137.37854: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888137.37956: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n<<<\n 7519 1726888137.37992: stdout chunk (state=3):\n>>># cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888137.37995: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888137.38160: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n<<<\n 7519 1726888137.38219: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888137.38231: stdout chunk (state=3):\n>>># destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888137.38242: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888137.38660: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888137.38663: stdout chunk (state=3):\n>>><<<\n 7519 1726888137.38665: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bf2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e55880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bc8d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bf2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6deb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b71f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b67610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6f640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6d370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144af0dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af08b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49d30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b43610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b57670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b75e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144b02c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144b57280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ad6370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ad6460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b0bfa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a091c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ac0c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a1caf0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144a1ce20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2e730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2ec70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449bb3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a1cf10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449cb280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2e5b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449cb340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b029d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e76a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e7760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449f51f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e78e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449dba30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b025b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e7a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f31443e8670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442e57f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144376760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144376400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31443767c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442647c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144264b50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442649a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144285b20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314436fd30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314436f190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442e1a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314427f310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144314970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144345d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442469a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442550d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314431a700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144255100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144253580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144253640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144252c70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31443e8820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d7af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d69d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144247850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d7520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314430fac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3143e14d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144223550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144216fd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442cb9d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3143e14610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f314435e7f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442d6610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314422fc70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144214bb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442127f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3143da6820>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"domains\", \"value\": \"nssfiles\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888137.38993: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bf2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e55880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bf2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6deb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b71f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b67610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6f640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144af0dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af08b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b43610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b57670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b75e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144b02c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144b57280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ad6370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ad6460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b0bfa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a091c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ac0c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a1caf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144a1ce20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2e730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2ec70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449bb3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a1cf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449cb280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2e5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449cb340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b029d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e76a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e7760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449f51f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e78e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449dba30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b025b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e7a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f31443e8670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442e57f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144376760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144376400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31443767c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442647c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144264b50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442649a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144285b20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314436fd30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314436f190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442e1a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314427f310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144314970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144345d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442469a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442550d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314431a700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144255100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144253580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144253640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144252c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31443e8820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d7af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d69d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144247850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d7520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314430fac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3143e14d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144223550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144216fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442cb9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3143e14610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f314435e7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442d6610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314422fc70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144214bb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442127f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3143da6820>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"sssd\", \"option\": \"domains\", \"value\": \"nssfiles\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888137.41327: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'domains', 'value': 'nssfiles', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.8812885-7835-272018952356101/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888137.41331: _low_level_execute_command(): starting\n 7519 1726888137.41334: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888137.41352: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.41355: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.41358: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.41360: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.41362: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.41384: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.41387: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.41389: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.41392: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.41458: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.41461: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.41465: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.41467: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.41470: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888137.41472: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.41567: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.41570: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.41573: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.41575: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.41577: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.41580: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.41582: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.41676: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.41679: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.41682: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.41684: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.41762: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.41774: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.41794: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.41797: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.41800: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.41897: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.41904: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.41907: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.41909: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888137.41911: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.41916: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.43740: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.43816: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.43819: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.43939: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.43942: handler run complete\n 7519 1726888137.43945: attempt loop complete, returning result\n 7519 1726888137.43947: variable 'item' from source: unknown\n 7519 1726888137.44042: variable 'item' from source: unknown\nok: [managed_node1] => (item={'key': 'domains', 'value': 'nssfiles'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"domains\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"sssd\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"nssfiles\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"domains\",\n \"value\": \"nssfiles\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888137.44432: dumping result to json\n 7519 1726888137.44436: done dumping result, returning\n 7519 1726888137.44440: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd services section [0ed44806-2f0b-c82f-f05a-00000000000e]\n 7519 1726888137.44443: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e\n 7519 1726888137.44711: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e\n 7519 1726888137.44714: WORKER PROCESS EXITING\n 7519 1726888137.44816: no more pending results, returning what we have\n 7519 1726888137.44820: results queue empty\n 7519 1726888137.44822: checking for any_errors_fatal\n 7519 1726888137.44831: done checking for any_errors_fatal\n 7519 1726888137.44832: checking for max_fail_percentage\n 7519 1726888137.44834: done checking for max_fail_percentage\n 7519 1726888137.44835: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888137.44836: done checking to see if all hosts have failed\n 7519 1726888137.44837: getting the remaining hosts for this loop\n 7519 1726888137.44839: done getting the remaining hosts for this loop\n 7519 1726888137.44843: getting the next task for host managed_node1\n 7519 1726888137.44851: done getting next task for host managed_node1\n 7519 1726888137.44855: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain\n 7519 1726888137.44857: ^ state is: HOST STATE: block=3, task=9, 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\n 7519 1726888137.44859: getting the next task for host managed_node2\n 7519 1726888137.44861: done getting next task for host managed_node2\n 7519 1726888137.44863: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain\n 7519 1726888137.44865: ^ state is: HOST STATE: block=3, task=9, 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\n 7519 1726888137.44865: getting the next task for host managed_node3\n 7519 1726888137.44868: done getting next task for host managed_node3\n 7519 1726888137.44870: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain\n 7519 1726888137.44871: ^ state is: HOST STATE: block=3, task=9, 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\n 7519 1726888137.44894: getting variables\n 7519 1726888137.44896: in VariableManager get_vars()\n 7519 1726888137.44928: Calling all_inventory to load vars for managed_node1\n 7519 1726888137.44931: Calling groups_inventory to load vars for managed_node1\n 7519 1726888137.44934: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888137.44944: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888137.44947: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888137.44950: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888137.47400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888137.49216: done with get_vars()\n 7519 1726888137.49240: done getting variables\n\nTASK [fedora.linux_system_roles.tlog : Configure sssd proxy provider domain] ***\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:41\nFriday 20 September 2024 23:08:57 -0400 (0:00:01.586) 0:00:12.112 ****** \n 7519 1726888137.49294: entering _queue_task() for managed_node1/community.general.ini_file\n 7519 1726888137.49698: worker is 1 (out of 3 available)\n 7519 1726888137.49712: exiting _queue_task() for managed_node1/community.general.ini_file\n 7519 1726888137.49794: getting variables\n 7519 1726888137.49798: in VariableManager get_vars()\n 7519 1726888137.49883: Calling all_inventory to load vars for managed_node2\n 7519 1726888137.49888: Calling groups_inventory to load vars for managed_node2\n 7519 1726888137.49891: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888137.49907: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888137.49911: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888137.49916: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888137.52144: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain\n 7519 1726888137.52149: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000f\n 7519 1726888137.52152: variable 'ansible_search_path' from source: unknown\n 7519 1726888137.52154: variable 'ansible_search_path' from source: unknown\n 7519 1726888137.52157: variable 'omit' from source: magic vars\n 7519 1726888137.52159: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888137.52161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888137.52163: variable 'omit' from source: magic vars\n 7519 1726888137.53242: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888137.53246: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888137.53275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888137.54146: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888137.55104: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888137.55107: variable 'omit' from source: magic vars\n 7519 1726888137.55109: variable 'omit' from source: magic vars\n 7519 1726888137.55111: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888137.55112: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888137.55114: variable 'item' from source: unknown\n 7519 1726888137.55116: variable 'item' from source: unknown\n 7519 1726888137.55118: variable 'omit' from source: magic vars\n 7519 1726888137.55120: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888137.55124: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888137.55126: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888137.55128: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888137.55129: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888137.55131: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888137.55132: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888137.55134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888137.55720: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888137.55726: Set connection var ansible_pipelining to False\n 7519 1726888137.55729: Set connection var ansible_shell_type to sh\n 7519 1726888137.55731: Set connection var ansible_timeout to 10\n 7519 1726888137.55734: Set connection var ansible_connection to ssh\n 7519 1726888137.55736: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888137.55738: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888137.55740: variable 'ansible_connection' from source: unknown\n 7519 1726888137.55742: variable 'ansible_module_compression' from source: unknown\n 7519 1726888137.55744: variable 'ansible_shell_type' from source: unknown\n 7519 1726888137.55746: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888137.55748: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888137.55750: variable 'ansible_pipelining' from source: unknown\n 7519 1726888137.55752: variable 'ansible_timeout' from source: unknown\n 7519 1726888137.55754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888137.56386: 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__)\n 7519 1726888137.56390: variable 'omit' from source: magic vars\n 7519 1726888137.56393: starting attempt loop\n 7519 1726888137.56395: running the handler\n 7519 1726888137.56397: _low_level_execute_command(): starting\n 7519 1726888137.56399: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888137.56917: done with get_vars()\n 7519 1726888137.57176: done getting variables\n 7519 1726888137.57205: entering _queue_task() for managed_node2/community.general.ini_file\n 7519 1726888137.57814: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.58382: worker is 2 (out of 3 available)\n 7519 1726888137.58428: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.58450: exiting _queue_task() for managed_node2/community.general.ini_file\n 7519 1726888137.58487: getting variables\n 7519 1726888137.58490: in VariableManager get_vars()\n 7519 1726888137.58583: Calling all_inventory to load vars for managed_node3\n 7519 1726888137.58587: Calling groups_inventory to load vars for managed_node3\n 7519 1726888137.58590: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888137.58606: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888137.58610: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888137.58618: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.58626: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.58631: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.58635: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.58638: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.58641: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.58646: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.58649: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.58655: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.58661: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.58665: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.58668: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888137.58671: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.58674: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.58677: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.58679: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.58682: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.58684: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.58687: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.58690: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.58693: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.58696: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.58700: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.58703: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.58706: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.58709: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.58713: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.58715: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.58718: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.58720: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.58725: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.58727: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.58729: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888137.58732: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.58735: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888137.58741: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888137.60275: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain\n 7519 1726888137.60279: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000f\n 7519 1726888137.60281: variable 'ansible_search_path' from source: unknown\n 7519 1726888137.60284: variable 'ansible_search_path' from source: unknown\n 7519 1726888137.60286: variable 'omit' from source: magic vars\n 7519 1726888137.60288: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888137.60290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888137.60292: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888137.60294: variable 'omit' from source: magic vars\n 7519 1726888137.61068: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888137.61582: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.61586: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.61589: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.61608: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.61610: _low_level_execute_command(): starting\n 7519 1726888137.61613: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210 `\" && echo ansible-tmp-1726888137.6080012-7913-130198845838210=\"` echo /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210 `\" && echo ansible-tmp-1726888137.6080012-7913-130198845838210=\"` echo /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210 `\" ) && sleep 0'\"'\"''\n 7519 1726888137.61629: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888137.61633: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888137.61636: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888137.64189: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.64193: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.64195: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.64197: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.64200: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.64202: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.64204: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.64206: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.64208: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.64210: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.64213: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.64215: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.64217: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.64219: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888137.64220: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.64224: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.64227: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.64229: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.64231: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888137.64233: variable 'omit' from source: magic vars\n 7519 1726888137.64235: variable 'omit' from source: magic vars\n 7519 1726888137.64237: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.64239: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.64253: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.64258: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888137.64260: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.64263: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.64264: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.64266: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.64269: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.64940: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888137.64943: variable 'item' from source: unknown\n 7519 1726888137.64945: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.64947: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.64950: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.64952: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.64954: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.64956: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.64958: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.64959: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.64962: variable 'item' from source: unknown\n 7519 1726888137.64964: variable 'omit' from source: magic vars\n 7519 1726888137.64965: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888137.64967: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.64969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888137.64971: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888137.64974: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888137.64976: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888137.64978: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888137.64980: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888137.64981: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888137.64983: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888137.64985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888137.64987: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888137.64989: Set connection var ansible_pipelining to False\n 7519 1726888137.64990: Set connection var ansible_shell_type to sh\n 7519 1726888137.64992: Set connection var ansible_timeout to 10\n 7519 1726888137.64994: Set connection var ansible_connection to ssh\n 7519 1726888137.64996: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888137.65622: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888137.65628: variable 'ansible_connection' from source: unknown\n 7519 1726888137.65631: variable 'ansible_module_compression' from source: unknown\n 7519 1726888137.65633: variable 'ansible_shell_type' from source: unknown\n 7519 1726888137.65635: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888137.65637: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888137.65639: variable 'ansible_pipelining' from source: unknown\n 7519 1726888137.65641: variable 'ansible_timeout' from source: unknown\n 7519 1726888137.65643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888137.65645: 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__)\n 7519 1726888137.65647: variable 'omit' from source: magic vars\n 7519 1726888137.65649: starting attempt loop\n 7519 1726888137.65651: running the handler\n 7519 1726888137.65653: _low_level_execute_command(): starting\n 7519 1726888137.65655: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888137.65854: done with get_vars()\n 7519 1726888137.65878: done getting variables\n 7519 1726888137.65908: entering _queue_task() for managed_node3/community.general.ini_file\n 7519 1726888137.66368: stdout chunk (state=3):\n>>>ansible-tmp-1726888137.6080012-7913-130198845838210=/root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210\n<<<\n 7519 1726888137.67446: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.67452: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.67456: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888137.6080012-7913-130198845838210=/root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.67470: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888137.6080012-7913-130198845838210=/root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.67487: variable 'ansible_module_compression' from source: unknown\n 7519 1726888137.67494: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888137.67526: variable 'ansible_facts' from source: host vars for 'managed_node1'\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888137.67535: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp0slj0z98 TO /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888137.67406: worker is 3 (out of 3 available)\n 7519 1726888137.67552: exiting _queue_task() for managed_node3/community.general.ini_file\n 7519 1726888137.67563: done queuing things up, now waiting for results queue to drain\n 7519 1726888137.67674: Sending initial data\n 7519 1726888137.68032: Sent initial data (155 bytes)\n 7519 1726888137.68035: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.68037: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.68041: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.68043: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.68046: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.68048: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888137.68050: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.68052: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.68055: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.68057: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.68059: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.68063: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.68066: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.68070: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888137.68073: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.68075: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.68077: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.68079: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.68081: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.68083: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888137.68086: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.68088: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.68092: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.68094: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.68096: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.68098: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.67968: waiting for pending results...\n 7519 1726888137.68284: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.68294: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.68303: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.68324: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.68351: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.68355: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.68357: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.68359: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.68374: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888137.68415: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.68462: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.69060: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain\n 7519 1726888137.69185: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000f\n 7519 1726888137.69203: variable 'ansible_search_path' from source: unknown\n 7519 1726888137.69219: variable 'ansible_search_path' from source: unknown\n 7519 1726888137.69241: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.69250: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.69265: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.69278: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.69287: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.69325: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.69334: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.69341: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.69350: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.69358: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.69367: variable 'omit' from source: magic vars\n 7519 1726888137.69375: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.69381: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.69391: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.69399: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888137.69404: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.69445: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.69483: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.69495: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.69518: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.69550: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.69617: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.69681: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.69776: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.70096: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888137.70251: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.70343: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.70369: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.70398: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.70454: _low_level_execute_command(): starting\n 7519 1726888137.70463: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711 `\" && echo ansible-tmp-1726888137.704075-7919-260798011294711=\"` echo /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711 `\" && echo ansible-tmp-1726888137.704075-7919-260798011294711=\"` echo /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711 `\" ) && sleep 0'\"'\"''\n 7519 1726888137.70594: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.70601: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.70609: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.70712: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.71038: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.71042: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.71045: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.71047: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.71090: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.71093: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.71095: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.71178: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888137.71387: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.71496: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888137.71967: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888137.71983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888137.72054: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.72065: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.72074: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.72081: variable 'omit' from source: magic vars\n 7519 1726888137.72167: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.72172: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.72190: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.72553: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.72596: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.72600: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888137.72603: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.72699: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.74237: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888137.74252: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888137.74305: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888137.74345: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888137.74379: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp0slj0z98\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888137.74405: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp0slj0z98 /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py\n<<<\n 7519 1726888137.74555: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888137.74559: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122946\r\n<<<\n 7519 1726888137.74565: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888137.75238: stdout chunk (state=3):\n>>>ansible-tmp-1726888137.704075-7919-260798011294711=/root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711\n<<<\n 7519 1726888137.75312: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.75319: stdout chunk (state=3):\n>>><<<\n 7519 1726888137.75532: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'ansible-tmp-1726888137.704075-7919-260798011294711=/root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.75557: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888137.704075-7919-260798011294711=/root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.75753: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122946 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888137.75787: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888137.75863: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.76028: variable 'ansible_module_compression' from source: unknown\n 7519 1726888137.76031: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.76033: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp0slj0z98 /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp0slj0z98\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122946\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122946 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888137.76041: done transferring module to remote\n 7519 1726888137.76058: _low_level_execute_command(): starting\n 7519 1726888137.76061: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/ /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/ /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888137.76259: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888137.76305: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888137.76367: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888137.76516: variable 'omit' from source: magic vars\n 7519 1726888137.76587: variable 'omit' from source: magic vars\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888137.76757: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpki9ws9da TO /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888137.76980: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888137.77274: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888137.77514: variable 'item' from source: unknown\n 7519 1726888137.77767: variable 'item' from source: unknown\n 7519 1726888137.77818: Sending initial data\n 7519 1726888137.77824: Sent initial data (154 bytes)\n 7519 1726888137.77858: variable 'omit' from source: magic vars\n 7519 1726888137.78088: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888137.78192: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888137.78396: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888137.78501: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888137.78518: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888137.78556: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888137.78611: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888137.78708: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888137.78876: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.78879: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.78938: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.79040: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.79043: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.79046: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.79056: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.79067: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.79075: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888137.79081: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.79089: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.79100: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.79111: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.79123: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.79132: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.79140: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.79171: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.79180: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.79189: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.79198: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.79206: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.79230: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888137.79373: Set connection var ansible_pipelining to False\n 7519 1726888137.79392: Set connection var ansible_shell_type to sh\n 7519 1726888137.79404: Set connection var ansible_timeout to 10\n 7519 1726888137.79411: Set connection var ansible_connection to ssh\n 7519 1726888137.79426: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888137.79452: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888137.79506: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.79537: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.79546: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888137.79553: variable 'ansible_connection' from source: unknown\n 7519 1726888137.79556: variable 'ansible_module_compression' from source: unknown\n 7519 1726888137.79558: variable 'ansible_shell_type' from source: unknown\n 7519 1726888137.79560: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888137.79562: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888137.79568: variable 'ansible_pipelining' from source: unknown\n 7519 1726888137.79570: variable 'ansible_timeout' from source: unknown\n 7519 1726888137.79574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888137.79795: 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__)\n 7519 1726888137.79802: variable 'omit' from source: magic vars\n 7519 1726888137.79824: starting attempt loop\n 7519 1726888137.79836: running the handler\n 7519 1726888137.79864: _low_level_execute_command(): starting\n 7519 1726888137.79881: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888137.80710: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.80714: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.80758: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.80762: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.80765: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.80767: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.80819: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.80841: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.80847: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888137.80859: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.80915: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.81462: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.81471: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.81481: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.81493: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.81503: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.81544: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888137.81553: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.81556: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.81570: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.81573: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.81581: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.81588: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.81599: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.81605: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888137.81612: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.81619: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.81630: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.81640: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.81647: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.81655: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888137.81663: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.81666: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.81836: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.81840: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.81842: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.81845: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.82034: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.82051: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.82056: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.82077: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.82185: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.82307: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.82371: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.82375: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.82398: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.82407: _low_level_execute_command(): starting\n 7519 1726888137.82426: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888137.82604: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.82608: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.82615: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.82636: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888137.82662: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.82714: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.82758: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888137.82761: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888137.82797: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888137.82862: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpki9ws9da\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888137.82865: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpki9ws9da /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py\n<<<\n 7519 1726888137.82901: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888137.83518: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122945\r\n<<<\n 7519 1726888137.84060: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122945 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888137.84114: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888137.84210: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.84334: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888137.84485: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.84594: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.84597: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.84704: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.84709: _low_level_execute_command(): starting\n 7519 1726888137.84711: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803 `\" && echo ansible-tmp-1726888137.846691-7927-153366174098803=\"` echo /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888137.84935: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.84939: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803 `\" && echo ansible-tmp-1726888137.846691-7927-153366174098803=\"` echo /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803 `\" ) && sleep 0'\"'\"''\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpki9ws9da /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpki9ws9da\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122945\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122945 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888137.84947: done transferring module to remote\n 7519 1726888137.84950: _low_level_execute_command(): starting\n 7519 1726888137.84952: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/ /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/ /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888137.85957: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.85972: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.85988: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.86007: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.86033: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.86077: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.86239: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.86262: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.86276: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.86289: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.86305: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.86318: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.86343: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.86370: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888137.86383: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.86396: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.86442: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.86463: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.86485: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.86498: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888137.86510: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.86522: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.86537: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.86549: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.86561: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.86578: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.86660: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.86927: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.86941: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.86957: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.86970: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.86981: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.86993: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.87003: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.87025: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888137.87050: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.87136: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888137.87229: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.87240: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.87254: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.87277: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.87294: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.87349: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888137.87360: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.87371: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.87384: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.87396: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.87409: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.87425: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.87442: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.87458: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888137.87472: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.87487: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.87507: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.87533: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.87547: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.87564: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888137.87578: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.87589: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.87594: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.87606: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.87609: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.87634: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.87653: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.87668: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.87676: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.87696: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.87713: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.87740: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.87763: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888137.87783: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.87799: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.87812: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.87834: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.87848: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.87860: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.87900: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.87905: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.87921: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888137.87946: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.87966: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.87982: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.88004: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.88007: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.88029: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.88037: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.88040: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.88050: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.88060: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.88063: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888137.88065: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.88076: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888137.88088: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.88100: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.88111: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.88136: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.88151: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.88170: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.88184: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.88222: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.88367: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.88447: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.88464: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.88491: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.88506: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.88518: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.88532: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.88548: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.88569: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888137.88602: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.88652: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.89675: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888137.89685: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888137.89743: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888137.89781: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888137.89811: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888137.89856: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888137.89862: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888137.89907: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.89933: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888137.89956: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888137.89964: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888137.89981: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3dc0>\r\n<<<\n 7519 1726888137.90031: stdout chunk (state=3):\n>>>ansible-tmp-1726888137.846691-7927-153366174098803=/root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803\n<<<\n 7519 1726888137.90074: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3b20>\r\n<<<\n 7519 1726888137.90201: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888137.90213: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.90321: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888137.90417: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f190>\r\n<<<\n 7519 1726888137.90420: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888137.90499: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.90503: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888137.846691-7927-153366174098803=/root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.90539: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.90542: stdout chunk (state=3):\n>>><<<\n 7519 1726888137.90545: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888137.90553: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888137.90667: _low_level_execute_command(): starting\n 7519 1726888137.90673: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888137.90681: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888137.846691-7927-153366174098803=/root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888137.90749: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d32850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d70880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888137.90752: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d08d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d32d90>\r\n<<<\n 7519 1726888137.90755: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58970>\r\n<<<\n 7519 1726888137.90961: variable 'ansible_module_compression' from source: unknown\n 7519 1726888137.90989: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888137.91050: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888137.91073: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888137.91077: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cadeb0>\r\n<<<\n 7519 1726888137.91137: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb1f40>\r\n<<<\n 7519 1726888137.91174: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888137.91190: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888137.91275: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888137.91280: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888137.91301: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44ca7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44caf640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cad370>\r\n<<<\n 7519 1726888137.91340: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888137.91410: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888137.91528: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptmiqrc7h TO /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888137.91845: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c30dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c308b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c83610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c97670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c42c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89250>\r\n<<<\n 7519 1726888137.91864: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c97280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb9d0>\r\n<<<\n 7519 1726888137.92043: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888137.92075: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888137.92159: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888137.92209: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449fb370>\r\n<<<\n 7519 1726888137.92217: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888137.92256: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888137.92261: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449fb460>\r\n<<<\n 7519 1726888137.92448: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c4bfa0>\r\n<<<\n 7519 1726888137.92477: Sending initial data\n 7519 1726888137.92480: Sent initial data (154 bytes)\n 7519 1726888137.92529: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44a30>\r\n<<<\n 7519 1726888137.92586: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44490>\r\n<<<\n 7519 1726888137.92609: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888137.92630: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888137.92651: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888137.92675: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'<<<\n 7519 1726888137.92688: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888137.92727: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449241c0>\r\n<<<\n 7519 1726888137.92762: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449e5c70>\r\n<<<\n 7519 1726888137.92839: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb040>\r\n<<<\n 7519 1726888137.92853: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888137.92860: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888137.92873: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.92892: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.92896: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888137.92930: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.92943: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.92947: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44936af0>\r\n<<<\n 7519 1726888137.92950: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888137.92983: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44936e20>\r\n<<<\n 7519 1726888137.93032: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888137.93035: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888137.93048: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888137.93050: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888137.93053: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888137.93055: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.93057: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.93073: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.93083: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.93089: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44948730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888137.93094: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888137.93108: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888137.93111: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888137.93126: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888137.93129: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888137.93131: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.93147: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888137.93150: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.93162: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888137.93165: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44948c70>\r\n<<<\n 7519 1726888137.93187: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888137.93191: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888137.93201: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888137.93206: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.93208: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888137.93249: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448d53a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44936f10>\r\n<<<\n 7519 1726888137.93253: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888137.93283: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.93287: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448e5280>\r\n<<<\n 7519 1726888137.93321: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449485b0>\r\n<<<\n 7519 1726888137.93344: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 7519 1726888137.93358: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448e5340>\r\n<<<\n 7519 1726888137.93399: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c429d0>\r\n<<<\n 7519 1726888137.93434: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888137.93443: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.93450: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888137.93464: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888137.93467: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888137.93484: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888137.93487: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888137.93524: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.93528: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e449016a0>\r\n<<<\n 7519 1726888137.93548: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888137.93564: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888137.93580: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888137.93584: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44901760>\r\n<<<\n 7519 1726888137.93595: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888137.93616: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901850>\r\n<<<\n 7519 1726888137.93619: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.93647: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888137.93652: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888137.93748: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.93839: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.93958: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901ca0>\r\n<<<\n 7519 1726888137.94044: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4490f1f0>\r\n<<<\n 7519 1726888137.94050: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449018e0>\r\n<<<\n 7519 1726888137.94079: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e448f5a30>\r\n<<<\n 7519 1726888137.94122: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c425b0>\r\n<<<\n 7519 1726888137.94154: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888137.94245: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888137.94299: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44901a90>\r\n<<<\n 7519 1726888137.94445: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888137.94483: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e44836670>\r\n<<<\n 7519 1726888137.94702: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.94823: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.94849: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888137.94871: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888137.94874: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.95616: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.95620: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888137.95663: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888137.95666: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888137.95668: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888137.95670: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888137.95750: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888137.95753: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888137.95831: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888137.95849: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888137.95856: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888137.95893: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888137.95914: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888137.95928: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888137.95954: stdout chunk (state=3):\n>>>import 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888137.96020: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888137.96073: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.96091: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.96103: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888137.96131: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31edc0>\r\n<<<\n 7519 1726888137.96175: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888137.96186: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c33a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31eb20>\r\n<<<\n 7519 1726888137.96231: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31eac0>\r\n<<<\n 7519 1726888137.96283: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888137.96286: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888137.96296: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3490>\r\n<<<\n 7519 1726888137.96341: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888137.96372: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888137.96384: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3670>\r\n<<<\n 7519 1726888137.96425: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888137.96436: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888137.96453: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888137.96490: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888137.96520: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888137.96552: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888137.96565: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888137.96584: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888137.96659: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a220>\r\n<<<\n 7519 1726888137.96706: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888137.96770: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c29d850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a940>\r\n<<<\n 7519 1726888137.96786: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2db880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c273d90>\r\n<<<\n 7519 1726888137.96850: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c29dd90>\r\n<<<\n 7519 1726888137.96919: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3970>\r\n<<<\n 7519 1726888137.96938: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888137.97047: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441ee7f0>\r\n<<<\n 7519 1726888137.97076: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.97139: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888137.97157: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888137.97184: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447b0760>\r\n<<<\n 7519 1726888137.97226: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0640>\r\n<<<\n 7519 1726888137.97245: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0370>\r\n<<<\n 7519 1726888137.97248: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888137.97313: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0190>\r\n<<<\n 7519 1726888137.97322: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888137.97353: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447b0400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888137.97391: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888137.97429: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b07c0>\r\n<<<\n 7519 1726888137.97454: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888137.97500: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23eeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c241f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c237610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23d640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888137.97510: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888137.97545: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888137.97687: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4416d7c0>\r\n<<<\n 7519 1726888137.97819: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888137.97827: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptmiqrc7h\r\n<<<\n 7519 1726888137.97883: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptmiqrc7h /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py\n<<<\n 7519 1726888137.97886: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn't stat remote file: No such file or directory\r\n<<<\n 7519 1726888137.97888: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888137.97945: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4416db50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4416d9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4418eb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447a9d30>\r\n<<<\n 7519 1726888137.98080: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bf95dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf958b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888137.98196: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfeed30>\r\nimport '_functools' # \r\n<<<\n 7519 1726888137.98281: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888137.98285: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfe7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bffb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c245e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bfa7c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfee250>\r\n<<<\n 7519 1726888137.98287: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bffb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888137.98290: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447a9190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441eaa90>\r\n<<<\n 7519 1726888137.98297: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7d00>\r\n<<<\n 7519 1726888137.98411: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474ee80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474e880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44188310>\r\n<<<\n 7519 1726888137.98466: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4474e970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4477fd30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888137.98470: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888137.98473: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888137.98477: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf7a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888137.98480: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4414f9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e50>\r\n<<<\n 7519 1726888137.98484: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888137.98612: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e20>\r\n<<<\n 7519 1726888137.98630: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf7a460>\r\n<<<\n 7519 1726888137.98657: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122945\r\n<<<\n 7519 1726888137.98661: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfaffa0>\r\n<<<\n 7519 1726888137.98663: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888137.98735: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9a30>\r\n<<<\n 7519 1726888137.98742: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888137.98745: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44754700>\r\n<<<\n 7519 1726888137.98747: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888137.98749: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888137.98751: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40beae1c0>\r\n<<<\n 7519 1726888137.98753: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4415e100>\r\n<<<\n 7519 1726888137.99027: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf65c70>\r\n<<<\n 7519 1726888137.99037: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9eb0>\r\n<<<\n 7519 1726888137.99041: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415c580>\r\n<<<\n 7519 1726888137.99044: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415c640>\r\n<<<\n 7519 1726888137.99049: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44836820>\r\n<<<\n 7519 1726888137.99127: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441e0af0>\r\n<<<\n 7519 1726888137.99132: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b040>\r\n<<<\n 7519 1726888137.99135: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bec1af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bec1e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed2730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed2c70>\r\n<<<\n 7519 1726888137.99137: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be5f3a0>\r\n<<<\n 7519 1726888137.99290: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bec1f10>\r\n<<<\n 7519 1726888137.99338: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888137.99342: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122945 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888137.99344: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888137.99346: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441df9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44150850>\r\n<<<\n 7519 1726888137.99490: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441e0520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44749ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888137.99495: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be70280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed25b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be70340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888137.99499: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.99501: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b6a0>\r\n<<<\n 7519 1726888137.99503: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888137.99505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.99507: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888137.99509: stdout chunk (state=3):\n>>><<<\n 7519 1726888137.99511: stderr chunk (state=3):\n>>><<<\n 7519 1726888137.99515: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptmiqrc7h /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptmiqrc7h\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122945\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122945 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888137.99526: done transferring module to remote\n 7519 1726888137.99528: _low_level_execute_command(): starting\n 7519 1726888137.99534: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/ /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888137.99586: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/ /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888137.99721: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b850>\r\n<<<\n 7519 1726888137.99735: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888137.99738: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888137.99741: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8bca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be991f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b8e0>\r\n<<<\n 7519 1726888137.99743: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be80a30>\r\n<<<\n 7519 1726888137.99780: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa75b0>\r\n<<<\n 7519 1726888137.99794: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888137.99873: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888137.99906: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8ba90>\r\n<<<\n 7519 1726888137.99980: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888138.00021: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd40bdcf670>\r\n<<<\n 7519 1726888138.00157: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.00160: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.00267: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.00285: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.00302: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.00320: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888138.00328: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.00654: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888138.00659: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888138.00662: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.00703: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e43d32d30>\r\n<<<\n 7519 1726888138.00796: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4412c550>\r\n<<<\n 7519 1726888138.00801: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411ffd0>\r\n<<<\n 7519 1726888138.00884: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.00887: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.00999: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.01164: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888138.01171: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441d49d0>\r\n<<<\n 7519 1726888138.01173: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.01557: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.01560: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.01918: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.01970: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.02042: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.02072: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.02116: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888138.02120: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.02168: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.02254: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888138.02288: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888138.02292: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.02317: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.02361: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888138.02364: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.02473: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.02478: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.02536: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b76d7f0>\r\n<<<\n 7519 1726888138.02555: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.02559: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888138.02581: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888138.02584: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.02587: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888138.02770: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7fe760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888138.02807: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe190>\r\n<<<\n 7519 1726888138.02812: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888138.02857: stdout chunk (state=3):\n>>>import 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7fe400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888138.02869: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888138.02872: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e43d32610>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.02876: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe7c0>\r\n<<<\n 7519 1726888138.02942: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.02981: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888138.02985: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888138.02987: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\n<<<\n 7519 1726888138.03002: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03008: stdout chunk (state=3):\n>>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888138.03123: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b76e850>\r\n<<<\n 7519 1726888138.03128: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.03133: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888138.03137: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.03141: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.03161: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b76e4c0>\r\n<<<\n 7519 1726888138.03164: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b76e670>\r\n<<<\n 7519 1726888138.03166: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.03168: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888138.03171: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.03174: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03210: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b70eb20>\r\n<<<\n 7519 1726888138.03218: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.03222: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7f8d30>\r\n<<<\n 7519 1726888138.03251: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.03254: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.03308: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.03318: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888138.03344: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03349: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.03415: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe520>\r\n<<<\n 7519 1726888138.03443: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888138.03446: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.03489: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03494: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447987f0>\r\n<<<\n 7519 1726888138.03527: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7f8190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888138.03531: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03533: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441df610>\r\n<<<\n 7519 1726888138.03535: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n<<<\n 7519 1726888138.03538: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03540: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888138.03543: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03545: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.03548: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03550: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6e7a90>\r\n<<<\n 7519 1726888138.03591: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.03622: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79de80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79d880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b709310>\r\n<<<\n 7519 1726888138.03647: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.03650: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b79d970>\r\n<<<\n 7519 1726888138.03709: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7ced30>\r\n<<<\n 7519 1726888138.03712: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.03733: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888138.03736: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03764: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.03767: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888138.03770: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888138.03772: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03774: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03777: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888138.03842: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.03845: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03859: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.03863: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6ce9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e50>\r\n<<<\n 7519 1726888138.03865: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03867: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888138.03871: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888138.03937: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888138.03940: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.03943: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6dd0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e20>\r\n<<<\n 7519 1726888138.03945: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44138c70>\r\n<<<\n 7519 1726888138.03948: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888138.03981: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.04031: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411dbb0>\r\n<<<\n 7519 1726888138.04038: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.04041: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888138.04044: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888138.04063: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411b7f0>\r\n# destroy ansible.module_utils.distro\r\n<<<\n 7519 1726888138.04067: stdout chunk (state=3):\n>>>import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888138.04085: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04088: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04090: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888138.04097: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7a3700>\r\n<<<\n 7519 1726888138.04111: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.04163: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.04199: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888138.04210: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04227: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n<<<\n 7519 1726888138.04244: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.04258: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6dd100>\r\n<<<\n 7519 1726888138.04327: stdout chunk (state=3):\n>>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n<<<\n 7519 1726888138.04330: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04333: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n<<<\n 7519 1726888138.04357: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04360: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04363: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.04365: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6db580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.04367: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6db640>\r\n<<<\n 7519 1726888138.04370: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.04387: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.04394: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.04417: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6dac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bdcf820>\r\n<<<\n 7519 1726888138.04420: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888138.04425: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888138.04428: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888138.04446: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.04478: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b760af0>\r\n<<<\n 7519 1726888138.04481: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.04494: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.04533: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.04560: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.04563: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04577: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.04590: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.04605: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.04662: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b75e9d0>\r\n<<<\n 7519 1726888138.04665: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6cf850>\r\n<<<\n 7519 1726888138.04676: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.04718: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.04721: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b760520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b798ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.04736: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888138.04751: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04846: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04861: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04925: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04936: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888138.04940: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04942: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04945: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888138.04948: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.04988: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.04998: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e43cc5100>\r\n<<<\n 7519 1726888138.05041: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.05048: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.05051: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.05077: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.05148: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"id_provider\", \"value\": \"proxy\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888138.05153: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.05408: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n<<<\n 7519 1726888138.05425: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n<<<\n 7519 1726888138.05455: stdout chunk (state=3):\n>>># cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n<<<\n 7519 1726888138.05509: stdout chunk (state=3):\n>>># cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n<<<\n 7519 1726888138.05527: stdout chunk (state=3):\n>>># cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n<<<\n 7519 1726888138.05548: stdout chunk (state=3):\n>>># destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six<<<\n 7519 1726888138.05552: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888138.05556: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n<<<\n 7519 1726888138.05560: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n<<<\n 7519 1726888138.05564: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n<<<\n 7519 1726888138.05568: stdout chunk (state=3):\n>>># cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888138.05596: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.05724: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888138.05748: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888138.05751: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888138.05784: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888138.05837: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n<<<\n 7519 1726888138.05841: stdout chunk (state=3):\n>>># destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888138.05843: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888138.05846: stdout chunk (state=3):\n>>># destroy array\r\n<<<\n 7519 1726888138.05849: stdout chunk (state=3):\n>>># destroy datetime\r\n<<<\n 7519 1726888138.05852: stdout chunk (state=3):\n>>># destroy selinux\r\n<<<\n 7519 1726888138.05855: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888138.06003: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 7519 1726888138.06069: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n<<<\n 7519 1726888138.06082: stdout chunk (state=3):\n>>># cleanup[3] wiping platform\r\n# destroy subprocess\r\n<<<\n 7519 1726888138.06086: stdout chunk (state=3):\n>>># cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n<<<\n 7519 1726888138.06088: stdout chunk (state=3):\n>>># cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n<<<\n 7519 1726888138.06091: stdout chunk (state=3):\n>>># destroy fnmatch\r\n<<<\n 7519 1726888138.06094: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n<<<\n 7519 1726888138.06096: stdout chunk (state=3):\n>>># cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888138.06099: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n<<<\n 7519 1726888138.06100: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n<<<\n 7519 1726888138.06102: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n<<<\n 7519 1726888138.06104: stdout chunk (state=3):\n>>># cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n<<<\n 7519 1726888138.06108: stdout chunk (state=3):\n>>># destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888138.06110: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888138.06112: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n<<<\n 7519 1726888138.06116: stdout chunk (state=3):\n>>># cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 7519 1726888138.06119: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n<<<\n 7519 1726888138.06121: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888138.06142: stdout chunk (state=3):\n>>># destroy _signal\r\n<<<\n 7519 1726888138.06146: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.06148: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.06154: stdout chunk (state=3):\n>>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b2c8d30>\r\n<<<\n 7519 1726888138.06236: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n<<<\n 7519 1726888138.06273: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888138.06277: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6a8550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69ffd0>\r\n<<<\n 7519 1726888138.06301: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888138.06316: stdout chunk (state=3):\n>>># destroy select\r\n<<<\n 7519 1726888138.06320: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser<<<\n 7519 1726888138.06324: stdout chunk (state=3):\n>>>\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888138.06327: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888138.06329: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.06331: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888138.06333: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888138.06335: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.06445: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.06606: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888138.06696: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7549d0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.06706: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888138.06711: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.06715: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d583a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d32850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d70880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d08d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d32d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cadeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb1f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44ca7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44caf640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cad370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c30dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c308b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89d30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c83610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c97670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb5e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c42c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c97280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449fb370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449fb460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c4bfa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449241c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449e5c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44936af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44936e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44948730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44948c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448d53a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44936f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448e5280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449485b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448e5340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c429d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e449016a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44901760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4490f1f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449018e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e448f5a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c425b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44901a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e44836670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441ee7f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447b0760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447b0400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b07c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4416d7c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4416db50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4416d9a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4418eb20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447a9d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447a9190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441eaa90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474ee80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474e880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44188310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4474e970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4477fd30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4414f9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415e0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44754700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4415e100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415c580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415c640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415ac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44836820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441e0af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441df9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44150850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441e0520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44749ac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e43d32d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4412c550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411ffd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441d49d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e43d32610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447987f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441df610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44138c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411dbb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411b7f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e43cc5100>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"id_provider\", \"value\": \"proxy\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888138.07601: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d32850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d70880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d08d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d32d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cadeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44ca7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44caf640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c30dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c308b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c83610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c97670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c42c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c97280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449fb370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449fb460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c4bfa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449241c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449e5c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44936af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44936e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44948730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44948c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448d53a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44936f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448e5280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449485b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448e5340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c429d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e449016a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44901760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4490f1f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449018e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e448f5a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c425b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44901a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e44836670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441ee7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447b0760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447b0400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b07c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4416d7c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4416db50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4416d9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4418eb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447a9d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447a9190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441eaa90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474ee80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474e880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44188310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4474e970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4477fd30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4414f9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44754700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4415e100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415c580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415c640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44836820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441e0af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441df9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44150850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441e0520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44749ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e43d32d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4412c550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441d49d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e43d32610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447987f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441df610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44138c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411dbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411b7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e43cc5100>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"id_provider\", \"value\": \"proxy\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888138.08862: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.08866: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.08869: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.08880: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.08882: _low_level_execute_command(): starting\n 7519 1726888138.08887: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888138.08893: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.08896: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.09571: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.09577: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888138.09580: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'id_provider', 'value': 'proxy', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888137.6080012-7913-130198845838210/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888138.11479: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11485: _low_level_execute_command(): starting\n 7519 1726888138.11488: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888138.11494: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888138.11501: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888138.11505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11507: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888138.11509: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888138.11511: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b2c8610>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.11513: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11515: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888138.11519: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11525: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11527: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.11533: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11536: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11540: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11542: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888138.11545: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.11547: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7e77f0>\r\n<<<\n 7519 1726888138.11549: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b75e610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.11552: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11555: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11559: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11564: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888138.11566: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888138.11571: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888138.11576: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888138.11579: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6b8c70>\r\n<<<\n 7519 1726888138.11581: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69cbb0>\r\n<<<\n 7519 1726888138.11585: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6997f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.11587: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11589: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888138.11593: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888138.11595: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n<<<\n 7519 1726888138.11601: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11615: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.11619: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.11621: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n<<<\n 7519 1726888138.11628: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n<<<\n 7519 1726888138.11631: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11635: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11638: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.11639: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.11642: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.11645: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.11648: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b258100>\r\n<<<\n 7519 1726888138.11650: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.11652: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.11654: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.11658: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.11660: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.11664: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.11667: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.11669: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"id_provider\", \"value\": \"proxy\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888138.11671: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.11675: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.11677: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.11681: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.11684: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.11687: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.11689: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.11693: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.11694: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.11697: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.11699: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.11701: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.11704: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.11707: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.11710: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.11720: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.11727: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.11730: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888138.11734: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.11737: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.11741: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.11743: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.11745: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.11748: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.11750: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.11752: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.11755: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.11757: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.11759: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.11762: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.11764: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.11767: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n<<<\n 7519 1726888138.11769: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.11772: stdout chunk (state=3):\n>>># cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro<<<\n 7519 1726888138.12900: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888138.12904: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.12907: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.12909: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888138.12913: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.12915: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.12918: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.12920: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.12929: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.12936: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.12939: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.12943: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.12945: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.12947: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888138.12950: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.12952: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888138.12954: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.12956: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888138.12959: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888138.12961: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888138.12963: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888138.12966: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n<<<\n 7519 1726888138.12968: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888138.12971: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888138.12973: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n<<<\n 7519 1726888138.12976: stdout chunk (state=3):\n>>># destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 7519 1726888138.12978: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888138.12981: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n<<<\n 7519 1726888138.12983: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n<<<\n 7519 1726888138.12985: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888138.12988: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888138.12990: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888138.12993: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.12995: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31edc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c33a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31eb20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31eac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c29d850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2db880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c273d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c29dd90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23eeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c241f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c237610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23d640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23e370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bf95dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf958b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfeed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfe7610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bffb670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c245e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bfa7c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfee250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bffb280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf7a370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf7a460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfaffa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40beae1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf65c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bec1af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bec1e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed2730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed2c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be5f3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bec1f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be70280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed25b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be70340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa79d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b6a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8bca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be991f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b8e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be80a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa75b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8ba90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd40bdcf670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b76d7f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7fe760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7fe400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe7c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b76e850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b76e4c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b76e670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b70eb20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7f8d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7f8190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6e7a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79de80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79d880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b709310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b79d970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7ced30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6ce9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6dd0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7a3700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6dd100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6db580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6db640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6dac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bdcf820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b760af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b75e9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6cf850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b760520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b798ac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b2c8d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6a8550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69ffd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7549d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b2c8610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7e77f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b75e610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6b8c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69cbb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6997f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b258100>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"id_provider\", \"value\": \"proxy\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888138.14251: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c33a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31eac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c29d850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2db880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c273d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c29dd90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23eeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c241f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c237610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23d640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bf95dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf958b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfeed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfe7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bffb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c245e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bfa7c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfee250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bffb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf7a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf7a460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfaffa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40beae1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf65c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bec1af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bec1e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed2730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed2c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be5f3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bec1f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be70280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed25b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be70340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8bca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be991f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b8e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be80a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8ba90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd40bdcf670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b76d7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7fe760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7fe400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe7c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b76e850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b76e4c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b76e670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b70eb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7f8d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7f8190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6e7a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79de80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79d880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b709310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b79d970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7ced30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6ce9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6dd0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7a3700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6dd100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6db580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6db640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6dac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bdcf820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b760af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b75e9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6cf850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b760520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b798ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b2c8d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6a8550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7549d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b2c8610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7e77f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b75e610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6b8c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69cbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6997f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b258100>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"id_provider\", \"value\": \"proxy\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888138.16660: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.16663: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888138.16731: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec33a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1eac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e9d850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0edb880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e73d90>\r\n<<<\n 7519 1726888138.16735: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.16738: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.16740: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e9dd90>\r\n<<<\n 7519 1726888138.16743: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'id_provider', 'value': 'proxy', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888137.704075-7919-260798011294711/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888138.16745: _low_level_execute_command(): starting\n 7519 1726888138.16747: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888138.16766: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3970>\r\n<<<\n 7519 1726888138.16769: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.16780: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.16783: handler run complete\n 7519 1726888138.16787: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888138.16791: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3eeb0>\r\n<<<\n 7519 1726888138.16794: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e41f40>\r\n<<<\n 7519 1726888138.16798: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e37610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3d640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888138.16800: attempt loop complete, returning result\n 7519 1726888138.16802: variable 'item' from source: unknown\n 7519 1726888138.16870: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888138.16875: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.16878: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888138.16883: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0b95dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b958b0>\r\nimport 'itertools' # \r\n<<<\n 7519 1726888138.16885: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95eb0>\r\n<<<\n 7519 1726888138.16888: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888138.16890: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95e80>\r\n<<<\n 7519 1726888138.16892: stdout chunk (state=3):\n>>>import '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0beed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0be7610>\r\n<<<\n 7519 1726888138.16894: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0bfb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e45e20>\r\n<<<\n 7519 1726888138.16897: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888138.16899: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0ba7c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0bee250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0bfb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888138.16902: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888138.16904: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888138.16906: variable 'item' from source: unknown\n 7519 1726888138.16908: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888138.16910: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888138.16914: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b7a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888138.16916: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b7a460>\r\n<<<\nok: [managed_node1] => (item={'key': 'id_provider', 'value': 'proxy'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"id_provider\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"domain/nssfiles\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"proxy\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"id_provider\",\n \"value\": \"proxy\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888138.17659: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0baffa0>\r\n<<<\n 7519 1726888138.17663: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9a30>\r\n<<<\n 7519 1726888138.17666: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9490>\r\n<<<\n 7519 1726888138.17669: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888138.17672: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888138.17675: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888138.17677: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0aae1c0>\r\n<<<\n 7519 1726888138.17680: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b65c70>\r\n<<<\n 7519 1726888138.17683: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b040>\r\n<<<\n 7519 1726888138.17685: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888138.17688: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888138.17691: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ac1af0>\r\n<<<\n 7519 1726888138.17693: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888138.17696: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888138.17699: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0ac1e20>\r\n<<<\n 7519 1726888138.17702: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\n<<<\n 7519 1726888138.18321: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad2730>\r\n<<<\n 7519 1726888138.18326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888138.18328: variable 'omit' from source: magic vars\n 7519 1726888138.18331: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888138.18333: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad2c70>\r\n<<<\n 7519 1726888138.18335: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a5f3a0>\r\n<<<\n 7519 1726888138.18337: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ac1f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888138.18339: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a70280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad25b0>\r\n<<<\n 7519 1726888138.18341: stdout chunk (state=3):\n>>>import 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a70340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888138.18342: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888138.18344: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888138.18346: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888138.18348: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b760>\r\n<<<\n 7519 1726888138.18350: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888138.18352: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.18354: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.18357: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.18359: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.18361: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.18362: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888138.18364: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8bca0>\r\n<<<\n 7519 1726888138.18366: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.18368: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.18371: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a991f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b8e0>\r\n<<<\n 7519 1726888138.18373: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.18376: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a80a30>\r\n<<<\n 7519 1726888138.18378: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.18381: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.18384: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.18386: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba75b0>\r\n<<<\n 7519 1726888138.18389: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.18391: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888138.18394: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.18397: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888138.18399: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.18402: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888138.18404: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.18407: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.18420: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.18429: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888138.18431: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888138.18433: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.18435: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888138.18437: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.18439: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8ba90>\r\n<<<\n 7519 1726888138.18441: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.18443: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.18445: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.18447: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.18449: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.18451: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f77f09c9670>\r\n<<<\n 7519 1726888138.18452: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.18454: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.18456: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.18458: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.18460: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888138.18462: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.18464: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.18466: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.18467: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.18469: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.18471: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.18473: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888138.18475: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.18477: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.18478: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888138.18480: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.18482: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.19186: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.19940: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.19949: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.19954: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.19984: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.19991: handler run complete\n 7519 1726888138.20030: attempt loop complete, returning result\n 7519 1726888138.20057: variable 'item' from source: unknown\n 7519 1726888138.20132: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f036d7f0>\r\n<<<\n 7519 1726888138.20152: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.20183: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'<<<\n 7519 1726888138.20213: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888138.20216: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888138.20236: variable 'item' from source: unknown\n 7519 1726888138.20245: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.20263: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03fe760>\r\n<<<\n 7519 1726888138.20292: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe640>\r\n<<<\n 7519 1726888138.20326: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe370>\r\n<<<\n 7519 1726888138.20348: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888138.20351: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888138.20398: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe190>\r\n<<<\nok: [managed_node2] => (item={'key': 'id_provider', 'value': 'proxy'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"id_provider\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"domain/nssfiles\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"proxy\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"id_provider\",\n \"value\": \"proxy\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888138.20560: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888138.20565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888138.20569: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888138.20572: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03fe400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe7c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888138.20575: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888138.20577: variable 'omit' from source: magic vars\n 7519 1726888138.20589: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888138.20633: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888138.20637: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888138.20699: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0353850>\r\n<<<\n 7519 1726888138.20734: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03534c0>\r\n<<<\n 7519 1726888138.20765: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0353670>\r\n<<<\n 7519 1726888138.20777: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888138.20814: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888138.20849: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f030eb20>\r\n<<<\n 7519 1726888138.20862: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03f8d30>\r\n<<<\n 7519 1726888138.20910: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888138.21030: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe520>\r\n<<<\n 7519 1726888138.21043: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888138.21065: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03f8190>\r\n<<<\n 7519 1726888138.21107: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888138.21115: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888138.21117: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888138.21138: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888138.21143: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888138.21159: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888138.21189: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888138.21193: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02e7a90>\r\n<<<\n 7519 1726888138.21279: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039de80>\r\n<<<\n 7519 1726888138.21282: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039d880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0309310>\r\n<<<\n 7519 1726888138.21321: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.21326: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f039d970>\r\n<<<\n 7519 1726888138.21344: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03ced30>\r\n<<<\n 7519 1726888138.21364: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888138.21378: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888138.21393: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888138.21436: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888138.21495: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02ce9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e50>\r\n<<<\n 7519 1726888138.21531: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888138.21536: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888138.21591: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02dd0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e20>\r\n<<<\n 7519 1726888138.21614: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888138.21740: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888138.21756: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.21759: variable 'omit' from source: magic vars\n 7519 1726888138.21762: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03a3700>\r\n<<<\n 7519 1726888138.21764: variable 'omit' from source: magic vars\n 7519 1726888138.21808: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888138.21853: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888138.21874: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02dd100>\r\n<<<\n 7519 1726888138.21971: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.21974: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02db580>\r\n<<<\n 7519 1726888138.22003: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02db640>\r\n<<<\n 7519 1726888138.22049: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02dac70>\r\n<<<\n 7519 1726888138.22054: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f09c9820>\r\n<<<\n 7519 1726888138.22074: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888138.22092: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888138.22116: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888138.22161: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0360af0>\r\n<<<\n 7519 1726888138.22345: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f035e9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02d0850>\r\n<<<\n 7519 1726888138.22350: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888138.22393: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.22396: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0360520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0398ac0>\r\n<<<\n 7519 1726888138.22400: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.22424: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888138.22450: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.22518: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.22602: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.22605: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888138.22618: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.22636: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888138.22654: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.22754: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.22797: variable 'item' from source: unknown\n 7519 1726888138.22855: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.23212: variable 'item' from source: unknown\n 7519 1726888138.23317: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.23343: variable 'omit' from source: magic vars\n 7519 1726888138.23490: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.23503: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.23512: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.23598: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888138.23602: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888138.23604: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888138.23784: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888138.23789: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888138.23824: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888138.23828: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.23883: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77efec3d30>\r\n<<<\n 7519 1726888138.23962: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02a8550>\r\n<<<\n 7519 1726888138.23968: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029ffd0>\r\n<<<\n 7519 1726888138.23993: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888138.24024: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888138.24038: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.24061: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888138.24069: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.24181: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888138.24191: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.24199: variable 'omit' from source: magic vars\n 7519 1726888138.24232: variable 'omit' from source: magic vars\n 7519 1726888138.24276: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888138.24337: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888138.24352: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03549d0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.24355: Set connection var ansible_pipelining to False\n 7519 1726888138.24362: Set connection var ansible_shell_type to sh\n 7519 1726888138.24368: Set connection var ansible_timeout to 10\n 7519 1726888138.24371: Set connection var ansible_connection to ssh\n 7519 1726888138.24376: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888138.24393: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888138.24429: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888138.24434: variable 'ansible_connection' from source: unknown\n 7519 1726888138.24437: variable 'ansible_module_compression' from source: unknown\n 7519 1726888138.24439: variable 'ansible_shell_type' from source: unknown\n 7519 1726888138.24442: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888138.24447: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888138.24450: variable 'ansible_pipelining' from source: unknown\n 7519 1726888138.24453: variable 'ansible_timeout' from source: unknown\n 7519 1726888138.24455: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888138.24507: variable 'item' from source: unknown\n 7519 1726888138.24581: 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__) (found_in_cache=True, class_only=False)\n 7519 1726888138.24665: variable 'omit' from source: magic vars\n 7519 1726888138.24668: starting attempt loop\n 7519 1726888138.24671: running the handler\n 7519 1726888138.24674: _low_level_execute_command(): starting\n 7519 1726888138.24676: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888138.24745: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888138.25118: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.25173: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.25231: variable 'item' from source: unknown\n 7519 1726888138.25244: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.25272: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.25295: variable 'omit' from source: magic vars\n 7519 1726888138.25349: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.25365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.25375: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.25391: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888138.25398: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888138.25409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888138.25507: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888138.25521: Set connection var ansible_pipelining to False\n 7519 1726888138.25542: Set connection var ansible_shell_type to sh\n 7519 1726888138.25557: Set connection var ansible_timeout to 10\n 7519 1726888138.25570: Set connection var ansible_connection to ssh\n 7519 1726888138.25587: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.25599: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888138.25621: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888138.25631: variable 'ansible_connection' from source: unknown\n 7519 1726888138.25637: variable 'ansible_module_compression' from source: unknown\n 7519 1726888138.25644: variable 'ansible_shell_type' from source: unknown\n 7519 1726888138.25653: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888138.25659: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888138.25670: variable 'ansible_pipelining' from source: unknown\n 7519 1726888138.25675: variable 'ansible_timeout' from source: unknown\n 7519 1726888138.25687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888138.25731: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.25842: 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__) (found_in_cache=True, class_only=False)\n 7519 1726888138.25861: variable 'omit' from source: magic vars\n 7519 1726888138.25875: starting attempt loop\n 7519 1726888138.25886: running the handler\n 7519 1726888138.25901: _low_level_execute_command(): starting\n 7519 1726888138.25921: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888138.25941: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888138.25956: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888138.25962: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888138.26039: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77efec3610>\r\n<<<\n 7519 1726888138.26042: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888138.26097: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.26171: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888138.26175: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888138.26213: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.26238: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.26277: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888138.26280: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.26330: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.26359: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.26455: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.26516: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888138.26844: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03e77f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f035e610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.26878: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.27093: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888138.27111: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888138.27136: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02b8c70>\r\n<<<\n 7519 1726888138.27173: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029cbb0>\r\n<<<\n 7519 1726888138.27237: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029a7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.27263: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.27293: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888138.27356: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888138.27372: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.27384: stdout chunk (state=3):\n>>>import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n<<<\n 7519 1726888138.27398: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.27434: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.27439: stdout chunk (state=3):\n>>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n<<<\n 7519 1726888138.27455: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n<<<\n 7519 1726888138.27470: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.27483: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n<<<\n 7519 1726888138.27517: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.27520: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.27543: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n<<<\n 7519 1726888138.27553: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.27774: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.28068: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.28199: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.28211: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77efe53100>\r\n<<<\n 7519 1726888138.28321: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.28340: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.28344: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.28371: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"id_provider\", \"value\": \"proxy\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n<<<\n 7519 1726888138.28374: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888138.28377: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.28379: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.28396: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.28399: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.28401: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.28439: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.28444: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.28511: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.28526: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.28532: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.28539: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.28549: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.28558: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.28573: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.28581: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888138.28589: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.28598: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.28612: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.28688: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value<<<\n 7519 1726888138.28691: stdout chunk (state=3):\n>>>\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n<<<\n 7519 1726888138.28695: stdout chunk (state=3):\n>>># cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n<<<\n 7519 1726888138.28700: stdout chunk (state=3):\n>>># cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n<<<\n 7519 1726888138.28703: stdout chunk (state=3):\n>>># cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n<<<\n 7519 1726888138.28859: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.28897: stdout chunk (state=3):\n>>># cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n<<<\n 7519 1726888138.28904: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.28926: stdout chunk (state=3):\n>>># cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general<<<\n 7519 1726888138.28931: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.28934: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888138.28936: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.28938: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.28941: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.28952: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.28962: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.28984: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.29107: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888138.29111: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888138.29144: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888138.29147: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888138.29170: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n<<<\n 7519 1726888138.29177: stdout chunk (state=3):\n>>># destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888138.29203: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n<<<\n 7519 1726888138.29207: stdout chunk (state=3):\n>>># destroy datetime\r\n<<<\n 7519 1726888138.29219: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888138.29305: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 7519 1726888138.29310: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n<<<\n 7519 1726888138.29315: stdout chunk (state=3):\n>>># cleanup[3] wiping platform\r\n# destroy subprocess\r\n<<<\n 7519 1726888138.29318: stdout chunk (state=3):\n>>># cleanup[3] wiping selectors\r\n<<<\n 7519 1726888138.29336: stdout chunk (state=3):\n>>># cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n<<<\n 7519 1726888138.29341: stdout chunk (state=3):\n>>># cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n<<<\n 7519 1726888138.29365: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n<<<\n 7519 1726888138.29370: stdout chunk (state=3):\n>>># cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888138.29382: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.29413: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n<<<\n 7519 1726888138.29416: stdout chunk (state=3):\n>>># cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888138.29418: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.29432: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888138.29479: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.29498: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.29510: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.29522: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.29582: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n<<<\n 7519 1726888138.29585: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n<<<\n 7519 1726888138.29587: stdout chunk (state=3):\n>>># destroy posixpath\r\n<<<\n 7519 1726888138.29590: stdout chunk (state=3):\n>>># destroy stat\r\n<<<\n 7519 1726888138.29600: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.29617: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888138.29620: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.29628: stdout chunk (state=3):\n>>># destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888138.29638: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888138.29650: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888138.29667: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.29704: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.29733: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888138.29829: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.29846: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.29865: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.29879: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.29894: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.29908: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.30128: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.30136: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888138.30139: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.30141: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1edc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec33a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1eb20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1eac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e9d850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0edb880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e73d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e9dd90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3eeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e41f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e37610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3d640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3e370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0b95dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b958b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0beed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0be7610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0bfb670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e45e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0ba7c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0bee250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0bfb280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b7a370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b7a460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0baffa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0aae1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b65c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ac1af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0ac1e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad2730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad2c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a5f3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ac1f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a70280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad25b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a70340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba79d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b6a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8bca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a991f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b8e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a80a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba75b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8ba90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f77f09c9670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f036d7f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03fe760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03fe400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe7c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0353850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03534c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0353670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f030eb20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03f8d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03f8190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02e7a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039de80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039d880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0309310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f039d970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03ced30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02ce9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02dd0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03a3700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02dd100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02db580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02db640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02dac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f09c9820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0360af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f035e9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02d0850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0360520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0398ac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77efec3d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02a8550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029ffd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03549d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77efec3610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03e77f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f035e610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02b8c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029cbb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029a7f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77efe53100>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"id_provider\", \"value\": \"proxy\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888138.30601: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec33a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1eac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e9d850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0edb880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e73d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e9dd90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3eeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e41f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e37610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3d640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0b95dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b958b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0beed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0be7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0bfb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e45e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0ba7c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0bee250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0bfb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b7a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b7a460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0baffa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0aae1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b65c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ac1af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0ac1e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad2730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad2c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a5f3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ac1f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a70280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad25b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a70340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8bca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a991f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b8e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a80a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8ba90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f77f09c9670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f036d7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03fe760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03fe400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe7c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0353850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03534c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0353670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f030eb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03f8d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03f8190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02e7a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039de80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039d880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0309310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f039d970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03ced30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02ce9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02dd0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03a3700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02dd100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02db580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02db640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02dac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f09c9820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0360af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f035e9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02d0850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0360520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0398ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77efec3d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02a8550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03549d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77efec3610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03e77f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f035e610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02b8c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029cbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029a7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77efe53100>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"id_provider\", \"value\": \"proxy\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888138.33806: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888138.33809: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.33812: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'id_provider', 'value': 'proxy', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888137.846691-7927-153366174098803/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888138.33817: _low_level_execute_command(): starting\n 7519 1726888138.33819: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888138.33831: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888138.33843: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.33847: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.33850: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888138.33853: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.33855: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.33858: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.33864: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.33892: _low_level_execute_command(): starting\n 7519 1726888138.33896: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615 `\" && echo ansible-tmp-1726888138.3147054-7913-101759942519615=\"` echo /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615 `\" && echo ansible-tmp-1726888138.3147054-7913-101759942519615=\"` echo /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615 `\" ) && sleep 0'\"'\"''\n 7519 1726888138.33905: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888138.33908: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.33910: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.33912: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.33917: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.33926: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.33928: _low_level_execute_command(): starting\n 7519 1726888138.33931: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445 `\" && echo ansible-tmp-1726888138.3273435-7919-100916507561445=\"` echo /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888138.35806: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445 `\" && echo ansible-tmp-1726888138.3273435-7919-100916507561445=\"` echo /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445 `\" ) && sleep 0'\"'\"''\n 7519 1726888138.35815: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.35819: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.35822: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.35826: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.35828: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.35831: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.35834: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.35836: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.35839: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.35842: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.35845: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.35848: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888138.35850: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.35853: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.35855: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.35858: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.35860: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.35863: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.35865: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.35868: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.35871: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.35873: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.35876: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.35879: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.35881: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.35884: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.35886: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.35889: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.35892: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.35894: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.35897: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.35901: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.35904: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888138.35906: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.35909: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.35911: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.35925: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.35928: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.35931: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.35933: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.35935: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.35937: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.35939: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.35941: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.35943: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.35945: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.35948: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.35950: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.35952: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888138.35954: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.35956: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.35957: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.35959: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.35961: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.35963: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.35967: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.35969: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.35971: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.35973: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.35975: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.35977: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.35979: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.35981: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.35983: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.35984: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.35986: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.35988: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.35993: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.35996: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.35998: handler run complete\n 7519 1726888138.36000: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.36002: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.36005: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.36007: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.36009: attempt loop complete, returning result\n 7519 1726888138.36011: variable 'item' from source: unknown\n 7519 1726888138.36015: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888138.36018: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.36019: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.36021: variable 'item' from source: unknown\nok: [managed_node3] => (item={'key': 'id_provider', 'value': 'proxy'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"id_provider\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"domain/nssfiles\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"proxy\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"id_provider\",\n \"value\": \"proxy\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888138.36167: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888138.36171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888138.36173: variable 'omit' from source: magic vars\n 7519 1726888138.36175: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.36177: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.36179: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.36181: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.36183: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.36186: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888138.36189: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888138.36191: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888138.36194: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888138.36262: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.36275: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.36289: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.36303: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.36321: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.36339: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.36364: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.36379: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888138.36391: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.36402: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.36415: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.36433: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.36483: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.36495: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888138.36505: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.36516: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.36532: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.36544: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.36556: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.36567: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.36713: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.36737: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.36751: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.36772: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.36787: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.36838: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.36850: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.36862: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.36878: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888138.36914: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.36960: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.37646: stdout chunk (state=3):\n>>>ansible-tmp-1726888138.3147054-7913-101759942519615=/root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615\n<<<\n 7519 1726888138.37944: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.37960: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888138.38099: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.38105: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.38117: variable 'omit' from source: magic vars\n<10.31.40.27> (0, b'ansible-tmp-1726888138.3147054-7913-101759942519615=/root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.38133: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888138.3147054-7913-101759942519615=/root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.38149: variable 'omit' from source: magic vars\n 7519 1726888138.38194: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888138.38251: variable 'ansible_module_compression' from source: unknown\n 7519 1726888138.38295: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888138.38318: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888138.38348: variable '__tlog_sssd_conf' from source: role '' all vars\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888138.38444: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpd00tz8uu TO /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888138.38653: variable 'item' from source: unknown\n 7519 1726888138.38908: stdout chunk (state=3):\n>>>ansible-tmp-1726888138.3273435-7919-100916507561445=/root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445\n<<<\n 7519 1726888138.39057: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.39133: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.39136: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'ansible-tmp-1726888138.3273435-7919-100916507561445=/root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.39241: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888138.3273435-7919-100916507561445=/root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.39344: variable 'ansible_module_compression' from source: unknown\n 7519 1726888138.39452: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888138.39455: variable 'ansible_facts' from source: host vars for 'managed_node2'\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888138.39495: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpon0ud7oc TO /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888138.39733: Sending initial data\n 7519 1726888138.39736: Sent initial data (155 bytes)\n 7519 1726888138.39827: variable 'item' from source: unknown\n 7519 1726888138.39943: variable 'omit' from source: magic vars\n 7519 1726888138.40150: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.40355: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.40388: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.40764: Sending initial data\n 7519 1726888138.40792: Sent initial data (155 bytes)\n 7519 1726888138.41283: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888138.41291: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888138.41303: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888138.42042: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888138.42167: Set connection var ansible_pipelining to False\n 7519 1726888138.42298: Set connection var ansible_shell_type to sh\n 7519 1726888138.42526: Set connection var ansible_timeout to 10\n 7519 1726888138.42561: Set connection var ansible_connection to ssh\n 7519 1726888138.42585: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888138.42651: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888138.42717: variable 'ansible_connection' from source: unknown\n 7519 1726888138.42747: variable 'ansible_module_compression' from source: unknown\n 7519 1726888138.42757: variable 'ansible_shell_type' from source: unknown\n 7519 1726888138.42778: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888138.42889: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888138.42899: variable 'ansible_pipelining' from source: unknown\n 7519 1726888138.42906: variable 'ansible_timeout' from source: unknown\n 7519 1726888138.43030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888138.43404: 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__) (found_in_cache=True, class_only=False)\n 7519 1726888138.43428: variable 'omit' from source: magic vars\n 7519 1726888138.43455: starting attempt loop\n 7519 1726888138.43462: running the handler\n 7519 1726888138.43569: _low_level_execute_command(): starting\n 7519 1726888138.43577: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888138.43951: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.43964: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.43975: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.43989: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.43996: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.44141: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.44153: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.44164: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.44179: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.44188: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.44197: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.44265: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.44281: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.44293: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888138.44300: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.44308: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.44319: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.44332: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.44340: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.44348: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.44378: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.44380: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.44383: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.44390: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.44403: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.44410: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.44561: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.44616: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.44685: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.44703: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.44727: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.44743: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.44754: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.44811: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.44831: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.44954: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888138.44972: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.44990: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.45009: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.45024: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.45054: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.45080: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.45095: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.45120: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.45143: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.45157: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.45208: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.45236: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.45255: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.45269: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.45286: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.45304: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.45330: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.45358: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.45393: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888138.45417: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.45440: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.45499: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.45546: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888138.45553: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.45568: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.45572: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.45599: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.45658: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.45693: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.45697: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.45700: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.45702: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888138.45704: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.45707: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.45709: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.45711: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.45716: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.45718: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888138.45720: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.45722: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.45735: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.45748: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.45763: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.45766: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.45773: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.45834: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.45866: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.45877: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.45907: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.45942: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.45955: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.46040: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.46063: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.46067: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.46080: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.46092: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.46095: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.46107: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.46110: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.46122: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.46151: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888138.46155: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.46186: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.46289: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.46391: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.46405: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.46420: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.46487: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.46562: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.46638: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.46689: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.46745: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.46765: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888138.46797: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.46851: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.47911: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888138.47956: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888138.47999: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 7519 1726888138.48021: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpd00tz8uu /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py\n<<<\n 7519 1726888138.48026: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpd00tz8uu\r\n<<<\n 7519 1726888138.48070: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888138.48074: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\n<<<\n 7519 1726888138.48112: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888138.48115: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888138.48118: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888138.48451: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888138.48464: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888138.48512: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpon0ud7oc\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888138.48517: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpon0ud7oc /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py\n<<<\n 7519 1726888138.48558: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888138.48884: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888138.48887: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949\r\n<<<\n 7519 1726888138.49172: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949\r\n<<<\n 7519 1726888138.49534: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.49538: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.49540: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.49548: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.49550: _low_level_execute_command(): starting\n 7519 1726888138.49552: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646 `\" && echo ansible-tmp-1726888138.4935753-7927-275873288718646=\"` echo /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646 `\" && echo ansible-tmp-1726888138.4935753-7927-275873288718646=\"` echo /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646 `\" ) && sleep 0'\"'\"''\n 7519 1726888138.49562: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122949 bytes at 0\r\n<<<\n 7519 1726888138.49565: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888138.49568: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888138.49861: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.49864: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122949 bytes at 0\r\n<<<\n 7519 1726888138.49869: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888138.49900: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888138.50343: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.50349: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpd00tz8uu /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpd00tz8uu\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122949 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888138.50357: done transferring module to remote\n 7519 1726888138.50359: _low_level_execute_command(): starting\n 7519 1726888138.50361: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/ /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888138.50366: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.50368: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.50370: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpon0ud7oc /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpon0ud7oc\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122949 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888138.50375: done transferring module to remote\n 7519 1726888138.50377: _low_level_execute_command(): starting\n 7519 1726888138.50379: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/ /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/ /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/ /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888138.52176: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.52186: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.52227: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.52245: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.52254: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.52295: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.52303: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.52309: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.52323: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.52333: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.52342: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.52349: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.52360: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.52370: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888138.52377: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.52457: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.52466: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.52479: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.52539: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.52548: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.52578: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.52588: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.52593: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.52601: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.52690: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.52728: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.53234: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.53284: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.53298: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.53310: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.53332: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.53369: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.53420: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888138.53482: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.53500: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.53517: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.53531: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.53583: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.53604: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.53620: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.53637: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.53649: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.53709: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.53737: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.53758: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.53776: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.53794: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888138.53828: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.53848: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.53868: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.53889: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.53916: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.53946: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.53960: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.53978: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.53994: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.54010: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.54032: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.54055: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888138.54068: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888138.54079: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.54090: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.54101: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.54110: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.54125: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.54147: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.54169: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.54187: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.54241: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.54267: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.54286: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.54301: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.54347: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.54363: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.54367: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.54370: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.54373: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.54393: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.54407: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.54421: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.54437: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.54449: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.54555: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.54626: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.54648: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.54701: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.54733: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.54756: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.54768: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.54782: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.54801: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.54827: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.54831: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888138.54833: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.54836: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.54838: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.54868: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.54889: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.54925: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.54947: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.54970: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.54987: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.55000: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.55013: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.55034: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.55042: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888138.55076: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888138.55114: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.55188: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.55200: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.55276: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888138.56817: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.56831: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.56845: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.56958: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.56961: _low_level_execute_command(): starting\n 7519 1726888138.56964: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888138.57071: stdout chunk (state=3):\n>>>ansible-tmp-1726888138.4935753-7927-275873288718646=/root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646\n<<<\n 7519 1726888138.57506: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.57509: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.57511: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888138.4935753-7927-275873288718646=/root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.57517: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888138.4935753-7927-275873288718646=/root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.57521: variable 'ansible_module_compression' from source: unknown\n 7519 1726888138.57615: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.57618: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888138.57620: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888138.57624: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.57626: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.57729: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.57732: _low_level_execute_command(): starting\n 7519 1726888138.57735: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888138.57741: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpnngjdv13 TO /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888138.58429: Sending initial data\n 7519 1726888138.58437: Sent initial data (155 bytes)\n 7519 1726888138.59219: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.59224: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.59260: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.59264: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.59502: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.59506: stderr chunk (state=3):\n>>>debug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.59571: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.59575: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.59955: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.59968: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.59979: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.59990: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.60006: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888138.60038: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.60116: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.60489: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.60532: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.60548: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.60590: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.60618: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.60676: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.60728: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.60740: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.60752: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.60764: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.60804: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.60828: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.60862: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.60895: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888138.60906: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.60926: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.60962: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.60965: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.60968: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.60979: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.60996: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.61008: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.61011: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.61041: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.61069: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.61073: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.61083: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.61086: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.61088: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.61090: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.61102: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.61118: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.61121: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.61229: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.61232: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.61373: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.61377: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.61428: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.61431: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.61470: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.61485: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.61527: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.61566: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.61569: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.61572: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.61651: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.61669: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.61689: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.61732: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.61756: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.61774: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.61792: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.61805: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.61831: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888138.61876: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888138.61879: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.61892: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.61907: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888138.61934: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888138.62088: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888138.62109: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 7519 1726888138.62112: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888138.62172: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888138.62211: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888138.62244: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888138.62246: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888138.62293: stdout chunk (state=3):\n>>>import 'time' # <<<\n 7519 1726888138.62296: stdout chunk (state=3):\n>>>\r\nimport 'zipimport' # \r\n<<<\n 7519 1726888138.62299: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 7519 1726888138.62346: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888138.62350: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.62369: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888138.62390: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888138.62396: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888138.62425: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3dc0>\r\n<<<\n 7519 1726888138.62452: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888138.62476: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb583a0>\r\n<<<\n 7519 1726888138.62485: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3b20>\r\n<<<\n 7519 1726888138.62509: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n<<<\n 7519 1726888138.62512: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888138.62527: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3ac0>\r\n<<<\n 7519 1726888138.62547: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888138.62584: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n<<<\n 7519 1726888138.62642: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888138.62659: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58490>\r\n<<<\n 7519 1726888138.62662: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888138.62664: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888138.62667: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58940>\r\n<<<\n 7519 1726888138.62748: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58670>\r\n<<<\n 7519 1726888138.62759: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888138.62762: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888138.62764: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888138.62792: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888138.62807: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888138.62861: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888138.62882: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888138.62956: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f220>\r\n<<<\n 7519 1726888138.63011: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888138.63024: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888138.63028: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb32850>\r\n<<<\n 7519 1726888138.63030: stdout chunk (state=3):\n>>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f940>\r\n<<<\n 7519 1726888138.63058: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb70880>\r\n<<<\n 7519 1726888138.63095: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb08d90>\r\n<<<\n 7519 1726888138.63160: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\n<<<\n 7519 1726888138.63205: stdout chunk (state=3):\n>>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb32d90>\r\n<<<\n 7519 1726888138.63211: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58970>\r\n<<<\n 7519 1726888138.63252: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888138.63441: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888138.63469: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888138.63504: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888138.63535: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888138.63538: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888138.63564: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baaeeb0>\r\n<<<\n 7519 1726888138.63620: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab1f40>\r\n<<<\n 7519 1726888138.63634: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888138.63658: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n<<<\n 7519 1726888138.63716: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888138.63736: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888138.63786: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baa7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baad640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888138.63847: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888138.63864: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888138.63896: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.63942: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888138.63989: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888138.63994: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba30dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba308b0>\r\n<<<\n 7519 1726888138.64002: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888138.64021: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30eb0>\r\n<<<\n 7519 1726888138.64099: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30f70>\r\n<<<\n 7519 1726888138.64117: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30e80>\r\n<<<\n 7519 1726888138.64122: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888138.64166: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89d30>\r\nimport '_functools' # \r\n<<<\n 7519 1726888138.65388: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888138.65394: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 7519 1726888138.65398: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 7519 1726888138.65401: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888138.65403: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888138.65405: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888138.65407: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888138.65410: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.65414: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888138.65418: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888138.65420: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8dc0>\r\n<<<\n 7519 1726888138.65427: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888138.65429: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8b20>\r\n<<<\n 7519 1726888138.65432: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888138.65434: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8ac0>\r\n<<<\n 7519 1726888138.65437: stdout chunk (state=3):\n>>>import '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888138.65441: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d490>\r\n<<<\n 7519 1726888138.65735: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888138.65763: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n<<<\n 7519 1726888138.65770: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888138.65804: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888138.65811: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d670>\r\n<<<\n 7519 1726888138.66803: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888138.66806: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234220>\r\n<<<\n 7519 1726888138.66809: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888138.66811: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab257850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab295880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888138.66815: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab22dd90>\r\n<<<\n 7519 1726888138.67294: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab257d90>\r\n<<<\n 7519 1726888138.67299: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888138.67304: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67306: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67309: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888138.67311: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67313: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888138.67315: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888138.67317: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888138.67319: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 7519 1726888138.67320: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpnngjdv13 /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py\n<<<\n 7519 1726888138.67324: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpnngjdv13\r\n<<<\n 7519 1726888138.67327: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888138.67329: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\n<<<\n 7519 1726888138.67331: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888138.67333: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949\r\n<<<\n 7519 1726888138.67337: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafadeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafa7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafaf640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf30dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf308b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf83610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf97670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf42c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf97280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67341: stdout chunk (state=3):\n>>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42d00>\r\n<<<\n 7519 1726888138.67343: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888138.67345: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67347: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67351: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67354: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf16370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf16460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf4bfa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae4a1c0>\r\n<<<\n 7519 1726888138.67420: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf00c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb040>\r\n<<<\n 7519 1726888138.67425: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888138.67429: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba82610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba96670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba42c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba96280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7fa460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba4afa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b72e1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7e5c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b741af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b741e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b752730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b752c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6df3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b741f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6f0280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7525b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6f0340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba429d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70bca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b7191f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b8e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b700a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba425b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70ba90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0b4b648670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.67434: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67437: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n<<<\n 7519 1726888138.67487: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae5caf0>\r\nimport 'errno' # \r\n<<<\n 7519 1726888138.67491: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae5ce20>\r\n<<<\n 7519 1726888138.67493: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67562: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67565: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122949 bytes at 0\r\n<<<\n 7519 1726888138.67567: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6e730>\r\n<<<\n 7519 1726888138.67647: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888138.67651: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888138.67656: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67709: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888138.67713: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6ec70>\r\n<<<\n 7519 1726888138.67716: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaadfb3a0>\r\n<<<\n 7519 1726888138.67967: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.67970: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae5cf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae0b280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6e5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae0b340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf429d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67973: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae276a0>\r\n<<<\n 7519 1726888138.67975: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888138.67977: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.67981: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.67983: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpnngjdv13 /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpnngjdv13\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122949 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888138.68063: done transferring module to remote\n 7519 1726888138.68070: _low_level_execute_command(): starting\n 7519 1726888138.68072: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/ /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/ /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888138.68227: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae27760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888138.68262: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27ca0>\r\n<<<\n 7519 1726888138.68304: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae351f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae278e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae1ba30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf425b0>\r\n<<<\n 7519 1726888138.68327: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888138.68387: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888138.68414: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae27a90>\r\n<<<\n 7519 1726888138.68526: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888138.68533: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7effaad62670>\r\n<<<\n 7519 1726888138.68722: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.68790: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888138.68794: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afed7f0>\r\n<<<\n 7519 1726888138.68807: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.68854: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.68887: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888138.68891: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888138.68893: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.68895: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888138.68897: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5c2760>\r\n<<<\n 7519 1726888138.68899: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.68936: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2640>\r\n<<<\n 7519 1726888138.68956: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2370>\r\n<<<\n 7519 1726888138.68983: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888138.68988: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888138.69022: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2190>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888138.69061: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5c2400>\r\n<<<\n 7519 1726888138.69105: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888138.69146: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c27c0>\r\n<<<\n 7519 1726888138.69178: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888138.69183: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888138.69211: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888138.69217: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888138.69238: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888138.69241: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888138.69314: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afd3850>\r\n<<<\n 7519 1726888138.69348: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afd34c0>\r\n<<<\n 7519 1726888138.69386: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afd3670>\r\n<<<\n 7519 1726888138.69406: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888138.69420: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888138.69458: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af8eb20>\r\n<<<\n 7519 1726888138.69474: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5bcd30>\r\n<<<\n 7519 1726888138.69572: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.69585: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.69605: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.69636: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.69654: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888138.69673: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5bc190>\r\n<<<\n 7519 1726888138.69689: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.69701: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888138.69729: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888138.69756: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888138.69761: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888138.69784: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af4ca90>\r\n<<<\n 7519 1726888138.69831: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.69848: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.69870: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.69887: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af89310>\r\n<<<\n 7519 1726888138.69903: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b561970>\r\n<<<\n 7519 1726888138.69922: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.69954: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b592d30>\r\n<<<\n 7519 1726888138.69958: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888138.69975: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888138.70190: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888138.70194: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.70374: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af4e9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5d0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888138.70377: stdout chunk (state=3):\n>>>import '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b567700>\r\n<<<\n 7519 1726888138.70400: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.70552: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af5d100>\r\n<<<\n 7519 1726888138.70558: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5b580>\r\n<<<\n 7519 1726888138.70616: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.70686: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5b640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.70689: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b648820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888138.70779: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afe0af0>\r\n<<<\n 7519 1726888138.70826: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.70847: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.70871: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.70905: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888138.70926: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afde9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af50850>\r\n<<<\n 7519 1726888138.70949: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afe0520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b55cac0>\r\n<<<\n 7519 1726888138.70981: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.71038: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.71043: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7257f0>\r\n<<<\n 7519 1726888138.71104: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.71107: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.71110: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888138.71141: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7b6760>\r\n<<<\n 7519 1726888138.71177: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.71226: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6640>\r\n<<<\n 7519 1726888138.71328: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888138.71348: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.71351: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6490>\r\n<<<\n 7519 1726888138.71353: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6190>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888138.71355: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.71360: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7b6400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888138.71363: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888138.71416: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.71433: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.71447: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.71451: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.71453: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b67c0>\r\n<<<\n 7519 1726888138.71455: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888138.71458: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888138.71478: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888138.71501: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888138.71555: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6a47c0>\r\n<<<\n 7519 1726888138.71608: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6a4b50>\r\n<<<\n 7519 1726888138.71654: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6a49a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888138.71659: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.71676: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888138.71706: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6c5b20>\r\n<<<\n 7519 1726888138.71712: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7afd30>\r\n<<<\n 7519 1726888138.71724: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.71733: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.71746: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.71754: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.71763: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.71797: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.71824: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.71832: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.71886: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.71891: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888138.71931: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7af190>\r\n<<<\n 7519 1726888138.71935: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888138.71961: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888138.71988: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72029: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72038: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72045: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa721a90>\r\n<<<\n 7519 1726888138.72105: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754e80>\r\n<<<\n 7519 1726888138.72108: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6bf310>\r\n<<<\n 7519 1726888138.72149: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.72154: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa754970>\r\n<<<\n 7519 1726888138.72177: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72188: stdout chunk (state=3):\n>>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa785d30>\r\n<<<\n 7519 1726888138.72202: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888138.72207: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72224: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.72252: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888138.72357: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72375: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888138.72405: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72409: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6869a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72436: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6950d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee20>\r\n<<<\n 7519 1726888138.72440: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.72472: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ab3ed30>\r\n<<<\n 7519 1726888138.72489: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888138.72494: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72644: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72648: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888138.72651: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af3f550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1ffd0>\r\n<<<\n 7519 1726888138.72653: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888138.72655: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa75a700>\r\n<<<\n 7519 1726888138.72658: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.72660: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.72693: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.72698: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa695100>\r\n<<<\n 7519 1726888138.72712: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.72738: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.72758: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.72795: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa693580>\r\n<<<\n 7519 1726888138.72817: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.72821: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa693640>\r\n<<<\n 7519 1726888138.72838: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.72857: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.72894: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa692c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaad62820>\r\n<<<\n 7519 1726888138.72915: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72920: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afd49d0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.72924: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888138.72926: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.72929: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888138.72944: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888138.72979: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa717af0>\r\n<<<\n 7519 1726888138.72982: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.73031: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888138.73257: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7169d0>\r\n<<<\n 7519 1726888138.73262: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa687850>\r\n<<<\n 7519 1726888138.73289: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa717520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa74fac0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.73295: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.73299: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.73332: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.73458: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888138.73462: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.73559: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.73662: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.73665: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.73703: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.73766: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.73805: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.73849: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888138.73854: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.73904: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.74008: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.74012: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.74044: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.74081: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.74121: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.74256: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.74449: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888138.74492: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888138.74594: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888138.74626: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ab3e610>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.74630: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.74643: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888138.74765: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.74777: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888138.74835: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa259d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa663550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa656fd0>\r\n<<<\n 7519 1726888138.74876: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.74880: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888138.74883: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.74886: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.75030: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.75035: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.75038: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888138.75050: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.75148: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888138.75152: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa70b9d0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.75155: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5ab7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afde610>\r\n<<<\n 7519 1726888138.75188: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.75325: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.75376: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.75398: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.75442: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888138.75468: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888138.75532: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888138.75535: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.75546: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888138.75638: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af38c70>\r\n<<<\n 7519 1726888138.75662: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1cbb0>\r\n<<<\n 7519 1726888138.75749: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af197f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.75784: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\n<<<\n 7519 1726888138.75787: stdout chunk (state=3):\n>>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888138.76015: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.76019: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888138.76021: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.76025: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.76030: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n<<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.76037: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.76043: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76045: _low_level_execute_command(): starting\n 7519 1726888138.76047: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888138.76052: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888138.76057: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n<<<\n 7519 1726888138.76059: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888138.76061: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76063: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76065: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.76108: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888138.76114: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76143: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76254: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888138.76257: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.76260: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76304: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76331: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888138.76337: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76511: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76666: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4aad4100>\r\n<<<\n 7519 1726888138.76706: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888138.76743: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888138.76746: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888138.76850: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_lib_name\", \"value\": \"files\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888138.76855: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa259610>\r\n<<<\n 7519 1726888138.76885: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76890: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.76966: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888138.76977: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.77024: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.77051: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888138.77201: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n<<<\n 7519 1726888138.77231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.77241: stdout chunk (state=3):\n>>># cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888138.77279: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888138.77308: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.77382: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa79e7f0>\r\n<<<\n 7519 1726888138.77472: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa716610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.77566: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888138.77574: stdout chunk (state=3):\n>>># destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888138.77838: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.77842: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888138.77862: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888138.77867: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888138.77916: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa66fc70>\r\n<<<\n 7519 1726888138.77934: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa654bb0>\r\n<<<\n 7519 1726888138.78060: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n<<<\n 7519 1726888138.78103: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888138.78153: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6527f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888138.78170: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.78254: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888138.78280: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.78289: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.78459: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888138.78464: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.78471: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.78516: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb583a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb32850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb70880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb08d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb32d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baaeeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab1f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baa7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baad640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baae370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba30dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba308b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89d30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba82610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba96670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab5e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba42c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba96280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7fa370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7fa460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba4afa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b72e1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7e5c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b741af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b741e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b752730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b752c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6df3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b741f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6f0280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7525b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6f0340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba429d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b6a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70bca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b7191f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b8e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b700a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba425b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70ba90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0b4b648670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afed7f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5c2760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5c2400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c27c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afd3850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afd34c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afd3670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af8eb20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5bcd30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5bc190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af4ca90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af89310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b561970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b592d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af4e9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5d0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b567700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af5d100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5b580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5b640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5ac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b648820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afe0af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afde9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af50850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afe0520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b55cac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ab3ed30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af3f550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1ffd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afd49d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ab3e610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5ab7f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afde610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af38c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1cbb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af197f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4aad4100>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_lib_name\", \"value\": \"files\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888138.79034: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb32850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb70880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb08d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb32d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baaeeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baa7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baad640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba30dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba308b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba82610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba96670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba42c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba96280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7fa460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba4afa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b72e1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7e5c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b741af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b741e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b752730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b752c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6df3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b741f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6f0280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7525b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6f0340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba429d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70bca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b7191f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b8e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b700a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba425b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70ba90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0b4b648670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afed7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5c2760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5c2400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c27c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afd3850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afd34c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afd3670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af8eb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5bcd30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5bc190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af4ca90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af89310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b561970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b592d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af4e9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5d0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b567700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af5d100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5b580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5b640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b648820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afe0af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afde9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af50850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afe0520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b55cac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ab3ed30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af3f550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afd49d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ab3e610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5ab7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afde610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af38c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1cbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af197f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4aad4100>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_lib_name\", \"value\": \"files\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888138.82255: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.82260: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa1ec100>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_lib_name\", \"value\": \"files\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888138.82264: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_lib_name', 'value': 'files', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888138.3273435-7919-100916507561445/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888138.82268: _low_level_execute_command(): starting\n 7519 1726888138.82281: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888138.82300: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.82305: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888138.82315: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.82326: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.82330: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.82332: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.82335: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.82337: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.82340: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n<<<\n 7519 1726888138.82342: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.82345: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n<<<\n 7519 1726888138.82348: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.82350: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.82353: stdout chunk (state=3):\n>>># cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n<<<\n 7519 1726888138.82356: stdout chunk (state=3):\n>>># cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n<<<\n 7519 1726888138.82368: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.82383: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888138.82387: stdout chunk (state=3):\n>>># cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n<<<\n 7519 1726888138.83065: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888138.83069: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888138.83072: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.83075: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.83077: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.83080: stdout chunk (state=3):\n>>># cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888138.83082: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.83084: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888138.83086: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888138.83092: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888138.83094: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888138.83096: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.83099: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.83101: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888138.83104: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888138.83107: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888138.83109: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888138.83116: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888138.83124: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888138.83127: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888138.83129: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888138.83130: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888138.83132: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888138.83137: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888138.83140: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888138.83143: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888138.83146: stdout chunk (state=3):\n>>># destroy array\r\n# destroy datetime\r\n<<<\n 7519 1726888138.83148: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888138.83153: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888138.83155: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888138.83158: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888138.83160: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888138.83163: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n<<<\n 7519 1726888138.83166: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n<<<\n 7519 1726888138.83168: stdout chunk (state=3):\n>>># destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888138.83171: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n<<<\n 7519 1726888138.83188: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n<<<\n 7519 1726888138.83191: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888138.83193: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888138.83196: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888138.83198: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.83200: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab257850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab295880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab22dd90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab257d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafadeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb1f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafa7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafaf640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafad370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf30dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf308b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89d30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf83610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf97670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb5e20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf42c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf97280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb9d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf16370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf16460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf4bfa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae4a1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf00c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae5caf0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae5ce20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6e730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6ec70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaadfb3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae5cf10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae0b280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6e5b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae0b340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf429d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae276a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae27760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae351f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae278e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae1ba30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf425b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae27a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7effaad62670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7257f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7b6760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7b6400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b67c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6a47c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6a4b50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6a49a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6c5b20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7afd30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7af190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa721a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6bf310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa754970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa785d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6869a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6950d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa75a700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa695100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa693580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa693640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa692c70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaad62820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa717af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7169d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa687850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa717520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa74fac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa259d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa663550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa656fd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa70b9d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa259610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa79e7f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa716610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa66fc70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa654bb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6527f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa1ec100>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_lib_name\", \"value\": \"files\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888138.85251: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab257850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab295880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab22dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab257d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafadeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafa7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafaf640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf30dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf308b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89d30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf83610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf97670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf42c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf97280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf16370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf16460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf4bfa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae4a1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf00c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae5caf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae5ce20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6e730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6ec70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaadfb3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae5cf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae0b280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6e5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae0b340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf429d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae276a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae27760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae351f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae278e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae1ba30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf425b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae27a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7effaad62670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7257f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7b6760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7b6400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b67c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6a47c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6a4b50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6a49a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6c5b20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7afd30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7af190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa721a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6bf310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa754970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa785d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6869a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6950d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa75a700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa695100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa693580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa693640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa692c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaad62820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa717af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7169d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa687850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa717520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa74fac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa259d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa663550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa656fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa70b9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa259610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa79e7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa716610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa66fc70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa654bb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6527f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa1ec100>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_lib_name\", \"value\": \"files\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888138.89585: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.89588: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888138.89591: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.89594: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 7519 1726888138.89596: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 7519 1726888138.91255: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888138.91387: stdout chunk (state=3):\n>>>import 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d183a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cf2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d30880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cf2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888138.91397: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.91401: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.91405: stdout chunk (state=3):\n>>><<<\n 7519 1726888138.91409: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_lib_name', 'value': 'files', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888138.3147054-7913-101759942519615/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888138.91417: _low_level_execute_command(): starting\n 7519 1726888138.91421: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/ > /dev/null 2>&1 && sleep 0'\"'\"''\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.92364: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.92369: handler run complete\n 7519 1726888138.92371: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888138.92374: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888138.92375: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888138.92853: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888138.92895: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888138.92899: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888138.92902: attempt loop complete, returning result\n 7519 1726888138.92904: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888138.92906: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888138.92994: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c93eb0>\r\n<<<\n 7519 1726888138.92998: variable 'item' from source: unknown\n 7519 1726888138.93002: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c96f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888138.93005: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888138.93008: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888138.93011: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888138.93017: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888138.93020: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888138.93026: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888138.93029: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c8c610>\r\n<<<\n 7519 1726888138.93032: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c92640>\r\n<<<\n 7519 1726888138.93035: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c93370>\r\n<<<\n 7519 1726888138.93038: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888138.93043: variable 'item' from source: unknown\n 7519 1726888138.93045: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\nok: [managed_node2] => (item={'key': 'proxy_lib_name', 'value': 'files'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"proxy_lib_name\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"domain/nssfiles\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"files\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"proxy_lib_name\",\n \"value\": \"files\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888138.93999: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888138.94002: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94005: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888138.94008: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94011: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888138.94017: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888138.94020: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe19d5dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d58b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5eb0>\r\n<<<\n 7519 1726888138.94024: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888138.94027: variable 'omit' from source: magic vars\n 7519 1726888138.94029: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94032: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 7519 1726888138.94034: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5f70>\r\n<<<\n 7519 1726888138.94036: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94038: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5e80>\r\nimport '_collections' # \r\n<<<\n 7519 1726888138.94041: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6ed30>\r\n<<<\n 7519 1726888138.94044: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888138.94046: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c67610>\r\n<<<\n 7519 1726888138.94049: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n<<<\n 7519 1726888138.94051: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c7b670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c9ae20>\r\n<<<\n 7519 1726888138.94056: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n<<<\n 7519 1726888138.94059: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94062: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe19e7c70>\r\n<<<\n 7519 1726888138.94064: stdout chunk (state=3):\n>>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6e250>\r\n<<<\n 7519 1726888138.94067: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.94069: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe1c7b280>\r\n<<<\n 7519 1726888138.94072: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca09d0>\r\n<<<\n 7519 1726888138.94075: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888138.94077: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94080: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n<<<\n 7519 1726888138.94082: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94084: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888138.94087: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94089: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7fa0>\r\n<<<\n 7519 1726888138.94640: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7d90>\r\n<<<\n 7519 1726888138.94644: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94647: stdout chunk (state=3):\n>>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7d00>\r\n<<<\n 7519 1726888138.94649: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888138.94651: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94653: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888138.94655: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888138.94657: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888138.94659: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94661: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94663: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19ba370>\r\n<<<\n 7519 1726888138.94665: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888138.94667: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888138.94669: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19ba460>\r\n<<<\n 7519 1726888138.94670: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888138.94672: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888138.94674: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888138.94676: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888138.94678: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888138.94680: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888138.94681: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888138.94683: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888138.94742: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888138.94864: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888138.94901: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888138.94904: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19effa0>\r\n<<<\n 7519 1726888138.94906: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888138.94909: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888138.95250: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18ee1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19a5c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1901af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe1901e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1912730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1912c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18aa3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1901f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18bb280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19125b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18bb340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d66a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d6760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18e41f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d68e0>\r\n<<<\n 7519 1726888138.95383: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18cba30>\r\n<<<\n 7519 1726888138.95387: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888138.95751: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888138.95782: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d6a90>\r\n<<<\n 7519 1726888138.95785: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888138.95787: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3fe1813670>\r\n<<<\n 7519 1726888138.95794: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888138.95908: stderr chunk (state=3):\n>>><<<\n 7519 1726888138.95912: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888138.95924: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888138.95927: handler run complete\n 7519 1726888138.95929: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.95932: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888138.95934: attempt loop complete, returning result\n 7519 1726888138.96117: variable 'item' from source: unknown\n 7519 1726888138.96120: variable 'item' from source: unknown\nok: [managed_node1] => (item={'key': 'proxy_lib_name', 'value': 'files'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"proxy_lib_name\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"domain/nssfiles\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"files\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"proxy_lib_name\",\n \"value\": \"files\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888138.97217: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888138.97220: variable 'omit' from source: magic vars\n 7519 1726888138.97381: variable 'omit' from source: magic vars\n 7519 1726888138.97488: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888138.97494: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888138.97584: variable 'item' from source: unknown\n 7519 1726888138.97589: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888138.97592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888138.97594: variable 'omit' from source: magic vars\n 7519 1726888138.97715: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888138.97720: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888138.97725: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888138.97729: variable 'item' from source: unknown\n 7519 1726888138.97732: variable 'omit' from source: magic vars\n 7519 1726888138.97735: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.97738: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.97741: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888138.97744: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.97943: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888138.98091: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888138.98228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888138.98275: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.98278: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11ad7f0>\r\n<<<\n 7519 1726888138.98281: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n<<<\n 7519 1726888138.98284: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888138.98287: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888138.98291: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888138.98294: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888138.98296: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888138.98299: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.98302: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe178d760>\r\n<<<\n 7519 1726888138.99740: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d640>\r\n<<<\n 7519 1726888138.99803: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d370>\r\n<<<\n 7519 1726888138.99827: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888138.99831: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888138.99835: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d490>\r\n<<<\n 7519 1726888138.99838: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d190>\r\n<<<\n 7519 1726888138.99842: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888138.99845: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.99847: stdout chunk (state=3):\n>>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe178d400>\r\n<<<\n 7519 1726888138.99849: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888138.99851: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888138.99853: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888138.99855: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d7c0>\r\n<<<\n 7519 1726888138.99858: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888138.99861: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888138.99863: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888138.99865: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888138.99867: Set connection var ansible_pipelining to False\n 7519 1726888138.99869: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888138.99871: Set connection var ansible_shell_type to sh\n 7519 1726888138.99873: Set connection var ansible_timeout to 10\n 7519 1726888138.99880: Set connection var ansible_connection to ssh\n 7519 1726888138.99882: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888138.99884: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11ae850>\r\n<<<\n 7519 1726888138.99888: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.99891: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11ae4c0>\r\n<<<\n 7519 1726888138.99894: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888138.99897: variable 'omit' from source: magic vars\n 7519 1726888138.99900: variable 'omit' from source: magic vars\n 7519 1726888138.99902: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888138.99904: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11ae670>\r\n<<<\n 7519 1726888138.99906: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888138.99909: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888138.99944: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe114eb20>\r\n<<<\n 7519 1726888138.99947: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888138.99949: variable 'ansible_connection' from source: unknown\n 7519 1726888138.99951: variable 'ansible_module_compression' from source: unknown\n 7519 1726888138.99953: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1787d30>\r\n<<<\n 7519 1726888138.99956: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888138.99958: variable 'ansible_shell_type' from source: unknown\n 7519 1726888138.99960: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888138.99962: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888138.99964: variable 'ansible_pipelining' from source: unknown\n 7519 1726888138.99966: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888138.99971: variable 'ansible_timeout' from source: unknown\n 7519 1726888138.99973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888138.99975: variable 'item' from source: unknown\n 7519 1726888138.99977: variable 'item' from source: unknown\n 7519 1726888138.99979: variable 'omit' from source: magic vars\n 7519 1726888138.99981: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.99983: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.99985: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888138.99987: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888138.99989: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888138.99991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888138.99993: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d520>\r\n<<<\n 7519 1726888138.99995: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888138.99997: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888139.00001: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888139.00003: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1787190>\r\n<<<\n 7519 1726888139.00005: Set connection var ansible_pipelining to False\n 7519 1726888139.00007: Set connection var ansible_shell_type to sh\n 7519 1726888139.00009: Set connection var ansible_timeout to 10\n 7519 1726888139.00012: Set connection var ansible_connection to ssh\n 7519 1726888139.00017: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888139.00067: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888139.00144: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888139.00149: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888139.00151: variable 'ansible_connection' from source: unknown\n 7519 1726888139.00154: variable 'ansible_module_compression' from source: unknown\n 7519 1726888139.00156: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n<<<\n 7519 1726888139.00158: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888139.00161: variable 'ansible_shell_type' from source: unknown\n 7519 1726888139.00163: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888139.00166: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888139.00168: variable 'ansible_pipelining' from source: unknown\n 7519 1726888139.00171: variable 'ansible_timeout' from source: unknown\n 7519 1726888139.00173: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888139.00176: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888139.00178: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888139.00180: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n<<<\n 7519 1726888139.00183: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888139.00185: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1127a90>\r\n<<<\n 7519 1726888139.00188: 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__) (found_in_cache=True, class_only=False)\n 7519 1726888139.00190: variable 'omit' from source: magic vars\n 7519 1726888139.00192: starting attempt loop\n 7519 1726888139.00195: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dde80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dd880>\r\n<<<\n 7519 1726888139.00197: running the handler\n 7519 1726888139.00200: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1149310>\r\n<<<\n 7519 1726888139.00202: _low_level_execute_command(): starting\n 7519 1726888139.00204: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.00206: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.00208: stdout chunk (state=3):\n>>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11dd970>\r\n<<<\n 7519 1726888139.00211: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n 7519 1726888139.00216: 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__) (found_in_cache=True, class_only=False)\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888139.00221: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe175dd30>\r\n<<<\n 7519 1726888139.00225: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888139.00227: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888139.00229: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888139.00233: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888139.00235: variable 'omit' from source: magic vars\n 7519 1726888139.00237: starting attempt loop\n 7519 1726888139.00239: running the handler\n 7519 1726888139.00241: _low_level_execute_command(): starting\n 7519 1726888139.00243: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe110e9a0>\r\n<<<\n 7519 1726888139.00245: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e50>\r\n<<<\n 7519 1726888139.00247: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n 7519 1726888139.00249: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888139.00251: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888139.00253: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111d0d0>\r\n<<<\n 7519 1726888139.00255: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e20>\r\n<<<\n 7519 1726888139.00257: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888139.00261: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.00264: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888139.00266: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888139.00318: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11e3700>\r\n<<<\n 7519 1726888139.00367: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe111d100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111b580>\r\n<<<\n 7519 1726888139.00394: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.00397: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111b640>\r\n<<<\n 7519 1726888139.00399: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.00402: stdout chunk (state=3):\n>>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111ac70>\r\n<<<\n 7519 1726888139.00405: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1813820>\r\n<<<\n 7519 1726888139.00407: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888139.00409: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888139.00431: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.00436: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11a0af0>\r\n<<<\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888139.00444: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.00446: stdout chunk (state=3):\n>>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe119e9d0>\r\n<<<\n 7519 1726888139.00449: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe110f850>\r\n<<<\n 7519 1726888139.00451: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.00453: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.00458: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.00538: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.00732: stdout chunk (state=3):\n>>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11a0520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11d8ac0>\r\n<<<\n 7519 1726888139.00738: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.00741: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.00744: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.00746: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.00749: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888139.00756: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.00758: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888139.00760: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888139.00762: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888139.00764: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.00766: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.00768: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.00770: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.00772: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.00774: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888139.00776: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888139.00778: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888139.00780: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.00782: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.00784: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.00785: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.00787: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.00789: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888139.00791: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888139.00793: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.00794: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888139.00796: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888139.00800: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.00802: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.00803: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.01098: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.01102: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.01106: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888139.01109: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.01111: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.01116: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888139.01145: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.01441: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888139.01948: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.01955: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.02045: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888139.02048: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888139.02087: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888139.02111: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.02117: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888139.02121: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.02192: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.02216: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888139.02218: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.02220: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888139.02273: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.02276: stdout chunk (state=3):\n>>><<<\n 7519 1726888139.02282: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.02305: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.02318: _low_level_execute_command(): starting\n 7519 1726888139.02321: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438 `\" && echo ansible-tmp-1726888139.023064-7913-102360592806438=\"` echo /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438 `\" && echo ansible-tmp-1726888139.023064-7913-102360592806438=\"` echo /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438 `\" ) && sleep 0'\"'\"''\n 7519 1726888139.03015: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.03027: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.03073: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888139.03113: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 7519 1726888139.03127: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888139.03146: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888139.03149: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888139.03193: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888139.03199: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.03216: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888139.03234: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.03250: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.03270: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.03290: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.03293: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.03297: stdout chunk (state=3):\n>>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe0d13d30>\r\n<<<\n 7519 1726888139.03326: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888139.03341: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888139.03353: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888139.03371: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.03418: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.03445: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.03462: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888139.03465: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.03467: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888139.03485: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888139.03488: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10e8550>\r\n<<<\n 7519 1726888139.03501: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888139.03505: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dffd0>\r\n<<<\n 7519 1726888139.03519: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888139.03544: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.03600: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888139.03621: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.03626: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.03643: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.03665: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.03671: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.03704: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888139.03733: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.03794: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888139.03855: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888139.03877: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.03905: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.03929: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888139.03952: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888139.03965: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888139.03988: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.04005: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.04009: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888139.04039: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.04116: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888139.04327: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888139.04371: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11949d0>\r\n<<<\n 7519 1726888139.04391: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.05447: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.05717: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888139.05878: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.05890: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.05892: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.05941: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.05964: _low_level_execute_command(): starting\n 7519 1726888139.05972: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799 `\" && echo ansible-tmp-1726888139.0595171-7919-83401185525799=\"` echo /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799 `\" && echo ansible-tmp-1726888139.0595171-7919-83401185525799=\"` echo /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799 `\" ) && sleep 0'\"'\"''\n 7519 1726888139.06285: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.06288: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.06352: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.06482: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.06612: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888139.06634: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.06678: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.06715: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 7519 1726888139.06718: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888139.06721: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.06725: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.06729: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888139.06740: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.06811: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.06896: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.06959: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.06997: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.07045: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888139.07074: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.07094: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.07142: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888139.07157: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.07209: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.07275: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888139.07290: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.07348: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888139.07395: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888139.07483: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.07503: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888139.07588: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.07605: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.07624: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.07643: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.07656: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.07705: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888139.07718: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888139.07733: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888139.07748: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.07761: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.07782: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.07798: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.08032: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.08469: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888139.08472: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe0d13610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.08486: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888139.08519: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888139.08528: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888139.08530: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\n<<<\n 7519 1726888139.08543: stdout chunk (state=3):\n>>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888139.08567: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.08572: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888139.08604: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.08607: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.08628: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.08642: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.08659: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888139.08684: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888139.08690: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.08712: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888139.08727: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.08747: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.08769: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py<<<\n 7519 1726888139.08772: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888139.08786: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.08809: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.08826: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.08862: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.08937: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888139.08940: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.08956: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888139.08969: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.08994: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.09013: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888139.09031: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888139.09052: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888139.09065: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.09081: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888139.09127: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.09132: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.09170: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888139.09245: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888139.09301: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.09439: stdout chunk (state=3):\n>>>ansible-tmp-1726888139.023064-7913-102360592806438=/root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438\n<<<\n 7519 1726888139.09549: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe17767f0>\r\n<<<\n 7519 1726888139.09629: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe119e610>\r\n<<<\n 7519 1726888139.09679: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.09701: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\n<<<\n 7519 1726888139.09718: stdout chunk (state=3):\n>>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.09741: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.09743: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888139.023064-7913-102360592806438=/root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.09878: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888139.023064-7913-102360592806438=/root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.09915: variable 'ansible_module_compression' from source: unknown\n 7519 1726888139.09958: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888139.09987: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888139.10006: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888139.10228: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjotpwgr4 TO /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py\n 7519 1726888139.10235: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.10333: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888139.10479: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888139.10485: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888139.10536: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888139.10682: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10f8c70>\r\n<<<\n 7519 1726888139.10811: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dcbb0>\r\n<<<\n 7519 1726888139.10965: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10d97f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888139.10978: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.11041: Sending initial data\n 7519 1726888139.11058: Sent initial data (154 bytes)\n 7519 1726888139.11066: stdout chunk (state=3):\n>>>ansible-tmp-1726888139.0595171-7919-83401185525799=/root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799\n<<<\n 7519 1726888139.11069: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.11087: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888139.11253: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888139.11257: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.11261: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.11263: stdout chunk (state=3):\n>>><<<\n 7519 1726888139.11268: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.11270: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.11272: stdout chunk (state=3):\n>>>import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n<<<\n<10.31.42.160> (0, b'ansible-tmp-1726888139.0595171-7919-83401185525799=/root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.11306: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.11309: stdout chunk (state=3):\n>>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n<<<\n 7519 1726888139.11432: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888139.0595171-7919-83401185525799=/root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.11438: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.11441: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.11446: stdout chunk (state=3):\n>>>import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n<<<\n 7519 1726888139.11448: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.11450: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.11452: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n<<<\n 7519 1726888139.11454: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.11543: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.11546: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n<<<\n 7519 1726888139.11549: variable 'ansible_module_compression' from source: unknown\n 7519 1726888139.11551: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.11552: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888139.11629: variable 'ansible_facts' from source: host vars for 'managed_node2'\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888139.11639: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp5dfx_gxx TO /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888139.11870: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.12088: Sending initial data\n 7519 1726888139.12098: Sent initial data (154 bytes)\n 7519 1726888139.12342: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.12546: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe0ca3100>\r\n<<<\n 7519 1726888139.12776: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_lib_name\", \"value\": \"files\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n<<<\n 7519 1726888139.12783: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888139.13312: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n<<<\n 7519 1726888139.13398: stdout chunk (state=3):\n>>># clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs<<<\n 7519 1726888139.13523: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n<<<\n 7519 1726888139.13610: stdout chunk (state=3):\n>>># cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n<<<\n 7519 1726888139.13740: stdout chunk (state=3):\n>>># cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n<<<\n 7519 1726888139.13884: stdout chunk (state=3):\n>>># cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n<<<\n 7519 1726888139.13902: stdout chunk (state=3):\n>>># cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n<<<\n 7519 1726888139.13965: stdout chunk (state=3):\n>>># cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n<<<\n 7519 1726888139.14008: stdout chunk (state=3):\n>>># cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n<<<\n 7519 1726888139.14017: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888139.14544: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888139.14606: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888139.14668: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888139.14947: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888139.15067: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 7519 1726888139.15144: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 7519 1726888139.15489: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n<<<\n 7519 1726888139.15494: stdout chunk (state=3):\n>>># cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888139.15610: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1<<<\n 7519 1726888139.15665: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 7519 1726888139.15781: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket<<<\n 7519 1726888139.15930: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.16044: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.16066: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.16084: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.16102: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.16142: stdout chunk (state=3):\n>>>\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888139.16159: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888139.16258: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888139.16301: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888139.16334: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.16413: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.16428: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.16452: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.16484: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.16532: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.16536: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.16538: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.16569: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.16632: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888139.16647: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888139.16657: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888139.16668: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.16680: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.16699: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.16702: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888139.16707: stdout chunk (state=3):\n>>><<<\n 7519 1726888139.16712: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.16726: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.16738: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888139.16758: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888139.16823: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d183a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cf2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d30880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cc8d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cf2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c93eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c96f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c8c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c92640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c93370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe19d5dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d58b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6ed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c67610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c7b670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c9ae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe19e7c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6e250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe1c7b280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca09d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19ba370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19ba460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19effa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18ee1c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19a5c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca0040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1901af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe1901e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1912730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1912c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18aa3a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1901f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18bb280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19125b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18bb340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e79d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d66a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d6760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18e41f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d68e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18cba30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e75b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d6a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3fe1813670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11ad7f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe178d760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe178d400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d7c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11ae850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11ae4c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11ae670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe114eb20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1787d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1787190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1127a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dde80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dd880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1149310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11dd970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe175dd30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe110e9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111d0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11e3700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe111d100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111b580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111b640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111ac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1813820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11a0af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe119e9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe110f850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11a0520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11d8ac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe0d13d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10e8550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dffd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11949d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe0d13610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe17767f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe119e610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10f8c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dcbb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10d97f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe0ca3100>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_lib_name\", \"value\": \"files\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888139.18317: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d183a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cf2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d30880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cf2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c93eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c96f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c8c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c92640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c93370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe19d5dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d58b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6ed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c67610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c7b670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c9ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe19e7c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6e250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe1c7b280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19ba370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19ba460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19effa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18ee1c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19a5c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1901af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe1901e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1912730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1912c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18aa3a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1901f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18bb280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19125b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18bb340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d66a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d6760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18e41f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d68e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18cba30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d6a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3fe1813670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11ad7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe178d760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe178d400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d7c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11ae850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11ae4c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11ae670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe114eb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1787d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1787190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1127a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dde80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dd880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1149310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11dd970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe175dd30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe110e9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111d0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11e3700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe111d100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111b580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111b640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1813820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11a0af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe119e9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe110f850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11a0520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11d8ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe0d13d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10e8550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11949d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe0d13610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe17767f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe119e610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10f8c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dcbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10d97f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe0ca3100>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_lib_name\", \"value\": \"files\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888139.24179: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.24182: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.24185: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.24850: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_lib_name', 'value': 'files', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888138.4935753-7927-275873288718646/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888139.24862: _low_level_execute_command(): starting\n 7519 1726888139.24865: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888139.24884: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.24887: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888139.24889: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888139.24892: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888139.24898: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888139.24900: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888139.24902: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888139.24904: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888139.24911: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888139.24917: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888139.24920: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjotpwgr4\r\n<<<\n 7519 1726888139.24924: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp5dfx_gxx\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888139.24928: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp5dfx_gxx /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py\n<<<\n 7519 1726888139.24930: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjotpwgr4 /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py\n<<<\n 7519 1726888139.24932: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888139.24934: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122961\r\n<<<\n 7519 1726888139.24937: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122961\r\n<<<\n 7519 1726888139.24939: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122961 bytes at 0\r\n<<<\n 7519 1726888139.24941: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888139.24943: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.24945: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.24947: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjotpwgr4 /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjotpwgr4\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122961\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122961 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888139.24952: done transferring module to remote\n 7519 1726888139.24954: _low_level_execute_command(): starting\n 7519 1726888139.24955: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/ /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/ /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888139.25018: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122961 bytes at 0\r\n<<<\n 7519 1726888139.25024: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888139.25038: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888139.25040: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.25043: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.25045: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp5dfx_gxx /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp5dfx_gxx\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122961\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122961 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888139.25109: done transferring module to remote\n 7519 1726888139.25112: _low_level_execute_command(): starting\n 7519 1726888139.25157: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/ /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/ /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888139.25205: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.25229: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.25233: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.25256: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888139.25284: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888139.25288: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.25291: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.25293: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.25296: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888139.25298: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.25340: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888139.25357: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.25360: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.25363: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888139.25365: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 7519 1726888139.25367: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.25369: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.25564: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.25574: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.25577: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.25680: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.25762: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.25766: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.25768: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888139.25772: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.25799: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888139.26108: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.26111: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.26113: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.26115: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.26117: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.26119: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888139.26121: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888139.26125: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888139.26127: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.26129: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.26131: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.26137: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.26140: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888139.26141: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888139.26145: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888139.26150: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.26152: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.26154: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.26156: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.26158: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888139.26160: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888139.26162: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888139.26164: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.26166: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.26168: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.26170: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.26171: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888139.26173: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888139.26175: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.26177: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.26179: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888139.26180: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888139.26182: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888139.26184: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.26186: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888139.26187: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.26189: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888139.26191: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.26193: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.26195: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.26201: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.26203: handler run complete\n 7519 1726888139.26205: attempt loop complete, returning result\n 7519 1726888139.26207: variable 'item' from source: unknown\n 7519 1726888139.26764: variable 'item' from source: unknown\nok: [managed_node3] => (item={'key': 'proxy_lib_name', 'value': 'files'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"proxy_lib_name\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"domain/nssfiles\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"files\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"proxy_lib_name\",\n \"value\": \"files\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888139.27417: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888139.27420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888139.27424: variable 'omit' from source: magic vars\n 7519 1726888139.27426: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.27428: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.27430: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.27438: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.27441: _low_level_execute_command(): starting\n 7519 1726888139.27443: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888139.27800: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.27804: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.27809: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.27848: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.27853: _low_level_execute_command(): starting\n 7519 1726888139.27856: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888139.28029: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888139.28033: Evaluated conditional (tlog_use_sssd | bool): True\n 7519 1726888139.28486: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888139.29126: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.29185: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.29195: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.29208: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.29238: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.29308: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888139.29317: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888139.29320: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888139.29332: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.29376: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.29386: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.29401: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.29412: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888139.29419: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888139.29428: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888139.29437: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.29446: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.29457: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.29464: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.29473: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888139.29484: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888139.29510: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888139.29516: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.29528: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.29536: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.29551: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.29556: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.29566: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.29576: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.29591: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.29602: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.29650: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888139.29702: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888139.29716: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888139.29725: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888139.29736: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888139.29739: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.29749: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.29771: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.29776: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888139.29785: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.29797: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888139.29810: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888139.29818: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888139.29825: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.29833: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.29838: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.29852: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.29860: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888139.29901: Evaluated conditional ('sssd' in ansible_facts.packages): True\n 7519 1726888139.30008: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.30018: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888139.30027: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.30030: variable 'omit' from source: magic vars\n 7519 1726888139.30051: variable 'omit' from source: magic vars\n 7519 1726888139.30124: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888139.30238: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.30242: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.30264: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888139.30380: variable '__tlog_sssd_conf' from source: role '' all vars\n 7519 1726888139.30499: variable 'item' from source: unknown\n 7519 1726888139.30574: variable 'item' from source: unknown\n 7519 1726888139.30592: variable 'omit' from source: magic vars\n 7519 1726888139.30609: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888139.30620: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888139.30630: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888139.30644: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888139.30648: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888139.30652: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888139.30710: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888139.30720: Set connection var ansible_pipelining to False\n 7519 1726888139.30738: Set connection var ansible_shell_type to sh\n 7519 1726888139.30759: Set connection var ansible_timeout to 10\n 7519 1726888139.30769: Set connection var ansible_connection to ssh\n 7519 1726888139.30777: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888139.30800: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888139.30825: variable 'ansible_connection' from source: unknown\n 7519 1726888139.30831: variable 'ansible_module_compression' from source: unknown\n 7519 1726888139.30834: variable 'ansible_shell_type' from source: unknown\n 7519 1726888139.30836: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888139.30838: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888139.30843: variable 'ansible_pipelining' from source: unknown\n 7519 1726888139.30888: variable 'ansible_timeout' from source: unknown\n 7519 1726888139.30892: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888139.31040: 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__) (found_in_cache=True, class_only=False)\n 7519 1726888139.31066: variable 'omit' from source: magic vars\n 7519 1726888139.31070: starting attempt loop\n 7519 1726888139.31078: running the handler\n 7519 1726888139.31116: _low_level_execute_command(): starting\n 7519 1726888139.31119: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888139.31925: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.32028: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # <<<\n 7519 1726888139.32033: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.32036: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888139.32134: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\n<<<\n 7519 1726888139.32192: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888139.32199: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888139.32266: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.32294: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888139.32347: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888139.32377: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3dc0>\r\n<<<\n 7519 1726888139.32445: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3b20>\r\n<<<\n 7519 1726888139.32528: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58490>\r\n<<<\n 7519 1726888139.32603: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888139.32619: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58670>\r\n<<<\n 7519 1726888139.32661: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888139.32745: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888139.32748: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888139.32764: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888139.32838: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f220>\r\n<<<\n 7519 1726888139.32841: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888139.32872: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888139.32877: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888139.32888: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb32850>\r\n<<<\n 7519 1726888139.32891: stdout chunk (state=3):\n>>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f940>\r\n<<<\n 7519 1726888139.32910: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb70880>\r\n<<<\n 7519 1726888139.32935: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888139.32939: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb08d90>\r\n<<<\n 7519 1726888139.33011: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\n<<<\n 7519 1726888139.33014: stdout chunk (state=3):\n>>>import '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb32d90>\r\n<<<\n 7519 1726888139.33068: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58970>\r\n<<<\n 7519 1726888139.33101: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888139.33297: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888139.33300: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888139.33363: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888139.33386: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888139.33403: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888139.33420: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad3eb0>\r\n<<<\n 7519 1726888139.33464: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad6f40>\r\n<<<\n 7519 1726888139.33488: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888139.33493: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888139.33624: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888139.33677: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888139.33681: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888139.34326: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888139.34368: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614facc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888139.34374: stdout chunk (state=3):\n>>>import 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888139.34379: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888139.34383: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888139.34386: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043dc0>\r\n<<<\n 7519 1726888139.34390: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd83a0>\r\n<<<\n 7519 1726888139.34392: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043b20>\r\n<<<\n 7519 1726888139.34396: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888139.34400: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fa55dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa558b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faaed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faa7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fabb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fadae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fa67c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faae250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fabb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888139.34402: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8490>\r\n<<<\n 7519 1726888139.34405: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\n<<<\n 7519 1726888139.34434: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8940>\r\n<<<\n 7519 1726888139.34441: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8670>\r\n<<<\n 7519 1726888139.34443: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888139.34446: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67d90>\r\n<<<\n 7519 1726888139.34449: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888139.34453: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888139.34509: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888139.34514: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py<<<\n 7519 1726888139.34538: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888139.34540: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888139.34560: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f190>\r\n<<<\n 7519 1726888139.34594: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888139.34600: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888139.34611: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888139.34614: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888139.34631: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888139.34647: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7fa460>\r\n<<<\n 7519 1726888139.34721: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f220>\r\n<<<\n 7519 1726888139.34757: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888139.34762: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.34765: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888139.34812: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa6ffa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69a30>\r\n<<<\n 7519 1726888139.34816: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69490>\r\n<<<\n 7519 1726888139.34819: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7db2850>\r\n<<<\n 7519 1726888139.34821: stdout chunk (state=3):\n>>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f940>\r\n<<<\n 7519 1726888139.34851: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888139.34856: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7df0880>\r\n<<<\n 7519 1726888139.34873: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888139.34889: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d88d90>\r\n<<<\n 7519 1726888139.34906: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7481c0>\r\n<<<\n 7519 1726888139.34978: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7db2d90>\r\n<<<\n 7519 1726888139.34998: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7e5c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae0040>\r\n<<<\n 7519 1726888139.35015: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888139.35040: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8970>\r\n<<<\n 7519 1726888139.35068: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n<<<\n 7519 1726888139.35087: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888139.35110: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f75baf0>\r\n<<<\n 7519 1726888139.35116: stdout chunk (state=3):\n>>>import 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.35174: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.35195: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f75be20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76c730>\r\n<<<\n 7519 1726888139.35214: stdout chunk (state=3):\n>>><<<\n 7519 1726888139.35243: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888139.35248: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.35463: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.35466: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76cc70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.35469: _low_level_execute_command(): starting\n 7519 1726888139.35472: stdout chunk (state=3):\n>>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f6f93a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f75bf10>\r\n<<<\n 7519 1726888139.35475: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809 `\" && echo ansible-tmp-1726888139.3529518-7927-165216796729809=\"` echo /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888139.35482: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809 `\" && echo ansible-tmp-1726888139.3529518-7927-165216796729809=\"` echo /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809 `\" ) && sleep 0'\"'\"''\n 7519 1726888139.35490: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888139.35492: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f70a280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76c5b0>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888139.35518: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888139.35526: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f70a340>\r\n<<<\n 7519 1726888139.35529: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888139.35533: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888139.35535: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888139.35568: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa679d0>\r\n<<<\n 7519 1726888139.35577: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d52eb0>\r\n<<<\n 7519 1726888139.35594: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f7256a0>\r\n<<<\n 7519 1726888139.35627: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d56f40>\r\n<<<\n 7519 1726888139.35647: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888139.35667: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888139.35683: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888139.35688: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888139.35701: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888139.35732: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888139.35735: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f725760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888139.35755: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888139.35759: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888139.35786: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d4c610>\r\n<<<\n 7519 1726888139.35803: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d54640>\r\n<<<\n 7519 1726888139.35817: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d52370>\r\n<<<\n 7519 1726888139.35848: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888139.35884: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725ca0>\r\n<<<\n 7519 1726888139.35938: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888139.35957: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f7331f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7258e0>\r\n<<<\n 7519 1726888139.35964: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888139.36004: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.36009: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f71aa30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa675b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888139.36039: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888139.36042: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888139.36077: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7cd5dc0>\r\n<<<\n 7519 1726888139.36080: stdout chunk (state=3):\n>>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd58b0>\r\n<<<\n 7519 1726888139.36100: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888139.36114: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f725a90>\r\n<<<\n 7519 1726888139.36143: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n<<<\n 7519 1726888139.36148: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5eb0>\r\n<<<\n 7519 1726888139.36177: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888139.36181: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888139.36206: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5f70>\r\n<<<\n 7519 1726888139.36212: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f614f65b670>\r\n<<<\n 7519 1726888139.36252: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n<<<\n 7519 1726888139.36255: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5e80>\r\n<<<\n 7519 1726888139.36279: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888139.36347: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2ed30>\r\n<<<\n 7519 1726888139.36354: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888139.36366: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d27610>\r\n<<<\n 7519 1726888139.36395: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.36451: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\n<<<\n 7519 1726888139.36455: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d3c670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d5ae20>\r\n<<<\n 7519 1726888139.36498: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888139.36537: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888139.36540: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.36543: stdout chunk (state=3):\n>>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7ce7c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2e250>\r\n<<<\n 7519 1726888139.36557: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.36587: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.36593: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7d3c280>\r\n<<<\n 7519 1726888139.36610: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d609d0>\r\n<<<\n 7519 1726888139.36627: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888139.36640: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888139.36664: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.36691: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888139.36712: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888139.36734: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7d90>\r\n<<<\n 7519 1726888139.36767: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7d00>\r\n<<<\n 7519 1726888139.36806: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888139.36810: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888139.36840: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n<<<\n 7519 1726888139.36846: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888139.36872: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888139.36942: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888139.36975: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n<<<\n 7519 1726888139.36979: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cbb370>\r\n<<<\n 7519 1726888139.36997: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888139.37018: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888139.37058: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cbb460>\r\n<<<\n 7519 1726888139.37278: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cf0fa0>\r\n<<<\n 7519 1726888139.37317: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9a30>\r\n<<<\n 7519 1726888139.37363: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9490>\r\n<<<\n 7519 1726888139.37369: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888139.37386: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888139.37417: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888139.37461: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888139.37475: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888139.37495: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bd51c0>\r\n<<<\n 7519 1726888139.37536: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ca5c70>\r\n<<<\n 7519 1726888139.37613: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9eb0>\r\n<<<\n 7519 1726888139.37628: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d60040>\r\n<<<\n 7519 1726888139.37664: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888139.37681: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888139.37720: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\n<<<\n 7519 1726888139.37725: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7be7af0>\r\n<<<\n 7519 1726888139.37745: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888139.37784: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7be7e20>\r\n<<<\n 7519 1726888139.37819: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.37853: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888139.37856: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888139.37859: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\n<<<\n 7519 1726888139.37884: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf9730>\r\n<<<\n 7519 1726888139.37904: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888139.37941: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888139.37970: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf9c70>\r\n<<<\n 7519 1726888139.38012: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b863a0>\r\n<<<\n 7519 1726888139.38028: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7be7f10>\r\n<<<\n 7519 1726888139.38051: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888139.38065: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888139.38089: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.38112: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.38128: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b96280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf95b0>\r\n<<<\n 7519 1726888139.38146: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 7519 1726888139.38165: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.38177: stdout chunk (state=3):\n>>># extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b96340>\r\n<<<\n 7519 1726888139.38215: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.38230: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce79d0>\r\n<<<\n 7519 1726888139.38242: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888139.38271: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.38282: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888139.38301: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888139.38319: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888139.38347: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.38358: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb26a0>\r\n<<<\n 7519 1726888139.38387: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888139.38443: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888139.38459: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb2760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2850>\r\n<<<\n 7519 1726888139.38482: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888139.38496: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888139.38514: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888139.38550: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.38572: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.38595: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.38616: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.38643: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888139.38665: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888139.38680: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888139.38696: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.38720: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.38745: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.38779: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.38782: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efed7f0>\r\n<<<\n 7519 1726888139.38800: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.38814: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888139.38840: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888139.38855: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888139.38877: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bc01f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb28e0>\r\n<<<\n 7519 1726888139.38898: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.38901: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5d4760>\r\n<<<\n 7519 1726888139.38932: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ba6a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce75b0>\r\n<<<\n 7519 1726888139.38935: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4640>\r\n<<<\n 7519 1726888139.38954: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4370>\r\n<<<\n 7519 1726888139.38972: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888139.38984: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888139.38998: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39028: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4190>\r\n<<<\n 7519 1726888139.39031: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888139.39048: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888139.39068: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5d4400>\r\n<<<\n 7519 1726888139.39083: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888139.39109: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb2a90>\r\n<<<\n 7519 1726888139.39114: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39144: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888139.39148: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d47c0>\r\n<<<\n 7519 1726888139.39183: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888139.39188: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888139.39191: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39205: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888139.39217: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39247: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37b7aef670>\r\n<<<\n 7519 1726888139.39250: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39270: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.39295: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.39324: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.39329: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efd3850>\r\n<<<\n 7519 1726888139.39369: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.39373: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efd34c0>\r\n<<<\n 7519 1726888139.39390: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efd3670>\r\n<<<\n 7519 1726888139.39414: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888139.39445: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39480: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef8eb20>\r\n<<<\n 7519 1726888139.39484: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ced30>\r\n<<<\n 7519 1726888139.39496: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.39579: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888139.39600: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888139.39621: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.39651: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.39656: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4520>\r\n<<<\n 7519 1726888139.39670: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39715: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ce190>\r\n<<<\n 7519 1726888139.39720: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.39759: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39762: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.39765: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39769: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888139.39818: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39825: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39829: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef67a90>\r\n<<<\n 7519 1726888139.39832: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.39869: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.39888: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef89310>\r\n<<<\n 7519 1726888139.39928: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888139.39932: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f573970>\r\n<<<\n 7519 1726888139.39969: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.39977: stdout chunk (state=3):\n>>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5a4d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888139.40000: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888139.40004: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888139.40044: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888139.40049: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888139.40073: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888139.40102: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.40107: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef4e9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace50>\r\n<<<\n 7519 1726888139.40144: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888139.40147: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888139.40168: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888139.40217: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.40221: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace20>\r\n<<<\n 7519 1726888139.40225: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888139.40253: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.40295: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888139.40300: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888139.40302: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888139.40352: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.40355: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f579700>\r\n<<<\n 7519 1726888139.40399: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888139.40497: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef5e100>\r\n<<<\n 7519 1726888139.40599: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5b580>\r\n<<<\n 7519 1726888139.40718: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5b640>\r\n<<<\n 7519 1726888139.40759: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f65b820>\r\n<<<\n 7519 1726888139.40765: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888139.40769: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888139.40773: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efe0af0>\r\n<<<\n 7519 1726888139.40928: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efde9d0>\r\n<<<\n 7519 1726888139.40937: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef50850>\r\n<<<\n 7519 1726888139.40974: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efe0520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f56eac0>\r\n<<<\n 7519 1726888139.41032: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.41035: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888139.41038: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.41095: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.41203: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888139.41218: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.41222: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888139.41229: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.41326: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.41424: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.41884: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.42158: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.42339: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888139.42349: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888139.42408: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888139.42411: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.42473: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614eb52d30>\r\n<<<\n 7519 1726888139.42539: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef28550>\r\n<<<\n 7519 1726888139.42591: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1ffd0>\r\n<<<\n 7519 1726888139.42606: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.42611: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.42620: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888139.42630: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.42745: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.42881: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888139.42921: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efd49d0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.43094: stdout chunk (state=3):\n>>>ansible-tmp-1726888139.3529518-7927-165216796729809=/root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809\n<<<\n 7519 1726888139.43301: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.43325: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.43328: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.43331: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888139.3529518-7927-165216796729809=/root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.43353: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888139.3529518-7927-165216796729809=/root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.43556: variable 'ansible_module_compression' from source: unknown\n 7519 1726888139.43560: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED\n 7519 1726888139.43718: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py\n 7519 1726888139.43729: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptiec5ep8 TO /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888139.43917: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.43940: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.44035: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.44053: Sending initial data\n 7519 1726888139.44065: Sent initial data (155 bytes)\n 7519 1726888139.44125: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.44159: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888139.44162: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79d87f0>\r\n<<<\n 7519 1726888139.44339: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n<<<\n 7519 1726888139.44358: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.44361: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888139.44364: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888139.44404: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.44432: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a69760>\r\n<<<\n 7519 1726888139.44445: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.44473: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888139.44511: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69640>\r\n<<<\n 7519 1726888139.44528: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888139.44592: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69370>\r\n<<<\n 7519 1726888139.44639: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888139.44643: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888139.44656: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614eb52610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.44794: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69490>\r\n<<<\n 7519 1726888139.44830: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69190>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888139.44851: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a69400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888139.44897: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.44902: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888139.44919: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.44953: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a697c0>\r\n<<<\n 7519 1726888139.44994: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888139.45062: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888139.45080: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888139.45232: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888139.45255: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.45265: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5bd7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efde610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.45324: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79577c0>\r\n<<<\n 7519 1726888139.45490: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7957b50>\r\n<<<\n 7519 1726888139.45725: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79579a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888139.45800: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7978b20>\r\n<<<\n 7519 1726888139.45820: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a62d30>\r\n<<<\n 7519 1726888139.45839: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef38c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1cbb0>\r\n<<<\n 7519 1726888139.45842: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1a7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888139.46081: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888139.46243: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.46247: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.46253: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.46310: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888139.46313: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.46345: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.46361: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888139.46744: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69520>\r\n<<<\n 7519 1726888139.46768: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a62190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888139.46805: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py<<<\n 7519 1726888139.46882: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79d4a90>\r\n<<<\n 7519 1726888139.46901: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614eae2790>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_pam_target\", \"value\": \"sssd-shadowutils\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888139.47027: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7972310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a07970>\r\n<<<\n 7519 1726888139.47242: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a38d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888139.47263: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79399a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888139.47338: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79480d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e20>\r\n<<<\n 7519 1726888139.47341: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888139.47348: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888139.48184: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888139.48207: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a0d700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7948100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7945580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7945640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7944c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7aef820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79caaf0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79c99d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b793a850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79ca520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a02ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.48225: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888139.48315: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.48376: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888139.48379: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.48437: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.48458: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888139.48475: stdout chunk (state=3):\n>>><<<\n 7519 1726888139.48478: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.48559: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb583a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb32850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb70880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb08d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb32d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad3eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614facc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad2640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad3370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fa55dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa558b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faaed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faa7610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fabb670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fadae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fa67c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faae250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fabb280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae09d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7fa370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7fa460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa6ffa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7481c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7e5c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae0040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f75baf0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f75be20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76c730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76cc70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f6f93a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f75bf10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f70a280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76c5b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f70a340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa679d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f7256a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f725760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f7331f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7258e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f71aa30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa675b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f725a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f614f65b670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efed7f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5d4760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5d4400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d47c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efd3850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efd34c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efd3670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef8eb20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ced30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ce190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef67a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef89310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f573970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5a4d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef4e9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5e0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f579700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef5e100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5b580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5b640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5ac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f65b820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efe0af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efde9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef50850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efe0520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f56eac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614eb52d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef28550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1ffd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efd49d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614eb52610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5bd7f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efde610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef38c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1cbb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1a7f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614eae2790>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_pam_target\", \"value\": \"sssd-shadowutils\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888139.48677: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb32850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb70880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb08d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb32d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad3eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614facc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fa55dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa558b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faaed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faa7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fabb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fadae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fa67c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faae250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fabb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7fa460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa6ffa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7481c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7e5c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f75baf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f75be20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76c730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76cc70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f6f93a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f75bf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f70a280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76c5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f70a340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f7256a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f725760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f7331f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7258e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f71aa30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa675b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f725a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f614f65b670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efed7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5d4760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5d4400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d47c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efd3850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efd34c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efd3670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef8eb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ced30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ce190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef67a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef89310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f573970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5a4d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef4e9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f579700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef5e100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5b580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5b640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f65b820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efe0af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efde9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef50850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efe0520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f56eac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614eb52d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef28550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efd49d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614eb52610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5bd7f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efde610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef38c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1cbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1a7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614eae2790>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_pam_target\", \"value\": \"sssd-shadowutils\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888139.50641: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888139.50644: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888139.50646: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.50649: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888139.50651: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_pam_target', 'value': 'sssd-shadowutils', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888139.0595171-7919-83401185525799/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888139.50653: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptiec5ep8\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888139.50655: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptiec5ep8 /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py\n<<<\n 7519 1726888139.50657: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py M:0x001a\r\n<<<\n 7519 1726888139.50659: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888139.50661: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888139.50662: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888139.50664: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.50666: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b6ff2d30>\r\n<<<\n 7519 1726888139.50668: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73ec550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73dffd0>\r\n<<<\n 7519 1726888139.50670: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888139.50671: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.50673: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.50675: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.50677: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122962\r\n<<<\n 7519 1726888139.50678: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.50680: _low_level_execute_command(): starting\n 7519 1726888139.50682: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888139.50689: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888139.50691: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79be9d0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.50693: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.50695: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122962 bytes at 0\r\n<<<\n 7519 1726888139.50697: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888139.50700: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888139.50702: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.50931: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.50936: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptiec5ep8 /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptiec5ep8\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122962\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122962 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888139.52060: done transferring module to remote\n 7519 1726888139.52063: _low_level_execute_command(): starting\n 7519 1726888139.52066: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/ /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/ /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888139.52106: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.52109: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.52112: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.52117: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.52119: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.52121: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.52153: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.52156: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.52159: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888139.52197: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888139.52201: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888139.52203: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.52206: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.52208: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.52210: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.52215: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888139.52217: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888139.52220: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888139.52224: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.52226: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.52229: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.52231: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.52233: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888139.52235: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888139.52242: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888139.52244: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.52248: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.52250: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.52252: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.52254: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.52256: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888139.52258: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888139.52260: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.52262: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.52264: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888139.52266: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888139.52268: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888139.52270: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.52337: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888139.52340: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.52342: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888139.52344: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888139.52350: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.52352: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.52354: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.52357: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888139.52359: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.52362: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.52364: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888139.52366: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888139.52368: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888139.52370: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888139.52372: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.52374: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.52376: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.52378: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.52380: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888139.52382: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888139.52384: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b6ff2610>\r\n<<<\n 7519 1726888139.52386: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888139.52388: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.52391: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.52478: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.52482: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.52485: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.52645: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888139.52651: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888139.52655: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888139.52659: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888139.52662: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.52702: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.52794: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888139.52797: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.52857: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.52925: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.53047: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.53156: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888139.53211: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.53475: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a517f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79c9610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.53549: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.53598: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.53625: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.53688: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888139.53693: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888139.53750: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888139.53946: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888139.53949: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888139.53951: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.53955: stdout chunk (state=3):\n>>><<<\n 7519 1726888139.53958: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.54060: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.54103: handler run complete\n 7519 1726888139.54125: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73f8c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73ddbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73db7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888139.54168: attempt loop complete, returning result\n 7519 1726888139.54180: variable 'item' from source: unknown\n 7519 1726888139.54225: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.54262: variable 'item' from source: unknown\n 7519 1726888139.54265: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n<<<\nok: [managed_node2] => (item={'key': 'proxy_pam_target', 'value': 'sssd-shadowutils'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"proxy_pam_target\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"domain/nssfiles\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"sssd-shadowutils\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"proxy_pam_target\",\n \"value\": \"sssd-shadowutils\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888139.54397: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n<<<\n 7519 1726888139.54401: dumping result to json\n 7519 1726888139.54404: done dumping result, returning\n 7519 1726888139.54407: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain [0ed44806-2f0b-c82f-f05a-00000000000f]\n 7519 1726888139.54410: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.54416: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f\n 7519 1726888139.54478: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.54726: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f\n 7519 1726888139.54729: WORKER PROCESS EXITING\n 7519 1726888139.54863: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.55030: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b6f85790>\r\n<<<\n 7519 1726888139.55034: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.55037: stdout chunk (state=3):\n>>><<<\n 7519 1726888139.55039: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.55051: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.55055: _low_level_execute_command(): starting\n 7519 1726888139.55058: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py && sleep 0'\"'\"''\n 7519 1726888139.55167: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_pam_target\", \"value\": \"sssd-shadowutils\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888139.55308: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888139.55328: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n<<<\n 7519 1726888139.55346: stdout chunk (state=3):\n>>># cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n<<<\n 7519 1726888139.55378: stdout chunk (state=3):\n>>># cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n<<<\n 7519 1726888139.55419: stdout chunk (state=3):\n>>># cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n<<<\n 7519 1726888139.55455: stdout chunk (state=3):\n>>># cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888139.55767: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888139.55770: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888139.55773: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n<<<\n 7519 1726888139.55775: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888139.56039: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n<<<\n 7519 1726888139.56042: stdout chunk (state=3):\n>>># cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888139.56044: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888139.56047: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888139.56258: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888139.56261: stdout chunk (state=3):\n>>># destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n<<<\n 7519 1726888139.56263: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888139.56290: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888139.56646: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888139.56650: stdout chunk (state=3):\n>>><<<\n 7519 1726888139.56654: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd83a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7db2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7df0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d88d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7db2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d52eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d56f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d4c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d54640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d52370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7cd5dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd58b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2ed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d27610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d3c670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d5ae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7ce7c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2e250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7d3c280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d609d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cbb370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cbb460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cf0fa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bd51c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ca5c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d60040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7be7af0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7be7e20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf9730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf9c70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b863a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7be7f10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b96280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf95b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b96340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce79d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb26a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb2760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bc01f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb28e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ba6a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce75b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb2a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37b7aef670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79d87f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a69760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a69400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a697c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79577c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7957b50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79579a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7978b20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a62d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a62190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79d4a90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7972310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a07970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a38d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79399a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79480d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a0d700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7948100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7945580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7945640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7944c70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7aef820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79caaf0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79c99d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b793a850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79ca520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a02ac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b6ff2d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73ec550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73dffd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79be9d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b6ff2610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a517f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79c9610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73f8c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73ddbb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73db7f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b6f85790>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_pam_target\", \"value\": \"sssd-shadowutils\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888139.57540: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd83a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7db2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7df0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d88d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7db2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d52eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d56f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d4c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d54640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d52370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7cd5dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd58b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2ed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d27610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d3c670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d5ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7ce7c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2e250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7d3c280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d609d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cbb370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cbb460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cf0fa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bd51c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ca5c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d60040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7be7af0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7be7e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf9730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf9c70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b863a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7be7f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b96280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf95b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b96340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb26a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb2760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bc01f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb28e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ba6a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb2a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37b7aef670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79d87f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a69760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a69400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a697c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79577c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7957b50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79579a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7978b20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a62d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a62190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79d4a90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7972310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a07970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a38d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79399a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79480d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a0d700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7948100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7945580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7945640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7944c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7aef820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79caaf0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79c99d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b793a850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79ca520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a02ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b6ff2d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73ec550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73dffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79be9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b6ff2610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a517f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79c9610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73f8c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73ddbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73db7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b6f85790>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_pam_target\", \"value\": \"sssd-shadowutils\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888139.59629: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.59633: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.59635: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_pam_target', 'value': 'sssd-shadowutils', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888139.023064-7913-102360592806438/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888139.59638: _low_level_execute_command(): starting\n 7519 1726888139.59640: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888139.59645: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888139.59649: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888139.59651: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.59653: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.59655: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888139.59658: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888139.59660: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888139.59662: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.59664: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888139.59666: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.59668: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888139.59670: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.59672: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.59674: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.59676: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.59678: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.59680: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.59682: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.59684: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.59761: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.60915: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.60918: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.60920: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.60924: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888139.60927: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888139.60929: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 7519 1726888139.60931: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 7519 1726888139.60967: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888139.60969: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888139.61007: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888139.61024: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888139.61088: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.61113: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888139.61118: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888139.61148: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3dc0>\r\n<<<\n 7519 1726888139.61207: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3b20>\r\n<<<\n 7519 1726888139.61271: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888139.61275: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3ac0>\r\n<<<\n 7519 1726888139.61337: stdout chunk (state=3):\n>>>import '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888139.61389: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n<<<\n 7519 1726888139.61426: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\n<<<\n 7519 1726888139.61447: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958670>\r\n<<<\n 7519 1726888139.61471: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888139.61492: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888139.61505: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888139.61534: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888139.61579: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f190>\r\n<<<\n 7519 1726888139.61593: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888139.61619: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888139.61713: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f220>\r\n<<<\n 7519 1726888139.61757: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888139.61786: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888139.61789: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812932850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f940>\r\n<<<\n 7519 1726888139.61843: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812970880>\r\n<<<\n 7519 1726888139.61907: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812908d90>\r\n<<<\n 7519 1726888139.61924: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812932d90>\r\n<<<\n 7519 1726888139.61976: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.61979: stdout chunk (state=3):\n>>><<<\n 7519 1726888139.61982: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.61993: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958970>\r\n<<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.62039: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.62043: handler run complete\n 7519 1726888139.62046: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888139.62240: attempt loop complete, returning result\n 7519 1726888139.62244: variable 'item' from source: unknown\n 7519 1726888139.62248: variable 'item' from source: unknown\nok: [managed_node1] => (item={'key': 'proxy_pam_target', 'value': 'sssd-shadowutils'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"proxy_pam_target\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"domain/nssfiles\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"sssd-shadowutils\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"proxy_pam_target\",\n \"value\": \"sssd-shadowutils\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888139.62734: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888139.62738: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d3eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888139.62741: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888139.62743: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888139.62745: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888139.62748: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888139.62750: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888139.62802: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888139.62805: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128cc610>\r\n<<<\n 7519 1726888139.62807: dumping result to json\n 7519 1726888139.62809: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d2640>\r\n<<<\n 7519 1726888139.62813: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d3370>\r\n<<<\n 7519 1726888139.62841: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888139.62846: done dumping result, returning\n 7519 1726888139.62849: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain [0ed44806-2f0b-c82f-f05a-00000000000f]\n 7519 1726888139.62851: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888139.62854: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888139.62858: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f\n 7519 1726888139.62925: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888139.62966: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.63008: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812855dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128558b0>\r\n<<<\n 7519 1726888139.63013: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888139.63015: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n<<<\n 7519 1726888139.63018: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855eb0>\r\n<<<\n 7519 1726888139.63020: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888139.63024: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888139.63097: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855f70>\r\n<<<\n 7519 1726888139.63101: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n<<<\n 7519 1726888139.63103: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855e80>\r\n<<<\n 7519 1726888139.63105: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888139.63450: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f\n 7519 1726888139.63455: WORKER PROCESS EXITING\n 7519 1726888139.63462: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128aed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128a7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128bb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128dae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888139.63465: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812867c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128ae250>\r\n<<<\n 7519 1726888139.63468: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.63470: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8128bb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e09d0>\r\n<<<\n 7519 1726888139.63472: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888139.63475: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888139.63477: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.63479: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888139.63481: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888139.63485: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867d90>\r\n<<<\n 7519 1726888139.63528: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867d00>\r\n<<<\n 7519 1726888139.63546: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888139.63553: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888139.63653: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888139.63657: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888139.63659: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888139.63734: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125fa370>\r\n<<<\n 7519 1726888139.63738: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888139.63741: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888139.63786: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125fa460>\r\n<<<\n 7519 1726888139.63986: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81286ffa0>\r\n<<<\n 7519 1726888139.63990: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869a30>\r\n<<<\n 7519 1726888139.63993: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869490>\r\n<<<\n 7519 1726888139.64093: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888139.64099: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888139.64114: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888139.64119: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888139.64124: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888139.64127: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125481c0>\r\n<<<\n 7519 1726888139.64162: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125e5c70>\r\n<<<\n 7519 1726888139.64251: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869eb0>\r\n<<<\n 7519 1726888139.64254: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e0040>\r\n<<<\n 7519 1726888139.64256: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888139.64330: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888139.64449: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81255baf0>\r\n<<<\n 7519 1726888139.64454: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888139.64458: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81255be20>\r\n<<<\n 7519 1726888139.64461: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888139.64482: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\n<<<\n 7519 1726888139.64490: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256c730>\r\n<<<\n 7519 1726888139.64495: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888139.64521: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888139.64527: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256cc70>\r\n<<<\n 7519 1726888139.64563: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8125043a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81255bf10>\r\n<<<\n 7519 1726888139.64593: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888139.64701: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812515280>\r\n<<<\n 7519 1726888139.64709: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256c5b0>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888139.64715: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812515340>\r\n<<<\n 7519 1726888139.64759: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128679d0>\r\n<<<\n 7519 1726888139.64781: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888139.64803: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888139.64829: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888139.64831: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888139.64880: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8125306a0>\r\n<<<\n 7519 1726888139.64916: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888139.64919: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.64978: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812530760>\r\n<<<\n 7519 1726888139.64982: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530850>\r\n<<<\n 7519 1726888139.64984: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888139.65312: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530ca0>\r\n<<<\n 7519 1726888139.65368: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81253e1f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125308e0>\r\n<<<\n 7519 1726888139.65379: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812525a30>\r\n<<<\n 7519 1726888139.65382: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128675b0>\r\n<<<\n 7519 1726888139.65385: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888139.65445: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888139.65482: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812530a90>\r\n<<<\n 7519 1726888139.65635: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888139.65641: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb81246e670>\r\n<<<\n 7519 1726888139.65913: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.66100: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.66119: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.66125: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888139.66143: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.67887: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.69316: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.69320: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123567f0>\r\n<<<\n 7519 1726888139.69340: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.69365: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888139.69398: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888139.69434: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123e7760>\r\n<<<\n 7519 1726888139.69484: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7640>\r\n<<<\n 7519 1726888139.69616: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888139.69657: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7190>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888139.69685: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123e7400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888139.69702: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888139.69759: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e77c0>\r\n<<<\n 7519 1726888139.69779: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888139.69799: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888139.69822: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888139.69851: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888139.69873: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888139.69879: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888139.69979: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81233c850>\r\n<<<\n 7519 1726888139.70029: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.70034: stdout chunk (state=3):\n>>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81233c4c0>\r\n<<<\n 7519 1726888139.70062: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.70072: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81233c670>\r\n<<<\n 7519 1726888139.70087: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888139.70125: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888139.70167: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811dceb20>\r\n<<<\n 7519 1726888139.70186: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e1d30>\r\n<<<\n 7519 1726888139.70446: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7520>\r\n<<<\n 7519 1726888139.70468: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888139.70478: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888139.70486: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e1190>\r\n<<<\n 7519 1726888139.70520: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888139.70526: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888139.70585: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888139.70630: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888139.70642: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d8ca90>\r\n<<<\n 7519 1726888139.70776: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811dc9d00>\r\n<<<\n 7519 1726888139.70810: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812386970>\r\n<<<\n 7519 1726888139.70852: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123b7d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888139.70889: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888139.70918: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888139.71036: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d8e9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe50>\r\n<<<\n 7519 1726888139.71068: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888139.71139: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9d0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe20>\r\n<<<\n 7519 1726888139.71163: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888139.71207: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.71241: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888139.71316: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81238c700>\r\n<<<\n 7519 1726888139.71585: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d9d100>\r\n<<<\n 7519 1726888139.71735: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9b580>\r\n<<<\n 7519 1726888139.71780: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9b640>\r\n<<<\n 7519 1726888139.71842: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81246e820>\r\n<<<\n 7519 1726888139.71876: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n<<<\n 7519 1726888139.71911: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888139.71928: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888139.71977: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812349af0>\r\n<<<\n 7519 1726888139.72295: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123479d0>\r\n<<<\n 7519 1726888139.72333: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d90850>\r\n<<<\n 7519 1726888139.72356: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812349520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812381ac0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.72371: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.72389: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888139.72425: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.72517: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.72661: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888139.72688: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888139.72701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.72860: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.73019: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.73872: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.74696: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888139.74709: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888139.74730: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888139.74738: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888139.74760: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.74843: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888139.74848: stdout chunk (state=3):\n>>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811967d30>\r\n<<<\n 7519 1726888139.74937: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888139.74957: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d6b550>\r\n<<<\n 7519 1726888139.74966: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5ffd0>\r\n<<<\n 7519 1726888139.75031: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888139.75040: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.75061: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.75079: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888139.75093: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.75297: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.75515: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888139.75558: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81233d9d0>\r\n<<<\n 7519 1726888139.75561: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.76270: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.76909: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.76999: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.77091: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888139.77105: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.77139: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.77182: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888139.77191: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.77273: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.77376: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888139.77399: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.77424: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.77430: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888139.77432: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.77481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.77534: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888139.77545: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.77864: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.78194: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888139.78232: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888139.78247: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888139.78372: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811967610>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.78460: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.78565: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888139.78573: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888139.78590: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888139.78612: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.78655: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.78728: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.78780: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.78839: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.78974: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.79049: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888139.79090: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888139.79244: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123d07f0>\r\n<<<\n 7519 1726888139.79267: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812347610>\r\n<<<\n 7519 1726888139.79331: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.79505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.79586: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.79633: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.79694: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888139.79725: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888139.79764: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888139.79790: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888139.79813: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888139.79965: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d78c70>\r\n<<<\n 7519 1726888139.80034: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5dbb0>\r\n<<<\n 7519 1726888139.80119: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5a7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888139.80142: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.80190: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888139.80259: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888139.80294: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.80365: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n<<<\n 7519 1726888139.80393: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.80396: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.80404: stdout chunk (state=3):\n>>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888139.80435: stdout chunk (state=3):\n>>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n<<<\n 7519 1726888139.80440: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.80803: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.81179: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888139.81362: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\n<<<\n 7519 1726888139.81391: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8118f8790>\r\n<<<\n 7519 1726888139.81579: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_pam_target\", \"value\": \"sssd-shadowutils\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n<<<\n 7519 1726888139.81588: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888139.81995: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888139.82021: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse<<<\n 7519 1726888139.82049: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64<<<\n 7519 1726888139.82076: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math<<<\n 7519 1726888139.82172: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n<<<\n 7519 1726888139.82176: stdout chunk (state=3):\n>>># cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n<<<\n 7519 1726888139.82183: stdout chunk (state=3):\n>>># cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n<<<\n 7519 1726888139.82189: stdout chunk (state=3):\n>>># cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n<<<\n 7519 1726888139.82192: stdout chunk (state=3):\n>>># cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n<<<\n 7519 1726888139.82200: stdout chunk (state=3):\n>>># destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n<<<\n 7519 1726888139.82229: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n<<<\n 7519 1726888139.82496: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888139.82511: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888139.82548: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888139.82565: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888139.82587: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n<<<\n 7519 1726888139.82605: stdout chunk (state=3):\n>>># destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888139.82633: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888139.82651: stdout chunk (state=3):\n>>># destroy array\r\n# destroy datetime\r\n<<<\n 7519 1726888139.82674: stdout chunk (state=3):\n>>># destroy selinux\r\n<<<\n 7519 1726888139.82687: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888139.82762: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 7519 1726888139.82786: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n<<<\n 7519 1726888139.82816: stdout chunk (state=3):\n>>># destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n<<<\n 7519 1726888139.82845: stdout chunk (state=3):\n>>># cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n<<<\n 7519 1726888139.82869: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n<<<\n 7519 1726888139.82893: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse<<<\n 7519 1726888139.82918: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888139.82950: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n<<<\n 7519 1726888139.82975: stdout chunk (state=3):\n>>># cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n<<<\n 7519 1726888139.82999: stdout chunk (state=3):\n>>># cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n<<<\n 7519 1726888139.83018: stdout chunk (state=3):\n>>># destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888139.83228: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888139.83251: stdout chunk (state=3):\n>>># destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888139.83275: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n<<<\n 7519 1726888139.83293: stdout chunk (state=3):\n>>># destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n<<<\n 7519 1726888139.83316: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n<<<\n 7519 1726888139.83343: stdout chunk (state=3):\n>>># destroy marshal\r\n<<<\n 7519 1726888139.83372: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888139.83755: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888139.83817: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.83820: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129583a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812932850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812970880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812908d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812932d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d3eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128cc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d2640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d3370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812855dc0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128558b0>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855f70>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855e80>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128aed30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128a7610>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128bb670>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128dae20>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812867c70>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128ae250>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8128bb280>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e09d0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867fa0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867d90>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867d00>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125fa370>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125fa460>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81286ffa0>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869a30>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869490>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125481c0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125e5c70>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869eb0>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e0040>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81255baf0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81255be20>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256c730>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256cc70>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8125043a0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81255bf10>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812515280>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256c5b0>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812515340>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128679d0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8125306a0>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530970>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812530760>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530850>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530ca0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81253e1f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125308e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812525a30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128675b0>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812530a90>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb81246e670>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123567f0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123e7760>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7370>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7490>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7190>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123e7400>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e77c0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81233c850>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81233c4c0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81233c670>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811dceb20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e1d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7520>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e1190>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d8ca90>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386e80>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811dc9d00>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812386970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123b7d30>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d8e9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe50>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9d0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81238c700>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d9d100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9b580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9b640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9ac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81246e820>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812349af0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123479d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d90850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812349520>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812381ac0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811967d30>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d6b550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5ffd0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81233d9d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811967610>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123d07f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812347610>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d78c70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5dbb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5a7f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8118f8790>\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_pam_target\", \"value\": \"sssd-shadowutils\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible_collections\\r\\n# destroy ansible_collections\\r\\n# cleanup[2] removing ansible_collections.community\\r\\n# destroy ansible_collections.community\\r\\n# cleanup[2] removing ansible_collections.community.general\\r\\n# destroy ansible_collections.community.general\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins\\r\\n# destroy ansible_collections.community.general.plugins\\r\\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\\r\\n# destroy ansible_collections.community.general.plugins.modules\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888139.83901: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812932850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812970880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812908d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812932d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d3eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128cc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812855dc0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128558b0>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855e80>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128aed30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128a7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128bb670>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128dae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812867c70>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128ae250>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8128bb280>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867fa0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125fa460>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81286ffa0>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869a30>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125481c0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125e5c70>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869eb0>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81255baf0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81255be20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256c730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256cc70>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8125043a0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81255bf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812515280>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256c5b0>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812515340>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8125306a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530970>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812530760>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530ca0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81253e1f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125308e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812525a30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128675b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812530a90>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb81246e670>\r\n# zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123567f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123e7760>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7490>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7190>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123e7400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e77c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81233c850>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81233c4c0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81233c670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811dceb20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e1d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e1190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d8ca90>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386e80>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811dc9d00>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812386970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123b7d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d8e9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9d0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81238c700>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d9d100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9b580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9b640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81246e820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812349af0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123479d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d90850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812349520>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812381ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811967d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d6b550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81233d9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811967610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123d07f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812347610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d78c70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5dbb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5a7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8118f8790>\r\n\r\n{\"changed\": false, \"diff\": {\"before\": \"\", \"after\": \"\", \"before_header\": \"/etc/sssd/sssd.conf (content)\", \"after_header\": \"/etc/sssd/sssd.conf (content)\"}, \"msg\": \"OK\", \"path\": \"/etc/sssd/sssd.conf\", \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 144, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/sssd.conf\", \"section\": \"domain/nssfiles\", \"option\": \"proxy_pam_target\", \"value\": \"sssd-shadowutils\", \"state\": \"present\", \"create\": true, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"backup\": false, \"exclusive\": true, \"no_extra_spaces\": false, \"ignore_spaces\": false, \"allow_no_value\": false, \"modify_inactive_option\": true, \"follow\": false, \"unsafe_writes\": false, \"section_has_values\": null, \"values\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888139.86518: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_pam_target', 'value': 'sssd-shadowutils', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888139.3529518-7927-165216796729809/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888139.86522: _low_level_execute_command(): starting\n 7519 1726888139.86526: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888139.86543: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.86546: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.86548: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.86550: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.86553: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.86555: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888139.86695: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888139.86700: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888139.86702: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.86705: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.86707: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.86709: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.86712: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888139.86716: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888139.86718: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888139.86720: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.86724: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.86726: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.86729: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.86731: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888139.86733: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888139.86770: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888139.86773: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.86776: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.86778: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.86780: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.86783: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888139.86785: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888139.86788: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.86790: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.86793: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888139.86796: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888139.86919: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888139.86928: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.86931: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888139.86934: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.86938: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888139.87738: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888139.87749: stderr chunk (state=3):\n>>><<<\n 7519 1726888139.87752: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888139.87777: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888139.87780: handler run complete\n 7519 1726888139.87882: attempt loop complete, returning result\n 7519 1726888139.87885: variable 'item' from source: unknown\n 7519 1726888139.87994: variable 'item' from source: unknown\nok: [managed_node3] => (item={'key': 'proxy_pam_target', 'value': 'sssd-shadowutils'}) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"diff\": {\n \"after\": \"\",\n \"after_header\": \"/etc/sssd/sssd.conf (content)\",\n \"before\": \"\",\n \"before_header\": \"/etc/sssd/sssd.conf (content)\"\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"allow_no_value\": false,\n \"attributes\": null,\n \"backup\": false,\n \"create\": true,\n \"exclusive\": true,\n \"follow\": false,\n \"group\": \"root\",\n \"ignore_spaces\": false,\n \"mode\": \"0600\",\n \"modify_inactive_option\": true,\n \"no_extra_spaces\": false,\n \"option\": \"proxy_pam_target\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"section\": \"domain/nssfiles\",\n \"section_has_values\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"value\": \"sssd-shadowutils\",\n \"values\": null\n }\n },\n \"item\": {\n \"key\": \"proxy_pam_target\",\n \"value\": \"sssd-shadowutils\"\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/sssd.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 144,\n \"state\": \"file\",\n \"uid\": 0\n}\n\nMSG:\n\nOK\n 7519 1726888139.88206: dumping result to json\n 7519 1726888139.88210: done dumping result, returning\n 7519 1726888139.88212: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain [0ed44806-2f0b-c82f-f05a-00000000000f]\n 7519 1726888139.88214: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f\n 7519 1726888139.88375: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f\n 7519 1726888139.88378: WORKER PROCESS EXITING\n 7519 1726888139.88488: no more pending results, returning what we have\n 7519 1726888139.88493: results queue empty\n 7519 1726888139.88493: checking for any_errors_fatal\n 7519 1726888139.88503: done checking for any_errors_fatal\n 7519 1726888139.88503: checking for max_fail_percentage\n 7519 1726888139.88505: done checking for max_fail_percentage\n 7519 1726888139.88506: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888139.88507: done checking to see if all hosts have failed\n 7519 1726888139.88508: getting the remaining hosts for this loop\n 7519 1726888139.88511: done getting the remaining hosts for this loop\n 7519 1726888139.88515: getting the next task for host managed_node1\n 7519 1726888139.88521: done getting next task for host managed_node1\n 7519 1726888139.88528: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config\n 7519 1726888139.88530: ^ state is: HOST STATE: block=3, task=10, 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\n 7519 1726888139.88531: getting the next task for host managed_node2\n 7519 1726888139.88534: done getting next task for host managed_node2\n 7519 1726888139.88536: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config\n 7519 1726888139.88537: ^ state is: HOST STATE: block=3, task=10, 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\n 7519 1726888139.88538: getting the next task for host managed_node3\n 7519 1726888139.88540: done getting next task for host managed_node3\n 7519 1726888139.88541: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config\n 7519 1726888139.88542: ^ state is: HOST STATE: block=3, task=10, 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\n 7519 1726888139.88568: getting variables\n 7519 1726888139.88571: in VariableManager get_vars()\n 7519 1726888139.88601: Calling all_inventory to load vars for managed_node1\n 7519 1726888139.88604: Calling groups_inventory to load vars for managed_node1\n 7519 1726888139.88606: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888139.88615: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888139.88618: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888139.88624: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888139.90048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888139.91154: done with get_vars()\n 7519 1726888139.91176: done getting variables\n 7519 1726888139.91303: 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)\n\nTASK [fedora.linux_system_roles.tlog : Configure sssd session recording config] ***\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:64\nFriday 20 September 2024 23:08:59 -0400 (0:00:02.420) 0:00:14.532 ****** \n 7519 1726888139.91334: entering _queue_task() for managed_node1/template\n 7519 1726888139.91336: Creating lock for template\n 7519 1726888139.91648: worker is 1 (out of 3 available)\n 7519 1726888139.91662: exiting _queue_task() for managed_node1/template\n 7519 1726888139.91696: getting variables\n 7519 1726888139.91699: in VariableManager get_vars()\n 7519 1726888139.91795: Calling all_inventory to load vars for managed_node2\n 7519 1726888139.91800: Calling groups_inventory to load vars for managed_node2\n 7519 1726888139.91804: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888139.91820: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888139.91826: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888139.91830: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888139.93054: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config\n 7519 1726888139.93059: in run() - task 0ed44806-2f0b-c82f-f05a-000000000010\n 7519 1726888139.93062: variable 'ansible_search_path' from source: unknown\n 7519 1726888139.93064: variable 'ansible_search_path' from source: unknown\n 7519 1726888139.93066: calling self._execute()\n 7519 1726888139.93068: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888139.93070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888139.93072: variable 'omit' from source: magic vars\n 7519 1726888139.93074: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888139.93510: Evaluated conditional (tlog_use_sssd): True\n 7519 1726888139.93515: variable 'omit' from source: magic vars\n 7519 1726888139.93519: variable 'omit' from source: magic vars\n 7519 1726888139.93525: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars\n 7519 1726888139.93562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888139.94319: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars\n 7519 1726888139.94326: variable 'omit' from source: magic vars\n 7519 1726888139.94329: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888139.94331: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888139.94333: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888139.94335: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888139.94337: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888139.94338: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888139.94340: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888139.94342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888139.94344: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888139.94345: Set connection var ansible_pipelining to False\n 7519 1726888139.94347: Set connection var ansible_shell_type to sh\n 7519 1726888139.94349: Set connection var ansible_timeout to 10\n 7519 1726888139.94351: Set connection var ansible_connection to ssh\n 7519 1726888139.94353: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888139.94914: done with get_vars()\n 7519 1726888139.94936: done getting variables\n 7519 1726888139.95007: 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=True)\n 7519 1726888139.95016: entering _queue_task() for managed_node2/template\n 7519 1726888139.95455: worker is 2 (out of 3 available)\n 7519 1726888139.95475: exiting _queue_task() for managed_node2/template\n 7519 1726888139.95726: getting variables\n 7519 1726888139.95730: in VariableManager get_vars()\n 7519 1726888139.95843: Calling all_inventory to load vars for managed_node3\n 7519 1726888139.95849: Calling groups_inventory to load vars for managed_node3\n 7519 1726888139.95853: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888139.95870: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888139.95873: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888139.95877: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888139.96736: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888139.96742: variable 'ansible_connection' from source: unknown\n 7519 1726888139.96745: variable 'ansible_module_compression' from source: unknown\n 7519 1726888139.96747: variable 'ansible_shell_type' from source: unknown\n 7519 1726888139.96750: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888139.96751: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888139.96753: variable 'ansible_pipelining' from source: unknown\n 7519 1726888139.96755: variable 'ansible_timeout' from source: unknown\n 7519 1726888139.96758: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888139.96761: 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)\n 7519 1726888139.96764: variable 'omit' from source: magic vars\n 7519 1726888139.96766: starting attempt loop\n 7519 1726888139.96768: running the handler\n 7519 1726888139.96770: _low_level_execute_command(): starting\n 7519 1726888139.96772: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888139.97618: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config\n 7519 1726888139.97621: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888139.97626: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.97628: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.97631: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.97635: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.97653: in run() - task 0ed44806-2f0b-c82f-f05a-000000000010\n 7519 1726888139.97656: variable 'ansible_search_path' from source: unknown\n 7519 1726888139.97660: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888139.97662: variable 'ansible_search_path' from source: unknown\n 7519 1726888139.97664: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 7519 1726888139.97682: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888139.97685: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.97689: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.97693: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.97696: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888139.97699: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888139.97701: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888139.97703: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888139.97705: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888139.97707: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888139.97709: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888139.97711: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888139.97713: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888139.97714: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888139.97717: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888139.97719: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888139.97722: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888139.97727: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888139.97729: calling self._execute()\n 7519 1726888139.97731: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888139.97733: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888139.97735: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888139.97737: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888139.97739: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888139.97741: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888139.97743: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888139.97744: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888139.97747: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888139.97749: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888139.97751: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888139.97753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888139.97755: variable 'omit' from source: magic vars\n 7519 1726888139.97758: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888139.98510: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888139.98521: Evaluated conditional (tlog_use_sssd): True\n 7519 1726888139.98526: variable 'omit' from source: magic vars\n 7519 1726888139.98528: variable 'omit' from source: magic vars\n 7519 1726888139.98531: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars\n 7519 1726888139.98533: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars\n 7519 1726888139.98535: variable 'omit' from source: magic vars\n 7519 1726888139.98537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888139.98539: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888139.98541: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888139.98543: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888139.98545: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888139.98547: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888139.98549: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888139.98551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888139.98628: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888139.98631: Set connection var ansible_pipelining to False\n 7519 1726888139.98633: Set connection var ansible_shell_type to sh\n 7519 1726888139.99027: Set connection var ansible_timeout to 10\n 7519 1726888139.99031: Set connection var ansible_connection to ssh\n 7519 1726888139.99033: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888139.99035: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888139.99037: variable 'ansible_connection' from source: unknown\n 7519 1726888139.99039: variable 'ansible_module_compression' from source: unknown\n 7519 1726888139.99041: variable 'ansible_shell_type' from source: unknown\n 7519 1726888139.99043: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888139.99045: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888139.99046: variable 'ansible_pipelining' from source: unknown\n 7519 1726888139.99048: variable 'ansible_timeout' from source: unknown\n 7519 1726888139.99050: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888139.99052: 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)\n 7519 1726888139.99054: variable 'omit' from source: magic vars\n 7519 1726888139.99056: starting attempt loop\n 7519 1726888139.99058: running the handler\n 7519 1726888139.99060: _low_level_execute_command(): starting\n 7519 1726888139.99062: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888139.99251: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888140.00729: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.00733: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.00735: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.00737: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.00740: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.00741: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888140.00743: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888140.00748: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.00750: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.00753: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.00755: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.00757: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.00760: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.00762: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.00763: stdout chunk (state=3):\n>>><<<\n 7519 1726888140.00765: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888140.00778: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888140.00785: _low_level_execute_command(): starting\n 7519 1726888140.00787: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266 `\" && echo ansible-tmp-1726888140.0019536-8027-145692832600266=\"` echo /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266 `\" && echo ansible-tmp-1726888140.0019536-8027-145692832600266=\"` echo /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266 `\" ) && sleep 0'\"'\"''\n 7519 1726888140.00800: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.00802: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888140.00804: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.00806: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.00808: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.00810: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.00812: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.00816: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888140.00818: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.00820: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.00822: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.00826: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.00828: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.00830: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.00832: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.00834: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.00836: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.00837: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.00839: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.00841: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.00843: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.00845: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.00847: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888140.00849: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.00850: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888140.02006: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.02010: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.02012: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.02015: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.02017: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.02019: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888140.02021: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.02028: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.02031: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.02033: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.02035: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.02037: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.02038: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.02040: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888140.02042: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.02044: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.02046: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.02048: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.02049: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.02051: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888140.02053: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.02055: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.02057: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.02059: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.02061: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.02062: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.02064: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.02066: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.02068: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.02070: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.02072: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.02073: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.02075: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.02077: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.02079: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888140.02081: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.02082: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888140.02452: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888140.03131: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.03135: stdout chunk (state=3):\n>>><<<\n 7519 1726888140.03137: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888140.03143: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888140.03148: _low_level_execute_command(): starting\n 7519 1726888140.03151: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340 `\" && echo ansible-tmp-1726888140.0267246-8029-33733126720340=\"` echo /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340 `\" && echo ansible-tmp-1726888140.0267246-8029-33733126720340=\"` echo /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340 `\" ) && sleep 0'\"'\"''\n 7519 1726888140.03453: done with get_vars()\n 7519 1726888140.03477: done getting variables\n 7519 1726888140.03549: 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=True)\n 7519 1726888140.03560: entering _queue_task() for managed_node3/template\n 7519 1726888140.04038: stdout chunk (state=3):\n>>>ansible-tmp-1726888140.0019536-8027-145692832600266=/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266\n<<<\n 7519 1726888140.04041: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.04044: stdout chunk (state=3):\n>>><<<\n 7519 1726888140.04046: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888140.0019536-8027-145692832600266=/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888140.04052: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888140.0019536-8027-145692832600266=/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888140.04056: evaluation_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks\n 7519 1726888140.04059: search_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/sssd-session-recording.conf\n 7519 1726888140.04065: variable 'ansible_search_path' from source: unknown\n 7519 1726888140.04301: worker is 3 (out of 3 available)\n 7519 1726888140.04314: exiting _queue_task() for managed_node3/template\n 7519 1726888140.04930: 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)\n 7519 1726888140.04937: 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)\n 7519 1726888140.04941: 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)\n 7519 1726888140.04944: 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)\n 7519 1726888140.04947: 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)\n 7519 1726888140.04950: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.04955: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.04959: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.04963: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.04968: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.04972: variable 'ansible_managed' from source: unknown\n 7519 1726888140.04975: variable 'tlog_scope_sssd' from source: role '' defaults\n 7519 1726888140.04978: variable 'tlog_users_sssd' from source: role '' defaults\n 7519 1726888140.04980: variable 'tlog_groups_sssd' from source: role '' defaults\n 7519 1726888140.04982: variable 'tlog_exclude_users_sssd' from source: role '' defaults\n 7519 1726888140.04984: variable 'tlog_exclude_groups_sssd' from source: role '' defaults\n 7519 1726888140.04989: done queuing things up, now waiting for results queue to drain\n 7519 1726888140.04990: waiting for pending results...\n 7519 1726888140.05019: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.05152: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.05165: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.05182: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.05198: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.05210: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.05222: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.05235: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.05258: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888140.05276: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.05367: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888140.05904: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config\n 7519 1726888140.06010: in run() - task 0ed44806-2f0b-c82f-f05a-000000000010\n 7519 1726888140.06034: variable 'ansible_search_path' from source: unknown\n 7519 1726888140.06041: variable 'ansible_search_path' from source: unknown\n 7519 1726888140.06082: calling self._execute()\n 7519 1726888140.06161: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888140.06171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888140.06186: variable 'omit' from source: magic vars\n 7519 1726888140.06541: variable 'tlog_use_sssd' from source: role '' defaults\n 7519 1726888140.06559: Evaluated conditional (tlog_use_sssd): True\n 7519 1726888140.06571: variable 'omit' from source: magic vars\n 7519 1726888140.06625: variable 'omit' from source: magic vars\n 7519 1726888140.06634: 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__)\n 7519 1726888140.06672: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars\n 7519 1726888140.06752: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars\n 7519 1726888140.06790: variable 'omit' from source: magic vars\n 7519 1726888140.06836: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888140.06876: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888140.06906: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888140.06931: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888140.06948: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888140.06981: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888140.06995: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888140.07004: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888140.07441: stdout chunk (state=3):\n>>>ansible-tmp-1726888140.0267246-8029-33733126720340=/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340\n<<<\n 7519 1726888140.07444: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.07479: stderr chunk (state=3):\n>>><<<\n 7519 1726888140.07482: stdout chunk (state=3):\n>>><<<\n 7519 1726888140.07630: variable 'ansible_module_compression' from source: unknown\n<10.31.42.160> (0, b'ansible-tmp-1726888140.0267246-8029-33733126720340=/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888140.07641: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888140.0267246-8029-33733126720340=/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888140.07644: evaluation_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks\n 7519 1726888140.07648: search_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/sssd-session-recording.conf\n 7519 1726888140.07651: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 7519 1726888140.07653: variable 'ansible_search_path' from source: unknown\n 7519 1726888140.07655: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888140.07659: Set connection var ansible_pipelining to False\n 7519 1726888140.07661: Set connection var ansible_shell_type to sh\n 7519 1726888140.07663: Set connection var ansible_timeout to 10\n 7519 1726888140.07665: Set connection var ansible_connection to ssh\n 7519 1726888140.07667: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888140.07739: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888140.07742: variable 'ansible_connection' from source: unknown\n 7519 1726888140.07744: variable 'ansible_module_compression' from source: unknown\n 7519 1726888140.07746: variable 'ansible_shell_type' from source: unknown\n 7519 1726888140.07748: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888140.07750: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888140.07751: variable 'ansible_pipelining' from source: unknown\n 7519 1726888140.07753: variable 'ansible_timeout' from source: unknown\n 7519 1726888140.07755: variable 'ansible_facts' from source: host vars for 'managed_node1'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 7519 1726888140.07830: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py\n 7519 1726888140.07833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpcg5np9b9 TO /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888140.08161: 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)\n 7519 1726888140.08178: variable 'omit' from source: magic vars\n 7519 1726888140.08183: starting attempt loop\n 7519 1726888140.08186: running the handler\n 7519 1726888140.08194: 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)\n 7519 1726888140.08242: 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)\n 7519 1726888140.08280: 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)\n 7519 1726888140.08338: 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)\n 7519 1726888140.08362: 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)\n 7519 1726888140.08510: _low_level_execute_command(): starting\n 7519 1726888140.08533: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888140.08801: variable 'ansible_managed' from source: unknown\n 7519 1726888140.08815: variable 'tlog_scope_sssd' from source: role '' defaults\n 7519 1726888140.08832: variable 'tlog_users_sssd' from source: role '' defaults\n 7519 1726888140.08846: variable 'tlog_groups_sssd' from source: role '' defaults\n 7519 1726888140.08859: variable 'tlog_exclude_users_sssd' from source: role '' defaults\n 7519 1726888140.08872: variable 'tlog_exclude_groups_sssd' from source: role '' defaults\n 7519 1726888140.09191: Sending initial data\n 7519 1726888140.09194: Sent initial data (151 bytes)\n 7519 1726888140.10102: 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__)\n 7519 1726888140.10193: variable 'ansible_module_compression' from source: unknown\n 7519 1726888140.10260: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 7519 1726888140.10297: variable 'ansible_facts' from source: host vars for 'managed_node2'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 7519 1726888140.10409: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptfrfipni TO /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py\n 7519 1726888140.10485: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.10489: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.10504: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888140.10655: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.10658: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888140.10661: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888140.10663: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.11231: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.11257: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.11282: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.11307: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.11326: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.11385: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888140.11403: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.11414: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.11429: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.11446: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.11462: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.11480: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.11495: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.11507: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888140.11518: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.11544: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.11547: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.11562: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.11578: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.11596: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.11608: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888140.11620: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.11635: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.11648: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.11661: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.11675: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.11686: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.11702: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.11717: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.11746: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888140.11763: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.11837: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.11840: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888140.11853: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.11863: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.11878: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.11893: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.11906: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.11920: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.11936: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.11957: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888140.11975: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.12027: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 3\r\n<<<\n 7519 1726888140.12063: Sending initial data\n 7519 1726888140.12066: Sent initial data (150 bytes)\n 7519 1726888140.12728: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.12738: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.12744: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.12759: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.12802: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.12806: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.12810: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888140.12815: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.12933: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.12966: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888140.14113: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888140.14254: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.14308: stderr chunk (state=3):\n>>><<<\n 7519 1726888140.14312: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888140.14345: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888140.14363: _low_level_execute_command(): starting\n 7519 1726888140.14369: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151 `\" && echo ansible-tmp-1726888140.143504-8034-265518152416151=\"` echo /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151 `\" && echo ansible-tmp-1726888140.143504-8034-265518152416151=\"` echo /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151 `\" ) && sleep 0'\"'\"''\n 7519 1726888140.14605: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888140.14608: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888140.14630: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888140.14669: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpcg5np9b9\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888140.14673: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpcg5np9b9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py\n<<<\n 7519 1726888140.14743: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py M:0x001a\r\n<<<\n 7519 1726888140.14781: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888140.15783: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888140.15786: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888140.15788: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119343\r\n<<<\n 7519 1726888140.15795: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptfrfipni\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888140.15797: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptfrfipni /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py\n<<<\n 7519 1726888140.15799: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\n<<<\n 7519 1726888140.15801: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py M:0x001a\r\n<<<\n 7519 1726888140.15803: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119342\r\n<<<\n 7519 1726888140.16169: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119343 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888140.16172: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888140.16175: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119342 bytes at 0\r\n<<<\n 7519 1726888140.16203: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888140.16439: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.16494: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.16554: stdout chunk (state=3):\n>>><<<\n 7519 1726888140.16557: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptfrfipni /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptfrfipni\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119342\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119342 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888140.16607: done transferring module to remote\n 7519 1726888140.16610: _low_level_execute_command(): starting\n 7519 1726888140.16612: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888140.16814: stderr chunk (state=3):\n>>><<<\n 7519 1726888140.16819: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpcg5np9b9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 3\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpcg5np9b9\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119343\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119343 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888140.16861: done transferring module to remote\n 7519 1726888140.16865: _low_level_execute_command(): starting\n 7519 1726888140.16868: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888140.17011: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.17017: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.17020: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.17025: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.17054: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.17070: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888140.17079: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.17086: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.17097: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.17110: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.17126: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.17133: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.17140: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.17149: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888140.17157: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.17167: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.17178: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.17191: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.17199: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.17207: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888140.17217: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.17220: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.17237: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.17240: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.17247: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.17256: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.17335: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.17347: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.17350: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.17365: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.17368: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.17376: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.17383: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.17396: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.17467: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888140.17471: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.17533: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888140.18074: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.18609: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.18612: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.18619: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.18673: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.18676: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.18714: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888140.18735: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.18738: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.18775: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.18779: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.18810: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888140.18861: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.18865: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.18870: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.18886: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.18888: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.18928: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.18932: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.18935: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888140.18986: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.18989: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.18992: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.18994: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.18996: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.18998: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.19001: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.19003: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.19005: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.19039: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.19042: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.19047: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.19056: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888140.19063: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.19070: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.19080: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.19090: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888140.19095: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.19104: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.19118: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.19125: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.19138: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.19298: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.19301: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.19303: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.19305: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888140.19307: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.19310: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.19316: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.19318: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.19321: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.19324: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.19401: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.19427: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.19441: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.19444: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.19457: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.19463: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.19470: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.19477: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.19487: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.19496: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.19532: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888140.19559: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.19563: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.19565: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.19567: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.19570: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888140.19576: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.19583: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.19589: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.19602: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888140.19629: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.19677: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888140.20969: stdout chunk (state=3):\n>>>ansible-tmp-1726888140.143504-8034-265518152416151=/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151\n<<<\n 7519 1726888140.21200: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.21282: stderr chunk (state=3):\n>>><<<\n 7519 1726888140.21298: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888140.143504-8034-265518152416151=/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888140.21320: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888140.143504-8034-265518152416151=/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888140.21349: evaluation_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks\n 7519 1726888140.21367: search_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/sssd-session-recording.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/sssd-session-recording.conf\n 7519 1726888140.21401: variable 'ansible_search_path' from source: unknown\n 7519 1726888140.21571: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.21574: stdout chunk (state=3):\n>>><<<\n 7519 1726888140.21577: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888140.21625: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888140.21632: _low_level_execute_command(): starting\n 7519 1726888140.21741: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.21745: stdout chunk (state=3):\n>>><<<\n 7519 1726888140.21840: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888140.21873: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888140.21878: _low_level_execute_command(): starting\n 7519 1726888140.21882: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888140.21930: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py && sleep 0'\"'\"''\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888140.22354: 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)\n 7519 1726888140.22392: 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)\n 7519 1726888140.22421: 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)\n 7519 1726888140.22491: 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)\n 7519 1726888140.22508: 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)\n 7519 1726888140.23756: variable 'ansible_managed' from source: unknown\n 7519 1726888140.23760: variable 'tlog_scope_sssd' from source: role '' defaults\n 7519 1726888140.23765: variable 'tlog_users_sssd' from source: role '' defaults\n 7519 1726888140.23771: variable 'tlog_groups_sssd' from source: role '' defaults\n 7519 1726888140.23775: variable 'tlog_exclude_users_sssd' from source: role '' defaults\n 7519 1726888140.23778: variable 'tlog_exclude_groups_sssd' from source: role '' defaults\n 7519 1726888140.25492: 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__)\n 7519 1726888140.25651: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.25661: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.25672: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.25685: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.25729: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.25769: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888140.25857: variable 'ansible_module_compression' from source: unknown\n 7519 1726888140.25919: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 7519 1726888140.25938: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.25944: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.25953: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.25961: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.25969: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.25976: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.25987: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.25994: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888140.26000: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.26008: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.26018: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.26029: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.26039: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.26158: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888140.26166: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.26173: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.26181: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.26190: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.26201: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.26208: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.26279: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.26319: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888140.26349: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.26366: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.26374: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.26382: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.26395: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.26398: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.26417: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.26420: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.26425: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.26428: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.26430: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.26441: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888140.26444: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.26471: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.26584: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 7519 1726888140.26630: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888140.26636: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py\n 7519 1726888140.26665: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpvkyjm_pi TO /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py\n 7519 1726888140.26683: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.26698: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.26749: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.26764: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.26790: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.26841: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888140.26879: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888140.26896: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.26921: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.26941: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.26957: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.26969: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.26994: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888140.27021: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.27061: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.27140: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.27161: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.27175: Sending initial data\n 7519 1726888140.27183: Sent initial data (150 bytes)\n 7519 1726888140.27197: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.27240: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.27351: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.27497: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.27515: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.27534: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.27607: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.27630: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.27642: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.27653: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.27684: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888140.27706: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.27829: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888140.28633: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\n<<<\n 7519 1726888140.28637: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888140.28693: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888140.28739: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888140.28760: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888140.28817: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888140.28820: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888140.28861: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.28906: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888140.28909: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888140.28941: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888140.28944: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8dc0>\r\n<<<\n 7519 1726888140.28992: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8b20>\r\n<<<\n 7519 1726888140.28995: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.29016: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.29035: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.29048: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.29052: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.29077: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888140.29118: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8ac0>\r\nimport '_signal' # \r\n<<<\n 7519 1726888140.29121: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888140.29140: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d490>\r\n<<<\n 7519 1726888140.29146: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.29157: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.29160: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.29172: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.29175: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.29190: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.29194: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.29199: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d670>\r\n<<<\n 7519 1726888140.29202: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888140.29204: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.29234: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.29237: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.29239: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888140.29274: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.29279: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.29335: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888140.29339: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888140.29361: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.29382: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888140.29385: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.29387: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.29388: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888140.29390: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.29392: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888140.29394: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888140.29396: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888140.29528: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234220>\r\n<<<\n 7519 1726888140.29538: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d257850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234940>\r\n<<<\n 7519 1726888140.29556: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d295880>\r\n<<<\n 7519 1726888140.29582: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.29585: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.29599: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888140.29601: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d22dd90>\r\n<<<\n 7519 1726888140.29656: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d257d90>\r\n<<<\n 7519 1726888140.29659: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.29671: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.29683: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.29718: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.29743: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d970>\r\n<<<\n 7519 1726888140.29749: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.29752: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.29754: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.29756: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.29759: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888140.29760: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888140.29778: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.29830: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888140.29952: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888140.30002: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888140.30006: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888140.30070: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888140.30073: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888140.30075: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfaeeb0>\r\n<<<\n 7519 1726888140.30194: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb1f40>\r\n<<<\n 7519 1726888140.30197: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888140.30218: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888140.30252: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888140.30315: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888140.30882: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888140.30914: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888140.30917: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfa7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfad640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888140.30919: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888140.30921: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888140.31037: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888140.31107: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.31111: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3dc0>\r\n<<<\n 7519 1726888140.31113: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3b20>\r\n<<<\n 7519 1726888140.31115: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3ac0>\r\n<<<\n 7519 1726888140.31117: stdout chunk (state=3):\n>>>import '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558490>\r\n<<<\n 7519 1726888140.31119: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888140.31121: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\n<<<\n 7519 1726888140.31193: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558670>\r\n<<<\n 7519 1726888140.31198: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888140.31201: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888140.31288: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888140.31291: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888140.31294: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf30d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf89cd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf825b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf96610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf42c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf891f0>\r\n<<<\n 7519 1726888140.31298: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888140.31301: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf96220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfbb970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.31303: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888140.31305: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f220>\r\n<<<\n 7519 1726888140.31307: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n<<<\n 7519 1726888140.31309: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888140.31312: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7532850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7570880>\r\n<<<\n 7519 1726888140.31354: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7508d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7532d90>\r\n<<<\n 7519 1726888140.31637: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888140.31641: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558970>\r\n<<<\n 7519 1726888140.31647: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf16310>\r\n<<<\n 7519 1726888140.31654: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf16400>\r\n<<<\n 7519 1726888140.31657: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888140.31837: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf4cf40>\r\n<<<\n 7519 1726888140.31842: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888140.31845: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf449d0>\r\n<<<\n 7519 1726888140.33180: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888140.33191: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce49160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf00dc0>\r\n<<<\n 7519 1726888140.33196: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d2eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888140.33199: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888140.33203: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888140.33208: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce5ba90>\r\nimport 'errno' # \r\n<<<\n 7519 1726888140.33211: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888140.33216: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce5bdc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888140.33218: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888140.33221: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpvkyjm_pi\r\n<<<\n 7519 1726888140.33225: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpvkyjm_pi /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py\n<<<\n 7519 1726888140.33227: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py M:0x001a\r\n<<<\n 7519 1726888140.33230: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6d6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6dc10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cdfb340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce5beb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888140.33232: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119342\r\n<<<\n 7519 1726888140.33235: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74cc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d4640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d2370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7455d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74aecd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74a85b0>\r\n<<<\n 7519 1726888140.33237: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74bb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dadc0>\r\n<<<\n 7519 1726888140.33240: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n<<<\n 7519 1726888140.33242: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7467c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74ae1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c74bb220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74e0970>\r\n<<<\n 7519 1726888140.33245: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888140.33248: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888140.33250: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n<<<\n 7519 1726888140.33252: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.33254: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py<<<\n 7519 1726888140.33256: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.33258: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888140.33261: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467f40><<<\n 7519 1726888140.33263: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.33265: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467d30><<<\n 7519 1726888140.33266: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.33268: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'<<<\n 7519 1726888140.33270: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.33273: stdout chunk (state=3):\n>>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467ca0><<<\n 7519 1726888140.33566: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.33570: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py<<<\n 7519 1726888140.33572: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.33665: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'<<<\n 7519 1726888140.33677: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.33681: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n<<<\n 7519 1726888140.33685: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'<<<\n 7519 1726888140.33688: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.33691: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py<<<\n 7519 1726888140.33694: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.33697: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888140.33701: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce0b220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6d550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce0b2e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce277f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce35190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce1a9d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27a30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fac6cd47610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.33861: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n<<<\n 7519 1726888140.33865: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888140.33867: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71fc310>\r\n<<<\n 7519 1726888140.33870: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888140.33873: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'<<<\n 7519 1726888140.33876: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.33879: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71fc400><<<\n 7519 1726888140.34061: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.34065: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34243: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7472f40><<<\n 7519 1726888140.34246: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34248: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74699d0>\r\n<<<\n 7519 1726888140.34250: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469520><<<\n 7519 1726888140.34252: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34254: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888140.34256: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888140.34259: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py<<<\n 7519 1726888140.34262: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34307: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888140.34439: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888140.34498: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'<<<\n 7519 1726888140.34502: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34504: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7149160><<<\n 7519 1726888140.34506: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34507: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71e5dc0><<<\n 7519 1726888140.34509: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34511: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469e50><<<\n 7519 1726888140.34515: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34586: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dafa0>\r\n<<<\n 7519 1726888140.34609: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py<<<\n 7519 1726888140.34611: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34615: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'<<<\n 7519 1726888140.34617: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34619: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py<<<\n 7519 1726888140.34621: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\n<<<\n 7519 1726888140.34624: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c715aa90><<<\n 7519 1726888140.34626: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34704: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888140.34707: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.34710: stdout chunk (state=3):\n>>>\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c715adc0><<<\n 7519 1726888140.34712: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34717: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888140.34770: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888140.34773: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py<<<\n 7519 1726888140.34781: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34783: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'<<<\n 7519 1726888140.34801: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34804: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716e6d0>\r\n<<<\n 7519 1726888140.34806: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py<<<\n 7519 1726888140.34877: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34880: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119342 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888140.34883: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'<<<\n 7519 1726888140.34885: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34887: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716ec10><<<\n 7519 1726888140.34889: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.34891: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888140.34893: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.34894: stdout chunk (state=3):\n>>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.34898: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.35078: stdout chunk (state=3):\n>>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c70fa340><<<\n 7519 1726888140.35086: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.35090: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.35093: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c715aeb0>\r\n<<<\n 7519 1726888140.35095: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888140.35097: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'<<<\n 7519 1726888140.35101: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.35236: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.35242: stderr chunk (state=3):\n>>><<<\n 7519 1726888140.35245: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpvkyjm_pi /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpvkyjm_pi\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119342\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119342 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888140.35302: done transferring module to remote\n 7519 1726888140.35329: _low_level_execute_command(): starting\n 7519 1726888140.35334: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888140.35355: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c710a220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716e550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c710a2e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888140.35358: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'<<<\n 7519 1726888140.35417: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.35420: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.35432: stdout chunk (state=3):\n>>>\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.35436: stdout chunk (state=3):\n>>>\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126640><<<\n 7519 1726888140.35539: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.35542: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py<<<\n 7519 1726888140.35545: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'<<<\n 7519 1726888140.35559: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.35565: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.35568: stdout chunk (state=3):\n>>>\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.35571: stdout chunk (state=3):\n>>>\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126910><<<\n 7519 1726888140.35593: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.35650: stdout chunk (state=3):\n>>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126700><<<\n 7519 1726888140.35657: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.35660: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.35663: stdout chunk (state=3):\n>>>\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.35665: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.35721: stdout chunk (state=3):\n>>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c71267f0><<<\n 7519 1726888140.35847: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.35852: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n<<<\n 7519 1726888140.35880: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888140.35915: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e760>\r\n<<<\n 7519 1726888140.35938: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888140.35942: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c74e160>\r\n<<<\n 7519 1726888140.36001: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.36006: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.36009: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.36198: stdout chunk (state=3):\n>>>\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126c40>\r\n<<<\n 7519 1726888140.36204: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e280>\r\n<<<\n 7519 1726888140.36245: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.36255: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7134190>\r\n<<<\n 7519 1726888140.36260: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126880>\r\n<<<\n 7519 1726888140.36263: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71199d0>\r\n<<<\n 7519 1726888140.36267: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74eeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74efa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74ecd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c74ef10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888140.36272: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467550>\r\n<<<\n 7519 1726888140.36277: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888140.36282: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888140.36285: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6a3e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6c4fa0>\r\n<<<\n 7519 1726888140.36287: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6c4dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888140.36289: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'<<<\n 7519 1726888140.36291: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888140.36293: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.36300: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6c4430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b5dc0>\r\n<<<\n 7519 1726888140.36302: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126a30>\r\n<<<\n 7519 1726888140.36304: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b53d0>\r\n<<<\n 7519 1726888140.36308: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888140.36427: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888140.36432: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f28c7046610><<<\n 7519 1726888140.36625: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.36629: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b5f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888140.36633: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c784b50>\r\n<<<\n 7519 1726888140.36635: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71dc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71d340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c754430>\r\n<<<\n 7519 1726888140.36637: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c71d460>\r\n<<<\n 7519 1726888140.36639: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71d490>\r\n<<<\n 7519 1726888140.36643: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888140.36695: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip'<<<\n 7519 1726888140.36699: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.36702: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888140.36704: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.36706: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888140.36785: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c686130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795190>\r\n<<<\n 7519 1726888140.36789: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888140.36846: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888140.36850: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.36853: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c692940>\r\n<<<\n 7519 1726888140.36885: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py<<<\n 7519 1726888140.36936: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795310>\r\n<<<\n 7519 1726888140.36964: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.36993: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888140.37005: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.37009: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.37011: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py<<<\n 7519 1726888140.37019: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888140.37047: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.37051: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888140.37054: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888140.37056: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.37059: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7aecd0>\r\n<<<\n 7519 1726888140.37224: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6928e0>\r\n<<<\n 7519 1726888140.37258: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c692730>\r\n<<<\n 7519 1726888140.37469: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6916d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c691610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c78d880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c718640>\r\n<<<\n 7519 1726888140.37667: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c716a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7250d0>\r\n<<<\n 7519 1726888140.37715: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c7180a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c75a9a0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.37771: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888140.37774: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.37858: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.37957: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.37960: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888140.37963: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.37967: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.38071: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.38189: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.38639: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.39102: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888140.39148: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.39202: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c674fa0>\r\n<<<\n 7519 1726888140.39297: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c656d90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c24d5e0>\r\n<<<\n 7519 1726888140.39381: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.39400: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.39493: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.39671: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c70b9a0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.40040: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.40099: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.40399: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.40459: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.40521: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.40590: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.40597: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.40643: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.40651: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.40679: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.40703: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.40744: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.40748: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.40751: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888140.40758: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.40798: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.40818: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.40831: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.40875: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888140.40948: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.40963: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.40976: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.40988: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.41005: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.41020: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.41029: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.41045: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.41058: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888140.41084: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.41113: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.41160: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.41193: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.41196: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888140.41212: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.41231: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888140.41235: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888140.41246: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.41258: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.41272: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.41285: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.41311: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7514c0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.41317: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.41332: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.41382: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.41453: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888140.41474: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.41495: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.41512: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.41539: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.41542: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.41554: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.41570: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.41626: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.41632: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.41647: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.41659: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.41668: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.41676: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.41731: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.41747: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888140.41763: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.41817: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d760><<<\n 7519 1726888140.41820: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.41825: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.41868: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.41886: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888140.41890: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c7a0be0>\r\n<<<\n 7519 1726888140.41907: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888140.41919: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c229df0>\r\n<<<\n 7519 1726888140.41930: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888140.41965: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888140.41968: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.42024: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.42027: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.42028: stdout chunk (state=3):\n>>>\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6f6d160><<<\n 7519 1726888140.42030: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.42096: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d280>\r\n<<<\n 7519 1726888140.42098: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.42168: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6deb0>\r\n<<<\n 7519 1726888140.42172: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py<<<\n 7519 1726888140.42176: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.42178: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.42200: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888140.42210: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888140.42248: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888140.42277: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6dfa0><<<\n 7519 1726888140.42280: stdout chunk (state=3):\n>>>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6dcd0>\r\n<<<\n 7519 1726888140.42293: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888140.42296: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888140.42349: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.42351: stdout chunk (state=3):\n>>>\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6f6df10>\r\n<<<\n 7519 1726888140.42400: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888140.42403: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c64de80>\r\n<<<\n 7519 1726888140.42442: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888140.42445: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c64ab20>\r\n<<<\n 7519 1726888140.42504: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d100>\r\n<<<\n 7519 1726888140.42507: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c79e8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.42543: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888140.42565: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<<\n 7519 1726888140.42568: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888140.42572: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.42610: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py<<<\n 7519 1726888140.42615: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.42644: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'<<<\n 7519 1726888140.42648: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.42666: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.42681: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.42684: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888140.42764: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.42808: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c696de80>\r\n<<<\n 7519 1726888140.42883: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.42886: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.42889: stdout chunk (state=3):\n>>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c698dfa0><<<\n 7519 1726888140.42891: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.42944: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.42947: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c698ddc0>\r\n<<<\n 7519 1726888140.42961: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.42976: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888140.43029: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888140.43081: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c698d430>\r\n<<<\n 7519 1726888140.43114: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd4dc0>\r\n<<<\n 7519 1726888140.43153: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888140.43390: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd43d0><<<\n 7519 1726888140.43393: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.43420: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888140.43435: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888140.43467: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd4f10>\r\n<<<\n 7519 1726888140.43525: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'<<<\n 7519 1726888140.43529: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.43566: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n<<<\n 7519 1726888140.43569: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888140.43606: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py<<<\n 7519 1726888140.43611: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.43626: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888140.43667: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'<<<\n 7519 1726888140.43687: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.43813: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.43816: stdout chunk (state=3):\n>>><<<\n 7519 1726888140.43819: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888140.43962: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888140.43967: _low_level_execute_command(): starting\n 7519 1726888140.43981: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888140.43990: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fa3b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f72430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e9460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9490>\r\n<<<\n 7519 1726888140.44029: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py<<<\n 7519 1726888140.44032: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.44046: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888140.44083: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888140.44136: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'<<<\n 7519 1726888140.44140: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.44155: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 119, \"inode\": 501219459, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888119.62437, \"mtime\": 1726888114.738307, \"ctime\": 1726888115.1343122, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"249629386\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n<<<\n 7519 1726888140.44185: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888140.44240: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.44245: stdout chunk (state=3):\n>>>\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.44249: stdout chunk (state=3):\n>>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6950130>\r\n<<<\n 7519 1726888140.44261: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5190>\r\n<<<\n 7519 1726888140.44298: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py<<<\n 7519 1726888140.44303: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.44317: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888140.44409: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.44412: stdout chunk (state=3):\n>>>\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.44419: stdout chunk (state=3):\n>>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695c940>\r\n<<<\n 7519 1726888140.44434: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5310>\r\n<<<\n 7519 1726888140.44463: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888140.44550: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.44557: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n<<<\n 7519 1726888140.44595: stdout chunk (state=3):\n>>># cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n<<<\n 7519 1726888140.44603: stdout chunk (state=3):\n>>># cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n<<<\n 7519 1726888140.44608: stdout chunk (state=3):\n>>># cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n<<<\n 7519 1726888140.44630: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888140.44647: stdout chunk (state=3):\n>>># cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n<<<\n 7519 1726888140.44690: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fcdcd0>\r\n<<<\n 7519 1726888140.44840: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888140.44859: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888140.44928: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888140.44932: stdout chunk (state=3):\n>>># destroy _compression\r\n<<<\n 7519 1726888140.44936: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888140.44939: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c695c8e0>\r\n<<<\n 7519 1726888140.44951: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888140.44978: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888140.45001: stdout chunk (state=3):\n>>># destroy array\r\n<<<\n 7519 1726888140.45005: stdout chunk (state=3):\n>>># destroy datetime\r\n<<<\n 7519 1726888140.45054: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888140.45058: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695c730><<<\n 7519 1726888140.45060: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.45085: stdout chunk (state=3):\n>>># cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n<<<\n 7519 1726888140.45126: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n<<<\n 7519 1726888140.45133: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695b6d0><<<\n 7519 1726888140.45136: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.45164: stdout chunk (state=3):\n>>># destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n<<<\n 7519 1726888140.45168: stdout chunk (state=3):\n>>># cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n<<<\n 7519 1726888140.45190: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.45210: stdout chunk (state=3):\n>>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695b610>\r\n<<<\n 7519 1726888140.45299: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fad880>\r\n<<<\n 7519 1726888140.45304: stdout chunk (state=3):\n>>># cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n<<<\n 7519 1726888140.45307: stdout chunk (state=3):\n>>># destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n<<<\n 7519 1726888140.45310: stdout chunk (state=3):\n>>># cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 7519 1726888140.45313: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888140.45317: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888140.45319: stdout chunk (state=3):\n>>># destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888140.45324: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888140.45338: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888140.45399: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.45404: stdout chunk (state=3):\n>>>\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.45421: stdout chunk (state=3):\n>>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e1640>\r\n<<<\n 7519 1726888140.45442: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n<<<\n 7519 1726888140.45468: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888140.45473: stdout chunk (state=3):\n>>># destroy stat\r\n<<<\n 7519 1726888140.45531: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n<<<\n 7519 1726888140.45537: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888140.45570: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888140.45843: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.45848: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.46000: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e0a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69ef0d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e10a0><<<\n 7519 1726888140.46004: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.46006: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f7a9a0>\r\n<<<\n 7519 1726888140.46069: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888140.46073: stdout chunk (state=3):\n>>><<<\n 7519 1726888140.46077: stderr chunk (state=3):\n>>><<<\n 7519 1726888140.46079: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available<<<\n 7519 1726888140.46082: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.46127: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888140.46130: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d257850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d295880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d22dd90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d257d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfaeeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb1f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfa7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfad640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfae370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf30d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf89cd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf825b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf96610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf42c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf891f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf96220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfbb970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf16310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf16400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf4cf40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf449d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce49160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf00dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5fa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce5ba90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce5bdc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6d6d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6dc10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cdfb340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce5beb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce0b220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6d550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce0b2e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce277f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27c40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce35190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce1a9d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27a30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fac6cd47610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c74e160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74eeb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74efa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74ecd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c74ef10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6a3e80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6c4fa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6c4dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6c4430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b5dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b53d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b5f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c784b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71dc70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71d340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c754430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c71d460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71d490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c686130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c692940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7aecd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6928e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c692730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6916d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c691610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c78d880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c718640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c716a60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7250d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c7180a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c75a9a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c674fa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c656d90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c24d5e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c70b9a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7514c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c7a0be0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c229df0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c64de80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c64ab20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c79e8e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'gc\\' # \\r\\n\\r\\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 119, \"inode\": 501219459, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888119.62437, \"mtime\": 1726888114.738307, \"ctime\": 1726888115.1343122, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"249629386\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing gc\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy gc\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888140.48127: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d257850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d295880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d22dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d257d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfaeeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfa7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfad640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf30d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf89cd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf825b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf96610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf42c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf891f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf96220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfbb970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf16310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf16400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf4cf40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf449d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce49160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf00dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce5ba90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce5bdc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6d6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6dc10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cdfb340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce5beb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce0b220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6d550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce0b2e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce277f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce35190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce1a9d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27a30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fac6cd47610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c74e160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74eeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74efa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74ecd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c74ef10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6a3e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6c4fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6c4dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6c4430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b5dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b53d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b5f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c784b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71dc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71d340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c754430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c71d460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71d490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c686130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c692940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7aecd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6928e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c692730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6916d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c691610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c78d880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c718640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c716a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7250d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c7180a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c75a9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c674fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c656d90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c24d5e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c70b9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7514c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c7a0be0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c229df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c64de80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c64ab20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c79e8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'gc' # \r\n\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 119, \"inode\": 501219459, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888119.62437, \"mtime\": 1726888114.738307, \"ctime\": 1726888115.1343122, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"249629386\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888140.50282: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.50981: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888140.50984: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.50988: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.51007: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.51010: done with _execute_module (ansible.legacy.stat, {'path': '/etc/sssd/conf.d/sssd-session-recording.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888140.0267246-8029-33733126720340/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None})\n 7519 1726888140.51041: variable 'ansible_module_compression' from source: unknown\n 7519 1726888140.51060: ANSIBALLZ: Using generic lock for ansible.legacy.file\n 7519 1726888140.51063: ANSIBALLZ: Acquiring lock\n 7519 1726888140.51077: ANSIBALLZ: Lock acquired: 140005031086368\n 7519 1726888140.51082: ANSIBALLZ: Creating module\n 7519 1726888140.51084: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888140.51087: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888140.51090: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888140.51094: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 7519 1726888140.51097: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888140.51118: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888140.51129: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51133: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.51135: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.51182: stdout chunk (state=3):\n>>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c692afa0>\r\n<<<\n 7519 1726888140.51221: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888140.51227: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51229: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c691fd90>\r\n<<<\n 7519 1726888140.51267: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c65505e0>\r\n<<<\n 7519 1726888140.51273: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888140.51297: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.51300: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.51304: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888140.51306: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.51309: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.51312: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888140.51650: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51653: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69d59a0>\r\n<<<\n 7519 1726888140.51656: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.51658: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\n<<<\n 7519 1726888140.51673: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.51676: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888140.51678: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n<<<\n 7519 1726888140.51680: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 7519 1726888140.51682: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888140.51684: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51686: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888140.51688: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51689: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888140.51691: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8dc0>\r\n<<<\n 7519 1726888140.51708: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888140.51711: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d3a0>\r\n<<<\n 7519 1726888140.51721: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8b20>\r\n<<<\n 7519 1726888140.51723: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n<<<\n 7519 1726888140.51727: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51729: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8ac0>\r\n<<<\n 7519 1726888140.51731: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888140.51734: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n<<<\n 7519 1726888140.51739: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51754: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d490>\r\n<<<\n 7519 1726888140.51758: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51761: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n<<<\n 7519 1726888140.51763: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\n<<<\n 7519 1726888140.51778: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d940>\r\n<<<\n 7519 1726888140.51793: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d670>\r\n<<<\n 7519 1726888140.51803: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888140.51848: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51855: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.51857: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888140.51859: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51861: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888140.51863: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51866: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034190>\r\n<<<\n 7519 1726888140.51868: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888140.51870: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.51872: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51933: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888140.51936: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.51950: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888140.51969: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888140.51972: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888140.51974: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.51976: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178057850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178095880>\r\n<<<\n 7519 1726888140.51979: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n<<<\n 7519 1726888140.51981: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.51983: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17802dd90>\r\n<<<\n 7519 1726888140.51987: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\n<<<\n 7519 1726888140.51989: stdout chunk (state=3):\n>>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178057d90>\r\n<<<\n 7519 1726888140.51990: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.52039: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d970>\r\n<<<\n 7519 1726888140.52049: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888140.52052: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888140.52055: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.52057: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.52145: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888140.52153: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.52155: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.52158: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888140.52159: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.52191: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888140.52195: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52264: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888140.52285: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52289: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888140.52292: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52294: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888140.52306: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52308: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177daeeb0>\r\n<<<\n 7519 1726888140.52359: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.52364: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db0f40>\r\n<<<\n 7519 1726888140.52376: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888140.52382: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52385: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888140.52388: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888140.52440: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52489: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888140.52497: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52499: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177da7610>\r\n<<<\n 7519 1726888140.52502: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dad640>\r\n<<<\n 7519 1726888140.52504: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dae370>\r\n<<<\n 7519 1726888140.52506: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888140.52627: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888140.52631: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52636: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888140.52679: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52682: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888140.52684: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52687: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888140.52689: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52732: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.52735: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d30d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30850>\r\n<<<\n 7519 1726888140.52738: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888140.52784: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f714c0>\r\n<<<\n 7519 1726888140.52787: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.52807: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888140.52830: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888140.52833: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 7519 1726888140.52874: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30f10>\r\n<<<\n 7519 1726888140.52878: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n<<<\n 7519 1726888140.52889: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30e20>\r\n<<<\n 7519 1726888140.52891: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.52893: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888140.52956: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d89cd0>\r\n<<<\n 7519 1726888140.52960: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888140.52999: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888140.53002: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\n<<<\n 7519 1726888140.53004: stdout chunk (state=3):\n>>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888140.53006: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d825b0>\r\n<<<\n 7519 1726888140.53019: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888140.53050: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.53053: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n<<<\n 7519 1726888140.53081: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d96610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5dc0>\r\n<<<\n 7519 1726888140.53084: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.53141: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888140.53171: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888140.53174: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.53177: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.53201: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d42c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d891f0>\r\n<<<\n 7519 1726888140.53205: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.53208: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.53210: stdout chunk (state=3):\n>>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d96220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dbb970>\r\n<<<\n 7519 1726888140.53212: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.53325: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888140.53329: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n<<<\n 7519 1726888140.53347: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.53350: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.53352: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888140.53354: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42f40>\r\n<<<\n 7519 1726888140.53414: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42d30>\r\n<<<\n 7519 1726888140.53431: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n<<<\n 7519 1726888140.53448: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\n<<<\n 7519 1726888140.53451: stdout chunk (state=3):\n>>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42ca0>\r\n<<<\n 7519 1726888140.53453: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888140.53456: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.53588: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888140.53662: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888140.53665: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888140.53668: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888140.53670: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n<<<\n 7519 1726888140.53921: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d16310>\r\n<<<\n 7519 1726888140.53929: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.53932: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888140.53935: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d16400>\r\n<<<\n 7519 1726888140.54087: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.54207: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.55279: stdout chunk (state=3):\n>>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6fbfbe0>\r\n<<<\n 7519 1726888140.55319: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6527df0>\r\n<<<\n 7519 1726888140.55321: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d4cf40>\r\n<<<\n 7519 1726888140.55325: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\n<<<\n 7519 1726888140.55328: stdout chunk (state=3):\n>>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888140.55330: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d449d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44520>\r\n<<<\n 7519 1726888140.55332: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55383: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55389: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888140.55444: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55472: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888140.55475: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c63160>\r\n<<<\n 7519 1726888140.55477: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d00dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888140.55479: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55482: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c75a90>\r\nimport 'errno' # \r\n<<<\n 7519 1726888140.55484: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c75dc0>\r\n<<<\n 7519 1726888140.55491: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55493: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55495: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55502: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c876d0>\r\n<<<\n 7519 1726888140.55504: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888140.55507: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55509: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888140.55511: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c87c10>\r\n<<<\n 7519 1726888140.55515: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55517: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.55519: stdout chunk (state=3):\n>>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.55521: stdout chunk (state=3):\n>>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c15340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c75eb0>\r\n<<<\n 7519 1726888140.55525: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888140.55527: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888140.55530: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55532: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55548: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.55551: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c25220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c87550>\r\n<<<\n 7519 1726888140.55554: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888140.55556: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 7519 1726888140.55558: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55559: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.55561: stdout chunk (state=3):\n>>># extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c252e0>\r\n<<<\n 7519 1726888140.55563: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42970>\r\n<<<\n 7519 1726888140.55565: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888140.55567: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55569: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888140.55571: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55574: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41640>\r\n<<<\n 7519 1726888140.55575: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c691be80>\r\n<<<\n 7519 1726888140.55577: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55579: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.55581: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41700>\r\n<<<\n 7519 1726888140.55608: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6914b20>\r\n<<<\n 7519 1726888140.55616: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c417f0>\r\n<<<\n 7519 1726888140.55618: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n<<<\n 7519 1726888140.55620: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55622: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fbd8e0>\r\n<<<\n 7519 1726888140.55626: stdout chunk (state=3):\n>>># destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888140.55628: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55630: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55632: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\n<<<\n 7519 1726888140.55634: stdout chunk (state=3):\n>>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888140.55636: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.55638: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41c40>\r\n<<<\n 7519 1726888140.55640: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.55642: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c4e190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41880>\r\n<<<\n 7519 1726888140.55644: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c349d0>\r\n<<<\n 7519 1726888140.55646: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888140.55647: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42550>\r\n<<<\n 7519 1726888140.55649: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55655: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888140.55657: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55659: stdout chunk (state=3):\n>>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888140.55661: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55663: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888140.55665: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41a30>\r\n<<<\n 7519 1726888140.55667: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888140.55669: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc177b61610>\r\n<<<\n 7519 1726888140.55671: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55695: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip'\r\n<<<\n 7519 1726888140.55699: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55704: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.55706: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55708: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888140.55717: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55740: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.55893: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888140.56710: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.57661: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e760>\r\n<<<\n 7519 1726888140.57702: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n<<<\n 7519 1726888140.57751: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.57757: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888140.57760: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888140.57763: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.57794: stdout chunk (state=3):\n>>>{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 119, \"inode\": 507510916, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888105.3949866, \"mtime\": 1726888105.037986, \"ctime\": 1726888105.3989868, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2935631627\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}<<<\n 7519 1726888140.57798: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.57800: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.57803: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17754e160>\r\n<<<\n 7519 1726888140.57805: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888140.57807: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e280>\r\n<<<\n 7519 1726888140.57866: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754eeb0>\r\n<<<\n 7519 1726888140.57870: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888140.57892: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888140.57898: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754efa0>\r\n<<<\n 7519 1726888140.57901: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754ecd0>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888140.57954: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17754ef10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888140.57984: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888140.58090: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e100>\r\n<<<\n 7519 1726888140.58094: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888140.58096: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888140.58099: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888140.58482: stdout chunk (state=3):\n>>># clear builtins._<<<\n 7519 1726888140.58839: stdout chunk (state=3):\n>>>\r\n# clear sys.path<<<\n 7519 1726888140.58855: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.59066: stdout chunk (state=3):\n>>># clear sys.argv<<<\n 7519 1726888140.59167: stdout chunk (state=3):\n>>>\r\n# clear sys.ps1<<<\n 7519 1726888140.59211: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.59358: stdout chunk (state=3):\n>>># clear sys.ps2<<<\n 7519 1726888140.59720: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.59752: stdout chunk (state=3):\n>>># clear sys.last_type<<<\n 7519 1726888140.59755: stdout chunk (state=3):\n>>>\r\n# clear sys.last_value<<<\n 7519 1726888140.59757: stdout chunk (state=3):\n>>>\r\n# clear sys.last_traceback<<<\n 7519 1726888140.59759: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.59761: stdout chunk (state=3):\n>>># clear sys.path_hooks<<<\n 7519 1726888140.59764: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.59766: stdout chunk (state=3):\n>>># clear sys.path_importer_cache<<<\n 7519 1726888140.59768: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.59784: stdout chunk (state=3):\n>>># clear sys.meta_path<<<\n 7519 1726888140.59800: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.59815: stdout chunk (state=3):\n>>># clear sys.__interactivehook__<<<\n 7519 1726888140.59819: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.59822: stdout chunk (state=3):\n>>># restore sys.stdin<<<\n 7519 1726888140.59826: stdout chunk (state=3):\n>>>\r\n# restore sys.stdout<<<\n 7519 1726888140.59869: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.59872: stdout chunk (state=3):\n>>># restore sys.stderr<<<\n 7519 1726888140.59908: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.59911: stdout chunk (state=3):\n>>># cleanup[2] removing sys<<<\n 7519 1726888140.59936: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60048: stdout chunk (state=3):\n>>># cleanup[2] removing builtins<<<\n 7519 1726888140.60225: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60250: stdout chunk (state=3):\n>>># cleanup[2] removing _frozen_importlib<<<\n 7519 1726888140.60254: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _imp<<<\n 7519 1726888140.60257: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60259: stdout chunk (state=3):\n>>># cleanup[2] removing _thread<<<\n 7519 1726888140.60261: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _warnings<<<\n 7519 1726888140.60263: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60264: stdout chunk (state=3):\n>>># cleanup[2] removing _weakref<<<\n 7519 1726888140.60266: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _io<<<\n 7519 1726888140.60268: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing marshal<<<\n 7519 1726888140.60287: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60311: stdout chunk (state=3):\n>>># cleanup[2] removing posix<<<\n 7519 1726888140.60316: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774a3e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774c4fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774c4dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774c4430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b5dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b53d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b5f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888140.60321: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time<<<\n 7519 1726888140.60329: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60331: stdout chunk (state=3):\n>>># cleanup[2] removing zipimport<<<\n 7519 1726888140.60511: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60516: stdout chunk (state=3):\n>>># cleanup[2] removing _codecs<<<\n 7519 1726888140.60518: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60520: stdout chunk (state=3):\n>>># cleanup[2] removing codecs<<<\n 7519 1726888140.60523: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60525: stdout chunk (state=3):\n>>># cleanup[2] removing encodings.aliases<<<\n 7519 1726888140.60527: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing encodings<<<\n 7519 1726888140.60529: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60531: stdout chunk (state=3):\n>>># cleanup[2] removing encodings.utf_8<<<\n 7519 1726888140.60537: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60539: stdout chunk (state=3):\n>>># cleanup[2] removing _signal<<<\n 7519 1726888140.60541: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60543: stdout chunk (state=3):\n>>># cleanup[2] removing encodings.latin_1<<<\n 7519 1726888140.60545: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _abc<<<\n 7519 1726888140.60547: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60548: stdout chunk (state=3):\n>>># cleanup[2] removing abc<<<\n 7519 1726888140.60550: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60552: stdout chunk (state=3):\n>>># cleanup[2] removing io<<<\n 7519 1726888140.60554: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60556: stdout chunk (state=3):\n>>># cleanup[2] removing __main__<<<\n 7519 1726888140.60557: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60559: stdout chunk (state=3):\n>>># cleanup[2] removing _stat<<<\n 7519 1726888140.60561: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing stat<<<\n 7519 1726888140.60563: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path<<<\n 7519 1726888140.60565: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing os<<<\n 7519 1726888140.60583: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _sitebuiltins<<<\n 7519 1726888140.60586: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types<<<\n 7519 1726888140.60589: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60591: stdout chunk (state=3):\n>>># cleanup[2] removing enum<<<\n 7519 1726888140.60592: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60594: stdout chunk (state=3):\n>>># cleanup[2] removing _sre\r\n<<<\n 7519 1726888140.60596: stdout chunk (state=3):\n>>># cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n<<<\n 7519 1726888140.60598: stdout chunk (state=3):\n>>># cleanup[2] removing heapq<<<\n 7519 1726888140.60600: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60602: stdout chunk (state=3):\n>>># cleanup[2] removing itertools<<<\n 7519 1726888140.60606: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60657: stdout chunk (state=3):\n>>># cleanup[2] removing keyword<<<\n 7519 1726888140.60660: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60663: stdout chunk (state=3):\n>>># destroy keyword<<<\n 7519 1726888140.60665: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60667: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177584b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751fc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751f340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177554430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17751f460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751f490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177486130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177492940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888140.60669: stdout chunk (state=3):\n>>># cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n<<<\n 7519 1726888140.60670: stdout chunk (state=3):\n>>># cleanup[2] removing _collections\r\n<<<\n 7519 1726888140.60672: stdout chunk (state=3):\n>>># cleanup[2] removing collections\r\n<<<\n 7519 1726888140.60674: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888140.60676: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60678: stdout chunk (state=3):\n>>># cleanup[2] removing _functools\r\n<<<\n 7519 1726888140.60680: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py<<<\n 7519 1726888140.60681: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60683: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'<<<\n 7519 1726888140.60685: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60687: stdout chunk (state=3):\n>>>import '_string' # <<<\n 7519 1726888140.60688: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60690: stdout chunk (state=3):\n>>># cleanup[2] removing functools\r\n<<<\n 7519 1726888140.60692: stdout chunk (state=3):\n>>># cleanup[2] removing copyreg<<<\n 7519 1726888140.60693: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60697: stdout chunk (state=3):\n>>># cleanup[2] removing re<<<\n 7519 1726888140.60699: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60701: stdout chunk (state=3):\n>>># cleanup[2] removing _struct\r\n<<<\n 7519 1726888140.60703: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775aecd0><<<\n 7519 1726888140.60704: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60706: stdout chunk (state=3):\n>>># cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64<<<\n 7519 1726888140.60707: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60709: stdout chunk (state=3):\n>>># destroy base64\r\n# cleanup[2] removing importlib._bootstrap<<<\n 7519 1726888140.60711: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60715: stdout chunk (state=3):\n>>># cleanup[2] removing importlib._bootstrap_external<<<\n 7519 1726888140.60717: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib<<<\n 7519 1726888140.60719: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno<<<\n 7519 1726888140.60721: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2<<<\n 7519 1726888140.60726: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect<<<\n 7519 1726888140.60728: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774928e0><<<\n 7519 1726888140.60730: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60732: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__<<<\n 7519 1726888140.60734: stdout chunk (state=3):\n>>>\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd<<<\n 7519 1726888140.60736: stdout chunk (state=3):\n>>>\r\n# destroy systemd\r\n# cleanup[2] removing _datetime<<<\n 7519 1726888140.60743: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common<<<\n 7519 1726888140.60745: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy<<<\n 7519 1726888140.60747: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.60749: stdout chunk (state=3):\n>>>\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast<<<\n 7519 1726888140.60750: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.60752: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60754: stdout chunk (state=3):\n>>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177492730>\r\n<<<\n 7519 1726888140.60760: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux<<<\n 7519 1726888140.60766: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils<<<\n 7519 1726888140.60768: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.60769: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60771: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.60775: stdout chunk (state=3):\n>>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774916d0><<<\n 7519 1726888140.60777: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60778: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n<<<\n 7519 1726888140.60780: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.60782: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.60784: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60786: stdout chunk (state=3):\n>>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177491610><<<\n 7519 1726888140.60787: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60789: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17758e880><<<\n 7519 1726888140.60791: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60792: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py<<<\n 7519 1726888140.60794: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60796: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'<<<\n 7519 1726888140.60798: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.60996: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py<<<\n 7519 1726888140.61035: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.61098: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'<<<\n 7519 1726888140.61102: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.61146: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.61153: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.61198: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888140.61206: stdout chunk (state=3):\n>>>\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177518640><<<\n 7519 1726888140.61209: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.61290: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888140.61353: stdout chunk (state=3):\n>>># destroy importlib.util<<<\n 7519 1726888140.61358: stdout chunk (state=3):\n>>>\r\n# destroy importlib.abc\r\n<<<\n 7519 1726888140.61360: stdout chunk (state=3):\n>>># destroy importlib.machinery<<<\n 7519 1726888140.61362: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888140.61363: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888140.61365: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177516a60>\r\n<<<\n 7519 1726888140.61367: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775250d0>\r\n<<<\n 7519 1726888140.61369: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n<<<\n 7519 1726888140.61371: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1775180a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17755a9a0>\r\n<<<\n 7519 1726888140.61373: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.61375: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888140.61377: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n<<<\n 7519 1726888140.61379: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.61381: stdout chunk (state=3):\n>>># cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 7519 1726888140.61385: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n<<<\n 7519 1726888140.61387: stdout chunk (state=3):\n>>># destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 7519 1726888140.61389: stdout chunk (state=3):\n>>># destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888140.61391: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.61393: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888140.61395: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.61397: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888140.61398: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.61400: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888140.61402: stdout chunk (state=3):\n>>># destroy tokenize\r\n# destroy _heapq\r\n<<<\n 7519 1726888140.61629: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.61633: stdout chunk (state=3):\n>>># destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888140.61770: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888140.61842: stderr chunk (state=3):\n>>><<<\n 7519 1726888140.61845: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75583a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7532850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7570880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7508d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7532d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d2eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74cc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d4640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d2370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7455d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74aecd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74a85b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74bb610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dadc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7467c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74ae1f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c74bb220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74e0970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71fc310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71fc400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7472f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74699d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7149160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71e5dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dafa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c715aa90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c715adc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716e6d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716ec10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c70fa340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c715aeb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c710a220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716e550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c710a2e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c71267f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126c40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7134190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71199d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126a30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f28c7046610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6f6d160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6deb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6dfa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6dcd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6f6df10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c696de80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c698dfa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c698ddc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c698d430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd4dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd43d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd4f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fa3b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9c70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f72430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e9460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6950130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695c940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fcdcd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c695c8e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695c730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695b6d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695b610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fad880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e1640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e0a60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69ef0d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e10a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f7a9a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c692afa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c691fd90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c65505e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69d59a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f714c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6fbfbe0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6527df0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c691be80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6914b20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fbd8e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'gc\\' # \\r\\n\\r\\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 119, \"inode\": 507510916, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888105.3949866, \"mtime\": 1726888105.037986, \"ctime\": 1726888105.3989868, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2935631627\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing gc\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy gc\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888140.62815: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7532850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7570880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7508d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7532d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d2eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74cc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d4640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d2370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7455d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74aecd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74a85b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74bb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dadc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7467c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74ae1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c74bb220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74e0970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71fc310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71fc400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7472f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74699d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7149160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71e5dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dafa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c715aa90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c715adc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716e6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716ec10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c70fa340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c715aeb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c710a220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716e550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c710a2e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c71267f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7134190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71199d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126a30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f28c7046610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6f6d160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6deb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6dfa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6dcd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6f6df10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c696de80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c698dfa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c698ddc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c698d430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd4dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd43d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd4f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fa3b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f72430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e9460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6950130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695c940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fcdcd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c695c8e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695c730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695b6d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695b610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fad880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e1640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e0a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69ef0d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e10a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f7a9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c692afa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c691fd90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c65505e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69d59a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f714c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6fbfbe0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6527df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c691be80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6914b20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fbd8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'gc' # \r\n\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 119, \"inode\": 507510916, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888105.3949866, \"mtime\": 1726888105.037986, \"ctime\": 1726888105.3989868, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2935631627\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888140.63511: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64076: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888140.64080: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177474fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177456d90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1770735e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.64082: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888140.64102: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888140.64106: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17750b9a0>\r\n<<<\n 7519 1726888140.64108: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64110: done with _execute_module (ansible.legacy.stat, {'path': '/etc/sssd/conf.d/sssd-session-recording.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888140.0019536-8027-145692832600266/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None})\n 7519 1726888140.64115: variable 'ansible_module_compression' from source: unknown\n 7519 1726888140.64117: ANSIBALLZ: Using generic lock for ansible.legacy.file\n 7519 1726888140.64119: ANSIBALLZ: Acquiring lock\n 7519 1726888140.64121: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64128: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64130: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64132: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.64134: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64136: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888140.64141: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64143: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64145: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.64147: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64149: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888140.64151: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64153: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64155: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888140.64157: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64349: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64481: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888140.64510: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888140.64516: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888140.64596: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775514c0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.64660: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64730: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888140.64742: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888140.64746: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888140.64749: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64791: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64838: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888140.64841: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.64865: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66056: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66059: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66061: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888140.66064: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888140.66066: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1775a0be0>\r\n<<<\n 7519 1726888140.66068: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177048df0>\r\n<<<\n 7519 1726888140.66071: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\n<<<\n 7519 1726888140.66073: stdout chunk (state=3):\n>>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.66075: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66077: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66079: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66081: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888140.66083: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888140.66085: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888140.66087: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888140.66089: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888140.66091: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888140.66093: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17744de80>\r\n<<<\n 7519 1726888140.66095: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17744ab20>\r\n<<<\n 7519 1726888140.66097: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17759e8e0>\r\n<<<\n 7519 1726888140.66100: stdout chunk (state=3):\n>>># destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888140.66103: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66106: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\n<<<\n 7519 1726888140.66107: stdout chunk (state=3):\n>>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888140.66109: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888140.66111: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66116: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66118: stdout chunk (state=3):\n>>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888140.66120: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66124: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66211: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888140.66432: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888140.67447: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 119, \"inode\": 499122308, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888119.5156164, \"mtime\": 1726888114.6085842, \"ctime\": 1726888115.007587, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"3255395795\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n<<<\n 7519 1726888140.67451: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888140.67855: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n<<<\n 7519 1726888140.67870: stdout chunk (state=3):\n>>># clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888140.67977: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal<<<\n 7519 1726888140.67996: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n<<<\n 7519 1726888140.68000: stdout chunk (state=3):\n>>># cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg<<<\n 7519 1726888140.68043: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n<<<\n 7519 1726888140.68046: stdout chunk (state=3):\n>>># cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n<<<\n 7519 1726888140.68049: stdout chunk (state=3):\n>>># cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n<<<\n 7519 1726888140.68051: stdout chunk (state=3):\n>>># cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math<<<\n 7519 1726888140.68054: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n<<<\n 7519 1726888140.68056: stdout chunk (state=3):\n>>># cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n<<<\n 7519 1726888140.68058: stdout chunk (state=3):\n>>># cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n<<<\n 7519 1726888140.68061: stdout chunk (state=3):\n>>># cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n<<<\n 7519 1726888140.68063: stdout chunk (state=3):\n>>># cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n<<<\n 7519 1726888140.68066: stdout chunk (state=3):\n>>># cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n<<<\n 7519 1726888140.68068: stdout chunk (state=3):\n>>># destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n<<<\n 7519 1726888140.68070: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n<<<\n 7519 1726888140.68072: stdout chunk (state=3):\n>>># cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n<<<\n 7519 1726888140.68074: stdout chunk (state=3):\n>>># cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters<<<\n 7519 1726888140.68077: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n<<<\n 7519 1726888140.68079: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n<<<\n 7519 1726888140.68237: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888140.68244: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888140.68288: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888140.68291: stdout chunk (state=3):\n>>># destroy _compression\r\n<<<\n 7519 1726888140.68294: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888140.68333: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n<<<\n 7519 1726888140.68347: stdout chunk (state=3):\n>>># destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888140.68375: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888140.68379: stdout chunk (state=3):\n>>># destroy array\r\n<<<\n 7519 1726888140.68604: stdout chunk (state=3):\n>>># destroy datetime\r\n<<<\n 7519 1726888140.68658: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n<<<\n 7519 1726888140.68661: stdout chunk (state=3):\n>>># destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888140.68664: stdout chunk (state=3):\n>>># cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 7519 1726888140.68667: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n<<<\n 7519 1726888140.68669: stdout chunk (state=3):\n>>># destroy subprocess\r\n# cleanup[3] wiping selectors\r\n<<<\n 7519 1726888140.68671: stdout chunk (state=3):\n>>># cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n<<<\n 7519 1726888140.68673: stdout chunk (state=3):\n>>># cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n<<<\n 7519 1726888140.68675: stdout chunk (state=3):\n>>># destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n<<<\n 7519 1726888140.68677: stdout chunk (state=3):\n>>># cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888140.68681: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n<<<\n 7519 1726888140.68683: stdout chunk (state=3):\n>>># cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n<<<\n 7519 1726888140.68685: stdout chunk (state=3):\n>>># destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n<<<\n 7519 1726888140.68687: stdout chunk (state=3):\n>>># cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888140.68690: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888140.68692: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n<<<\n 7519 1726888140.68694: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n<<<\n 7519 1726888140.68696: stdout chunk (state=3):\n>>># cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc<<<\n 7519 1726888140.68699: stdout chunk (state=3):\n>>>\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n<<<\n 7519 1726888140.68701: stdout chunk (state=3):\n>>># destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888140.69302: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n<<<\n 7519 1726888140.69305: stdout chunk (state=3):\n>>># destroy _heapq\r\n<<<\n 7519 1726888140.69307: stdout chunk (state=3):\n>>># destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888140.69309: stdout chunk (state=3):\n>>># destroy select\r\n<<<\n 7519 1726888140.69311: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888140.69316: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888140.69318: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888140.69320: stdout chunk (state=3):\n>>><<<\n 7519 1726888140.69325: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178057850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178095880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17802dd90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178057d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177daeeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db0f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177da7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dad640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dae370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d30d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d89cd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d825b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d96610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d42c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d891f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d96220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dbb970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d16310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d16400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d4cf40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d449d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c63160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d00dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5fa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c75a90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c75dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c876d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c87c10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c15340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c75eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c25220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c87550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c252e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c417f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41c40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c4e190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c349d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41a30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc177b61610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17754e160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754eeb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754efa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754ecd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17754ef10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774a3e80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774c4fa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774c4dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774c4430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b5dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b53d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b5f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177584b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751fc70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751f340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177554430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17751f460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751f490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177486130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177492940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775aecd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774928e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177492730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774916d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177491610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17758e880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177518640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177516a60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775250d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1775180a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17755a9a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177474fa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177456d90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1770735e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17750b9a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775514c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1775a0be0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177048df0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17744de80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17744ab20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17759e8e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'gc\\' # \\r\\n\\r\\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 119, \"inode\": 499122308, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888119.5156164, \"mtime\": 1726888114.6085842, \"ctime\": 1726888115.007587, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"3255395795\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing gc\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy gc\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888140.72105: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178057850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178095880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17802dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178057d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177daeeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db0f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177da7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dad640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d30d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d89cd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d825b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d96610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d42c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d891f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d96220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dbb970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d16310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d16400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d4cf40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d449d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c63160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d00dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c75a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c75dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c876d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c87c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c15340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c75eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c25220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c87550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c252e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c417f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c4e190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c349d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41a30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc177b61610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17754e160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754eeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754efa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754ecd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17754ef10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774a3e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774c4fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774c4dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774c4430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b5dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b53d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b5f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177584b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751fc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751f340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177554430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17751f460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751f490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177486130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177492940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775aecd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774928e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177492730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774916d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177491610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17758e880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177518640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177516a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775250d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1775180a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17755a9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177474fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177456d90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1770735e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17750b9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775514c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1775a0be0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177048df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17744de80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17744ab20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17759e8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'gc' # \r\n\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 119, \"inode\": 499122308, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888119.5156164, \"mtime\": 1726888114.6085842, \"ctime\": 1726888115.007587, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"3255395795\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888140.76184: done with _execute_module (ansible.legacy.stat, {'path': '/etc/sssd/conf.d/sssd-session-recording.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888140.143504-8034-265518152416151/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None})\n 7519 1726888140.76189: variable 'ansible_module_compression' from source: unknown\n 7519 1726888140.76192: ANSIBALLZ: Using generic lock for ansible.legacy.file\n 7519 1726888140.76195: ANSIBALLZ: Acquiring lock\n 7519 1726888140.88001: ANSIBALLZ: Writing module into payload\n 7519 1726888140.89032: ANSIBALLZ: Writing module\n 7519 1726888140.89151: ANSIBALLZ: Renaming module\n 7519 1726888140.89161: ANSIBALLZ: Done creating module\n 7519 1726888140.89283: ANSIBALLZ: Lock acquired: 140005031086368\n 7519 1726888140.89287: ANSIBALLZ: Reading module after lock\n 7519 1726888140.89289: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888140.89291: variable 'ansible_facts' from source: host vars for 'managed_node1'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py\n 7519 1726888140.89295: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py\n 7519 1726888140.89300: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py\n 7519 1726888140.89334: ANSIBALLZ: Lock acquired: 140005031086368\n 7519 1726888140.89337: ANSIBALLZ: Reading module after lock\n 7519 1726888140.89426: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py\n 7519 1726888140.89432: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpyeepf80d TO /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpk1_33gzx TO /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpl2j67cba TO /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888140.89991: Sending initial data\n 7519 1726888140.89994: Sent initial data (150 bytes)\n 7519 1726888140.90094: Sending initial data\n 7519 1726888140.90097: Sent initial data (150 bytes)\n 7519 1726888140.90287: Sending initial data\n 7519 1726888140.90290: Sent initial data (151 bytes)\n 7519 1726888140.92177: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.92236: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.92250: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.92275: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.92289: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.92443: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888140.92456: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.92468: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.92480: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.92491: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.92503: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.92519: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.92538: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.92553: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888140.92565: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.92576: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.92590: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.92605: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.92620: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.92636: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888140.92646: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.92657: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.92673: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.92686: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.92702: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.92718: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.92853: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.92868: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.93173: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.93186: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.93200: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.93234: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.93243: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.93289: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888140.93560: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.93577: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.93581: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.93583: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.93586: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.93599: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.93602: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.93616: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.93619: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.93622: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888140.93626: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.93633: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.93645: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.93647: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.93660: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.93663: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.93667: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.93677: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888140.93681: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.93684: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.93693: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.93703: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.93706: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.93708: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.93718: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.93721: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.93736: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888140.93767: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.93826: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888140.93901: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888140.93922: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.93934: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.93943: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.93954: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.93972: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.93992: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.94011: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.94017: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.94019: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.94032: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.94041: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.94053: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.94062: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888140.94135: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888140.94138: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.94149: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888140.94192: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888140.94210: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888140.94227: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888140.94242: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.94258: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.94312: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.94334: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888140.94349: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888140.94361: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888140.94374: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888140.94388: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888140.94414: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888140.94438: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888140.94452: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888140.94521: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888140.94543: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888140.94559: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888140.94573: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888140.94589: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888140.94608: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888140.94703: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888140.94866: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888140.94883: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888140.94914: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888140.94941: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888140.94962: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888140.94987: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888140.95004: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888140.95028: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888140.95060: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888140.95095: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888140.95661: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888140.95676: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888140.95710: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888140.95768: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpyeepf80d\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888140.95771: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpyeepf80d /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py\n<<<\n 7519 1726888140.95816: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py M:0x001a\r\n<<<\n 7519 1726888140.96177: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888140.96208: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888140.96211: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888140.96268: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpk1_33gzx\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888140.96271: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpk1_33gzx /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py\n<<<\n 7519 1726888140.96311: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py M:0x001a\r\n<<<\n 7519 1726888140.97363: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125693\r\n<<<\n 7519 1726888140.97367: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888140.97369: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125693\r\n<<<\n 7519 1726888140.97371: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125693 bytes at 0\r\n<<<\n 7519 1726888140.97373: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888140.97374: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888140.97376: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.97378: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpl2j67cba\r\n<<<\n 7519 1726888140.97956: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpl2j67cba /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py\n<<<\n 7519 1726888140.97962: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888140.97964: stderr chunk (state=3):\n>>><<<\n 7519 1726888140.97966: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpyeepf80d /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpyeepf80d\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125693\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 125693 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888140.97978: done transferring module to remote\n 7519 1726888140.97980: _low_level_execute_command(): starting\n 7519 1726888140.97983: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py && sleep 0'\"'\"''\n 7519 1726888140.97991: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py M:0x001a\r\n<<<\n 7519 1726888140.97993: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125693 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888140.97996: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125694\r\n<<<\n 7519 1726888140.98563: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125694 bytes at 0\r\n<<<\n 7519 1726888140.98584: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888140.98587: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888140.98670: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.99003: stderr chunk (state=3):\n>>><<<\n 7519 1726888140.99006: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888140.99336: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpl2j67cba /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpl2j67cba\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125694\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 125694 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888140.99371: done transferring module to remote\n 7519 1726888140.99373: _low_level_execute_command(): starting\n 7519 1726888140.99375: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888140.99380: stderr chunk (state=3):\n>>><<<\n 7519 1726888140.99382: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpk1_33gzx /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpk1_33gzx\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125693\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 125693 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888140.99387: done transferring module to remote\n 7519 1726888140.99389: _low_level_execute_command(): starting\n 7519 1726888140.99391: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py && sleep 0'\"'\"''\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py && sleep 0'\"'\"''\n 7519 1726888141.00077: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.00261: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888141.00269: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888141.00272: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888141.00274: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888141.00290: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888141.00367: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.00737: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888141.00740: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.00743: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.00745: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.00747: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.00749: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888141.00751: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888141.00753: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888141.00756: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.00758: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.00760: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.00762: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.00764: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888141.00766: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888141.00768: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888141.00770: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.00773: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.00775: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.00788: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.00790: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.00793: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888141.00805: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888141.00810: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888141.00818: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888141.00842: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.00849: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.00857: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.01042: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888141.01053: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888141.01062: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.01080: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.01090: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888141.01097: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888141.01104: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888141.01111: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888141.01139: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888141.01165: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.01221: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.01538: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.01542: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.01745: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.01748: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.01751: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.01872: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.01875: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.01942: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888141.01955: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.02017: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.02317: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.02321: stdout chunk (state=3):\n>>><<<\n 7519 1726888141.02325: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.02453: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.02456: _low_level_execute_command(): starting\n 7519 1726888141.02458: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py && sleep 0'\"'\"''\n 7519 1726888141.03117: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.03121: stdout chunk (state=3):\n>>><<<\n 7519 1726888141.03137: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.03159: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.03162: _low_level_execute_command(): starting\n 7519 1726888141.03168: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py && sleep 0'\"'\"''\n 7519 1726888141.03851: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888141.03940: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.03955: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.03979: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.03993: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.04037: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888141.04049: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888141.04060: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888141.04086: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.04099: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.04112: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.04131: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.04200: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888141.04212: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888141.04231: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888141.04244: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.04259: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.04273: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.04285: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.04301: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888141.04311: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888141.04362: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.04375: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888141.04387: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888141.04403: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.04540: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.04544: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.04546: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.04552: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.04556: _low_level_execute_command(): starting\n 7519 1726888141.04558: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py && sleep 0'\"'\"''\n 7519 1726888141.04577: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.04794: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888141.04809: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888141.04827: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.04850: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.04869: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888141.04885: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888141.04896: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888141.04907: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888141.04930: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888141.04960: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.05027: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.05415: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888141.05547: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.05559: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.05577: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.05652: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.05693: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888141.05701: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888141.05708: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888141.05718: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.05730: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.05741: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.05752: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.05770: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888141.05776: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888141.05784: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888141.05796: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.05817: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.05881: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.05888: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.05931: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888141.05940: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888141.05948: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888141.05958: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888141.05966: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.05982: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.05992: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.06172: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888141.06182: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888141.06191: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.06208: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.06262: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888141.06270: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888141.06277: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888141.06284: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888141.06295: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888141.06333: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.06422: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888141.06427: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.06545: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.06562: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.06592: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.06605: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.06651: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888141.06667: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888141.06681: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888141.06696: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.06710: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.06731: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.06745: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.06759: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888141.06785: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888141.06797: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888141.06810: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.06830: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.06899: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.06915: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.06932: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888141.06943: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888141.06954: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888141.06968: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888141.06982: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.07000: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.07018: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.07082: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\n<<<\n 7519 1726888141.07085: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888141.07143: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888141.07185: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888141.07217: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888141.07269: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888141.07272: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888141.07328: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.07357: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888141.07370: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888141.07395: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888141.07415: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3dc0>\r\n<<<\n 7519 1726888141.07453: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888141.07471: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3b20>\r\n<<<\n 7519 1726888141.07496: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888141.07509: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3ac0>\r\n<<<\n 7519 1726888141.07544: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888141.07571: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888141.07578: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98490>\r\n<<<\n 7519 1726888141.07626: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888141.07653: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98940>\r\n<<<\n 7519 1726888141.07656: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98670>\r\n<<<\n 7519 1726888141.07685: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888141.07708: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888141.07731: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888141.07761: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.07812: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888141.07816: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f190>\r\n<<<\n 7519 1726888141.07837: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888141.07852: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888141.07870: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.07885: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888141.07909: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888141.07945: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f220>\r\n<<<\n 7519 1726888141.07976: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888141.07991: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f72850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f940>\r\n<<<\n 7519 1726888141.08010: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68fb0880>\r\n<<<\n 7519 1726888141.08053: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888141.08059: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f48d90>\r\n<<<\n 7519 1726888141.08085: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888141.08109: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f72d90>\r\n<<<\n 7519 1726888141.08125: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888141.08167: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98970>\r\n<<<\n 7519 1726888141.08192: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888141.08204: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888141.08225: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.08272: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888141.08435: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888141.08444: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888141.08447: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 7519 1726888141.08449: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888141.08470: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888141.08507: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888141.08511: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888141.08535: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f13eb0>\r\n<<<\n 7519 1726888141.08568: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888141.08572: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888141.08604: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888141.08607: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888141.08609: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888141.08669: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f16f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888141.08699: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.08722: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888141.08765: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888141.08769: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888141.08771: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298dc0>\r\n<<<\n 7519 1726888141.08773: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888141.08776: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888141.08779: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d3a0>\r\n<<<\n 7519 1726888141.08796: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298b20>\r\n<<<\n 7519 1726888141.08843: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888141.08853: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f0c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f12640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f13370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888141.08860: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888141.08863: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298ac0>\r\nimport '_signal' # \r\n<<<\n 7519 1726888141.08865: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888141.08967: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.08974: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d490>\r\n<<<\n 7519 1726888141.08979: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d940>\r\n<<<\n 7519 1726888141.08982: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d670>\r\n<<<\n 7519 1726888141.08986: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68e95d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95850>\r\nimport 'itertools' # \r\n<<<\n 7519 1726888141.08997: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95e50>\r\n<<<\n 7519 1726888141.09002: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09033: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888141.09040: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888141.09102: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09107: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888141.09110: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09117: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95f10>\r\n<<<\n 7519 1726888141.09119: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf190>\r\n<<<\n 7519 1726888141.09126: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95e20>\r\nimport '_collections' # \r\n<<<\n 7519 1726888141.09129: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888141.09141: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eeecd0>\r\nimport '_functools' # \r\n<<<\n 7519 1726888141.09144: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09170: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ee75b0>\r\n<<<\n 7519 1726888141.09210: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf220>\r\n<<<\n 7519 1726888141.09230: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09258: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888141.09264: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68efb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1adc0>\r\n<<<\n 7519 1726888141.09269: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ff2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf940>\r\n<<<\n 7519 1726888141.09272: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09334: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998255880>\r\n<<<\n 7519 1726888141.09337: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09342: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fc8d90>\r\n<<<\n 7519 1726888141.09344: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68ea7c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eee1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888141.09348: stdout chunk (state=3):\n>>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68efb220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f20970>\r\n<<<\n 7519 1726888141.09384: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09388: stdout chunk (state=3):\n>>>import '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ff2d90>\r\n<<<\n 7519 1726888141.09390: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n<<<\n 7519 1726888141.09395: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09462: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888141.09467: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d970>\r\n<<<\n 7519 1726888141.09469: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7d30>\r\n<<<\n 7519 1726888141.09472: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888141.09474: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n<<<\n 7519 1726888141.09482: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7ca0>\r\n<<<\n 7519 1726888141.09502: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888141.09512: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09538: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09564: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888141.09609: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09681: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888141.09685: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e7b310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09717: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09721: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09741: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888141.09744: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09790: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888141.09803: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09806: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f93eb0>\r\n<<<\n 7519 1726888141.09808: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e7b400>\r\n<<<\n 7519 1726888141.09842: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eb1f40>\r\n<<<\n 7519 1726888141.09951: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f96f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888141.09955: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09961: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888141.09963: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea99d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9520>\r\n<<<\n 7519 1726888141.09971: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09974: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888141.09978: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888141.09982: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f8c610>\r\n<<<\n 7519 1726888141.10029: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f92640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f93370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888141.10033: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888141.10037: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b88160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e65dc0>\r\n<<<\n 7519 1726888141.10176: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888141.10182: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1afa0>\r\n<<<\n 7519 1726888141.10190: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888141.10197: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888141.10199: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.10207: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888141.10211: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b9aa90>\r\n<<<\n 7519 1726888141.10294: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888141.10306: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f15d60>\r\n<<<\n 7519 1726888141.10309: stdout chunk (state=3):\n>>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888141.10312: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888141.10316: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 7519 1726888141.10318: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15f10>\r\n<<<\n 7519 1726888141.10320: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b9adc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bac6d0>\r\n<<<\n 7519 1726888141.10404: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888141.10424: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15e20>\r\n<<<\n 7519 1726888141.10486: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888141.10493: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6ecd0>\r\n<<<\n 7519 1726888141.10498: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bacc10>\r\n<<<\n 7519 1726888141.10502: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888141.10507: stdout chunk (state=3):\n>>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b3a340>\r\n<<<\n 7519 1726888141.10510: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b9aeb0>\r\n<<<\n 7519 1726888141.10515: stdout chunk (state=3):\n>>>import '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f675b0>\r\n<<<\n 7519 1726888141.10517: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888141.10519: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f7b610>\r\n<<<\n 7519 1726888141.10521: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9adc0>\r\n<<<\n 7519 1726888141.10526: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888141.10533: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b4a220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bac550>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888141.11097: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f27c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6e1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888141.11311: stdout chunk (state=3):\n>>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f7b220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fa0970>\r\n<<<\n 7519 1726888141.11315: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888141.11318: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12012: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888141.12177: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b4a2e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b667f0>\r\n<<<\n 7519 1726888141.12207: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997efb310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888141.12319: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12330: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997efb400>\r\n<<<\n 7519 1726888141.12333: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12337: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f31f40>\r\n<<<\n 7519 1726888141.12339: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f299d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29520>\r\n<<<\n 7519 1726888141.12346: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888141.12348: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66c40>\r\n<<<\n 7519 1726888141.12352: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888141.12354: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12356: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b74190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b599d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888141.12358: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888141.12362: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12712: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66a30>\r\n<<<\n 7519 1726888141.12717: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888141.12720: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888141.12724: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888141.12726: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888141.12728: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888141.12730: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fda68a8c610>\r\n<<<\n 7519 1726888141.12731: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888141.12733: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12735: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888141.12737: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888141.12739: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73dc0>\r\n<<<\n 7519 1726888141.12741: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888141.12742: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d183a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73b20>\r\n<<<\n 7519 1726888141.12747: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12750: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e23160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ee5dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9afa0>\r\n<<<\n 7519 1726888141.12751: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73ac0>\r\n<<<\n 7519 1726888141.12753: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888141.12755: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12757: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18490>\r\n<<<\n 7519 1726888141.12758: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12760: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n<<<\n 7519 1726888141.12764: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12766: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888141.12767: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18940>\r\n<<<\n 7519 1726888141.12769: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18670>\r\n<<<\n 7519 1726888141.12773: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e35a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e35dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e476d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e47c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997dd5340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e35eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997de5220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e47550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997de52e0>\r\n<<<\n 7519 1726888141.12775: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888141.12777: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12782: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.12785: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888141.12788: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12791: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888141.12793: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888141.12795: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 7519 1726888141.12798: stdout chunk (state=3):\n>>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf190>\r\n<<<\n 7519 1726888141.13049: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888141.13056: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888141.13059: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e017f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n<<<\n 7519 1726888141.13064: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e0f190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997df49d0>\r\n<<<\n 7519 1726888141.13069: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf220>\r\n<<<\n 7519 1726888141.13071: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888141.13076: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888141.13079: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888141.13081: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\n<<<\n 7519 1726888141.13084: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01a30>\r\n<<<\n 7519 1726888141.13087: stdout chunk (state=3):\n>>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cf2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf940>\r\n<<<\n 7519 1726888141.13089: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d30880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888141.13091: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cc8d90>\r\n<<<\n 7519 1726888141.13094: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f49977e7610>\r\n<<<\n 7519 1726888141.13096: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\n<<<\n 7519 1726888141.13099: stdout chunk (state=3):\n>>>import '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cf2d90>\r\n<<<\n 7519 1726888141.13102: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.13104: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18970>\r\n<<<\n 7519 1726888141.13108: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888141.13110: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.13115: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.13117: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.13119: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.13121: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888141.13125: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888141.13127: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888141.13129: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888141.13295: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6deb0>\r\n<<<\n 7519 1726888141.13330: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c71f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n<<<\n 7519 1726888141.13535: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888141.13539: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888141.13542: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888141.13548: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888141.13550: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c67610>\r\n<<<\n 7519 1726888141.13556: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6f640>\r\n<<<\n 7519 1726888141.13558: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6d370>\r\n<<<\n 7519 1726888141.13560: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888141.14380: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888141.14633: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.14637: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888141.14639: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69279d5d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5850>\r\nimport 'itertools' # \r\n<<<\n 7519 1726888141.14643: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3760>\r\n<<<\n 7519 1726888141.14648: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.14651: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5e20>\r\n<<<\n 7519 1726888141.14658: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888141.14660: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888141.14662: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.14665: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda689b3160>\r\n<<<\n 7519 1726888141.14667: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3280>\r\n<<<\n 7519 1726888141.14669: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c49cd0>\r\nimport '_functools' # \r\n<<<\n 7519 1726888141.14671: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3eb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888141.14674: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c435b0>\r\n<<<\n 7519 1726888141.14676: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3fa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3cd0>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888141.14678: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda689b3f10>\r\n<<<\n 7519 1726888141.14680: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\n<<<\n 7519 1726888141.14685: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888141.14687: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c56610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888141.14689: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69279e7c10>\r\n<<<\n 7519 1726888141.14690: stdout chunk (state=3):\n>>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c491f0>\r\n<<<\n 7519 1726888141.14693: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3100>\r\n<<<\n 7519 1726888141.14695: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888141.14701: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888141.14703: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888141.14706: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927c56220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c7b970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n<<<\n 7519 1726888141.14711: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.15621: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888141.15635: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda683ede80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68929fa0>\r\n<<<\n 7519 1726888141.15643: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68929dc0>\r\n<<<\n 7519 1726888141.15836: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n<<<\n 7519 1726888141.16007: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16019: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888141.16026: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16030: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68929430>\r\n<<<\n 7519 1726888141.16033: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279bc310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16037: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1adc0>\r\n<<<\n 7519 1726888141.16039: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1a3d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1af10>\r\n<<<\n 7519 1726888141.16353: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279bc400>\r\n<<<\n 7519 1726888141.16411: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16419: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16425: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689e9b50>\r\n<<<\n 7519 1726888141.16431: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e760>\r\n<<<\n 7519 1726888141.16434: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16438: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16441: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888141.16444: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16447: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888141.16450: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279f2f40>\r\n<<<\n 7519 1726888141.16453: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f499770e160>\r\n<<<\n 7519 1726888141.16456: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e280>\r\n<<<\n 7519 1726888141.16459: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e99d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888141.16462: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770eeb0>\r\n<<<\n 7519 1726888141.16465: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16468: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770efa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770ecd0>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888141.16471: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f499770ef10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16474: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e100>\r\n<<<\n 7519 1726888141.16479: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888141.16481: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16486: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16925: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888141.16932: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278e4160>\r\n<<<\n 7519 1726888141.16993: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279a5dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888141.16997: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b9430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68985460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683cf130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683db940>\r\n<<<\n 7519 1726888141.17005: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a13cd0>\r\n<<<\n 7519 1726888141.17012: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997664e80>\r\n<<<\n 7519 1726888141.17016: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997684fa0>\r\n<<<\n 7519 1726888141.17294: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997684dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997684430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997775dc0>\r\n<<<\n 7519 1726888141.17332: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda683db8e0>\r\n<<<\n 7519 1726888141.17339: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683db730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683da6d0>\r\n<<<\n 7519 1726888141.17343: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n<<<\n 7519 1726888141.17347: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278f5a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278f5dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279096d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888141.17351: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683da610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689f3880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897d640>\r\n<<<\n 7519 1726888141.17356: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927909c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927895340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278f5eb0>\r\n<<<\n 7519 1726888141.17359: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888141.17362: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888141.17366: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49977753d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997775f10>\r\n<<<\n 7519 1726888141.17368: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997744b50>\r\n<<<\n 7519 1726888141.17370: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976dfc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976df340>\r\n<<<\n 7519 1726888141.17703: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897ba60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda6898a0d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897d0a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689bf9a0>\r\n<<<\n 7519 1726888141.17801: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.17807: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888141.17814: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.17991: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278a5220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927909550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278a52e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c17f0>\r\n<<<\n 7519 1726888141.17997: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997714430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976df460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976df490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997646130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997652940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.18002: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888141.18006: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888141.18009: stdout chunk (state=3):\n>>>import '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499776ecd0>\r\n<<<\n 7519 1726888141.18021: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.18080: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976528e0>\r\n<<<\n 7519 1726888141.18084: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278cf190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1880>\r\n<<<\n 7519 1726888141.18088: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278b49d0>\r\n<<<\n 7519 1726888141.18091: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997652730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976516d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997651610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499774e880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888141.18095: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888141.18099: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7550>\r\n<<<\n 7519 1726888141.18101: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d8640>\r\n<<<\n 7519 1726888141.18103: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888141.18109: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888141.18114: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1a30>\r\n<<<\n 7519 1726888141.18118: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18121: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d6a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976e50d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888141.18126: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d80a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499771a9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.18129: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888141.18132: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f69277e9610>\r\n<<<\n 7519 1726888141.18135: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.18404: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18408: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888141.18414: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.18420: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip'\r\n<<<\n 7519 1726888141.18425: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18431: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888141.18435: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888141.18441: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888141.18443: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.18447: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683bdfa0>\r\n<<<\n 7519 1726888141.18449: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.18455: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda6839fd90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f985e0>\r\n<<<\n 7519 1726888141.18458: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888141.18460: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.18465: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18753: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888141.18757: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18760: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888141.18762: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18764: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888141.18767: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18769: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18771: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888141.18773: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689709a0>\r\n<<<\n 7519 1726888141.18775: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18778: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.18780: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18782: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997620fa0>\r\n<<<\n 7519 1726888141.18784: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888141.18787: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997616d90>\r\n<<<\n 7519 1726888141.18789: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49972335e0>\r\n<<<\n 7519 1726888141.18791: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888141.18793: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18863: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.18868: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19065: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19070: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.19077: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976cb9a0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.19097: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19102: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.19106: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19216: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.19221: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.19301: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888141.19310: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19395: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19479: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19650: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888141.19688: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888141.19695: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888141.19735: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19780: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b74c0>\r\n<<<\n 7519 1726888141.19783: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19785: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19857: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19860: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.19949: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.19958: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888141.19988: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888141.19992: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.19997: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20002: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20004: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20018: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.20105: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.20121: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888141.20131: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20168: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20185: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20188: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20190: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20192: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.20193: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20245: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888141.20271: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.20355: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20361: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68a05be0>\r\n<<<\n 7519 1726888141.20378: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f6ddf0>\r\n<<<\n 7519 1726888141.20427: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888141.20431: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20535: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888141.20570: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888141.20574: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888141.20576: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20656: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20711: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49977114c0>\r\n<<<\n 7519 1726888141.20719: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20801: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20804: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888141.20806: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888141.20808: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20810: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888141.20815: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888141.20841: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888141.20849: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888141.20853: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888141.20878: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888141.20884: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20886: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.20891: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.20917: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68398e80>\r\n<<<\n 7519 1726888141.20999: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.21006: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68393b20>\r\n<<<\n 7519 1726888141.21011: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.21017: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a038e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.21046: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.21049: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888141.21143: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888141.21150: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.21153: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888141.21155: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888141.21157: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.21159: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.21198: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997760be0>\r\n<<<\n 7519 1726888141.21234: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499720adf0>\r\n<<<\n 7519 1726888141.21282: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\n<<<\n 7519 1726888141.21286: stdout chunk (state=3):\n>>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.21411: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.21465: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.21484: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.21535: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888141.21538: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888141.21554: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888141.21584: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.21610: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888141.21632: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888141.21635: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888141.21712: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997612e80>\r\n<<<\n 7519 1726888141.21827: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499760ab20>\r\n<<<\n 7519 1726888141.21841: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'<<<\n 7519 1726888141.21847: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.21852: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7760><<<\n 7519 1726888141.21855: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.21857: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499775e8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.21997: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888141.22002: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.22007: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py<<<\n 7519 1726888141.22010: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22017: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'<<<\n 7519 1726888141.22019: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22027: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888141.22030: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n<<<\n 7519 1726888141.22036: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'<<<\n 7519 1726888141.22040: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22042: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.22072: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.22075: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271d7160>\r\n<<<\n 7519 1726888141.22138: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7280><<<\n 7519 1726888141.22141: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22249: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7eb0><<<\n 7519 1726888141.22253: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22255: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py<<<\n 7519 1726888141.22257: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22259: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'<<<\n 7519 1726888141.22261: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22356: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7fa0><<<\n 7519 1726888141.22359: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22361: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7cd0>\r\n<<<\n 7519 1726888141.22364: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888141.22464: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888141.22467: stdout chunk (state=3):\n>>>\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<<\n 7519 1726888141.22470: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22472: stdout chunk (state=3):\n>>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271d7f10><<<\n 7519 1726888141.22474: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22476: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.22488: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888141.22536: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'<<<\n 7519 1726888141.22539: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22600: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7100><<<\n 7519 1726888141.22603: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22638: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py<<<\n 7519 1726888141.22641: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22694: stdout chunk (state=3):\n>>>\r\n{\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}, \"after\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 119, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"_original_basename\": \"sssd-session-recording.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888141.22824: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<<\n 7519 1726888141.22883: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888141.22889: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py<<<\n 7519 1726888141.22891: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.22893: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.22936: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888141.23202: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888141.23209: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n<<<\n 7519 1726888141.23211: stdout chunk (state=3):\n>>># cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n<<<\n 7519 1726888141.23216: stdout chunk (state=3):\n>>># cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external<<<\n 7519 1726888141.23218: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n<<<\n 7519 1726888141.23224: stdout chunk (state=3):\n>>># cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n<<<\n 7519 1726888141.23227: stdout chunk (state=3):\n>>># cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n<<<\n 7519 1726888141.23229: stdout chunk (state=3):\n>>># cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n<<<\n 7519 1726888141.23231: stdout chunk (state=3):\n>>># destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 7519 1726888141.23660: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692712de80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692714dfa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692714ddc0>\r\n<<<\n 7519 1726888141.23702: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888141.23705: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888141.23708: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888141.23710: stdout chunk (state=3):\n>>># destroy array\r\n<<<\n 7519 1726888141.23712: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n<<<\n 7519 1726888141.23716: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n<<<\n 7519 1726888141.23719: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n<<<\n 7519 1726888141.23721: stdout chunk (state=3):\n>>>\r\n{\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}, \"after\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 119, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"_original_basename\": \"sssd-session-recording.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888141.23725: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n<<<\n 7519 1726888141.23728: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n<<<\n 7519 1726888141.23731: stdout chunk (state=3):\n>>># destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888141.23733: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888141.23735: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n<<<\n 7519 1726888141.23737: stdout chunk (state=3):\n>>># destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n<<<\n 7519 1726888141.23769: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py<<<\n 7519 1726888141.23781: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692714d430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927777dc0>\r\n<<<\n 7519 1726888141.24078: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache<<<\n 7519 1726888141.24084: stdout chunk (state=3):\n>>>\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external<<<\n 7519 1726888141.24090: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n<<<\n 7519 1726888141.24093: stdout chunk (state=3):\n>>># cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n<<<\n 7519 1726888141.24098: stdout chunk (state=3):\n>>># cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n<<<\n 7519 1726888141.24101: stdout chunk (state=3):\n>>># cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n<<<\n 7519 1726888141.24105: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 7519 1726888141.24108: stdout chunk (state=3):\n>>># destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888141.24227: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277773d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927777f10>\r\n<<<\n 7519 1726888141.24235: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888141.24238: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'<<<\n 7519 1726888141.24240: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py<<<\n 7519 1726888141.24244: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.24249: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'<<<\n 7519 1726888141.24818: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.24826: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888141.24829: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888141.24831: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n<<<\n 7519 1726888141.24835: stdout chunk (state=3):\n>>># destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888141.24839: stdout chunk (state=3):\n>>># destroy array\r\n<<<\n 7519 1726888141.24844: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n<<<\n 7519 1726888141.24851: stdout chunk (state=3):\n>>># cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n<<<\n 7519 1726888141.24853: stdout chunk (state=3):\n>>># destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n<<<\n 7519 1726888141.24858: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888141.24865: stdout chunk (state=3):\n>>># cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n<<<\n 7519 1726888141.24869: stdout chunk (state=3):\n>>># cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888141.24873: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n<<<\n 7519 1726888141.24879: stdout chunk (state=3):\n>>># cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n<<<\n 7519 1726888141.25066: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n<<<\n 7519 1726888141.25070: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.25072: stdout chunk (state=3):\n>>><<<\n 7519 1726888141.25075: stdout chunk (state=3):\n>>># destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n<<<\n 7519 1726888141.25077: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888141.25078: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927746b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271dc430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a9460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888141.25080: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n<<<\n 7519 1726888141.25082: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'<<<\n 7519 1726888141.25084: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.25086: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f983a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f72850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68fb0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f48d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f72d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f13eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f16f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f0c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f12640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f13370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68e95d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eeecd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ee75b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68efb610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1adc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68ea7c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eee1f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68efb220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f20970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e7b310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e7b400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eb1f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea99d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b88160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e65dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1afa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b9aa90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b9adc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bac6d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bacc10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b3a340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b9aeb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b4a220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bac550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b4a2e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b667f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66c40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b74190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b599d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66a30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fda68a8c610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda689b3160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3eb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3fa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3cd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda689b3f10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda683ede80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68929fa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68929dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68929430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1adc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1a3d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1af10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689e9b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985c70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b9430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68985460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683cf130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683db940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a13cd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda683db8e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683db730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683da6d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683da610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689f3880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897d640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897ba60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda6898a0d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897d0a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689bf9a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683bdfa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda6839fd90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f985e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689709a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b74c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68a05be0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f6ddf0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68398e80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68393b20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a038e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}, \"after\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 119, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"_original_basename\": \"sssd-session-recording.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy array\\r\\n# cleanup[3] wiping ansible.module_utils.distro\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping distro\\r\\n# cleanup[3] wiping selinux\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ansible.module_utils.compat.selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd.daemon\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.journal\\r\\n# destroy uuid\\r\\n# destroy logging\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping subprocess\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping _collections_abc\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping __main__\\r\\n# cleanup[3] wiping io\\r\\n# cleanup[3] wiping abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy _posixsubprocess\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _uuid\\r\\n# destroy posixpath\\r\\n# destroy json\\r\\n# destroy __main__\\r\\n# destroy errno\\r\\n# destroy grp\\r\\n# destroy fcntl\\r\\n# destroy locale\\r\\n# destroy pwd\\r\\n# destroy selectors\\r\\n# destroy shlex\\r\\n# destroy shutil\\r\\n# destroy subprocess\\r\\n# destroy tempfile\\r\\n# destroy _functools\\r\\n# destroy syslog\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy selinux\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy datetime\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy functools\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy stat\\r\\n# destroy platform\\r\\n# destroy distro\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888141.26912: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f72850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68fb0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f48d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f72d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f13eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f16f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f0c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f12640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f13370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68e95d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eeecd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ee75b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68efb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1adc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68ea7c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eee1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68efb220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f20970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e7b310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e7b400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eb1f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea99d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b88160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e65dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1afa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b9aa90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b9adc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bac6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bacc10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b3a340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b9aeb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b4a220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bac550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b4a2e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b667f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b74190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b599d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66a30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fda68a8c610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda689b3160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3eb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3fa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3cd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda689b3f10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda683ede80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68929fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68929dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68929430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1adc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1a3d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1af10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689e9b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b9430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68985460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683cf130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683db940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a13cd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda683db8e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683db730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683da6d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683da610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689f3880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897d640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897ba60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda6898a0d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897d0a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689bf9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683bdfa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda6839fd90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f985e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689709a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b74c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68a05be0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f6ddf0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68398e80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68393b20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a038e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}, \"after\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 119, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"_original_basename\": \"sssd-session-recording.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888141.28728: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888141.28732: stdout chunk (state=3):\n>>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927110130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758190>\r\n<<<\n 7519 1726888141.28735: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888141.28737: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888141.28739: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888141.28743: stdout chunk (state=3):\n>>><<<\n 7519 1726888141.28745: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.28747: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711c940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888141.28749: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ff2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998255880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fc8d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ff2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f93eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f96f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f8c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f92640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f93370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f15d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6ecd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f675b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f7b610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9adc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f27c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6e1f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f7b220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fa0970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997efb310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997efb400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f31f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f299d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e23160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ee5dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9afa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e35a90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e35dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e476d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e47c10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997dd5340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e35eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997de5220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e47550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997de52e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e017f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01c40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e0f190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997df49d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01a30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f49977e7610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f499770e160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770eeb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770efa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770ecd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f499770ef10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997664e80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997684fa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997684dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997684430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997775dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49977753d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997775f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997744b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976dfc70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976df340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997714430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976df460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976df490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997646130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997652940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499776ecd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976528e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997652730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976516d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997651610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499774e880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d8640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d6a60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976e50d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d80a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499771a9a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997620fa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997616d90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49972335e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976cb9a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49977114c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997760be0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499720adf0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997612e80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499760ab20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499775e8e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}, \"after\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 119, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"_original_basename\": \"sssd-session-recording.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy array\\r\\n# cleanup[3] wiping ansible.module_utils.distro\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping distro\\r\\n# cleanup[3] wiping selinux\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ansible.module_utils.compat.selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd.daemon\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.journal\\r\\n# destroy uuid\\r\\n# destroy logging\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping subprocess\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping _collections_abc\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping __main__\\r\\n# cleanup[3] wiping io\\r\\n# cleanup[3] wiping abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy _posixsubprocess\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _uuid\\r\\n# destroy posixpath\\r\\n# destroy json\\r\\n# destroy __main__\\r\\n# destroy errno\\r\\n# destroy grp\\r\\n# destroy fcntl\\r\\n# destroy locale\\r\\n# destroy pwd\\r\\n# destroy selectors\\r\\n# destroy shlex\\r\\n# destroy shutil\\r\\n# destroy subprocess\\r\\n# destroy tempfile\\r\\n# destroy _functools\\r\\n# destroy syslog\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy selinux\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy datetime\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy functools\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy stat\\r\\n# destroy platform\\r\\n# destroy distro\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888141.30694: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ff2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998255880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ff2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f93eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f96f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f8c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f92640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f93370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f15d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6ecd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f675b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f7b610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9adc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f27c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6e1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f7b220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fa0970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997efb310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997efb400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f31f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f299d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e23160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ee5dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9afa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e35a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e35dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e476d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e47c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997dd5340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e35eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997de5220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e47550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997de52e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e017f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e0f190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997df49d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01a30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f49977e7610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f499770e160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770eeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770efa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770ecd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f499770ef10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997664e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997684fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997684dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997684430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997775dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49977753d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997775f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997744b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976dfc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976df340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997714430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976df460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976df490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997646130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997652940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499776ecd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976528e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997652730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976516d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997651610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499774e880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d8640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d6a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976e50d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d80a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499771a9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997620fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997616d90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49972335e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976cb9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49977114c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997760be0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499720adf0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997612e80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499760ab20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499775e8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}, \"after\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 119, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"_original_basename\": \"sssd-session-recording.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888141.38303: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0600', 'dest': '/etc/sssd/conf.d/sssd-session-recording.conf', '_original_basename': 'sssd-session-recording.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888140.0267246-8029-33733126720340/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888141.38307: _low_level_execute_command(): starting\n 7519 1726888141.38310: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888141.38548: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927770cd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692711c8e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711c730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711b6d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711b610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927750880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a1640>\r\n<<<\n 7519 1726888141.38920: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a0a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271af0d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a10a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271e49a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69270fdfa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270dfd90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cf45e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.38928: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0600', 'dest': '/etc/sssd/conf.d/sssd-session-recording.conf', '_original_basename': 'sssd-session-recording.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888140.143504-8034-265518152416151/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888141.38932: _low_level_execute_command(): starting\n 7519 1726888141.38934: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888141.38941: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888141.38943: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'<<<\n 7519 1726888141.38951: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.38958: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271959a0><<<\n 7519 1726888141.38960: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.38962: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.38964: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888141.38966: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.38968: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.38970: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.38972: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.38974: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.38976: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888141.38977: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.38979: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.38981: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.38983: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888141.38985: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.38987: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888141.38989: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.38991: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888141.38993: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.38994: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888141.38996: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888141.38998: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.39000: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.39002: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.39004: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888141.39005: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.39007: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888141.39009: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39011: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.39015: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888141.39017: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.39019: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888141.39021: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39024: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888141.39026: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888141.39028: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39030: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888141.39032: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39033: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py<<<\n 7519 1726888141.39035: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39037: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888141.39039: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39041: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888141.39042: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.39044: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.39046: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.39048: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.39051: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.39053: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888141.39174: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888141.39178: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888141.39180: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.39182: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.39185: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.39187: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.39189: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888141.39191: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888141.39193: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py<<<\n 7519 1726888141.39195: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39197: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888141.39199: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.39201: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'<<<\n 7519 1726888141.39202: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39204: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.39206: stdout chunk (state=3):\n>>>import '_ast' # <<<\n 7519 1726888141.39208: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39210: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.39212: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.39217: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888141.39218: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888141.39220: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888141.39224: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888141.39226: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.39228: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.39230: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.39232: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271db4c0><<<\n 7519 1726888141.39234: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39236: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888141.39238: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39239: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888141.39241: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 7519 1726888141.39243: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39245: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888141.39247: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.39248: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.39251: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py<<<\n 7519 1726888141.39253: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.39255: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888141.39257: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.39259: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.39261: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.39263: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.39392: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.39395: handler run complete\n 7519 1726888141.39397: attempt loop complete, returning result\n 7519 1726888141.39399: _execute() done\n 7519 1726888141.39401: dumping result to json\n 7519 1726888141.39403: done dumping result, returning\n 7519 1726888141.39404: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config [0ed44806-2f0b-c82f-f05a-000000000010]\n 7519 1726888141.39406: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010\n 7519 1726888141.39408: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888141.39410: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927762be0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cd2df0>\r\n<<<\nok: [managed_node3] => {\n \"changed\": false,\n \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\",\n \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"diff\": {\n \"after\": {\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"\n },\n \"before\": {\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"\n }\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"_diff_peek\": null,\n \"_original_basename\": \"sssd-session-recording.conf\",\n \"access_time\": null,\n \"access_time_format\": \"%Y%m%d%H%M.%S\",\n \"attributes\": null,\n \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"follow\": true,\n \"force\": false,\n \"group\": \"root\",\n \"mode\": \"0600\",\n \"modification_time\": null,\n \"modification_time_format\": \"%Y%m%d%H%M.%S\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"recurse\": false,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"src\": null,\n \"state\": \"file\",\n \"unsafe_writes\": false\n }\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 119,\n \"state\": \"file\",\n \"uid\": 0\n}\n 7519 1726888141.39706: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010\n 7519 1726888141.39720: WORKER PROCESS EXITING\n 7519 1726888141.39724: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py<<<\n 7519 1726888141.39727: stdout chunk (state=3):\n>>>\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.39729: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.39731: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.39733: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py<<<\n 7519 1726888141.39735: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39737: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888141.39739: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py<<<\n 7519 1726888141.39743: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39748: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'<<<\n 7519 1726888141.39945: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39948: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py<<<\n 7519 1726888141.39950: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39952: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'<<<\n 7519 1726888141.39954: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888141.39956: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888141.39958: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.39962: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.39964: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270dbe80>\r\n<<<\n 7519 1726888141.39966: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.39971: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.39973: handler run complete\n 7519 1726888141.39975: attempt loop complete, returning result\n 7519 1726888141.39978: _execute() done\n 7519 1726888141.39979: dumping result to json\n 7519 1726888141.39981: done dumping result, returning\n 7519 1726888141.39983: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config [0ed44806-2f0b-c82f-f05a-000000000010]\n 7519 1726888141.39985: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270d4b20><<<\n 7519 1726888141.39988: stdout chunk (state=3):\n>>>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277608e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888141.39991: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.39993: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010\n 7519 1726888141.40577: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010\n 7519 1726888141.40580: WORKER PROCESS EXITING\n 7519 1726888141.40583: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888141.40585: stdout chunk (state=3):\n>>>\r\n{\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}, \"after\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 119, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"_original_basename\": \"sssd-session-recording.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n<<<\n 7519 1726888141.40588: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888141.40590: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n<<<\n 7519 1726888141.40592: stdout chunk (state=3):\n>>># clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888141.40595: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n<<<\n 7519 1726888141.40597: stdout chunk (state=3):\n>>># cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n<<<\n 7519 1726888141.40600: stdout chunk (state=3):\n>>># cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n<<<\n 7519 1726888141.40602: stdout chunk (state=3):\n>>># cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n<<<\n 7519 1726888141.40604: stdout chunk (state=3):\n>>># cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n<<<\n 7519 1726888141.40607: stdout chunk (state=3):\n>>># cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n<<<\n 7519 1726888141.40609: stdout chunk (state=3):\n>>># cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n<<<\n 7519 1726888141.40611: stdout chunk (state=3):\n>>># cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n<<<\n 7519 1726888141.41443: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 7519 1726888141.41446: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888141.41449: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888141.41451: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888141.41454: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888141.41456: stdout chunk (state=3):\n>>># destroy array\r\n<<<\n 7519 1726888141.41458: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n<<<\n 7519 1726888141.41460: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n<<<\n 7519 1726888141.41462: stdout chunk (state=3):\n>>># cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 7519 1726888141.41464: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n<<<\n 7519 1726888141.41466: stdout chunk (state=3):\n>>># cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex<<<\n 7519 1726888141.41468: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping platform\r\n<<<\n 7519 1726888141.41470: stdout chunk (state=3):\n>>># cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n<<<\n 7519 1726888141.41472: stdout chunk (state=3):\n>>># destroy encodings\r\n<<<\n 7519 1726888141.41474: stdout chunk (state=3):\n>>># cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n<<<\n 7519 1726888141.41476: stdout chunk (state=3):\n>>># cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n<<<\n 7519 1726888141.41478: stdout chunk (state=3):\n>>># cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n<<<\n 7519 1726888141.41480: stdout chunk (state=3):\n>>># destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n<<<\n 7519 1726888141.41482: stdout chunk (state=3):\n>>># cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n<<<\n 7519 1726888141.41484: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n<<<\n 7519 1726888141.41486: stdout chunk (state=3):\n>>># cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n<<<\n 7519 1726888141.41490: stdout chunk (state=3):\n>>># destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n<<<\n 7519 1726888141.41493: stdout chunk (state=3):\n>>># destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n<<<\n 7519 1726888141.41495: stdout chunk (state=3):\n>>># destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888141.41497: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n<<<\n 7519 1726888141.41500: stdout chunk (state=3):\n>>># cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n<<<\n 7519 1726888141.41502: stdout chunk (state=3):\n>>># cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 7519 1726888141.41505: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n<<<\n 7519 1726888141.41507: stdout chunk (state=3):\n>>># cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n<<<\n 7519 1726888141.41509: stdout chunk (state=3):\n>>># cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888141.41511: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n<<<\n 7519 1726888141.41516: stdout chunk (state=3):\n>>># destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n<<<\n 7519 1726888141.41519: stdout chunk (state=3):\n>>># destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\nok: [managed_node2] => {\n \"changed\": false,\n \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\",\n \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"diff\": {\n \"after\": {\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"\n },\n \"before\": {\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"\n }\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"_diff_peek\": null,\n \"_original_basename\": \"sssd-session-recording.conf\",\n \"access_time\": null,\n \"access_time_format\": \"%Y%m%d%H%M.%S\",\n \"attributes\": null,\n \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"follow\": true,\n \"force\": false,\n \"group\": \"root\",\n \"mode\": \"0600\",\n \"modification_time\": null,\n \"modification_time_format\": \"%Y%m%d%H%M.%S\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"recurse\": false,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"src\": null,\n \"state\": \"file\",\n \"unsafe_writes\": false\n }\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 119,\n \"state\": \"file\",\n \"uid\": 0\n}\n 7519 1726888141.41543: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n<<<\n 7519 1726888141.41575: stdout chunk (state=3):\n>>># destroy stat\r\n<<<\n 7519 1726888141.41578: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n<<<\n 7519 1726888141.41580: stdout chunk (state=3):\n>>># destroy select\r\n<<<\n 7519 1726888141.41583: stdout chunk (state=3):\n>>># destroy _signal\r\n<<<\n 7519 1726888141.41585: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888141.41587: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888141.41589: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.41591: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d183a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cf2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d30880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cc8d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cf2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6deb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c71f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c67610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6f640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6d370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69279d5d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c49cd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c435b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c56610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69279e7c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c491f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927c56220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c7b970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279bc310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279bc400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279f2f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e99d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278e4160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279a5dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75fa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278f5a90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278f5dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279096d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927909c10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927895340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278f5eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278a5220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927909550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278a52e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c17f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1c40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278cf190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278b49d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1a30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f69277e9610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271d7160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7eb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7fa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7cd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271d7f10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692712de80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692714dfa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692714ddc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692714d430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927777dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277773d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927777f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927746b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9c70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271dc430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a9460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927110130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711c940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927770cd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692711c8e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711c730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711b6d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711b610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927750880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a1640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a0a60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271af0d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a10a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271e49a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69270fdfa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270dfd90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cf45e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271959a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271db4c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927762be0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cd2df0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270dbe80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270d4b20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277608e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}, \"after\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 119, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"_original_basename\": \"sssd-session-recording.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy array\\r\\n# cleanup[3] wiping ansible.module_utils.distro\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping distro\\r\\n# cleanup[3] wiping selinux\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ansible.module_utils.compat.selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd.daemon\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.journal\\r\\n# destroy uuid\\r\\n# destroy logging\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping subprocess\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping _collections_abc\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping __main__\\r\\n# cleanup[3] wiping io\\r\\n# cleanup[3] wiping abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy _posixsubprocess\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _uuid\\r\\n# destroy posixpath\\r\\n# destroy json\\r\\n# destroy __main__\\r\\n# destroy errno\\r\\n# destroy grp\\r\\n# destroy fcntl\\r\\n# destroy locale\\r\\n# destroy pwd\\r\\n# destroy selectors\\r\\n# destroy shlex\\r\\n# destroy shutil\\r\\n# destroy subprocess\\r\\n# destroy tempfile\\r\\n# destroy _functools\\r\\n# destroy syslog\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy selinux\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy datetime\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy functools\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy stat\\r\\n# destroy platform\\r\\n# destroy distro\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888141.42453: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d183a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cf2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d30880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cf2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6deb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c71f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c67610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6f640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69279d5d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c49cd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c435b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c56610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69279e7c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c491f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927c56220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c7b970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279bc310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279bc400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279f2f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e99d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278e4160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279a5dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278f5a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278f5dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279096d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927909c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927895340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278f5eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278a5220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927909550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278a52e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c17f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278cf190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278b49d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1a30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f69277e9610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271d7160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7eb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7fa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7cd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271d7f10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692712de80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692714dfa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692714ddc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692714d430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927777dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277773d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927777f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927746b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271dc430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a9460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927110130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711c940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927770cd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692711c8e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711c730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711b6d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711b610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927750880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a1640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a0a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271af0d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a10a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271e49a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69270fdfa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270dfd90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cf45e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271959a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271db4c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927762be0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cd2df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270dbe80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270d4b20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277608e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}, \"after\": {\"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"state\": \"file\", \"secontext\": \"system_u:object_r:sssd_conf_t:s0\", \"size\": 119, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0600\", \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"_original_basename\": \"sssd-session-recording.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888141.45591: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0600', 'dest': '/etc/sssd/conf.d/sssd-session-recording.conf', '_original_basename': 'sssd-session-recording.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888140.0019536-8027-145692832600266/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888141.45595: _low_level_execute_command(): starting\n 7519 1726888141.45597: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888141.45606: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888141.45608: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.45610: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.45612: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.45614: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.45616: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888141.45618: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888141.45620: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888141.45622: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.45625: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.45627: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.45629: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.45631: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888141.45633: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888141.45635: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888141.45637: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.45639: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.45641: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.45643: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.45645: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888141.45647: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888141.45648: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888141.45651: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888141.45653: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.45655: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.45656: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.45690: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888141.45700: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888141.45703: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.45705: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.45707: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888141.45709: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888141.45713: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888141.45715: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888141.45716: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888141.45718: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.45788: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.47657: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.47727: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.47730: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.47943: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.47946: handler run complete\n 7519 1726888141.47948: attempt loop complete, returning result\n 7519 1726888141.47950: _execute() done\n 7519 1726888141.47952: dumping result to json\n 7519 1726888141.47954: done dumping result, returning\n 7519 1726888141.47956: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config [0ed44806-2f0b-c82f-f05a-000000000010]\n 7519 1726888141.47958: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010\n 7519 1726888141.48014: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010\n 7519 1726888141.48016: WORKER PROCESS EXITING\nok: [managed_node1] => {\n \"changed\": false,\n \"checksum\": \"d2f50fd45b1379abe6cc12991ba74cea9b556ae4\",\n \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"diff\": {\n \"after\": {\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"\n },\n \"before\": {\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\"\n }\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"_diff_peek\": null,\n \"_original_basename\": \"sssd-session-recording.conf\",\n \"access_time\": null,\n \"access_time_format\": \"%Y%m%d%H%M.%S\",\n \"attributes\": null,\n \"dest\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"follow\": true,\n \"force\": false,\n \"group\": \"root\",\n \"mode\": \"0600\",\n \"modification_time\": null,\n \"modification_time_format\": \"%Y%m%d%H%M.%S\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"recurse\": false,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"src\": null,\n \"state\": \"file\",\n \"unsafe_writes\": false\n }\n },\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/etc/sssd/conf.d/sssd-session-recording.conf\",\n \"secontext\": \"system_u:object_r:sssd_conf_t:s0\",\n \"size\": 119,\n \"state\": \"file\",\n \"uid\": 0\n}\n 7519 1726888141.48103: no more pending results, returning what we have\n 7519 1726888141.48108: results queue empty\n 7519 1726888141.48109: checking for any_errors_fatal\n 7519 1726888141.48134: done checking for any_errors_fatal\n 7519 1726888141.48135: checking for max_fail_percentage\n 7519 1726888141.48138: done checking for max_fail_percentage\n 7519 1726888141.48139: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888141.48139: done checking to see if all hosts have failed\n 7519 1726888141.48141: getting the remaining hosts for this loop\n 7519 1726888141.48144: done getting the remaining hosts for this loop\n 7519 1726888141.48149: getting the next task for host managed_node1\n 7519 1726888141.48155: done getting next task for host managed_node1\n 7519 1726888141.48159: ^ task is: TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists\n 7519 1726888141.48161: ^ state is: HOST STATE: block=3, task=11, 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\n 7519 1726888141.48162: getting the next task for host managed_node2\n 7519 1726888141.48164: done getting next task for host managed_node2\n 7519 1726888141.48166: ^ task is: TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists\n 7519 1726888141.48167: ^ state is: HOST STATE: block=3, task=11, 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\n 7519 1726888141.48168: getting the next task for host managed_node3\n 7519 1726888141.48170: done getting next task for host managed_node3\n 7519 1726888141.48172: ^ task is: TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists\n 7519 1726888141.48173: ^ state is: HOST STATE: block=3, task=11, 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\n 7519 1726888141.48191: getting variables\n 7519 1726888141.48192: in VariableManager get_vars()\n 7519 1726888141.48230: Calling all_inventory to load vars for managed_node1\n 7519 1726888141.48235: Calling groups_inventory to load vars for managed_node1\n 7519 1726888141.48237: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888141.48246: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888141.48249: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888141.48255: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888141.50838: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888141.53277: done with get_vars()\n 7519 1726888141.53307: done getting variables\n 7519 1726888141.53741: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n\nTASK [fedora.linux_system_roles.tlog : Check appropriate authselect features exists] ***\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:74\nFriday 20 September 2024 23:09:01 -0400 (0:00:01.624) 0:00:16.156 ****** \n 7519 1726888141.53773: entering _queue_task() for managed_node1/command\n 7519 1726888141.53775: Creating lock for command\n 7519 1726888141.54945: worker is 1 (out of 3 available)\n 7519 1726888141.54960: exiting _queue_task() for managed_node1/command\n 7519 1726888141.54989: getting variables\n 7519 1726888141.54992: in VariableManager get_vars()\n 7519 1726888141.55083: Calling all_inventory to load vars for managed_node2\n 7519 1726888141.55087: Calling groups_inventory to load vars for managed_node2\n 7519 1726888141.55090: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888141.55113: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888141.55117: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888141.55122: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888141.56657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888141.58132: done with get_vars()\n 7519 1726888141.58168: done getting variables\n 7519 1726888141.58202: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists\n 7519 1726888141.58206: in run() - task 0ed44806-2f0b-c82f-f05a-000000000011\n 7519 1726888141.58208: variable 'ansible_search_path' from source: unknown\n 7519 1726888141.58210: variable 'ansible_search_path' from source: unknown\n 7519 1726888141.58294: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888141.58305: entering _queue_task() for managed_node2/command\n 7519 1726888141.58636: calling self._execute()\n 7519 1726888141.59883: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888141.59889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888141.59893: variable 'omit' from source: magic vars\n 7519 1726888141.59895: variable 'omit' from source: magic vars\n 7519 1726888141.59899: variable 'omit' from source: magic vars\n 7519 1726888141.59902: variable 'omit' from source: magic vars\n 7519 1726888141.59904: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888141.59909: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888141.59911: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888141.59916: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888141.59919: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888141.59922: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888141.59926: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888141.59928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888141.59850: worker is 2 (out of 3 available)\n 7519 1726888141.59935: exiting _queue_task() for managed_node2/command\n 7519 1726888141.59970: getting variables\n 7519 1726888141.59974: in VariableManager get_vars()\n 7519 1726888141.60133: Calling all_inventory to load vars for managed_node3\n 7519 1726888141.60138: Calling groups_inventory to load vars for managed_node3\n 7519 1726888141.60141: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888141.60155: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888141.60207: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888141.60218: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888141.60226: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888141.60800: Set connection var ansible_pipelining to False\n 7519 1726888141.60804: Set connection var ansible_shell_type to sh\n 7519 1726888141.60806: Set connection var ansible_timeout to 10\n 7519 1726888141.60809: Set connection var ansible_connection to ssh\n 7519 1726888141.60816: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888141.60818: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888141.60820: variable 'ansible_connection' from source: unknown\n 7519 1726888141.60822: variable 'ansible_module_compression' from source: unknown\n 7519 1726888141.60824: variable 'ansible_shell_type' from source: unknown\n 7519 1726888141.60827: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888141.60829: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888141.60831: variable 'ansible_pipelining' from source: unknown\n 7519 1726888141.60833: variable 'ansible_timeout' from source: unknown\n 7519 1726888141.60835: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888141.60838: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888141.60842: variable 'omit' from source: magic vars\n 7519 1726888141.60844: starting attempt loop\n 7519 1726888141.60846: running the handler\n 7519 1726888141.61555: _low_level_execute_command(): starting\n 7519 1726888141.61558: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888141.62230: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists\n 7519 1726888141.62234: in run() - task 0ed44806-2f0b-c82f-f05a-000000000011\n 7519 1726888141.62236: variable 'ansible_search_path' from source: unknown\n 7519 1726888141.62238: variable 'ansible_search_path' from source: unknown\n 7519 1726888141.62241: calling self._execute()\n 7519 1726888141.62243: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888141.62245: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888141.62247: variable 'omit' from source: magic vars\n 7519 1726888141.62957: variable 'omit' from source: magic vars\n 7519 1726888141.62960: variable 'omit' from source: magic vars\n 7519 1726888141.62962: variable 'omit' from source: magic vars\n 7519 1726888141.62964: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888141.62966: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888141.62968: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888141.62970: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888141.62972: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888141.62974: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888141.62976: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888141.63494: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888141.63498: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.63501: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.63504: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.63507: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.63517: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.63528: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888141.63531: Set connection var ansible_pipelining to False\n 7519 1726888141.63532: Set connection var ansible_shell_type to sh\n 7519 1726888141.63534: Set connection var ansible_timeout to 10\n 7519 1726888141.63536: Set connection var ansible_connection to ssh\n 7519 1726888141.63538: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888141.63540: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888141.63541: variable 'ansible_connection' from source: unknown\n 7519 1726888141.63543: variable 'ansible_module_compression' from source: unknown\n 7519 1726888141.63545: variable 'ansible_shell_type' from source: unknown\n 7519 1726888141.63547: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888141.63549: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888141.63550: variable 'ansible_pipelining' from source: unknown\n 7519 1726888141.63552: variable 'ansible_timeout' from source: unknown\n 7519 1726888141.63554: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888141.63644: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.63843: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.64294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888141.65162: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888141.65166: variable 'omit' from source: magic vars\n 7519 1726888141.65168: starting attempt loop\n 7519 1726888141.65170: running the handler\n 7519 1726888141.65172: _low_level_execute_command(): starting\n 7519 1726888141.65174: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888141.65963: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888141.65966: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.65969: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.65970: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.65976: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.65980: _low_level_execute_command(): starting\n 7519 1726888141.65982: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855 `\" && echo ansible-tmp-1726888141.6560814-8091-31225606554855=\"` echo /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855 `\" && echo ansible-tmp-1726888141.6560814-8091-31225606554855=\"` echo /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855 `\" ) && sleep 0'\"'\"''\n 7519 1726888141.67355: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.67360: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.67363: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.67366: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.67369: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888141.67373: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.67375: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.68004: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888141.68007: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.68009: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.68011: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.68015: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.68017: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888141.68019: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888141.68021: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888141.68025: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.68027: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.68029: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.68031: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.68033: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888141.68035: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888141.68036: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888141.68040: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.68041: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.68043: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.68045: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.68046: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888141.68048: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888141.68050: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888141.68052: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888141.68053: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.68055: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.68057: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.68058: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.68060: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888141.68062: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.68066: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.69426: done with get_vars()\n 7519 1726888141.69464: done getting variables\n 7519 1726888141.69509: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888141.69512: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888141.69515: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.69517: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.69519: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888141.69520: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888141.69528: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888141.69530: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888141.69532: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888141.69534: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.69536: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.69585: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888141.69595: entering _queue_task() for managed_node3/command\n 7519 1726888141.69951: stdout chunk (state=3):\n>>>ansible-tmp-1726888141.6560814-8091-31225606554855=/root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855\n<<<\n 7519 1726888141.72100: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.72105: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.72108: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888141.6560814-8091-31225606554855=/root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.72127: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888141.6560814-8091-31225606554855=/root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.72131: variable 'ansible_module_compression' from source: unknown\n 7519 1726888141.72132: ANSIBALLZ: Using generic lock for ansible.legacy.command\n 7519 1726888141.72135: ANSIBALLZ: Acquiring lock\n 7519 1726888141.72138: ANSIBALLZ: Lock acquired: 140005031086368\n 7519 1726888141.72140: ANSIBALLZ: Creating module\n 7519 1726888141.72141: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888141.72145: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.72147: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.72153: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.72169: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.72175: _low_level_execute_command(): starting\n 7519 1726888141.72179: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999 `\" && echo ansible-tmp-1726888141.7129834-8093-153801670353999=\"` echo /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999 `\" && echo ansible-tmp-1726888141.7129834-8093-153801670353999=\"` echo /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999 `\" ) && sleep 0'\"'\"''\n 7519 1726888141.72062: worker is 3 (out of 3 available)\n 7519 1726888141.72650: exiting _queue_task() for managed_node3/command\n 7519 1726888141.72663: done queuing things up, now waiting for results queue to drain\n 7519 1726888141.72664: waiting for pending results...\n 7519 1726888141.73177: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists\n 7519 1726888141.73319: in run() - task 0ed44806-2f0b-c82f-f05a-000000000011\n 7519 1726888141.73332: variable 'ansible_search_path' from source: unknown\n 7519 1726888141.73335: variable 'ansible_search_path' from source: unknown\n 7519 1726888141.73379: calling self._execute()\n 7519 1726888141.73473: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888141.73480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888141.73490: variable 'omit' from source: magic vars\n 7519 1726888141.73603: variable 'omit' from source: magic vars\n 7519 1726888141.73661: variable 'omit' from source: magic vars\n 7519 1726888141.73710: variable 'omit' from source: magic vars\n 7519 1726888141.74263: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888141.74300: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888141.74325: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888141.74342: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888141.74355: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888141.74387: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888141.74392: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888141.74394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888141.74501: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888141.74510: Set connection var ansible_pipelining to False\n 7519 1726888141.74516: Set connection var ansible_shell_type to sh\n 7519 1726888141.74519: Set connection var ansible_timeout to 10\n 7519 1726888141.74521: Set connection var ansible_connection to ssh\n 7519 1726888141.74529: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888141.74553: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888141.74556: variable 'ansible_connection' from source: unknown\n 7519 1726888141.74558: variable 'ansible_module_compression' from source: unknown\n 7519 1726888141.74560: variable 'ansible_shell_type' from source: unknown\n 7519 1726888141.74563: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888141.74565: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888141.74569: variable 'ansible_pipelining' from source: unknown\n 7519 1726888141.74572: variable 'ansible_timeout' from source: unknown\n 7519 1726888141.74574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888141.74724: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888141.74736: variable 'omit' from source: magic vars\n 7519 1726888141.74739: starting attempt loop\n 7519 1726888141.74742: running the handler\n 7519 1726888141.74759: _low_level_execute_command(): starting\n 7519 1726888141.74768: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888141.75136: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888141.75150: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.75271: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.75312: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.75342: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.75462: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888141.75515: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888141.75534: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888141.75555: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.75575: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.75632: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.75690: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.75700: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888141.75708: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888141.75714: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888141.75730: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.75738: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.75759: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.75780: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.75851: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888141.75873: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888141.75880: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888141.75916: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888141.75941: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.75952: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.75959: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.76038: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888141.76054: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888141.76073: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.76276: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.76294: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888141.76307: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888141.76342: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888141.76406: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888141.76487: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888141.76543: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.76635: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888141.77829: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888141.77847: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.77884: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.77904: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.77919: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.77986: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888141.77998: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888141.78008: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888141.78028: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.78044: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.78059: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.78072: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.78088: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888141.78099: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888141.78109: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888141.78127: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.78187: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.78203: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.78219: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.78236: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888141.78277: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888141.78299: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888141.78326: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888141.78343: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.78358: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.78372: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.78483: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888141.78508: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888141.78552: stdout chunk (state=3):\n>>>ansible-tmp-1726888141.7129834-8093-153801670353999=/root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999\n<<<\n 7519 1726888141.78572: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.78604: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.78795: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.78800: stdout chunk (state=3):\n>>><<<\n 7519 1726888141.78803: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'ansible-tmp-1726888141.7129834-8093-153801670353999=/root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.78969: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888141.7129834-8093-153801670353999=/root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.79049: variable 'ansible_module_compression' from source: unknown\n 7519 1726888141.79236: ANSIBALLZ: Using generic lock for ansible.legacy.command\n 7519 1726888141.79239: ANSIBALLZ: Acquiring lock\n 7519 1726888141.79252: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888141.79264: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888141.79277: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888141.79287: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888141.79303: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888141.79397: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.79416: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888141.82442: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888141.82462: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.82877: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.82881: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.83037: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.83129: _low_level_execute_command(): starting\n 7519 1726888141.83133: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401 `\" && echo ansible-tmp-1726888141.8308046-8099-16731245004401=\"` echo /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401 `\" && echo ansible-tmp-1726888141.8308046-8099-16731245004401=\"` echo /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401 `\" ) && sleep 0'\"'\"''\n 7519 1726888141.85451: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888141.85478: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.85502: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.85537: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.85582: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.85718: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888141.85785: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888141.85810: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888141.85840: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.85865: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.85900: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.85935: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.85973: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888141.86037: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888141.86052: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888141.86071: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.86099: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.86120: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.86142: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.86161: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888141.86179: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888141.86198: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888141.86212: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888141.86230: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.86283: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.86310: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888141.86612: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888141.86635: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888141.86647: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888141.86666: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888141.86686: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888141.86730: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888141.86741: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888141.86754: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888141.86789: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888141.86817: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888141.86882: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888141.90073: stdout chunk (state=3):\n>>>ansible-tmp-1726888141.8308046-8099-16731245004401=/root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401\n<<<\n 7519 1726888141.90258: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888141.90361: stderr chunk (state=3):\n>>><<<\n 7519 1726888141.90410: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888141.8308046-8099-16731245004401=/root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888141.90481: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888141.8308046-8099-16731245004401=/root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888141.91000: variable 'ansible_module_compression' from source: unknown\n 7519 1726888141.91004: ANSIBALLZ: Using generic lock for ansible.legacy.command\n 7519 1726888141.91007: ANSIBALLZ: Acquiring lock\n 7519 1726888141.98193: ANSIBALLZ: Writing module into payload\n 7519 1726888141.98275: ANSIBALLZ: Writing module\n 7519 1726888141.98295: ANSIBALLZ: Renaming module\n 7519 1726888141.98301: ANSIBALLZ: Done creating module\n 7519 1726888141.98544: ANSIBALLZ: Lock acquired: 140005031086368\n 7519 1726888141.98547: ANSIBALLZ: Reading module after lock\n 7519 1726888141.98550: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 7519 1726888141.98554: variable 'ansible_facts' from source: host vars for 'managed_node2'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py\n 7519 1726888141.98559: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py\n 7519 1726888141.98563: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpdwhscskp TO /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzl0i50hm TO /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888141.98574: ANSIBALLZ: Lock acquired: 140005031086368\n 7519 1726888141.98578: ANSIBALLZ: Reading module after lock\n 7519 1726888141.98580: variable 'ansible_facts' from source: host vars for 'managed_node3'\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py\n 7519 1726888141.98759: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py\n 7519 1726888141.98762: Sending initial data\n 7519 1726888141.98764: Sent initial data (153 bytes)\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgzbtl33t TO /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888141.98835: Sending initial data\n 7519 1726888141.98838: Sent initial data (153 bytes)\n 7519 1726888141.99131: Sending initial data\n 7519 1726888141.99134: Sent initial data (154 bytes)\n 7519 1726888141.99787: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888141.99810: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888141.99832: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888141.99840: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888141.99849: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888141.99888: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888141.99895: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888141.99915: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888141.99938: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888141.99955: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888141.99969: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888141.99981: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.00008: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888142.00044: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888142.00057: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888142.00070: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.00085: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.00104: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.00137: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.00162: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888142.00180: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888142.00197: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888142.00218: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888142.00249: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.00278: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.00295: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.00396: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888142.00418: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888142.00439: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.00469: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.00495: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888142.00508: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888142.00529: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888142.00544: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.00593: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888142.00620: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.00720: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888142.01382: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.01439: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.01448: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.01493: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.01561: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.01605: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888142.01682: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.01709: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888142.01749: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.01752: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.01811: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888142.01814: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888142.01818: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 7519 1726888142.01837: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.01908: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888142.01952: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888142.01973: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.01999: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.02033: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888142.02062: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888142.02082: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888142.02100: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.02125: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888142.02173: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.02266: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888142.03542: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888142.03584: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888142.03693: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\n<<<\n 7519 1726888142.03697: stderr chunk (state=3):\n>>>debug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888142.03700: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888142.03732: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888142.03736: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzl0i50hm\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888142.03738: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzl0i50hm /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py\n<<<\n 7519 1726888142.03741: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpdwhscskp\r\n<<<\n 7519 1726888142.03743: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpdwhscskp /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py\n<<<\n 7519 1726888142.03746: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888142.03757: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py M:0x001a\r\n<<<\n 7519 1726888142.03761: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py M:0x001a\r\n<<<\n 7519 1726888142.03804: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119286\r\n<<<\n 7519 1726888142.03830: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119285\r\n<<<\n 7519 1726888142.04691: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119285 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888142.04732: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119286 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888142.04739: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888142.04778: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888142.04815: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888142.04818: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888142.04841: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888142.04844: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888142.04862: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.04978: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.04982: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgzbtl33t\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py M:0x001a\r\n<<<\n 7519 1726888142.04984: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgzbtl33t /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py\n<<<\n 7519 1726888142.05333: stderr chunk (state=3):\n>>><<<\n 7519 1726888142.05338: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzl0i50hm /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzl0i50hm\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119286\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119286 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888142.05347: done transferring module to remote\n 7519 1726888142.05349: _low_level_execute_command(): starting\n 7519 1726888142.05351: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/ /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/ /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888142.05608: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119285\r\n<<<\n 7519 1726888142.05790: stderr chunk (state=3):\n>>><<<\n 7519 1726888142.05795: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpdwhscskp /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpdwhscskp\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119285\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119285 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888142.05801: done transferring module to remote\n 7519 1726888142.05803: _low_level_execute_command(): starting\n 7519 1726888142.05805: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/ /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/ /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888142.06216: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119285 bytes at 0\r\n<<<\n 7519 1726888142.06226: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888142.06275: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888142.06294: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888142.06318: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.06359: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.06377: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.06410: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.06431: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.06494: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888142.06572: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888142.06590: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888142.06607: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888142.06629: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.06647: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.06650: stderr chunk (state=3):\n>>><<<\n 7519 1726888142.06653: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.06667: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgzbtl33t /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgzbtl33t\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119285\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119285 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888142.06694: done transferring module to remote\n 7519 1726888142.06729: _low_level_execute_command(): starting\n 7519 1726888142.06734: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/ /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888142.06751: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888142.06763: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888142.06775: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/ /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888142.06797: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.06841: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.06860: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.06875: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.06892: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888142.06904: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888142.06915: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888142.06932: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888142.06947: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.06962: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.06976: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.07162: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888142.07176: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888142.07186: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.07204: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.07227: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888142.07240: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888142.07252: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888142.07265: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.07344: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888142.07361: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.07453: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888142.07972: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.07976: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.08058: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888142.08064: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.08126: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.08134: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.08410: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888142.08415: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.08511: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.08514: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.08519: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888142.08561: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.08591: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888142.08713: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888142.08716: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.08719: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.08771: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.08777: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.08780: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888142.08782: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.08823: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.08843: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.08846: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888142.08868: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.08924: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888142.09274: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.09427: stderr chunk (state=3):\n>>><<<\n 7519 1726888142.09432: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888142.09540: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888142.09547: _low_level_execute_command(): starting\n 7519 1726888142.09550: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888142.10000: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888142.10006: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.10020: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.10031: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.10060: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888142.10065: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888142.10179: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888142.10183: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888142.10186: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.10188: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.10191: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.10193: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888142.10195: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888142.10197: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888142.10200: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.10202: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.10204: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.10206: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.10208: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888142.10211: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888142.10216: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888142.10218: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888142.10221: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.10433: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.10437: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.10439: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888142.10442: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888142.10444: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.10446: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.10448: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888142.10450: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888142.10452: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888142.10454: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.10456: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888142.10486: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.10543: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888142.11079: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.11141: stderr chunk (state=3):\n>>><<<\n 7519 1726888142.11144: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888142.11164: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888142.11168: _low_level_execute_command(): starting\n 7519 1726888142.11264: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888142.11504: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.11507: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.11517: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888142.11649: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888142.11652: _low_level_execute_command(): starting\n 7519 1726888142.11655: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888142.12579: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888142.12584: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888142.12653: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888142.12687: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888142.12718: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888142.12764: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888142.12767: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888142.12831: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888142.12835: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.12839: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888142.12862: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888142.12865: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888142.12894: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3dc0>\r\n<<<\n 7519 1726888142.12953: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888142.12956: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888142.12959: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3b20><<<\n 7519 1726888142.12961: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.12983: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n<<<\n 7519 1726888142.12988: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888142.13007: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3ac0>\r\n<<<\n 7519 1726888142.13047: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888142.13051: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n<<<\n 7519 1726888142.13053: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888142.13079: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958490>\r\n<<<\n 7519 1726888142.13084: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888142.13125: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n<<<\n 7519 1726888142.13131: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888142.13134: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888142.13147: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958670>\r\n<<<\n 7519 1726888142.13185: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888142.13188: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888142.13480: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888142.13483: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85932850>\r\n<<<\n 7519 1726888142.13486: stdout chunk (state=3):\n>>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f940>\r\n<<<\n 7519 1726888142.13553: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85970880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888142.13556: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85908d90>\r\n<<<\n 7519 1726888142.13558: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888142.13570: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.13609: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.13624: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85932d90>\r\n<<<\n 7519 1726888142.13628: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.13634: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.13673: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958970>\r\n<<<\n 7519 1726888142.13691: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888142.13702: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888142.13705: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888142.13709: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888142.13712: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888142.13722: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.13733: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.13740: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.13750: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888142.13757: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888142.13770: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888142.13772: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.13778: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.13789: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.13796: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.13803: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888142.13838: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888142.13841: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888142.13844: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888142.13846: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.13848: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.13850: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.13896: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888142.13900: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888142.13945: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888142.13948: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888142.13955: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888142.13964: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888142.13996: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888142.14000: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.14017: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.14020: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888142.14025: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858aeeb0>\r\n<<<\n 7519 1726888142.14028: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888142.14030: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888142.14033: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888142.14103: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.14109: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888142.14150: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n<<<\n 7519 1726888142.14153: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.14156: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888142.14172: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888142.14228: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858a7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ad640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ae370>\r\n<<<\n 7519 1726888142.14239: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888142.14323: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888142.14342: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888142.14364: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.14392: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888142.14395: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888142.14426: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888142.14437: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85830d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830850>\r\n<<<\n 7519 1726888142.14460: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888142.14466: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830e50>\r\n<<<\n 7519 1726888142.14504: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888142.14508: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888142.14547: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830f10>\r\n<<<\n 7519 1726888142.14563: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830e20>\r\n<<<\n 7519 1726888142.14573: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888142.14642: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85889cd0>\r\nimport '_functools' # \r\n<<<\n 7519 1726888142.14663: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858825b0>\r\n<<<\n 7519 1726888142.14726: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85896610>\r\n<<<\n 7519 1726888142.14733: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5dc0>\r\n<<<\n 7519 1726888142.14752: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888142.14841: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85842c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858891f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85896220>\r\n<<<\n 7519 1726888142.14847: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858bb970>\r\n<<<\n 7519 1726888142.14877: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888142.14892: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.14907: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888142.14942: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888142.14947: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842d30>\r\n<<<\n 7519 1726888142.14988: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842ca0>\r\n<<<\n 7519 1726888142.15015: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'<<<\n 7519 1726888142.15021: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.15041: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888142.15056: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888142.15130: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888142.15162: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888142.15165: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855fb310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888142.15197: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888142.15333: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855fb400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8584cf40>\r\n<<<\n 7519 1726888142.15372: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858449d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844520>\r\n<<<\n 7519 1726888142.15385: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888142.15407: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888142.15441: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888142.15542: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8552e160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855e5dc0>\r\n<<<\n 7519 1726888142.15590: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888142.15649: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888142.15678: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85540a90>\r\nimport 'errno' # \r\n<<<\n 7519 1726888142.15762: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85540dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\n<<<\n 7519 1726888142.15791: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855536d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888142.15817: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888142.15874: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85553c10>\r\n<<<\n 7519 1726888142.15933: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888142.15964: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854df340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85540eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888142.15987: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854f0220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85553550>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888142.16014: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.16042: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.16080: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854f02e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888142.16105: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.16127: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.16189: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888142.16215: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c700>\r\n<<<\n 7519 1726888142.16240: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c7f0>\r\n<<<\n 7519 1726888142.16290: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888142.16362: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888142.16426: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888142.16433: stderr chunk (state=3):\n>>>debug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.16439: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888142.16445: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888142.16471: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550cc40>\r\n<<<\n 7519 1726888142.16542: stdout chunk (state=3):\n>>>import '_io' # <<<\n 7519 1726888142.16546: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.16553: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888142.16595: stdout chunk (state=3):\n>>>import 'posix' # <<<\n 7519 1726888142.16600: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.16615: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8551a190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e854ff9d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888142.16680: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # <<<\n 7519 1726888142.16685: stdout chunk (state=3):\n>>>\r\n# installing zipimport hook\r\n<<<\n 7519 1726888142.16779: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550ca30>\r\n<<<\n 7519 1726888142.16783: stdout chunk (state=3):\n>>>import 'time' # <<<\n 7519 1726888142.16787: stdout chunk (state=3):\n>>>\r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888142.16807: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4e85434610>\r\n<<<\n 7519 1726888142.16859: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py<<<\n 7519 1726888142.16862: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.16865: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'<<<\n 7519 1726888142.16922: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888142.16947: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.16982: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888142.17004: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888142.17013: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3dc0>\r\n<<<\n 7519 1726888142.17069: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.17081: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888142.17123: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888142.17151: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3b20>\r\n<<<\n 7519 1726888142.17191: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n<<<\n 7519 1726888142.17195: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888142.17211: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3ac0>\r\n<<<\n 7519 1726888142.17214: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888142.17218: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n<<<\n 7519 1726888142.17266: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888142.17271: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598490>\r\n<<<\n 7519 1726888142.17273: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888142.17292: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n<<<\n 7519 1726888142.17302: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888142.17305: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598940>\r\n<<<\n 7519 1726888142.17318: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598670>\r\n<<<\n 7519 1726888142.17338: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888142.17340: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888142.17382: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888142.17385: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888142.17433: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888142.17439: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.17441: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888142.17492: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.17496: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.17499: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888142.17500: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888142.17502: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.17503: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.17505: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888142.17548: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888142.17600: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f220>\r\n<<<\n 7519 1726888142.17631: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888142.17668: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888142.17671: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc572850>\r\n<<<\n 7519 1726888142.17673: stdout chunk (state=3):\n>>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f940>\r\n<<<\n 7519 1726888142.17715: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5b0880>\r\n<<<\n 7519 1726888142.17750: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888142.17754: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc548d90>\r\n<<<\n 7519 1726888142.17828: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n<<<\n 7519 1726888142.17832: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\n<<<\n 7519 1726888142.17835: stdout chunk (state=3):\n>>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc572d90>\r\n<<<\n 7519 1726888142.17927: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598970><<<\n 7519 1726888142.17930: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.17946: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) <<<\n 7519 1726888142.17989: stdout chunk (state=3):\n>>>\r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux<<<\n 7519 1726888142.17993: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.17996: stdout chunk (state=3):\n>>>Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.<<<\n 7519 1726888142.17999: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.18326: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py<<<\n 7519 1726888142.18331: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.18347: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.18357: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888142.18436: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py<<<\n 7519 1726888142.18442: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.18465: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'<<<\n 7519 1726888142.18468: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.18470: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888142.18493: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'<<<\n 7519 1726888142.18498: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.18532: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py<<<\n 7519 1726888142.18546: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.18564: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888142.18573: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc512eb0>\r\n<<<\n 7519 1726888142.18661: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc516f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888142.18749: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888142.18760: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888142.18763: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888142.18765: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888142.18808: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc50c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc514640>\r\n<<<\n 7519 1726888142.18811: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc512370>\r\n<<<\n 7519 1726888142.18827: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888142.19348: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359760>\r\n<<<\n 7519 1726888142.19353: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc495d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4eecd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4e85b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4fb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51adc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc4a7c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4ee1f0>\r\n<<<\n 7519 1726888142.19363: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.19417: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888142.19425: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc4fb220>\r\n<<<\n 7519 1726888142.19431: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc520970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888142.19435: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888142.19440: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85359160>\r\n<<<\n 7519 1726888142.19458: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888142.19462: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359280>\r\n<<<\n 7519 1726888142.19522: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7f40>\r\n<<<\n 7519 1726888142.19533: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359eb0>\r\n<<<\n 7519 1726888142.19536: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7d30>\r\n<<<\n 7519 1726888142.19540: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\n<<<\n 7519 1726888142.19543: stdout chunk (state=3):\n>>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7ca0>\r\n<<<\n 7519 1726888142.19545: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888142.19568: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888142.19571: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888142.19573: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359fa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359cd0>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888142.19710: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85359f10>\r\n<<<\n 7519 1726888142.19715: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888142.19721: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888142.19737: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc47c310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc47c400>\r\n<<<\n 7519 1726888142.19741: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888142.19809: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888142.19819: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888142.19871: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d6be80>\r\n<<<\n 7519 1726888142.19878: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4b2f40>\r\n<<<\n 7519 1726888142.19892: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a99d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9520>\r\n<<<\n 7519 1726888142.19895: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d8efa0>\r\n<<<\n 7519 1726888142.19983: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d8edc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888142.19987: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888142.19993: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888142.19995: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20017: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20021: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc189160>\r\n<<<\n 7519 1726888142.20025: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d8e430>\r\n<<<\n 7519 1726888142.20049: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c0dc0>\r\n<<<\n 7519 1726888142.20052: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc465dc0>\r\n<<<\n 7519 1726888142.20162: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51afa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc19aa90>\r\n<<<\n 7519 1726888142.20232: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c03d0>\r\n<<<\n 7519 1726888142.20265: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888142.20271: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc19adc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20276: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c0f10>\r\n<<<\n 7519 1726888142.20297: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20312: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1ae6d0>\r\n<<<\n 7519 1726888142.20324: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888142.20345: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888142.20348: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20407: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888142.20410: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1aec10>\r\n<<<\n 7519 1726888142.20415: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc13a340>\r\n<<<\n 7519 1726888142.20448: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 7519 1726888142.20454: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85390b50>\r\n<<<\n 7519 1726888142.20458: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888142.20461: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8535e430>\r\n<<<\n 7519 1726888142.20465: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc19aeb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20551: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc14a220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1ae550>\r\n<<<\n 7519 1726888142.20554: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888142.20556: stdout chunk (state=3):\n>>>import 'marshal' # <<<\n 7519 1726888142.20561: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.20563: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 7519 1726888142.20595: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc14a2e0>\r\n<<<\n 7519 1726888142.20599: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7970>\r\n<<<\n 7519 1726888142.20601: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84de8460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20608: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888142.20800: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888142.20836: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20842: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888142.20856: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888142.20859: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888142.20871: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n<<<\n 7519 1726888142.20876: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 7519 1726888142.20879: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d4f130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20881: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888142.20884: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20886: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5b940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888142.20888: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20890: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc1667f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888142.20892: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py<<<\n 7519 1726888142.21013: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.21049: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888142.21054: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888142.21213: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888142.21218: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888142.21226: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043dc0>\r\n<<<\n 7519 1726888142.21314: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853bacd0>\r\n<<<\n 7519 1726888142.21386: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888142.21391: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888142.21394: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd83a0>\r\n<<<\n 7519 1726888142.21397: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043b20>\r\n<<<\n 7519 1726888142.21401: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166c40>\r\n<<<\n 7519 1726888142.21403: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc174190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166880>\r\n<<<\n 7519 1726888142.21405: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1599d0>\r\n<<<\n 7519 1726888142.21408: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888142.21630: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7550>\r\n<<<\n 7519 1726888142.21641: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d5b8e0>\r\n<<<\n 7519 1726888142.21645: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043ac0>\r\n<<<\n 7519 1726888142.21649: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888142.21652: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888142.21658: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888142.21660: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8490>\r\n<<<\n 7519 1726888142.21663: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5b730>\r\n<<<\n 7519 1726888142.21666: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166a30>\r\n<<<\n 7519 1726888142.21668: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5a6d0>\r\n<<<\n 7519 1726888142.21670: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n<<<\n 7519 1726888142.21672: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888142.21676: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5a610>\r\n<<<\n 7519 1726888142.21679: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888142.21682: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8539a880>\r\n<<<\n 7519 1726888142.21944: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888142.21949: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8940>\r\n<<<\n 7519 1726888142.21952: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888142.21956: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8670>\r\n<<<\n 7519 1726888142.21958: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38dc086610>\r\n<<<\n 7519 1726888142.21961: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888142.21964: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddf640>\r\n<<<\n 7519 1726888142.21966: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888142.21970: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888142.21973: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888142.21975: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888142.21978: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.21981: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888142.21984: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 7519 1726888142.21987: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888142.21990: stdout chunk (state=3):\n>>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f190>\r\n<<<\n 7519 1726888142.21993: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddda60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84dee0d0>\r\n<<<\n 7519 1726888142.21996: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888142.21999: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888142.22002: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddf0a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853659a0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.22005: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888142.22010: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.22012: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888142.22050: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.22112: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f220>\r\n<<<\n 7519 1726888142.22114: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888142.22118: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888142.22121: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.22139: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888142.22142: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\n<<<\n 7519 1726888142.22145: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888142.22149: stdout chunk (state=3):\n>>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368db2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f940>\r\n<<<\n 7519 1726888142.22152: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.22155: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888142.22158: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368df0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d88d90>\r\n<<<\n 7519 1726888142.22161: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.22164: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368db2d90>\r\n<<<\n 7519 1726888142.22166: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.22167: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8970>\r\n<<<\n 7519 1726888142.22169: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888142.22422: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888142.22429: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888142.22483: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888142.22488: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888142.22511: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.22514: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888142.22534: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888142.22559: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888142.22575: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888142.22599: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d53eb0>\r\n<<<\n 7519 1726888142.22665: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d56f40>\r\n<<<\n 7519 1726888142.22692: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888142.22712: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888142.22742: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888142.22762: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888142.22790: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888142.22817: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888142.22851: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888142.22854: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.22871: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d4c610>\r\n<<<\n 7519 1726888142.22914: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d52640>\r\n<<<\n 7519 1726888142.22917: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d53370>\r\n<<<\n 7519 1726888142.22945: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888142.22973: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888142.22976: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888142.23019: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888142.23024: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.23045: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888142.23085: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d2afa0>\r\n<<<\n 7519 1726888142.23088: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888142.23167: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.23287: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888142.23295: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d1ed90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e849435e0>\r\n<<<\n 7519 1726888142.23300: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888142.23303: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888142.23305: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368cd5d60>\r\n<<<\n 7519 1726888142.23307: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.23309: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.23312: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888142.23314: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.23316: stdout chunk (state=3):\n>>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5850>\r\n<<<\n 7519 1726888142.23319: stdout chunk (state=3):\n>>>import 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5e50>\r\n<<<\n 7519 1726888142.23351: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888142.23354: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888142.23371: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 7519 1726888142.23396: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.23432: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5f10>\r\n<<<\n 7519 1726888142.23436: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n<<<\n 7519 1726888142.23439: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\n<<<\n 7519 1726888142.23441: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5e20>\r\n<<<\n 7519 1726888142.23484: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888142.23572: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888142.23577: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2ecd0>\r\n<<<\n 7519 1726888142.23580: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84dd29a0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.23583: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888142.23594: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d275b0>\r\n<<<\n 7519 1726888142.23674: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\n<<<\n 7519 1726888142.23678: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d3b610>\r\n<<<\n 7519 1726888142.23682: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5adc0>\r\n<<<\n 7519 1726888142.23705: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888142.23931: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ce7c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2e1f0>\r\n<<<\n 7519 1726888142.23971: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888142.24014: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab760>\r\n<<<\n 7519 1726888142.24026: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.24030: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888142.24033: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888142.24074: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888142.24077: stdout chunk (state=3):\n>>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368d3b220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d60970>\r\n<<<\n 7519 1726888142.24080: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888142.24084: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888142.24184: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888142.24212: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbfab160>\r\n<<<\n 7519 1726888142.24218: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.24241: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.24394: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab280>\r\n<<<\n 7519 1726888142.24400: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888142.24562: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabeb0>\r\n<<<\n 7519 1726888142.24599: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888142.24603: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7d30>\r\n<<<\n 7519 1726888142.24605: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabfa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabcd0>\r\n<<<\n 7519 1726888142.24607: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888142.24609: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7ca0>\r\n<<<\n 7519 1726888142.24611: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbfabf10>\r\n<<<\n 7519 1726888142.24613: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888142.24616: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888142.24620: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n<<<\n 7519 1726888142.24624: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888142.24626: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888142.24913: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab100>\r\n<<<\n 7519 1726888142.25009: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888142.25094: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888142.25099: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888142.25309: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888142.25314: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888142.25317: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888142.25442: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888142.25448: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888142.25451: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cbb310>\r\n<<<\n 7519 1726888142.25455: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.25594: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888142.25599: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db9ace80>\r\n<<<\n 7519 1726888142.25603: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888142.25605: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.25610: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db9cefa0>\r\n<<<\n 7519 1726888142.25613: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cbb400>\r\n<<<\n 7519 1726888142.25616: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db9cedc0>\r\n<<<\n 7519 1726888142.25620: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888142.25624: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.25626: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888142.25628: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888142.25631: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.25633: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db9ce430>\r\n<<<\n 7519 1726888142.25635: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.25639: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc012dc0>\r\n<<<\n 7519 1726888142.25643: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.25645: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cf1f40>\r\n<<<\n 7519 1726888142.25648: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888142.25844: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.25857: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888142.25876: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.25929: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc0123d0>\r\n<<<\n 7519 1726888142.25936: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888142.25939: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.25941: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc012f10>\r\n<<<\n 7519 1726888142.25943: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888142.25946: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888142.25948: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888142.25951: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.25953: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888142.25956: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce99d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9520>\r\n<<<\n 7519 1726888142.25958: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888142.25961: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888142.25964: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888142.25966: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfe2b50>\r\n<<<\n 7519 1726888142.25967: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368be0160>\r\n<<<\n 7519 1726888142.25970: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ca5dc0>\r\n<<<\n 7519 1726888142.25972: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7fc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7f340>\r\n<<<\n 7519 1726888142.25976: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfad430>\r\n<<<\n 7519 1726888142.25984: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26006: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf7f460>\r\n<<<\n 7519 1726888142.26009: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9e50>\r\n<<<\n 7519 1726888142.26011: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5afa0>\r\n<<<\n 7519 1726888142.26015: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888142.26017: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7f490>\r\n<<<\n 7519 1726888142.26078: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888142.26083: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26086: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n<<<\n 7519 1726888142.26119: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888142.26122: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26129: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bf1a90>\r\n<<<\n 7519 1726888142.26131: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26145: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888142.26148: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888142.26161: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26165: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888142.26167: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888142.26170: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db990130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888142.26200: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26216: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bf1dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26264: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n<<<\n 7519 1726888142.26317: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888142.26325: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99c940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4310>\r\n<<<\n 7519 1726888142.26333: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8535d4c0>\r\n<<<\n 7519 1726888142.26335: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26338: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888142.26340: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c046d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888142.26342: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26349: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26351: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888142.26354: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26356: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c04c10>\r\n<<<\n 7519 1726888142.26361: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888142.26363: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888142.26365: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc00ccd0>\r\n<<<\n 7519 1726888142.26368: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368b91340>\r\n<<<\n 7519 1726888142.26370: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26372: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26398: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888142.26401: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26404: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bf1eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26407: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888142.26411: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26418: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db99c8e0>\r\n<<<\n 7519 1726888142.26437: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26443: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99c730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99b6d0>\r\n<<<\n 7519 1726888142.26445: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26447: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99b610>\r\n<<<\n 7519 1726888142.26449: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfeb880>\r\n<<<\n 7519 1726888142.26451: stdout chunk (state=3):\n>>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ba1220>\r\n<<<\n 7519 1726888142.26457: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c04550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ba12e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888142.26460: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26462: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888142.26464: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26466: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888142.26519: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26527: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888142.26533: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf75640>\r\n<<<\n 7519 1726888142.26557: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd640>\r\n<<<\n 7519 1726888142.26566: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e853acbe0>\r\n<<<\n 7519 1726888142.26568: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n<<<\n 7519 1726888142.26570: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84916df0>\r\n<<<\n 7519 1726888142.26572: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd700>\r\n<<<\n 7519 1726888142.26575: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.26577: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf74a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf850d0>\r\n<<<\n 7519 1726888142.26579: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf750a0>\r\n<<<\n 7519 1726888142.26581: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfb89a0>\r\n<<<\n 7519 1726888142.26583: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26585: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26587: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888142.26588: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26590: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26593: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26595: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26596: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26598: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888142.26600: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26604: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888142.26641: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26663: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888142.26678: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26682: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888142.26684: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26686: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbdc40>\r\n<<<\n 7519 1726888142.26688: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888142.26690: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26692: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bcb190>\r\n<<<\n 7519 1726888142.26694: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd880>\r\n<<<\n 7519 1726888142.26696: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d15190>\r\n<<<\n 7519 1726888142.26699: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bb09d0>\r\n<<<\n 7519 1726888142.26701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26703: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7550>\r\n<<<\n 7519 1726888142.26704: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84db9b20>\r\n<<<\n 7519 1726888142.26706: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888142.26708: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853aa8e0>\r\n<<<\n 7519 1726888142.26710: stdout chunk (state=3):\n>>># destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available<<<\n 7519 1726888142.26713: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888142.26715: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26717: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26724: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26726: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888142.26729: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbda30>\r\n<<<\n 7519 1726888142.26731: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.26733: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888142.26744: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26751: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888142.26754: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff368ae5610>\r\n<<<\n 7519 1726888142.26756: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26849: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888142.26877: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84925910>\r\n<<<\n 7519 1726888142.26972: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.26975: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.27080: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.27086: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.27128: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"list-features\", \"sssd\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect list-features sssd\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888142.27135: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.27176: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.27189: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888142.27204: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.27458: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888142.27463: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n<<<\n 7519 1726888142.27467: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 7519 1726888142.27470: stdout chunk (state=3):\n>>># cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n<<<\n 7519 1726888142.27472: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888142.27491: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.27494: stdout chunk (state=3):\n>>># cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n<<<\n 7519 1726888142.27561: stdout chunk (state=3):\n>>># cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging<<<\n 7519 1726888142.27566: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n<<<\n 7519 1726888142.27568: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db97dfa0>\r\n<<<\n 7519 1726888142.27592: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888142.27613: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db95ed90>\r\n<<<\n 7519 1726888142.27616: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db5965e0>\r\n<<<\n 7519 1726888142.27685: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888142.27691: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.27693: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.27712: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888142.27715: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.27733: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888142.27746: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888142.27790: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888142.27793: stdout chunk (state=3):\n>>># destroy _compression\r\n<<<\n 7519 1726888142.27797: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888142.27850: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n<<<\n 7519 1726888142.27854: stdout chunk (state=3):\n>>># destroy encodings\r\n<<<\n 7519 1726888142.27858: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.27860: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n<<<\n 7519 1726888142.27862: stdout chunk (state=3):\n>>># destroy datetime\r\n<<<\n 7519 1726888142.27876: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888142.28031: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n<<<\n 7519 1726888142.28036: stdout chunk (state=3):\n>>># cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n<<<\n 7519 1726888142.28040: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888142.28045: stdout chunk (state=3):\n>>># cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n<<<\n 7519 1726888142.28049: stdout chunk (state=3):\n>>># cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888142.28052: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf699a0>\r\n<<<\n 7519 1726888142.28054: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.28056: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888142.28061: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n<<<\n 7519 1726888142.28087: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888142.28092: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888142.28158: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 7519 1726888142.28161: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n<<<\n 7519 1726888142.28164: stdout chunk (state=3):\n>>># cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 7519 1726888142.28166: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n<<<\n 7519 1726888142.28168: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n<<<\n 7519 1726888142.28170: stdout chunk (state=3):\n>>># destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888142.28336: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888142.28341: stdout chunk (state=3):\n>>># destroy tokenize\r\n<<<\n 7519 1726888142.28344: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888142.28346: stdout chunk (state=3):\n>>># destroy stat\r\n<<<\n 7519 1726888142.28399: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888142.28402: stdout chunk (state=3):\n>>># destroy select\r\n<<<\n 7519 1726888142.28405: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n<<<\n 7519 1726888142.28409: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888142.28411: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.28429: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888142.28712: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888142.28747: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.28803: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.28845: stderr chunk (state=3):\n>>><<<\n 7519 1726888142.28850: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.28873: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888142.28876: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.28947: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888142.28951: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859583a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85932850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85970880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85908d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85932d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858aeeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b1f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858a7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ad640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ae370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85830d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85889cd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858825b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85896610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85842c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858891f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85896220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858bb970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855fb310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855fb400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8584cf40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858449d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8552e160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855e5dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5fa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85540a90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85540dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855536d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85553c10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854df340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85540eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854f0220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85553550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854f02e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c7f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550cc40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8551a190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e854ff9d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550ca30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4e85434610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85359160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359eb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359fa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359cd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85359f10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d6be80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d8efa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d8edc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d8e430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c0dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c03d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c0f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85390b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8c70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8535e430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84de8460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d4f130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5b940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853bacd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d5b8e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5b730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5a6d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5a610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8539a880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddf640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddda60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84dee0d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddf0a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853659a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d2afa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d1ed90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e849435e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84dd29a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8535d4c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e853acbe0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84916df0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d15190>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84db9b20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853aa8e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84925910>\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"list-features\", \"sssd\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect list-features sssd\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing glob\\r\\n# destroy glob\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888142.29152: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859583a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85932850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85970880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85908d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85932d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858aeeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858a7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ad640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85830d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85889cd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858825b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85896610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85842c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858891f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85896220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858bb970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855fb310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855fb400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8584cf40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858449d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8552e160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855e5dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85540a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85540dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855536d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85553c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854df340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85540eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854f0220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85553550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854f02e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550cc40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8551a190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e854ff9d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550ca30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4e85434610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85359160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359eb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359fa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359cd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85359f10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d6be80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d8efa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d8edc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d8e430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c0dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c03d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c0f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85390b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8535e430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84de8460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d4f130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5b940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853bacd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d5b8e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5b730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5a6d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5a610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8539a880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddf640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddda60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84dee0d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddf0a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853659a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d2afa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d1ed90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e849435e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84dd29a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8535d4c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e853acbe0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84916df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d15190>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84db9b20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853aa8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84925910>\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"list-features\", \"sssd\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect list-features sssd\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888142.31952: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.31956: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.31958: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.33068: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect list-features sssd', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888141.7129834-8093-153801670353999/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888142.33072: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.33076: _low_level_execute_command(): starting\n 7519 1726888142.33079: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888142.33090: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.33093: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888142.33096: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888142.33163: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfaf4c0>\r\n<<<\n 7519 1726888142.33171: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.33174: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.33177: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888142.33179: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888142.33181: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888142.33184: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.33186: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.33187: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888142.33189: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.33191: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.33192: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.33194: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.33196: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888142.33197: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.33200: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbffebe0>\r\n<<<\n 7519 1726888142.33201: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db571df0>\r\n<<<\n 7519 1726888142.33203: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.33207: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.33331: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db95ae80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db953b20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbffc8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.33337: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888142.36088: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888142.36092: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.36094: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.36096: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888142.36098: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db57f910>\r\n<<<\n 7519 1726888142.36100: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a760>\r\n<<<\n 7519 1726888142.36104: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.36106: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888142.36109: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888142.36111: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888142.36113: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"list-features\", \"sssd\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect list-features sssd\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n<<<\n 7519 1726888142.36115: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888142.36118: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n<<<\n 7519 1726888142.36120: stdout chunk (state=3):\n>>># cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n<<<\n 7519 1726888142.36131: stdout chunk (state=3):\n>>># cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n<<<\n 7519 1726888142.36137: stdout chunk (state=3):\n>>># cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n<<<\n 7519 1726888142.36140: stdout chunk (state=3):\n>>># cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n<<<\n 7519 1726888142.36144: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a0a160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0aeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0afa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0acd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a0af10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368961e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368983fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368983dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888142.36147: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888142.36149: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888142.36151: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368983430>\r\n<<<\n 7519 1726888142.36153: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a71dc0>\r\n<<<\n 7519 1726888142.36156: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888142.36158: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a713d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888142.36160: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888142.36162: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888142.36165: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a71f10>\r\n<<<\n 7519 1726888142.36167: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888142.36169: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888142.36171: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888142.36174: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888142.36176: stderr chunk (state=3):\n>>><<<\n 7519 1726888142.36178: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.36180: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888142.36182: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a41b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689dec70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689de340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0f430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689de460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689de490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888142.36184: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888142.36186: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5983a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc572850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5b0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc548d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc572d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc512eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc516f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc50c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc514640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc512370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc495d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4eecd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4e85b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4fb610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51adc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc4a7c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4ee1f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc4fb220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc520970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc47c310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc47c400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4b2f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a99d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc189160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc465dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51afa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc19aa90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc19adc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1ae6d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1aec10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc13a340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc19aeb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc14a220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1ae550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc14a2e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc1667f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166c40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc174190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1599d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166a30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38dc086610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbfab160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabeb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabfa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabcd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbfabf10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db9ace80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db9cefa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db9cedc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db9ce430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc012dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc0123d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc012f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfe2b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7fc70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7f340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfad430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf7f460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7f490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db990130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99c940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc00ccd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db99c8e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99c730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99b6d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99b610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfeb880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf75640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf74a60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf850d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf750a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfb89a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db97dfa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db95ed90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db5965e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf699a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfaf4c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbffebe0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db571df0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db95ae80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db953b20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbffc8e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db57f910>\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"list-features\", \"sssd\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect list-features sssd\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing glob\\r\\n# destroy glob\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888142.38145: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc572850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5b0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc548d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc572d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc512eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc516f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc50c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc514640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc512370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc495d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4eecd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4e85b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4fb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51adc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc4a7c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4ee1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc4fb220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc520970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc47c310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc47c400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4b2f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a99d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc189160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc465dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51afa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc19aa90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc19adc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1ae6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1aec10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc13a340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc19aeb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc14a220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1ae550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc14a2e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc1667f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc174190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1599d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166a30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38dc086610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbfab160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabfa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabcd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbfabf10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db9ace80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db9cefa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db9cedc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db9ce430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc012dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc0123d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc012f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfe2b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7fc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7f340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfad430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf7f460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7f490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db990130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99c940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc00ccd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db99c8e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99c730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99b6d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99b610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfeb880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf75640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf74a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf850d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf750a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfb89a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db97dfa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db95ed90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db5965e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf699a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfaf4c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbffebe0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db571df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db95ae80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db953b20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbffc8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db57f910>\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"list-features\", \"sssd\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect list-features sssd\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888142.41476: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect list-features sssd', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888141.6560814-8091-31225606554855/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888142.41481: _low_level_execute_command(): starting\n 7519 1726888142.41486: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888142.41502: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888142.41506: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.41509: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.41512: stderr chunk (state=3):\n>>><<<\n 7519 1726888142.41514: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368944130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52190>\r\n<<<\n 7519 1726888142.41518: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368951940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a6bcd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689518e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368951730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff36894f6d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff36894f610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a4b880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d4640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d3a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689e30d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d40a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a169a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3683ebfa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683ded90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367ff25e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689c79a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0e4c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888142.41526: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888142.41534: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888142.41538: handler run complete\n 7519 1726888142.41541: attempt loop complete, returning result\n 7519 1726888142.41542: _execute() done\n 7519 1726888142.41544: dumping result to json\n 7519 1726888142.41547: done dumping result, returning\n 7519 1726888142.41550: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists [0ed44806-2f0b-c82f-f05a-000000000011]\n 7519 1726888142.41563: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.41567: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.41570: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011\n 7519 1726888142.41573: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888142.41580: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\nskipping: [managed_node2] => {\n \"changed\": false,\n \"cmd\": [\n \"authselect\",\n \"list-features\",\n \"sssd\"\n ],\n \"delta\": null,\n \"end\": null,\n \"invocation\": {\n \"module_args\": {\n \"_raw_params\": \"authselect list-features sssd\",\n \"_uses_shell\": false,\n \"argv\": null,\n \"chdir\": null,\n \"creates\": null,\n \"executable\": null,\n \"expand_argument_vars\": true,\n \"removes\": null,\n \"stdin\": null,\n \"stdin_add_newline\": true,\n \"strip_empty_ends\": true\n }\n },\n \"rc\": 0,\n \"start\": null\n}\n\nMSG:\n\nCommand would have run if not in check mode\n 7519 1726888142.41864: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011\n 7519 1726888142.41868: WORKER PROCESS EXITING\n 7519 1726888142.41872: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a5dbe0>\r\n<<<\n 7519 1726888142.41876: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367fc5df0>\r\n<<<\n 7519 1726888142.41929: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888142.41934: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.41937: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.41972: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.41975: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.41979: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888142.41982: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888142.41985: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888142.41996: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888142.42000: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888142.42083: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888142.42088: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683d7e80>\r\n<<<\n 7519 1726888142.42091: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683d2b20>\r\n<<<\n 7519 1726888142.42094: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a5b8e0>\r\n<<<\n 7519 1726888142.42106: stdout chunk (state=3):\n>>># destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888142.42109: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.42112: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888142.42115: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888142.42145: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.42193: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.42228: stdout chunk (state=3):\n>>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888142.42281: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.42285: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.42304: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888142.42309: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367fd4910>\r\n<<<\n 7519 1726888142.42335: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888142.42341: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"list-features\", \"sssd\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect list-features sssd\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888142.42413: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n<<<\n 7519 1726888142.42458: stdout chunk (state=3):\n>>># destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n<<<\n 7519 1726888142.42483: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n<<<\n 7519 1726888142.42531: stdout chunk (state=3):\n>>># cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888142.42575: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n<<<\n 7519 1726888142.42613: stdout chunk (state=3):\n>>># cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888142.42631: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.42669: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.42677: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n<<<\n 7519 1726888142.42682: stdout chunk (state=3):\n>>># cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n<<<\n 7519 1726888142.42730: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 7519 1726888142.42779: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888142.42785: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.42789: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888142.42793: stdout chunk (state=3):\n>>># destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n<<<\n 7519 1726888142.42796: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888142.42800: stdout chunk (state=3):\n>>># destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888142.42804: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888142.42870: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888142.42874: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888142.42884: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.42942: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd83a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368db2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368df0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d88d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368db2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d53eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d56f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d4c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d52640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d53370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368cd5d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2ecd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d275b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d3b610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5adc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ce7c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2e1f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368d3b220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d60970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cbb310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cbb400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cf1f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce99d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368be0160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ca5dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5afa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bf1a90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bf1dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c046d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c04c10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368b91340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bf1eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ba1220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c04550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ba12e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd7f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbdc40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bcb190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bb09d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbda30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff368ae5610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a0a160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0aeb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0afa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0acd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a0af10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368961e80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368983fa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368983dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368983430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a71dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a713d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a71f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a41b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689dec70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689de340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0f430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689de460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689de490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368944130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368951940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a6bcd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689518e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368951730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff36894f6d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff36894f610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a4b880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d4640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d3a60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689e30d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d40a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a169a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3683ebfa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683ded90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367ff25e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689c79a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0e4c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a5dbe0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367fc5df0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683d7e80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683d2b20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a5b8e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367fd4910>\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"list-features\", \"sssd\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect list-features sssd\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing glob\\r\\n# destroy glob\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888142.43326: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd83a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368db2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368df0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d88d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368db2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d53eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d56f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d4c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d52640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d53370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368cd5d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2ecd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d275b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d3b610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5adc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ce7c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2e1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368d3b220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d60970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cbb310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cbb400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cf1f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce99d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368be0160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ca5dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5afa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bf1a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bf1dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c046d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c04c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368b91340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bf1eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ba1220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c04550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ba12e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbdc40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bcb190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bb09d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbda30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff368ae5610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a0a160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0aeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0afa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0acd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a0af10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368961e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368983fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368983dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368983430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a71dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a713d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a71f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a41b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689dec70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689de340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0f430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689de460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689de490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368944130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368951940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a6bcd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689518e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368951730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff36894f6d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff36894f610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a4b880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d4640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d3a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689e30d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d40a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a169a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3683ebfa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683ded90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367ff25e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689c79a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0e4c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a5dbe0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367fc5df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683d7e80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683d2b20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a5b8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367fd4910>\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"list-features\", \"sssd\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect list-features sssd\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888142.46034: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.46039: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.46042: stderr chunk (state=3):\n>>><<<\n 7519 1726888142.46044: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect list-features sssd', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888141.8308046-8099-16731245004401/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888142.46053: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888142.46056: _low_level_execute_command(): starting\n 7519 1726888142.46059: handler run complete\n 7519 1726888142.46061: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888142.46067: attempt loop complete, returning result\n 7519 1726888142.46079: _execute() done\n 7519 1726888142.46083: dumping result to json\n 7519 1726888142.46086: done dumping result, returning\n 7519 1726888142.46089: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists [0ed44806-2f0b-c82f-f05a-000000000011]\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888142.46279: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011\nskipping: [managed_node1] => {\n \"changed\": false,\n \"cmd\": [\n \"authselect\",\n \"list-features\",\n \"sssd\"\n ],\n \"delta\": null,\n \"end\": null,\n \"invocation\": {\n \"module_args\": {\n \"_raw_params\": \"authselect list-features sssd\",\n \"_uses_shell\": false,\n \"argv\": null,\n \"chdir\": null,\n \"creates\": null,\n \"executable\": null,\n \"expand_argument_vars\": true,\n \"removes\": null,\n \"stdin\": null,\n \"stdin_add_newline\": true,\n \"strip_empty_ends\": true\n }\n },\n \"rc\": 0,\n \"start\": null\n}\n\nMSG:\n\nCommand would have run if not in check mode\n 7519 1726888142.46478: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011\n 7519 1726888142.46483: WORKER PROCESS EXITING\n 7519 1726888142.46486: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888142.46489: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.46492: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.46495: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.46499: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.46501: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888142.46504: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888142.46507: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888142.46509: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888142.46512: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.46519: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.46522: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.46527: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888142.46530: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888142.46532: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888142.46559: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.46562: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.46565: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.46568: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.46571: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888142.46574: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888142.46576: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888142.46579: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888142.46582: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.46584: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.46586: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.46587: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888142.46589: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888142.46591: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.46593: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.46594: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888142.46596: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888142.46598: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888142.46600: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.46601: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888142.46603: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.46605: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888142.47976: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.47980: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.47982: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888142.48117: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888142.48121: handler run complete\n 7519 1726888142.48132: attempt loop complete, returning result\n 7519 1726888142.48135: _execute() done\n 7519 1726888142.48137: dumping result to json\n 7519 1726888142.48140: done dumping result, returning\n 7519 1726888142.48143: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists [0ed44806-2f0b-c82f-f05a-000000000011]\n 7519 1726888142.48145: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011\n 7519 1726888142.48329: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011\n 7519 1726888142.48332: WORKER PROCESS EXITING\nskipping: [managed_node3] => {\n \"changed\": false,\n \"cmd\": [\n \"authselect\",\n \"list-features\",\n \"sssd\"\n ],\n \"delta\": null,\n \"end\": null,\n \"invocation\": {\n \"module_args\": {\n \"_raw_params\": \"authselect list-features sssd\",\n \"_uses_shell\": false,\n \"argv\": null,\n \"chdir\": null,\n \"creates\": null,\n \"executable\": null,\n \"expand_argument_vars\": true,\n \"removes\": null,\n \"stdin\": null,\n \"stdin_add_newline\": true,\n \"strip_empty_ends\": true\n }\n },\n \"rc\": 0,\n \"start\": null\n}\n\nMSG:\n\nCommand would have run if not in check mode\n 7519 1726888142.48385: no more pending results, returning what we have\n 7519 1726888142.48391: results queue empty\n 7519 1726888142.48392: checking for any_errors_fatal\n 7519 1726888142.48401: done checking for any_errors_fatal\n 7519 1726888142.48401: checking for max_fail_percentage\n 7519 1726888142.48403: done checking for max_fail_percentage\n 7519 1726888142.48404: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888142.48405: done checking to see if all hosts have failed\n 7519 1726888142.48406: getting the remaining hosts for this loop\n 7519 1726888142.48408: done getting the remaining hosts for this loop\n 7519 1726888142.48411: getting the next task for host managed_node1\n 7519 1726888142.48418: done getting next task for host managed_node1\n 7519 1726888142.48421: ^ task is: TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature\n 7519 1726888142.48430: ^ state is: HOST STATE: block=3, task=12, 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\n 7519 1726888142.48431: getting the next task for host managed_node2\n 7519 1726888142.48433: done getting next task for host managed_node2\n 7519 1726888142.48435: ^ task is: TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature\n 7519 1726888142.48436: ^ state is: HOST STATE: block=3, task=12, 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\n 7519 1726888142.48437: getting the next task for host managed_node3\n 7519 1726888142.48439: done getting next task for host managed_node3\n 7519 1726888142.48440: ^ task is: TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature\n 7519 1726888142.48441: ^ state is: HOST STATE: block=3, task=12, 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\n 7519 1726888142.48459: getting variables\n 7519 1726888142.48460: in VariableManager get_vars()\n 7519 1726888142.48494: Calling all_inventory to load vars for managed_node1\n 7519 1726888142.48496: Calling groups_inventory to load vars for managed_node1\n 7519 1726888142.48498: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888142.48508: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888142.48511: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888142.48513: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888142.49985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888142.52618: done with get_vars()\n 7519 1726888142.52649: done getting variables\n 7519 1726888142.52725: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n\nTASK [fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature] ***\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:79\nFriday 20 September 2024 23:09:02 -0400 (0:00:00.993) 0:00:17.150 ****** \n 7519 1726888142.53117: entering _queue_task() for managed_node1/command\n 7519 1726888142.54047: worker is 1 (out of 3 available)\n 7519 1726888142.54062: exiting _queue_task() for managed_node1/command\n 7519 1726888142.54207: getting variables\n 7519 1726888142.54210: in VariableManager get_vars()\n 7519 1726888142.54294: Calling all_inventory to load vars for managed_node2\n 7519 1726888142.54376: Calling groups_inventory to load vars for managed_node2\n 7519 1726888142.54381: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888142.54400: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888142.54403: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888142.54407: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888142.55486: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature\n 7519 1726888142.55490: in run() - task 0ed44806-2f0b-c82f-f05a-000000000012\n 7519 1726888142.55494: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.55496: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.55498: calling self._execute()\n 7519 1726888142.55501: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888142.55503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888142.55505: variable 'omit' from source: magic vars\n 7519 1726888142.55767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888142.56989: variable 'ansible_check_mode' from source: magic vars\n 7519 1726888142.56993: Evaluated conditional (not ansible_check_mode): False\n 7519 1726888142.56995: when evaluation is False, skipping this task\n 7519 1726888142.56997: _execute() done\n 7519 1726888142.56999: dumping result to json\n 7519 1726888142.57001: done dumping result, returning\n 7519 1726888142.57004: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature [0ed44806-2f0b-c82f-f05a-000000000012]\n 7519 1726888142.57006: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012\n 7519 1726888142.57070: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012\n 7519 1726888142.57073: WORKER PROCESS EXITING\n 7519 1726888142.57855: done with get_vars()\n 7519 1726888142.57877: done getting variables\n 7519 1726888142.57946: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888142.57956: entering _queue_task() for managed_node2/command\n 7519 1726888142.58797: worker is 2 (out of 3 available)\n 7519 1726888142.58809: exiting _queue_task() for managed_node2/command\nskipping: [managed_node1] => {\n \"changed\": false,\n \"false_condition\": \"not ansible_check_mode\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888142.58916: getting variables\n 7519 1726888142.58919: in VariableManager get_vars()\n 7519 1726888142.58989: Calling all_inventory to load vars for managed_node3\n 7519 1726888142.58992: Calling groups_inventory to load vars for managed_node3\n 7519 1726888142.58994: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888142.59009: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888142.59012: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888142.59018: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888142.60333: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature\n 7519 1726888142.60337: in run() - task 0ed44806-2f0b-c82f-f05a-000000000012\n 7519 1726888142.60339: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.60342: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.60344: calling self._execute()\n 7519 1726888142.60346: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888142.60348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888142.60350: variable 'omit' from source: magic vars\n 7519 1726888142.60379: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888142.62447: done with get_vars()\n 7519 1726888142.62488: done getting variables\n 7519 1726888142.62639: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888142.62672: entering _queue_task() for managed_node3/command\n 7519 1726888142.64311: worker is 3 (out of 3 available)\n 7519 1726888142.64329: exiting _queue_task() for managed_node3/command\n 7519 1726888142.64342: done queuing things up, now waiting for results queue to drain\n 7519 1726888142.64343: waiting for pending results...\n 7519 1726888142.64711: variable 'ansible_check_mode' from source: magic vars\n 7519 1726888142.64720: Evaluated conditional (not ansible_check_mode): False\n 7519 1726888142.64726: when evaluation is False, skipping this task\n 7519 1726888142.64729: _execute() done\n 7519 1726888142.64732: dumping result to json\n 7519 1726888142.64735: done dumping result, returning\n 7519 1726888142.64738: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature [0ed44806-2f0b-c82f-f05a-000000000012]\n 7519 1726888142.64787: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature\n 7519 1726888142.64919: in run() - task 0ed44806-2f0b-c82f-f05a-000000000012\n 7519 1726888142.64942: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.64959: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012\n 7519 1726888142.64965: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.65122: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012\n 7519 1726888142.65127: WORKER PROCESS EXITING\nskipping: [managed_node2] => {\n \"changed\": false,\n \"false_condition\": \"not ansible_check_mode\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888142.65192: calling self._execute()\n 7519 1726888142.65270: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888142.65279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888142.65297: variable 'omit' from source: magic vars\n 7519 1726888142.65639: variable 'ansible_check_mode' from source: magic vars\n 7519 1726888142.65652: Evaluated conditional (not ansible_check_mode): False\n 7519 1726888142.65658: when evaluation is False, skipping this task\n 7519 1726888142.65664: _execute() done\n 7519 1726888142.65669: dumping result to json\n 7519 1726888142.65674: done dumping result, returning\n 7519 1726888142.65683: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature [0ed44806-2f0b-c82f-f05a-000000000012]\n 7519 1726888142.65705: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012\n 7519 1726888142.65796: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012\n 7519 1726888142.65803: WORKER PROCESS EXITING\nskipping: [managed_node3] => {\n \"changed\": false,\n \"false_condition\": \"not ansible_check_mode\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888142.65855: no more pending results, returning what we have\n 7519 1726888142.65861: results queue empty\n 7519 1726888142.65862: checking for any_errors_fatal\n 7519 1726888142.65870: done checking for any_errors_fatal\n 7519 1726888142.65871: checking for max_fail_percentage\n 7519 1726888142.65874: done checking for max_fail_percentage\n 7519 1726888142.65875: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888142.65876: done checking to see if all hosts have failed\n 7519 1726888142.65877: getting the remaining hosts for this loop\n 7519 1726888142.65879: done getting the remaining hosts for this loop\n 7519 1726888142.65883: getting the next task for host managed_node1\n 7519 1726888142.65890: done getting next task for host managed_node1\n 7519 1726888142.65894: ^ task is: TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled\n 7519 1726888142.65896: ^ state is: HOST STATE: block=3, task=13, 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\n 7519 1726888142.65898: getting the next task for host managed_node2\n 7519 1726888142.65901: done getting next task for host managed_node2\n 7519 1726888142.65903: ^ task is: TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled\n 7519 1726888142.65904: ^ state is: HOST STATE: block=3, task=13, 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\n 7519 1726888142.65905: getting the next task for host managed_node3\n 7519 1726888142.65908: done getting next task for host managed_node3\n 7519 1726888142.65909: ^ task is: TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled\n 7519 1726888142.65910: ^ state is: HOST STATE: block=3, task=13, 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\n 7519 1726888142.65937: getting variables\n 7519 1726888142.65939: in VariableManager get_vars()\n 7519 1726888142.65974: Calling all_inventory to load vars for managed_node1\n 7519 1726888142.65977: Calling groups_inventory to load vars for managed_node1\n 7519 1726888142.65979: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888142.65992: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888142.65995: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888142.65998: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888142.67576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888142.69662: done with get_vars()\n 7519 1726888142.69683: done getting variables\n 7519 1726888142.69763: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n\nTASK [fedora.linux_system_roles.tlog : Check which authselect features are currently enabled] ***\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:87\nFriday 20 September 2024 23:09:02 -0400 (0:00:00.166) 0:00:17.317 ****** \n 7519 1726888142.69793: entering _queue_task() for managed_node1/command\n 7519 1726888142.70481: worker is 1 (out of 3 available)\n 7519 1726888142.70495: exiting _queue_task() for managed_node1/command\n 7519 1726888142.70528: getting variables\n 7519 1726888142.70531: in VariableManager get_vars()\n 7519 1726888142.70615: Calling all_inventory to load vars for managed_node2\n 7519 1726888142.70619: Calling groups_inventory to load vars for managed_node2\n 7519 1726888142.70621: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888142.70637: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888142.70641: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888142.70644: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888142.72021: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled\n 7519 1726888142.72027: in run() - task 0ed44806-2f0b-c82f-f05a-000000000013\n 7519 1726888142.72030: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.72032: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.72034: calling self._execute()\n 7519 1726888142.72036: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888142.72038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888142.72040: variable 'omit' from source: magic vars\n 7519 1726888142.72042: variable 'omit' from source: magic vars\n 7519 1726888142.73041: variable 'omit' from source: magic vars\n 7519 1726888142.73045: variable 'omit' from source: magic vars\n 7519 1726888142.73048: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888142.73051: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888142.73053: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888142.73055: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888142.73058: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888142.73060: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888142.73062: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888142.73064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888142.73736: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888142.73741: Set connection var ansible_pipelining to False\n 7519 1726888142.73744: Set connection var ansible_shell_type to sh\n 7519 1726888142.73746: Set connection var ansible_timeout to 10\n 7519 1726888142.73749: Set connection var ansible_connection to ssh\n 7519 1726888142.73752: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888142.73754: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888142.73756: variable 'ansible_connection' from source: unknown\n 7519 1726888142.73758: variable 'ansible_module_compression' from source: unknown\n 7519 1726888142.73760: variable 'ansible_shell_type' from source: unknown\n 7519 1726888142.73762: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888142.73764: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888142.73766: variable 'ansible_pipelining' from source: unknown\n 7519 1726888142.73768: variable 'ansible_timeout' from source: unknown\n 7519 1726888142.73770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888142.73824: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888142.74548: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888142.74552: variable 'omit' from source: magic vars\n 7519 1726888142.74554: starting attempt loop\n 7519 1726888142.74556: running the handler\n 7519 1726888142.74558: _low_level_execute_command(): starting\n 7519 1726888142.74560: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888142.75674: done with get_vars()\n 7519 1726888142.75701: done getting variables\n 7519 1726888142.75767: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888142.75776: entering _queue_task() for managed_node2/command\n 7519 1726888142.76166: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.76172: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.76352: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.76356: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.76365: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.76368: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.76370: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888142.79032: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888142.79064: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.79067: stderr chunk (state=3):\n>>><<<\n 7519 1726888142.79071: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888142.79086: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888142.79089: _low_level_execute_command(): starting\n 7519 1726888142.79093: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289 `\" && echo ansible-tmp-1726888142.785583-8140-111518331902289=\"` echo /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289 `\" && echo ansible-tmp-1726888142.785583-8140-111518331902289=\"` echo /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289 `\" ) && sleep 0'\"'\"''\n 7519 1726888142.79055: worker is 2 (out of 3 available)\n 7519 1726888142.79109: exiting _queue_task() for managed_node2/command\n 7519 1726888142.79139: getting variables\n 7519 1726888142.79142: in VariableManager get_vars()\n 7519 1726888142.79226: Calling all_inventory to load vars for managed_node3\n 7519 1726888142.79230: Calling groups_inventory to load vars for managed_node3\n 7519 1726888142.79232: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888142.79245: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888142.79255: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888142.79258: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888142.81509: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled\n 7519 1726888142.82462: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888142.82468: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.82472: in run() - task 0ed44806-2f0b-c82f-f05a-000000000013\n 7519 1726888142.82475: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.82477: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.82479: calling self._execute()\n 7519 1726888142.82481: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888142.82483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888142.82485: variable 'omit' from source: magic vars\n 7519 1726888142.82487: variable 'omit' from source: magic vars\n 7519 1726888142.82488: variable 'omit' from source: magic vars\n 7519 1726888142.82490: variable 'omit' from source: magic vars\n 7519 1726888142.82492: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888142.82494: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888142.82496: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888142.82498: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888142.82500: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.82516: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888142.82537: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.83368: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888142.83371: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888142.83374: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888142.83376: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888142.83378: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888142.83380: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888142.83382: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888142.83384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888142.83385: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888142.83387: Set connection var ansible_pipelining to False\n 7519 1726888142.83389: Set connection var ansible_shell_type to sh\n 7519 1726888142.83391: Set connection var ansible_timeout to 10\n 7519 1726888142.83392: Set connection var ansible_connection to ssh\n 7519 1726888142.83394: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888142.83396: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888142.83398: variable 'ansible_connection' from source: unknown\n 7519 1726888142.83400: variable 'ansible_module_compression' from source: unknown\n 7519 1726888142.83401: variable 'ansible_shell_type' from source: unknown\n 7519 1726888142.83403: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888142.83405: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888142.83407: variable 'ansible_pipelining' from source: unknown\n 7519 1726888142.83408: variable 'ansible_timeout' from source: unknown\n 7519 1726888142.83410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888142.83416: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888142.83418: variable 'omit' from source: magic vars\n 7519 1726888142.83420: starting attempt loop\n 7519 1726888142.83424: running the handler\n 7519 1726888142.83427: _low_level_execute_command(): starting\n 7519 1726888142.83429: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888142.83462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888142.85134: stdout chunk (state=3):\n>>>ansible-tmp-1726888142.785583-8140-111518331902289=/root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289\n<<<\n 7519 1726888142.85138: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.85141: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.85147: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888142.785583-8140-111518331902289=/root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888142.85153: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888142.785583-8140-111518331902289=/root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888142.85155: variable 'ansible_module_compression' from source: unknown\n 7519 1726888142.85157: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED\n 7519 1726888142.85159: variable 'ansible_facts' from source: host vars for 'managed_node1'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py\n 7519 1726888142.85163: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1i8t2luy TO /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888142.85604: done with get_vars()\n 7519 1726888142.85632: done getting variables\n 7519 1726888142.85694: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888142.85705: entering _queue_task() for managed_node3/command\n 7519 1726888142.86329: Sending initial data\n 7519 1726888142.86332: Sent initial data (153 bytes)\n 7519 1726888142.87559: worker is 3 (out of 3 available)\n 7519 1726888142.87573: exiting _queue_task() for managed_node3/command\n 7519 1726888142.87586: done queuing things up, now waiting for results queue to drain\n 7519 1726888142.87587: waiting for pending results...\n 7519 1726888142.87896: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled\n 7519 1726888142.88303: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.88308: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.88347: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.88354: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 7519 1726888142.88359: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.88518: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.88555: in run() - task 0ed44806-2f0b-c82f-f05a-000000000013\n 7519 1726888142.88576: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.88588: variable 'ansible_search_path' from source: unknown\n 7519 1726888142.88638: calling self._execute()\n 7519 1726888142.88696: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.88701: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888142.88716: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.88790: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888142.89054: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888142.89066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888142.89171: variable 'omit' from source: magic vars\n 7519 1726888142.89399: variable 'omit' from source: magic vars\n 7519 1726888142.89453: variable 'omit' from source: magic vars\n 7519 1726888142.89636: variable 'omit' from source: magic vars\n 7519 1726888142.89684: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888142.89843: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888142.89872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888142.89893: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888142.89910: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888142.89949: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888142.90038: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888142.90047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888142.90133: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.90138: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.90167: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.90172: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.90174: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.90305: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888142.90786: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888142.90789: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.90792: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.90794: stderr chunk (state=3):\n>>><<<\n 7519 1726888142.90796: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.90798: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888142.90953: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888142.90956: _low_level_execute_command(): starting\n 7519 1726888142.90959: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889 `\" && echo ansible-tmp-1726888142.908448-8145-236968782275889=\"` echo /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889 `\" && echo ansible-tmp-1726888142.908448-8145-236968782275889=\"` echo /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889 `\" ) && sleep 0'\"'\"''\n 7519 1726888142.91287: Set connection var ansible_pipelining to False\n 7519 1726888142.91391: Set connection var ansible_shell_type to sh\n 7519 1726888142.91502: Set connection var ansible_timeout to 10\n 7519 1726888142.91510: Set connection var ansible_connection to ssh\n 7519 1726888142.91526: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888142.91554: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888142.91563: variable 'ansible_connection' from source: unknown\n 7519 1726888142.91570: variable 'ansible_module_compression' from source: unknown\n 7519 1726888142.91577: variable 'ansible_shell_type' from source: unknown\n 7519 1726888142.91584: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888142.91590: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888142.91603: variable 'ansible_pipelining' from source: unknown\n 7519 1726888142.91717: variable 'ansible_timeout' from source: unknown\n 7519 1726888142.91728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888142.91998: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888142.92269: variable 'omit' from source: magic vars\n 7519 1726888142.92278: starting attempt loop\n 7519 1726888142.92284: running the handler\n 7519 1726888142.92304: _low_level_execute_command(): starting\n 7519 1726888142.92321: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888142.92604: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888142.92609: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1i8t2luy\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn't stat remote file: No such file or directory\r\n<<<\n 7519 1726888142.92612: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1i8t2luy /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888142.93201: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py M:0x001a\r\n<<<\n 7519 1726888142.93218: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274\r\n<<<\n 7519 1726888142.93577: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888142.93645: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.93692: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119274 bytes at 0\r\n<<<\n 7519 1726888142.93711: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888142.93714: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888142.93900: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.94059: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.94062: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.94064: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1i8t2luy /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1i8t2luy\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119274 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888142.94074: done transferring module to remote\n 7519 1726888142.94077: _low_level_execute_command(): starting\n 7519 1726888142.94080: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/ /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/ /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888142.94119: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.94147: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.94220: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888142.94348: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888142.94367: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888142.94397: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888142.94417: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.94434: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.94450: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.94460: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888142.94497: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888142.94521: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888142.94537: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.94559: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.94631: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.94693: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.94725: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888142.94750: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888142.94763: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888142.94778: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888142.94791: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.94816: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.94838: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.94910: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888142.95106: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888142.95121: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.95175: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.95193: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888142.95204: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888142.95215: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888142.95229: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.95251: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888142.95312: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.95407: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888142.95411: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888142.95432: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.95445: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.95461: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.95472: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.95534: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888142.95662: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888142.95675: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888142.95690: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888142.95704: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.95725: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.95740: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.95763: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888142.95856: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888142.95873: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888142.95888: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.95904: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.95925: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.95942: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.96434: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888142.96448: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888142.96460: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888142.96474: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888142.96488: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888142.96503: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.96519: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.96593: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888142.96980: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888142.96993: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888142.97020: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.97041: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888142.97053: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888142.97065: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888142.97080: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.97100: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888142.97139: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.97188: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888142.97304: stdout chunk (state=3):\n>>>ansible-tmp-1726888142.908448-8145-236968782275889=/root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889\n<<<\n 7519 1726888142.97456: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888142.97487: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.97490: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.97499: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'ansible-tmp-1726888142.908448-8145-236968782275889=/root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888142.97535: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.97735: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888142.908448-8145-236968782275889=/root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888142.97740: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.97743: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.97746: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.97748: variable 'ansible_module_compression' from source: unknown\n 7519 1726888142.97750: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED\n 7519 1726888142.97753: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888142.97755: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888142.97757: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888142.97828: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888142.97832: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888142.97836: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py\n 7519 1726888142.97841: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.97843: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py\n 7519 1726888142.97845: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888142.97848: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888142.97850: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888142.97852: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888142.97854: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888142.97856: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888142.97858: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888142.97860: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888142.97862: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888142.97875: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888142.97878: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888142.97881: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888142.97889: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpplywppcd TO /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py\n 7519 1726888142.97908: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888142.97911: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888142.97998: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888142.98019: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888142.98073: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888142.98112: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888142.98832: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888142.99016: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.99020: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.99024: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888142.99158: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888142.99161: _low_level_execute_command(): starting\n 7519 1726888142.99164: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262 `\" && echo ansible-tmp-1726888142.9905546-8151-87463459766262=\"` echo /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262 `\" ) && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262 `\" && echo ansible-tmp-1726888142.9905546-8151-87463459766262=\"` echo /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262 `\" ) && sleep 0'\"'\"''\n 7519 1726888142.99803: Sending initial data\n 7519 1726888142.99806: Sent initial data (153 bytes)\n 7519 1726888142.99966: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888142.99969: stdout chunk (state=3):\n>>><<<\n 7519 1726888142.99972: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.00075: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.00078: _low_level_execute_command(): starting\n 7519 1726888143.00080: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888143.00128: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.00151: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.00169: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.00185: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.00195: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.00238: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888143.00250: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888143.00262: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888143.00277: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.00290: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.00305: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.00324: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.00343: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888143.00358: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888143.00371: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888143.00384: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.00398: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.00417: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.00434: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.00445: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888143.00453: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888143.00461: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888143.00471: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888143.00481: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.00492: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.00502: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.00577: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888143.00594: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888143.00607: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.00637: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.00654: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888143.00666: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888143.00676: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888143.00686: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888143.00702: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888143.00735: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.00787: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888143.01578: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.01590: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.01603: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.01624: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.01642: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.01696: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888143.01717: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888143.01737: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888143.01751: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.01763: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.01777: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.01790: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.01805: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888143.01819: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888143.01836: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888143.01852: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.01866: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.01888: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.01909: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.01936: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888143.01952: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888143.01962: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888143.01973: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888143.01985: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.01997: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.02007: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.02089: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888143.02105: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888143.02120: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.02144: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.02159: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888143.02169: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888143.02183: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888143.02201: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888143.02232: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888143.02303: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.02334: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.02738: stdout chunk (state=3):\n>>>ansible-tmp-1726888142.9905546-8151-87463459766262=/root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262\n<<<\n 7519 1726888143.02929: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.02948: stdout chunk (state=3):\n>>><<<\n 7519 1726888143.02951: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888142.9905546-8151-87463459766262=/root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.03320: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888142.9905546-8151-87463459766262=/root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.03327: variable 'ansible_module_compression' from source: unknown\n 7519 1726888143.03330: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED\n 7519 1726888143.03333: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py\n 7519 1726888143.03338: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxn3pns68 TO /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888143.03467: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.03470: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.03513: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.03518: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.03522: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.03524: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.03592: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.03596: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.03600: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888143.03615: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.03666: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.03675: Sending initial data\n 7519 1726888143.03678: Sent initial data (153 bytes)\n 7519 1726888143.04255: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888143.04262: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888143.04336: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888143.04357: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888143.04387: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888143.04438: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888143.04441: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888143.04487: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.04509: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888143.04537: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888143.04550: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888143.04569: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491edc0>\r\n<<<\n 7519 1726888143.04610: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888143.04614: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c33a0>\r\n<<<\n 7519 1726888143.04640: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491eb20>\r\n<<<\n 7519 1726888143.04643: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888143.04656: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491eac0>\r\n<<<\n 7519 1726888143.04691: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888143.04733: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888143.04737: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3490>\r\n<<<\n 7519 1726888143.04774: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888143.04843: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3940>\r\n<<<\n 7519 1726888143.04848: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3670>\r\n<<<\n 7519 1726888143.04879: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888143.04918: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888143.04921: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888143.04956: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a190>\r\n<<<\n 7519 1726888143.04968: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888143.04992: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888143.05106: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a220>\r\n<<<\n 7519 1726888143.05138: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2489d850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a940>\r\n<<<\n 7519 1726888143.05183: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248db880>\r\n<<<\n 7519 1726888143.05197: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24873d90>\r\n<<<\n 7519 1726888143.05267: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2489dd90>\r\n<<<\n 7519 1726888143.05307: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3970>\r\n<<<\n 7519 1726888143.05337: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888143.05507: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888143.05539: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888143.05559: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888143.05590: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888143.05622: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888143.05650: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpplywppcd\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888143.05654: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpplywppcd /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py\n<<<\n 7519 1726888143.05660: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py M:0x001a\r\n<<<\n 7519 1726888143.05663: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888143.05668: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d2eb0>\r\n<<<\n 7519 1726888143.05725: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d6f40>\r\n<<<\n 7519 1726888143.05745: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n<<<\n 7519 1726888143.05772: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888143.05797: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888143.05821: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888143.05864: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245cc610>\r\n<<<\n 7519 1726888143.05870: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d4640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d2370>\r\n<<<\n 7519 1726888143.05882: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888143.05943: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888143.05968: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888143.06010: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.06041: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888143.06060: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24555d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555850>\r\n<<<\n 7519 1726888143.06086: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888143.06107: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555e50>\r\n<<<\n 7519 1726888143.06127: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888143.06154: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555f10>\r\n<<<\n 7519 1726888143.06196: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\n<<<\n 7519 1726888143.06210: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555e20>\r\n<<<\n 7519 1726888143.06212: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888143.06259: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245aecd0>\r\n<<<\n 7519 1726888143.06263: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888143.06284: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245a85b0>\r\n<<<\n 7519 1726888143.06359: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245bb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dadf0>\r\n<<<\n 7519 1726888143.06373: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888143.06406: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24567c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245ae1f0>\r\n<<<\n 7519 1726888143.06453: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.06500: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d245bb220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245e09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888143.06504: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888143.06533: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.06537: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274\r\n<<<\n 7519 1726888143.06586: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567d30>\r\n<<<\n 7519 1726888143.06657: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888143.06661: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888143.06672: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888143.06685: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.06712: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.06754: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888143.06757: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2453c310>\r\n<<<\n 7519 1726888143.06781: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888143.06809: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.06822: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2453c400>\r\n<<<\n 7519 1726888143.06837: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.06880: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888143.06891: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888143.06905: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888143.06933: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.06936: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119274 bytes at 0\r\n<<<\n 7519 1726888143.06942: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888143.07024: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888143.07611: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.07617: stderr chunk (state=3):\n>>><<<\n 7519 1726888143.07619: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpplywppcd /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpplywppcd\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119274 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888143.07638: done transferring module to remote\n 7519 1726888143.07640: _low_level_execute_command(): starting\n 7519 1726888143.07643: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/ /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/ /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888143.07693: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24572f40>\r\n<<<\n 7519 1726888143.07705: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245699d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24489160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24525dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dafd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2449aa90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2449adc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244ae6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244aec10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2443a340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2449aeb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2444a220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244ae550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2444a2e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888143.07740: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888143.07793: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466640>\r\n<<<\n 7519 1726888143.07797: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888143.07827: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466700>\r\n<<<\n 7519 1726888143.07854: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d244667f0>\r\n<<<\n 7519 1726888143.07869: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888143.07883: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.07899: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.07912: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.07938: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888143.07951: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888143.07962: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888143.07974: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.07993: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.08019: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.08059: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.08070: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466c40>\r\n<<<\n 7519 1726888143.08102: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888143.08118: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24474190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244599d0>\r\n<<<\n 7519 1726888143.08150: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567550>\r\n<<<\n 7519 1726888143.08163: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888143.08176: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888143.08187: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888143.08220: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888143.08260: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888143.08264: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466a30>\r\n<<<\n 7519 1726888143.08281: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.08294: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.08306: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.08351: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888143.08364: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7d24386610>\r\n<<<\n 7519 1726888143.08426: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888143.08442: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888143.08453: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.08476: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.08491: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888143.08527: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888143.08541: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.08553: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888143.08562: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888143.08577: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888143.08613: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.08683: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.08705: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.08725: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.09343: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.09360: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.09375: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.09392: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.09404: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.09450: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888143.09463: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888143.09474: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888143.09487: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.09500: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.09520: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.09538: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.09555: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888143.09567: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888143.09579: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888143.09591: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.09605: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.09624: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.09636: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.09648: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888143.09659: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888143.09670: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888143.09681: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888143.09692: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.09704: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.09720: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.09797: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888143.09812: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888143.09831: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.09857: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.09881: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888143.09907: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.09928: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888143.09940: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888143.09950: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888143.09965: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888143.09994: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.10046: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.10458: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888143.10494: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888143.10516: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888143.10564: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxn3pns68\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888143.10567: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxn3pns68 /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py\n<<<\n 7519 1726888143.10612: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py M:0x001a\r\n<<<\n 7519 1726888143.11028: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d8c160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ceb0>\r\n<<<\n 7519 1726888143.11036: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888143.11571: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8cfa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ccd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d8cf10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23ce3e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d05fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d05dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d05430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435bdc0>\r\n<<<\n 7519 1726888143.11576: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274\r\n<<<\n 7519 1726888143.12030: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435b3d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435bf10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2432bb50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8e430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d60460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60490>\r\n<<<\n 7519 1726888143.12130: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888143.12237: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cc7130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d190>\r\n<<<\n 7519 1726888143.12256: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd3940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d310>\r\n<<<\n 7519 1726888143.12259: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888143.12363: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888143.12377: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24355cd0>\r\n<<<\n 7519 1726888143.12630: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.12634: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119274 bytes at 0\r\n<<<\n 7519 1726888143.12641: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888143.12645: stdout chunk (state=3):\n>>><<<\n 7519 1726888143.12648: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888143.12652: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.12661: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.12964: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.12996: _low_level_execute_command(): starting\n 7519 1726888143.13058: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888143.13069: stderr chunk (state=3):\n>>><<<\n 7519 1726888143.13073: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxn3pns68 /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxn3pns68\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119274 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888143.13144: done transferring module to remote\n 7519 1726888143.13147: _low_level_execute_command(): starting\n 7519 1726888143.13150: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/ /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py && sleep 0'\n 7519 1726888143.13154: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23cd38e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd3730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd26d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd2610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24334880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d56640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d55a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d660d0>\r\n<<<\n 7519 1726888143.13158: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d560a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d989a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888143.13168: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.13353: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888143.13357: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/ /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888143.13365: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.13443: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.13903: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.14060: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.14075: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.14090: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.14108: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.14126: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.14170: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888143.14182: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888143.14193: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888143.14206: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.14228: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.14248: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.14269: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.14294: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888143.14318: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888143.14397: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888143.14401: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888143.14421: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888143.14427: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.14463: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888143.14468: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23ca2fa0>\r\n<<<\n 7519 1726888143.14482: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.14497: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.14543: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c95d90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d238995e0>\r\n<<<\n 7519 1726888143.14592: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.14641: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888143.14644: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.14660: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.14677: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.14691: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888143.14705: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888143.14720: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888143.14761: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.14773: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888143.14792: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.14909: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888143.14913: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d4a9a0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.14934: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.14947: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.15030: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888143.15301: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.15325: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888143.15339: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.15361: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.15380: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888143.15393: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888143.15405: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888143.15420: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888143.15441: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888143.15469: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.15520: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.15662: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.15717: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.15780: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.15817: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.15851: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.15883: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.15900: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.15921: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.16020: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.16025: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.16051: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.16076: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.16081: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.16086: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888143.16096: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.16119: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.16124: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888143.16138: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.16151: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.16163: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.16240: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888143.16270: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.16277: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888143.16290: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.16318: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.16345: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888143.16360: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888143.16370: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888143.16381: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888143.16397: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888143.16436: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.16505: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888143.16508: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888143.16525: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.16578: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d904c0>\r\n<<<\n 7519 1726888143.16581: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.16636: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.16723: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888143.16739: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.16766: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.16805: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.16846: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.16883: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.16973: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.17034: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888143.17056: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.17137: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24347be0>\r\n<<<\n 7519 1726888143.17163: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2386edf0>\r\n<<<\n 7519 1726888143.17206: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.17334: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.17385: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.17406: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.17457: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888143.17470: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888143.17482: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888143.17520: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888143.17546: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888143.17627: stderr chunk (state=3):\n>>><<<\n 7519 1726888143.17630: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.17638: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.17640: _low_level_execute_command(): starting\n 7519 1726888143.17642: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888143.17673: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c91e80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c8ab20>\r\n<<<\n 7519 1726888143.17732: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d243458e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.17757: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.17785: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py && sleep 0'\"'\"''\n 7519 1726888143.17878: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.17891: stdout chunk (state=3):\n>>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.17981: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.18082: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888143.18104: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2387c910>\r\n<<<\n 7519 1726888143.18187: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.18344: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"current\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect current\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888143.18559: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\n<<<\n 7519 1726888143.18562: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888143.18630: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n<<<\n 7519 1726888143.18636: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888143.18744: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n<<<\n 7519 1726888143.18763: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888143.18780: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888143.18830: stdout chunk (state=3):\n>>># cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc<<<\n 7519 1726888143.18851: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888143.18888: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8dc0>\r\n<<<\n 7519 1726888143.19052: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n<<<\n 7519 1726888143.19156: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888143.19295: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8ac0>\r\n<<<\n 7519 1726888143.19299: stdout chunk (state=3):\n>>>import '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888143.19302: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888143.19306: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888143.19308: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888143.19351: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34220>\r\n<<<\n 7519 1726888143.19477: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888143.19509: stdout chunk (state=3):\n>>># destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888143.19513: stdout chunk (state=3):\n>>># destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888143.19515: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'<<<\n 7519 1726888143.19550: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a57850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a95880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a2dd90>\r\n<<<\n 7519 1726888143.19553: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a57d90>\r\n<<<\n 7519 1726888143.19605: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d970>\r\n<<<\n 7519 1726888143.19634: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888143.19896: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888143.19900: stdout chunk (state=3):\n>>><<<\n 7519 1726888143.19950: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888143.19953: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d3eb0>\r\n<<<\n 7519 1726888143.19955: stderr chunk (state=3):\n>>><<<\n 7519 1726888143.19997: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d6f40>\r\n<<<\n 7519 1726888143.20024: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.20027: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888143.20057: stdout chunk (state=3):\n>>>import '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888143.20081: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888143.20084: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.20116: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.20119: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737cc610>\r\n<<<\n 7519 1726888143.20133: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d2640>\r\n<<<\n 7519 1726888143.20142: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d3370>\r\n<<<\n 7519 1726888143.20160: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491edc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c33a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491eb20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491eac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2489d850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248db880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24873d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2489dd90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d2eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245cc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d4640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d2370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24555d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245aecd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245a85b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245bb610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dadf0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24567c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245ae1f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d245bb220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245e09a0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2453c310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2453c400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24572f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245699d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24489160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24525dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dafd0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2449aa90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2449adc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244ae6d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244aec10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2443a340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2449aeb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2444a220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244ae550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2444a2e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d244667f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466c40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24474190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244599d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466a30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7d24386610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d8c160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ceb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8cfa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ccd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d8cf10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23ce3e80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d05fa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d05dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d05430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435bdc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435b3d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435bf10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2432bb50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60c70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8e430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d60460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cc7130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd3940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24355cd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23cd38e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd3730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd26d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd2610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24334880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d56640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d55a60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d660d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d560a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d989a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23ca2fa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c95d90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d238995e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d4a9a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d904c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24347be0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2386edf0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c91e80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c8ab20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d243458e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2387c910>\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"current\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect current\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing glob\\r\\n# destroy glob\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888143.22034: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c33a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491eac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2489d850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248db880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24873d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2489dd90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d2eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245cc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d4640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d2370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24555d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245aecd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245a85b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245bb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dadf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24567c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245ae1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d245bb220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245e09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2453c310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2453c400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24572f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245699d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24489160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24525dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dafd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2449aa90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2449adc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244ae6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244aec10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2443a340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2449aeb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2444a220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244ae550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2444a2e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d244667f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24474190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244599d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466a30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7d24386610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d8c160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ceb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8cfa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ccd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d8cf10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23ce3e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d05fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d05dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d05430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435bdc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435b3d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435bf10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2432bb50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8e430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d60460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cc7130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd3940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24355cd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23cd38e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd3730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd26d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd2610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24334880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d56640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d55a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d660d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d560a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d989a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23ca2fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c95d90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d238995e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d4a9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d904c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24347be0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2386edf0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c91e80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c8ab20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d243458e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2387c910>\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"current\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect current\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888143.24906: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.24910: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888143.24913: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888143.24918: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.24920: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888143.24925: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888143.24928: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888143.24930: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888143.24937: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888143.24942: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73755d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755850>\r\nimport 'itertools' # \r\n<<<\n 7519 1726888143.24945: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755e50>\r\n<<<\n 7519 1726888143.24947: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888143.24949: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888143.24951: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.24955: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.25521: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755f10>\r\n<<<\n 7519 1726888143.25529: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737aecd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737a75b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737bb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dadf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73767c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737ae1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c737bb220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737e09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7373b310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7373b400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73771f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737699d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7366e160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73725dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dafd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73680a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73680dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c736926d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73692c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7361f340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73680eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73630220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73692550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c736302e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c700>\r\n<<<\n 7519 1726888143.28119: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888143.28124: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c7f0>\r\n<<<\n 7519 1726888143.28127: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n<<<\n 7519 1726888143.28130: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28133: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect current', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888142.785583-8140-111518331902289/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888143.28135: _low_level_execute_command(): starting\n 7519 1726888143.28138: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888143.28147: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364cc40>\r\n<<<\n 7519 1726888143.28150: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7365a190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c880>\r\n<<<\n 7519 1726888143.28152: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7363f9d0>\r\n<<<\n 7519 1726888143.28154: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767550>\r\n<<<\n 7519 1726888143.28158: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888143.28161: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28163: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364ca30>\r\n<<<\n 7519 1726888143.28165: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888143.28168: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c7356c610>\r\n<<<\n 7519 1726888143.28171: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.28174: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888143.28176: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888143.28179: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888143.28181: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.28183: stdout chunk (state=3):\n>>>import 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888143.28186: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888143.28188: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.28190: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888143.28192: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888143.28194: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28196: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888143.28199: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888143.28201: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8dc0>\r\n<<<\n 7519 1726888143.28203: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888143.28205: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d3a0>\r\n<<<\n 7519 1726888143.28207: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8b20>\r\n<<<\n 7519 1726888143.28209: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28213: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8ac0>\r\n<<<\n 7519 1726888143.28215: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888143.28218: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28221: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d490>\r\n<<<\n 7519 1726888143.28228: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888143.28231: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28234: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888143.28237: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28241: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434190>\r\n<<<\n 7519 1726888143.28244: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888143.28246: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28250: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434220>\r\n<<<\n 7519 1726888143.28252: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28255: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534457850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434940>\r\n<<<\n 7519 1726888143.28257: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534495880>\r\n<<<\n 7519 1726888143.28259: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28262: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653442dd90>\r\n<<<\n 7519 1726888143.28264: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534457d90>\r\n<<<\n 7519 1726888143.28267: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d970>\r\n<<<\n 7519 1726888143.28269: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888143.28271: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888143.28274: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28276: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888143.28278: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.28281: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888143.28283: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28286: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888143.28289: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28292: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d3eb0>\r\n<<<\n 7519 1726888143.28294: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d6f40>\r\n<<<\n 7519 1726888143.28297: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888143.28301: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28304: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888143.28307: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888143.28310: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28313: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28314: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341cc610>\r\n<<<\n 7519 1726888143.28317: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d2640>\r\n<<<\n 7519 1726888143.28531: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d3370>\r\n<<<\n 7519 1726888143.28536: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888143.28539: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.28542: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.28545: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.28548: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28550: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.28553: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888143.28555: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.28558: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28563: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888143.28565: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534155d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155850>\r\n<<<\n 7519 1726888143.28568: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888143.28571: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888143.28574: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28576: stdout chunk (state=3):\n>>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155e50>\r\n<<<\n 7519 1726888143.28579: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888143.28582: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888143.28585: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28588: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155f10>\r\n<<<\n 7519 1726888143.28591: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\n<<<\n 7519 1726888143.28594: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.28597: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155e20>\r\nimport '_collections' # \r\n<<<\n 7519 1726888143.28600: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.28602: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.28605: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.28608: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341aecd0>\r\n<<<\n 7519 1726888143.28610: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888143.28613: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341a75b0>\r\n<<<\n 7519 1726888143.29006: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n<<<\n 7519 1726888143.29010: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341bb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dadc0>\r\n<<<\n 7519 1726888143.29013: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29015: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534167c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341ae1f0>\r\n<<<\n 7519 1726888143.29017: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65341bb220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341e0970>\r\n<<<\n 7519 1726888143.29020: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29025: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888143.29028: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29030: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f4c160>\r\n<<<\n 7519 1726888143.29032: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888143.29057: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c280>\r\n<<<\n 7519 1726888143.29072: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ceb0>\r\n<<<\n 7519 1726888143.29105: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29113: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29242: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888143.29245: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4cfa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ccd0>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888143.29248: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f4cf10>\r\n<<<\n 7519 1726888143.29251: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888143.29253: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29256: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653413b310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653413b400>\r\n<<<\n 7519 1726888143.29258: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c100>\r\n<<<\n 7519 1726888143.29261: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888143.29264: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888143.29267: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888143.29270: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888143.29273: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29276: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888143.29279: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.29282: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.29284: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29287: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.29290: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.29293: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29296: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534171f40>\r\n<<<\n 7519 1726888143.29298: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888143.29300: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888143.29303: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888143.29305: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341699d0>\r\n<<<\n 7519 1726888143.29307: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888143.29310: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169520>\r\n<<<\n 7519 1726888143.29326: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.29388: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.29439: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ea2e80>\r\n<<<\n 7519 1726888143.29443: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888143.29446: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29449: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.29453: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72ec5fa0>\r\n<<<\n 7519 1726888143.29456: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29459: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534063160>\r\n<<<\n 7519 1726888143.29462: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72ec5dc0>\r\n<<<\n 7519 1726888143.29547: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888143.29556: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29560: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534125dc0>\r\n<<<\n 7519 1726888143.29563: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ec5430>\r\n<<<\n 7519 1726888143.29565: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb3dc0>\r\n<<<\n 7519 1726888143.29568: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dafa0>\r\n<<<\n 7519 1726888143.29571: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888143.29574: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29584: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888143.29588: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888143.29591: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534075a90>\r\n<<<\n 7519 1726888143.29594: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.29596: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888143.29599: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.29602: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888143.29605: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534075dc0>\r\n<<<\n 7519 1726888143.29608: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888143.29611: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888143.29613: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888143.29619: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888143.29624: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb33d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888143.29627: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb3f10>\r\n<<<\n 7519 1726888143.29630: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65340876d0>\r\n<<<\n 7519 1726888143.29633: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.29636: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29639: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.29642: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29676: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f83b50>\r\n<<<\n 7519 1726888143.29684: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534087c10>\r\n<<<\n 7519 1726888143.29692: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534015340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534075eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888143.29694: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29696: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1fc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1f340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f51430>\r\n<<<\n 7519 1726888143.29699: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f1f460>\r\n<<<\n 7519 1726888143.29701: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1f490>\r\n<<<\n 7519 1726888143.29703: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888143.29705: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29708: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888143.29710: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534025220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534087550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65340252e0>\r\n<<<\n 7519 1726888143.29712: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29717: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29719: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29722: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888143.29778: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e86130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94190>\r\n<<<\n 7519 1726888143.29782: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041700>\r\n<<<\n 7519 1726888143.29789: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e92940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fadcd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e928e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e92730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e916d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e91610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f8d880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f16640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f14a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f250d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f160a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f589a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.29796: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65340417f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653404f190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65340349d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041a30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6533f61610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.29830: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.29833: stderr chunk (state=3):\n>>><<<\n 7519 1726888143.29835: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.29843: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.29848: handler run complete\n 7519 1726888143.29850: attempt loop complete, returning result\n 7519 1726888143.29852: _execute() done\n 7519 1726888143.29854: dumping result to json\n 7519 1726888143.29856: done dumping result, returning\n 7519 1726888143.29858: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled [0ed44806-2f0b-c82f-f05a-000000000013]\n 7519 1726888143.29860: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013\nskipping: [managed_node1] => {\n \"changed\": false,\n \"cmd\": [\n \"authselect\",\n \"current\"\n ],\n \"delta\": null,\n \"end\": null,\n \"invocation\": {\n \"module_args\": {\n \"_raw_params\": \"authselect current\",\n \"_uses_shell\": false,\n \"argv\": null,\n \"chdir\": null,\n \"creates\": null,\n \"executable\": null,\n \"expand_argument_vars\": true,\n \"removes\": null,\n \"stdin\": null,\n \"stdin_add_newline\": true,\n \"strip_empty_ends\": true\n }\n },\n \"rc\": 0,\n \"start\": null\n}\n\nMSG:\n\nCommand would have run if not in check mode\n 7519 1726888143.30321: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013\n 7519 1726888143.30327: WORKER PROCESS EXITING\n 7519 1726888143.30332: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30368: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888143.30371: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888143.30375: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888143.30379: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888143.30417: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30420: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e61fa0>\r\n<<<\n 7519 1726888143.30423: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30451: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e55d90>\r\n<<<\n 7519 1726888143.30475: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a7a5e0>\r\n<<<\n 7519 1726888143.30480: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888143.30525: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30529: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30533: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888143.30535: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30537: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30601: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888143.30605: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30607: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f099a0>\r\n<<<\n 7519 1726888143.30609: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30611: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c760>\r\n<<<\n 7519 1726888143.30613: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30615: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30670: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30675: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30678: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653394c160>\r\n<<<\n 7519 1726888143.30680: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c280>\r\n<<<\n 7519 1726888143.30682: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ceb0>\r\n<<<\n 7519 1726888143.30684: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30687: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394cfa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ccd0>\r\n<<<\n 7519 1726888143.30689: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888143.30690: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653394cf10>\r\n<<<\n 7519 1726888143.30694: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888143.30696: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30701: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c100>\r\n<<<\n 7519 1726888143.30703: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888143.30705: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30707: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888143.30709: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.30711: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888143.30713: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30715: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30717: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30719: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.30721: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30788: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338a3e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338c5fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338c5dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888143.30796: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30829: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888143.30888: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30909: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30913: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888143.30918: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338c5430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b3dc0>\r\n<<<\n 7519 1726888143.30920: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30924: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30927: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888143.30930: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.30932: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b33d0>\r\n<<<\n 7519 1726888143.30937: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888143.30939: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b3f10>\r\n<<<\n 7519 1726888143.30950: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888143.31011: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888143.31024: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.31029: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888143.31031: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888143.31034: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888143.31036: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533983b50>\r\n<<<\n 7519 1726888143.31038: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533951430>\r\n<<<\n 7519 1726888143.31040: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533920460>\r\n<<<\n 7519 1726888143.31042: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888143.31044: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888143.31046: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920490>\r\n<<<\n 7519 1726888143.31048: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888143.31119: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888143.31130: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888143.31138: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888143.31141: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f504c0>\r\n<<<\n 7519 1726888143.31144: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888143.31236: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.31255: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.31259: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533886130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994190>\r\n<<<\n 7519 1726888143.31261: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888143.31263: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888143.31265: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888143.31289: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888143.31292: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888143.31294: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533893940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994310>\r\n<<<\n 7519 1726888143.31296: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.31298: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888143.31303: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.31365: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.31368: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888143.31371: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888143.31373: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.31413: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.31416: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339adcd0>\r\n<<<\n 7519 1726888143.31502: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.31561: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888143.31570: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338938e0>\r\n<<<\n 7519 1726888143.31613: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.31674: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f9fbe0>\r\n<<<\n 7519 1726888143.31678: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533893730>\r\n<<<\n 7519 1726888143.31727: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a4ddf0>\r\n<<<\n 7519 1726888143.31734: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338916d0>\r\n<<<\n 7519 1726888143.31781: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.31785: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533891610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653398d880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888143.31787: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888143.31790: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888143.31844: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533916640>\r\n<<<\n 7519 1726888143.31890: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.31942: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.31958: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.32002: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888143.32039: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888143.32053: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533914a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339250d0>\r\n<<<\n 7519 1726888143.32107: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888143.32115: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888143.32136: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65339160a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339589a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.32192: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e4c190>\r\n<<<\n 7519 1726888143.32215: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.32241: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ef0b20>\r\n<<<\n 7519 1726888143.32310: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f9d8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.32348: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.32355: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888143.32364: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.32425: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888143.32449: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888143.32463: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.32471: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.32552: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.32560: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.32659: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888143.32678: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a5c910>\r\n<<<\n 7519 1726888143.32768: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.32915: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"current\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect current\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n<<<\n 7519 1726888143.32935: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888143.33033: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.33213: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n<<<\n 7519 1726888143.33253: stdout chunk (state=3):\n>>># clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n<<<\n 7519 1726888143.33282: stdout chunk (state=3):\n>>># destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n<<<\n 7519 1726888143.33326: stdout chunk (state=3):\n>>># cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n<<<\n 7519 1726888143.33369: stdout chunk (state=3):\n>>># cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime<<<\n 7519 1726888143.33412: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes<<<\n 7519 1726888143.33458: stdout chunk (state=3):\n>>>\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation<<<\n 7519 1726888143.33467: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n<<<\n 7519 1726888143.33502: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888143.33509: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888143.33545: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888143.33551: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.33616: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533861fa0>\r\n<<<\n 7519 1726888143.33696: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533855d90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65334755e0>\r\n<<<\n 7519 1726888143.33720: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888143.33731: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888143.33776: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.33807: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.33821: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888143.33858: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n<<<\n 7519 1726888143.33904: stdout chunk (state=3):\n>>># cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 7519 1726888143.33943: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.33961: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n<<<\n 7519 1726888143.33987: stdout chunk (state=3):\n>>># destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n<<<\n 7519 1726888143.34002: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n<<<\n 7519 1726888143.34056: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888143.34060: stdout chunk (state=3):\n>>># cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888143.34087: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888143.34090: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339099a0>\r\n<<<\n 7519 1726888143.34093: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.34205: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n<<<\n 7519 1726888143.34227: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n<<<\n 7519 1726888143.34248: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n<<<\n 7519 1726888143.34265: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888143.34294: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888143.34476: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.34637: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888143.34680: stderr chunk (state=3):\n>>><<<\n 7519 1726888143.34684: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a57850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a95880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a2dd90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a57d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d3eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737cc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d2640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d3370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73755d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737aecd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737a75b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737bb610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dadf0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73767c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737ae1f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c737bb220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737e09a0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7373b310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7373b400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73771f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737699d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7366e160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73725dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dafd0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73680a90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73680dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c736926d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73692c10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7361f340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73680eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73630220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73692550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c736302e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c7f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364cc40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7365a190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7363f9d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364ca30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c7356c610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f4c160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ceb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4cfa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ccd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f4cf10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ea2e80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72ec5fa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72ec5dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ec5430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb3dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb33d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb3f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f83b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1fc70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1f340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f51430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f1f460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1f490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e86130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e92940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fadcd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e928e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e92730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e916d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e91610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f8d880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f16640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f14a60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f250d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f160a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f589a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e61fa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e55d90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a7a5e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f099a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f504c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f9fbe0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a4ddf0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e4c190>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ef0b20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f9d8e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a5c910>\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"current\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect current\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing glob\\r\\n# destroy glob\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888143.35834: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a57850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a95880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a2dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a57d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d3eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737cc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73755d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737aecd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737a75b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737bb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dadf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73767c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737ae1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c737bb220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737e09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7373b310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7373b400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73771f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737699d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7366e160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73725dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dafd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73680a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73680dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c736926d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73692c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7361f340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73680eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73630220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73692550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c736302e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364cc40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7365a190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7363f9d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364ca30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c7356c610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f4c160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ceb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4cfa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ccd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f4cf10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ea2e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72ec5fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72ec5dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ec5430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb3dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb33d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb3f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f83b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1fc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1f340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f51430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f1f460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1f490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e86130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e92940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fadcd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e928e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e92730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e916d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e91610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f8d880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f16640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f14a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f250d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f160a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f589a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e61fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e55d90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a7a5e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f099a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f504c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f9fbe0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a4ddf0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e4c190>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ef0b20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f9d8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a5c910>\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"current\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect current\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888143.37594: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.37598: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.38075: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect current', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888142.908448-8145-236968782275889/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888143.38080: _low_level_execute_command(): starting\n 7519 1726888143.38083: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888143.38087: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339504c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888143.38090: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.38093: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888143.38101: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888143.38106: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888143.38109: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.38111: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.38117: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.38119: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.38124: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888143.38126: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888143.38129: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653399fbe0>\r\n<<<\n 7519 1726888143.38132: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533448df0>\r\n<<<\n 7519 1726888143.38135: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888143.38138: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.38141: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.38143: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.38146: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.38149: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888143.38152: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888143.38155: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888143.38157: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888143.38160: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888143.38179: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653384ee80>\r\n<<<\n 7519 1726888143.38186: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533849b20>\r\n<<<\n 7519 1726888143.38190: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653399d8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888143.39007: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.39010: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888143.39012: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n<<<\n 7519 1726888143.39015: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888143.39017: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.39018: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.39020: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\n<<<\n 7519 1726888143.39024: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533457910>\r\n<<<\n 7519 1726888143.39026: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888143.39027: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"current\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect current\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n<<<\n 7519 1726888143.39029: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888143.39031: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n<<<\n 7519 1726888143.39033: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n<<<\n 7519 1726888143.39035: stdout chunk (state=3):\n>>># cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n<<<\n 7519 1726888143.39037: stdout chunk (state=3):\n>>># cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n<<<\n 7519 1726888143.39039: stdout chunk (state=3):\n>>># cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n<<<\n 7519 1726888143.39041: stdout chunk (state=3):\n>>># cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n<<<\n 7519 1726888143.39044: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888143.39046: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888143.39048: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888143.39049: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888143.39051: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 7519 1726888143.39053: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888143.39055: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888143.39056: stdout chunk (state=3):\n>>># destroy array\r\n# destroy datetime\r\n<<<\n 7519 1726888143.39058: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888143.39060: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 7519 1726888143.39062: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n<<<\n 7519 1726888143.39063: stdout chunk (state=3):\n>>># cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888143.39065: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n<<<\n 7519 1726888143.39067: stdout chunk (state=3):\n>>># destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n<<<\n 7519 1726888143.39069: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 7519 1726888143.39072: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888143.39076: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888143.39077: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888143.39080: stdout chunk (state=3):\n>>># destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888143.39084: stdout chunk (state=3):\n>>># destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888143.39086: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888143.39611: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888143.39727: stderr chunk (state=3):\n>>><<<\n 7519 1726888143.39730: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534457850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534495880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653442dd90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534457d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d3eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341cc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d2640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d3370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534155d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341aecd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341a75b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341bb610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dadc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534167c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341ae1f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65341bb220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341e0970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653413b310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653413b400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534171f40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341699d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534063160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534125dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dafa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534075a90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534075dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65340876d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534087c10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534015340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534075eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534025220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534087550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65340252e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65340417f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041c40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653404f190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65340349d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041a30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6533f61610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653394c160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ceb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394cfa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ccd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653394cf10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338a3e80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338c5fa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338c5dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338c5430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b3dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b33d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b3f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533983b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920c70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533951430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533920460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533886130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533893940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339adcd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338938e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533893730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338916d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533891610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653398d880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533916640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533914a60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339250d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65339160a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339589a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533861fa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533855d90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65334755e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339099a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339504c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653399fbe0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533448df0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653384ee80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533849b20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653399d8e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533457910>\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"current\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect current\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing glob\\r\\n# destroy glob\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888143.40875: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534457850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534495880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653442dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534457d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d3eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341cc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534155d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341aecd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341a75b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341bb610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dadc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534167c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341ae1f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65341bb220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341e0970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653413b310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653413b400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534171f40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341699d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534063160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534125dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dafa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534075a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534075dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65340876d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534087c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534015340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534075eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534025220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534087550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65340252e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65340417f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653404f190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65340349d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041a30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6533f61610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653394c160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ceb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394cfa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ccd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653394cf10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338a3e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338c5fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338c5dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338c5430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b3dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b33d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b3f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533983b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533951430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533920460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533886130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533893940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339adcd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338938e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533893730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338916d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533891610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653398d880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533916640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533914a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339250d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65339160a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339589a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533861fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533855d90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65334755e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339099a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339504c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653399fbe0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533448df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653384ee80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533849b20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653399d8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533457910>\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"authselect\", \"current\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"authselect current\", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"creates\": null, \"removes\": null, \"stdin\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888143.44451: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect current', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888142.9905546-8151-87463459766262/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888143.44455: _low_level_execute_command(): starting\n 7519 1726888143.44459: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888143.44469: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.44472: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.44474: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.44477: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.44480: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.44482: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.44485: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.44487: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888143.44490: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888143.44492: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888143.44495: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.44497: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.44500: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.44503: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.44505: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888143.44508: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888143.44510: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888143.44513: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.44517: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.44520: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.44554: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.44558: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888143.44560: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888143.44562: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888143.44564: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888143.44566: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.44568: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.44570: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.44573: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888143.44575: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888143.44577: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.44578: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.44580: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888143.44582: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888143.44584: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888143.44586: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888143.44587: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888143.44589: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.44591: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.44593: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.44594: stderr chunk (state=3):\n>>><<<\n 7519 1726888143.44596: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.44601: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.44603: handler run complete\n 7519 1726888143.44605: attempt loop complete, returning result\n 7519 1726888143.44606: _execute() done\n 7519 1726888143.44608: dumping result to json\n 7519 1726888143.44610: done dumping result, returning\n 7519 1726888143.44612: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled [0ed44806-2f0b-c82f-f05a-000000000013]\n 7519 1726888143.44613: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013\n 7519 1726888143.44670: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013\n 7519 1726888143.44673: WORKER PROCESS EXITING\n 7519 1726888143.44676: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.44678: stdout chunk (state=3):\n>>><<<\n 7519 1726888143.44680: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.44686: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.44688: handler run complete\nskipping: [managed_node2] => {\n \"changed\": false,\n \"cmd\": [\n \"authselect\",\n \"current\"\n ],\n \"delta\": null,\n \"end\": null,\n \"invocation\": {\n \"module_args\": {\n \"_raw_params\": \"authselect current\",\n \"_uses_shell\": false,\n \"argv\": null,\n \"chdir\": null,\n \"creates\": null,\n \"executable\": null,\n \"expand_argument_vars\": true,\n \"removes\": null,\n \"stdin\": null,\n \"stdin_add_newline\": true,\n \"strip_empty_ends\": true\n }\n },\n \"rc\": 0,\n \"start\": null\n}\n\nMSG:\n\nCommand would have run if not in check mode\n 7519 1726888143.45029: attempt loop complete, returning result\n 7519 1726888143.45033: _execute() done\n 7519 1726888143.45036: dumping result to json\n 7519 1726888143.45038: done dumping result, returning\n 7519 1726888143.45040: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled [0ed44806-2f0b-c82f-f05a-000000000013]\n 7519 1726888143.45046: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013\n 7519 1726888143.45087: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013\n 7519 1726888143.45089: WORKER PROCESS EXITING\nskipping: [managed_node3] => {\n \"changed\": false,\n \"cmd\": [\n \"authselect\",\n \"current\"\n ],\n \"delta\": null,\n \"end\": null,\n \"invocation\": {\n \"module_args\": {\n \"_raw_params\": \"authselect current\",\n \"_uses_shell\": false,\n \"argv\": null,\n \"chdir\": null,\n \"creates\": null,\n \"executable\": null,\n \"expand_argument_vars\": true,\n \"removes\": null,\n \"stdin\": null,\n \"stdin_add_newline\": true,\n \"strip_empty_ends\": true\n }\n },\n \"rc\": 0,\n \"start\": null\n}\n\nMSG:\n\nCommand would have run if not in check mode\n 7519 1726888143.45847: no more pending results, returning what we have\n 7519 1726888143.45852: results queue empty\n 7519 1726888143.45853: checking for any_errors_fatal\n 7519 1726888143.45859: done checking for any_errors_fatal\n 7519 1726888143.45860: checking for max_fail_percentage\n 7519 1726888143.45862: done checking for max_fail_percentage\n 7519 1726888143.45863: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888143.45864: done checking to see if all hosts have failed\n 7519 1726888143.45865: getting the remaining hosts for this loop\n 7519 1726888143.45867: done getting the remaining hosts for this loop\n 7519 1726888143.45871: getting the next task for host managed_node1\n 7519 1726888143.45877: done getting next task for host managed_node1\n 7519 1726888143.45882: ^ task is: TASK: fedora.linux_system_roles.tlog : Update nsswitch\n 7519 1726888143.45884: ^ state is: HOST STATE: block=3, task=14, 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\n 7519 1726888143.45885: getting the next task for host managed_node2\n 7519 1726888143.45888: done getting next task for host managed_node2\n 7519 1726888143.45890: ^ task is: TASK: fedora.linux_system_roles.tlog : Update nsswitch\n 7519 1726888143.45891: ^ state is: HOST STATE: block=3, task=14, 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\n 7519 1726888143.45895: getting the next task for host managed_node3\n 7519 1726888143.45897: done getting next task for host managed_node3\n 7519 1726888143.45899: ^ task is: TASK: fedora.linux_system_roles.tlog : Update nsswitch\n 7519 1726888143.45901: ^ state is: HOST STATE: block=3, task=14, 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\n 7519 1726888143.45920: getting variables\n 7519 1726888143.45921: in VariableManager get_vars()\n 7519 1726888143.45963: Calling all_inventory to load vars for managed_node1\n 7519 1726888143.45966: Calling groups_inventory to load vars for managed_node1\n 7519 1726888143.45969: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888143.45978: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888143.45980: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888143.45983: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888143.53810: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888143.54911: done with get_vars()\n 7519 1726888143.54931: done getting variables\n 7519 1726888143.54969: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n\nTASK [fedora.linux_system_roles.tlog : Update nsswitch] ************************\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:93\nFriday 20 September 2024 23:09:03 -0400 (0:00:00.852) 0:00:18.169 ****** \n 7519 1726888143.54999: entering _queue_task() for managed_node1/command\n 7519 1726888143.55388: worker is 1 (out of 3 available)\n 7519 1726888143.55407: exiting _queue_task() for managed_node1/command\n 7519 1726888143.55450: getting variables\n 7519 1726888143.55455: in VariableManager get_vars()\n 7519 1726888143.55586: Calling all_inventory to load vars for managed_node2\n 7519 1726888143.55592: Calling groups_inventory to load vars for managed_node2\n 7519 1726888143.55595: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888143.55621: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888143.55630: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888143.55636: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888143.57272: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Update nsswitch\n 7519 1726888143.57277: in run() - task 0ed44806-2f0b-c82f-f05a-000000000014\n 7519 1726888143.57280: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.57282: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.57285: calling self._execute()\n 7519 1726888143.57968: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888143.57972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888143.57975: variable 'omit' from source: magic vars\n 7519 1726888143.58714: variable 'ansible_check_mode' from source: magic vars\n 7519 1726888143.58719: Evaluated conditional (not ansible_check_mode): False\n 7519 1726888143.58722: when evaluation is False, skipping this task\n 7519 1726888143.58727: _execute() done\n 7519 1726888143.58730: dumping result to json\n 7519 1726888143.58733: done dumping result, returning\n 7519 1726888143.58737: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Update nsswitch [0ed44806-2f0b-c82f-f05a-000000000014]\n 7519 1726888143.58740: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014\n 7519 1726888143.58814: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014\n 7519 1726888143.58818: WORKER PROCESS EXITING\n 7519 1726888143.58890: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888143.60360: done with get_vars()\n 7519 1726888143.60377: done getting variables\n 7519 1726888143.60440: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888143.60447: entering _queue_task() for managed_node2/command\n 7519 1726888143.60790: worker is 2 (out of 3 available)\n 7519 1726888143.60827: exiting _queue_task() for managed_node2/command\nskipping: [managed_node1] => {\n \"changed\": false,\n \"false_condition\": \"not ansible_check_mode\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888143.61021: getting variables\n 7519 1726888143.61027: in VariableManager get_vars()\n 7519 1726888143.61189: Calling all_inventory to load vars for managed_node3\n 7519 1726888143.61194: Calling groups_inventory to load vars for managed_node3\n 7519 1726888143.61197: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888143.61220: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888143.61229: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888143.61234: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888143.62728: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Update nsswitch\n 7519 1726888143.62734: in run() - task 0ed44806-2f0b-c82f-f05a-000000000014\n 7519 1726888143.63297: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.63301: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.63304: calling self._execute()\n 7519 1726888143.63306: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888143.63309: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888143.63311: variable 'omit' from source: magic vars\n 7519 1726888143.63313: variable 'ansible_check_mode' from source: magic vars\n 7519 1726888143.63315: Evaluated conditional (not ansible_check_mode): False\n 7519 1726888143.63316: when evaluation is False, skipping this task\n 7519 1726888143.63319: _execute() done\n 7519 1726888143.63320: dumping result to json\n 7519 1726888143.63325: done dumping result, returning\n 7519 1726888143.63327: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Update nsswitch [0ed44806-2f0b-c82f-f05a-000000000014]\n 7519 1726888143.63329: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014\n 7519 1726888143.63396: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014\n 7519 1726888143.63399: WORKER PROCESS EXITING\n 7519 1726888143.63850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888143.65488: done with get_vars()\n 7519 1726888143.65504: done getting variables\n 7519 1726888143.65559: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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)\n 7519 1726888143.65571: entering _queue_task() for managed_node3/command\n 7519 1726888143.65919: worker is 3 (out of 3 available)\n 7519 1726888143.65938: exiting _queue_task() for managed_node3/command\nskipping: [managed_node2] => {\n \"changed\": false,\n \"false_condition\": \"not ansible_check_mode\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888143.66056: done queuing things up, now waiting for results queue to drain\n 7519 1726888143.66058: waiting for pending results...\n 7519 1726888143.66399: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Update nsswitch\n 7519 1726888143.66954: in run() - task 0ed44806-2f0b-c82f-f05a-000000000014\n 7519 1726888143.67118: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.67138: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.67188: calling self._execute()\n 7519 1726888143.67440: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888143.67481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888143.67497: variable 'omit' from source: magic vars\n 7519 1726888143.68597: variable 'ansible_check_mode' from source: magic vars\n 7519 1726888143.68765: Evaluated conditional (not ansible_check_mode): False\n 7519 1726888143.68832: when evaluation is False, skipping this task\n 7519 1726888143.68870: _execute() done\n 7519 1726888143.68879: dumping result to json\n 7519 1726888143.68885: done dumping result, returning\n 7519 1726888143.68894: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Update nsswitch [0ed44806-2f0b-c82f-f05a-000000000014]\n 7519 1726888143.68993: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014\n 7519 1726888143.69163: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014\nskipping: [managed_node3] => {\n \"changed\": false,\n \"false_condition\": \"not ansible_check_mode\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 7519 1726888143.69201: no more pending results, returning what we have\n 7519 1726888143.69218: results queue empty\n 7519 1726888143.69219: checking for any_errors_fatal\n 7519 1726888143.69243: done checking for any_errors_fatal\n 7519 1726888143.69245: checking for max_fail_percentage\n 7519 1726888143.69257: done checking for max_fail_percentage\n 7519 1726888143.69258: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888143.69259: done checking to see if all hosts have failed\n 7519 1726888143.69260: getting the remaining hosts for this loop\n 7519 1726888143.69262: done getting the remaining hosts for this loop\n 7519 1726888143.69274: getting the next task for host managed_node1\n 7519 1726888143.69293: done getting next task for host managed_node1\n 7519 1726888143.69298: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure tlog rec session\n 7519 1726888143.69300: ^ state is: HOST STATE: block=3, task=15, 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\n 7519 1726888143.69301: getting the next task for host managed_node2\n 7519 1726888143.69304: done getting next task for host managed_node2\n 7519 1726888143.69307: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure tlog rec session\n 7519 1726888143.69308: ^ state is: HOST STATE: block=3, task=15, 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\n 7519 1726888143.69309: getting the next task for host managed_node3\n 7519 1726888143.69311: done getting next task for host managed_node3\n 7519 1726888143.69313: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure tlog rec session\n 7519 1726888143.69314: ^ state is: HOST STATE: block=3, task=15, 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\n 7519 1726888143.69346: getting variables\n 7519 1726888143.69347: in VariableManager get_vars()\n 7519 1726888143.69395: Calling all_inventory to load vars for managed_node1\n 7519 1726888143.69412: Calling groups_inventory to load vars for managed_node1\n 7519 1726888143.69414: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888143.69426: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888143.69432: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888143.69436: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888143.69969: WORKER PROCESS EXITING\n 7519 1726888143.70544: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888143.71957: done with get_vars()\n 7519 1726888143.71976: done getting variables\n 7519 1726888143.72036: 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=True)\n\nTASK [fedora.linux_system_roles.tlog : Configure tlog rec session] *************\ntask path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:103\nFriday 20 September 2024 23:09:03 -0400 (0:00:00.170) 0:00:18.339 ****** \n 7519 1726888143.72066: entering _queue_task() for managed_node1/template\n 7519 1726888143.73062: worker is 1 (out of 3 available)\n 7519 1726888143.73075: exiting _queue_task() for managed_node1/template\n 7519 1726888143.73106: getting variables\n 7519 1726888143.73109: in VariableManager get_vars()\n 7519 1726888143.73201: Calling all_inventory to load vars for managed_node2\n 7519 1726888143.73207: Calling groups_inventory to load vars for managed_node2\n 7519 1726888143.73210: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888143.73229: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888143.73233: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888143.73237: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888143.75089: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session\n 7519 1726888143.75094: in run() - task 0ed44806-2f0b-c82f-f05a-000000000015\n 7519 1726888143.75096: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.75099: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.75103: calling self._execute()\n 7519 1726888143.75105: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888143.75107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888143.75109: variable 'omit' from source: magic vars\n 7519 1726888143.75111: variable 'omit' from source: magic vars\n 7519 1726888143.75113: variable 'omit' from source: magic vars\n 7519 1726888143.75115: variable '__tlog_rec_session_conf' from source: role '' all vars\n 7519 1726888143.75488: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888143.76429: variable '__tlog_rec_session_conf' from source: role '' all vars\n 7519 1726888143.76432: variable 'omit' from source: magic vars\n 7519 1726888143.76435: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888143.76438: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888143.76440: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888143.76442: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888143.76444: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888143.76446: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 7519 1726888143.76448: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888143.76450: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888143.76452: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888143.76454: Set connection var ansible_pipelining to False\n 7519 1726888143.76456: Set connection var ansible_shell_type to sh\n 7519 1726888143.76458: Set connection var ansible_timeout to 10\n 7519 1726888143.76460: Set connection var ansible_connection to ssh\n 7519 1726888143.76462: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888143.76464: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888143.76465: variable 'ansible_connection' from source: unknown\n 7519 1726888143.76468: variable 'ansible_module_compression' from source: unknown\n 7519 1726888143.76470: variable 'ansible_shell_type' from source: unknown\n 7519 1726888143.76472: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888143.76473: variable 'ansible_host' from source: host vars for 'managed_node1'\n 7519 1726888143.76475: variable 'ansible_pipelining' from source: unknown\n 7519 1726888143.76477: variable 'ansible_timeout' from source: unknown\n 7519 1726888143.76479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 7519 1726888143.76481: 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)\n 7519 1726888143.76484: variable 'omit' from source: magic vars\n 7519 1726888143.76485: starting attempt loop\n 7519 1726888143.76487: running the handler\n 7519 1726888143.76490: _low_level_execute_command(): starting\n 7519 1726888143.77642: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888143.77699: done with get_vars()\n 7519 1726888143.77716: done getting variables\n 7519 1726888143.77816: 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=True)\n 7519 1726888143.77827: entering _queue_task() for managed_node2/template\n 7519 1726888143.78499: worker is 2 (out of 3 available)\n 7519 1726888143.78515: exiting _queue_task() for managed_node2/template\n 7519 1726888143.78549: getting variables\n 7519 1726888143.78552: in VariableManager get_vars()\n 7519 1726888143.78634: Calling all_inventory to load vars for managed_node3\n 7519 1726888143.78638: Calling groups_inventory to load vars for managed_node3\n 7519 1726888143.78641: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888143.78655: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888143.78658: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888143.78661: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888143.80390: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session\n 7519 1726888143.80394: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.80397: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.80400: in run() - task 0ed44806-2f0b-c82f-f05a-000000000015\n 7519 1726888143.80402: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.80404: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.80407: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.80411: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.80413: calling self._execute()\n 7519 1726888143.80415: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888143.80417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888143.80419: variable 'omit' from source: magic vars\n 7519 1726888143.80421: variable 'omit' from source: magic vars\n 7519 1726888143.80425: variable 'omit' from source: magic vars\n 7519 1726888143.80428: variable '__tlog_rec_session_conf' from source: role '' all vars\n 7519 1726888143.80430: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.80432: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888143.80435: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.80982: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.80986: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.80989: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888143.80994: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.80997: variable '__tlog_rec_session_conf' from source: role '' all vars\n 7519 1726888143.81041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888143.81699: variable 'omit' from source: magic vars\n 7519 1726888143.81703: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888143.81706: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888143.81708: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888143.81710: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888143.81712: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888143.81714: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 7519 1726888143.81718: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888143.81721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888143.81725: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888143.81727: Set connection var ansible_pipelining to False\n 7519 1726888143.81729: Set connection var ansible_shell_type to sh\n 7519 1726888143.81731: Set connection var ansible_timeout to 10\n 7519 1726888143.81733: Set connection var ansible_connection to ssh\n 7519 1726888143.81735: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888143.81737: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888143.81739: variable 'ansible_connection' from source: unknown\n 7519 1726888143.81741: variable 'ansible_module_compression' from source: unknown\n 7519 1726888143.81743: variable 'ansible_shell_type' from source: unknown\n 7519 1726888143.81744: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888143.81746: variable 'ansible_host' from source: host vars for 'managed_node2'\n 7519 1726888143.81748: variable 'ansible_pipelining' from source: unknown\n 7519 1726888143.81750: variable 'ansible_timeout' from source: unknown\n 7519 1726888143.81752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 7519 1726888143.82761: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888143.82765: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.82769: 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)\n 7519 1726888143.82771: variable 'omit' from source: magic vars\n 7519 1726888143.82781: starting attempt loop\n 7519 1726888143.82785: running the handler\n 7519 1726888143.82787: _low_level_execute_command(): starting\n 7519 1726888143.82791: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888143.82802: stderr chunk (state=3):\n>>><<<\n 7519 1726888143.82804: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.82810: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.82812: _low_level_execute_command(): starting\n 7519 1726888143.82814: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423 `\" && echo ansible-tmp-1726888143.826431-8192-175936232107423=\"` echo /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423 `\" ) && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423 `\" && echo ansible-tmp-1726888143.826431-8192-175936232107423=\"` echo /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423 `\" ) && sleep 0'\"'\"''\n 7519 1726888143.84933: done with get_vars()\n 7519 1726888143.84956: done getting variables\n 7519 1726888143.85331: 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=True)\n 7519 1726888143.85342: entering _queue_task() for managed_node3/template\n 7519 1726888143.86769: worker is 3 (out of 3 available)\n 7519 1726888143.86783: exiting _queue_task() for managed_node3/template\n 7519 1726888143.86797: done queuing things up, now waiting for results queue to drain\n 7519 1726888143.86798: waiting for pending results...\n 7519 1726888143.86967: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.86991: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.87012: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.87040: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.87057: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.87081: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session\n 7519 1726888143.87102: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888143.87196: in run() - task 0ed44806-2f0b-c82f-f05a-000000000015\n 7519 1726888143.87215: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.87222: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.87233: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888143.87246: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888143.87264: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.87269: calling self._execute()\n 7519 1726888143.87279: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.87295: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.87342: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.87356: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888143.87377: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888143.87380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888143.87383: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.87385: variable 'omit' from source: magic vars\n 7519 1726888143.87400: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.87418: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.87441: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.87455: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888143.87468: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888143.87492: variable 'omit' from source: magic vars\n 7519 1726888143.87510: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888143.87514: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.87532: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.87542: variable 'omit' from source: magic vars\n 7519 1726888143.87592: variable '__tlog_rec_session_conf' from source: role '' all vars\n 7519 1726888143.87738: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888143.87781: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888143.87796: variable '__tlog_rec_session_conf' from source: role '' all vars\n 7519 1726888143.87821: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.87835: variable 'omit' from source: magic vars\n 7519 1726888143.87846: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.87878: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 7519 1726888143.87890: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888143.87903: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888143.87916: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888143.87925: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 7519 1726888143.87932: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888143.87951: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888143.87960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 7519 1726888143.88037: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.88043: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.88056: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.88059: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.88062: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.88077: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.88084: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.88090: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888143.88110: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 7519 1726888143.88154: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888143.88160: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.88183: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 7519 1726888143.88241: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888143.88333: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888143.88679: Set connection var ansible_shell_executable to /bin/sh\n 7519 1726888143.88703: Set connection var ansible_pipelining to False\n 7519 1726888143.88714: Set connection var ansible_shell_type to sh\n 7519 1726888143.88726: Set connection var ansible_timeout to 10\n 7519 1726888143.88733: Set connection var ansible_connection to ssh\n 7519 1726888143.88742: Set connection var ansible_module_compression to ZIP_DEFLATED\n 7519 1726888143.89050: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888143.89062: variable 'ansible_connection' from source: unknown\n 7519 1726888143.89070: variable 'ansible_module_compression' from source: unknown\n 7519 1726888143.89076: variable 'ansible_shell_type' from source: unknown\n 7519 1726888143.89083: variable 'ansible_shell_executable' from source: unknown\n 7519 1726888143.89089: variable 'ansible_host' from source: host vars for 'managed_node3'\n 7519 1726888143.89096: variable 'ansible_pipelining' from source: unknown\n 7519 1726888143.89104: variable 'ansible_timeout' from source: unknown\n 7519 1726888143.89118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 7519 1726888143.89275: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.89289: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888143.89299: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888143.89309: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888143.89327: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888143.89342: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.89354: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.89367: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.89408: 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)\n 7519 1726888143.89486: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888143.89495: variable 'omit' from source: magic vars\n 7519 1726888143.89504: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888143.89506: starting attempt loop\n 7519 1726888143.89509: running the handler\n 7519 1726888143.89521: _low_level_execute_command(): starting\n 7519 1726888143.89537: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.89540: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888143.89605: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.89609: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.89640: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 7519 1726888143.89944: stdout chunk (state=3):\n>>>ansible-tmp-1726888143.826431-8192-175936232107423=/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423\n<<<\n 7519 1726888143.90130: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.90133: stdout chunk (state=3):\n>>><<<\n 7519 1726888143.90135: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'ansible-tmp-1726888143.826431-8192-175936232107423=/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.90353: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888143.826431-8192-175936232107423=/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.90357: evaluation_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks\n 7519 1726888143.90360: search_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tlog-rec-session.conf\n 7519 1726888143.90363: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.91200: variable 'ansible_managed' from source: unknown\n 7519 1726888143.91278: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888143.91282: variable '__tlog_writer' from source: role '' all vars\n 7519 1726888143.91489: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.91493: stdout chunk (state=3):\n>>><<<\n 7519 1726888143.91495: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.91625: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.91631: _low_level_execute_command(): starting\n 7519 1726888143.91634: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527 `\" && echo ansible-tmp-1726888143.9152577-8194-177571241700527=\"` echo /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527 `\" ) && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527 `\" && echo ansible-tmp-1726888143.9152577-8194-177571241700527=\"` echo /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527 `\" ) && sleep 0'\"'\"''\n 7519 1726888143.91943: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.91960: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.92052: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.92249: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.92336: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.92991: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.93052: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.93064: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.93078: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.93087: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.93127: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888143.93156: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888143.93163: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888143.93172: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.93180: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.93189: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.93197: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.93269: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888143.93277: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888143.93284: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888143.93292: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.93302: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888143.93320: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.93325: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.93334: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888143.93341: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888143.93347: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888143.93355: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888143.93366: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888143.93375: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888143.93386: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.93426: 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__)\n 7519 1726888143.93718: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888143.93726: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.93835: stdout chunk (state=3):\n>>>/root\n<<<\n 7519 1726888143.93945: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.94021: stderr chunk (state=3):\n>>><<<\n 7519 1726888143.94026: stdout chunk (state=3):\n>>><<<\n 7519 1726888143.94038: variable 'ansible_module_compression' from source: unknown\n<10.31.43.94> (0, b'/root\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.94097: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.94100: _low_level_execute_command(): starting\n 7519 1726888143.94102: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839 `\" && echo ansible-tmp-1726888143.9405909-8199-109996435310839=\"` echo /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839 `\" ) && sleep 0'\n 7519 1726888143.94105: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888143.94183: variable 'ansible_facts' from source: host vars for 'managed_node1'\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839 `\" && echo ansible-tmp-1726888143.9405909-8199-109996435310839=\"` echo /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839 `\" ) && sleep 0'\"'\"''\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 7519 1726888143.94212: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwj3l5mpj TO /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888143.94893: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888143.94897: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888143.94940: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888143.94944: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888143.94947: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888143.95012: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888143.95019: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.95025: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888143.95040: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888143.95091: Sending initial data\n 7519 1726888143.95094: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.95096: Sent initial data (150 bytes)\n 7519 1726888143.95553: stdout chunk (state=3):\n>>>ansible-tmp-1726888143.9152577-8194-177571241700527=/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527\n<<<\n 7519 1726888143.95776: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.95779: stdout chunk (state=3):\n>>><<<\n 7519 1726888143.95783: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'ansible-tmp-1726888143.9152577-8194-177571241700527=/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.96003: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888143.9152577-8194-177571241700527=/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.96007: evaluation_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks\n 7519 1726888143.96010: search_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tlog-rec-session.conf\n 7519 1726888143.96013: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.96477: variable 'ansible_managed' from source: unknown\n 7519 1726888143.96488: variable '__tlog_writer' from source: role '' all vars\n 7519 1726888143.97156: stdout chunk (state=3):\n>>>ansible-tmp-1726888143.9405909-8199-109996435310839=/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839\n<<<\n 7519 1726888143.97330: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888143.97336: stdout chunk (state=3):\n>>><<<\n 7519 1726888143.97345: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'ansible-tmp-1726888143.9405909-8199-109996435310839=/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888143.97538: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888143.9405909-8199-109996435310839=/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888143.97541: evaluation_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks\n 7519 1726888143.97545: search_path:\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/tlog-rec-session.conf\n\t/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tlog-rec-session.conf\n 7519 1726888143.97547: variable 'ansible_search_path' from source: unknown\n 7519 1726888143.97602: 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__)\n 7519 1726888143.98084: variable 'ansible_managed' from source: unknown\n 7519 1726888143.98103: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888143.98106: variable '__tlog_writer' from source: role '' all vars\n 7519 1726888143.98109: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888143.98140: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888143.98152: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888143.98163: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888143.98174: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888143.98211: variable 'ansible_module_compression' from source: unknown\n 7519 1726888143.98346: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888143.98349: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888143.98427: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 7519 1726888143.98564: variable 'ansible_facts' from source: host vars for 'managed_node2'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 7519 1726888143.98943: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjbn7k4jt TO /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888143.99535: Sending initial data\n 7519 1726888143.99545: Sent initial data (151 bytes)\n 7519 1726888143.99905: 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__)\n 7519 1726888144.00075: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888144.00105: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888144.00150: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwj3l5mpj\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888144.00154: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwj3l5mpj /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py\n<<<\n 7519 1726888144.00175: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py M:0x001a\r\n<<<\n 7519 1726888144.00227: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119329\r\n<<<\n 7519 1726888144.00711: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.00728: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.00745: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.00763: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.00774: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.00817: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888144.00832: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.00847: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.00858: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.00870: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.00881: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.00892: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.00909: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.00925: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888144.00938: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.00953: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.00966: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.00980: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.00990: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.01001: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888144.01011: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.01021: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.01041: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.01066: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.01084: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.01096: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.01165: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.01184: variable 'ansible_module_compression' from source: unknown\n 7519 1726888144.01187: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.01199: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.01214: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.01230: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.01241: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.01255: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.01269: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.01311: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888144.01314: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119329 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888144.01335: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.01356: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888144.01406: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.01443: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.01831: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 7519 1726888144.01835: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.01838: stdout chunk (state=3):\n>>><<<\n 7519 1726888144.01842: variable 'ansible_facts' from source: host vars for 'managed_node3'\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwj3l5mpj /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwj3l5mpj\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119329\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119329 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888144.01853: done transferring module to remote\n 7519 1726888144.01856: _low_level_execute_command(): starting\n 7519 1726888144.01859: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py && sleep 0'\"'\"''\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 7519 1726888144.02154: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6q2i1cq5 TO /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888144.03257: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888144.03283: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888144.03309: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888144.03364: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjbn7k4jt\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888144.03370: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjbn7k4jt /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py\n<<<\n 7519 1726888144.03407: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py M:0x001a\r\n<<<\n 7519 1726888144.03760: Sending initial data\n 7519 1726888144.03764: Sent initial data (151 bytes)\n 7519 1726888144.04060: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119330\r\n<<<\n 7519 1726888144.04556: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119330 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888144.04750: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888144.04971: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.05119: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.05127: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjbn7k4jt /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjbn7k4jt\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119330\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119330 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888144.05136: done transferring module to remote\n 7519 1726888144.05139: _low_level_execute_command(): starting\n 7519 1726888144.05141: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888144.05826: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.05844: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.05903: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.05927: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.05946: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.06011: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888144.06131: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.06145: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.06159: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.06171: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.06185: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.06198: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.06214: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.06238: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888144.06251: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.06264: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.06278: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.06295: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.06309: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.06324: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888144.06347: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.06360: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.06373: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.06385: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.06398: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.06411: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.06500: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.06781: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.06797: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.06817: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.06833: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.06845: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.06856: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.06866: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.06998: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888144.07015: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.07115: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.07308: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.07449: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.07466: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.07483: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.07498: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.07551: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888144.07563: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.07566: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.07578: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.07592: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.07611: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.07638: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.07665: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.07680: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.07683: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.07695: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.07698: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888144.07702: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.07713: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.07716: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.07732: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.07747: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.07770: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.07824: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888144.07838: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.07841: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.07843: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.07855: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.07859: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888144.07862: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.07864: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.07871: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.07881: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.07887: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.07889: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888144.07900: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.07904: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.07915: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.07918: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.07927: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.07940: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.07953: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.07956: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.07959: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.07964: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888144.07975: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.07978: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.07981: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.07983: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.08016: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.08039: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.08051: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.08083: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.08119: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.08138: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.08152: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.08181: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.08233: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.08247: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.08260: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.08273: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.08282: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.08295: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.08297: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888144.08309: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.08330: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.08333: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.08345: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.08351: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.08354: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.08375: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888144.08388: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.08401: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.08485: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.09165: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.09169: stdout chunk (state=3):\n>>><<<\n 7519 1726888144.09171: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888144.09178: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888144.09180: _low_level_execute_command(): starting\n 7519 1726888144.09182: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888144.10292: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.10296: stdout chunk (state=3):\n>>><<<\n 7519 1726888144.10300: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888144.10426: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888144.10432: _low_level_execute_command(): starting\n 7519 1726888144.10434: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888144.10661: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888144.10673: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888144.10728: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888144.10843: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6q2i1cq5\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888144.10847: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6q2i1cq5 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py\n<<<\n 7519 1726888144.10892: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py M:0x001a\r\n<<<\n 7519 1726888144.11490: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.11535: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119330\r\n<<<\n 7519 1726888144.11623: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.11647: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.11672: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.11686: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.11729: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888144.11746: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.11757: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.11776: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.11790: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.11806: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.11819: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.11836: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.11848: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888144.11894: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.11907: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.11921: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.11939: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.11952: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.11971: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888144.11982: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.11992: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.12004: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.12016: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.12033: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.12045: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.12110: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119330 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888144.12160: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888144.12185: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.12246: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.12258: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.12293: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.12313: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.12355: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.12367: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.12377: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.12386: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.12401: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888144.12436: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.12644: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.12696: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.12710: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.12735: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.12763: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.12777: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.12816: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888144.12831: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.12842: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.12868: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.12882: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.12896: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.12907: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.12922: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.12936: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888144.12946: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.12963: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.12984: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.13002: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.13014: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.13027: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888144.13038: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.13048: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.13060: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.13077: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.13096: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.13112: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.13192: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.13215: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.13232: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.13257: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.13273: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.13283: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.13295: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.13311: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.13330: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888144.13350: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.13354: stdout chunk (state=3):\n>>><<<\n 7519 1726888144.13367: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6q2i1cq5 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6q2i1cq5\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119330\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119330 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888144.13578: done transferring module to remote\n 7519 1726888144.13582: _low_level_execute_command(): starting\n 7519 1726888144.13586: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888144.13645: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888144.14368: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.14385: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.14400: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.14425: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.14447: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.14518: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888144.14534: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.14548: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.14563: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.14576: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.14597: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.14609: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.14750: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888144.14754: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888144.14756: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.14760: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888144.14762: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.14764: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.14767: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888144.14772: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.14774: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.14779: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888144.14781: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.14936: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888144.14939: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888144.14942: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.14944: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888144.14946: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.14948: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.14954: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.14957: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.14959: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.14963: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888144.14965: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888144.14967: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.14992: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3dc0>\r\n<<<\n 7519 1726888144.15066: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888144.15069: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3b20>\r\n<<<\n 7519 1726888144.15072: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888144.15078: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3ac0>\r\n<<<\n 7519 1726888144.15097: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888144.15119: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888144.15137: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598490>\r\n<<<\n 7519 1726888144.15160: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888144.15205: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.15214: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598940>\r\n<<<\n 7519 1726888144.15234: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598670>\r\n<<<\n 7519 1726888144.15270: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888144.15308: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888144.15317: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888144.15346: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888144.15352: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888144.15381: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f190>\r\n<<<\n 7519 1726888144.15414: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888144.15425: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.15445: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.15456: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.15463: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.15498: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.15531: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888144.15558: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e572850>\r\n<<<\n 7519 1726888144.15565: stdout chunk (state=3):\n>>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f940>\r\n<<<\n 7519 1726888144.15594: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.15611: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5b0880>\r\n<<<\n 7519 1726888144.15638: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e548d90>\r\n<<<\n 7519 1726888144.15646: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.15702: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888144.15711: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e572d90>\r\n<<<\n 7519 1726888144.15735: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.15775: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888144.15792: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888144.15803: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888144.15833: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888144.15872: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888144.15881: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.15895: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888144.15943: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.15998: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888144.16019: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43dc0>\r\n<<<\n 7519 1726888144.16069: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d83a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43b20>\r\n<<<\n 7519 1726888144.16146: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43ac0>\r\n<<<\n 7519 1726888144.16241: stdout chunk (state=3):\n>>>import '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.16286: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888144.16361: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888144.16391: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f190>\r\n<<<\n 7519 1726888144.16411: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888144.16418: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.16454: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4eeeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4e7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ed640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ee370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888144.16483: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f220>\r\n<<<\n 7519 1726888144.16574: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888144.16662: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888144.16670: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77b2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77f0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7788d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77b2d90>\r\n<<<\n 7519 1726888144.16676: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e470d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470f10>\r\n<<<\n 7519 1726888144.16706: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470e20>\r\nimport '_collections' # \r\n<<<\n 7519 1726888144.16741: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8970>\r\n<<<\n 7519 1726888144.16744: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888144.16747: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c9cd0>\r\n<<<\n 7519 1726888144.16756: stdout chunk (state=3):\n>>>import '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c25b0>\r\n<<<\n 7519 1726888144.16851: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4d6610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5dc0>\r\n<<<\n 7519 1726888144.16860: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e482c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c91f0>\r\n<<<\n 7519 1726888144.16873: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.16921: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e4d6220>\r\n<<<\n 7519 1726888144.17075: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888144.17080: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772deb0>\r\n<<<\n 7519 1726888144.17127: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7731f40>\r\n<<<\n 7519 1726888144.17154: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888144.17162: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888144.17239: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4fb970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888144.17287: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7727610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772f640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772d370>\r\n<<<\n 7519 1726888144.17291: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888144.17294: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e456310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888144.17297: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e456400>\r\n<<<\n 7519 1726888144.17324: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.17347: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888144.17372: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888144.17415: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e48cf40>\r\n<<<\n 7519 1726888144.17462: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4849d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888144.17492: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888144.17511: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888144.17603: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e76b0d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0e20>\r\nimport '_collections' # \r\n<<<\n 7519 1726888144.17606: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e16e160>\r\n<<<\n 7519 1726888144.17615: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e440dc0>\r\n<<<\n 7519 1726888144.17653: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7709cd0>\r\nimport '_functools' # \r\n<<<\n 7519 1726888144.17706: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888144.17758: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77035b0>\r\n<<<\n 7519 1726888144.17895: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7716610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e76c2c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77091f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7716220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e773b970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888144.17925: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e180a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e180dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e1926d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888144.17937: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e192c10>\r\n<<<\n 7519 1726888144.18011: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2d30>\r\n<<<\n 7519 1726888144.18022: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.18055: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e11f340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e180eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888144.18062: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e130220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e192550>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888144.18087: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888144.18141: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e1302e0>\r\n<<<\n 7519 1726888144.18182: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888144.18189: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888144.18198: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888144.18207: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7697310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7697400>\r\n<<<\n 7519 1726888144.18249: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c640>\r\n<<<\n 7519 1726888144.18255: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888144.18298: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76cdf40>\r\n<<<\n 7519 1726888144.18368: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c49d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888144.18374: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888144.18377: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c700>\r\n<<<\n 7519 1726888144.18410: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888144.18414: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888144.18454: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888144.18478: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75bf160>\r\n<<<\n 7519 1726888144.18488: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7680dc0>\r\n<<<\n 7519 1726888144.18563: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14cc40>\r\n<<<\n 7519 1726888144.18631: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e15a190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e13f9d0>\r\n<<<\n 7519 1726888144.18661: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75d0a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75d0dc0>\r\n<<<\n 7519 1726888144.18715: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888144.18725: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e46d0>\r\n<<<\n 7519 1726888144.18744: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482550>\r\n<<<\n 7519 1726888144.18749: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14ca30>\r\n<<<\n 7519 1726888144.18766: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888144.18773: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888144.18802: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e4c10>\r\n<<<\n 7519 1726888144.18868: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c6e074610>\r\n<<<\n 7519 1726888144.18884: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7570340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75d0eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888144.18953: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7580220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e4550>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888144.18970: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\n<<<\n 7519 1726888144.18976: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75802e0>\r\n<<<\n 7519 1726888144.18992: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.19009: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888144.19078: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888144.19178: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.19184: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.19187: stdout chunk (state=3):\n>>><<<\n 7519 1726888144.19190: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.19232: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888144.19242: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.19245: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888144.19247: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888144.19251: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.19384: _low_level_execute_command(): starting\n 7519 1726888144.19388: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py && sleep 0'\"'\"''\n 7519 1726888144.19446: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c700>\r\n<<<\n 7519 1726888144.19728: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759cc40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75aa190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e758f9d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759ca30>\r\n<<<\n 7519 1726888144.19903: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f21e74ca610>\r\n<<<\n 7519 1726888144.20120: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.20164: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.20218: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n<<<\n 7519 1726888144.20254: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.20270: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888144.20273: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.20468: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.20492: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.20509: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.20541: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.20561: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.20591: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.20644: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888144.20658: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.20671: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.20685: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.20709: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.20732: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.20745: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.20761: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.20773: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888144.20783: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.20794: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.20815: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.20837: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.20850: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.20862: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888144.20872: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.20881: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.20893: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.20905: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.20931: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.20944: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.21019: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.21052: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.21071: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.21103: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.21131: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.21158: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.21177: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.21195: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.21221: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888144.21274: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.21330: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.21414: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b760>\r\n<<<\n 7519 1726888144.21492: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.21495: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n<<<\n 7519 1726888144.21520: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888144.21526: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df9b160>\r\n<<<\n 7519 1726888144.21561: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b280>\r\n<<<\n 7519 1726888144.21616: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9beb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888144.21669: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9bfa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9bcd0>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888144.21712: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df9bf10>\r\n<<<\n 7519 1726888144.21745: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888144.21796: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b100>\r\n<<<\n 7519 1726888144.21824: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888144.21830: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888144.21839: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888144.21863: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888144.21887: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n<<<\n 7519 1726888144.21892: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888144.21954: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d9ade80>\r\n<<<\n 7519 1726888144.21990: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d9cdfa0>\r\n<<<\n 7519 1726888144.22019: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d9cddc0>\r\n<<<\n 7519 1726888144.22036: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888144.22072: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888144.22118: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d9cd430>\r\n<<<\n 7519 1726888144.22121: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e002dc0>\r\n<<<\n 7519 1726888144.22198: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.22313: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e0023d0>\r\n<<<\n 7519 1726888144.22317: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n<<<\n 7519 1726888144.22352: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e002f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888144.22386: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888144.22405: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888144.22441: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfd1b50>\r\n<<<\n 7519 1726888144.22522: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6cc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6c340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa1430>\r\n<<<\n 7519 1726888144.22560: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df6c460>\r\n<<<\n 7519 1726888144.22588: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6c490>\r\n<<<\n 7519 1726888144.22615: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888144.22643: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888144.22666: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888144.22743: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d98f130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2190>\r\n<<<\n 7519 1726888144.22764: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888144.22786: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888144.22837: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99b940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2310>\r\n<<<\n 7519 1726888144.22851: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888144.22896: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.22929: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888144.22980: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dffbcd0>\r\n<<<\n 7519 1726888144.23106: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d99b8e0>\r\n<<<\n 7519 1726888144.23375: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1760>\r\n<<<\n 7519 1726888144.23407: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.23412: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888144.23415: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73f1160>\r\n<<<\n 7519 1726888144.23462: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1280>\r\n<<<\n 7519 1726888144.23466: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1eb0>\r\n<<<\n 7519 1726888144.23487: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888144.23491: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1fa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1cd0>\r\nimport 'atexit' # \r\n<<<\n 7519 1726888144.23493: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73f1f10>\r\n<<<\n 7519 1726888144.23495: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888144.23498: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888144.23651: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1100>\r\n<<<\n 7519 1726888144.23655: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888144.23657: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888144.23660: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888144.23694: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99b730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99a6d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99a610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfdb880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df65640>\r\n<<<\n 7519 1726888144.23700: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7347e80>\r\n<<<\n 7519 1726888144.23772: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df63a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df720d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df650a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa79a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.23776: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7367fa0>\r\n<<<\n 7519 1726888144.23779: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7367dc0>\r\n<<<\n 7519 1726888144.23859: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888144.23876: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888144.23879: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7367430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7458dc0>\r\n<<<\n 7519 1726888144.23894: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.23975: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.24036: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74583d0>\r\n<<<\n 7519 1726888144.24086: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888144.24090: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7458f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888144.24092: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888144.24152: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 7519 1726888144.24157: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888144.24164: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.24177: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888144.24192: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7427b50>\r\n<<<\n 7519 1726888144.24269: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 7519 1726888144.24272: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 7519 1726888144.24275: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f6430>\r\n<<<\n 7519 1726888144.24325: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888144.24329: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73c3460>\r\n<<<\n 7519 1726888144.24380: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3490>\r\n<<<\n 7519 1726888144.24397: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888144.24400: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888144.24404: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888144.24407: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888144.24442: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888144.24463: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n<<<\n 7519 1726888144.24478: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 7519 1726888144.24481: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e732a130>\r\n<<<\n 7519 1726888144.24513: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888144.24548: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888144.24564: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.24567: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.24594: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7336940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439310>\r\n<<<\n 7519 1726888144.24598: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888144.24600: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888144.24691: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\n<<<\n 7519 1726888144.24694: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888144.24729: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1edc0>\r\n<<<\n 7519 1726888144.24732: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7451cd0>\r\n<<<\n 7519 1726888144.24805: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888144.24845: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec33a0>\r\n<<<\n 7519 1726888144.24866: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73368e0>\r\n<<<\n 7519 1726888144.24959: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1eb20>\r\n<<<\n 7519 1726888144.24964: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n<<<\n 7519 1726888144.24967: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'<<<\n 7519 1726888144.24969: stdout chunk (state=3):\n>>>\r\n<<<\n 7519 1726888144.24973: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7336730>\r\n<<<\n 7519 1726888144.25013: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1eac0>\r\n<<<\n 7519 1726888144.25019: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888144.25314: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.25320: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888144.25325: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n<<<\n 7519 1726888144.25328: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d96afa0>\r\n<<<\n 7519 1726888144.25330: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888144.25432: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n<<<\n 7519 1726888144.25487: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d95fd90>\r\n<<<\n 7519 1726888144.25545: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.25558: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d5815e0>\r\n<<<\n 7519 1726888144.25563: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.25566: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3940>\r\n<<<\n 7519 1726888144.25568: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.25570: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3670>\r\n<<<\n 7519 1726888144.25572: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888144.25574: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73356d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7335610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7431880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73bb640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73baa60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c90d0>\r\n<<<\n 7519 1726888144.25582: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73bb0a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73fd9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.25584: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888144.25726: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.25732: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888144.25735: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.25737: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888144.25744: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888144.25747: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df589a0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.25750: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a190>\r\n<<<\n 7519 1726888144.25752: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.25754: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888144.25756: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.25758: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.25760: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.25845: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a220>\r\n<<<\n 7519 1726888144.25876: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n<<<\n 7519 1726888144.25898: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888144.26064: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888144.26074: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\n<<<\n 7519 1726888144.26082: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.26149: stdout chunk (state=3):\n>>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e9d850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924edb880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n<<<\n 7519 1726888144.26162: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e73d90>\r\n<<<\n 7519 1726888144.26197: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\n<<<\n 7519 1726888144.26231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.26235: stdout chunk (state=3):\n>>>import '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e9dd90>\r\n<<<\n 7519 1726888144.26309: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3970>\r\n<<<\n 7519 1726888144.26337: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.26378: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888144.26382: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.26447: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.26483: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.26535: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888144.26539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.26571: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.26847: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888144.26852: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.26855: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888144.26861: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.26864: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888144.26866: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888144.26868: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.26873: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.26875: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888144.26877: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888144.26880: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.26883: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e6dfefa0>\r\n<<<\n 7519 1726888144.26886: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888144.26888: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888144.26890: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6ddfd90>\r\n<<<\n 7519 1726888144.26892: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69d85e0>\r\n<<<\n 7519 1726888144.27020: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.27102: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.27110: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.27203: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd3eb0>\r\n<<<\n 7519 1726888144.27210: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd6f40>\r\n<<<\n 7519 1726888144.27218: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888144.27225: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888144.27265: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888144.27273: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.27520: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888144.27530: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888144.27534: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888144.27540: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888144.27542: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888144.27699: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9e4c0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.27765: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73af9a0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.27768: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bcc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd2640>\r\n<<<\n 7519 1726888144.27779: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd3370>\r\n<<<\n 7519 1726888144.27784: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.27787: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888144.27791: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888144.27795: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.27797: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888144.27803: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.27808: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888144.27810: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.27915: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28202: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28228: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888144.28233: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28236: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28238: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.28240: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n<<<\n 7519 1726888144.28242: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888144.28247: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.28254: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888144.28443: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924b55d90>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55880>\r\n<<<\n 7519 1726888144.28488: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6dfedbe0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d558df0>\r\n<<<\n 7519 1726888144.28541: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888144.28550: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28558: stdout chunk (state=3):\n>>>import 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55e80>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888144.28562: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888144.28564: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55f40>\r\n<<<\n 7519 1726888144.28567: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28572: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n<<<\n 7519 1726888144.28579: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\n<<<\n 7519 1726888144.28583: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28855: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28860: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28866: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28868: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888144.28870: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.28878: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888144.28880: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55e50>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924baed00>\r\n<<<\n 7519 1726888144.28882: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888144.28885: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.28887: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888144.28889: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888144.28895: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28897: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d95be80>\r\n<<<\n 7519 1726888144.28899: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ba75e0>\r\n<<<\n 7519 1726888144.28903: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d953b20>\r\n<<<\n 7519 1726888144.28906: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888144.28908: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfeb8e0>\r\n<<<\n 7519 1726888144.28910: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.28913: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bbb640>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdadf0>\r\n<<<\n 7519 1726888144.28917: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888144.29235: stdout chunk (state=3):\n>>># destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.29239: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.29241: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888144.29244: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888144.29249: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.29251: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.29303: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924b67c40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bae220>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924bbb250>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924be09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888144.29307: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888144.29314: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.29320: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888144.29325: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888144.29329: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67f70>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67cd0>\r\n<<<\n 7519 1726888144.29331: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.29333: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f54c0>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.29496: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.29499: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.29503: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888144.29506: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888144.29512: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888144.29515: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888144.29519: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.29525: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.29528: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b3b340>\r\n<<<\n 7519 1726888144.29530: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.29532: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888144.29535: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888144.29540: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888144.29544: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.29549: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.29554: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.29556: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b3b430>\r\n<<<\n 7519 1726888144.29560: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.29563: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888144.29566: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.29568: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7443be0>\r\n<<<\n 7519 1726888144.29570: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69aedf0>\r\n<<<\n 7519 1726888144.29905: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888144.29909: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b6ff70>\r\n<<<\n 7519 1726888144.29913: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.30080: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69a00>\r\n<<<\n 7519 1726888144.30126: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b694c0>\r\n<<<\n 7519 1726888144.30202: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888144.30210: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.30217: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888144.30363: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888144.30374: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.30378: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.30383: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888144.30385: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888144.30391: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888144.30395: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a88190>\r\n<<<\n 7519 1726888144.30397: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888144.30400: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888144.30404: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888144.30406: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888144.30408: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b25cd0>\r\n<<<\n 7519 1726888144.30410: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6ddbe80>\r\n<<<\n 7519 1726888144.30413: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6dd4b20>\r\n<<<\n 7519 1726888144.30418: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69e80>\r\n<<<\n 7519 1726888144.30421: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdafd0>\r\n<<<\n 7519 1726888144.30425: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888144.30428: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74418e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888144.30432: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.30434: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888144.30439: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\n<<<\n 7519 1726888144.30442: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n<<<\n 7519 1726888144.30444: stdout chunk (state=3):\n>>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888144.30447: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 2771, \"inode\": 522190981, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888116.9213352, \"mtime\": 1707324063.0, \"ctime\": 1726888118.1133506, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": true, \"xgrp\": false, \"woth\": false, \"roth\": true, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"4037453284\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n<<<\n 7519 1726888144.30450: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888144.30545: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.30548: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\n<<<\n 7519 1726888144.30553: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a9aac0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a9adf0>\r\n<<<\n 7519 1726888144.30556: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.30560: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aac700>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888144.30562: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888144.30564: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aacc40>\r\n<<<\n 7519 1726888144.30570: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.30865: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a3a370>\r\n<<<\n 7519 1726888144.30891: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback<<<\n 7519 1726888144.30896: stdout chunk (state=3):\n>>>\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n<<<\n 7519 1726888144.30901: stdout chunk (state=3):\n>>># cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n<<<\n 7519 1726888144.30904: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888144.30908: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a9aee0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a4a250>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aac580>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888144.30911: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a4a310>\r\n<<<\n 7519 1726888144.30917: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b679a0>\r\n<<<\n 7519 1726888144.31779: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888144.31786: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888144.31792: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888144.31795: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888144.31798: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n<<<\n 7519 1726888144.31801: stdout chunk (state=3):\n>>># destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888144.31804: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888144.31807: stdout chunk (state=3):\n>>># destroy array\r\n<<<\n 7519 1726888144.31810: stdout chunk (state=3):\n>>># destroy datetime\r\n<<<\n 7519 1726888144.31812: stdout chunk (state=3):\n>>># destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888144.31815: stdout chunk (state=3):\n>>># cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n<<<\n 7519 1726888144.31821: stdout chunk (state=3):\n>>># cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 7519 1726888144.31865: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n<<<\n 7519 1726888144.31882: stdout chunk (state=3):\n>>># cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888144.31889: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n<<<\n 7519 1726888144.31892: stdout chunk (state=3):\n>>># cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n<<<\n 7519 1726888144.31894: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n<<<\n 7519 1726888144.31897: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n<<<\n 7519 1726888144.31899: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n<<<\n 7519 1726888144.31901: stdout chunk (state=3):\n>>># cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n<<<\n 7519 1726888144.31904: stdout chunk (state=3):\n>>># destroy genericpath\r\n<<<\n 7519 1726888144.31907: stdout chunk (state=3):\n>>># cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n<<<\n 7519 1726888144.31910: stdout chunk (state=3):\n>>># destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n<<<\n 7519 1726888144.31913: stdout chunk (state=3):\n>>># cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888144.31920: stdout chunk (state=3):\n>>># destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888144.31926: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66670>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66940>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a66730>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.31930: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66820>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66c70>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a741c0>\r\n<<<\n 7519 1726888144.31940: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n<<<\n 7519 1726888144.31944: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888144.31954: stdout chunk (state=3):\n>>># destroy select\r\n<<<\n 7519 1726888144.31961: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888144.31963: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a668b0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a59a00>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67580>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888144.31965: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888144.31970: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888144.31972: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a66a60>\r\n<<<\n 7519 1726888144.31975: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 2771, \"inode\": 2478266, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888106.9879901, \"mtime\": 1707324063.0, \"ctime\": 1726888107.328991, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": true, \"xgrp\": false, \"woth\": false, \"roth\": true, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"1621767277\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n<<<\n 7519 1726888144.31980: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888144.32009: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888144.32205: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.32209: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f192498e640>\r\n<<<\n 7519 1726888144.32222: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5983a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e572850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5b0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e548d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e572d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4eeeb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f1f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4e7610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ed640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ee370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e470d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c9cd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c25b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4d6610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e482c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c91f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e4d6220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4fb970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e456310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e456400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e48cf40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4849d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e16e160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e440dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5fa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e180a90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e180dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e1926d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e192c10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e11f340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e180eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e130220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e192550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e1302e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c7f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14cc40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e15a190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e13f9d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14ca30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c6e074610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df9b160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9beb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9bfa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9bcd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df9bf10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d9ade80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d9cdfa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d9cddc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d9cd430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e002dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e0023d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e002f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfd1b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6cc70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6c340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa1430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df6c460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6c490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d98f130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99b940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dffbcd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d99b8e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99b730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99a6d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99a610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfdb880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df65640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df63a60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df720d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df650a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa79a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d96afa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d95fd90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d5815e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df589a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9e4c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6dfedbe0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d558df0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d95be80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d953b20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfeb8e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'gc\\' # \\r\\n\\r\\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 2771, \"inode\": 522190981, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888116.9213352, \"mtime\": 1707324063.0, \"ctime\": 1726888118.1133506, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": true, \"xgrp\": false, \"woth\": false, \"roth\": true, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"4037453284\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing gc\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy gc\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888144.32842: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5983a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e572850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5b0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e548d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e572d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4eeeb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4e7610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ed640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ee370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e470d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c9cd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c25b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4d6610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e482c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c91f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e4d6220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4fb970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e456310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e456400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e48cf40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4849d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e16e160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e440dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e180a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e180dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e1926d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e192c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e11f340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e180eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e130220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e192550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e1302e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14cc40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e15a190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e13f9d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14ca30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c6e074610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df9b160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9beb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9bfa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9bcd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df9bf10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d9ade80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d9cdfa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d9cddc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d9cd430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e002dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e0023d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e002f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfd1b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6cc70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6c340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa1430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df6c460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6c490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d98f130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99b940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dffbcd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d99b8e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99b730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99a6d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99a610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfdb880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df65640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df63a60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df720d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df650a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa79a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d96afa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d95fd90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d5815e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df589a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9e4c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6dfedbe0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d558df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d95be80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d953b20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfeb8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'gc' # \r\n\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 2771, \"inode\": 522190981, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888116.9213352, \"mtime\": 1707324063.0, \"ctime\": 1726888118.1133506, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": true, \"xgrp\": false, \"woth\": false, \"roth\": true, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"4037453284\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888144.34171: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888144.34177: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n<<<\n 7519 1726888144.34181: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.34185: stdout chunk (state=3):\n>>># destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n<<<\n 7519 1726888144.34704: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.34708: stdout chunk (state=3):\n>>># destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888144.35212: stdout chunk (state=3):\n>>># cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n<<<\n 7519 1726888144.35220: stdout chunk (state=3):\n>>># cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n<<<\n 7519 1726888144.35227: stdout chunk (state=3):\n>>># destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 7519 1726888144.35231: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n<<<\n 7519 1726888144.35234: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tlog/tlog-rec-session.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888143.9152577-8194-177571241700527/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None})\n 7519 1726888144.35238: stdout chunk (state=3):\n>>># destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n<<<\n 7519 1726888144.35240: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n<<<\n 7519 1726888144.35243: variable 'ansible_module_compression' from source: unknown\n 7519 1726888144.35246: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 7519 1726888144.35249: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888144.35252: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED\n 7519 1726888144.35259: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 7519 1726888144.35262: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n<<<\n 7519 1726888144.35265: stdout chunk (state=3):\n>>># destroy tokenize\r\n<<<\n 7519 1726888144.35268: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n<<<\n 7519 1726888144.35271: stdout chunk (state=3):\n>>># destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n<<<\n 7519 1726888144.35291: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py\n 7519 1726888144.35299: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py\n 7519 1726888144.35302: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n<10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxa5cgt48 TO /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py\n<10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' '[10.31.42.160]'\n 7519 1726888144.35327: Sending initial data\n 7519 1726888144.35332: Sent initial data (151 bytes)\n 7519 1726888144.35336: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888144.35340: stdout chunk (state=3):\n>>><<<\n 7519 1726888144.35343: stderr chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d83a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77b2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77f0880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7788d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77b2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772deb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7731f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7727610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772f640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772d370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e76b0d60>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0850>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0e50>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0f10>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0e20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7709cd0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77035b0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7716610>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e76c2c10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77091f0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7716220>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e773b970>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2f40>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2d30>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2ca0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7697310>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7697400>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76cdf40>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c49d0>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4520>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75bf160>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7680dc0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4e50>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735fa0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75d0a90>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75d0dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e46d0>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e4c10>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7570340>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75d0eb0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7580220>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e4550>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75802e0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2970>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c640>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c910>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c700>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c7f0>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759cc40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75aa190>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c880>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e758f9d0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2550>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759ca30>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f21e74ca610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1760>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73f1160>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1280>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1eb0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1fa0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1cd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73f1f10>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1100>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7347e80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7367fa0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7367dc0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7367430>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7458dc0>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74583d0>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7458f10>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7427b50>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3c70>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3340>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f6430>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73c3460>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3490>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e732a130>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439190>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7336940>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439310>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7451cd0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73368e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7336730>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73356d0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7335610>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7431880>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73bb640>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73baa60>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c90d0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73bb0a0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73fd9a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e6dfefa0>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6ddfd90>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69d85e0>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73af9a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f54c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7443be0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69aedf0>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6ddbe80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6dd4b20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74418e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'gc\\' # \\r\\n\\r\\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 2771, \"inode\": 2478266, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888106.9879901, \"mtime\": 1707324063.0, \"ctime\": 1726888107.328991, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": true, \"xgrp\": false, \"woth\": false, \"roth\": true, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"1621767277\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing gc\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy gc\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888144.36943: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.36953: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d83a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77b2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77f0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7788d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77b2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772deb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7731f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7727610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772f640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e76b0d60>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0850>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0e20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7709cd0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77035b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7716610>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e76c2c10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77091f0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7716220>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e773b970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2f40>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7697310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7697400>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76cdf40>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c49d0>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75bf160>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7680dc0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4e50>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75d0a90>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75d0dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e46d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e4c10>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7570340>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75d0eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7580220>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e4550>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75802e0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c910>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c700>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759cc40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75aa190>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c880>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e758f9d0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759ca30>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f21e74ca610>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73f1160>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1280>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1eb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1fa0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1cd0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73f1f10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7347e80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7367fa0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7367dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7367430>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7458dc0>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74583d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7458f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7427b50>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3c70>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3340>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f6430>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73c3460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e732a130>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7336940>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7451cd0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73368e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7336730>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73356d0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7335610>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7431880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73bb640>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73baa60>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c90d0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73bb0a0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73fd9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e6dfefa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6ddfd90>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69d85e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73af9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f54c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7443be0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69aedf0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6ddbe80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6dd4b20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74418e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'gc' # \r\n\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 2771, \"inode\": 2478266, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888106.9879901, \"mtime\": 1707324063.0, \"ctime\": 1726888107.328991, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": true, \"xgrp\": false, \"woth\": false, \"roth\": true, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"1621767277\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888144.41209: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tlog/tlog-rec-session.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888143.826431-8192-175936232107423/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None})\n 7519 1726888144.41213: variable 'ansible_module_compression' from source: unknown\n 7519 1726888144.41215: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.41221: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.41226: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n<<<\n 7519 1726888144.41230: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192436e7c0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243fe790>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe670>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe3d0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe4c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe1c0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243fe430>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe7f0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888144.41233: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888144.41236: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED\n 7519 1726888144.41238: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888144.41241: variable 'ansible_facts' from source: host vars for 'managed_node1'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py\n 7519 1726888144.41247: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242ee7c0>\r\n<<<\n 7519 1726888144.41250: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py\n 7519 1726888144.41253: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.41256: stdout chunk (state=3):\n>>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242eeb50>\r\n<<<\n<10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpalcav7n4 TO /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py\n 7519 1726888144.41284: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.41287: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.41290: stdout chunk (state=3):\n>>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242ee9a0>\r\n<<<\n 7519 1726888144.41293: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888144.41295: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n<10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' '[10.31.40.27]'\n 7519 1726888144.41301: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192430db20>\r\n<<<\n 7519 1726888144.41304: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243f7d30>\r\n<<<\n 7519 1726888144.41307: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888144.41312: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888144.41322: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888144.41325: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888144.41329: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxa5cgt48\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py M:0x001a\r\n<<<\n 7519 1726888144.41332: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxa5cgt48 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py\n<<<\n 7519 1726888144.41335: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe550>\r\n<<<\n 7519 1726888144.41338: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243f7160>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924369a30>\r\n<<<\n 7519 1726888144.41341: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439ee50>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439e880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924308310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f192439e970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243ccd00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888144.41345: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888144.41348: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125675\r\n<<<\n 7519 1726888144.41351: Sending initial data\n 7519 1726888144.41354: Sent initial data (150 bytes)\n 7519 1726888144.41357: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242cf9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7df0>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242de0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.41360: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n<<<\n 7519 1726888144.41363: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888144.41366: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888144.41369: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243a3670>\r\n<<<\n 7519 1726888144.41372: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125675 bytes at 0\r\n<<<\n 7519 1726888144.41435: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242de100>\r\n<<<\n 7519 1726888144.41442: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888144.41445: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888144.41448: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242db580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242db640>\r\n<<<\n 7519 1726888144.41451: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.41454: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242dac70>\r\n<<<\n 7519 1726888144.41457: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243cccd0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888144.41460: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888144.41463: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888144.41466: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.41469: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924361ac0>\r\n<<<\n 7519 1726888144.41471: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.41474: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxa5cgt48 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxa5cgt48\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125675\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 125675 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888144.41481: done transferring module to remote\n 7519 1726888144.41530: _low_level_execute_command(): starting\n 7519 1726888144.41560: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py && sleep 0'\"'\"''\n 7519 1726888144.41573: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.41580: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f192435f9d0>\r\n<<<\n 7519 1726888144.41582: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242d1850>\r\n<<<\n 7519 1726888144.41643: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.41648: stdout chunk (state=3):\n>>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243614f0>\r\n<<<\n 7519 1726888144.41651: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924397a90>\r\n<<<\n 7519 1726888144.41653: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.41655: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.41657: stdout chunk (state=3):\n>>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888144.41662: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.41674: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888144.41677: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.41679: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.41681: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.42031: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.42113: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.42117: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.42153: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.42173: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.42187: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.42231: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888144.42369: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.42418: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.42435: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.42448: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.42463: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.42476: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.42492: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.42504: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888144.42514: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.42528: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.42541: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.42555: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.42566: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.42578: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888144.42589: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.42601: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.42613: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.42627: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.42643: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.42655: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.42728: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.42742: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.42913: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.42921: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888144.42930: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 7519 1726888144.42954: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 7519 1726888144.42958: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888144.42960: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.42969: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.42982: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888144.42988: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.42991: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.43012: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.43026: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.43031: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888144.43046: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.43082: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.43102: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1923e97400>\r\n<<<\n 7519 1726888144.43106: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.43244: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888144.43253: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888144.43257: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242bd3a0>\r\n<<<\n 7519 1726888144.43260: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923e42040>\r\n<<<\n 7519 1726888144.43310: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888144.43332: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.43353: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.43378: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888144.43394: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.43583: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.43744: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.43767: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.43775: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888144.43791: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888144.43814: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.43832: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192435f400>\r\n<<<\n 7519 1726888144.43858: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.43862: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.43878: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.44050: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888144.44078: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.44099: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.44154: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.44178: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.44198: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.44232: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.44269: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.44292: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888144.44310: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.44364: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.44404: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.44440: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.44456: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.44510: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888144.44513: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.44515: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.44562: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.44572: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.44575: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888144.44581: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.44608: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888144.44633: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.44857: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.44901: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.44908: stdout chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888144.44933: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888144.44941: _low_level_execute_command(): starting\n 7519 1726888144.44944: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' -tt 10.31.42.160 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py && sleep 0'\"'\"''\n 7519 1726888144.45305: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.45397: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.45502: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888144.45538: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.45584: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.45658: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n<<<\n 7519 1726888144.45663: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.45768: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.45869: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n<<<\n 7519 1726888144.45930: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888144.45935: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.45982: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.46041: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n<<<\n 7519 1726888144.46067: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.46328: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.46416: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.46434: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.46437: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.46681: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.46685: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.46698: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.46734: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.46737: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.46740: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.46764: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888144.47782: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888144.47786: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888144.47788: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\n<<<\n 7519 1726888144.47791: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888144.47793: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888144.47795: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888144.47861: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpalcav7n4\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888144.47866: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439a190>\r\n<<<\n 7519 1726888144.47869: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.47872: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpalcav7n4 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py\n<<<\n 7519 1726888144.47875: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py M:0x001a\r\n<<<\n 7519 1726888144.47878: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888144.47880: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.47883: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.47885: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.47888: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.47890: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125674\r\n<<<\n 7519 1726888144.47893: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888144.47896: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.47911: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.47991: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.47994: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243e7640>\r\n<<<\n 7519 1726888144.48039: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923cec460>\r\n<<<\n 7519 1726888144.48093: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\n<<<\n 7519 1726888144.48099: stdout chunk (state=3):\n>>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888144.48132: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.48309: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.48342: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125674 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888144.48386: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.48430: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888144.48434: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.48533: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888144.48587: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888144.48609: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888144.48688: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888144.48699: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.48833: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.48837: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpalcav7n4 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpalcav7n4\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125674\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 125674 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888144.48938: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242a0640>\r\n<<<\n 7519 1726888144.48942: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429bd30>\r\n<<<\n 7519 1726888144.48971: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888144.49042: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429a730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888144.49092: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.49096: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.49148: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888144.49161: stdout chunk (state=3):\n>>>import 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888144.49244: done transferring module to remote\n 7519 1726888144.49279: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888144.49319: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e45033a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455eac0>\r\nimport '_signal' # \r\n<<<\n 7519 1726888144.49365: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888144.49416: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503940>\r\n<<<\n 7519 1726888144.49421: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.49472: _low_level_execute_command(): starting\n 7519 1726888144.49476: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888144.49564: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888144.49569: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py && sleep 0'\"'\"''\n 7519 1726888144.49745: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888144.49807: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888144.49910: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44dd850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e451b880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44b3d90>\r\n<<<\n 7519 1726888144.49915: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.49919: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ddd90>\r\n<<<\n 7519 1726888144.49976: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888144.49979: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 7519 1726888144.50570: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4459eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e445cf40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4452610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4458640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4459370>\r\n<<<\n 7519 1726888144.50616: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.50643: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888144.50697: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e4195d90>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195880>\r\nimport 'itertools' # \r\n<<<\n 7519 1726888144.50721: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195e80>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888144.50785: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888144.50790: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195f40>\r\n<<<\n 7519 1726888144.50813: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195e50>\r\nimport '_collections' # \r\n<<<\n 7519 1726888144.51011: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41eed00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41e75e0>\r\n<<<\n 7519 1726888144.51115: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41fb640>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460df0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e41a7c40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41ee220>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e41fb250>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44669a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888144.51408: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7f70>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7d60>\r\n<<<\n 7519 1726888144.51468: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7cd0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e417b340>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888144.51565: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e417b430>\r\n<<<\n 7519 1726888144.51717: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41aef70>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9a00>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a94c0>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888144.51840: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40c8190>\r\n<<<\n 7519 1726888144.51880: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4165cd0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9e80>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460fd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888144.52289: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40daac0>\r\nimport 'errno' # \r\n<<<\n 7519 1726888144.52497: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40dadf0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ec700>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ecc40>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e4079370>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40daee0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e408a250>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ec580>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e408a310>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a79a0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5670>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5940>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a5730>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5820>\r\n<<<\n 7519 1726888144.52558: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888144.52561: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 2771, \"inode\": 520093827, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888116.7795985, \"mtime\": 1707324063.0, \"ctime\": 1726888118.1776075, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": true, \"xgrp\": false, \"woth\": false, \"roth\": true, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2466057064\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n<<<\n 7519 1726888144.52595: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888144.52737: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5c70>\r\n<<<\n 7519 1726888144.52763: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40b41c0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a58b0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4099a00>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7580>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888144.52803: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888144.52838: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a5a60>\r\n<<<\n 7519 1726888144.52988: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n<<<\n 7519 1726888144.52991: stdout chunk (state=3):\n>>># cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n<<<\n 7519 1726888144.53072: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\n<<<\n 7519 1726888144.53075: stdout chunk (state=3):\n>>># destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n<<<\n 7519 1726888144.53095: stdout chunk (state=3):\n>>># destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n<<<\n 7519 1726888144.53139: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f95e3fcc640>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.53188: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.53405: stdout chunk (state=3):\n>>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.53440: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 7519 1726888144.53443: stdout chunk (state=3):\n>>># destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888144.53446: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n<<<\n 7519 1726888144.53736: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888144.53739: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n<<<\n 7519 1726888144.53742: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 7519 1726888144.53744: stdout chunk (state=3):\n>>># destroy array\r\n# destroy datetime\r\n<<<\n 7519 1726888144.53745: stdout chunk (state=3):\n>>># destroy selinux\r\n<<<\n 7519 1726888144.53748: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n<<<\n 7519 1726888144.53757: stdout chunk (state=3):\n>>># cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n<<<\n 7519 1726888144.53767: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n<<<\n 7519 1726888144.53771: stdout chunk (state=3):\n>>># cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n<<<\n 7519 1726888144.53773: stdout chunk (state=3):\n>>># cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n<<<\n 7519 1726888144.53795: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.53982: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n<<<\n 7519 1726888144.53992: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888144.53995: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888144.54253: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888144.54432: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.54462: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1edc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec33a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1eb20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1eac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e9d850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924edb880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e73d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e9dd90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd3eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bcc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd2640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd3370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924b55d90>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55880>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55e80>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55f40>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55e50>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924baed00>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ba75e0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bbb640>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdadf0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924b67c40>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bae220>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924bbb250>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924be09a0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67f70>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67d60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67cd0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b3b340>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b3b430>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b6ff70>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69a00>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b694c0>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a88190>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b25cd0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69e80>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdafd0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a9aac0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a9adf0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aac700>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aacc40>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a3a370>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a9aee0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a4a250>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aac580>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a4a310>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b679a0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66670>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66940>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a66730>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66820>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66c70>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a741c0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a668b0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a59a00>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67580>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a66a60>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f192498e640>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192436e7c0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243fe790>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe670>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe3d0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe4c0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe1c0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243fe430>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe7f0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242ee7c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242eeb50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242ee9a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192430db20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243f7d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe550>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243f7160>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924369a30>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439ee50>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439e880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924308310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f192439e970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243ccd00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242cf9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7df0>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242de0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243a3670>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242de100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242db580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242db640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242dac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243cccd0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924361ac0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f192435f9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242d1850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243614f0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924397a90>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1923e97400>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242bd3a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923e42040>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192435f400>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439a190>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243e7640>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923cec460>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242a0640>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429bd30>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429a730>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'gc\\' # \\r\\n\\r\\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 2771, \"inode\": 520093827, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888116.7795985, \"mtime\": 1707324063.0, \"ctime\": 1726888118.1776075, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": true, \"xgrp\": false, \"woth\": false, \"roth\": true, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2466057064\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing gc\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy __main__\\r\\n# destroy locale\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy encodings\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy json\\r\\n# destroy shlex\\r\\n# destroy logging\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# destroy _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy gc\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy fcntl\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _signal\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy posixpath\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy errno\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# destroy pwd\\r\\n# destroy grp\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy select\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888144.55572: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec33a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1eac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e9d850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924edb880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e73d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e9dd90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd3eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bcc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924b55d90>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55880>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55e80>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55f40>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55e50>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924baed00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ba75e0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bbb640>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdadf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924b67c40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bae220>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924bbb250>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924be09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67f70>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67cd0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b3b340>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b3b430>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b6ff70>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69a00>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b694c0>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a88190>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b25cd0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69e80>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdafd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a9aac0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a9adf0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aac700>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aacc40>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a3a370>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a9aee0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a4a250>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aac580>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a4a310>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b679a0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66670>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66940>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a66730>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66820>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66c70>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a741c0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a668b0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a59a00>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67580>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a66a60>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f192498e640>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192436e7c0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243fe790>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe670>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe3d0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe4c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe1c0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243fe430>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe7f0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242ee7c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242eeb50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242ee9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192430db20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243f7d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe550>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243f7160>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924369a30>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439ee50>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439e880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924308310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f192439e970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243ccd00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242cf9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7df0>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242de0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243a3670>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242de100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242db580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242db640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242dac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243cccd0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924361ac0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f192435f9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242d1850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243614f0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924397a90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1923e97400>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242bd3a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923e42040>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192435f400>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439a190>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243e7640>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923cec460>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242a0640>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429bd30>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429a730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'gc' # \r\n\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 2771, \"inode\": 520093827, \"dev\": 51713, \"nlink\": 1, \"atime\": 1726888116.7795985, \"mtime\": 1707324063.0, \"ctime\": 1726888118.1776075, \"wusr\": true, \"rusr\": true, \"xusr\": false, \"wgrp\": false, \"rgrp\": true, \"xgrp\": false, \"woth\": false, \"roth\": true, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 8, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": false, \"pw_name\": \"root\", \"gr_name\": \"root\", \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2466057064\", \"attributes\": [], \"attr_flags\": \"\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888144.58298: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.58726: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.58732: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39ae7c0>\r\n<<<\n 7519 1726888144.58737: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.58740: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f5a790>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a670>\r\n<<<\n 7519 1726888144.58759: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a3d0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a4c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a1c0>\r\n<<<\n 7519 1726888144.58765: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888144.58768: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f5a430>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888144.58771: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a7f0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888144.58774: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888144.58778: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tlog/tlog-rec-session.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888143.9405909-8199-109996435310839/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None})\n 7519 1726888144.58782: variable 'ansible_module_compression' from source: unknown\n 7519 1726888144.58785: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e392e7c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e392eb50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.58789: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e392e9a0>\r\n<<<\n 7519 1726888144.58792: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888144.58797: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED\n 7519 1726888144.58800: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 7519 1726888144.58803: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e394db20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f53d30>\r\n<<<\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py\n 7519 1726888144.58811: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py\n<10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9so7a_av TO /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py\n 7519 1726888144.58828: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a550>\r\n<<<\n<10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' '[10.31.43.94]'\n 7519 1726888144.58838: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888144.58841: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f53160>\r\n<<<\n 7519 1726888144.58844: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888144.58847: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888144.58850: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888144.58869: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888144.58873: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.58877: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888144.58880: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39aaa30>\r\n<<<\n 7519 1726888144.58883: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888144.58886: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39dee50>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39de880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3947310>\r\n<<<\n 7519 1726888144.58890: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39de970>\r\n<<<\n 7519 1726888144.58893: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f28d00>\r\n<<<\n 7519 1726888144.58897: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888144.58900: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888144.58903: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888144.58906: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888144.58909: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e390f9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33df0>\r\n<<<\n 7519 1726888144.58912: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888144.58915: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888144.58921: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33e20>\r\n<<<\n 7519 1726888144.58926: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888144.58929: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.58931: Sending initial data\n 7519 1726888144.58941: Sent initial data (151 bytes)\n 7519 1726888144.58944: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888144.58946: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888144.58948: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39e3670>\r\n<<<\n 7519 1726888144.58950: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e391e100>\r\n<<<\n 7519 1726888144.58953: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391b580>\r\n<<<\n 7519 1726888144.58955: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.58958: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391b640>\r\n<<<\n 7519 1726888144.58960: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391ac70>\r\n<<<\n 7519 1726888144.59014: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f28cd0>\r\n<<<\n 7519 1726888144.59018: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888144.59020: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888144.59025: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888144.59027: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39a1ac0>\r\n<<<\n 7519 1726888144.59030: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e399f9d0>\r\n<<<\n 7519 1726888144.59181: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3911850>\r\n<<<\n 7519 1726888144.59184: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39a14f0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39d7a90>\r\n<<<\n 7519 1726888144.59186: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.59188: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888144.59190: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.59192: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.59193: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.59195: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888144.59197: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.59199: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888144.59201: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.59203: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.59205: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.59207: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.59209: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888144.59212: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888144.59214: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.59216: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e34cfc10>\r\n<<<\n 7519 1726888144.59217: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.59365: stdout chunk (state=3):\n>>><<<\n 7519 1726888144.59369: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.59372: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888144.59379: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38e83a0>\r\n<<<\n 7519 1726888144.59382: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888144.59385: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e347d040>\r\n<<<\n 7519 1726888144.59388: _low_level_execute_command(): starting\n 7519 1726888144.59391: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888144.59397: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888144.59400: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.59403: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' -tt 10.31.40.27 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py && sleep 0'\"'\"''\n 7519 1726888144.59409: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888144.59412: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.59824: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.59828: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888144.59831: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e399f400>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.60143: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61059: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61062: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61065: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888144.61067: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61069: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.61071: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61073: stdout chunk (state=3):\n>>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.61075: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n<<<\n 7519 1726888144.61077: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61078: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61080: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.61082: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61219: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888144.61413: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\n<<<\n 7519 1726888144.61416: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 7519 1726888144.61502: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39db190>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.61505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61507: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888144.61511: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888144.61514: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61537: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61579: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888144.61582: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61742: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61745: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61747: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.61829: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888144.61832: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.61982: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f43640>\r\n<<<\n 7519 1726888144.61985: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3327460>\r\n<<<\n 7519 1726888144.61987: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.62127: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.62161: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.62180: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.62198: stderr chunk (state=3):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.62234: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888144.62254: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888144.62257: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888144.62286: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888144.62319: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888144.62324: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888144.62414: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38e0640>\r\n<<<\n 7519 1726888144.62449: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.62453: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38dad30>\r\n<<<\n 7519 1726888144.62520: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38d9730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n<<<\n 7519 1726888144.62525: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.62543: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.62546: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.62593: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.62596: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.62598: stdout chunk (state=3):\n>>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888144.62687: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.62691: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888144.62694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.62696: stdout chunk (state=3):\n>>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n<<<\n 7519 1726888144.62698: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.62700: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.62726: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.62740: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.62790: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.62799: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.62834: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.62890: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.62902: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888144.62909: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.62917: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.62998: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.63094: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.63097: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.63100: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888144.63152: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.63156: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.63159: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.63161: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.63164: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.63166: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.63172: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.63384: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.63448: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.63544: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.63614: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.63618: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.63621: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.63625: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.63627: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.63630: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.63643: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888144.63694: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.63748: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.64066: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.64133: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.64149: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.64166: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.64176: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.64208: stdout chunk (state=3):\n>>>\r\n{\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}, \"after\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:etc_t:s0\", \"size\": 2771, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"dest\": \"/etc/tlog/tlog-rec-session.conf\", \"_original_basename\": \"tlog-rec-session.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888144.64355: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888144.64358: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.64368: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.64379: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.64409: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.64412: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.64414: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.64417: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.64430: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\n<<<\n 7519 1726888144.64439: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.64548: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.64587: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.64591: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n<<<\n 7519 1726888144.64594: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.64596: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.64598: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\n<<<\n 7519 1726888144.64600: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.64603: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.64606: stdout chunk (state=3):\n>>># clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 7519 1726888144.64610: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.64612: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.64614: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.64616: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.64790: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888144.64866: stdout chunk (state=3):\n>>># destroy zipimport\r\n<<<\n 7519 1726888144.64910: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.64925: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 7519 1726888144.64928: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.64983: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.65093: stdout chunk (state=3):\n>>># destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 7519 1726888144.65098: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.65102: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.65104: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.65106: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.65108: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n<<<\n 7519 1726888144.65110: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.65112: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6526\r\n<<<\n 7519 1726888144.65115: stdout chunk (state=3):\n>>># cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n<<<\n 7519 1726888144.65144: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.65147: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 7519 1726888144.65151: stdout chunk (state=3):\n>>># cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 7519 1726888144.65158: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n<<<\n 7519 1726888144.65345: stdout chunk (state=3):\n>>># destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n<<<\n 7519 1726888144.65356: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n<<<\n 7519 1726888144.65359: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n<<<\n 7519 1726888144.65385: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n<<<\n 7519 1726888144.65388: stdout chunk (state=3):\n>>># destroy _signal\r\n<<<\n 7519 1726888144.65436: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888144.65579: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 7519 1726888144.65602: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 7519 1726888144.65642: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 7519 1726888144.65729: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9so7a_av\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 7519 1726888144.65733: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9so7a_av /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py\n<<<\n 7519 1726888144.65862: stderr chunk (state=3):\n>>>debug1: Couldn't stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py M:0x001a\r\n<<<\n 7519 1726888144.65866: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n<<<\n 7519 1726888144.65868: stdout chunk (state=3):\n>>><<<\n 7519 1726888144.65870: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455edc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e45033a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455eb20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455eac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44dd850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e451b880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44b3d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ddd90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4459eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e445cf40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4452610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4458640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4459370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e4195d90>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195880>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195e80>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195f40>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195e50>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41eed00>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41e75e0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41fb640>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460df0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e41a7c40>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41ee220>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e41fb250>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44669a0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7f70>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7d60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7cd0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e417b340>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e417b430>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41aef70>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9a00>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a94c0>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40c8190>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4165cd0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9e80>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460fd0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40daac0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40dadf0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ec700>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ecc40>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e4079370>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40daee0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e408a250>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ec580>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e408a310>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a79a0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5670>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5940>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a5730>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5820>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5c70>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40b41c0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a58b0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4099a00>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7580>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a5a60>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f95e3fcc640>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39ae7c0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f5a790>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a670>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a3d0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a4c0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a1c0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f5a430>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a7f0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e392e7c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e392eb50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e392e9a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e394db20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f53d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a550>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f53160>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39aaa30>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39dee50>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39de880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3947310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39de970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f28d00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e390f9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33df0>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391e0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39e3670>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e391e100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391b580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391b640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391ac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f28cd0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39a1ac0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e399f9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3911850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39a14f0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39d7a90>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e34cfc10>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38e83a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e347d040>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e399f400>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39db190>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f43640>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3327460>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38e0640>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38dad30>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38d9730>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}, \"after\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:etc_t:s0\", \"size\": 2771, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"dest\": \"/etc/tlog/tlog-rec-session.conf\", \"_original_basename\": \"tlog-rec-session.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy array\\r\\n# cleanup[3] wiping ansible.module_utils.distro\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping distro\\r\\n# cleanup[3] wiping selinux\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ansible.module_utils.compat.selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd.daemon\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.journal\\r\\n# destroy uuid\\r\\n# destroy logging\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping subprocess\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping _collections_abc\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping __main__\\r\\n# cleanup[3] wiping io\\r\\n# cleanup[3] wiping abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy _posixsubprocess\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _uuid\\r\\n# destroy posixpath\\r\\n# destroy json\\r\\n# destroy __main__\\r\\n# destroy errno\\r\\n# destroy grp\\r\\n# destroy fcntl\\r\\n# destroy locale\\r\\n# destroy pwd\\r\\n# destroy selectors\\r\\n# destroy shlex\\r\\n# destroy shutil\\r\\n# destroy subprocess\\r\\n# destroy tempfile\\r\\n# destroy _functools\\r\\n# destroy syslog\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy selinux\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy datetime\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy functools\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy stat\\r\\n# destroy platform\\r\\n# destroy distro\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.42.160 closed.\\r\\n\")\n 7519 1726888144.66254: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e45033a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455eac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44dd850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e451b880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44b3d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ddd90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4459eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e445cf40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4452610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4458640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4459370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e4195d90>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195880>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195e80>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195f40>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195e50>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41eed00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41e75e0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41fb640>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460df0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e41a7c40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41ee220>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e41fb250>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44669a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7f70>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7cd0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e417b340>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e417b430>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41aef70>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9a00>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a94c0>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40c8190>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4165cd0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9e80>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460fd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40daac0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40dadf0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ec700>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ecc40>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e4079370>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40daee0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e408a250>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ec580>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e408a310>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a79a0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5670>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5940>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a5730>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5820>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5c70>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40b41c0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a58b0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4099a00>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7580>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a5a60>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f95e3fcc640>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39ae7c0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f5a790>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a670>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a3d0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a4c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a1c0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f5a430>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a7f0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e392e7c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e392eb50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e392e9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e394db20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f53d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a550>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f53160>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39aaa30>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39dee50>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39de880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3947310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39de970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f28d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e390f9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33df0>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391e0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39e3670>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e391e100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391b580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391b640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391ac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f28cd0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39a1ac0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e399f9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3911850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39a14f0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39d7a90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e34cfc10>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38e83a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e347d040>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e399f400>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39db190>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f43640>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3327460>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38e0640>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38dad30>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38d9730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}, \"after\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:etc_t:s0\", \"size\": 2771, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"dest\": \"/etc/tlog/tlog-rec-session.conf\", \"_original_basename\": \"tlog-rec-session.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n 7519 1726888144.70614: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0644', 'dest': '/etc/tlog/tlog-rec-session.conf', '_original_basename': 'tlog-rec-session.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888143.9152577-8194-177571241700527/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888144.70634: _low_level_execute_command(): starting\n 7519 1726888144.70638: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ > /dev/null 2>&1 && sleep 0'\n<10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None\n 7519 1726888144.70664: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125675\r\n<<<\n<10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/183dad33c4\"' 10.31.42.160 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888144.70682: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125675 bytes at 0\r\n<<<\n 7519 1726888144.70686: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 7519 1726888144.70689: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 7519 1726888144.70692: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.70695: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.70697: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9so7a_av /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py\\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug1: Using server download size 261120\\r\\ndebug1: Using server upload size 261120\\r\\ndebug1: Server handle limit 1019; using 64\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9so7a_av\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: Couldn\\'t stat remote file: No such file or directory\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125675\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 125675 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 7519 1726888144.70775: done transferring module to remote\n 7519 1726888144.70779: _low_level_execute_command(): starting\n 7519 1726888144.70791: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py && sleep 0'\"'\"''\n 7519 1726888144.70802: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 7519 1726888144.70806: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888144.70857: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888144.70872: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888144.70875: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 7519 1726888144.70877: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 7519 1726888144.70880: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 7519 1726888144.70937: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888144.70940: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n<<<\n 7519 1726888144.70943: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.70945: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888144.70947: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\n<<<\n 7519 1726888144.70949: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 7519 1726888144.70951: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098dc0>\r\n<<<\n 7519 1726888144.70954: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888144.70956: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\n<<<\n 7519 1726888144.70959: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098b20>\r\n<<<\n 7519 1726888144.70962: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888144.71008: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098ac0>\r\n<<<\n 7519 1726888144.71011: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888144.71014: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\n<<<\n 7519 1726888144.71016: stdout chunk (state=3):\n>>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d490>\r\n<<<\n 7519 1726888144.71018: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n<<<\n 7519 1726888144.71020: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888144.71025: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.71061: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 7519 1726888144.71064: stdout chunk (state=3):\n>>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d940>\r\n<<<\n 7519 1726888144.71097: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d670>\r\n<<<\n 7519 1726888144.71100: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n<<<\n 7519 1726888144.71103: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n<<<\n 7519 1726888144.71106: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n<<<\n 7519 1726888144.71108: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n<<<\n 7519 1726888144.71110: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n<<<\n 7519 1726888144.71112: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.71114: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\n<<<\n 7519 1726888144.71116: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 7519 1726888144.71195: stdout chunk (state=3):\n>>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf190>\r\n<<<\n 7519 1726888144.71199: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.71202: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n<<<\n 7519 1726888144.71205: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.71208: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.71211: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 7519 1726888144.71213: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.71215: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.71218: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.74933: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf220>\r\n<<<\n 7519 1726888144.74938: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n<<<\n 7519 1726888144.74941: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n<<<\n 7519 1726888144.74943: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8df2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf940>\r\n<<<\n 7519 1726888144.74945: stdout chunk (state=3):\n>>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9055880>\r\n<<<\n 7519 1726888144.74947: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\n<<<\n 7519 1726888144.74949: stdout chunk (state=3):\n>>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dc8d90>\r\n<<<\n 7519 1726888144.74951: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.74953: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.74955: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.74957: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.74958: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888144.74960: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.74962: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n<<<\n 7519 1726888144.74964: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8df2d90>\r\n<<<\n 7519 1726888144.74966: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.74979: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d970>\r\n<<<\n 7519 1726888144.74982: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888144.74984: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.74986: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n<<<\n 7519 1726888144.74988: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888144.74990: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888144.74992: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888144.74994: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.74996: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n<<<\n 7519 1726888144.74998: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.75000: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n<<<\n 7519 1726888144.75002: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75004: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d92eb0>\r\n<<<\n 7519 1726888144.75006: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d96f40>\r\n<<<\n 7519 1726888144.75008: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.75010: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75012: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.75015: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 7519 1726888144.75017: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888144.75047: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75050: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n<<<\n 7519 1726888144.75052: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75054: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888144.75056: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d8c610>\r\n<<<\n 7519 1726888144.75058: stdout chunk (state=3):\n>>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d94640>\r\n<<<\n 7519 1726888144.75060: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d92370>\r\n<<<\n 7519 1726888144.75062: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.75064: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888144.75066: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.75068: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.75070: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.75072: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.75074: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.75076: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.75078: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\n<<<\n 7519 1726888144.75082: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.75084: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.75085: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75087: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.75089: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888144.75091: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.75093: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.75095: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\n<<<\n 7519 1726888144.75096: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.75098: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75100: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.75103: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75106: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.75108: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.75109: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d15d90>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15880>\r\n<<<\n 7519 1726888144.75111: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888144.75113: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.75115: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75117: stdout chunk (state=3):\n>>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15e80>\r\n<<<\n 7519 1726888144.75118: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.75120: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888144.75122: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75126: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.75128: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 7519 1726888144.75130: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15f40>\r\n<<<\n 7519 1726888144.75132: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n<<<\n 7519 1726888144.75134: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15e50>\r\n<<<\n 7519 1726888144.75136: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 7519 1726888144.75138: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6ed00>\r\n<<<\n 7519 1726888144.75139: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 7519 1726888144.75141: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d685e0>\r\n<<<\n 7519 1726888144.75143: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n<<<\n 7519 1726888144.75144: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d7b640>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9adf0>\r\n<<<\n 7519 1726888144.75146: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75148: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d27c40>\r\n<<<\n 7519 1726888144.75149: stdout chunk (state=3):\n>>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6e220>\r\n<<<\n 7519 1726888144.75151: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.75153: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d7b250>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8da09a0>\r\n<<<\n 7519 1726888144.75155: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n<<<\n 7519 1726888144.75156: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75158: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75160: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n<<<\n 7519 1726888144.75161: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75163: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27f70>\r\n<<<\n 7519 1726888144.75165: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27d60>\r\n<<<\n 7519 1726888144.75167: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.75168: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27cd0>\r\n<<<\n 7519 1726888144.75172: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.75173: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75175: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.75177: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75179: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.75180: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888144.75182: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8cfc340>\r\n<<<\n 7519 1726888144.75184: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888144.75186: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.75187: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75189: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.75190: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.75192: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.75194: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.75195: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8cfc430>\r\n<<<\n 7519 1726888144.75197: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6548\r\n<<<\n 7519 1726888144.75198: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.75200: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.75202: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888144.75207: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888144.75210: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.75212: _low_level_execute_command(): starting\n 7519 1726888144.75213: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' -tt 10.31.43.94 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py && sleep 0'\"'\"''\n 7519 1726888144.75220: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d2ff70>\r\n<<<\n 7519 1726888144.75224: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29a00>\r\n<<<\n 7519 1726888144.75226: stdout chunk (state=3):\n>>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d294c0>\r\n<<<\n 7519 1726888144.75228: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n<<<\n 7519 1726888144.75230: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75232: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888144.75627: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75636: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n<<<\n 7519 1726888144.75639: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75641: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c2f190>\r\n<<<\n 7519 1726888144.75643: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8ce5cd0>\r\n<<<\n 7519 1726888144.75645: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29e80>\r\n<<<\n 7519 1726888144.75647: stdout chunk (state=3):\n>>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9afd0>\r\n<<<\n 7519 1726888144.75648: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888144.75650: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75652: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75654: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c41ac0>\r\n<<<\n 7519 1726888144.75656: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888144.75658: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c41df0>\r\n<<<\n 7519 1726888144.75660: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n<<<\n 7519 1726888144.75661: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75663: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n<<<\n 7519 1726888144.75665: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75667: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54700>\r\n<<<\n 7519 1726888144.75669: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888144.75671: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75673: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54c40>\r\n<<<\n 7519 1726888144.75675: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.75676: stdout chunk (state=3):\n>>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8be0370>\r\n<<<\n 7519 1726888144.75678: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c41ee0>\r\n<<<\n 7519 1726888144.75680: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n<<<\n 7519 1726888144.75682: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75684: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.75686: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8bf0250>\r\n<<<\n 7519 1726888144.75687: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54580>\r\nimport 'pwd' # \r\n<<<\n 7519 1726888144.75689: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.75691: stdout chunk (state=3):\n>>># extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8bf0310>\r\n<<<\n 7519 1726888144.75693: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d279a0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n<<<\n 7519 1726888144.75695: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75697: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n<<<\n 7519 1726888144.75699: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888144.75701: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c670>\r\n<<<\n 7519 1726888144.75702: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n<<<\n 7519 1726888144.76554: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.76558: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c940>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c730>\r\n<<<\n 7519 1726888144.76561: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c820>\r\n<<<\n 7519 1726888144.76563: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888144.76565: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.76567: stdout chunk (state=3):\n>>><<<\n 7519 1726888144.76569: stderr chunk (state=3):\n>>><<<\n<10.31.42.160> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6548\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888144.76576: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888144.76578: handler run complete\n 7519 1726888144.76580: attempt loop complete, returning result\n 7519 1726888144.76581: _execute() done\n 7519 1726888144.76583: dumping result to json\n 7519 1726888144.76585: done dumping result, returning\n 7519 1726888144.76587: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session [0ed44806-2f0b-c82f-f05a-000000000015]\n 7519 1726888144.76589: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015\n 7519 1726888144.76591: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888144.76596: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0cc70>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c1a1c0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c8b0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8bffa00>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27580>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888144.76598: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0ca60>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f01b85e7640>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.76679: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015\n 7519 1726888144.76684: WORKER PROCESS EXITING\n 7519 1726888144.76687: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\nok: [managed_node2] => {\n \"changed\": false,\n \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\",\n \"dest\": \"/etc/tlog/tlog-rec-session.conf\",\n \"diff\": {\n \"after\": {\n \"path\": \"/etc/tlog/tlog-rec-session.conf\"\n },\n \"before\": {\n \"path\": \"/etc/tlog/tlog-rec-session.conf\"\n }\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"_diff_peek\": null,\n \"_original_basename\": \"tlog-rec-session.conf\",\n \"access_time\": null,\n \"access_time_format\": \"%Y%m%d%H%M.%S\",\n \"attributes\": null,\n \"dest\": \"/etc/tlog/tlog-rec-session.conf\",\n \"follow\": true,\n \"force\": false,\n \"group\": \"root\",\n \"mode\": \"0644\",\n \"modification_time\": null,\n \"modification_time_format\": \"%Y%m%d%H%M.%S\",\n \"owner\": \"root\",\n \"path\": \"/etc/tlog/tlog-rec-session.conf\",\n \"recurse\": false,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"src\": null,\n \"state\": \"file\",\n \"unsafe_writes\": false\n }\n },\n \"mode\": \"0644\",\n \"owner\": \"root\",\n \"path\": \"/etc/tlog/tlog-rec-session.conf\",\n \"secontext\": \"system_u:object_r:etc_t:s0\",\n \"size\": 2771,\n \"state\": \"file\",\n \"uid\": 0\n}\n 7519 1726888144.76798: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.76802: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.76804: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.76807: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.76824: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84e67c0>\r\n<<<\n 7519 1726888144.76851: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.76855: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888144.76858: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n<<<\n 7519 1726888144.76883: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888144.76887: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888144.76917: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888144.76920: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.76924: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8575790>\r\n<<<\n 7519 1726888144.76939: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.76963: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.76966: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575670>\r\n<<<\n 7519 1726888144.76990: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.77008: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85753d0>\r\n<<<\n 7519 1726888144.77012: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n<<<\n 7519 1726888144.77017: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888144.77033: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.77060: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85754c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85751c0>\r\n<<<\n 7519 1726888144.77073: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 7519 1726888144.77102: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8575430>\r\n<<<\n 7519 1726888144.77121: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n<<<\n 7519 1726888144.77154: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888144.77162: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888144.77170: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888144.77184: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888144.77201: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85757f0>\r\n<<<\n 7519 1726888144.77215: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n<<<\n 7519 1726888144.77224: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888144.77242: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888144.77262: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.77276: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888144.77287: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888144.77371: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.77385: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.77389: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.77396: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888144.77398: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888144.77400: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888144.77402: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.77406: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84657c0>\r\n<<<\n 7519 1726888144.77410: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888144.77413: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888144.77419: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.77421: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8465b50>\r\n<<<\n 7519 1726888144.77425: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84659a0>\r\n<<<\n 7519 1726888144.77469: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888144.77479: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888144.77508: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8484b20>\r\n<<<\n 7519 1726888144.77529: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b856ed30>\r\n<<<\n 7519 1726888144.77588: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888144.77592: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888144.77599: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888144.77602: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888144.77604: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888144.77613: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888144.77618: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888144.77621: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888144.77699: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888144.77707: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888144.77711: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575550>\r\n<<<\n 7519 1726888144.77817: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b856e160>\r\n<<<\n 7519 1726888144.77828: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n<<<\n 7519 1726888144.77836: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n<<<\n 7519 1726888144.77839: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n<<<\n 7519 1726888144.77841: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.77843: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888144.77846: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888144.77848: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888144.77850: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84e1a30>\r\n<<<\n 7519 1726888144.77943: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514e50>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b847e310>\r\n<<<\n 7519 1726888144.77964: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8514970>\r\n<<<\n 7519 1726888144.79172: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8543d00>\r\n<<<\n 7519 1726888144.79175: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n 7519 1726888144.79178: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888144.79180: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n<<<\n 7519 1726888144.79182: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888144.79184: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84479a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854edf0>\r\n<<<\n 7519 1726888144.79186: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n<<<\n 7519 1726888144.79188: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888144.79190: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84550d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854ee20>\r\n<<<\n 7519 1726888144.79192: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n<<<\n 7519 1726888144.79194: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.79196: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\n<<<\n 7519 1726888144.79199: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 7519 1726888144.79273: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b851b670>\r\n<<<\n 7519 1726888144.79286: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8455100>\r\n<<<\n 7519 1726888144.79290: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8453580>\r\n<<<\n 7519 1726888144.79292: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8453640>\r\n<<<\n 7519 1726888144.79294: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8452c70>\r\n<<<\n 7519 1726888144.79296: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8543cd0>\r\n<<<\n 7519 1726888144.79298: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n<<<\n 7519 1726888144.79300: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n<<<\n 7519 1726888144.79301: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n<<<\n 7519 1726888144.79304: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d8ac0>\r\n<<<\n 7519 1726888144.79306: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d79d0>\r\n<<<\n 7519 1726888144.79308: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8448850>\r\n<<<\n 7519 1726888144.79310: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d84f0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b850ea90>\r\n<<<\n 7519 1726888144.79313: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.79315: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888144.79317: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.79319: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.79321: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.79325: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888144.79327: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.79329: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.79377: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.79473: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.79808: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\n<<<\n 7519 1726888144.79813: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 7519 1726888144.79869: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 7519 1726888144.79903: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 7519 1726888144.79936: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.79974: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 7519 1726888144.79978: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 7519 1726888144.80038: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.80072: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n<<<\n 7519 1726888144.80076: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\n<<<\n 7519 1726888144.80104: stdout chunk (state=3):\n>>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1edc0>\r\n<<<\n 7519 1726888144.80141: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n<<<\n 7519 1726888144.80155: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec33a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1eb20>\r\n<<<\n 7519 1726888144.80193: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\n<<<\n 7519 1726888144.80197: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1eac0>\r\n<<<\n 7519 1726888144.80228: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 7519 1726888144.80248: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3490>\r\n<<<\n 7519 1726888144.80298: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n<<<\n 7519 1726888144.80308: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.80321: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3940>\r\n<<<\n 7519 1726888144.80349: stdout chunk (state=3):\n>>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3670>\r\n<<<\n 7519 1726888144.80440: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888144.80443: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888144.80452: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.80501: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b803c400>\r\n<<<\n 7519 1726888144.80505: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\n<<<\n 7519 1726888144.80516: stdout chunk (state=3):\n>>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.80576: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\n<<<\n 7519 1726888144.80579: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b841f3a0>\r\n<<<\n 7519 1726888144.80583: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7fe8040>\r\n<<<\n 7519 1726888144.80661: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888144.80688: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888144.80701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.80714: stdout chunk (state=3):\n>>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de9d850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dedb880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de73d90>\r\n<<<\n 7519 1726888144.80782: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\n<<<\n 7519 1726888144.80785: stdout chunk (state=3):\n>>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de9dd90>\r\n<<<\n 7519 1726888144.80787: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.80814: stdout chunk (state=3):\n>>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3970>\r\n<<<\n 7519 1726888144.80842: stdout chunk (state=3):\n>>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 7519 1726888144.80942: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888144.80946: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84d7400>\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.81044: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n<<<\n 7519 1726888144.81089: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n<<<\n 7519 1726888144.81109: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n<<<\n 7519 1726888144.81122: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n<<<\n 7519 1726888144.81157: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\n<<<\n 7519 1726888144.81160: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd3eb0>\r\n<<<\n 7519 1726888144.81217: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd6f40>\r\n<<<\n 7519 1726888144.81235: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n<<<\n 7519 1726888144.81248: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n<<<\n 7519 1726888144.81279: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n<<<\n 7519 1726888144.81283: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n<<<\n 7519 1726888144.81347: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\n<<<\n 7519 1726888144.81357: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.81373: stdout chunk (state=3):\n>>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbcc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd2640>\r\n<<<\n 7519 1726888144.81376: stdout chunk (state=3):\n>>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n<<<\n 7519 1726888144.81444: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n<<<\n 7519 1726888144.81456: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n<<<\n 7519 1726888144.81490: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.81510: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n<<<\n 7519 1726888144.81554: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49db55d90>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55880>\r\n<<<\n 7519 1726888144.81582: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 7519 1726888144.81603: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55e80>\r\n<<<\n 7519 1726888144.81623: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n<<<\n 7519 1726888144.81646: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\n<<<\n 7519 1726888144.81701: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55f40>\r\n<<<\n 7519 1726888144.81704: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.81717: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55e50>\r\nimport '_collections' # \r\n<<<\n 7519 1726888144.81756: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.81768: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbaed00>\r\nimport '_functools' # \r\n<<<\n 7519 1726888144.81819: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n<<<\n 7519 1726888144.81913: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.81916: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.81919: stdout chunk (state=3):\n>>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.81949: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dba75e0>\r\n<<<\n 7519 1726888144.81964: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbbb640>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdadf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49db67c40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbae220>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49dbbb250>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbe09a0>\r\n<<<\n 7519 1726888144.81991: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82035: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82063: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82077: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67f70>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67d60>\r\n<<<\n 7519 1726888144.82101: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67cd0>\r\n<<<\n 7519 1726888144.82134: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82163: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82190: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n<<<\n 7519 1726888144.82241: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82277: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db3b340>\r\n<<<\n 7519 1726888144.82304: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n<<<\n 7519 1726888144.82308: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82340: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db3b430>\r\n<<<\n 7519 1726888144.82461: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db6ff70>\r\n<<<\n 7519 1726888144.82506: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.82533: stdout chunk (state=3):\n>>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69a00>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db694c0>\r\n<<<\n 7519 1726888144.82547: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82589: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n<<<\n 7519 1726888144.82594: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82626: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82637: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da88190>\r\n<<<\n 7519 1726888144.82664: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db25cd0>\r\n<<<\n 7519 1726888144.82717: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69e80>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdafd0>\r\n<<<\n 7519 1726888144.82741: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n<<<\n 7519 1726888144.82762: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82789: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da9aac0>\r\n<<<\n 7519 1726888144.82810: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 7519 1726888144.82856: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da9adf0>\r\n<<<\n 7519 1726888144.82875: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82907: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82921: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daad700>\r\n<<<\n 7519 1726888144.82941: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n<<<\n 7519 1726888144.82972: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\n<<<\n 7519 1726888144.82996: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daadc40>\r\n<<<\n 7519 1726888144.83047: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da45370>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da9aee0>\r\n<<<\n 7519 1726888144.83079: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n<<<\n 7519 1726888144.83183: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8512190>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\n<<<\n 7519 1726888144.83186: stdout chunk (state=3):\n>>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\n<<<\n 7519 1726888144.83217: stdout chunk (state=3):\n>>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\n 7519 1726888144.83231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.83283: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.83290: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da55250>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daad580>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da55310>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db679a0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n<<<\n 7519 1726888144.83303: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n<<<\n 7519 1726888144.83384: stdout chunk (state=3):\n>>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n<<<\n 7519 1726888144.83393: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.83434: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.83447: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71670>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71940>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da71730>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71820>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n<<<\n 7519 1726888144.83477: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.83614: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.83644: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71c70>\r\n<<<\n 7519 1726888144.83686: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da7f1c0>\r\n<<<\n 7519 1726888144.83726: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n<<<\n 7519 1726888144.83763: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.83769: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da718b0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da64a00>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67580>\r\n<<<\n 7519 1726888144.83779: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n<<<\n 7519 1726888144.83819: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\n<<<\n 7519 1726888144.83887: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.83906: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b855e640>\r\n<<<\n 7519 1726888144.83917: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da71a60>\r\n<<<\n 7519 1726888144.83968: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7e92460>\r\n<<<\n 7519 1726888144.83980: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa49d9a5640>\r\n<<<\n 7519 1726888144.84043: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\n<<<\n 7519 1726888144.84046: stdout chunk (state=3):\n>>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n<<<\n 7519 1726888144.84058: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.84154: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.84266: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.84285: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.84339: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.84343: stdout chunk (state=3):\n>>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n<<<\n 7519 1726888144.84345: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.84379: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.84382: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.84441: stdout chunk (state=3):\n>>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n<<<\n 7519 1726888144.84466: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888144.84501: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n<<<\n 7519 1726888144.84554: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n<<<\n 7519 1726888144.84588: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n<<<\n 7519 1726888144.84627: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888144.84762: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b841a640>\r\n<<<\n 7519 1726888144.84861: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8409e80>\r\n<<<\n 7519 1726888144.85319: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8411730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.85705: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.86054: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.86196: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.86661: stdout chunk (state=3):\n>>>\r\n{\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}, \"after\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:etc_t:s0\", \"size\": 2771, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"dest\": \"/etc/tlog/tlog-rec-session.conf\", \"_original_basename\": \"tlog-rec-session.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n<<<\n 7519 1726888144.86665: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 7519 1726888144.87043: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix<<<\n 7519 1726888144.87229: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd<<<\n 7519 1726888144.87272: stdout chunk (state=3):\n>>>\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 7519 1726888144.87666: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d36e7c0>\r\n<<<\n 7519 1726888144.87700: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.87767: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n<<<\n 7519 1726888144.87797: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3fe790>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe670>\r\n<<<\n 7519 1726888144.87930: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe3d0>\r\n<<<\n 7519 1726888144.87935: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\n<<<\n 7519 1726888144.87939: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n<<<\n 7519 1726888144.87980: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe4c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe1c0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3fe430>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\n<<<\n 7519 1726888144.88052: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe7f0>\r\n<<<\n 7519 1726888144.88057: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n<<<\n 7519 1726888144.88102: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n<<<\n 7519 1726888144.88107: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n<<<\n 7519 1726888144.88132: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\n<<<\n 7519 1726888144.88176: stdout chunk (state=3):\n>>># destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n<<<\n 7519 1726888144.88195: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2ed7c0>\r\n<<<\n 7519 1726888144.88241: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2edb50>\r\n<<<\n 7519 1726888144.88283: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2ed9a0>\r\n<<<\n 7519 1726888144.88287: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n<<<\n 7519 1726888144.88315: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\n<<<\n 7519 1726888144.88371: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d30db20>\r\n<<<\n 7519 1726888144.88374: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3f7d30>\r\n<<<\n 7519 1726888144.88474: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888144.88567: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe550>\r\n<<<\n 7519 1726888144.88625: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\n<<<\n 7519 1726888144.88638: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n<<<\n 7519 1726888144.88730: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3f7160>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n<<<\n 7519 1726888144.88734: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n<<<\n 7519 1726888144.88736: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\n<<<\n 7519 1726888144.88739: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d369a30>\r\n<<<\n 7519 1726888144.88776: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.88779: stdout chunk (state=3):\n>>><<<\n 7519 1726888144.88782: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39ee50>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39e880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d307310>\r\n<<<\n 7519 1726888144.88889: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d39e970>\r\n<<<\n 7519 1726888144.88897: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3ccd00>\r\n<<<\n 7519 1726888144.88900: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n<<<\n<10.31.40.27> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098dc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d3a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098b20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098ac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8df2850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9055880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dc8d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8df2d90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d92eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d96f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d8c610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d94640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d92370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d15d90>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15880>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15e80>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15f40>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15e50>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6ed00>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d685e0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d7b640>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9adf0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d27c40>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6e220>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d7b250>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8da09a0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27f70>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27d60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27cd0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8cfc340>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8cfc430>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d2ff70>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29a00>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d294c0>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c2f190>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8ce5cd0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29e80>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9afd0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c41ac0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c41df0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54700>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54c40>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8be0370>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c41ee0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8bf0250>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54580>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8bf0310>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d279a0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c670>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c940>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c730>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c820>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0cc70>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c1a1c0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c8b0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8bffa00>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27580>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0ca60>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f01b85e7640>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84e67c0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8575790>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575670>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85753d0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85754c0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85751c0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8575430>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85757f0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84657c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8465b50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84659a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8484b20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b856ed30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575550>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b856e160>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84e1a30>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514e50>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b847e310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8514970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8543d00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84479a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854edf0>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84550d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854ee20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b851b670>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8455100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8453580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8453640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8452c70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8543cd0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d8ac0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d79d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8448850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d84f0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b850ea90>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b803c400>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b841f3a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7fe8040>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84d7400>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8512190>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b855e640>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7e92460>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b841a640>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8409e80>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8411730>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}, \"after\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:etc_t:s0\", \"size\": 2771, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"dest\": \"/etc/tlog/tlog-rec-session.conf\", \"_original_basename\": \"tlog-rec-session.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy array\\r\\n# cleanup[3] wiping ansible.module_utils.distro\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping distro\\r\\n# cleanup[3] wiping selinux\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ansible.module_utils.compat.selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd.daemon\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.journal\\r\\n# destroy uuid\\r\\n# destroy logging\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping subprocess\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping _collections_abc\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping __main__\\r\\n# cleanup[3] wiping io\\r\\n# cleanup[3] wiping abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy _posixsubprocess\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _uuid\\r\\n# destroy posixpath\\r\\n# destroy json\\r\\n# destroy __main__\\r\\n# destroy errno\\r\\n# destroy grp\\r\\n# destroy fcntl\\r\\n# destroy locale\\r\\n# destroy pwd\\r\\n# destroy selectors\\r\\n# destroy shlex\\r\\n# destroy shutil\\r\\n# destroy subprocess\\r\\n# destroy tempfile\\r\\n# destroy _functools\\r\\n# destroy syslog\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy selinux\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy datetime\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy functools\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy stat\\r\\n# destroy platform\\r\\n# destroy distro\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.40.27 closed.\\r\\n\")\n 7519 1726888144.89509: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n<<<\n 7519 1726888144.89512: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n<<<\n 7519 1726888144.89520: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d3a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098ac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8df2850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9055880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8df2d90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d92eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d96f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d8c610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d94640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d92370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d15d90>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15880>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15e80>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15f40>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15e50>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6ed00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d685e0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d7b640>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9adf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d27c40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6e220>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d7b250>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8da09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27f70>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27cd0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8cfc340>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8cfc430>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d2ff70>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29a00>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d294c0>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c2f190>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8ce5cd0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29e80>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9afd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c41ac0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c41df0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54700>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54c40>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8be0370>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c41ee0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8bf0250>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54580>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8bf0310>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d279a0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c670>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c940>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c730>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c820>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0cc70>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c1a1c0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c8b0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8bffa00>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27580>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0ca60>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f01b85e7640>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84e67c0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8575790>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575670>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85753d0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85754c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85751c0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8575430>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85757f0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84657c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8465b50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84659a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8484b20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b856ed30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575550>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b856e160>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84e1a30>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514e50>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b847e310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8514970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8543d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84479a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854edf0>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84550d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854ee20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b851b670>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8455100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8453580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8453640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8452c70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8543cd0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d8ac0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d79d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8448850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d84f0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b850ea90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b803c400>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b841f3a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7fe8040>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84d7400>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8512190>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b855e640>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7e92460>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b841a640>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8409e80>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8411730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}, \"after\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:etc_t:s0\", \"size\": 2771, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"dest\": \"/etc/tlog/tlog-rec-session.conf\", \"_original_basename\": \"tlog-rec-session.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n 7519 1726888144.91994: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0644', 'dest': '/etc/tlog/tlog-rec-session.conf', '_original_basename': 'tlog-rec-session.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888143.826431-8192-175936232107423/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888144.91999: _low_level_execute_command(): starting\n 7519 1726888144.92002: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ > /dev/null 2>&1 && sleep 0'\n<10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/9caf1840d9\"' 10.31.40.27 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888144.92017: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2cf9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6df0>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n<<<\n 7519 1726888144.92050: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2de0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3a3670>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2de100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2db580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2db640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2dac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3cccd0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d361ac0>\r\n<<<\n 7519 1726888144.92071: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d35f9d0>\r\n<<<\n 7519 1726888144.92106: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2d1850>\r\n<<<\n 7519 1726888144.92109: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.92112: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3614f0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d397a90>\r\n<<<\n 7519 1726888144.92119: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92122: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n<<<\n 7519 1726888144.92126: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92129: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92132: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.92135: stdout chunk (state=3):\n>>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n<<<\n 7519 1726888144.92138: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92141: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92144: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n<<<\n 7519 1726888144.92147: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92150: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92151: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92153: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92156: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888144.92702: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888144.92706: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888144.92708: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888144.92711: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.92713: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888144.92715: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888144.92717: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888144.92720: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888144.92723: stdout chunk (state=3):\n>>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\n<<<\n 7519 1726888144.92726: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n<<<\n 7519 1726888144.92728: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n<<<\n 7519 1726888144.92730: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.92733: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n<<<\n 7519 1726888144.92735: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49ceb3c10>\r\n<<<\n 7519 1726888144.92737: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n<<<\n 7519 1726888144.92739: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2a83a0>\r\n<<<\n 7519 1726888144.92741: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49ce61040>\r\n<<<\n 7519 1726888144.92743: stdout chunk (state=3):\n>>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n<<<\n 7519 1726888144.92746: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92748: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92755: stdout chunk (state=3):\n>>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n<<<\n 7519 1726888144.92758: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92766: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.92769: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n<<<\n 7519 1726888144.92771: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\n<<<\n 7519 1726888144.92774: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d35f400>\r\n<<<\n 7519 1726888144.92777: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.93719: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.93943: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.94136: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888144.94140: stderr chunk (state=3):\n>>><<<\n 7519 1726888144.94142: stdout chunk (state=3):\n>>><<<\n<10.31.40.27> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6526\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888144.94152: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888144.94155: handler run complete\n 7519 1726888144.94157: attempt loop complete, returning result\n 7519 1726888144.94159: _execute() done\n 7519 1726888144.94164: dumping result to json\n 7519 1726888144.94170: done dumping result, returning\n 7519 1726888144.94174: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session [0ed44806-2f0b-c82f-f05a-000000000015]\n 7519 1726888144.94178: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015\n 7519 1726888144.94350: stdout chunk (state=3):\n>>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.94354: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.94944: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015\n 7519 1726888144.94950: WORKER PROCESS EXITING\n 7519 1726888144.94956: stdout chunk (state=3):\n>>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.94961: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.94964: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n<<<\n 7519 1726888144.94966: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\n<<<\n 7519 1726888144.94970: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39b190>\r\n<<<\n 7519 1726888144.94972: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.94974: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.94976: stdout chunk (state=3):\n>>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n<<<\nok: [managed_node1] => {\n \"changed\": false,\n \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\",\n \"dest\": \"/etc/tlog/tlog-rec-session.conf\",\n \"diff\": {\n \"after\": {\n \"path\": \"/etc/tlog/tlog-rec-session.conf\"\n },\n \"before\": {\n \"path\": \"/etc/tlog/tlog-rec-session.conf\"\n }\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"_diff_peek\": null,\n \"_original_basename\": \"tlog-rec-session.conf\",\n \"access_time\": null,\n \"access_time_format\": \"%Y%m%d%H%M.%S\",\n \"attributes\": null,\n \"dest\": \"/etc/tlog/tlog-rec-session.conf\",\n \"follow\": true,\n \"force\": false,\n \"group\": \"root\",\n \"mode\": \"0644\",\n \"modification_time\": null,\n \"modification_time_format\": \"%Y%m%d%H%M.%S\",\n \"owner\": \"root\",\n \"path\": \"/etc/tlog/tlog-rec-session.conf\",\n \"recurse\": false,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"src\": null,\n \"state\": \"file\",\n \"unsafe_writes\": false\n }\n },\n \"mode\": \"0644\",\n \"owner\": \"root\",\n \"path\": \"/etc/tlog/tlog-rec-session.conf\",\n \"secontext\": \"system_u:object_r:etc_t:s0\",\n \"size\": 2771,\n \"state\": \"file\",\n \"uid\": 0\n}\n 7519 1726888144.95300: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.95306: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.95311: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n<<<\n 7519 1726888144.95348: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3e7640>\r\n<<<\n 7519 1726888144.95372: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49cd06460>\r\n<<<\n 7519 1726888144.95595: stdout chunk (state=3):\n>>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.95735: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n<<<\n 7519 1726888144.95836: stdout chunk (state=3):\n>>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\n<<<\n 7519 1726888144.95946: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2a0640>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d29ad30>\r\n<<<\n 7519 1726888144.96078: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d299730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\n<<<\n 7519 1726888144.96175: stdout chunk (state=3):\n>>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n<<<\n 7519 1726888144.96554: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.96995: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 7519 1726888144.97606: stdout chunk (state=3):\n>>>\r\n{\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}, \"after\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:etc_t:s0\", \"size\": 2771, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"dest\": \"/etc/tlog/tlog-rec-session.conf\", \"_original_basename\": \"tlog-rec-session.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n<<<\n 7519 1726888144.97910: stdout chunk (state=3):\n>>># clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n<<<\n 7519 1726888144.98013: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n<<<\n 7519 1726888144.98066: stdout chunk (state=3):\n>>># destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 7519 1726888144.98247: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n<<<\n 7519 1726888144.98345: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 7519 1726888144.98363: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n<<<\n 7519 1726888144.98478: stdout chunk (state=3):\n>>># cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n<<<\n 7519 1726888144.98565: stdout chunk (state=3):\n>>># cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n<<<\n 7519 1726888144.98787: stdout chunk (state=3):\n>>># destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n<<<\n 7519 1726888144.98814: stdout chunk (state=3):\n>>># destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n<<<\n 7519 1726888144.98817: stdout chunk (state=3):\n>>># destroy _signal\r\n<<<\n 7519 1726888144.98860: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n<<<\n 7519 1726888144.99339: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n<<<\n 7519 1726888144.99373: stdout chunk (state=3):\n>>><<<\n 7519 1726888144.99377: stderr chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1edc0>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec33a0>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1eb20>\\r\\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1eac0>\\r\\nimport \\'_signal\\' # \\r\\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\\'\\r\\nimport \\'encodings.latin_1\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3490>\\r\\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3940>\\r\\nimport \\'io\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3670>\\r\\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\\'\\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a190>\\r\\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\\'\\r\\nimport \\'_collections_abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a220>\\r\\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\\'\\r\\nimport \\'genericpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de9d850>\\r\\nimport \\'posixpath\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a940>\\r\\nimport \\'os\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dedb880>\\r\\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\\'\\r\\nimport \\'_sitebuiltins\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de73d90>\\r\\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'_bootlocale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de9dd90>\\r\\nimport \\'site\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3970>\\r\\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \\r\\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd3eb0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd6f40>\\r\\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\\'\\r\\nimport \\'sre_constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbcc610>\\r\\nimport \\'sre_parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd2640>\\r\\nimport \\'sre_compile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd3370>\\r\\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49db55d90>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55880>\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55e80>\\r\\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55f40>\\r\\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55e50>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbaed00>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dba75e0>\\r\\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbbb640>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdadf0>\\r\\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49db67c40>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbae220>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49dbbb250>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbe09a0>\\r\\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67f70>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67d60>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\\'\\r\\nimport \\'importlib.machinery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67cd0>\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db3b340>\\r\\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db3b430>\\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db6ff70>\\r\\nimport \\'importlib.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69a00>\\r\\nimport \\'importlib.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db694c0>\\r\\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da88190>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db25cd0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69e80>\\r\\nimport \\'runpy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdafd0>\\r\\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da9aac0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da9adf0>\\r\\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daad700>\\r\\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daadc40>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da45370>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da9aee0>\\r\\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da55250>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daad580>\\r\\nimport \\'pwd\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da55310>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db679a0>\\r\\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71670>\\r\\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71940>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da71730>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71820>\\r\\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71c70>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da7f1c0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da718b0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da64a00>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67580>\\r\\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\\'\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da71a60>\\r\\n# code object from \\'/usr/lib64/python3.9/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa49d9a5640>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d36e7c0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3fe790>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe670>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe3d0>\\r\\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe4c0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe1c0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3fe430>\\r\\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\\'\\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe7f0>\\r\\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2ed7c0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2edb50>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2ed9a0>\\r\\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d30db20>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3f7d30>\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe550>\\r\\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3f7160>\\r\\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d369a30>\\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39ee50>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39e880>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d307310>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d39e970>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3ccd00>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2cf9a0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6df0>\\r\\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2de0d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6e20>\\r\\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3a3670>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2de100>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2db580>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2db640>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2dac70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3cccd0>\\r\\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d361ac0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d35f9d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2d1850>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3614f0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d397a90>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49ceb3c10>\\r\\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2a83a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49ce61040>\\r\\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d35f400>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39b190>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\\r\\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\\r\\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\\r\\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3e7640>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49cd06460>\\r\\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\\r\\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\\r\\n# code object from \\'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\\'\\r\\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2a0640>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d29ad30>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d299730>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\\r\\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\\r\\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}, \"after\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:etc_t:s0\", \"size\": 2771, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"dest\": \"/etc/tlog/tlog-rec-session.conf\", \"_original_basename\": \"tlog-rec-session.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.path_hooks\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.meta_path\\r\\n# clear sys.__interactivehook__\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing encodings.latin_1\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing _bootlocale\\r\\n# destroy _bootlocale\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing sre_constants\\r\\n# destroy sre_constants\\r\\n# cleanup[2] removing sre_parse\\r\\n# cleanup[2] removing sre_compile\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing importlib.abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing _bz2\\r\\n# destroy _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing zipfile\\r\\n# destroy zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.util\\r\\n# destroy importlib.abc\\r\\n# destroy importlib.machinery\\r\\n# destroy zipimport\\r\\n# destroy _compression\\r\\n# destroy binascii\\r\\n# destroy importlib\\r\\n# destroy struct\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy array\\r\\n# cleanup[3] wiping ansible.module_utils.distro\\r\\n# destroy argparse\\r\\n# cleanup[3] wiping distro\\r\\n# cleanup[3] wiping selinux\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ansible.module_utils.compat.selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd.daemon\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.journal\\r\\n# destroy uuid\\r\\n# destroy logging\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping subprocess\\r\\n# destroy signal\\r\\n# destroy contextlib\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping _lzma\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy enum\\r\\n# destroy sre_compile\\r\\n# destroy copyreg\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy heapq\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# destroy _collections\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping _heapq\\r\\n# cleanup[3] wiping sre_parse\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping _collections_abc\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping __main__\\r\\n# cleanup[3] wiping io\\r\\n# cleanup[3] wiping abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.latin_1\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy _socket\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy _posixsubprocess\\r\\n# destroy _blake2\\r\\n# destroy _lzma\\r\\n# destroy zlib\\r\\n# destroy _uuid\\r\\n# destroy posixpath\\r\\n# destroy json\\r\\n# destroy __main__\\r\\n# destroy errno\\r\\n# destroy grp\\r\\n# destroy fcntl\\r\\n# destroy locale\\r\\n# destroy pwd\\r\\n# destroy selectors\\r\\n# destroy shlex\\r\\n# destroy shutil\\r\\n# destroy subprocess\\r\\n# destroy tempfile\\r\\n# destroy _functools\\r\\n# destroy syslog\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy selinux\\r\\n# destroy itertools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _operator\\r\\n# destroy datetime\\r\\n# destroy _sre\\r\\n# destroy sre_parse\\r\\n# destroy functools\\r\\n# destroy tokenize\\r\\n# destroy _heapq\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy io\\r\\n# destroy marshal\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy stat\\r\\n# destroy platform\\r\\n# destroy distro\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _frozen_importlib\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.43.94 closed.\\r\\n\")\n 7519 1726888144.99573: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec33a0>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1eac0>\r\nimport '_signal' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'\r\nimport 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'\r\nimport '_abc' # \r\nimport 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3940>\r\nimport 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'\r\nimport '_stat' # \r\nimport 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'\r\nimport '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc'\r\nimport 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de9d850>\r\nimport 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a940>\r\nimport 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dedb880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'\r\nimport '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de73d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc'\r\nimport '_locale' # \r\nimport '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de9dd90>\r\nimport 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd3eb0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'\r\nimport 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbcc610>\r\nimport 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd2640>\r\nimport 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49db55d90>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55880>\r\nimport 'itertools' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55e80>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55f40>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55e50>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbaed00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dba75e0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbbb640>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdadf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49db67c40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbae220>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49dbbb250>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbe09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67f70>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc'\r\nimport 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67cd0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db3b340>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db3b430>\r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db6ff70>\r\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69a00>\r\nimport 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db694c0>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da88190>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db25cd0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69e80>\r\nimport 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdafd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da9aac0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da9adf0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daad700>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daadc40>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da45370>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da9aee0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da55250>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daad580>\r\nimport 'pwd' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da55310>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db679a0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71670>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71940>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da71730>\r\n# extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71820>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71c70>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da7f1c0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da718b0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da64a00>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67580>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da71a60>\r\n# code object from '/usr/lib64/python3.9/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa49d9a5640>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d36e7c0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3fe790>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe670>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe3d0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe4c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe1c0>\r\nimport 'atexit' # \r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3fe430>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'\r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe7f0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2ed7c0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2edb50>\r\n# extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2ed9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d30db20>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3f7d30>\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe550>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3f7160>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d369a30>\r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39ee50>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39e880>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d307310>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d39e970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3ccd00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2cf9a0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6df0>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2de0d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3a3670>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2de100>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2db580>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2db640>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2dac70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3cccd0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d361ac0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d35f9d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2d1850>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3614f0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d397a90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49ceb3c10>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2a83a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49ce61040>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d35f400>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39b190>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3e7640>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49cd06460>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2a0640>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d29ad30>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d299730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"path\": \"/etc/tlog/tlog-rec-session.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}, \"after\": {\"path\": \"/etc/tlog/tlog-rec-session.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:etc_t:s0\", \"size\": 2771, \"invocation\": {\"module_args\": {\"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"dest\": \"/etc/tlog/tlog-rec-session.conf\", \"_original_basename\": \"tlog-rec-session.conf\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/tlog/tlog-rec-session.conf\", \"force\": false, \"follow\": true, \"modification_time_format\": \"%Y%m%d%H%M.%S\", \"access_time_format\": \"%Y%m%d%H%M.%S\", \"unsafe_writes\": false, \"_diff_peek\": null, \"src\": null, \"modification_time\": null, \"access_time\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n 7519 1726888145.01210: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0644', 'dest': '/etc/tlog/tlog-rec-session.conf', '_original_basename': 'tlog-rec-session.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888143.9405909-8199-109996435310839/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 7519 1726888145.01214: _low_level_execute_command(): starting\n 7519 1726888145.01221: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ > /dev/null 2>&1 && sleep 0'\n<10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/b9d18c0adb\"' 10.31.43.94 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 7519 1726888145.01236: stderr chunk (state=2):\n>>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 7519 1726888145.01239: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888145.01241: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888145.01245: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888145.01250: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888145.01252: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888145.01257: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 7519 1726888145.01260: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 7519 1726888145.01262: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 7519 1726888145.01264: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888145.01265: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888145.01267: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888145.01269: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 7519 1726888145.01271: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\n<<<\n 7519 1726888145.01272: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 7519 1726888145.01274: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 7519 1726888145.01275: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 7519 1726888145.01277: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 7519 1726888145.01279: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 7519 1726888145.01280: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\n<<<\n 7519 1726888145.01282: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 7519 1726888145.01284: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 7519 1726888145.01286: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 7519 1726888145.01287: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 7519 1726888145.01295: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 7519 1726888145.01298: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 7519 1726888145.01300: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 7519 1726888145.01301: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 7519 1726888145.01303: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master\r\n<<<\n 7519 1726888145.01305: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 7519 1726888145.01307: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 7519 1726888145.01313: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 7519 1726888145.01315: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 7519 1726888145.01319: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 7519 1726888145.02625: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 6612\r\n<<<\n 7519 1726888145.02661: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 7519 1726888145.02919: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 7519 1726888145.04841: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 7519 1726888145.04917: stderr chunk (state=3):\n>>><<<\n 7519 1726888145.04920: stdout chunk (state=3):\n>>><<<\n<10.31.43.94> (0, b'', b\"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 6612\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 7519 1726888145.04948: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 7519 1726888145.05238: handler run complete\n 7519 1726888145.05244: attempt loop complete, returning result\n 7519 1726888145.05248: _execute() done\n 7519 1726888145.05251: dumping result to json\n 7519 1726888145.05254: done dumping result, returning\n 7519 1726888145.05256: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session [0ed44806-2f0b-c82f-f05a-000000000015]\n 7519 1726888145.05259: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015\n 7519 1726888145.05330: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015\n 7519 1726888145.05337: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"changed\": false,\n \"checksum\": \"3fc720287d2f447cab36eaf589447c523a9cc6b4\",\n \"dest\": \"/etc/tlog/tlog-rec-session.conf\",\n \"diff\": {\n \"after\": {\n \"path\": \"/etc/tlog/tlog-rec-session.conf\"\n },\n \"before\": {\n \"path\": \"/etc/tlog/tlog-rec-session.conf\"\n }\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"_diff_peek\": null,\n \"_original_basename\": \"tlog-rec-session.conf\",\n \"access_time\": null,\n \"access_time_format\": \"%Y%m%d%H%M.%S\",\n \"attributes\": null,\n \"dest\": \"/etc/tlog/tlog-rec-session.conf\",\n \"follow\": true,\n \"force\": false,\n \"group\": \"root\",\n \"mode\": \"0644\",\n \"modification_time\": null,\n \"modification_time_format\": \"%Y%m%d%H%M.%S\",\n \"owner\": \"root\",\n \"path\": \"/etc/tlog/tlog-rec-session.conf\",\n \"recurse\": false,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"src\": null,\n \"state\": \"file\",\n \"unsafe_writes\": false\n }\n },\n \"mode\": \"0644\",\n \"owner\": \"root\",\n \"path\": \"/etc/tlog/tlog-rec-session.conf\",\n \"secontext\": \"system_u:object_r:etc_t:s0\",\n \"size\": 2771,\n \"state\": \"file\",\n \"uid\": 0\n}\n 7519 1726888145.05421: no more pending results, returning what we have\n 7519 1726888145.05434: results queue empty\n 7519 1726888145.05436: checking for any_errors_fatal\n 7519 1726888145.05445: done checking for any_errors_fatal\n 7519 1726888145.05446: checking for max_fail_percentage\n 7519 1726888145.05451: done checking for max_fail_percentage\n 7519 1726888145.05453: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888145.05454: done checking to see if all hosts have failed\n 7519 1726888145.05455: getting the remaining hosts for this loop\n 7519 1726888145.05458: done getting the remaining hosts for this loop\n 7519 1726888145.05463: getting the next task for host managed_node1\n 7519 1726888145.05474: done getting next task for host managed_node1\n 7519 1726888145.05478: ^ task is: TASK: meta (role_complete)\n 7519 1726888145.05480: ^ 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\n 7519 1726888145.05482: getting the next task for host managed_node2\n 7519 1726888145.05487: done getting next task for host managed_node2\n 7519 1726888145.05489: ^ task is: TASK: meta (role_complete)\n 7519 1726888145.05490: ^ 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\n 7519 1726888145.05492: getting the next task for host managed_node3\n 7519 1726888145.05497: done getting next task for host managed_node3\n 7519 1726888145.05499: ^ task is: TASK: meta (role_complete)\n 7519 1726888145.05500: ^ 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\n 7519 1726888145.05529: getting variables\n 7519 1726888145.05532: in VariableManager get_vars()\n 7519 1726888145.05584: Calling all_inventory to load vars for managed_node1\n 7519 1726888145.05588: Calling groups_inventory to load vars for managed_node1\n 7519 1726888145.05591: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888145.05606: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888145.05610: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888145.05614: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888145.07776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.08675: done with get_vars()\n 7519 1726888145.08689: done getting variables\n 7519 1726888145.08829: getting variables\n 7519 1726888145.08831: in VariableManager get_vars()\n 7519 1726888145.08851: Calling all_inventory to load vars for managed_node2\n 7519 1726888145.08854: Calling groups_inventory to load vars for managed_node2\n 7519 1726888145.08857: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888145.08863: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888145.08866: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888145.08871: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888145.10417: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.12956: done with get_vars()\n 7519 1726888145.12974: done getting variables\n 7519 1726888145.13193: getting variables\n 7519 1726888145.13195: in VariableManager get_vars()\n 7519 1726888145.13331: Calling all_inventory to load vars for managed_node3\n 7519 1726888145.13334: Calling groups_inventory to load vars for managed_node3\n 7519 1726888145.13336: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888145.13341: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888145.13343: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888145.13346: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888145.15288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.18626: done with get_vars()\n 7519 1726888145.18645: done getting variables\n 7519 1726888145.18712: done queuing things up, now waiting for results queue to drain\n 7519 1726888145.18715: results queue empty\n 7519 1726888145.18715: checking for any_errors_fatal\n 7519 1726888145.18720: done checking for any_errors_fatal\n 7519 1726888145.18720: checking for max_fail_percentage\n 7519 1726888145.18721: done checking for max_fail_percentage\n 7519 1726888145.18724: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888145.18724: done checking to see if all hosts have failed\n 7519 1726888145.18725: getting the remaining hosts for this loop\n 7519 1726888145.18726: done getting the remaining hosts for this loop\n 7519 1726888145.18729: getting the next task for host managed_node1\n 7519 1726888145.18733: done getting next task for host managed_node1\n 7519 1726888145.18734: ^ task is: TASK: meta (flush_handlers)\n 7519 1726888145.18736: ^ 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\n 7519 1726888145.18737: getting the next task for host managed_node2\n 7519 1726888145.18739: done getting next task for host managed_node2\n 7519 1726888145.18740: ^ task is: TASK: meta (flush_handlers)\n 7519 1726888145.18742: ^ 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\n 7519 1726888145.18742: getting the next task for host managed_node3\n 7519 1726888145.18745: done getting next task for host managed_node3\n 7519 1726888145.18746: ^ task is: TASK: meta (flush_handlers)\n 7519 1726888145.18747: ^ 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\n 7519 1726888145.18750: getting variables\n 7519 1726888145.18751: in VariableManager get_vars()\n 7519 1726888145.18763: Calling all_inventory to load vars for managed_node1\n 7519 1726888145.18765: Calling groups_inventory to load vars for managed_node1\n 7519 1726888145.18767: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888145.18773: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888145.18775: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888145.18778: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888145.20184: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.22575: done with get_vars()\n 7519 1726888145.22592: done getting variables\n 7519 1726888145.22688: in VariableManager get_vars()\n 7519 1726888145.22699: Calling all_inventory to load vars for managed_node1\n 7519 1726888145.22702: Calling groups_inventory to load vars for managed_node1\n 7519 1726888145.22734: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888145.22740: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888145.22745: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888145.22793: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888145.24104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.26542: done with get_vars()\n 7519 1726888145.26568: getting variables\n 7519 1726888145.26570: in VariableManager get_vars()\n 7519 1726888145.26581: Calling all_inventory to load vars for managed_node2\n 7519 1726888145.26583: Calling groups_inventory to load vars for managed_node2\n 7519 1726888145.26585: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888145.26590: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888145.26592: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888145.26595: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888145.28493: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.29279: done with get_vars()\n 7519 1726888145.29294: done getting variables\n 7519 1726888145.29337: in VariableManager get_vars()\n 7519 1726888145.29345: Calling all_inventory to load vars for managed_node2\n 7519 1726888145.29347: Calling groups_inventory to load vars for managed_node2\n 7519 1726888145.29348: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888145.29353: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888145.29354: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888145.29356: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888145.29881: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.31291: done with get_vars()\n 7519 1726888145.31312: getting variables\n 7519 1726888145.31318: in VariableManager get_vars()\n 7519 1726888145.31330: Calling all_inventory to load vars for managed_node3\n 7519 1726888145.31333: Calling groups_inventory to load vars for managed_node3\n 7519 1726888145.31335: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888145.31340: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888145.31342: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888145.31344: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888145.32381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.33849: done with get_vars()\n 7519 1726888145.33866: done getting variables\n 7519 1726888145.33928: in VariableManager get_vars()\n 7519 1726888145.33939: Calling all_inventory to load vars for managed_node3\n 7519 1726888145.33942: Calling groups_inventory to load vars for managed_node3\n 7519 1726888145.33944: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888145.33948: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888145.34653: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888145.34670: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888145.35620: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.36945: done with get_vars()\n 7519 1726888145.36967: done queuing things up, now waiting for results queue to drain\n 7519 1726888145.36969: results queue empty\n 7519 1726888145.36970: checking for any_errors_fatal\n 7519 1726888145.36972: done checking for any_errors_fatal\n 7519 1726888145.36973: checking for max_fail_percentage\n 7519 1726888145.36974: done checking for max_fail_percentage\n 7519 1726888145.36975: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888145.36975: done checking to see if all hosts have failed\n 7519 1726888145.36976: getting the remaining hosts for this loop\n 7519 1726888145.36977: done getting the remaining hosts for this loop\n 7519 1726888145.36980: getting the next task for host managed_node1\n 7519 1726888145.36984: done getting next task for host managed_node1\n 7519 1726888145.36986: ^ task is: TASK: meta (flush_handlers)\n 7519 1726888145.36987: ^ state is: HOST STATE: block=6, 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\n 7519 1726888145.36988: getting the next task for host managed_node2\n 7519 1726888145.36991: done getting next task for host managed_node2\n 7519 1726888145.36992: ^ task is: TASK: meta (flush_handlers)\n 7519 1726888145.36993: ^ state is: HOST STATE: block=6, 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\n 7519 1726888145.36994: getting the next task for host managed_node3\n 7519 1726888145.36996: done getting next task for host managed_node3\n 7519 1726888145.36998: ^ task is: TASK: meta (flush_handlers)\n 7519 1726888145.36999: ^ state is: HOST STATE: block=6, 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\n 7519 1726888145.37002: getting variables\n 7519 1726888145.37003: in VariableManager get_vars()\n 7519 1726888145.37013: Calling all_inventory to load vars for managed_node1\n 7519 1726888145.37016: Calling groups_inventory to load vars for managed_node1\n 7519 1726888145.37017: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888145.37022: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888145.37025: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888145.37028: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888145.38426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.39230: done with get_vars()\n 7519 1726888145.39242: done getting variables\n 7519 1726888145.39276: in VariableManager get_vars()\n 7519 1726888145.39284: Calling all_inventory to load vars for managed_node1\n 7519 1726888145.39285: Calling groups_inventory to load vars for managed_node1\n 7519 1726888145.39286: Calling all_plugins_inventory to load vars for managed_node1\n 7519 1726888145.39289: Calling all_plugins_play to load vars for managed_node1\n 7519 1726888145.39290: Calling groups_plugins_inventory to load vars for managed_node1\n 7519 1726888145.39292: Calling groups_plugins_play to load vars for managed_node1\n 7519 1726888145.40304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.42689: done with get_vars()\n 7519 1726888145.42712: getting variables\n 7519 1726888145.42714: in VariableManager get_vars()\n 7519 1726888145.42729: Calling all_inventory to load vars for managed_node2\n 7519 1726888145.42731: Calling groups_inventory to load vars for managed_node2\n 7519 1726888145.42733: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888145.42738: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888145.42740: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888145.42743: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888145.43794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.44671: done with get_vars()\n 7519 1726888145.44683: done getting variables\n 7519 1726888145.44725: in VariableManager get_vars()\n 7519 1726888145.44733: Calling all_inventory to load vars for managed_node2\n 7519 1726888145.44734: Calling groups_inventory to load vars for managed_node2\n 7519 1726888145.44735: Calling all_plugins_inventory to load vars for managed_node2\n 7519 1726888145.44738: Calling all_plugins_play to load vars for managed_node2\n 7519 1726888145.44740: Calling groups_plugins_inventory to load vars for managed_node2\n 7519 1726888145.44741: Calling groups_plugins_play to load vars for managed_node2\n 7519 1726888145.45610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.47406: done with get_vars()\n 7519 1726888145.47432: getting variables\n 7519 1726888145.47434: in VariableManager get_vars()\n 7519 1726888145.47443: Calling all_inventory to load vars for managed_node3\n 7519 1726888145.47446: Calling groups_inventory to load vars for managed_node3\n 7519 1726888145.47448: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888145.47452: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888145.47454: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888145.47457: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888145.48339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.49089: done with get_vars()\n 7519 1726888145.49100: done getting variables\n 7519 1726888145.49183: in VariableManager get_vars()\n 7519 1726888145.49191: Calling all_inventory to load vars for managed_node3\n 7519 1726888145.49193: Calling groups_inventory to load vars for managed_node3\n 7519 1726888145.49194: Calling all_plugins_inventory to load vars for managed_node3\n 7519 1726888145.49197: Calling all_plugins_play to load vars for managed_node3\n 7519 1726888145.49198: Calling groups_plugins_inventory to load vars for managed_node3\n 7519 1726888145.49200: Calling groups_plugins_play to load vars for managed_node3\n 7519 1726888145.50580: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 7519 1726888145.52715: done with get_vars()\n 7519 1726888145.52758: done queuing things up, now waiting for results queue to drain\n 7519 1726888145.52766: results queue empty\n 7519 1726888145.52768: checking for any_errors_fatal\n 7519 1726888145.52771: done checking for any_errors_fatal\n 7519 1726888145.52772: checking for max_fail_percentage\n 7519 1726888145.52773: done checking for max_fail_percentage\n 7519 1726888145.52774: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888145.52775: done checking to see if all hosts have failed\n 7519 1726888145.52775: getting the remaining hosts for this loop\n 7519 1726888145.52776: done getting the remaining hosts for this loop\n 7519 1726888145.52779: getting the next task for host managed_node1\n 7519 1726888145.52783: done getting next task for host managed_node1\n 7519 1726888145.52784: ^ task is: None\n 7519 1726888145.52791: ^ state is: HOST STATE: block=7, 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\n 7519 1726888145.52798: getting the next task for host managed_node2\n 7519 1726888145.52801: done getting next task for host managed_node2\n 7519 1726888145.52802: ^ task is: None\n 7519 1726888145.52907: ^ state is: HOST STATE: block=7, 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\n 7519 1726888145.52909: getting the next task for host managed_node3\n 7519 1726888145.52940: done getting next task for host managed_node3\n 7519 1726888145.52942: ^ task is: None\n 7519 1726888145.52943: ^ state is: HOST STATE: block=7, 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\n 7519 1726888145.52945: done queuing things up, now waiting for results queue to drain\n 7519 1726888145.52947: results queue empty\n 7519 1726888145.52948: checking for any_errors_fatal\n 7519 1726888145.52948: done checking for any_errors_fatal\n 7519 1726888145.52949: checking for max_fail_percentage\n 7519 1726888145.52951: done checking for max_fail_percentage\n 7519 1726888145.52951: checking to see if all hosts have failed and the running result is not ok\n 7519 1726888145.52952: done checking to see if all hosts have failed\n 7519 1726888145.52955: getting the next task for host managed_node1\n 7519 1726888145.52958: done getting next task for host managed_node1\n 7519 1726888145.52959: ^ task is: None\n 7519 1726888145.52961: ^ state is: HOST STATE: block=7, 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\n 7519 1726888145.52962: getting the next task for host managed_node2\n 7519 1726888145.52964: done getting next task for host managed_node2\n 7519 1726888145.52965: ^ task is: None\n 7519 1726888145.52967: ^ state is: HOST STATE: block=7, 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\n 7519 1726888145.52968: getting the next task for host managed_node3\n 7519 1726888145.52970: done getting next task for host managed_node3\n 7519 1726888145.52971: ^ task is: None\n 7519 1726888145.52972: ^ state is: HOST STATE: block=7, 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\n\nPLAY RECAP *********************************************************************\nmanaged_node1 : ok=12 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 \nmanaged_node2 : ok=11 changed=0 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 \nmanaged_node3 : ok=11 changed=0 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 \n\nFriday 20 September 2024 23:09:05 -0400 (0:00:01.810) 0:00:20.150 ****** \n=============================================================================== \nfedora.linux_system_roles.tlog : Install session recording packages ----- 3.34s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:5 \nfedora.linux_system_roles.tlog : Install cockpit session recording ------ 2.72s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:13 \nfedora.linux_system_roles.tlog : Configure sssd proxy provider domain --- 2.42s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:41 \nfedora.linux_system_roles.tlog : Get the rpm package facts -------------- 2.27s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:10 \nfedora.linux_system_roles.tlog : Configure tlog rec session ------------- 1.81s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:103 \nfedora.linux_system_roles.tlog : Configure sssd session recording config --- 1.62s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:64 \nfedora.linux_system_roles.tlog : Configure sssd services section -------- 1.59s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:20 \nfedora.linux_system_roles.tlog : Ensure ansible_facts used by role ------ 1.01s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:2 \nfedora.linux_system_roles.tlog : Check appropriate authselect features exists --- 0.99s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:74 \nfedora.linux_system_roles.tlog : Check which authselect features are currently enabled --- 0.85s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:87 \nCheck if system is ostree ----------------------------------------------- 0.80s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:6 \nfedora.linux_system_roles.tlog : Update nsswitch ------------------------ 0.17s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:93 \nfedora.linux_system_roles.tlog : Enable authselect profile with tlog feature --- 0.17s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:79 \nfedora.linux_system_roles.tlog : Set platform/version specific variables --- 0.08s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:19 \nSet flag to indicate system is ostree ----------------------------------- 0.06s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:11 \nfedora.linux_system_roles.tlog : Check if system is ostree -------------- 0.05s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:10 \nfedora.linux_system_roles.tlog : Set flag to indicate system is ostree --- 0.05s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:15 \nEnsure sssd user/group exist in /etc files ------------------------------ 0.04s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:21 \nfedora.linux_system_roles.tlog : Set platform/version specific variables --- 0.04s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:2 \nTest setup and check for ostree ----------------------------------------- 0.03s\n/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default.yml:10 \n 7519 1726888145.53260: RUNNING CLEANUP", "stderr": "import _frozen_importlib # frozen\nimport _imp # builtin\nimport '_thread' # \nimport '_warnings' # \nimport '_weakref' # \nimport '_io' # \nimport 'marshal' # \nimport 'posix' # \nimport '_frozen_importlib_external' # \n# installing zipimport hook\nimport 'time' # \nimport 'zipimport' # \n# installed zipimport hook\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\nimport '_codecs' # \nimport 'codecs' # \n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557890cd40>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557890c380>\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557890f290>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # \nimport '_stat' # \nimport 'stat' # \nimport '_collections_abc' # \nimport 'genericpath' # \nimport 'posixpath' # \nimport 'os' # \nimport '_sitebuiltins' # \nProcessing user site-packages\nProcessing global site-packages\nAdding directory: '/usr/local/lib64/python3.12/site-packages'\nAdding directory: '/usr/local/lib/python3.12/site-packages'\nAdding directory: '/usr/lib64/python3.12/site-packages'\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578501970>\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578502600>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578536e40>\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\nimport '_operator' # \nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578537050>\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\nimport 'itertools' # \n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578551af0>\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557856f170>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578552b40>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785501d0>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785340b0>\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\nimport '_sre' # \n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578596750>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578595370>\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785967b0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578551190>\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785979e0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578503410>\n# /usr/local/lib/python3.12/site-packages/ansible/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578597fe0>\n# /usr/local/lib/python3.12/site-packages/ansible/_vendor/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/_vendor/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/_vendor/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785c9490>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785c9130>\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785ca420>\nimport 'importlib.util' # \nimport 'importlib.machinery' # \n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785cbef0>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785caa20>\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783f20f0>\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783f1f40>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785e4e90>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785c89e0>\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\n# code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\nimport '_ast' # \nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578446cf0>\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\n# code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\n# code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'\n# extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\n# extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55784b2a20>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55784b1df0>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578447b30>\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55784c61e0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55784b2c90>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55784b3bc0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785e70e0>\nimport 'ansible._vendor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785c88f0>\n# /usr/local/lib/python3.12/site-packages/ansible/__pycache__/release.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/release.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/release.cpython-312.pyc'\nimport 'ansible.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578417e30>\nimport 'ansible' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578597e60>\n# /usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\nimport '_locale' # \nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55782fc770>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py\n# code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc'\n# extension module '_csv' loaded from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\n# extension module '_csv' executed from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\nimport '_csv' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5578321f10>\nimport 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783211f0>\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc'\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578322450>\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578349610>\nimport 'ntpath' # \nimport 'errno' # \n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557834ade0>\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55783694f0>\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578369e80>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557834af90>\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783226c0>\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55783b3bf0>\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55783d9ee0>\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783dadb0>\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55783db380>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783da360>\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55783dbd70>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783db4a0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783b3f50>\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f24380>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783d8170>\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f24710>\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f509e0>\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f27800>\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578349490>\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783b2330>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\n# code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc'\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f53cb0>\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f77710>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f77440>\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f77530>\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f77fe0>\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f849b0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f77920>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f75940>\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f86030>\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f87e00>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55784c6240>\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577fbd0d0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f77ef0>\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577fbd2b0>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f84ce0>\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\n# code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fbec30>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fbd910>\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fe6510>\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fe61b0>\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\nimport '_string' # \nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fe7e90>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fe7770>\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc'\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d3b950>\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc'\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d3b9b0>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fbf530>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f74770>\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc'\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d410a0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f85190>\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d41d30>\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc'\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d42540>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f51b50>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_text.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_functools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc'\nimport 'importlib.metadata._functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d42ab0>\nimport 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d42750>\nimport 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f51430>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc'\nimport 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d42d50>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc'\nimport 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d433b0>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc'\nimport 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d43950>\n# /usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d6cfe0>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc'\nimport 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d6ebd0>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc'\nimport 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d6f710>\nimport 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d6c860>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc'\nimport 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8ca10>\nimport 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d6c530>\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d43cb0>\nimport 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578312570>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8d8b0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8daf0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/version.cpython-312.pyc'\nimport 'ansible.module_utils.compat.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8db50>\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc'\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8ee70>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8e8d0>\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577d8fb30>\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8f650>\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577db3860>\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577db3a10>\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577dc89b0>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577db1a60>\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577db1f70>\n# /usr/local/lib/python3.12/site-packages/ansible/__pycache__/constants.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/constants.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/constants.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/config/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577dcbdd0>\n# /usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/config/manager.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/manager.cpython-312.pyc'\nimport 'atexit' # \n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577ded040>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/bccache.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/bccache.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/bccache.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557770ce60>\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f557770d5e0>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577e18e30>\nimport 'jinja2.bccache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577e183b0>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/environment.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/environment.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/environment.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/markupsafe/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/markupsafe/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/markupsafe/__pycache__/__init__.cpython-312.pyc'\n# extension module 'markupsafe._speedups' loaded from '/usr/local/lib64/python3.12/site-packages/markupsafe/_speedups.cpython-312-x86_64-linux-gnu.so'\n# extension module 'markupsafe._speedups' executed from '/usr/local/lib64/python3.12/site-packages/markupsafe/_speedups.cpython-312-x86_64-linux-gnu.so'\nimport 'markupsafe._speedups' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f557773d8b0>\nimport 'markupsafe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557770ff50>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/nodes.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/nodes.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/nodes.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/utils.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f557775a300>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557775a0f0>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777599d0>\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557775a240>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777594f0>\nimport 'jinja2.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557773f8f0>\nimport 'jinja2.nodes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557773da30>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/compiler.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/compiler.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/compiler.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/exceptions.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/exceptions.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/exceptions.cpython-312.pyc'\nimport 'jinja2.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777ac200>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/idtracking.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/idtracking.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/idtracking.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/visitor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/visitor.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/visitor.cpython-312.pyc'\nimport 'jinja2.visitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777ad6d0>\nimport 'jinja2.idtracking' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777aca10>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/optimizer.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/optimizer.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/optimizer.cpython-312.pyc'\nimport 'jinja2.optimizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777adbe0>\nimport 'jinja2.compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557773e5a0>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/defaults.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/defaults.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/defaults.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/filters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/filters.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/filters.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/async_utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/async_utils.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/async_utils.cpython-312.pyc'\nimport 'jinja2.async_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777d5ca0>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/runtime.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/runtime.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/runtime.cpython-312.pyc'\nimport 'jinja2.runtime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777d69c0>\nimport 'jinja2.filters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777af680>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/tests.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/tests.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/tests.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\n# code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc'\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577563050>\nimport 'jinja2.tests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775627b0>\nimport 'jinja2.defaults' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777af2c0>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/lexer.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/lexer.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/lexer.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/_identifier.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/_identifier.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/_identifier.cpython-312.pyc'\nimport 'jinja2._identifier' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577579af0>\nimport 'jinja2.lexer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777af500>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/parser.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/parser.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/parser.cpython-312.pyc'\nimport 'jinja2.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557757a840>\nimport 'jinja2.environment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577e19100>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/loaders.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/loaders.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/loaders.cpython-312.pyc'\nimport 'jinja2.loaders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775bcf50>\nimport 'jinja2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577ded4c0>\n# /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/nativetypes.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/nativetypes.py\n# code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/nativetypes.cpython-312.pyc'\nimport 'jinja2.nativetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55782fc9e0>\n# /usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/errors/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/yaml_strings.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/errors/yaml_strings.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/yaml_strings.cpython-312.pyc'\nimport 'ansible.errors.yaml_strings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775be8d0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775beb10>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.common.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775bec30>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/converters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/converters.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/converters.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775bf170>\nimport 'ansible.module_utils.six.moves' # \nimport 'ansible.module_utils.six.moves.collections_abc' # \nimport 'ansible.module_utils.common.text.converters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775be900>\nimport 'ansible.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775bdf10>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/yaml.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/yaml.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/error.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/error.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/error.cpython-312.pyc'\nimport 'yaml.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775e3800>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/tokens.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/tokens.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/tokens.cpython-312.pyc'\nimport 'yaml.tokens' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775e3b30>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/events.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/events.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/events.cpython-312.pyc'\nimport 'yaml.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775e3e30>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/nodes.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/nodes.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/nodes.cpython-312.pyc'\nimport 'yaml.nodes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577600860>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/loader.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/reader.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc'\nimport 'yaml.reader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577600ef0>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/scanner.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc'\nimport 'yaml.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55776013a0>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/parser.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc'\nimport 'yaml.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577602780>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/composer.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/composer.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/composer.cpython-312.pyc'\nimport 'yaml.composer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577603110>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/constructor.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc'\nimport 'yaml.constructor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577603500>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/resolver.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/resolver.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/resolver.cpython-312.pyc'\nimport 'yaml.resolver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762c920>\nimport 'yaml.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577600b60>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/dumper.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/dumper.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/dumper.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/emitter.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/emitter.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/emitter.cpython-312.pyc'\nimport 'yaml.emitter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762cf80>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/serializer.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/serializer.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/serializer.cpython-312.pyc'\nimport 'yaml.serializer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762e1e0>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/representer.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc'\nimport 'yaml.representer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762e570>\nimport 'yaml.dumper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577600cb0>\n# /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/cyaml.py\n# code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc'\n# extension module 'yaml._yaml' loaded from '/usr/local/lib64/python3.12/site-packages/yaml/_yaml.cpython-312-x86_64-linux-gnu.so'\n# extension module 'yaml._yaml' executed from '/usr/local/lib64/python3.12/site-packages/yaml/_yaml.cpython-312-x86_64-linux-gnu.so'\nimport 'yaml._yaml' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f557762f230>\nimport 'yaml.cyaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762ee40>\nimport 'yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775be690>\nimport 'ansible.module_utils.common.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775be2d0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.parsing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762fe90>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/convert_bool.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/convert_bool.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/convert_bool.cpython-312.pyc'\nimport 'ansible.module_utils.parsing.convert_bool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762fe60>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.parsing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577468110>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/quoting.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/quoting.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/quoting.cpython-312.pyc'\nimport 'ansible.parsing.quoting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774681d0>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.parsing.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774682f0>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/objects.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/objects.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/objects.cpython-312.pyc'\nimport 'ansible.parsing.yaml.objects' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577468350>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774695b0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/path.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/path.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/path.cpython-312.pyc'\nimport 'ansible.utils.path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774696a0>\nimport 'ansible.config.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577dcbe60>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/collections.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/collections.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/collections.cpython-312.pyc'\nimport 'ansible.module_utils.common.collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577469c10>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/fqcn.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/fqcn.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/fqcn.cpython-312.pyc'\nimport 'ansible.utils.fqcn' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557746a120>\n# /usr/lib64/python3.12/encodings/__pycache__/unicode_escape.cpython-312.pyc matches /usr/lib64/python3.12/encodings/unicode_escape.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/unicode_escape.cpython-312.pyc'\nimport 'encodings.unicode_escape' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557746a780>\nimport 'ansible.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577dca840>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/display.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/display.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/display.cpython-312.pyc'\n# /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\n# code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc'\n# extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\n# extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55774965d0>\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577496000>\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55774a6ab0>\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577494fb0>\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577495d60>\n# /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc'\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577494dd0>\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577495430>\n# /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py\n# code object from '/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc'\nimport 'tty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d45f0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/color.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/color.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/color.cpython-312.pyc'\nimport 'ansible.utils.color' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577600e60>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/multiprocessing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/multiprocessing.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/multiprocessing.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d7680>\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774e8bc0>\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d57f0>\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d5160>\nimport 'ansible.utils.multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d50a0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/singleton.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/singleton.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/singleton.cpython-312.pyc'\nimport 'ansible.utils.singleton' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d4f50>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unsafe_proxy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unsafe_proxy.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unsafe_proxy.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/native_jinja.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/native_jinja.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/native_jinja.cpython-312.pyc'\nimport 'ansible.utils.native_jinja' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774ebd10>\nimport 'ansible.utils.unsafe_proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d6f60>\nimport 'ansible.utils.display' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557746b5f0>\n# /usr/local/lib/python3.12/site-packages/ansible/__pycache__/context.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/context.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/context.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/context_objects.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/context_objects.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/context_objects.cpython-312.pyc'\nimport 'ansible.utils.context_objects' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774fdbe0>\nimport 'ansible.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774fd940>\n# /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.cli.arguments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774fdfa0>\n# /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/option_helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/option_helpers.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/option_helpers.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774ff8c0>\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557751fef0>\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774ffef0>\nimport 'ansible.cli.arguments.option_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774fe030>\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.inventory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774fe330>\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/manager.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/manager.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/data.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/data.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/data.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/group.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/group.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/group.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/vars.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/vars.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577310e00>\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577313f50>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577552480>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/splitter.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/splitter.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/splitter.cpython-312.pyc'\nimport 'ansible.parsing.splitter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577324470>\nimport 'ansible.utils.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577551d30>\nimport 'ansible.inventory.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577550d70>\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/host.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/host.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/host.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.parsing.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577325400>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/addresses.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/addresses.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/addresses.cpython-312.pyc'\nimport 'ansible.parsing.utils.addresses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577325460>\nimport 'ansible.inventory.host' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577551a60>\nimport 'ansible.inventory.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577550380>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773256a0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/loader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/loader.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/loader.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577338170>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/typing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/typing.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/typing.cpython-312.pyc'\nimport 'ansible.module_utils.compat.typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577339070>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.filter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577338f20>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.test' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773392b0>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/yaml.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/yaml.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/loader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/loader.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/loader.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/constructor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/constructor.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/constructor.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577351490>\n# /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/__about__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc'\nimport 'cryptography.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773523f0>\nimport 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577352090>\n# /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/exceptions.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577352990>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.bindings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577352ab0>\n# extension module '_cffi_backend' loaded from '/usr/local/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so'\n# extension module '_cffi_backend' executed from '/usr/local/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so'\nimport '_cffi_backend' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577368c50>\n# extension module 'cryptography.hazmat.bindings._rust' loaded from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so'\n# extension module 'cryptography.hazmat.bindings._rust' executed from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so'\nimport 'cryptography.hazmat.bindings._rust' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577352c00>\nimport 'cryptography.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577352420>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.backends' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577352060>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577369940>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/hashes.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577369c10>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/padding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/padding.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/padding.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/utils.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc'\nimport 'cryptography.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736b260>\nimport 'cryptography.hazmat.primitives.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736a750>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hmac.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/hmac.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hmac.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736b830>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.kdf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736bb00>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/constant_time.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py\n# code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc'\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737c260>\nimport 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736bfb0>\nimport 'cryptography.hazmat.primitives.kdf.pbkdf2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736bce0>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives._cipheralgorithm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737ce00>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/base.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.decrepit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737f740>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.decrepit.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737f920>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc'\nimport 'cryptography.hazmat.decrepit.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737f530>\nimport 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737eb70>\nimport 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737da90>\nimport 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737d1c0>\nimport 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737cce0>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/backend.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.bindings.openssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577391370>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/binding.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-312.pyc'\nimport 'cryptography.hazmat.bindings.openssl._conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577391a00>\nimport 'cryptography.hazmat.bindings.openssl.binding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577391550>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_asymmetric.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives._asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577393560>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577393710>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/_oid.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc'\nimport 'cryptography.hazmat._oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577393f50>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_serialization.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives._serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773a4800>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.asymmetric.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773a6420>\nimport 'cryptography.hazmat.primitives.asymmetric.ec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577393a70>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.asymmetric.rsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773a77d0>\nimport 'cryptography.hazmat.primitives.asymmetric.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773a6ed0>\nimport 'cryptography.hazmat.backends.openssl.backend' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577390230>\nimport 'cryptography.hazmat.backends.openssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737ff50>\nimport 'ansible.parsing.vault' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557733a510>\nimport 'ansible.parsing.yaml.constructor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577339b50>\nimport 'ansible.parsing.yaml.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773398e0>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/ajson.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/ajson.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/ajson.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/json.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/json.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/json.cpython-312.pyc'\nimport 'ansible.module_utils.common.json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773a7cb0>\nimport 'ansible.parsing.ajson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557733a300>\nimport 'ansible.parsing.utils.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577339310>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_config.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_config.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_config.cpython-312.pyc'\nimport 'ansible.utils.collection_loader._collection_config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773bc650>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_finder.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_finder.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_finder.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_meta.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_meta.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_meta.cpython-312.pyc'\nimport 'ansible.utils.collection_loader._collection_meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773bfc80>\nimport 'ansible.utils.collection_loader._collection_finder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773bce90>\nimport 'ansible.utils.collection_loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557733a2a0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/plugin_docs.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/plugin_docs.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/plugin_docs.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/plugin_docs.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/plugin_docs.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/plugin_docs.cpython-312.pyc'\nimport 'ansible.parsing.plugin_docs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773d4980>\nimport 'ansible.utils.plugin_docs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773be9c0>\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc'\nimport 'packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773d4f50>\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/specifiers.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/utils.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/tags.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/sysconfig.cpython-312.pyc matches /usr/lib64/python3.12/sysconfig.py\n# code object from '/usr/lib64/python3.12/__pycache__/sysconfig.cpython-312.pyc'\nimport 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773e8d10>\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_manylinux.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_elffile.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc'\nimport 'packaging._elffile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773eb410>\nimport 'packaging._manylinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773ea8d0>\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_musllinux.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc'\nimport 'packaging._musllinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773ebe30>\nimport 'packaging.tags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773d7410>\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_structures.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc'\nimport 'packaging._structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771fdeb0>\nimport 'packaging.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771fc9e0>\nimport 'packaging.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773d6c00>\nimport 'packaging.specifiers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773d5130>\nimport 'ansible.plugins.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577326060>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/helpers.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/helpers.cpython-312.pyc'\nimport 'ansible.utils.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771ff350>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771ff5c0>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/plugins.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/plugins.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/plugins.cpython-312.pyc'\nimport 'ansible.vars.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771ff5f0>\nimport 'ansible.inventory.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557751e510>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/file.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/file.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/file.cpython-312.pyc'\nimport 'ansible.module_utils.common.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771ffb60>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/dataloader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/dataloader.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/dataloader.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/basic.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/basic.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/basic.cpython-312.pyc'\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55767bac00>\nimport 'pwd' # \n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55767bb050>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/selinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/selinux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/selinux.cpython-312.pyc'\nimport 'ansible.module_utils.compat.selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767bb350>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/_text.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/_text.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/_text.cpython-312.pyc'\nimport 'ansible.module_utils._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767bbb00>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/arg_spec.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/arg_spec.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/arg_spec.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/parameters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/parameters.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/parameters.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/warnings.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/warnings.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/warnings.cpython-312.pyc'\nimport 'ansible.module_utils.common.warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767dcb60>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/errors.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/errors.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/errors.cpython-312.pyc'\nimport 'ansible.module_utils.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767dce30>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/validation.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/validation.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/validation.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/formatters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/formatters.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/formatters.cpython-312.pyc'\nimport 'ansible.module_utils.common.text.formatters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767de000>\nimport 'ansible.module_utils.common.validation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767dd0d0>\nimport 'ansible.module_utils.common.parameters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767bbfe0>\nimport 'ansible.module_utils.common.arg_spec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767bb770>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/locale.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/locale.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/locale.cpython-312.pyc'\nimport 'ansible.module_utils.common.locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767de390>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/process.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/process.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/process.cpython-312.pyc'\nimport 'ansible.module_utils.common.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767de570>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/sys_info.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/sys_info.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/sys_info.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/_distro.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/_distro.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/_distro.cpython-312.pyc'\nimport 'ansible.module_utils.distro._distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767debd0>\n# destroy ansible.module_utils.distro\nimport 'ansible.module_utils.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767de9f0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/_utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/_utils.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/_utils.cpython-312.pyc'\nimport 'ansible.module_utils.common._utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767df290>\nimport 'ansible.module_utils.common.sys_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767de5d0>\nimport 'ansible.module_utils.basic' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767b8a40>\nimport 'ansible.parsing.dataloader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771ff1a0>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/manager.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/manager.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/helpers.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/helpers.cpython-312.pyc'\nimport 'ansible.inventory.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576571370>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/fact_cache.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/fact_cache.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/fact_cache.cpython-312.pyc'\nimport 'ansible.vars.fact_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765715e0>\n# /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/native_helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/native_helpers.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/native_helpers.cpython-312.pyc'\nimport 'ansible.template.native_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576572e70>\n# /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/template.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/template.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/template.cpython-312.pyc'\nimport 'ansible.template.template' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576573170>\n# /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/vars.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/vars.cpython-312.pyc'\nimport 'ansible.template.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576573290>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/listify.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/listify.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/listify.cpython-312.pyc'\nimport 'ansible.utils.listify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576573560>\nimport 'ansible.template' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576571ac0>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/clean.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/clean.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/clean.cpython-312.pyc'\nimport 'ansible.vars.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765738f0>\nimport 'ansible.vars.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767df2c0>\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/completers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/completers.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/completers.cpython-312.pyc'\nimport 'argcomplete.completers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576573c80>\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/exceptions.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/exceptions.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/exceptions.cpython-312.pyc'\nimport 'argcomplete.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a0140>\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/finders.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/finders.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/finders.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/io.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/io.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/io.cpython-312.pyc'\nimport 'argcomplete.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a0bc0>\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/lexers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/lexers.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/lexers.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/__init__.cpython-312.pyc'\nimport 'argcomplete.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a1160>\n# /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_shlex.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/_shlex.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_shlex.cpython-312.pyc'\nimport 'argcomplete.packages._shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a1310>\nimport 'argcomplete.lexers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a0ec0>\n# /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_argparse.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/_argparse.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_argparse.cpython-312.pyc'\nimport 'argcomplete.packages._argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a1640>\nimport 'argcomplete.finders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a0200>\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/shell_integration.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/shell_integration.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/shell_integration.cpython-312.pyc'\nimport 'argcomplete.shell_integration' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a19a0>\nimport 'argcomplete' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765739e0>\nimport 'ansible.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783f2960>\n# /usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/playbook.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/playbook.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/playbook.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a1f40>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/playbook_executor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/playbook_executor.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/playbook_executor.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_queue_manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_queue_manager.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_queue_manager.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55765d11f0>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765d0ad0>\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55765d0c20>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a3f50>\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55765d1100>\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765d3470>\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765d14c0>\nimport 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a3200>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/play_iterator.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/play_iterator.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/play_iterator.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/play.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/attribute.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/attribute.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/attribute.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/sentinel.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/sentinel.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/sentinel.cpython-312.pyc'\nimport 'ansible.utils.sentinel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f23f0>\nimport 'ansible.playbook.attribute' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f1d30>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/base.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/base.cpython-312.pyc'\nimport 'ansible.playbook.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f25a0>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/block.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/block.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/block.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/conditional.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/conditional.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/conditional.cpython-312.pyc'\nimport 'ansible.playbook.conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576608aa0>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/collectionsearch.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/collectionsearch.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/collectionsearch.cpython-312.pyc'\nimport 'ansible.playbook.collectionsearch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576608e60>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/delegatable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/delegatable.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/delegatable.cpython-312.pyc'\nimport 'ansible.playbook.delegatable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576609040>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/helpers.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/helpers.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/mod_args.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/mod_args.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/mod_args.cpython-312.pyc'\nimport 'ansible.parsing.mod_args' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576609640>\nimport 'ansible.playbook.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55766091f0>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/notifiable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/notifiable.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/notifiable.cpython-312.pyc'\nimport 'ansible.playbook.notifiable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576609af0>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/metadata.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/metadata.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/metadata.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/requirement.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/requirement.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/requirement.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/definition.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/definition.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/definition.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/taggable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/taggable.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/taggable.cpython-312.pyc'\nimport 'ansible.playbook.taggable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557660bbf0>\nimport 'ansible.playbook.role.definition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557660b3e0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/galaxy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/galaxy.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/galaxy.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tarfile.cpython-312.pyc matches /usr/lib64/python3.12/tarfile.py\n# code object from '/usr/lib64/python3.12/__pycache__/tarfile.cpython-312.pyc'\nimport 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55766382f0>\nimport 'ansible.utils.galaxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557660bfe0>\nimport 'ansible.playbook.role.requirement' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557660af60>\nimport 'ansible.playbook.role.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557660aae0>\nimport 'ansible.playbook.role' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576609c10>\nimport 'ansible.playbook.block' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576608110>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/task.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/loop_control.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/loop_control.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/loop_control.cpython-312.pyc'\nimport 'ansible.playbook.loop_control' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55766591c0>\nimport 'ansible.playbook.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576639730>\nimport 'ansible.playbook.play' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f1100>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/playbook_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/playbook_include.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/playbook_include.cpython-312.pyc'\nimport 'ansible.playbook.playbook_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576659910>\nimport 'ansible.playbook' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f0980>\nimport 'ansible.executor.play_iterator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765d27b0>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/stats.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/stats.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/stats.cpython-312.pyc'\nimport 'ansible.executor.stats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f07a0>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_result.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_result.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_result.cpython-312.pyc'\nimport 'ansible.executor.task_result' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576659be0>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play_context.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/play_context.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play_context.cpython-312.pyc'\nimport 'ansible.playbook.play_context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576659f70>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/difflib.cpython-312.pyc matches /usr/lib64/python3.12/difflib.py\n# code object from '/usr/lib64/python3.12/__pycache__/difflib.cpython-312.pyc'\nimport 'difflib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557665b500>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/dumper.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/dumper.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/dumper.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/hostvars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/hostvars.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/hostvars.cpython-312.pyc'\nimport 'ansible.vars.hostvars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576472990>\nimport 'ansible.parsing.yaml.dumper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576472420>\nimport 'ansible.plugins.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557665a780>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/reserved.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/reserved.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/reserved.cpython-312.pyc'\nimport 'ansible.vars.reserved' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557665a8a0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/lock.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/lock.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/lock.cpython-312.pyc'\nimport 'ansible.utils.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764731d0>\n# /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py\n# code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc'\nimport 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576473260>\nimport 'ansible.executor.task_queue_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a22d0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/ssh_functions.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/ssh_functions.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/ssh_functions.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/paramiko.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/paramiko.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/paramiko.cpython-312.pyc'\nimport 'ansible.module_utils.compat.paramiko' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576495550>\nimport 'ansible.utils.ssh_functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576659bb0>\nimport 'ansible.executor.playbook_executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a1fa0>\nimport 'ansible.cli.playbook' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55782e78f0>\n[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var \nnaming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This \nfeature will be removed from ansible-core in version 2.19. Deprecation warnings\n can be disabled by setting deprecation_warnings=False in ansible.cfg.\nimport 'ansible_collections' # _AnsibleCollectionRootPkgLoader(path=['/tmp/collections-Qcc/ansible_collections'])\nimport 'ansible_collections.fedora' # _AnsibleCollectionNSPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/fedora'])\nimport 'ansible_collections.fedora.linux_system_roles' # _AnsibleCollectionPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles'])\nimport 'ansible_collections.ansible' # _AnsibleCollectionNSPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/ansible'])\nimport 'ansible_collections.ansible.builtin' # _AnsibleCollectionPkgLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557890c110>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/memory.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/memory.cpython-312.pyc'\nimport 'ansible.plugins.inventory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774680e0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/host_list.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/host_list.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/script.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/script.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/auto.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/auto.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/yaml.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/ini.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/ini.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/shlex.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/shlex.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/shlex.cpython-312.pyc'\nimport 'ansible.utils.shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576497cb0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/toml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/toml.cpython-312.pyc'\n# /usr/lib64/python3.12/tomllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/__init__.py\n# code object from '/usr/lib64/python3.12/tomllib/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/tomllib/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_parser.py\n# code object from '/usr/lib64/python3.12/tomllib/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/tomllib/__pycache__/_re.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_re.py\n# code object from '/usr/lib64/python3.12/tomllib/__pycache__/_re.cpython-312.pyc'\n# /usr/lib64/python3.12/tomllib/__pycache__/_types.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_types.py\n# code object from '/usr/lib64/python3.12/tomllib/__pycache__/_types.cpython-312.pyc'\nimport 'tomllib._types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764bac30>\nimport 'tomllib._re' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764ba7e0>\nimport 'tomllib._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764b91c0>\nimport 'tomllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764b8f20>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764bb290>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/host_group_vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/host_group_vars.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/host_group_vars.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.doc_fragments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764bb500>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/vars_plugin_staging.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/vars_plugin_staging.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc'\nimport 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764c0ec0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.become' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764c3980>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764d45c0>\nimport 'ansible.plugins.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764c2690>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/local.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/local.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py\n# code object from '/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc'\nimport 'pty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764d5220>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/connection_pipelining.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/connection_pipelining.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/paramiko_ssh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/paramiko_ssh.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/paramiko_ssh.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/psrp.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/psrp.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/powershell.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/powershell.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\n# code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc'\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764d7fe0>\n# /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764f8230>\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc'\nimport 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764fb260>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\n# extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5576518800>\n# extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55765184d0>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764d7da0>\nimport 'ansible.plugins.shell.powershell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764d7500>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/hashing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/hashing.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/hashing.cpython-312.pyc'\nimport 'ansible.utils.hashing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576518b00>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/ssh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/ssh.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/winrm.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/winrm.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/json_utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/json_utils.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/json_utils.cpython-312.pyc'\nimport 'ansible.module_utils.json_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576519cd0>\n# /usr/local/lib/python3.12/site-packages/__pycache__/xmltodict.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/xmltodict.py\n# code object from '/usr/local/lib/python3.12/site-packages/__pycache__/xmltodict.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557651a8a0>\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557651a960>\n# /usr/lib64/python3.12/xml/sax/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/__init__.py\n# code object from '/usr/lib64/python3.12/xml/sax/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/sax/__pycache__/xmlreader.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/xmlreader.py\n# code object from '/usr/lib64/python3.12/xml/sax/__pycache__/xmlreader.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/sax/__pycache__/handler.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/handler.py\n# code object from '/usr/lib64/python3.12/xml/sax/__pycache__/handler.cpython-312.pyc'\nimport 'xml.sax.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762fc440>\n# /usr/lib64/python3.12/xml/sax/__pycache__/_exceptions.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/_exceptions.py\n# code object from '/usr/lib64/python3.12/xml/sax/__pycache__/_exceptions.cpython-312.pyc'\nimport 'xml.sax._exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762fcb60>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557651acf0>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557651aae0>\n# /usr/lib64/python3.12/xml/sax/__pycache__/saxutils.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/saxutils.py\n# code object from '/usr/lib64/python3.12/xml/sax/__pycache__/saxutils.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc'\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576318470>\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5576339910>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557631b7d0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763196d0>\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc'\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557635d220>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557631b650>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762feb10>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557651a780>\nimport 'xmltodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576519df0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/cmd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/cmd.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_windows.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_windows.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/sh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/sh.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_common.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_common.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/runas.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/runas.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/su.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/su.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/sudo.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/sudo.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/include.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/include.cpython-312.pyc'\nimport 'ansible.playbook.role.include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557635fd10>\nimport 'ansible_collections.fedora.linux_system_roles.roles' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles'])\nimport 'ansible_collections.fedora.linux_system_roles.roles.tlog' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog'])\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/handler.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler.cpython-312.pyc'\nimport 'ansible.playbook.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576379490>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/task_include.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task_include.cpython-312.pyc'\nimport 'ansible.playbook.task_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576379760>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/role_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role_include.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/role_include.cpython-312.pyc'\nimport 'ansible.playbook.role_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576379a90>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler_task_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/handler_task_include.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler_task_include.cpython-312.pyc'\nimport 'ansible.playbook.handler_task_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576379dc0>\n# /usr/local/lib/python3.12/site-packages/ansible/modules/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/modules/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/modules/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.modules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557637abd0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/module_common.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/module_common.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/module_common.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/interpreter_discovery.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/interpreter_discovery.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/interpreter_discovery.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/compat.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/compat.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/compat.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/namespace.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/namespace.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/namespace.cpython-312.pyc'\nimport 'ansible.module_utils.facts.namespace' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763ba600>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/default_collectors.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/default_collectors.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/default_collectors.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/collector.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/collector.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/collector.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/timeout.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/timeout.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/timeout.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d4110>\nimport 'ansible.module_utils.facts.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763bbe60>\nimport 'ansible.module_utils.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763bb560>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.facts.other' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d5670>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/facter.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/facter.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/facter.cpython-312.pyc'\nimport 'ansible.module_utils.facts.other.facter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d5eb0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/ohai.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/ohai.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/ohai.cpython-312.pyc'\nimport 'ansible.module_utils.facts.other.ohai' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6300>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6630>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/apparmor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/apparmor.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/apparmor.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.apparmor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d67b0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/caps.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/caps.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/caps.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.caps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6900>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/chroot.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/chroot.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/chroot.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.chroot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6a80>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/cmdline.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/cmdline.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/cmdline.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/utils.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/utils.cpython-312.pyc'\nimport 'ansible.module_utils.facts.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6f60>\nimport 'ansible.module_utils.facts.system.cmdline' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6cc0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/distribution.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/distribution.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/distribution.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.distribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6f90>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/date_time.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/date_time.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/date_time.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/datetime.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/datetime.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/datetime.cpython-312.pyc'\nimport 'ansible.module_utils.compat.datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f4ad0>\nimport 'ansible.module_utils.facts.system.date_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f4620>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/env.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/env.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/env.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.env' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f4e30>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/dns.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/dns.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/dns.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.dns' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f4ec0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/fips.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/fips.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/fips.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.fips' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f4f80>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/loadavg.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/loadavg.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/loadavg.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.loadavg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5040>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/local.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/local.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/local.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.local' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f51f0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/lsb.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/lsb.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/lsb.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.lsb' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5460>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/pkg_mgr.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/pkg_mgr.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/pkg_mgr.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.pkg_mgr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5610>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/platform.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/platform.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/platform.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5bb0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/python.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/python.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/python.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.python' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5e80>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/selinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/selinux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/selinux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5f40>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/service_mgr.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/service_mgr.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/service_mgr.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.service_mgr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5fd0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/ssh_pub_keys.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/ssh_pub_keys.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/ssh_pub_keys.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.ssh_pub_keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f6540>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/user.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/user.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/user.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.user' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f67e0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f6870>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/base.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/base.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f6ab0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/aix.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/aix.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/aix.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.aix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f6db0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/darwin.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/darwin.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/darwin.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/sysctl.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/sysctl.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/sysctl.cpython-312.pyc'\nimport 'ansible.module_utils.facts.sysctl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f7a40>\nimport 'ansible.module_utils.facts.hardware.darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f73e0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/dragonfly.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/dragonfly.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/freebsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/freebsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f7c50>\nimport 'ansible.module_utils.facts.hardware.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f7aa0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/hpux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hpux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773937d0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hurd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/hurd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hurd.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/linux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/linux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576214710>\nimport 'ansible.module_utils.facts.hardware.hurd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762143b0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/netbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/netbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576215f40>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/openbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/openbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762162d0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/sunos.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/sunos.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576216660>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576216ea0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/base.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/base.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576217050>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/aix.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/aix.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/aix.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/generic_bsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/generic_bsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/generic_bsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.generic_bsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762178f0>\nimport 'ansible.module_utils.facts.network.aix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576217380>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/darwin.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/darwin.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/darwin.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762342f0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/dragonfly.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/dragonfly.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576234320>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/fc_wwn.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/fc_wwn.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/fc_wwn.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.fc_wwn' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576234470>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/freebsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/freebsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576234710>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/hpux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hpux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762347d0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hurd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/hurd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hurd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.hurd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576234950>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/linux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/linux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576234b60>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/iscsi.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/iscsi.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/iscsi.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235520>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/nvme.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/nvme.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/nvme.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.nvme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235820>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/netbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/netbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235910>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/openbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/openbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235a00>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/sunos.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/sunos.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235c40>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235f10>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/base.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/base.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576236090>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/dragonfly.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/dragonfly.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/freebsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/freebsd.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sysctl.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/sysctl.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sysctl.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.sysctl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762366c0>\nimport 'ansible.module_utils.facts.virtual.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762364b0>\nimport 'ansible.module_utils.facts.virtual.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762362d0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/hpux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/hpux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576236810>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/linux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/linux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576236990>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/netbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/netbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576236f90>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/openbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/openbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576237080>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/sunos.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sunos.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762371a0>\nimport 'ansible.module_utils.facts.default_collectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763ba990>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/ansible_collector.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/ansible_collector.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/ansible_collector.cpython-312.pyc'\nimport 'ansible.module_utils.facts.ansible_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762371d0>\nimport 'ansible.module_utils.facts.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763ba240>\nimport 'ansible.module_utils.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763b9f10>\nimport 'ansible.executor.interpreter_discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763b95b0>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.executor.powershell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576250590>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/module_manifest.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/module_manifest.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/module_manifest.cpython-312.pyc'\nimport 'ansible.executor.powershell.module_manifest' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762506b0>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/action_write_locks.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/action_write_locks.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/action_write_locks.cpython-312.pyc'\nimport 'ansible.executor.action_write_locks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576250a70>\nimport 'ansible.executor.module_common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763b8410>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/jsonify.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/jsonify.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/jsonify.cpython-312.pyc'\nimport 'ansible.parsing.utils.jsonify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762513d0>\nimport 'ansible.plugins.action' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557637ad20>\nimport 'ansible_collections.ansible.builtin.plugins' # _AnsibleCollectionLoader(path=None)\nimport 'ansible_collections.ansible.builtin.plugins.action' # _AnsibleCollectionLoader(path=None)\nimport 'ansible_collections.community' # _AnsibleCollectionNSPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/community'])\nimport 'ansible_collections.community.general' # _AnsibleCollectionPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/community/general'])\nimport 'ansible_collections.community.general.plugins' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/community/general/plugins'])\nimport 'ansible_collections.community.general.plugins.modules' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/community/general/plugins/modules'])\nimport 'ansible_collections.community.general.plugins.action' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/community/general/plugins/action'])\nimport 'ansible_collections.ansible.builtin.plugins.callback' # _AnsibleCollectionLoader(path=None)\nimport 'ansible_collections.ansible.posix' # _AnsibleCollectionPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/ansible/posix'])\nimport 'ansible_collections.ansible.posix.plugins' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/ansible/posix/plugins'])\nimport 'ansible_collections.ansible.posix.plugins.callback' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback'])\n# /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/__pycache__/debug.cpython-312.pyc matches /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/debug.py\n# code object from '/tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/__pycache__/debug.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/default.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/default.cpython-312.pyc'\nimport 'ansible.plugins.callback.default' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762726c0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/default_callback.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/default_callback.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/result_format_callback.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/result_format_callback.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/junit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/junit.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/_junit_xml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/_junit_xml.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/_junit_xml.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\n# code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc'\n# extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\n# extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5576290860>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762907a0>\n# /usr/lib64/python3.12/xml/dom/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/__init__.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/dom/__pycache__/domreg.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/domreg.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/domreg.cpython-312.pyc'\nimport 'xml.dom.domreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576291b50>\nimport 'xml.dom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576291430>\n# /usr/lib64/python3.12/xml/dom/__pycache__/minidom.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/minidom.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/minidom.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/dom/__pycache__/minicompat.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/minicompat.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/minicompat.cpython-312.pyc'\nimport 'xml.dom.minicompat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762b1910>\n# /usr/lib64/python3.12/xml/dom/__pycache__/xmlbuilder.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/xmlbuilder.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/xmlbuilder.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/dom/__pycache__/NodeFilter.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/NodeFilter.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/NodeFilter.cpython-312.pyc'\nimport 'xml.dom.NodeFilter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762b3f20>\nimport 'xml.dom.xmlbuilder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762b2b40>\nimport 'xml.dom.minidom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576291550>\nimport 'ansible.utils._junit_xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576273e90>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/minimal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/minimal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/oneline.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/oneline.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/tree.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/tree.cpython-312.pyc'\n# /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/__pycache__/profile_tasks.cpython-312.pyc matches /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py\n# code object from '/tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/__pycache__/profile_tasks.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\n# code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc'\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576110da0>\n# /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py\n# code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc'\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576111a60>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/process/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.executor.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576112d50>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/worker.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/process/worker.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/worker.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_executor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_executor.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_executor.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/connection.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/connection.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/connection.cpython-312.pyc'\nimport 'ansible.module_utils.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762eea50>\nimport 'ansible.executor.task_executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576113350>\nimport 'ansible.executor.process.worker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576112e10>\nimport 'ansible.plugins.strategy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762ecda0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/linear.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/linear.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/included_file.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/included_file.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/included_file.cpython-312.pyc'\nimport 'ansible.playbook.included_file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576014140>\n# /usr/lib64/python3.12/multiprocessing/__pycache__/popen_fork.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/popen_fork.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/popen_fork.cpython-312.pyc'\nimport 'multiprocessing.popen_fork' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576236180>\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760316d0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\nPyThreadState_Clear: warning: thread still has a frame\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576031c40>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576032210>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.executor.discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576032c60>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.executor.discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576379e50>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.executor.discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557637a5d0>\n[WARNING]: Module invocation had junk after the JSON data: # destroy __main__ #\nclear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear\nsys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback\n# clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path #\nclear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout #\nrestore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins #\ncleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2]\nremoving _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref\n# cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing\nposix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing\ntime # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2]\nremoving abc # cleanup[2] removing io # cleanup[2] removing __main__ #\ncleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing\n_bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site #\ncleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre\n# cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2]\nremoving sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing\n_heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2]\nremoving operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2]\nremoving _collections # cleanup[2] removing collections # cleanup[2] removing\n_functools # cleanup[2] removing functools # cleanup[2] removing copyreg #\ncleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing\nstruct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy\nbase64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing\nimportlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2]\nremoving importlib # cleanup[2] removing importlib.machinery # cleanup[2]\nremoving collections.abc # cleanup[2] removing contextlib # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing importlib.abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset\n# cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch #\ncleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing\n_compression # cleanup[2] removing threading # cleanup[2] removing _bz2 #\ndestroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2]\nremoving lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2]\nremoving shutil # cleanup[2] removing math # cleanup[2] removing _bisect #\ncleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random #\ncleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2]\nremoving hashlib # cleanup[2] removing random # destroy random # cleanup[2]\nremoving tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2]\nremoving encodings.cp437 # cleanup[2] removing ansible # destroy ansible #\ncleanup[2] removing ansible.module_utils # destroy ansible.module_utils #\ncleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json\n# cleanup[2] removing json.scanner # cleanup[2] removing json.decoder #\ncleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2]\nremoving atexit # cleanup[2] removing fcntl # cleanup[2] removing locale #\ncleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2]\nremoving select # cleanup[2] removing selectors # cleanup[2] removing\nsubprocess # cleanup[2] removing platform # cleanup[2] removing shlex #\ncleanup[2] removing token # destroy token # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2]\nremoving syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2]\nremoving _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid #\ncleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing\nstring # destroy string # cleanup[2] removing logging # cleanup[2] removing\nsystemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing\nsystemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing\n_socket # cleanup[2] removing array # cleanup[2] removing socket # destroy\nsocket # cleanup[2] removing systemd._daemon # cleanup[2] removing\nsystemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy\nansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common #\ndestroy ansible.module_utils.common # cleanup[2] removing\nansible.module_utils.common.text # destroy ansible.module_utils.common.text #\ncleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro #\ncleanup[2] removing ansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # destroy _sitebuiltins #\ndestroy importlib.util # destroy importlib.abc # destroy importlib.machinery #\ndestroy zipimport # destroy _compression # destroy binascii # destroy importlib\n# destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy\nlocale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon #\ndestroy ansible.module_utils.compat.selinux # destroy hashlib # destroy\njson.decoder # destroy json.encoder # destroy json.scanner # destroy _json #\ndestroy encodings # destroy syslog # destroy uuid # destroy array # destroy\ndatetime # destroy selinux # destroy distro # destroy json # destroy shlex #\ndestroy logging # destroy argparse # cleanup[3] wiping selinux._selinux #\ncleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3]\nwiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3]\nwiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping\nsystemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping\n_string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3]\nwiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3]\nwiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3]\nwiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal #\ncleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping\nencodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib #\ncleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math\n# cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp #\ncleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading #\ncleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref #\ncleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3]\nwiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3]\nwiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re\n# destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping\nfunctools # cleanup[3] wiping _functools # destroy _functools # cleanup[3]\nwiping collections # destroy _collections_abc # destroy heapq # destroy\ncollections.abc # cleanup[3] wiping _collections # destroy _collections #\ncleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping\nitertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3]\nwiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy\n_locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy\ngenericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3]\nwiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3]\nwiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal #\ncleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases #\ncleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time #\ncleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix #\ncleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping\n_imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3]\nwiping builtins # destroy systemd._daemon # destroy _socket # destroy\nsystemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy\n_datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib #\ndestroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy\nsre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy\nstat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy\nsignal # destroy contextlib # destroy pwd # destroy grp # destroy\n_posixsubprocess # destroy selectors # destroy select # destroy\nansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\nitertools # destroy operator # destroy ansible.module_utils.six.moves # destroy\n_operator # destroy _frozen_importlib_external # destroy _imp # destroy io #\ndestroy marshal # destroy _frozen_importlib # clear sys.audit hooks\n[WARNING]: Platform linux on host managed_node1 is using the discovered Python\ninterpreter at /usr/bin/python3.9, but future installation of another Python\ninterpreter could change the meaning of that path. See\nhttps://docs.ansible.com/ansible-\ncore/2.17/reference_appendices/interpreter_discovery.html for more information.\n[WARNING]: Platform linux on host managed_node2 is using the discovered Python\ninterpreter at /usr/bin/python3.9, but future installation of another Python\ninterpreter could change the meaning of that path. See\nhttps://docs.ansible.com/ansible-\ncore/2.17/reference_appendices/interpreter_discovery.html for more information.\n[WARNING]: Platform linux on host managed_node3 is using the discovered Python\ninterpreter at /usr/bin/python3.9, but future installation of another Python\ninterpreter could change the meaning of that path. See\nhttps://docs.ansible.com/ansible-\ncore/2.17/reference_appendices/interpreter_discovery.html for more information.\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/set_fact.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/set_fact.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576014bf0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576015fd0>\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760308c0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576253bc0>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576014920>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760b1880>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55760b3170>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760b1670>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760b30e0>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760ccdd0>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760b3bc0>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55760cdbb0>\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760cd6d0>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576031580>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762708c0>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576091ac0>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576092480>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576091a90>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576033a40>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575fb5af0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/shell.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/shell.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n[WARNING]: Module invocation had junk after the JSON data: # clear builtins._ #\nclear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear\nsys.last_type # clear sys.last_value # clear sys.last_traceback # clear\nsys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear\nsys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore\nsys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins #\ncleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2]\nremoving _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref\n# cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing\nposix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing\ntime # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2]\nremoving abc # cleanup[2] removing io # cleanup[2] removing __main__ #\ncleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing\n_bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site #\ncleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre\n# cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2]\nremoving sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing\n_heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2]\nremoving operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2]\nremoving _collections # cleanup[2] removing collections # cleanup[2] removing\n_functools # cleanup[2] removing functools # cleanup[2] removing copyreg #\ncleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing\nstruct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2]\nremoving importlib._bootstrap # cleanup[2] removing\nimportlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2]\nremoving importlib # cleanup[2] removing importlib.machinery # cleanup[2]\nremoving collections.abc # cleanup[2] removing contextlib # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing importlib.abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset\n# cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch #\ncleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing\n_compression # cleanup[2] removing threading # cleanup[2] removing _bz2 #\ndestroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2]\nremoving lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2]\nremoving shutil # cleanup[2] removing math # cleanup[2] removing _bisect #\ncleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random #\ncleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2]\nremoving hashlib # cleanup[2] removing random # destroy random # cleanup[2]\nremoving tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2]\nremoving encodings.cp437 # cleanup[2] removing ansible # destroy ansible #\ncleanup[2] removing ansible.module_utils # destroy ansible.module_utils #\ncleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json\n# cleanup[2] removing json.scanner # cleanup[2] removing json.decoder #\ncleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2]\nremoving atexit # cleanup[2] removing fcntl # cleanup[2] removing locale #\ncleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2]\nremoving select # cleanup[2] removing selectors # cleanup[2] removing\nsubprocess # cleanup[2] removing platform # cleanup[2] removing shlex #\ncleanup[2] removing token # destroy token # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2]\nremoving syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2]\nremoving _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid #\ncleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing\nstring # destroy string # cleanup[2] removing logging # cleanup[2] removing\nsystemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing\nsystemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing\n_socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2]\nremoving systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2]\nremoving ansible.module_utils.compat # destroy ansible.module_utils.compat #\ncleanup[2] removing ansible.module_utils.common # destroy\nansible.module_utils.common # cleanup[2] removing\nansible.module_utils.common.text # destroy ansible.module_utils.common.text #\ncleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro #\ncleanup[2] removing ansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing\nansible.module_utils.facts.namespace # cleanup[2] removing\nansible.module_utils.compat.typing # cleanup[2] removing\nmultiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2]\nremoving _pickle # cleanup[2] removing pickle # cleanup[2] removing\nmultiprocessing.reduction # cleanup[2] removing multiprocessing.context #\ncleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing\nmultiprocessing # cleanup[2] removing _queue # cleanup[2] removing queue #\ncleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing\n# cleanup[2] removing multiprocessing.connection # cleanup[2] removing\nmultiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout #\ncleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing\nansible.module_utils.facts.other # cleanup[2] removing\nansible.module_utils.facts.other.facter # cleanup[2] removing\nansible.module_utils.facts.other.ohai # cleanup[2] removing\nansible.module_utils.facts.system # cleanup[2] removing\nansible.module_utils.facts.system.apparmor # cleanup[2] removing\nansible.module_utils.facts.system.caps # cleanup[2] removing\nansible.module_utils.facts.system.chroot # cleanup[2] removing\nansible.module_utils.facts.utils # cleanup[2] removing\nansible.module_utils.facts.system.cmdline # cleanup[2] removing\nansible.module_utils.facts.system.distribution # cleanup[2] removing\nansible.module_utils.compat.datetime # destroy\nansible.module_utils.compat.datetime # cleanup[2] removing\nansible.module_utils.facts.system.date_time # cleanup[2] removing\nansible.module_utils.facts.system.env # cleanup[2] removing\nansible.module_utils.facts.system.dns # cleanup[2] removing\nansible.module_utils.facts.system.fips # cleanup[2] removing\nansible.module_utils.facts.system.loadavg # cleanup[2] removing glob #\ncleanup[2] removing configparser # cleanup[2] removing\nansible.module_utils.facts.system.local # cleanup[2] removing\nansible.module_utils.facts.system.lsb # cleanup[2] removing\nansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing\nansible.module_utils.facts.system.platform # cleanup[2] removing _ssl #\ncleanup[2] removing ssl # destroy ssl # cleanup[2] removing\nansible.module_utils.facts.system.python # cleanup[2] removing\nansible.module_utils.facts.system.selinux # cleanup[2] removing\nansible.module_utils.compat.version # destroy\nansible.module_utils.compat.version # cleanup[2] removing\nansible.module_utils.facts.system.service_mgr # cleanup[2] removing\nansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios #\ncleanup[2] removing getpass # cleanup[2] removing\nansible.module_utils.facts.system.user # cleanup[2] removing\nansible.module_utils.facts.hardware # cleanup[2] removing\nansible.module_utils.facts.hardware.base # cleanup[2] removing\nansible.module_utils.facts.hardware.aix # cleanup[2] removing\nansible.module_utils.facts.sysctl # cleanup[2] removing\nansible.module_utils.facts.hardware.darwin # cleanup[2] removing\nansible.module_utils.facts.hardware.freebsd # cleanup[2] removing\nansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing\nansible.module_utils.facts.hardware.hpux # cleanup[2] removing\nansible.module_utils.facts.hardware.linux # cleanup[2] removing\nansible.module_utils.facts.hardware.hurd # cleanup[2] removing\nansible.module_utils.facts.hardware.netbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.openbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.sunos # cleanup[2] removing\nansible.module_utils.facts.network # cleanup[2] removing\nansible.module_utils.facts.network.base # cleanup[2] removing\nansible.module_utils.facts.network.generic_bsd # cleanup[2] removing\nansible.module_utils.facts.network.aix # cleanup[2] removing\nansible.module_utils.facts.network.darwin # cleanup[2] removing\nansible.module_utils.facts.network.dragonfly # cleanup[2] removing\nansible.module_utils.facts.network.fc_wwn # cleanup[2] removing\nansible.module_utils.facts.network.freebsd # cleanup[2] removing\nansible.module_utils.facts.network.hpux # cleanup[2] removing\nansible.module_utils.facts.network.hurd # cleanup[2] removing\nansible.module_utils.facts.network.linux # cleanup[2] removing\nansible.module_utils.facts.network.iscsi # cleanup[2] removing\nansible.module_utils.facts.network.nvme # cleanup[2] removing\nansible.module_utils.facts.network.netbsd # cleanup[2] removing\nansible.module_utils.facts.network.openbsd # cleanup[2] removing\nansible.module_utils.facts.network.sunos # cleanup[2] removing\nansible.module_utils.facts.virtual # cleanup[2] removing\nansible.module_utils.facts.virtual.base # cleanup[2] removing\nansible.module_utils.facts.virtual.sysctl # cleanup[2] removing\nansible.module_utils.facts.virtual.freebsd # cleanup[2] removing\nansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing\nansible.module_utils.facts.virtual.hpux # cleanup[2] removing\nansible.module_utils.facts.virtual.linux # cleanup[2] removing\nansible.module_utils.facts.virtual.netbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.openbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.sunos # cleanup[2] removing\nansible.module_utils.facts.default_collectors # cleanup[2] removing\nansible.module_utils.facts.ansible_collector # cleanup[2] removing\nansible.module_utils.facts.compat # cleanup[2] removing\nansible.module_utils.facts # destroy ansible.module_utils.facts # destroy\nansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other\n# destroy ansible.module_utils.facts.other.facter # destroy\nansible.module_utils.facts.other.ohai # destroy\nansible.module_utils.facts.system # destroy\nansible.module_utils.facts.system.apparmor # destroy\nansible.module_utils.facts.system.caps # destroy\nansible.module_utils.facts.system.chroot # destroy\nansible.module_utils.facts.system.cmdline # destroy\nansible.module_utils.facts.system.distribution # destroy\nansible.module_utils.facts.system.date_time # destroy\nansible.module_utils.facts.system.env # destroy\nansible.module_utils.facts.system.dns # destroy\nansible.module_utils.facts.system.fips # destroy\nansible.module_utils.facts.system.loadavg # destroy\nansible.module_utils.facts.system.local # destroy\nansible.module_utils.facts.system.lsb # destroy\nansible.module_utils.facts.system.pkg_mgr # destroy\nansible.module_utils.facts.system.platform # destroy\nansible.module_utils.facts.system.python # destroy\nansible.module_utils.facts.system.selinux # destroy\nansible.module_utils.facts.system.service_mgr # destroy\nansible.module_utils.facts.system.ssh_pub_keys # destroy\nansible.module_utils.facts.system.user # destroy\nansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware\n# destroy ansible.module_utils.facts.hardware.base # destroy\nansible.module_utils.facts.hardware.aix # destroy\nansible.module_utils.facts.hardware.darwin # destroy\nansible.module_utils.facts.hardware.freebsd # destroy\nansible.module_utils.facts.hardware.dragonfly # destroy\nansible.module_utils.facts.hardware.hpux # destroy\nansible.module_utils.facts.hardware.linux # destroy\nansible.module_utils.facts.hardware.hurd # destroy\nansible.module_utils.facts.hardware.netbsd # destroy\nansible.module_utils.facts.hardware.openbsd # destroy\nansible.module_utils.facts.hardware.sunos # destroy\nansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network\n# destroy ansible.module_utils.facts.network.base # destroy\nansible.module_utils.facts.network.generic_bsd # destroy\nansible.module_utils.facts.network.aix # destroy\nansible.module_utils.facts.network.darwin # destroy\nansible.module_utils.facts.network.dragonfly # destroy\nansible.module_utils.facts.network.fc_wwn # destroy\nansible.module_utils.facts.network.freebsd # destroy\nansible.module_utils.facts.network.hpux # destroy\nansible.module_utils.facts.network.hurd # destroy\nansible.module_utils.facts.network.linux # destroy\nansible.module_utils.facts.network.iscsi # destroy\nansible.module_utils.facts.network.nvme # destroy\nansible.module_utils.facts.network.netbsd # destroy\nansible.module_utils.facts.network.openbsd # destroy\nansible.module_utils.facts.network.sunos # destroy\nansible.module_utils.facts.virtual # destroy\nansible.module_utils.facts.virtual.base # destroy\nansible.module_utils.facts.virtual.sysctl # destroy\nansible.module_utils.facts.virtual.freebsd # destroy\nansible.module_utils.facts.virtual.dragonfly # destroy\nansible.module_utils.facts.virtual.hpux # destroy\nansible.module_utils.facts.virtual.linux # destroy\nansible.module_utils.facts.virtual.netbsd # destroy\nansible.module_utils.facts.virtual.openbsd # destroy\nansible.module_utils.facts.virtual.sunos # destroy\nansible.module_utils.facts.compat # destroy _sitebuiltins # destroy\nimportlib.util # destroy importlib.abc # destroy importlib.machinery # destroy\nzipimport # destroy _compression # destroy binascii # destroy importlib #\ndestroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy\nsystemd.journal # destroy systemd.daemon # destroy hashlib # destroy\njson.decoder # destroy json.encoder # destroy json.scanner # destroy _json #\ndestroy encodings # destroy syslog # destroy uuid # destroy selinux # destroy\ndistro # destroy logging # destroy argparse # destroy\nansible.module_utils.facts.default_collectors # destroy\nansible.module_utils.facts.ansible_collector # destroy multiprocessing #\ndestroy multiprocessing.connection # destroy multiprocessing.pool # destroy\npickle # destroy multiprocessing.context # destroy array # destroy\n_compat_pickle # destroy queue # destroy multiprocessing.process # destroy\ntempfile # destroy multiprocessing.util # destroy multiprocessing.reduction #\ndestroy shlex # destroy datetime # destroy base64 # destroy\nansible.module_utils.compat.selinux # destroy getpass # destroy json # destroy\nsocket # destroy struct # destroy glob # destroy\nansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout\n# destroy ansible.module_utils.facts.collector # cleanup[3] wiping termios #\ncleanup[3] wiping _ssl # cleanup[3] wiping configparser # cleanup[3] wiping\n_multiprocessing # cleanup[3] wiping _queue # cleanup[3] wiping _pickle #\ncleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian #\ncleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping\nsystemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 #\ncleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal #\ncleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping\n_datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping\ntokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping\nselectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess #\ncleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit #\ncleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3]\nwiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect #\ncleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch #\ncleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma #\ncleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno\n# cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping\ncollections.abc # cleanup[3] wiping warnings # cleanup[3] wiping\nimportlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap #\ncleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy\nsre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping\n_functools # destroy _functools # cleanup[3] wiping collections # destroy\n_collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping\n_collections # destroy _collections # cleanup[3] wiping operator # cleanup[3]\nwiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq #\ncleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types\n# cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os #\ncleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath #\ncleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3]\nwiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping\nencodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping\nencodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping\ncodecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping\n_frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping\nmarshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3]\nwiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp #\ncleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping\nbuiltins # destroy termios # destroy _ssl # destroy _multiprocessing # destroy\n_queue # destroy _pickle # destroy systemd._daemon # destroy _socket # destroy\nsystemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy\n_datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib #\ndestroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy\nsre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy\nstat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy\nsignal # destroy contextlib # destroy pwd # destroy grp # destroy\n_posixsubprocess # destroy selectors # destroy select # destroy\nansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\nitertools # destroy operator # destroy ansible.module_utils.six.moves # destroy\n_operator # destroy _frozen_importlib_external # destroy _imp # destroy io #\ndestroy marshal # destroy _frozen_importlib # clear sys.audit hooks\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762ceb70>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575fb7d40>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762ef050>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575e953d0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575e94140>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575eb42c0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/include_vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/include_vars.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762ecb90>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575e96030>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575eb5eb0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/package.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/package.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n[WARNING]: Module invocation had junk after the JSON data: # clear builtins._ #\nclear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear\nsys.last_type # clear sys.last_value # clear sys.last_traceback # clear\nsys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear\nsys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore\nsys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins #\ncleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2]\nremoving _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref\n# cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing\nposix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing\ntime # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2]\nremoving abc # cleanup[2] removing io # cleanup[2] removing __main__ #\ncleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing\n_bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site #\ncleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre\n# cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2]\nremoving sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing\n_heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2]\nremoving operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2]\nremoving _collections # cleanup[2] removing collections # cleanup[2] removing\n_functools # cleanup[2] removing functools # cleanup[2] removing copyreg #\ncleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing\nstruct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2]\nremoving importlib._bootstrap # cleanup[2] removing\nimportlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2]\nremoving importlib # cleanup[2] removing importlib.machinery # cleanup[2]\nremoving collections.abc # cleanup[2] removing contextlib # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing importlib.abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset\n# cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch #\ncleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing\n_compression # cleanup[2] removing threading # cleanup[2] removing _bz2 #\ndestroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2]\nremoving lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2]\nremoving shutil # cleanup[2] removing math # cleanup[2] removing _bisect #\ncleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random #\ncleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2]\nremoving hashlib # cleanup[2] removing random # destroy random # cleanup[2]\nremoving tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2]\nremoving encodings.cp437 # cleanup[2] removing ansible # destroy ansible #\ncleanup[2] removing ansible.module_utils # destroy ansible.module_utils #\ncleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json\n# cleanup[2] removing json.scanner # cleanup[2] removing json.decoder #\ncleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2]\nremoving atexit # cleanup[2] removing fcntl # cleanup[2] removing locale #\ncleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2]\nremoving select # cleanup[2] removing selectors # cleanup[2] removing\nsubprocess # cleanup[2] removing platform # cleanup[2] removing shlex #\ncleanup[2] removing token # destroy token # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2]\nremoving syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2]\nremoving _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid #\ncleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing\nstring # destroy string # cleanup[2] removing logging # cleanup[2] removing\nsystemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing\nsystemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing\n_socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2]\nremoving systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2]\nremoving ansible.module_utils.compat # destroy ansible.module_utils.compat #\ncleanup[2] removing ansible.module_utils.common # destroy\nansible.module_utils.common # cleanup[2] removing\nansible.module_utils.common.text # destroy ansible.module_utils.common.text #\ncleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro #\ncleanup[2] removing ansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing\nansible.module_utils.facts.namespace # cleanup[2] removing\nansible.module_utils.compat.typing # cleanup[2] removing\nmultiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2]\nremoving _pickle # cleanup[2] removing pickle # cleanup[2] removing\nmultiprocessing.reduction # cleanup[2] removing multiprocessing.context #\ncleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing\nmultiprocessing # cleanup[2] removing _queue # cleanup[2] removing queue #\ncleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing\n# cleanup[2] removing multiprocessing.connection # cleanup[2] removing\nmultiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout #\ncleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing\nansible.module_utils.facts.other # cleanup[2] removing\nansible.module_utils.facts.other.facter # cleanup[2] removing\nansible.module_utils.facts.other.ohai # cleanup[2] removing\nansible.module_utils.facts.system # cleanup[2] removing\nansible.module_utils.facts.system.apparmor # cleanup[2] removing\nansible.module_utils.facts.system.caps # cleanup[2] removing\nansible.module_utils.facts.system.chroot # cleanup[2] removing\nansible.module_utils.facts.utils # cleanup[2] removing\nansible.module_utils.facts.system.cmdline # cleanup[2] removing\nansible.module_utils.facts.system.distribution # cleanup[2] removing\nansible.module_utils.compat.datetime # destroy\nansible.module_utils.compat.datetime # cleanup[2] removing\nansible.module_utils.facts.system.date_time # cleanup[2] removing\nansible.module_utils.facts.system.env # cleanup[2] removing\nansible.module_utils.facts.system.dns # cleanup[2] removing\nansible.module_utils.facts.system.fips # cleanup[2] removing\nansible.module_utils.facts.system.loadavg # cleanup[2] removing glob #\ncleanup[2] removing configparser # cleanup[2] removing\nansible.module_utils.facts.system.local # cleanup[2] removing\nansible.module_utils.facts.system.lsb # cleanup[2] removing\nansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing\nansible.module_utils.facts.system.platform # cleanup[2] removing _ssl #\ncleanup[2] removing ssl # destroy ssl # cleanup[2] removing\nansible.module_utils.facts.system.python # cleanup[2] removing\nansible.module_utils.facts.system.selinux # cleanup[2] removing\nansible.module_utils.compat.version # destroy\nansible.module_utils.compat.version # cleanup[2] removing\nansible.module_utils.facts.system.service_mgr # cleanup[2] removing\nansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios #\ncleanup[2] removing getpass # cleanup[2] removing\nansible.module_utils.facts.system.user # cleanup[2] removing\nansible.module_utils.facts.hardware # cleanup[2] removing\nansible.module_utils.facts.hardware.base # cleanup[2] removing\nansible.module_utils.facts.hardware.aix # cleanup[2] removing\nansible.module_utils.facts.sysctl # cleanup[2] removing\nansible.module_utils.facts.hardware.darwin # cleanup[2] removing\nansible.module_utils.facts.hardware.freebsd # cleanup[2] removing\nansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing\nansible.module_utils.facts.hardware.hpux # cleanup[2] removing\nansible.module_utils.facts.hardware.linux # cleanup[2] removing\nansible.module_utils.facts.hardware.hurd # cleanup[2] removing\nansible.module_utils.facts.hardware.netbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.openbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.sunos # cleanup[2] removing\nansible.module_utils.facts.network # cleanup[2] removing\nansible.module_utils.facts.network.base # cleanup[2] removing\nansible.module_utils.facts.network.generic_bsd # cleanup[2] removing\nansible.module_utils.facts.network.aix # cleanup[2] removing\nansible.module_utils.facts.network.darwin # cleanup[2] removing\nansible.module_utils.facts.network.dragonfly # cleanup[2] removing\nansible.module_utils.facts.network.fc_wwn # cleanup[2] removing\nansible.module_utils.facts.network.freebsd # cleanup[2] removing\nansible.module_utils.facts.network.hpux # cleanup[2] removing\nansible.module_utils.facts.network.hurd # cleanup[2] removing\nansible.module_utils.facts.network.linux # cleanup[2] removing\nansible.module_utils.facts.network.iscsi # cleanup[2] removing\nansible.module_utils.facts.network.nvme # cleanup[2] removing\nansible.module_utils.facts.network.netbsd # cleanup[2] removing\nansible.module_utils.facts.network.openbsd # cleanup[2] removing\nansible.module_utils.facts.network.sunos # cleanup[2] removing\nansible.module_utils.facts.virtual # cleanup[2] removing\nansible.module_utils.facts.virtual.base # cleanup[2] removing\nansible.module_utils.facts.virtual.sysctl # cleanup[2] removing\nansible.module_utils.facts.virtual.freebsd # cleanup[2] removing\nansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing\nansible.module_utils.facts.virtual.hpux # cleanup[2] removing\nansible.module_utils.facts.virtual.linux # cleanup[2] removing\nansible.module_utils.facts.virtual.netbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.openbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.sunos # cleanup[2] removing\nansible.module_utils.facts.default_collectors # cleanup[2] removing\nansible.module_utils.facts.ansible_collector # cleanup[2] removing\nansible.module_utils.facts.compat # cleanup[2] removing\nansible.module_utils.facts # destroy ansible.module_utils.facts # destroy\nansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other\n# destroy ansible.module_utils.facts.other.facter # destroy\nansible.module_utils.facts.other.ohai # destroy\nansible.module_utils.facts.system # destroy\nansible.module_utils.facts.system.apparmor # destroy\nansible.module_utils.facts.system.caps # destroy\nansible.module_utils.facts.system.chroot # destroy\nansible.module_utils.facts.system.cmdline # destroy\nansible.module_utils.facts.system.distribution # destroy\nansible.module_utils.facts.system.date_time # destroy\nansible.module_utils.facts.system.env # destroy\nansible.module_utils.facts.system.dns # destroy\nansible.module_utils.facts.system.fips # destroy\nansible.module_utils.facts.system.loadavg # destroy\nansible.module_utils.facts.system.local # destroy\nansible.module_utils.facts.system.lsb # destroy\nansible.module_utils.facts.system.pkg_mgr # destroy\nansible.module_utils.facts.system.platform # destroy\nansible.module_utils.facts.system.python # destroy\nansible.module_utils.facts.system.selinux # destroy\nansible.module_utils.facts.system.service_mgr # destroy\nansible.module_utils.facts.system.ssh_pub_keys # destroy\nansible.module_utils.facts.system.user # destroy\nansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware\n# destroy ansible.module_utils.facts.hardware.base # destroy\nansible.module_utils.facts.hardware.aix # destroy\nansible.module_utils.facts.hardware.darwin # destroy\nansible.module_utils.facts.hardware.freebsd # destroy\nansible.module_utils.facts.hardware.dragonfly # destroy\nansible.module_utils.facts.hardware.hpux # destroy\nansible.module_utils.facts.hardware.linux # destroy\nansible.module_utils.facts.hardware.hurd # destroy\nansible.module_utils.facts.hardware.netbsd # destroy\nansible.module_utils.facts.hardware.openbsd # destroy\nansible.module_utils.facts.hardware.sunos # destroy\nansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network\n# destroy ansible.module_utils.facts.network.base # destroy\nansible.module_utils.facts.network.generic_bsd # destroy\nansible.module_utils.facts.network.aix # destroy\nansible.module_utils.facts.network.darwin # destroy\nansible.module_utils.facts.network.dragonfly # destroy\nansible.module_utils.facts.network.fc_wwn # destroy\nansible.module_utils.facts.network.freebsd # destroy\nansible.module_utils.facts.network.hpux # destroy\nansible.module_utils.facts.network.hurd # destroy\nansible.module_utils.facts.network.linux # destroy\nansible.module_utils.facts.network.iscsi # destroy\nansible.module_utils.facts.network.nvme # destroy\nansible.module_utils.facts.network.netbsd # destroy\nansible.module_utils.facts.network.openbsd # destroy\nansible.module_utils.facts.network.sunos # destroy\nansible.module_utils.facts.virtual # destroy\nansible.module_utils.facts.virtual.base # destroy\nansible.module_utils.facts.virtual.sysctl # destroy\nansible.module_utils.facts.virtual.freebsd # destroy\nansible.module_utils.facts.virtual.dragonfly # destroy\nansible.module_utils.facts.virtual.hpux # destroy\nansible.module_utils.facts.virtual.linux # destroy\nansible.module_utils.facts.virtual.netbsd # destroy\nansible.module_utils.facts.virtual.openbsd # destroy\nansible.module_utils.facts.virtual.sunos # destroy\nansible.module_utils.facts.compat # cleanup[2] removing unicodedata #\ncleanup[2] removing stringprep # cleanup[2] removing encodings.idna #\ncleanup[2] removing gc # destroy _sitebuiltins # destroy importlib.util #\ndestroy importlib.abc # destroy importlib.machinery # destroy zipimport #\ndestroy _compression # destroy binascii # destroy importlib # destroy bz2 #\ndestroy lzma # destroy __main__ # destroy locale # destroy systemd.journal #\ndestroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy\njson.encoder # destroy json.scanner # destroy _json # destroy encodings #\ndestroy syslog # destroy uuid # destroy selinux # destroy distro # destroy\nlogging # destroy argparse # destroy\nansible.module_utils.facts.default_collectors # destroy\nansible.module_utils.facts.ansible_collector # destroy multiprocessing #\ndestroy multiprocessing.connection # destroy multiprocessing.pool # destroy\npickle # destroy multiprocessing.context # destroy array # destroy\n_compat_pickle # destroy queue # destroy multiprocessing.process # destroy\ntempfile # destroy multiprocessing.util # destroy multiprocessing.reduction #\ndestroy shlex # destroy datetime # destroy base64 # destroy\nansible.module_utils.compat.selinux # destroy getpass # destroy json # destroy\nsocket # destroy struct # destroy glob # destroy\nansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout\n# destroy ansible.module_utils.facts.collector # cleanup[3] wiping gc #\ncleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping\nunicodedata # cleanup[3] wiping termios # cleanup[3] wiping _ssl # cleanup[3]\nwiping configparser # cleanup[3] wiping _multiprocessing # cleanup[3] wiping\n_queue # cleanup[3] wiping _pickle # cleanup[3] wiping selinux._selinux #\ncleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3]\nwiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping\nsystemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 #\ncleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal #\ncleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping\n_datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping\ntokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping\nselectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess #\ncleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit #\ncleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3]\nwiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect #\ncleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch #\ncleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma #\ncleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno\n# cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping\ncollections.abc # cleanup[3] wiping warnings # cleanup[3] wiping\nimportlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap #\ncleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy\nsre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping\n_functools # destroy _functools # cleanup[3] wiping collections # destroy\n_collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping\n_collections # destroy _collections # cleanup[3] wiping operator # cleanup[3]\nwiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq #\ncleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types\n# cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os #\ncleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath #\ncleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3]\nwiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping\nencodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping\nencodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping\ncodecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping\n_frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping\nmarshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3]\nwiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp #\ncleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping\nbuiltins # destroy gc # destroy unicodedata # destroy termios # destroy _ssl #\ndestroy _multiprocessing # destroy _queue # destroy _pickle # destroy\nsystemd._daemon # destroy _socket # destroy systemd.id128 # destroy\nsystemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl\n# destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy\nplatform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize\n# destroy _heapq # destroy posixpath # destroy stat # destroy\nansible.module_utils.six.moves.urllib # destroy errno # destroy signal #\ndestroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess #\ndestroy selectors # destroy select # destroy\nansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\nitertools # destroy operator # destroy ansible.module_utils.six.moves # destroy\n_operator # destroy _frozen_importlib_external # destroy _imp # destroy io #\ndestroy marshal # destroy _frozen_importlib # clear sys.audit hooks\n[WARNING]: Module invocation had junk after the JSON data: # destroy\ndnf.plugin.dynamic # destroy __main__ # clear builtins._ # clear sys.path #\nclear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear\nsys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear\nsys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ #\nrestore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2]\nremoving sys # cleanup[2] removing builtins # cleanup[2] removing\n_frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread #\ncleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2]\nremoving _io # cleanup[2] removing marshal # cleanup[2] removing posix #\ncleanup[2] removing _frozen_importlib_external # cleanup[2] removing time #\ncleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2]\nremoving abc # cleanup[2] removing io # cleanup[2] removing __main__ #\ncleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing\n_bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site #\ncleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre\n# cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2]\nremoving sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing\n_heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2]\nremoving operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2]\nremoving _collections # cleanup[2] removing collections # cleanup[2] removing\n_functools # cleanup[2] removing functools # cleanup[2] removing copyreg #\ncleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing\nstruct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2]\nremoving importlib._bootstrap # cleanup[2] removing\nimportlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2]\nremoving importlib # cleanup[2] removing importlib.machinery # cleanup[2]\nremoving collections.abc # cleanup[2] removing contextlib # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing importlib.abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset\n# cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch #\ncleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing\n_compression # cleanup[2] removing threading # cleanup[2] removing _bz2 #\ndestroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2]\nremoving lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2]\nremoving shutil # cleanup[2] removing math # cleanup[2] removing _bisect #\ncleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing\n_hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib #\ncleanup[2] removing random # cleanup[2] removing tempfile # cleanup[2] removing\nzipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible #\ndestroy ansible # cleanup[2] removing ansible.module_utils # destroy\nansible.module_utils # cleanup[2] removing __future__ # destroy __future__ #\ncleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2]\nremoving json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing\njson # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2]\nremoving locale # cleanup[2] removing signal # cleanup[2] removing\n_posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors #\ncleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2]\nremoving shlex # cleanup[2] removing token # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2]\nremoving syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2]\nremoving _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid #\ncleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing\nstring # cleanup[2] removing logging # cleanup[2] removing systemd._journal #\ncleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 #\ncleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2]\nremoving array # cleanup[2] removing socket # cleanup[2] removing\nsystemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing\nansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2]\nremoving ansible.module_utils.common # destroy ansible.module_utils.common #\ncleanup[2] removing ansible.module_utils.common.text # destroy\nansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six\n# destroy ansible.module_utils.six # cleanup[2] removing\nansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2]\nremoving ansible.module_utils.compat.selinux # cleanup[2] removing\nansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2]\nremoving copy # cleanup[2] removing ansible.module_utils.common.collections #\ndestroy ansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2]\nremoving argparse # cleanup[2] removing distro # cleanup[2] removing\nansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing email\n# cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2]\nremoving email.encoders # cleanup[2] removing email.errors # cleanup[2]\nremoving email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2]\nremoving email.charset # cleanup[2] removing email.header # cleanup[2] removing\nurllib # cleanup[2] removing urllib.parse # cleanup[2] removing calendar #\ncleanup[2] removing email._parseaddr # cleanup[2] removing email.utils #\ncleanup[2] removing email._policybase # cleanup[2] removing\nemail._encoded_words # cleanup[2] removing email._header_value_parser #\ncleanup[2] removing email.headerregistry # cleanup[2] removing uu # cleanup[2]\nremoving email.iterators # cleanup[2] removing email.message # cleanup[2]\nremoving email.contentmanager # cleanup[2] removing email.policy # cleanup[2]\nremoving email.mime.base # cleanup[2] removing email.mime.nonmultipart #\ncleanup[2] removing email.mime.application # cleanup[2] removing\nemail.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2]\nremoving email.parser # cleanup[2] removing http # cleanup[2] removing _ssl #\ncleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing\nmimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response #\ncleanup[2] removing urllib.error # cleanup[2] removing urllib.request #\ncleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2]\nremoving ansible.module_utils.urls # destroy ansible.module_utils.urls #\ncleanup[2] removing ansible.module_utils.compat.version # destroy\nansible.module_utils.compat.version # cleanup[2] removing\nansible.module_utils.common.respawn # destroy\nansible.module_utils.common.respawn # cleanup[2] removing\nansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2]\nremoving gc # cleanup[2] removing email.mime.text # cleanup[2] removing\nconfigparser # cleanup[2] removing _queue # cleanup[2] removing queue #\ncleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2]\nremoving libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing\nlibdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2]\nremoving libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing\nlibdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing\nlibdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing\nlibdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2]\nremoving libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing\nlibdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n #\ncleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2]\nremoving rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing\nrpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback #\ncleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2]\nremoving dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing\nlibcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing\ndnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing gpg._gpgme #\ncleanup[2] removing gpg.gpgme # cleanup[2] removing gpg.util # cleanup[2]\nremoving gpg.errors # cleanup[2] removing gpg.constants.data.encoding #\ncleanup[2] removing gpg.constants.data # cleanup[2] removing\ngpg.constants.keylist.mode # cleanup[2] removing gpg.constants.keylist #\ncleanup[2] removing gpg.constants.sig.mode # cleanup[2] removing\ngpg.constants.sig.notation # cleanup[2] removing gpg.constants.sig # cleanup[2]\nremoving gpg.constants.tofu.policy # cleanup[2] removing gpg.constants.tofu #\ncleanup[2] removing gpg.constants.create # cleanup[2] removing\ngpg.constants.event # cleanup[2] removing gpg.constants.import_type #\ncleanup[2] removing gpg.constants.keysign # cleanup[2] removing\ngpg.constants.md # cleanup[2] removing gpg.constants.pk # cleanup[2] removing\ngpg.constants.protocol # cleanup[2] removing gpg.constants.sigsum # cleanup[2]\nremoving gpg.constants.status # cleanup[2] removing gpg.constants.validity #\ncleanup[2] removing gpg.constants # cleanup[2] removing gpg.core # cleanup[2]\nremoving termios # cleanup[2] removing getpass # destroy getpass # cleanup[2]\nremoving gpg.callbacks # cleanup[2] removing gpg.version # cleanup[2] removing\ngpg # destroy gpg # destroy gpg.core # destroy gpg.callbacks # destroy\ngpg.version # cleanup[2] removing dnf.crypto # cleanup[2] removing glob #\ncleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group #\ncleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions\n# cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf #\ncleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2]\nremoving _pickle # cleanup[2] removing pickle # cleanup[2] removing\nlogging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing\ndnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing\ndnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing\ndnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal #\ncleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2]\nremoving libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2]\nremoving dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2]\nremoving dnf.module.module_base # cleanup[2] removing dnf.persistor #\ncleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode #\ncleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing\ndnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict #\ncleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils\n# cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2]\nremoving dnf.subject # cleanup[2] removing dnf.base # cleanup[2] removing dnf #\ncleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2]\nremoving dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing\ncurses # cleanup[2] removing dnf.cli.term # cleanup[2] removing\ndnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing\ndnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2]\nremoving dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias #\ncleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing\ndnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean #\ncleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing\ndnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync #\ncleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing\ndnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2]\nremoving dnf.cli.commands.history # cleanup[2] removing\ndnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache #\ncleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing\ndnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall #\ncleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing\ndnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2]\nremoving dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2]\nremoving dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap #\ncleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing\ndnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal\n# cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli #\ncleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep #\ndestroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version #\ncleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing\nnumbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing\ndecimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2]\nremoving dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2]\nremoving dateutil.tz._common # cleanup[2] removing dateutil.tz._factories #\ncleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz #\ncleanup[2] removing dateutil.parser._parser # cleanup[2] removing\ndateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2]\nremoving dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog #\ndestroy dnf.plugin.dynamic.changelog # cleanup[2] removing\ndnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager #\ncleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr #\ncleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy\ndnf.plugin.dynamic.debuginfo-install # cleanup[2] removing\ndnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2]\nremoving _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing\nsqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache #\ndestroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing\ndnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager #\ncleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions #\ncleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types #\ncleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml #\ncleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing\npyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing\npyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing\nxml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy\nxml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser #\ncleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection #\ncleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2]\nremoving dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting #\ndestroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing\ndnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure #\ncleanup[2] removing dnf.plugin.dynamic.repodiff # destroy\ndnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph\n# destroy dnf.plugin.dynamic.repograph # cleanup[2] removing\ndnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage #\ncleanup[2] removing dnf.plugin.dynamic.reposync # destroy\ndnf.plugin.dynamic.reposync # cleanup[2] removing\ndnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade #\ncleanup[2] removing subscription_manager # cleanup[2] removing rhsm #\ncleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate #\ncleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config\n# cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat #\ncleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy\niniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2]\nremoving subscription_manager.i18n # cleanup[2] removing rhsm.config #\ncleanup[2] removing subscription_manager.injection # cleanup[2] removing\nrhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2]\nremoving rhsmlib.services.config # cleanup[2] removing ntpath # cleanup[2]\nremoving pathlib # destroy pathlib # cleanup[2] removing rhsm.https #\ncleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2]\nremoving subscription_manager.version # cleanup[2] removing rhsm.connection #\ncleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman #\ncleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 #\ncleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing\npprint # cleanup[2] removing subscription_manager.branding # cleanup[2]\nremoving rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2]\nremoving rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector\n# cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing\nsubscription_manager.utils # cleanup[2] removing cloud_what # destroy\ncloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing\nrhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser #\ncleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing\nrhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector\n# cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing\nurllib3.packages.ssl_match_hostname # cleanup[2] removing urllib3.packages #\ncleanup[2] removing urllib3.packages.six # cleanup[2] removing\nurllib3.packages.six.moves # cleanup[2] removing\nurllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions\n# cleanup[2] removing urllib3._version # cleanup[2] removing urllib3.contrib #\ncleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing\nurllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2]\nremoving urllib3.util.request # cleanup[2] removing urllib3.util.response #\ncleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2]\nremoving urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport #\ncleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing\nurllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing\nurllib3.util.proxy # cleanup[2] removing urllib3._collections # cleanup[2]\nremoving urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2]\nremoving urllib3.filepost # cleanup[2] removing\nurllib3.packages.six.moves.urllib # cleanup[2] removing\nurllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request #\ncleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue #\ncleanup[2] removing urllib3.connectionpool # cleanup[2] removing\nurllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing\nchardet.enums # cleanup[2] removing chardet.charsetprober # cleanup[2] removing\nchardet.charsetgroupprober # cleanup[2] removing chardet.codingstatemachine #\ncleanup[2] removing chardet.escsm # cleanup[2] removing chardet.escprober #\ncleanup[2] removing chardet.latin1prober # cleanup[2] removing chardet.mbcssm #\ncleanup[2] removing chardet.utf8prober # cleanup[2] removing\nchardet.mbcharsetprober # cleanup[2] removing chardet.euctwfreq # cleanup[2]\nremoving chardet.euckrfreq # cleanup[2] removing chardet.gb2312freq #\ncleanup[2] removing chardet.big5freq # cleanup[2] removing chardet.jisfreq #\ncleanup[2] removing chardet.chardistribution # cleanup[2] removing\nchardet.jpcntx # cleanup[2] removing chardet.sjisprober # cleanup[2] removing\nchardet.eucjpprober # cleanup[2] removing chardet.gb2312prober # cleanup[2]\nremoving chardet.euckrprober # cleanup[2] removing chardet.cp949prober #\ncleanup[2] removing chardet.big5prober # cleanup[2] removing\nchardet.euctwprober # cleanup[2] removing chardet.mbcsgroupprober # cleanup[2]\nremoving chardet.hebrewprober # cleanup[2] removing chardet.sbcharsetprober #\ncleanup[2] removing chardet.langbulgarianmodel # cleanup[2] removing\nchardet.langgreekmodel # cleanup[2] removing chardet.langhebrewmodel #\ncleanup[2] removing chardet.langrussianmodel # cleanup[2] removing\nchardet.langthaimodel # cleanup[2] removing chardet.langturkishmodel #\ncleanup[2] removing chardet.sbcsgroupprober # cleanup[2] removing\nchardet.universaldetector # cleanup[2] removing chardet.version # cleanup[2]\nremoving chardet # cleanup[2] removing requests.exceptions # cleanup[2]\nremoving requests.__version__ # destroy requests.__version__ # cleanup[2]\nremoving requests.certs # cleanup[2] removing http.cookies # cleanup[2]\nremoving requests.compat # cleanup[2] removing requests._internal_utils #\ncleanup[2] removing requests.cookies # cleanup[2] removing requests.structures\n# cleanup[2] removing requests.utils # cleanup[2] removing\nrequests.packages.urllib3.packages.ssl_match_hostname # cleanup[2] removing\nrequests.packages.urllib3.packages # cleanup[2] removing\nrequests.packages.urllib3.packages.six # cleanup[2] removing\nrequests.packages.urllib3.packages.six.moves # cleanup[2] removing\nrequests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing\nrequests.packages.urllib3.exceptions # cleanup[2] removing\nrequests.packages.urllib3._version # cleanup[2] removing\nrequests.packages.urllib3.contrib # cleanup[2] removing\nrequests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing\nrequests.packages.urllib3.util.wait # cleanup[2] removing\nrequests.packages.urllib3.util.connection # cleanup[2] removing\nrequests.packages.urllib3.util.request # cleanup[2] removing\nrequests.packages.urllib3.util.response # cleanup[2] removing\nrequests.packages.urllib3.util.retry # cleanup[2] removing\nrequests.packages.urllib3.util.url # cleanup[2] removing\nrequests.packages.urllib3.util.ssltransport # cleanup[2] removing\nrequests.packages.urllib3.util.ssl_ # cleanup[2] removing\nrequests.packages.urllib3.util.timeout # cleanup[2] removing\nrequests.packages.urllib3.util # cleanup[2] removing\nrequests.packages.urllib3.util.proxy # cleanup[2] removing\nrequests.packages.urllib3._collections # cleanup[2] removing\nrequests.packages.urllib3.connection # cleanup[2] removing\nrequests.packages.urllib3.fields # cleanup[2] removing\nrequests.packages.urllib3.filepost # cleanup[2] removing\nrequests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing\nrequests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing\nrequests.packages.urllib3.request # cleanup[2] removing\nrequests.packages.urllib3.response # cleanup[2] removing\nrequests.packages.urllib3.util.queue # cleanup[2] removing\nrequests.packages.urllib3.connectionpool # cleanup[2] removing\nrequests.packages.urllib3.poolmanager # cleanup[2] removing\nrequests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2]\nremoving idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2]\nremoving idna.core # cleanup[2] removing idna # cleanup[2] removing\nrequests.packages.idna.package_data # cleanup[2] removing\nrequests.packages.idna.idnadata # cleanup[2] removing\nrequests.packages.idna.intranges # cleanup[2] removing\nrequests.packages.idna.core # cleanup[2] removing requests.packages.idna #\ncleanup[2] removing requests.packages.chardet.enums # cleanup[2] removing\nrequests.packages.chardet.charsetprober # cleanup[2] removing\nrequests.packages.chardet.charsetgroupprober # cleanup[2] removing\nrequests.packages.chardet.codingstatemachine # cleanup[2] removing\nrequests.packages.chardet.escsm # cleanup[2] removing\nrequests.packages.chardet.escprober # cleanup[2] removing\nrequests.packages.chardet.latin1prober # cleanup[2] removing\nrequests.packages.chardet.mbcssm # cleanup[2] removing\nrequests.packages.chardet.utf8prober # cleanup[2] removing\nrequests.packages.chardet.mbcharsetprober # cleanup[2] removing\nrequests.packages.chardet.euctwfreq # cleanup[2] removing\nrequests.packages.chardet.euckrfreq # cleanup[2] removing\nrequests.packages.chardet.gb2312freq # cleanup[2] removing\nrequests.packages.chardet.big5freq # cleanup[2] removing\nrequests.packages.chardet.jisfreq # cleanup[2] removing\nrequests.packages.chardet.chardistribution # cleanup[2] removing\nrequests.packages.chardet.jpcntx # cleanup[2] removing\nrequests.packages.chardet.sjisprober # cleanup[2] removing\nrequests.packages.chardet.eucjpprober # cleanup[2] removing\nrequests.packages.chardet.gb2312prober # cleanup[2] removing\nrequests.packages.chardet.euckrprober # cleanup[2] removing\nrequests.packages.chardet.cp949prober # cleanup[2] removing\nrequests.packages.chardet.big5prober # cleanup[2] removing\nrequests.packages.chardet.euctwprober # cleanup[2] removing\nrequests.packages.chardet.mbcsgroupprober # cleanup[2] removing\nrequests.packages.chardet.hebrewprober # cleanup[2] removing\nrequests.packages.chardet.sbcharsetprober # cleanup[2] removing\nrequests.packages.chardet.langbulgarianmodel # cleanup[2] removing\nrequests.packages.chardet.langgreekmodel # cleanup[2] removing\nrequests.packages.chardet.langhebrewmodel # cleanup[2] removing\nrequests.packages.chardet.langrussianmodel # cleanup[2] removing\nrequests.packages.chardet.langthaimodel # cleanup[2] removing\nrequests.packages.chardet.langturkishmodel # cleanup[2] removing\nrequests.packages.chardet.sbcsgroupprober # cleanup[2] removing\nrequests.packages.chardet.universaldetector # cleanup[2] removing\nrequests.packages.chardet.version # cleanup[2] removing\nrequests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2]\nremoving stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing\nrequests.hooks # cleanup[2] removing requests.auth # cleanup[2] removing\nrequests.status_codes # cleanup[2] removing requests.models # cleanup[2]\nremoving socks # cleanup[2] removing urllib3.contrib.socks # cleanup[2]\nremoving requests.adapters # cleanup[2] removing requests.sessions # cleanup[2]\nremoving requests.api # cleanup[2] removing requests # cleanup[2] removing\ncloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2]\nremoving cloud_what.providers # destroy cloud_what.providers # cleanup[2]\nremoving cloud_what.providers.aws # destroy cloud_what.providers.aws #\ncleanup[2] removing cloud_what.providers.azure # destroy\ncloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp #\ndestroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider #\ncleanup[2] removing rhsm.profile # cleanup[2] removing\nsubscription_manager.jsonwrapper # cleanup[2] removing\nsubscription_manager.isodate # cleanup[2] removing syspurpose # destroy\nsyspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils #\ncleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2]\nremoving subscription_manager.certlib # cleanup[2] removing\nsubscription_manager.syspurposelib # cleanup[2] removing asyncore # cleanup[2]\nremoving ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing\nrhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing\ndbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing\ndbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing\n_dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2]\nremoving rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2]\nremoving gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib #\ndestroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2]\nremoving gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2]\nremoving gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2]\nremoving gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing\ngi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing\ngi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides #\ncleanup[2] removing gi.importer # cleanup[2] removing gi.repository #\ncleanup[2] removing gi._ossighelper # cleanup[2] removing textwrap # cleanup[2]\nremoving optparse # cleanup[2] removing gi._option # cleanup[2] removing\ngi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2]\nremoving xml.etree # destroy xml.etree # cleanup[2] removing\nxml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing\nxml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils #\ncleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing\nlogging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing\nrhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose #\ncleanup[2] removing subscription_manager.cache # cleanup[2] removing\nsubscription_manager.model # cleanup[2] removing\nsubscription_manager.model.ent_cert # cleanup[2] removing\nsubscription_manager.repofile # cleanup[2] removing\nsubscription_manager.repolib # cleanup[2] removing\nsubscription_manager.productid # cleanup[2] removing\nsubscription_manager.reasons # cleanup[2] removing\nsubscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights #\ncleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing\nrhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches #\ncleanup[2] removing rhsmlib.facts.network # cleanup[2] removing\nrhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2]\nremoving subscription_manager.identity # cleanup[2] removing\nsubscription_manager.validity # cleanup[2] removing rhsmlib.client_info #\ncleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing\nsubscription_manager.base_plugin # cleanup[2] removing\nsubscription_manager.plugins # cleanup[2] removing subscription_manager.lock #\ncleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing\nlibrepo._librepo # cleanup[2] removing librepo # cleanup[2] removing\ndnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id #\ncleanup[2] removing subscription_manager.base_action_client # cleanup[2]\nremoving subscription_manager.content_action_client # cleanup[2] removing\nsubscription_manager.entbranding # cleanup[2] removing\nsubscription_manager.rhelentbranding # cleanup[2] removing\nsubscription_manager.entcertlib # cleanup[2] removing\nsubscription_manager.identitycertlib # cleanup[2] removing\nsubscription_manager.healinglib # cleanup[2] removing\nsubscription_manager.factlib # cleanup[2] removing\nsubscription_manager.packageprofilelib # cleanup[2] removing\nsubscription_manager.installedproductslib # cleanup[2] removing\nsubscription_manager.action_client # cleanup[2] removing\ndnf.plugin.dynamic.subscription-manager # destroy\ndnf.plugin.dynamic.subscription-manager # cleanup[2] removing\ndnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile #\ncleanup[2] removing dnf.plugin.dynamic.notify_packagekit # destroy\ndnf.plugin.dynamic.notify_packagekit # destroy _sitebuiltins # destroy __main__\n# destroy systemd.daemon # destroy ansible.module_utils.compat.selinux #\ndestroy selinux # destroy distro # destroy netrc # destroy sqlite3 # destroy\nsqlite3.dbapi2 # destroy systemd.journal # destroy iniparse.compat # destroy\nrhsmlib.services # destroy rhsmlib.facts # destroy\nrhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy\nrhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info #\ndestroy librepo # cleanup[3] wiping subscription_manager.action_client #\ncleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping\nsubscription_manager.packageprofilelib # cleanup[3] wiping\nsubscription_manager.factlib # cleanup[3] wiping\nsubscription_manager.healinglib # cleanup[3] wiping\nsubscription_manager.identitycertlib # cleanup[3] wiping\nsubscription_manager.entcertlib # cleanup[3] wiping\nsubscription_manager.rhelentbranding # cleanup[3] wiping\nsubscription_manager.entbranding # cleanup[3] wiping\nsubscription_manager.content_action_client # cleanup[3] wiping\nsubscription_manager.base_action_client # cleanup[3] wiping librepo._librepo #\ncleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping\nsubscription_manager.lock # cleanup[3] wiping subscription_manager.plugins #\ncleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping\nsubscription_manager.cp_provider # cleanup[3] wiping\nsubscription_manager.validity # cleanup[3] wiping subscription_manager.identity\n# cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping\nrhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3]\nwiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch #\ncleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping\nsubscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3]\nwiping subscription_manager.reasons # cleanup[3] wiping\nsubscription_manager.productid # cleanup[3] wiping subscription_manager.repolib\n# cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping\nsubscription_manager.model.ent_cert # cleanup[3] wiping\nsubscription_manager.model # destroy subscription_manager.model.ent_cert #\ncleanup[3] wiping subscription_manager.cache # destroy\nrhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3]\nwiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy\nxml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping\nxml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3]\nwiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse #\ncleanup[3] wiping textwrap # cleanup[3] wiping gi._ossighelper # cleanup[3]\nwiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping\ngi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module #\ndestroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper #\ncleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring #\ncleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3]\nwiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping\nrhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3]\nwiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy\ndbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping\ndbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify\n# destroy asyncore # destroy ctypes # cleanup[3] wiping ctypes.util #\ncleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping\nsubscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate #\ncleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping\nrhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests #\ndestroy requests._internal_utils # destroy requests.exceptions # destroy\nrequests.compat # destroy requests.cookies # destroy requests.structures #\ndestroy requests.utils # destroy requests.packages # destroy urllib3 # destroy\nidna # destroy idna.package_data # destroy idna.intranges # destroy idna.core #\ndestroy requests.hooks # destroy requests.auth # destroy requests.status_codes\n# destroy requests.models # destroy requests.adapters # destroy requests.api #\ncleanup[3] wiping requests.sessions # cleanup[3] wiping urllib3.contrib.socks #\ndestroy socks # cleanup[3] wiping encodings.idna # destroy stringprep #\ncleanup[3] wiping requests.packages.chardet # destroy chardet.enums # destroy\nchardet.charsetprober # destroy chardet.charsetgroupprober # destroy\nchardet.codingstatemachine # destroy chardet.escsm # destroy chardet.escprober\n# destroy chardet.latin1prober # destroy chardet.mbcssm # destroy\nchardet.utf8prober # destroy chardet.mbcharsetprober # destroy\nchardet.euctwfreq # destroy chardet.euckrfreq # destroy chardet.gb2312freq #\ndestroy chardet.big5freq # destroy chardet.jisfreq # destroy\nchardet.chardistribution # destroy chardet.jpcntx # destroy chardet.sjisprober\n# destroy chardet.eucjpprober # destroy chardet.gb2312prober # destroy\nchardet.euckrprober # destroy chardet.cp949prober # destroy chardet.big5prober\n# destroy chardet.euctwprober # destroy chardet.mbcsgroupprober # destroy\nchardet.hebrewprober # destroy chardet.sbcharsetprober # destroy\nchardet.langbulgarianmodel # destroy chardet.langgreekmodel # destroy\nchardet.langhebrewmodel # destroy chardet.langrussianmodel # destroy\nchardet.langthaimodel # destroy chardet.langturkishmodel # destroy\nchardet.sbcsgroupprober # destroy chardet.universaldetector # destroy\nchardet.version # cleanup[3] wiping requests.packages.idna.idnadata #\ncleanup[3] wiping idna.idnadata # cleanup[3] wiping\nrequests.packages.urllib3.poolmanager # cleanup[3] wiping\nrequests.packages.urllib3.connectionpool # cleanup[3] wiping\nrequests.packages.urllib3.util.queue # cleanup[3] wiping\nrequests.packages.urllib3.response # cleanup[3] wiping\nrequests.packages.urllib3.request # cleanup[3] wiping\nrequests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping\nrequests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping\nrequests.packages.urllib3.filepost # cleanup[3] wiping\nrequests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping\nrequests.packages.urllib3.connection # cleanup[3] wiping\nrequests.packages.urllib3._collections # cleanup[3] wiping\nrequests.packages.urllib3.util.proxy # cleanup[3] wiping\nrequests.packages.urllib3.util # destroy urllib3.util.wait # destroy\nurllib3.util.connection # destroy urllib3.util.request # destroy\nurllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url #\ndestroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy\nurllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.queue\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ #\ncleanup[3] wiping requests.packages.urllib3.contrib # destroy\nurllib3.contrib.socks # cleanup[3] wiping requests.packages.urllib3._version #\ncleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping\nrequests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping\nrequests.packages.urllib3.packages.six.moves # cleanup[3] wiping\nrequests.packages.urllib3.packages.six # destroy\nurllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves #\ncleanup[3] wiping requests.packages.urllib3.packages # destroy\nurllib3.packages.ssl_match_hostname # cleanup[3] wiping http.cookies #\ncleanup[3] wiping requests.certs # cleanup[3] wiping chardet # cleanup[3]\nwiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool #\ncleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request #\ncleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping\nurllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping\nurllib3.connection # cleanup[3] wiping urllib3._collections # cleanup[3] wiping\nurllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping\nurllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib #\ncleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions #\ncleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping\nurllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping\nrhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy\nrhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy\nrhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo #\ncleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid #\ncleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo #\ncleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection #\ncleanup[3] wiping subscription_manager.branding # cleanup[3] wiping\nsubscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 #\ncleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # cleanup[3]\nwiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy\nsubscription_manager # destroy subscription_manager.i18n # destroy\nsubscription_manager.version # destroy subscription_manager.certdirectory #\ndestroy subscription_manager.branding # destroy subscription_manager.utils #\ndestroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate\n# destroy subscription_manager.certlib # destroy\nsubscription_manager.syspurposelib # destroy subscription_manager.cache #\ndestroy subscription_manager.model # destroy subscription_manager.repofile #\ndestroy subscription_manager.repolib # destroy subscription_manager.productid #\ndestroy subscription_manager.reasons # destroy subscription_manager.cert_sorter\n# destroy subscription_manager.facts # destroy subscription_manager.identity #\ndestroy subscription_manager.validity # destroy\nsubscription_manager.cp_provider # destroy subscription_manager.base_plugin #\ndestroy subscription_manager.plugins # destroy subscription_manager.lock #\ndestroy subscription_manager.injectioninit # destroy\nsubscription_manager.base_action_client # destroy\nsubscription_manager.content_action_client # destroy\nsubscription_manager.entbranding # destroy subscription_manager.rhelentbranding\n# destroy subscription_manager.entcertlib # destroy\nsubscription_manager.identitycertlib # destroy subscription_manager.healinglib\n# destroy subscription_manager.factlib # destroy\nsubscription_manager.packageprofilelib # destroy\nsubscription_manager.installedproductslib # destroy\nsubscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3]\nwiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping ntpath #\ncleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping\nsubscription_manager.injection # cleanup[3] wiping rhsm.config # cleanup[3]\nwiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping\nrhsm.certificate # destroy dateutil # destroy dateutil._version # destroy\ndateutil._common # destroy dateutil.parser # cleanup[3] wiping\nrhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy\nrhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils #\ndestroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy\nrhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3]\nwiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser #\ndestroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy\ndbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy\ndbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server\n# destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors #\ncleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat #\ncleanup[3] wiping pyexpat.model # cleanup[3] wiping pyexpat.errors # cleanup[3]\nwiping _dbus_bindings # cleanup[3] wiping _sqlite3 # cleanup[3] wiping\ndateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping\ndateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories #\ndestroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping\n_decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves\n# cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term #\ndestroy dnf.cli.progress # destroy dnf.cli.aliases # destroy\ndnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli #\ncleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping\ndnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo #\ncleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping\ndnf.cli.commands.shell # destroy cmd # cleanup[3] wiping\ndnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3]\nwiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove #\ncleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping\ndnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3]\nwiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install\n# cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping\ndnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3]\nwiping dnf.cli.commands.downgrade # cleanup[3] wiping\ndnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist #\ncleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping\ndnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3]\nwiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias #\ndestroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping\ncurses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp\n# destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy\ndnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy\ndnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db #\ndestroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy\ndnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy\ndnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo #\ndestroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal #\ndestroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions #\ndestroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor #\ndestroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy\ndnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base #\ndestroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli #\ncleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection #\ncleanup[3] wiping inspect # destroy ast # destroy dis # destroy token #\ncleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3]\nwiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3]\nwiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle #\ncleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3]\nwiping glob # cleanup[3] wiping termios # cleanup[3] wiping gpg.constants #\ndestroy gpg.constants.data # destroy gpg.constants.data.encoding # destroy\ngpg.constants.keylist # destroy gpg.constants.keylist.mode # destroy\ngpg.constants.sig # destroy gpg.constants.sig.mode # destroy\ngpg.constants.sig.notation # destroy gpg.constants.tofu # destroy\ngpg.constants.tofu.policy # destroy gpg.constants.create # destroy\ngpg.constants.event # destroy gpg.constants.import_type # destroy\ngpg.constants.keysign # destroy gpg.constants.md # destroy gpg.constants.pk #\ndestroy gpg.constants.protocol # destroy gpg.constants.sigsum # destroy\ngpg.constants.status # destroy gpg.constants.validity # cleanup[3] wiping\ngpg.errors # cleanup[3] wiping gpg.util # cleanup[3] wiping gpg.gpgme #\ncleanup[3] wiping gpg._gpgme # cleanup[3] wiping libcomps # cleanup[3] wiping\nlibcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping\nhawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3]\nwiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf #\ndestroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf #\ndestroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction #\ndestroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping\nlibdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping\nlibdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping\nlibdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping\nlibdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3]\nwiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gc\n# cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping\nurllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3]\nwiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl\n# cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping\nemail.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping\nemail.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3]\nwiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping\nemail.contentmanager # cleanup[3] wiping email.message # destroy uu # destroy\nquopri # cleanup[3] wiping email.iterators # cleanup[3] wiping\nemail.headerregistry # cleanup[3] wiping email._header_value_parser #\ncleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase #\ncleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3]\nwiping calendar # cleanup[3] wiping urllib.parse # cleanup[3] wiping urllib #\ndestroy urllib.response # destroy urllib.error # destroy urllib.request #\ncleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3]\nwiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3]\nwiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping\nemail.mime # destroy email.mime.base # destroy email.mime.nonmultipart #\ndestroy email.mime.application # destroy email.mime.multipart # destroy\nemail.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy\nemail._policybase # destroy email._encoded_words # destroy\nemail._header_value_parser # destroy email.mime # destroy email.encoders #\ndestroy email.errors # destroy email.quoprimime # destroy email.base64mime #\ndestroy email.charset # destroy email.header # destroy email.utils # destroy\nemail.headerregistry # destroy email.iterators # destroy email.message #\ndestroy email.contentmanager # destroy email.policy # destroy email.feedparser\n# destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext\n# cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3]\nwiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3]\nwiping socket # cleanup[3] wiping array # destroy array # cleanup[3] wiping\n_socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader #\ncleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy\nlogging.handlers # destroy logging.config # cleanup[3] wiping string #\ncleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping\ndatetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy\nsyslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping\ntokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3]\nwiping subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select #\ncleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3]\nwiping locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy\natexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder #\ncleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping\nencodings.cp437 # cleanup[3] wiping zipfile # destroy bz2 # destroy lzma #\ncleanup[3] wiping tempfile # cleanup[3] wiping random # cleanup[3] wiping\nhashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3]\nwiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect #\ncleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping grp #\ncleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading #\ncleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping\nerrno # cleanup[3] wiping fnmatch # cleanup[3] wiping weakref # cleanup[3]\nwiping importlib.util # cleanup[3] wiping importlib.abc # cleanup[3] wiping\ncontextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping\nimportlib.machinery # cleanup[3] wiping importlib # destroy importlib.machinery\n# destroy importlib.abc # destroy importlib.util # cleanup[3] wiping warnings #\ncleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping\nimportlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii #\ncleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re #\ndestroy sre_compile # destroy copyreg # cleanup[3] wiping functools #\ncleanup[3] wiping _functools # cleanup[3] wiping collections # destroy\n_collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping\n_collections # destroy _collections # cleanup[3] wiping operator # cleanup[3]\nwiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq #\ncleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping enum #\ncleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale #\ncleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath #\ncleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat\n# cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3]\nwiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping\nencodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases #\ndestroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 #\ndestroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs #\ncleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3]\nwiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3]\nwiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings #\ncleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3]\nwiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins #\ndestroy pyexpat.errors # destroy pyexpat.model # destroy librepo._librepo #\ndestroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal #\ndestroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey #\ndestroy rpm._rpm # destroy _queue # destroy _ssl # destroy systemd._daemon #\ndestroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy\nsystemd._journal # destroy _string # destroy _datetime # destroy\n_posixsubprocess # destroy _blake2 # destroy _random # destroy _bisect #\ndestroy grp # destroy zlib # destroy _signal # destroy marshal # destroy\nxml.etree.ElementPath # destroy _elementtree # destroy _heapq # destroy\nzipimport # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse\n# destroy tokenize # destroy _compat_pickle # destroy _pickle # destroy\nlibdnf._error # destroy gi.types # destroy gi._error # destroy gi._gi # destroy\ngi._gobject # destroy gi._constants # destroy gi.docstring # destroy\ngi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy\ngi.overrides # destroy gi.importer # destroy gi.repository # destroy\ngi._ossighelper # destroy gi._option # destroy textwrap # destroy\nansible.module_utils.six.moves.urllib # destroy stat # destroy selectors #\ndestroy ansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy\nansible.module_utils.six.moves # destroy _operator # destroy gzip # destroy\nrhsmlib.facts.dmiinfo # destroy requests # destroy iniparse.ini # destroy enum\n# destroy signal # destroy queue # destroy shlex # destroy pwd # destroy\n_functools # destroy gettext # destroy libcomps # destroy locale # destroy\ndnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils #\ndestroy base64 # destroy importlib # destroy inspect # destroy gc # destroy\nmath # destroy dateutil.parser._parser # destroy _stat # destroy http.cookies #\ndestroy urllib.parse # destroy _weakref # destroy ntpath # destroy posix #\ndestroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy\nrhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy\nrhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy\nrhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm #\ndestroy rhsmlib.dbus.dbus_utils # destroy _opcode # destroy requests.sessions #\ndestroy json.scanner # destroy _json # destroy six.moves.urllib_parse # destroy\nsix.moves.urllib.error # destroy six.moves.urllib.request # destroy\nsix.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy\ntraceback # destroy dnf.yum.misc # destroy glob # destroy curses # destroy\nfcntl # destroy termios # destroy argparse # destroy dnf.cli.commands.alias #\ndestroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy\ndnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy\ndnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy\ndnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy\ndnf.cli.commands.history # destroy dnf.cli.commands.install # destroy\ndnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy\ndnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy\ndnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy\ndnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy\ndnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy\ndnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy\noperator # destroy random # destroy rpm # destroy hawkey # destroy\ndnf.cli.output # destroy dnf # destroy _thread # destroy _warnings # destroy\nconfigparser # destroy fnmatch # destroy pyinotify # destroy urllib3.packages #\ndestroy urllib3.exceptions # destroy urllib3._version # destroy urllib3.contrib\n# destroy urllib3.util # destroy urllib3._collections # destroy\nurllib3.connection # destroy urllib3.fields # destroy urllib3.filepost #\ndestroy urllib3.request # destroy urllib3.response # destroy\nurllib3.connectionpool # destroy urllib3.poolmanager # destroy copy # destroy\ncontextlib # destroy tempfile # destroy zipfile # destroy requests.certs #\ndestroy hashlib # destroy encodings # destroy http.cookiejar # destroy chardet\n# destroy json # destroy calendar # destroy dateutil.tz # destroy six # destroy\ncodecs # destroy gpg.gpgme # destroy gpg.constants # destroy gpg.errors #\ndestroy gpg.util # destroy urllib3.packages.six.moves.urllib_parse # destroy\nurllib3.packages.six.moves.urllib.error # destroy\nurllib3.packages.six.moves.urllib.request # destroy\nurllib3.packages.six.moves.urllib.response # destroy\nurllib3.packages.six.moves.urllib.robotparser # destroy subprocess # destroy\nrhsmlib.facts.collector # destroy itertools # destroy http.client # destroy\nemail # destroy string # destroy dbus # destroy rhsmlib.dbus.constants #\ndestroy rhsm.connection # destroy gi.repository.GLib # destroy\nrhsmlib.services.config # destroy subscription_manager.injection # destroy\nerrno # destroy select # destroy urllib3.contrib._appengine_environ # destroy\nhmac # destroy warnings # destroy binascii # destroy urllib3.packages.six #\ndestroy _hashlib # destroy ssl # destroy posixpath # destroy urllib # destroy\nio # destroy io # destroy _lzma # destroy _compression # destroy idna.idnadata\n# destroy bisect # destroy unicodedata # destroy re # destroy pyexpat # destroy\nthreading # destroy functools # destroy logging # destroy socket # destroy\nstruct # destroy _frozen_importlib # clear sys.audit hooks\n[WARNING]: Module invocation had junk after the JSON data: # destroy\ndnf.plugin.dynamic # destroy __main__ # clear builtins._ # clear sys.path #\nclear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear\nsys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear\nsys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ #\nrestore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2]\nremoving sys # cleanup[2] removing builtins # cleanup[2] removing\n_frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread #\ncleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2]\nremoving _io # cleanup[2] removing marshal # cleanup[2] removing posix #\ncleanup[2] removing _frozen_importlib_external # cleanup[2] removing time #\ncleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2]\nremoving abc # cleanup[2] removing io # cleanup[2] removing __main__ #\ncleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing\n_bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site #\ncleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre\n# cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2]\nremoving sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing\n_heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2]\nremoving operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2]\nremoving _collections # cleanup[2] removing collections # cleanup[2] removing\n_functools # cleanup[2] removing functools # cleanup[2] removing copyreg #\ncleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing\nstruct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2]\nremoving importlib._bootstrap # cleanup[2] removing\nimportlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2]\nremoving importlib # cleanup[2] removing importlib.machinery # cleanup[2]\nremoving collections.abc # cleanup[2] removing contextlib # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing importlib.abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset\n# cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch #\ncleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing\n_compression # cleanup[2] removing threading # cleanup[2] removing _bz2 #\ndestroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2]\nremoving lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2]\nremoving shutil # cleanup[2] removing math # cleanup[2] removing _bisect #\ncleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing\n_hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib #\ncleanup[2] removing random # cleanup[2] removing tempfile # cleanup[2] removing\nzipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible #\ndestroy ansible # cleanup[2] removing ansible.module_utils # destroy\nansible.module_utils # cleanup[2] removing __future__ # destroy __future__ #\ncleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2]\nremoving json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing\njson # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2]\nremoving locale # cleanup[2] removing signal # cleanup[2] removing\n_posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors #\ncleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2]\nremoving shlex # cleanup[2] removing token # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2]\nremoving syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2]\nremoving _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid #\ncleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing\nstring # cleanup[2] removing logging # cleanup[2] removing systemd._journal #\ncleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 #\ncleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2]\nremoving array # cleanup[2] removing socket # cleanup[2] removing\nsystemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing\nansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2]\nremoving ansible.module_utils.common # destroy ansible.module_utils.common #\ncleanup[2] removing ansible.module_utils.common.text # destroy\nansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six\n# destroy ansible.module_utils.six # cleanup[2] removing\nansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2]\nremoving ansible.module_utils.compat.selinux # cleanup[2] removing\nansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2]\nremoving copy # cleanup[2] removing ansible.module_utils.common.collections #\ndestroy ansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2]\nremoving argparse # cleanup[2] removing distro # cleanup[2] removing\nansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing email\n# cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2]\nremoving email.encoders # cleanup[2] removing email.errors # cleanup[2]\nremoving email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2]\nremoving email.charset # cleanup[2] removing email.header # cleanup[2] removing\nurllib # cleanup[2] removing urllib.parse # cleanup[2] removing calendar #\ncleanup[2] removing email._parseaddr # cleanup[2] removing email.utils #\ncleanup[2] removing email._policybase # cleanup[2] removing\nemail._encoded_words # cleanup[2] removing email._header_value_parser #\ncleanup[2] removing email.headerregistry # cleanup[2] removing uu # cleanup[2]\nremoving email.iterators # cleanup[2] removing email.message # cleanup[2]\nremoving email.contentmanager # cleanup[2] removing email.policy # cleanup[2]\nremoving email.mime.base # cleanup[2] removing email.mime.nonmultipart #\ncleanup[2] removing email.mime.application # cleanup[2] removing\nemail.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2]\nremoving email.parser # cleanup[2] removing http # cleanup[2] removing _ssl #\ncleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing\nmimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response #\ncleanup[2] removing urllib.error # cleanup[2] removing urllib.request #\ncleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2]\nremoving ansible.module_utils.urls # destroy ansible.module_utils.urls #\ncleanup[2] removing ansible.module_utils.compat.version # destroy\nansible.module_utils.compat.version # cleanup[2] removing\nansible.module_utils.common.respawn # destroy\nansible.module_utils.common.respawn # cleanup[2] removing\nansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2]\nremoving gc # cleanup[2] removing email.mime.text # cleanup[2] removing\nconfigparser # cleanup[2] removing _queue # cleanup[2] removing queue #\ncleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2]\nremoving libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing\nlibdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2]\nremoving libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing\nlibdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing\nlibdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing\nlibdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2]\nremoving libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing\nlibdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n #\ncleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2]\nremoving rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing\nrpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback #\ncleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2]\nremoving dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing\nlibcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing\ndnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing gpg._gpgme #\ncleanup[2] removing gpg.gpgme # cleanup[2] removing gpg.util # cleanup[2]\nremoving gpg.errors # cleanup[2] removing gpg.constants.data.encoding #\ncleanup[2] removing gpg.constants.data # cleanup[2] removing\ngpg.constants.keylist.mode # cleanup[2] removing gpg.constants.keylist #\ncleanup[2] removing gpg.constants.sig.mode # cleanup[2] removing\ngpg.constants.sig.notation # cleanup[2] removing gpg.constants.sig # cleanup[2]\nremoving gpg.constants.tofu.policy # cleanup[2] removing gpg.constants.tofu #\ncleanup[2] removing gpg.constants.create # cleanup[2] removing\ngpg.constants.event # cleanup[2] removing gpg.constants.import_type #\ncleanup[2] removing gpg.constants.keysign # cleanup[2] removing\ngpg.constants.md # cleanup[2] removing gpg.constants.pk # cleanup[2] removing\ngpg.constants.protocol # cleanup[2] removing gpg.constants.sigsum # cleanup[2]\nremoving gpg.constants.status # cleanup[2] removing gpg.constants.validity #\ncleanup[2] removing gpg.constants # cleanup[2] removing gpg.core # cleanup[2]\nremoving termios # cleanup[2] removing getpass # destroy getpass # cleanup[2]\nremoving gpg.callbacks # cleanup[2] removing gpg.version # cleanup[2] removing\ngpg # destroy gpg # destroy gpg.core # destroy gpg.callbacks # destroy\ngpg.version # cleanup[2] removing dnf.crypto # cleanup[2] removing glob #\ncleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group #\ncleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions\n# cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf #\ncleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2]\nremoving _pickle # cleanup[2] removing pickle # cleanup[2] removing\nlogging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing\ndnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing\ndnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing\ndnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal #\ncleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2]\nremoving libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2]\nremoving dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2]\nremoving dnf.module.module_base # cleanup[2] removing dnf.persistor #\ncleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode #\ncleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing\ndnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict #\ncleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils\n# cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2]\nremoving dnf.subject # cleanup[2] removing dnf.base # cleanup[2] removing dnf #\ncleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2]\nremoving dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing\ncurses # cleanup[2] removing dnf.cli.term # cleanup[2] removing\ndnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing\ndnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2]\nremoving dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias #\ncleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing\ndnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean #\ncleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing\ndnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync #\ncleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing\ndnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2]\nremoving dnf.cli.commands.history # cleanup[2] removing\ndnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache #\ncleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing\ndnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall #\ncleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing\ndnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2]\nremoving dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2]\nremoving dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap #\ncleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing\ndnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal\n# cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli #\ncleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep #\ndestroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version #\ncleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing\nnumbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing\ndecimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2]\nremoving dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2]\nremoving dateutil.tz._common # cleanup[2] removing dateutil.tz._factories #\ncleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz #\ncleanup[2] removing dateutil.parser._parser # cleanup[2] removing\ndateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2]\nremoving dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog #\ndestroy dnf.plugin.dynamic.changelog # cleanup[2] removing\ndnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager #\ncleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr #\ncleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy\ndnf.plugin.dynamic.debuginfo-install # cleanup[2] removing\ndnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2]\nremoving _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing\nsqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache #\ndestroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing\ndnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager #\ncleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions #\ncleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types #\ncleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml #\ncleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing\npyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing\npyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing\nxml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy\nxml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser #\ncleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection #\ncleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2]\nremoving dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting #\ndestroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing\ndnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure #\ncleanup[2] removing dnf.plugin.dynamic.repodiff # destroy\ndnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph\n# destroy dnf.plugin.dynamic.repograph # cleanup[2] removing\ndnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage #\ncleanup[2] removing dnf.plugin.dynamic.reposync # destroy\ndnf.plugin.dynamic.reposync # cleanup[2] removing\ndnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade #\ncleanup[2] removing subscription_manager # cleanup[2] removing rhsm #\ncleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate #\ncleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config\n# cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat #\ncleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy\niniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2]\nremoving subscription_manager.i18n # cleanup[2] removing rhsm.config #\ncleanup[2] removing subscription_manager.injection # cleanup[2] removing\nrhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2]\nremoving rhsmlib.services.config # cleanup[2] removing ntpath # cleanup[2]\nremoving pathlib # destroy pathlib # cleanup[2] removing rhsm.https #\ncleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2]\nremoving subscription_manager.version # cleanup[2] removing rhsm.connection #\ncleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman #\ncleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 #\ncleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing\npprint # cleanup[2] removing subscription_manager.branding # cleanup[2]\nremoving rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2]\nremoving rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector\n# cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing\nsubscription_manager.utils # cleanup[2] removing cloud_what # destroy\ncloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing\nrhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser #\ncleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing\nrhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector\n# cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing\nurllib3.packages.ssl_match_hostname # cleanup[2] removing urllib3.packages #\ncleanup[2] removing urllib3.packages.six # cleanup[2] removing\nurllib3.packages.six.moves # cleanup[2] removing\nurllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions\n# cleanup[2] removing urllib3._version # cleanup[2] removing urllib3.contrib #\ncleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing\nurllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2]\nremoving urllib3.util.request # cleanup[2] removing urllib3.util.response #\ncleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2]\nremoving urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport #\ncleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing\nurllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing\nurllib3.util.proxy # cleanup[2] removing urllib3._collections # cleanup[2]\nremoving urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2]\nremoving urllib3.filepost # cleanup[2] removing\nurllib3.packages.six.moves.urllib # cleanup[2] removing\nurllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request #\ncleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue #\ncleanup[2] removing urllib3.connectionpool # cleanup[2] removing\nurllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing\nchardet.enums # cleanup[2] removing chardet.charsetprober # cleanup[2] removing\nchardet.charsetgroupprober # cleanup[2] removing chardet.codingstatemachine #\ncleanup[2] removing chardet.escsm # cleanup[2] removing chardet.escprober #\ncleanup[2] removing chardet.latin1prober # cleanup[2] removing chardet.mbcssm #\ncleanup[2] removing chardet.utf8prober # cleanup[2] removing\nchardet.mbcharsetprober # cleanup[2] removing chardet.euctwfreq # cleanup[2]\nremoving chardet.euckrfreq # cleanup[2] removing chardet.gb2312freq #\ncleanup[2] removing chardet.big5freq # cleanup[2] removing chardet.jisfreq #\ncleanup[2] removing chardet.chardistribution # cleanup[2] removing\nchardet.jpcntx # cleanup[2] removing chardet.sjisprober # cleanup[2] removing\nchardet.eucjpprober # cleanup[2] removing chardet.gb2312prober # cleanup[2]\nremoving chardet.euckrprober # cleanup[2] removing chardet.cp949prober #\ncleanup[2] removing chardet.big5prober # cleanup[2] removing\nchardet.euctwprober # cleanup[2] removing chardet.mbcsgroupprober # cleanup[2]\nremoving chardet.hebrewprober # cleanup[2] removing chardet.sbcharsetprober #\ncleanup[2] removing chardet.langbulgarianmodel # cleanup[2] removing\nchardet.langgreekmodel # cleanup[2] removing chardet.langhebrewmodel #\ncleanup[2] removing chardet.langrussianmodel # cleanup[2] removing\nchardet.langthaimodel # cleanup[2] removing chardet.langturkishmodel #\ncleanup[2] removing chardet.sbcsgroupprober # cleanup[2] removing\nchardet.universaldetector # cleanup[2] removing chardet.version # cleanup[2]\nremoving chardet # cleanup[2] removing requests.exceptions # cleanup[2]\nremoving requests.__version__ # destroy requests.__version__ # cleanup[2]\nremoving requests.certs # cleanup[2] removing http.cookies # cleanup[2]\nremoving requests.compat # cleanup[2] removing requests._internal_utils #\ncleanup[2] removing requests.cookies # cleanup[2] removing requests.structures\n# cleanup[2] removing requests.utils # cleanup[2] removing\nrequests.packages.urllib3.packages.ssl_match_hostname # cleanup[2] removing\nrequests.packages.urllib3.packages # cleanup[2] removing\nrequests.packages.urllib3.packages.six # cleanup[2] removing\nrequests.packages.urllib3.packages.six.moves # cleanup[2] removing\nrequests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing\nrequests.packages.urllib3.exceptions # cleanup[2] removing\nrequests.packages.urllib3._version # cleanup[2] removing\nrequests.packages.urllib3.contrib # cleanup[2] removing\nrequests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing\nrequests.packages.urllib3.util.wait # cleanup[2] removing\nrequests.packages.urllib3.util.connection # cleanup[2] removing\nrequests.packages.urllib3.util.request # cleanup[2] removing\nrequests.packages.urllib3.util.response # cleanup[2] removing\nrequests.packages.urllib3.util.retry # cleanup[2] removing\nrequests.packages.urllib3.util.url # cleanup[2] removing\nrequests.packages.urllib3.util.ssltransport # cleanup[2] removing\nrequests.packages.urllib3.util.ssl_ # cleanup[2] removing\nrequests.packages.urllib3.util.timeout # cleanup[2] removing\nrequests.packages.urllib3.util # cleanup[2] removing\nrequests.packages.urllib3.util.proxy # cleanup[2] removing\nrequests.packages.urllib3._collections # cleanup[2] removing\nrequests.packages.urllib3.connection # cleanup[2] removing\nrequests.packages.urllib3.fields # cleanup[2] removing\nrequests.packages.urllib3.filepost # cleanup[2] removing\nrequests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing\nrequests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing\nrequests.packages.urllib3.request # cleanup[2] removing\nrequests.packages.urllib3.response # cleanup[2] removing\nrequests.packages.urllib3.util.queue # cleanup[2] removing\nrequests.packages.urllib3.connectionpool # cleanup[2] removing\nrequests.packages.urllib3.poolmanager # cleanup[2] removing\nrequests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2]\nremoving idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2]\nremoving idna.core # cleanup[2] removing idna # cleanup[2] removing\nrequests.packages.idna.package_data # cleanup[2] removing\nrequests.packages.idna.idnadata # cleanup[2] removing\nrequests.packages.idna.intranges # cleanup[2] removing\nrequests.packages.idna.core # cleanup[2] removing requests.packages.idna #\ncleanup[2] removing requests.packages.chardet.enums # cleanup[2] removing\nrequests.packages.chardet.charsetprober # cleanup[2] removing\nrequests.packages.chardet.charsetgroupprober # cleanup[2] removing\nrequests.packages.chardet.codingstatemachine # cleanup[2] removing\nrequests.packages.chardet.escsm # cleanup[2] removing\nrequests.packages.chardet.escprober # cleanup[2] removing\nrequests.packages.chardet.latin1prober # cleanup[2] removing\nrequests.packages.chardet.mbcssm # cleanup[2] removing\nrequests.packages.chardet.utf8prober # cleanup[2] removing\nrequests.packages.chardet.mbcharsetprober # cleanup[2] removing\nrequests.packages.chardet.euctwfreq # cleanup[2] removing\nrequests.packages.chardet.euckrfreq # cleanup[2] removing\nrequests.packages.chardet.gb2312freq # cleanup[2] removing\nrequests.packages.chardet.big5freq # cleanup[2] removing\nrequests.packages.chardet.jisfreq # cleanup[2] removing\nrequests.packages.chardet.chardistribution # cleanup[2] removing\nrequests.packages.chardet.jpcntx # cleanup[2] removing\nrequests.packages.chardet.sjisprober # cleanup[2] removing\nrequests.packages.chardet.eucjpprober # cleanup[2] removing\nrequests.packages.chardet.gb2312prober # cleanup[2] removing\nrequests.packages.chardet.euckrprober # cleanup[2] removing\nrequests.packages.chardet.cp949prober # cleanup[2] removing\nrequests.packages.chardet.big5prober # cleanup[2] removing\nrequests.packages.chardet.euctwprober # cleanup[2] removing\nrequests.packages.chardet.mbcsgroupprober # cleanup[2] removing\nrequests.packages.chardet.hebrewprober # cleanup[2] removing\nrequests.packages.chardet.sbcharsetprober # cleanup[2] removing\nrequests.packages.chardet.langbulgarianmodel # cleanup[2] removing\nrequests.packages.chardet.langgreekmodel # cleanup[2] removing\nrequests.packages.chardet.langhebrewmodel # cleanup[2] removing\nrequests.packages.chardet.langrussianmodel # cleanup[2] removing\nrequests.packages.chardet.langthaimodel # cleanup[2] removing\nrequests.packages.chardet.langturkishmodel # cleanup[2] removing\nrequests.packages.chardet.sbcsgroupprober # cleanup[2] removing\nrequests.packages.chardet.universaldetector # cleanup[2] removing\nrequests.packages.chardet.version # cleanup[2] removing\nrequests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2]\nremoving stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing\nrequests.hooks # cleanup[2] removing requests.auth # cleanup[2] removing\nrequests.status_codes # cleanup[2] removing requests.models # cleanup[2]\nremoving socks # cleanup[2] removing urllib3.contrib.socks # cleanup[2]\nremoving requests.adapters # cleanup[2] removing requests.sessions # cleanup[2]\nremoving requests.api # cleanup[2] removing requests # cleanup[2] removing\ncloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2]\nremoving cloud_what.providers # destroy cloud_what.providers # cleanup[2]\nremoving cloud_what.providers.aws # destroy cloud_what.providers.aws #\ncleanup[2] removing cloud_what.providers.azure # destroy\ncloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp #\ndestroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider #\ncleanup[2] removing rhsm.profile # cleanup[2] removing\nsubscription_manager.jsonwrapper # cleanup[2] removing\nsubscription_manager.isodate # cleanup[2] removing syspurpose # destroy\nsyspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils #\ncleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2]\nremoving subscription_manager.certlib # cleanup[2] removing\nsubscription_manager.syspurposelib # cleanup[2] removing asyncore # cleanup[2]\nremoving ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing\nrhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing\ndbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing\ndbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing\n_dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2]\nremoving rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2]\nremoving gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib #\ndestroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2]\nremoving gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2]\nremoving gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2]\nremoving gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing\ngi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing\ngi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides #\ncleanup[2] removing gi.importer # cleanup[2] removing gi.repository #\ncleanup[2] removing gi._ossighelper # cleanup[2] removing textwrap # cleanup[2]\nremoving optparse # cleanup[2] removing gi._option # cleanup[2] removing\ngi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2]\nremoving xml.etree # destroy xml.etree # cleanup[2] removing\nxml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing\nxml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils #\ncleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing\nlogging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing\nrhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose #\ncleanup[2] removing subscription_manager.cache # cleanup[2] removing\nsubscription_manager.model # cleanup[2] removing\nsubscription_manager.model.ent_cert # cleanup[2] removing\nsubscription_manager.repofile # cleanup[2] removing\nsubscription_manager.repolib # cleanup[2] removing\nsubscription_manager.productid # cleanup[2] removing\nsubscription_manager.reasons # cleanup[2] removing\nsubscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights #\ncleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing\nrhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches #\ncleanup[2] removing rhsmlib.facts.network # cleanup[2] removing\nrhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2]\nremoving subscription_manager.identity # cleanup[2] removing\nsubscription_manager.validity # cleanup[2] removing rhsmlib.client_info #\ncleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing\nsubscription_manager.base_plugin # cleanup[2] removing\nsubscription_manager.plugins # cleanup[2] removing subscription_manager.lock #\ncleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing\nlibrepo._librepo # cleanup[2] removing librepo # cleanup[2] removing\ndnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id #\ncleanup[2] removing subscription_manager.base_action_client # cleanup[2]\nremoving subscription_manager.content_action_client # cleanup[2] removing\nsubscription_manager.entbranding # cleanup[2] removing\nsubscription_manager.rhelentbranding # cleanup[2] removing\nsubscription_manager.entcertlib # cleanup[2] removing\nsubscription_manager.identitycertlib # cleanup[2] removing\nsubscription_manager.healinglib # cleanup[2] removing\nsubscription_manager.factlib # cleanup[2] removing\nsubscription_manager.packageprofilelib # cleanup[2] removing\nsubscription_manager.installedproductslib # cleanup[2] removing\nsubscription_manager.action_client # cleanup[2] removing\ndnf.plugin.dynamic.subscription-manager # destroy\ndnf.plugin.dynamic.subscription-manager # cleanup[2] removing\ndnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile #\ndestroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy\nansible.module_utils.compat.selinux # destroy selinux # destroy distro #\ndestroy netrc # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy\nsystemd.journal # destroy iniparse.compat # destroy rhsmlib.services # destroy\nrhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy\nrhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server #\ndestroy rhsmlib.client_info # destroy librepo # cleanup[3] wiping\nsubscription_manager.action_client # cleanup[3] wiping\nsubscription_manager.installedproductslib # cleanup[3] wiping\nsubscription_manager.packageprofilelib # cleanup[3] wiping\nsubscription_manager.factlib # cleanup[3] wiping\nsubscription_manager.healinglib # cleanup[3] wiping\nsubscription_manager.identitycertlib # cleanup[3] wiping\nsubscription_manager.entcertlib # cleanup[3] wiping\nsubscription_manager.rhelentbranding # cleanup[3] wiping\nsubscription_manager.entbranding # cleanup[3] wiping\nsubscription_manager.content_action_client # cleanup[3] wiping\nsubscription_manager.base_action_client # cleanup[3] wiping librepo._librepo #\ncleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping\nsubscription_manager.lock # cleanup[3] wiping subscription_manager.plugins #\ncleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping\nsubscription_manager.cp_provider # cleanup[3] wiping\nsubscription_manager.validity # cleanup[3] wiping subscription_manager.identity\n# cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping\nrhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3]\nwiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch #\ncleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping\nsubscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3]\nwiping subscription_manager.reasons # cleanup[3] wiping\nsubscription_manager.productid # cleanup[3] wiping subscription_manager.repolib\n# cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping\nsubscription_manager.model.ent_cert # cleanup[3] wiping\nsubscription_manager.model # destroy subscription_manager.model.ent_cert #\ncleanup[3] wiping subscription_manager.cache # destroy\nrhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3]\nwiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy\nxml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping\nxml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3]\nwiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse #\ncleanup[3] wiping textwrap # cleanup[3] wiping gi._ossighelper # cleanup[3]\nwiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping\ngi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module #\ndestroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper #\ncleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring #\ncleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3]\nwiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping\nrhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3]\nwiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy\ndbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping\ndbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify\n# destroy asyncore # destroy ctypes # cleanup[3] wiping ctypes.util #\ncleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping\nsubscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate #\ncleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping\nrhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests #\ndestroy requests._internal_utils # destroy requests.exceptions # destroy\nrequests.compat # destroy requests.cookies # destroy requests.structures #\ndestroy requests.utils # destroy requests.packages # destroy urllib3 # destroy\nidna # destroy idna.package_data # destroy idna.intranges # destroy idna.core #\ndestroy requests.hooks # destroy requests.auth # destroy requests.status_codes\n# destroy requests.models # destroy requests.adapters # destroy requests.api #\ncleanup[3] wiping requests.sessions # cleanup[3] wiping urllib3.contrib.socks #\ndestroy socks # cleanup[3] wiping encodings.idna # destroy stringprep #\ncleanup[3] wiping requests.packages.chardet # destroy chardet.enums # destroy\nchardet.charsetprober # destroy chardet.charsetgroupprober # destroy\nchardet.codingstatemachine # destroy chardet.escsm # destroy chardet.escprober\n# destroy chardet.latin1prober # destroy chardet.mbcssm # destroy\nchardet.utf8prober # destroy chardet.mbcharsetprober # destroy\nchardet.euctwfreq # destroy chardet.euckrfreq # destroy chardet.gb2312freq #\ndestroy chardet.big5freq # destroy chardet.jisfreq # destroy\nchardet.chardistribution # destroy chardet.jpcntx # destroy chardet.sjisprober\n# destroy chardet.eucjpprober # destroy chardet.gb2312prober # destroy\nchardet.euckrprober # destroy chardet.cp949prober # destroy chardet.big5prober\n# destroy chardet.euctwprober # destroy chardet.mbcsgroupprober # destroy\nchardet.hebrewprober # destroy chardet.sbcharsetprober # destroy\nchardet.langbulgarianmodel # destroy chardet.langgreekmodel # destroy\nchardet.langhebrewmodel # destroy chardet.langrussianmodel # destroy\nchardet.langthaimodel # destroy chardet.langturkishmodel # destroy\nchardet.sbcsgroupprober # destroy chardet.universaldetector # destroy\nchardet.version # cleanup[3] wiping requests.packages.idna.idnadata #\ncleanup[3] wiping idna.idnadata # cleanup[3] wiping\nrequests.packages.urllib3.poolmanager # cleanup[3] wiping\nrequests.packages.urllib3.connectionpool # cleanup[3] wiping\nrequests.packages.urllib3.util.queue # cleanup[3] wiping\nrequests.packages.urllib3.response # cleanup[3] wiping\nrequests.packages.urllib3.request # cleanup[3] wiping\nrequests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping\nrequests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping\nrequests.packages.urllib3.filepost # cleanup[3] wiping\nrequests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping\nrequests.packages.urllib3.connection # cleanup[3] wiping\nrequests.packages.urllib3._collections # cleanup[3] wiping\nrequests.packages.urllib3.util.proxy # cleanup[3] wiping\nrequests.packages.urllib3.util # destroy urllib3.util.wait # destroy\nurllib3.util.connection # destroy urllib3.util.request # destroy\nurllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url #\ndestroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy\nurllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.queue\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ #\ncleanup[3] wiping requests.packages.urllib3.contrib # destroy\nurllib3.contrib.socks # cleanup[3] wiping requests.packages.urllib3._version #\ncleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping\nrequests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping\nrequests.packages.urllib3.packages.six.moves # cleanup[3] wiping\nrequests.packages.urllib3.packages.six # destroy\nurllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves #\ncleanup[3] wiping requests.packages.urllib3.packages # destroy\nurllib3.packages.ssl_match_hostname # cleanup[3] wiping http.cookies #\ncleanup[3] wiping requests.certs # cleanup[3] wiping chardet # cleanup[3]\nwiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool #\ncleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request #\ncleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping\nurllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping\nurllib3.connection # cleanup[3] wiping urllib3._collections # cleanup[3] wiping\nurllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping\nurllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib #\ncleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions #\ncleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping\nurllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping\nrhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy\nrhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy\nrhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo #\ncleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid #\ncleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo #\ncleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection #\ncleanup[3] wiping subscription_manager.branding # cleanup[3] wiping\nsubscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 #\ncleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # cleanup[3]\nwiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy\nsubscription_manager # destroy subscription_manager.i18n # destroy\nsubscription_manager.version # destroy subscription_manager.certdirectory #\ndestroy subscription_manager.branding # destroy subscription_manager.utils #\ndestroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate\n# destroy subscription_manager.certlib # destroy\nsubscription_manager.syspurposelib # destroy subscription_manager.cache #\ndestroy subscription_manager.model # destroy subscription_manager.repofile #\ndestroy subscription_manager.repolib # destroy subscription_manager.productid #\ndestroy subscription_manager.reasons # destroy subscription_manager.cert_sorter\n# destroy subscription_manager.facts # destroy subscription_manager.identity #\ndestroy subscription_manager.validity # destroy\nsubscription_manager.cp_provider # destroy subscription_manager.base_plugin #\ndestroy subscription_manager.plugins # destroy subscription_manager.lock #\ndestroy subscription_manager.injectioninit # destroy\nsubscription_manager.base_action_client # destroy\nsubscription_manager.content_action_client # destroy\nsubscription_manager.entbranding # destroy subscription_manager.rhelentbranding\n# destroy subscription_manager.entcertlib # destroy\nsubscription_manager.identitycertlib # destroy subscription_manager.healinglib\n# destroy subscription_manager.factlib # destroy\nsubscription_manager.packageprofilelib # destroy\nsubscription_manager.installedproductslib # destroy\nsubscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3]\nwiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping ntpath #\ncleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping\nsubscription_manager.injection # cleanup[3] wiping rhsm.config # cleanup[3]\nwiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping\nrhsm.certificate # destroy dateutil # destroy dateutil._version # destroy\ndateutil._common # destroy dateutil.parser # cleanup[3] wiping\nrhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy\nrhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils #\ndestroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy\nrhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3]\nwiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser #\ndestroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy\ndbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy\ndbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server\n# destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors #\ncleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat #\ncleanup[3] wiping pyexpat.model # cleanup[3] wiping pyexpat.errors # cleanup[3]\nwiping _dbus_bindings # cleanup[3] wiping _sqlite3 # cleanup[3] wiping\ndateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping\ndateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories #\ndestroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping\n_decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves\n# cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term #\ndestroy dnf.cli.progress # destroy dnf.cli.aliases # destroy\ndnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli #\ncleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping\ndnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo #\ncleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping\ndnf.cli.commands.shell # destroy cmd # cleanup[3] wiping\ndnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3]\nwiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove #\ncleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping\ndnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3]\nwiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install\n# cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping\ndnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3]\nwiping dnf.cli.commands.downgrade # cleanup[3] wiping\ndnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist #\ncleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping\ndnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3]\nwiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias #\ndestroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping\ncurses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp\n# destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy\ndnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy\ndnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db #\ndestroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy\ndnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy\ndnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo #\ndestroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal #\ndestroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions #\ndestroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor #\ndestroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy\ndnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base #\ndestroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli #\ncleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection #\ncleanup[3] wiping inspect # destroy ast # destroy dis # destroy token #\ncleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3]\nwiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3]\nwiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle #\ncleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3]\nwiping glob # cleanup[3] wiping termios # cleanup[3] wiping gpg.constants #\ndestroy gpg.constants.data # destroy gpg.constants.data.encoding # destroy\ngpg.constants.keylist # destroy gpg.constants.keylist.mode # destroy\ngpg.constants.sig # destroy gpg.constants.sig.mode # destroy\ngpg.constants.sig.notation # destroy gpg.constants.tofu # destroy\ngpg.constants.tofu.policy # destroy gpg.constants.create # destroy\ngpg.constants.event # destroy gpg.constants.import_type # destroy\ngpg.constants.keysign # destroy gpg.constants.md # destroy gpg.constants.pk #\ndestroy gpg.constants.protocol # destroy gpg.constants.sigsum # destroy\ngpg.constants.status # destroy gpg.constants.validity # cleanup[3] wiping\ngpg.errors # cleanup[3] wiping gpg.util # cleanup[3] wiping gpg.gpgme #\ncleanup[3] wiping gpg._gpgme # cleanup[3] wiping libcomps # cleanup[3] wiping\nlibcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping\nhawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3]\nwiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf #\ndestroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf #\ndestroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction #\ndestroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping\nlibdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping\nlibdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping\nlibdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping\nlibdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3]\nwiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gc\n# cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping\nurllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3]\nwiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl\n# cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping\nemail.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping\nemail.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3]\nwiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping\nemail.contentmanager # cleanup[3] wiping email.message # destroy uu # destroy\nquopri # cleanup[3] wiping email.iterators # cleanup[3] wiping\nemail.headerregistry # cleanup[3] wiping email._header_value_parser #\ncleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase #\ncleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3]\nwiping calendar # cleanup[3] wiping urllib.parse # cleanup[3] wiping urllib #\ndestroy urllib.response # destroy urllib.error # destroy urllib.request #\ncleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3]\nwiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3]\nwiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping\nemail.mime # destroy email.mime.base # destroy email.mime.nonmultipart #\ndestroy email.mime.application # destroy email.mime.multipart # destroy\nemail.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy\nemail._policybase # destroy email._encoded_words # destroy\nemail._header_value_parser # destroy email.mime # destroy email.encoders #\ndestroy email.errors # destroy email.quoprimime # destroy email.base64mime #\ndestroy email.charset # destroy email.header # destroy email.utils # destroy\nemail.headerregistry # destroy email.iterators # destroy email.message #\ndestroy email.contentmanager # destroy email.policy # destroy email.feedparser\n# destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext\n# cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3]\nwiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3]\nwiping socket # cleanup[3] wiping array # destroy array # cleanup[3] wiping\n_socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader #\ncleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy\nlogging.handlers # destroy logging.config # cleanup[3] wiping string #\ncleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping\ndatetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy\nsyslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping\ntokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3]\nwiping subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select #\ncleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3]\nwiping locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy\natexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder #\ncleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping\nencodings.cp437 # cleanup[3] wiping zipfile # destroy bz2 # destroy lzma #\ncleanup[3] wiping tempfile # cleanup[3] wiping random # cleanup[3] wiping\nhashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3]\nwiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect #\ncleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping grp #\ncleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading #\ncleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping\nerrno # cleanup[3] wiping fnmatch # cleanup[3] wiping weakref # cleanup[3]\nwiping importlib.util # cleanup[3] wiping importlib.abc # cleanup[3] wiping\ncontextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping\nimportlib.machinery # cleanup[3] wiping importlib # destroy importlib.machinery\n# destroy importlib.abc # destroy importlib.util # cleanup[3] wiping warnings #\ncleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping\nimportlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii #\ncleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re #\ndestroy sre_compile # destroy copyreg # cleanup[3] wiping functools #\ncleanup[3] wiping _functools # cleanup[3] wiping collections # destroy\n_collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping\n_collections # destroy _collections # cleanup[3] wiping operator # cleanup[3]\nwiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq #\ncleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping enum #\ncleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale #\ncleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath #\ncleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat\n# cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3]\nwiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping\nencodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases #\ndestroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 #\ndestroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs #\ncleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3]\nwiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3]\nwiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings #\ncleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3]\nwiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins #\ndestroy pyexpat.errors # destroy pyexpat.model # destroy librepo._librepo #\ndestroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal #\ndestroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey #\ndestroy rpm._rpm # destroy _queue # destroy _ssl # destroy systemd._daemon #\ndestroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy\nsystemd._journal # destroy _string # destroy _datetime # destroy\n_posixsubprocess # destroy _blake2 # destroy _random # destroy _bisect #\ndestroy grp # destroy zlib # destroy _signal # destroy marshal # destroy\nxml.etree.ElementPath # destroy _elementtree # destroy _heapq # destroy\nzipimport # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse\n# destroy tokenize # destroy _compat_pickle # destroy _pickle # destroy\nlibdnf._error # destroy gi.types # destroy gi._error # destroy gi._gi # destroy\ngi._gobject # destroy gi._constants # destroy gi.docstring # destroy\ngi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy\ngi.overrides # destroy gi.importer # destroy gi.repository # destroy\ngi._ossighelper # destroy gi._option # destroy textwrap # destroy\nansible.module_utils.six.moves.urllib # destroy stat # destroy selectors #\ndestroy ansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy\nansible.module_utils.six.moves # destroy _operator # destroy gzip # destroy\nrhsmlib.facts.dmiinfo # destroy requests # destroy iniparse.ini # destroy enum\n# destroy signal # destroy queue # destroy shlex # destroy pwd # destroy\n_functools # destroy gettext # destroy libcomps # destroy locale # destroy\ndnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils #\ndestroy base64 # destroy importlib # destroy inspect # destroy gc # destroy\nmath # destroy dateutil.parser._parser # destroy _stat # destroy http.cookies #\ndestroy urllib.parse # destroy _weakref # destroy ntpath # destroy posix #\ndestroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy\nrhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy\nrhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy\nrhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm #\ndestroy rhsmlib.dbus.dbus_utils # destroy _opcode # destroy requests.sessions #\ndestroy json.scanner # destroy _json # destroy six.moves.urllib_parse # destroy\nsix.moves.urllib.error # destroy six.moves.urllib.request # destroy\nsix.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy\ntraceback # destroy dnf.yum.misc # destroy glob # destroy curses # destroy\nfcntl # destroy termios # destroy argparse # destroy dnf.cli.commands.alias #\ndestroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy\ndnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy\ndnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy\ndnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy\ndnf.cli.commands.history # destroy dnf.cli.commands.install # destroy\ndnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy\ndnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy\ndnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy\ndnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy\ndnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy\ndnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy\noperator # destroy random # destroy rpm # destroy hawkey # destroy\ndnf.cli.output # destroy dnf # destroy _thread # destroy _warnings # destroy\nconfigparser # destroy fnmatch # destroy pyinotify # destroy urllib3.packages #\ndestroy urllib3.exceptions # destroy urllib3._version # destroy urllib3.contrib\n# destroy urllib3.util # destroy urllib3._collections # destroy\nurllib3.connection # destroy urllib3.fields # destroy urllib3.filepost #\ndestroy urllib3.request # destroy urllib3.response # destroy\nurllib3.connectionpool # destroy urllib3.poolmanager # destroy copy # destroy\ncontextlib # destroy tempfile # destroy zipfile # destroy requests.certs #\ndestroy hashlib # destroy encodings # destroy http.cookiejar # destroy chardet\n# destroy json # destroy calendar # destroy dateutil.tz # destroy six # destroy\ncodecs # destroy gpg.gpgme # destroy gpg.constants # destroy gpg.errors #\ndestroy gpg.util # destroy urllib3.packages.six.moves.urllib_parse # destroy\nurllib3.packages.six.moves.urllib.error # destroy\nurllib3.packages.six.moves.urllib.request # destroy\nurllib3.packages.six.moves.urllib.response # destroy\nurllib3.packages.six.moves.urllib.robotparser # destroy subprocess # destroy\nrhsmlib.facts.collector # destroy itertools # destroy http.client # destroy\nemail # destroy string # destroy dbus # destroy rhsmlib.dbus.constants #\ndestroy rhsm.connection # destroy gi.repository.GLib # destroy\nrhsmlib.services.config # destroy subscription_manager.injection # destroy\nerrno # destroy select # destroy urllib3.contrib._appengine_environ # destroy\nhmac # destroy warnings # destroy binascii # destroy urllib3.packages.six #\ndestroy _hashlib # destroy ssl # destroy posixpath # destroy urllib # destroy\nio # destroy io # destroy _lzma # destroy _compression # destroy idna.idnadata\n# destroy bisect # destroy unicodedata # destroy re # destroy pyexpat # destroy\nthreading # destroy functools # destroy logging # destroy socket # destroy\nstruct # destroy _frozen_importlib # clear sys.audit hooks\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n[WARNING]: Module invocation had junk after the JSON data: # clear builtins._ #\nclear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear\nsys.last_type # clear sys.last_value # clear sys.last_traceback # clear\nsys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear\nsys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore\nsys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins #\ncleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2]\nremoving _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref\n# cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing\nposix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing\ntime # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2]\nremoving abc # cleanup[2] removing io # cleanup[2] removing __main__ #\ncleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing\n_bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site #\ncleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre\n# cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2]\nremoving sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing\n_heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2]\nremoving operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2]\nremoving _collections # cleanup[2] removing collections # cleanup[2] removing\n_functools # cleanup[2] removing functools # cleanup[2] removing copyreg #\ncleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing\nstruct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2]\nremoving importlib._bootstrap # cleanup[2] removing\nimportlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2]\nremoving importlib # cleanup[2] removing importlib.machinery # cleanup[2]\nremoving collections.abc # cleanup[2] removing contextlib # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing importlib.abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset\n# cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch #\ncleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing\n_compression # cleanup[2] removing threading # cleanup[2] removing _bz2 #\ndestroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2]\nremoving lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2]\nremoving shutil # cleanup[2] removing math # cleanup[2] removing _bisect #\ncleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random #\ncleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2]\nremoving hashlib # cleanup[2] removing random # destroy random # cleanup[2]\nremoving tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2]\nremoving encodings.cp437 # cleanup[2] removing ansible # destroy ansible #\ncleanup[2] removing ansible.module_utils # destroy ansible.module_utils #\ncleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json\n# cleanup[2] removing json.scanner # cleanup[2] removing json.decoder #\ncleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2]\nremoving atexit # cleanup[2] removing fcntl # cleanup[2] removing locale #\ncleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2]\nremoving select # cleanup[2] removing selectors # cleanup[2] removing\nsubprocess # cleanup[2] removing platform # cleanup[2] removing shlex #\ncleanup[2] removing token # destroy token # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2]\nremoving syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2]\nremoving _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid #\ncleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing\nstring # destroy string # cleanup[2] removing logging # cleanup[2] removing\nsystemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing\nsystemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing\n_socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2]\nremoving systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2]\nremoving ansible.module_utils.compat # destroy ansible.module_utils.compat #\ncleanup[2] removing ansible.module_utils.common # destroy\nansible.module_utils.common # cleanup[2] removing\nansible.module_utils.common.text # destroy ansible.module_utils.common.text #\ncleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro #\ncleanup[2] removing ansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing\nansible.module_utils.common.respawn # destroy\nansible.module_utils.common.respawn # cleanup[2] removing\nansible.module_utils.facts.namespace # cleanup[2] removing\nansible.module_utils.compat.typing # cleanup[2] removing\nmultiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2]\nremoving _pickle # cleanup[2] removing pickle # cleanup[2] removing\nmultiprocessing.reduction # cleanup[2] removing multiprocessing.context #\ncleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing\nmultiprocessing # cleanup[2] removing _queue # cleanup[2] removing queue #\ncleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing\n# cleanup[2] removing multiprocessing.connection # cleanup[2] removing\nmultiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout #\ncleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing\nansible.module_utils.facts.other # cleanup[2] removing\nansible.module_utils.facts.other.facter # cleanup[2] removing\nansible.module_utils.facts.other.ohai # cleanup[2] removing\nansible.module_utils.facts.system # cleanup[2] removing\nansible.module_utils.facts.system.apparmor # cleanup[2] removing\nansible.module_utils.facts.system.caps # cleanup[2] removing\nansible.module_utils.facts.system.chroot # cleanup[2] removing\nansible.module_utils.facts.utils # cleanup[2] removing\nansible.module_utils.facts.system.cmdline # cleanup[2] removing\nansible.module_utils.facts.system.distribution # cleanup[2] removing\nansible.module_utils.compat.datetime # destroy\nansible.module_utils.compat.datetime # cleanup[2] removing\nansible.module_utils.facts.system.date_time # cleanup[2] removing\nansible.module_utils.facts.system.env # cleanup[2] removing\nansible.module_utils.facts.system.dns # cleanup[2] removing\nansible.module_utils.facts.system.fips # cleanup[2] removing\nansible.module_utils.facts.system.loadavg # cleanup[2] removing glob #\ncleanup[2] removing configparser # cleanup[2] removing\nansible.module_utils.facts.system.local # cleanup[2] removing\nansible.module_utils.facts.system.lsb # cleanup[2] removing\nansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing\nansible.module_utils.facts.system.platform # cleanup[2] removing _ssl #\ncleanup[2] removing ssl # destroy ssl # cleanup[2] removing\nansible.module_utils.facts.system.python # cleanup[2] removing\nansible.module_utils.facts.system.selinux # cleanup[2] removing\nansible.module_utils.compat.version # destroy\nansible.module_utils.compat.version # cleanup[2] removing\nansible.module_utils.facts.system.service_mgr # cleanup[2] removing\nansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios #\ncleanup[2] removing getpass # cleanup[2] removing\nansible.module_utils.facts.system.user # cleanup[2] removing\nansible.module_utils.facts.hardware # cleanup[2] removing\nansible.module_utils.facts.hardware.base # cleanup[2] removing\nansible.module_utils.facts.hardware.aix # cleanup[2] removing\nansible.module_utils.facts.sysctl # cleanup[2] removing\nansible.module_utils.facts.hardware.darwin # cleanup[2] removing\nansible.module_utils.facts.hardware.freebsd # cleanup[2] removing\nansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing\nansible.module_utils.facts.hardware.hpux # cleanup[2] removing\nansible.module_utils.facts.hardware.linux # cleanup[2] removing\nansible.module_utils.facts.hardware.hurd # cleanup[2] removing\nansible.module_utils.facts.hardware.netbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.openbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.sunos # cleanup[2] removing\nansible.module_utils.facts.network # cleanup[2] removing\nansible.module_utils.facts.network.base # cleanup[2] removing\nansible.module_utils.facts.network.generic_bsd # cleanup[2] removing\nansible.module_utils.facts.network.aix # cleanup[2] removing\nansible.module_utils.facts.network.darwin # cleanup[2] removing\nansible.module_utils.facts.network.dragonfly # cleanup[2] removing\nansible.module_utils.facts.network.fc_wwn # cleanup[2] removing\nansible.module_utils.facts.network.freebsd # cleanup[2] removing\nansible.module_utils.facts.network.hpux # cleanup[2] removing\nansible.module_utils.facts.network.hurd # cleanup[2] removing\nansible.module_utils.facts.network.linux # cleanup[2] removing\nansible.module_utils.facts.network.iscsi # cleanup[2] removing\nansible.module_utils.facts.network.nvme # cleanup[2] removing\nansible.module_utils.facts.network.netbsd # cleanup[2] removing\nansible.module_utils.facts.network.openbsd # cleanup[2] removing\nansible.module_utils.facts.network.sunos # cleanup[2] removing\nansible.module_utils.facts.virtual # cleanup[2] removing\nansible.module_utils.facts.virtual.base # cleanup[2] removing\nansible.module_utils.facts.virtual.sysctl # cleanup[2] removing\nansible.module_utils.facts.virtual.freebsd # cleanup[2] removing\nansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing\nansible.module_utils.facts.virtual.hpux # cleanup[2] removing\nansible.module_utils.facts.virtual.linux # cleanup[2] removing\nansible.module_utils.facts.virtual.netbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.openbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.sunos # cleanup[2] removing\nansible.module_utils.facts.default_collectors # cleanup[2] removing\nansible.module_utils.facts.ansible_collector # cleanup[2] removing\nansible.module_utils.facts.compat # cleanup[2] removing\nansible.module_utils.facts # destroy ansible.module_utils.facts # destroy\nansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other\n# destroy ansible.module_utils.facts.other.facter # destroy\nansible.module_utils.facts.other.ohai # destroy\nansible.module_utils.facts.system # destroy\nansible.module_utils.facts.system.apparmor # destroy\nansible.module_utils.facts.system.caps # destroy\nansible.module_utils.facts.system.chroot # destroy\nansible.module_utils.facts.system.cmdline # destroy\nansible.module_utils.facts.system.distribution # destroy\nansible.module_utils.facts.system.date_time # destroy\nansible.module_utils.facts.system.env # destroy\nansible.module_utils.facts.system.dns # destroy\nansible.module_utils.facts.system.fips # destroy\nansible.module_utils.facts.system.loadavg # destroy\nansible.module_utils.facts.system.local # destroy\nansible.module_utils.facts.system.lsb # destroy\nansible.module_utils.facts.system.pkg_mgr # destroy\nansible.module_utils.facts.system.platform # destroy\nansible.module_utils.facts.system.python # destroy\nansible.module_utils.facts.system.selinux # destroy\nansible.module_utils.facts.system.service_mgr # destroy\nansible.module_utils.facts.system.ssh_pub_keys # destroy\nansible.module_utils.facts.system.user # destroy\nansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware\n# destroy ansible.module_utils.facts.hardware.base # destroy\nansible.module_utils.facts.hardware.aix # destroy\nansible.module_utils.facts.hardware.darwin # destroy\nansible.module_utils.facts.hardware.freebsd # destroy\nansible.module_utils.facts.hardware.dragonfly # destroy\nansible.module_utils.facts.hardware.hpux # destroy\nansible.module_utils.facts.hardware.linux # destroy\nansible.module_utils.facts.hardware.hurd # destroy\nansible.module_utils.facts.hardware.netbsd # destroy\nansible.module_utils.facts.hardware.openbsd # destroy\nansible.module_utils.facts.hardware.sunos # destroy\nansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network\n# destroy ansible.module_utils.facts.network.base # destroy\nansible.module_utils.facts.network.generic_bsd # destroy\nansible.module_utils.facts.network.aix # destroy\nansible.module_utils.facts.network.darwin # destroy\nansible.module_utils.facts.network.dragonfly # destroy\nansible.module_utils.facts.network.fc_wwn # destroy\nansible.module_utils.facts.network.freebsd # destroy\nansible.module_utils.facts.network.hpux # destroy\nansible.module_utils.facts.network.hurd # destroy\nansible.module_utils.facts.network.linux # destroy\nansible.module_utils.facts.network.iscsi # destroy\nansible.module_utils.facts.network.nvme # destroy\nansible.module_utils.facts.network.netbsd # destroy\nansible.module_utils.facts.network.openbsd # destroy\nansible.module_utils.facts.network.sunos # destroy\nansible.module_utils.facts.virtual # destroy\nansible.module_utils.facts.virtual.base # destroy\nansible.module_utils.facts.virtual.sysctl # destroy\nansible.module_utils.facts.virtual.freebsd # destroy\nansible.module_utils.facts.virtual.dragonfly # destroy\nansible.module_utils.facts.virtual.hpux # destroy\nansible.module_utils.facts.virtual.linux # destroy\nansible.module_utils.facts.virtual.netbsd # destroy\nansible.module_utils.facts.virtual.openbsd # destroy\nansible.module_utils.facts.virtual.sunos # destroy\nansible.module_utils.facts.compat # cleanup[2] removing\nansible.module_utils.facts.packages # destroy\nansible.module_utils.facts.packages # cleanup[2] removing rpm._rpm # cleanup[2]\nremoving rpm.transaction # cleanup[2] removing rpm # destroy _sitebuiltins #\ndestroy importlib.util # destroy importlib.abc # destroy importlib.machinery #\ndestroy zipimport # destroy _compression # destroy binascii # destroy importlib\n# destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy\nsystemd.journal # destroy systemd.daemon # destroy hashlib # destroy\njson.decoder # destroy json.encoder # destroy json.scanner # destroy _json #\ndestroy encodings # destroy syslog # destroy uuid # destroy selinux # destroy\ndistro # destroy logging # destroy argparse # destroy\nansible.module_utils.facts.default_collectors # destroy\nansible.module_utils.facts.ansible_collector # destroy multiprocessing #\ndestroy multiprocessing.connection # destroy multiprocessing.pool # destroy\npickle # destroy multiprocessing.context # destroy array # destroy\n_compat_pickle # destroy queue # destroy multiprocessing.process # destroy\ntempfile # destroy multiprocessing.util # destroy multiprocessing.reduction #\ndestroy shlex # destroy datetime # destroy base64 # destroy\nansible.module_utils.compat.selinux # destroy getpass # destroy json # destroy\nsocket # destroy struct # destroy glob # destroy\nansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout\n# destroy ansible.module_utils.facts.collector # destroy rpm.transaction #\ndestroy rpm # cleanup[3] wiping rpm._rpm # cleanup[3] wiping termios #\ncleanup[3] wiping _ssl # cleanup[3] wiping configparser # cleanup[3] wiping\n_multiprocessing # cleanup[3] wiping _queue # cleanup[3] wiping _pickle #\ncleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian #\ncleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping\nsystemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 #\ncleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal #\ncleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping\n_datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping\ntokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping\nselectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess #\ncleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit #\ncleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3]\nwiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect #\ncleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch #\ncleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma #\ncleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno\n# cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping\ncollections.abc # cleanup[3] wiping warnings # cleanup[3] wiping\nimportlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap #\ncleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy\nsre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping\n_functools # destroy _functools # cleanup[3] wiping collections # destroy\n_collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping\n_collections # destroy _collections # cleanup[3] wiping operator # cleanup[3]\nwiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq #\ncleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types\n# cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os #\ncleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath #\ncleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3]\nwiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping\nencodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping\nencodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping\ncodecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping\n_frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping\nmarshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3]\nwiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp #\ncleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping\nbuiltins # destroy rpm._rpm # destroy termios # destroy _ssl # destroy\n_multiprocessing # destroy _queue # destroy _pickle # destroy systemd._daemon #\ndestroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy\nsystemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 #\ndestroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy\n_uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq #\ndestroy posixpath # destroy stat # destroy\nansible.module_utils.six.moves.urllib # destroy errno # destroy signal #\ndestroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess #\ndestroy selectors # destroy select # destroy\nansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\nitertools # destroy operator # destroy ansible.module_utils.six.moves # destroy\n_operator # destroy _frozen_importlib_external # destroy _imp # destroy io #\ndestroy marshal # destroy _frozen_importlib # clear sys.audit hooks\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n[WARNING]: Module invocation had junk after the JSON data: # clear builtins._ #\nclear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear\nsys.last_type # clear sys.last_value # clear sys.last_traceback # clear\nsys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear\nsys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore\nsys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins #\ncleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2]\nremoving _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref\n# cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing\nposix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing\ntime # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2]\nremoving abc # cleanup[2] removing io # cleanup[2] removing __main__ #\ncleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing\n_bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site #\ncleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre\n# cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2]\nremoving sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing\n_heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2]\nremoving operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2]\nremoving _collections # cleanup[2] removing collections # cleanup[2] removing\n_functools # cleanup[2] removing functools # cleanup[2] removing copyreg #\ncleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing\nstruct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2]\nremoving importlib._bootstrap # cleanup[2] removing\nimportlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2]\nremoving importlib # cleanup[2] removing importlib.machinery # cleanup[2]\nremoving collections.abc # cleanup[2] removing contextlib # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing importlib.abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset\n# cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch #\ncleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing\n_compression # cleanup[2] removing threading # cleanup[2] removing _bz2 #\ndestroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2]\nremoving lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2]\nremoving shutil # cleanup[2] removing math # cleanup[2] removing _bisect #\ncleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random #\ncleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2]\nremoving hashlib # cleanup[2] removing random # destroy random # cleanup[2]\nremoving tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2]\nremoving encodings.cp437 # cleanup[2] removing ansible # destroy ansible #\ncleanup[2] removing ansible.module_utils # destroy ansible.module_utils #\ncleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json\n# cleanup[2] removing json.scanner # cleanup[2] removing json.decoder #\ncleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2]\nremoving atexit # cleanup[2] removing fcntl # cleanup[2] removing locale #\ncleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2]\nremoving select # cleanup[2] removing selectors # cleanup[2] removing\nsubprocess # cleanup[2] removing platform # cleanup[2] removing shlex #\ncleanup[2] removing token # destroy token # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2]\nremoving syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2]\nremoving _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid #\ncleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing\nstring # destroy string # cleanup[2] removing logging # cleanup[2] removing\nsystemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing\nsystemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing\n_socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2]\nremoving systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2]\nremoving ansible.module_utils.compat # destroy ansible.module_utils.compat #\ncleanup[2] removing ansible.module_utils.common # destroy\nansible.module_utils.common # cleanup[2] removing\nansible.module_utils.common.text # destroy ansible.module_utils.common.text #\ncleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro #\ncleanup[2] removing ansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing\nansible.module_utils.facts.namespace # cleanup[2] removing\nansible.module_utils.compat.typing # cleanup[2] removing\nmultiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2]\nremoving _pickle # cleanup[2] removing pickle # cleanup[2] removing\nmultiprocessing.reduction # cleanup[2] removing multiprocessing.context #\ncleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing\nmultiprocessing # cleanup[2] removing _queue # cleanup[2] removing queue #\ncleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing\n# cleanup[2] removing multiprocessing.connection # cleanup[2] removing\nmultiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout #\ncleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing\nansible.module_utils.facts.other # cleanup[2] removing\nansible.module_utils.facts.other.facter # cleanup[2] removing\nansible.module_utils.facts.other.ohai # cleanup[2] removing\nansible.module_utils.facts.system # cleanup[2] removing\nansible.module_utils.facts.system.apparmor # cleanup[2] removing\nansible.module_utils.facts.system.caps # cleanup[2] removing\nansible.module_utils.facts.system.chroot # cleanup[2] removing\nansible.module_utils.facts.utils # cleanup[2] removing\nansible.module_utils.facts.system.cmdline # cleanup[2] removing\nansible.module_utils.facts.system.distribution # cleanup[2] removing\nansible.module_utils.compat.datetime # destroy\nansible.module_utils.compat.datetime # cleanup[2] removing\nansible.module_utils.facts.system.date_time # cleanup[2] removing\nansible.module_utils.facts.system.env # cleanup[2] removing\nansible.module_utils.facts.system.dns # cleanup[2] removing\nansible.module_utils.facts.system.fips # cleanup[2] removing\nansible.module_utils.facts.system.loadavg # cleanup[2] removing glob #\ncleanup[2] removing configparser # cleanup[2] removing\nansible.module_utils.facts.system.local # cleanup[2] removing\nansible.module_utils.facts.system.lsb # cleanup[2] removing\nansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing\nansible.module_utils.facts.system.platform # cleanup[2] removing _ssl #\ncleanup[2] removing ssl # destroy ssl # cleanup[2] removing\nansible.module_utils.facts.system.python # cleanup[2] removing\nansible.module_utils.facts.system.selinux # cleanup[2] removing\nansible.module_utils.compat.version # destroy\nansible.module_utils.compat.version # cleanup[2] removing\nansible.module_utils.facts.system.service_mgr # cleanup[2] removing\nansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios #\ncleanup[2] removing getpass # cleanup[2] removing\nansible.module_utils.facts.system.user # cleanup[2] removing\nansible.module_utils.facts.hardware # cleanup[2] removing\nansible.module_utils.facts.hardware.base # cleanup[2] removing\nansible.module_utils.facts.hardware.aix # cleanup[2] removing\nansible.module_utils.facts.sysctl # cleanup[2] removing\nansible.module_utils.facts.hardware.darwin # cleanup[2] removing\nansible.module_utils.facts.hardware.freebsd # cleanup[2] removing\nansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing\nansible.module_utils.facts.hardware.hpux # cleanup[2] removing\nansible.module_utils.facts.hardware.linux # cleanup[2] removing\nansible.module_utils.facts.hardware.hurd # cleanup[2] removing\nansible.module_utils.facts.hardware.netbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.openbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.sunos # cleanup[2] removing\nansible.module_utils.facts.network # cleanup[2] removing\nansible.module_utils.facts.network.base # cleanup[2] removing\nansible.module_utils.facts.network.generic_bsd # cleanup[2] removing\nansible.module_utils.facts.network.aix # cleanup[2] removing\nansible.module_utils.facts.network.darwin # cleanup[2] removing\nansible.module_utils.facts.network.dragonfly # cleanup[2] removing\nansible.module_utils.facts.network.fc_wwn # cleanup[2] removing\nansible.module_utils.facts.network.freebsd # cleanup[2] removing\nansible.module_utils.facts.network.hpux # cleanup[2] removing\nansible.module_utils.facts.network.hurd # cleanup[2] removing\nansible.module_utils.facts.network.linux # cleanup[2] removing\nansible.module_utils.facts.network.iscsi # cleanup[2] removing\nansible.module_utils.facts.network.nvme # cleanup[2] removing\nansible.module_utils.facts.network.netbsd # cleanup[2] removing\nansible.module_utils.facts.network.openbsd # cleanup[2] removing\nansible.module_utils.facts.network.sunos # cleanup[2] removing\nansible.module_utils.facts.virtual # cleanup[2] removing\nansible.module_utils.facts.virtual.base # cleanup[2] removing\nansible.module_utils.facts.virtual.sysctl # cleanup[2] removing\nansible.module_utils.facts.virtual.freebsd # cleanup[2] removing\nansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing\nansible.module_utils.facts.virtual.hpux # cleanup[2] removing\nansible.module_utils.facts.virtual.linux # cleanup[2] removing\nansible.module_utils.facts.virtual.netbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.openbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.sunos # cleanup[2] removing\nansible.module_utils.facts.default_collectors # cleanup[2] removing\nansible.module_utils.facts.ansible_collector # cleanup[2] removing\nansible.module_utils.facts.compat # cleanup[2] removing\nansible.module_utils.facts # destroy ansible.module_utils.facts # destroy\nansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other\n# destroy ansible.module_utils.facts.other.facter # destroy\nansible.module_utils.facts.other.ohai # destroy\nansible.module_utils.facts.system # destroy\nansible.module_utils.facts.system.apparmor # destroy\nansible.module_utils.facts.system.caps # destroy\nansible.module_utils.facts.system.chroot # destroy\nansible.module_utils.facts.system.cmdline # destroy\nansible.module_utils.facts.system.distribution # destroy\nansible.module_utils.facts.system.date_time # destroy\nansible.module_utils.facts.system.env # destroy\nansible.module_utils.facts.system.dns # destroy\nansible.module_utils.facts.system.fips # destroy\nansible.module_utils.facts.system.loadavg # destroy\nansible.module_utils.facts.system.local # destroy\nansible.module_utils.facts.system.lsb # destroy\nansible.module_utils.facts.system.pkg_mgr # destroy\nansible.module_utils.facts.system.platform # destroy\nansible.module_utils.facts.system.python # destroy\nansible.module_utils.facts.system.selinux # destroy\nansible.module_utils.facts.system.service_mgr # destroy\nansible.module_utils.facts.system.ssh_pub_keys # destroy\nansible.module_utils.facts.system.user # destroy\nansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware\n# destroy ansible.module_utils.facts.hardware.base # destroy\nansible.module_utils.facts.hardware.aix # destroy\nansible.module_utils.facts.hardware.darwin # destroy\nansible.module_utils.facts.hardware.freebsd # destroy\nansible.module_utils.facts.hardware.dragonfly # destroy\nansible.module_utils.facts.hardware.hpux # destroy\nansible.module_utils.facts.hardware.linux # destroy\nansible.module_utils.facts.hardware.hurd # destroy\nansible.module_utils.facts.hardware.netbsd # destroy\nansible.module_utils.facts.hardware.openbsd # destroy\nansible.module_utils.facts.hardware.sunos # destroy\nansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network\n# destroy ansible.module_utils.facts.network.base # destroy\nansible.module_utils.facts.network.generic_bsd # destroy\nansible.module_utils.facts.network.aix # destroy\nansible.module_utils.facts.network.darwin # destroy\nansible.module_utils.facts.network.dragonfly # destroy\nansible.module_utils.facts.network.fc_wwn # destroy\nansible.module_utils.facts.network.freebsd # destroy\nansible.module_utils.facts.network.hpux # destroy\nansible.module_utils.facts.network.hurd # destroy\nansible.module_utils.facts.network.linux # destroy\nansible.module_utils.facts.network.iscsi # destroy\nansible.module_utils.facts.network.nvme # destroy\nansible.module_utils.facts.network.netbsd # destroy\nansible.module_utils.facts.network.openbsd # destroy\nansible.module_utils.facts.network.sunos # destroy\nansible.module_utils.facts.virtual # destroy\nansible.module_utils.facts.virtual.base # destroy\nansible.module_utils.facts.virtual.sysctl # destroy\nansible.module_utils.facts.virtual.freebsd # destroy\nansible.module_utils.facts.virtual.dragonfly # destroy\nansible.module_utils.facts.virtual.hpux # destroy\nansible.module_utils.facts.virtual.linux # destroy\nansible.module_utils.facts.virtual.netbsd # destroy\nansible.module_utils.facts.virtual.openbsd # destroy\nansible.module_utils.facts.virtual.sunos # destroy\nansible.module_utils.facts.compat # cleanup[2] removing gc # cleanup[2]\nremoving unicodedata # cleanup[2] removing stringprep # cleanup[2] removing\nencodings.idna # destroy _sitebuiltins # destroy importlib.util # destroy\nimportlib.abc # destroy importlib.machinery # destroy zipimport # destroy\n_compression # destroy binascii # destroy importlib # destroy bz2 # destroy\nlzma # destroy __main__ # destroy locale # destroy systemd.journal # destroy\nsystemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder\n# destroy json.scanner # destroy _json # destroy encodings # destroy syslog #\ndestroy uuid # destroy selinux # destroy distro # destroy logging # destroy\nargparse # destroy ansible.module_utils.facts.default_collectors # destroy\nansible.module_utils.facts.ansible_collector # destroy multiprocessing #\ndestroy multiprocessing.connection # destroy multiprocessing.pool # destroy\npickle # destroy multiprocessing.context # destroy array # destroy\n_compat_pickle # destroy queue # destroy multiprocessing.process # destroy\ntempfile # destroy multiprocessing.util # destroy multiprocessing.reduction #\ndestroy shlex # destroy datetime # destroy base64 # destroy\nansible.module_utils.compat.selinux # destroy getpass # destroy json # destroy\nsocket # destroy struct # destroy glob # destroy\nansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout\n# destroy ansible.module_utils.facts.collector # cleanup[3] wiping\nencodings.idna # destroy stringprep # cleanup[3] wiping unicodedata #\ncleanup[3] wiping gc # cleanup[3] wiping termios # cleanup[3] wiping _ssl #\ncleanup[3] wiping configparser # cleanup[3] wiping _multiprocessing #\ncleanup[3] wiping _queue # cleanup[3] wiping _pickle # cleanup[3] wiping\nselinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3]\nwiping ansible.module_utils.six.moves # destroy configparser # cleanup[3]\nwiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping\nsystemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping\nsystemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid #\ncleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache #\ncleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess #\ncleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping\n_posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl #\ncleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3]\nwiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random #\ncleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil #\ndestroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3]\nwiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib #\ncleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping\ncontextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings #\ncleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping\nimportlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re #\ndestroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping\nfunctools # cleanup[3] wiping _functools # destroy _functools # cleanup[3]\nwiping collections # destroy _collections_abc # destroy heapq # destroy\ncollections.abc # cleanup[3] wiping _collections # destroy _collections #\ncleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping\nitertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3]\nwiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy\n_locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy\ngenericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3]\nwiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3]\nwiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal #\ncleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases #\ncleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time #\ncleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix #\ncleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping\n_imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3]\nwiping builtins # destroy unicodedata # destroy gc # destroy termios # destroy\n_ssl # destroy _multiprocessing # destroy _queue # destroy _pickle # destroy\nsystemd._daemon # destroy _socket # destroy systemd.id128 # destroy\nsystemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl\n# destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy\nplatform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize\n# destroy _heapq # destroy posixpath # destroy stat # destroy\nansible.module_utils.six.moves.urllib # destroy errno # destroy signal #\ndestroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess #\ndestroy selectors # destroy select # destroy\nansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\nitertools # destroy operator # destroy ansible.module_utils.six.moves # destroy\n_operator # destroy _frozen_importlib_external # destroy _imp # destroy io #\ndestroy marshal # destroy _frozen_importlib # clear sys.audit hooks\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n[WARNING]: Module invocation had junk after the JSON data: # destroy __main__ #\nclear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear\nsys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback\n# clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path #\nclear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout #\nrestore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins #\ncleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2]\nremoving _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref\n# cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing\nposix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing\ntime # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2]\nremoving abc # cleanup[2] removing io # cleanup[2] removing __main__ #\ncleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing\n_bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site #\ncleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre\n# cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2]\nremoving sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing\n_heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2]\nremoving operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2]\nremoving _collections # cleanup[2] removing collections # cleanup[2] removing\n_functools # cleanup[2] removing functools # cleanup[2] removing copyreg #\ncleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing\nstruct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy\nbase64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing\nimportlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2]\nremoving importlib # cleanup[2] removing importlib.machinery # cleanup[2]\nremoving collections.abc # cleanup[2] removing contextlib # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing importlib.abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset\n# cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch #\ncleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing\n_compression # cleanup[2] removing threading # cleanup[2] removing _bz2 #\ndestroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2]\nremoving lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2]\nremoving shutil # cleanup[2] removing math # cleanup[2] removing _bisect #\ncleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random #\ncleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2]\nremoving hashlib # cleanup[2] removing random # destroy random # cleanup[2]\nremoving tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2]\nremoving encodings.cp437 # cleanup[2] removing ansible # destroy ansible #\ncleanup[2] removing ansible.module_utils # destroy ansible.module_utils #\ncleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json\n# cleanup[2] removing json.scanner # cleanup[2] removing json.decoder #\ncleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2]\nremoving atexit # cleanup[2] removing fcntl # cleanup[2] removing locale #\ncleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2]\nremoving select # cleanup[2] removing selectors # cleanup[2] removing\nsubprocess # cleanup[2] removing platform # cleanup[2] removing shlex #\ncleanup[2] removing token # destroy token # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2]\nremoving syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2]\nremoving _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid #\ncleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing\nstring # destroy string # cleanup[2] removing logging # cleanup[2] removing\nsystemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing\nsystemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing\n_socket # cleanup[2] removing array # cleanup[2] removing socket # destroy\nsocket # cleanup[2] removing systemd._daemon # cleanup[2] removing\nsystemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy\nansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common #\ndestroy ansible.module_utils.common # cleanup[2] removing\nansible.module_utils.common.text # destroy ansible.module_utils.common.text #\ncleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro #\ncleanup[2] removing ansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible_collections # destroy ansible_collections # cleanup[2]\nremoving ansible_collections.community # destroy ansible_collections.community\n# cleanup[2] removing ansible_collections.community.general # destroy\nansible_collections.community.general # cleanup[2] removing\nansible_collections.community.general.plugins # destroy\nansible_collections.community.general.plugins # cleanup[2] removing\nansible_collections.community.general.plugins.modules # destroy\nansible_collections.community.general.plugins.modules # cleanup[2] removing\nencodings.utf_8_sig # destroy _sitebuiltins # destroy importlib.util # destroy\nimportlib.abc # destroy importlib.machinery # destroy zipimport # destroy\n_compression # destroy binascii # destroy importlib # destroy struct # destroy\nbz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile #\ndestroy systemd.journal # destroy systemd.daemon # destroy\nansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder #\ndestroy json.encoder # destroy json.scanner # destroy _json # destroy encodings\n# destroy syslog # destroy uuid # destroy array # destroy datetime # destroy\nselinux # destroy distro # destroy json # destroy shlex # destroy logging #\ndestroy argparse # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping\nselinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3]\nwiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon #\ncleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping\nsystemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping\n_string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3]\nwiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3]\nwiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3]\nwiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal #\ncleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping\nencodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib #\ncleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math\n# cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp #\ncleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading #\ncleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref #\ncleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3]\nwiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3]\nwiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re\n# destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping\nfunctools # cleanup[3] wiping _functools # destroy _functools # cleanup[3]\nwiping collections # destroy _collections_abc # destroy heapq # destroy\ncollections.abc # cleanup[3] wiping _collections # destroy _collections #\ncleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping\nitertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3]\nwiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy\n_locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy\ngenericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3]\nwiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3]\nwiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal #\ncleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases #\ncleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time #\ncleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix #\ncleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping\n_imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3]\nwiping builtins # destroy systemd._daemon # destroy _socket # destroy\nsystemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy\n_datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib #\ndestroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy\nsre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy\nstat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy\nsignal # destroy contextlib # destroy pwd # destroy grp # destroy\n_posixsubprocess # destroy selectors # destroy select # destroy\nansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\nitertools # destroy operator # destroy ansible.module_utils.six.moves # destroy\n_operator # destroy _frozen_importlib_external # destroy _imp # destroy io #\ndestroy marshal # destroy _frozen_importlib # clear sys.audit hooks\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/template.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/template.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc'\n[WARNING]: Module invocation had junk after the JSON data: # destroy __main__ #\nclear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear\nsys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback\n# clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path #\nclear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout #\nrestore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins #\ncleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2]\nremoving _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref\n# cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing\nposix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing\ntime # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2]\nremoving abc # cleanup[2] removing io # cleanup[2] removing __main__ #\ncleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing\n_bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site #\ncleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre\n# cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2]\nremoving sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing\n_heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2]\nremoving operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2]\nremoving _collections # cleanup[2] removing collections # cleanup[2] removing\n_functools # cleanup[2] removing functools # cleanup[2] removing copyreg #\ncleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing\nstruct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy\nbase64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing\nimportlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2]\nremoving importlib # cleanup[2] removing importlib.machinery # cleanup[2]\nremoving collections.abc # cleanup[2] removing contextlib # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing importlib.abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset\n# cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch #\ncleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing\n_compression # cleanup[2] removing threading # cleanup[2] removing _bz2 #\ndestroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2]\nremoving lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2]\nremoving shutil # cleanup[2] removing math # cleanup[2] removing _bisect #\ncleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random #\ncleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2]\nremoving hashlib # cleanup[2] removing random # destroy random # cleanup[2]\nremoving tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2]\nremoving encodings.cp437 # cleanup[2] removing ansible # destroy ansible #\ncleanup[2] removing ansible.module_utils # destroy ansible.module_utils #\ncleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json\n# cleanup[2] removing json.scanner # cleanup[2] removing json.decoder #\ncleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2]\nremoving atexit # cleanup[2] removing fcntl # cleanup[2] removing locale #\ncleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2]\nremoving select # cleanup[2] removing selectors # cleanup[2] removing\nsubprocess # cleanup[2] removing platform # cleanup[2] removing shlex #\ncleanup[2] removing token # destroy token # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2]\nremoving syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2]\nremoving _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid #\ncleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing\nstring # destroy string # cleanup[2] removing logging # cleanup[2] removing\nsystemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing\nsystemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing\n_socket # cleanup[2] removing array # cleanup[2] removing socket # destroy\nsocket # cleanup[2] removing systemd._daemon # cleanup[2] removing\nsystemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy\nansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common #\ndestroy ansible.module_utils.common # cleanup[2] removing\nansible.module_utils.common.text # destroy ansible.module_utils.common.text #\ncleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro #\ncleanup[2] removing ansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing gc #\ndestroy _sitebuiltins # destroy importlib.util # destroy importlib.abc #\ndestroy importlib.machinery # destroy zipimport # destroy _compression #\ndestroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy\nlzma # destroy __main__ # destroy locale # destroy tempfile # destroy\nsystemd.journal # destroy systemd.daemon # destroy\nansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder #\ndestroy json.encoder # destroy json.scanner # destroy _json # destroy encodings\n# destroy syslog # destroy uuid # destroy array # destroy datetime # destroy\nselinux # destroy distro # destroy json # destroy shlex # destroy logging #\ndestroy argparse # cleanup[3] wiping gc # cleanup[3] wiping selinux._selinux #\ncleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3]\nwiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3]\nwiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping\nsystemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping\n_string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3]\nwiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3]\nwiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3]\nwiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal #\ncleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping\nencodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib #\ncleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math\n# cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp #\ncleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading #\ncleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref #\ncleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3]\nwiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3]\nwiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re\n# destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping\nfunctools # cleanup[3] wiping _functools # destroy _functools # cleanup[3]\nwiping collections # destroy _collections_abc # destroy heapq # destroy\ncollections.abc # cleanup[3] wiping _collections # destroy _collections #\ncleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping\nitertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3]\nwiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy\n_locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy\ngenericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3]\nwiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3]\nwiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal #\ncleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases #\ncleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time #\ncleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix #\ncleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping\n_imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3]\nwiping builtins # destroy gc # destroy systemd._daemon # destroy _socket #\ndestroy systemd.id128 # destroy systemd._reader # destroy systemd._journal #\ndestroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy\nzlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre #\ndestroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath #\ndestroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno #\ndestroy signal # destroy contextlib # destroy pwd # destroy grp # destroy\n_posixsubprocess # destroy selectors # destroy select # destroy\nansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\nitertools # destroy operator # destroy ansible.module_utils.six.moves # destroy\n_operator # destroy _frozen_importlib_external # destroy _imp # destroy io #\ndestroy marshal # destroy _frozen_importlib # clear sys.audit hooks\n[WARNING]: Module invocation had junk after the JSON data: # destroy __main__ #\nclear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear\nsys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback\n# clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path #\nclear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout #\nrestore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins #\ncleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2]\nremoving _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref\n# cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing\nposix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing\ntime # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2]\nremoving abc # cleanup[2] removing io # cleanup[2] removing __main__ #\ncleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing\n_bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site #\ncleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre\n# cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2]\nremoving sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing\n_heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2]\nremoving operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2]\nremoving _collections # cleanup[2] removing collections # cleanup[2] removing\n_functools # cleanup[2] removing functools # cleanup[2] removing copyreg #\ncleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing\nstruct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy\nbase64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing\nimportlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2]\nremoving importlib # cleanup[2] removing importlib.machinery # cleanup[2]\nremoving collections.abc # cleanup[2] removing contextlib # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing importlib.abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset\n# cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch #\ncleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing\n_compression # cleanup[2] removing threading # cleanup[2] removing _bz2 #\ndestroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2]\nremoving lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2]\nremoving shutil # cleanup[2] removing math # cleanup[2] removing _bisect #\ncleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random #\ncleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2]\nremoving hashlib # cleanup[2] removing random # destroy random # cleanup[2]\nremoving tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2]\nremoving encodings.cp437 # cleanup[2] removing ansible # destroy ansible #\ncleanup[2] removing ansible.module_utils # destroy ansible.module_utils #\ncleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json\n# cleanup[2] removing json.scanner # cleanup[2] removing json.decoder #\ncleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2]\nremoving atexit # cleanup[2] removing fcntl # cleanup[2] removing locale #\ncleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2]\nremoving select # cleanup[2] removing selectors # cleanup[2] removing\nsubprocess # cleanup[2] removing platform # cleanup[2] removing shlex #\ncleanup[2] removing token # destroy token # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2]\nremoving syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2]\nremoving _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid #\ncleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing\nstring # destroy string # cleanup[2] removing logging # cleanup[2] removing\nsystemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing\nsystemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing\n_socket # cleanup[2] removing array # cleanup[2] removing socket # destroy\nsocket # cleanup[2] removing systemd._daemon # cleanup[2] removing\nsystemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy\nansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common #\ndestroy ansible.module_utils.common # cleanup[2] removing\nansible.module_utils.common.text # destroy ansible.module_utils.common.text #\ncleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro #\ncleanup[2] removing ansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # destroy _sitebuiltins #\ndestroy importlib.util # destroy importlib.abc # destroy importlib.machinery #\ndestroy zipimport # destroy _compression # destroy binascii # destroy importlib\n# destroy struct # destroy bz2 # destroy lzma # destroy array # cleanup[3]\nwiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping\ndistro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux #\ncleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping\nctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3]\nwiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping\nsystemd.journal # destroy uuid # destroy logging # cleanup[3] wiping\nsystemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping\nsystemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid #\ncleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping\nsyslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping\ntokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3]\nwiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping\nselectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess #\ncleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl #\ncleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder #\ndestroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json\n# cleanup[3] wiping encodings.cp437 # cleanup[3] wiping tempfile # cleanup[3]\nwiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib #\ncleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math\n# cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp #\ncleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading #\ncleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref #\ncleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3]\nwiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap #\ncleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy\nsre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping\n_functools # cleanup[3] wiping collections # destroy heapq # destroy\ncollections.abc # cleanup[3] wiping _collections # destroy _collections #\ncleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping\nitertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3]\nwiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy\n_locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy\ngenericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc\n# cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3]\nwiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3]\nwiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal #\ncleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases #\ncleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time #\ncleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix #\ncleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping\n_imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3]\nwiping builtins # destroy systemd._daemon # destroy _socket # destroy\nsystemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy\n_datetime # destroy _posixsubprocess # destroy _blake2 # destroy _lzma #\ndestroy zlib # destroy _uuid # destroy posixpath # destroy json # destroy\n__main__ # destroy errno # destroy grp # destroy fcntl # destroy locale #\ndestroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy\nsubprocess # destroy tempfile # destroy _functools # destroy syslog # destroy\nsystemd.journal # destroy systemd.daemon # destroy\nansible.module_utils.compat.selinux # destroy hashlib # destroy selinux #\ndestroy itertools # destroy operator # destroy\nansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves\n# destroy _operator # destroy datetime # destroy _sre # destroy sre_parse #\ndestroy functools # destroy tokenize # destroy _heapq # destroy\n_frozen_importlib_external # destroy _imp # destroy io # destroy marshal #\ndestroy ansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy\nplatform # destroy distro # destroy json.scanner # destroy _json # destroy\nselect # destroy _signal # destroy _frozen_importlib # clear sys.audit hooks\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/command.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/command.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n[WARNING]: Module invocation had junk after the JSON data: # destroy __main__ #\nclear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear\nsys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback\n# clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path #\nclear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout #\nrestore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins #\ncleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2]\nremoving _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref\n# cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing\nposix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing\ntime # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2]\nremoving abc # cleanup[2] removing io # cleanup[2] removing __main__ #\ncleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing\n_bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site #\ncleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre\n# cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2]\nremoving sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing\n_heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2]\nremoving operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2]\nremoving _collections # cleanup[2] removing collections # cleanup[2] removing\n_functools # cleanup[2] removing functools # cleanup[2] removing copyreg #\ncleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing\nstruct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy\nbase64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing\nimportlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2]\nremoving importlib # cleanup[2] removing importlib.machinery # cleanup[2]\nremoving collections.abc # cleanup[2] removing contextlib # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing importlib.abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset\n# cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch #\ncleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing\n_compression # cleanup[2] removing threading # cleanup[2] removing _bz2 #\ndestroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2]\nremoving lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2]\nremoving shutil # cleanup[2] removing math # cleanup[2] removing _bisect #\ncleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random #\ncleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2]\nremoving hashlib # cleanup[2] removing random # destroy random # cleanup[2]\nremoving tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2]\nremoving encodings.cp437 # cleanup[2] removing ansible # destroy ansible #\ncleanup[2] removing ansible.module_utils # destroy ansible.module_utils #\ncleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json\n# cleanup[2] removing json.scanner # cleanup[2] removing json.decoder #\ncleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2]\nremoving atexit # cleanup[2] removing fcntl # cleanup[2] removing locale #\ncleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2]\nremoving select # cleanup[2] removing selectors # cleanup[2] removing\nsubprocess # cleanup[2] removing platform # cleanup[2] removing shlex #\ncleanup[2] removing token # destroy token # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2]\nremoving syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2]\nremoving _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid #\ncleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing\nstring # destroy string # cleanup[2] removing logging # cleanup[2] removing\nsystemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing\nsystemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing\n_socket # cleanup[2] removing array # cleanup[2] removing socket # destroy\nsocket # cleanup[2] removing systemd._daemon # cleanup[2] removing\nsystemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy\nansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common #\ndestroy ansible.module_utils.common # cleanup[2] removing\nansible.module_utils.common.text # destroy ansible.module_utils.common.text #\ncleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro #\ncleanup[2] removing ansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing glob #\ndestroy glob # destroy _sitebuiltins # destroy importlib.util # destroy\nimportlib.abc # destroy importlib.machinery # destroy zipimport # destroy\n_compression # destroy binascii # destroy importlib # destroy struct # destroy\nbz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile #\ndestroy systemd.journal # destroy systemd.daemon # destroy\nansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder #\ndestroy json.encoder # destroy json.scanner # destroy _json # destroy encodings\n# destroy syslog # destroy uuid # destroy array # destroy datetime # destroy\nselinux # destroy distro # destroy json # destroy shlex # destroy logging #\ndestroy argparse # cleanup[3] wiping selinux._selinux # cleanup[3] wiping\nctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3]\nwiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping\nsystemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping\n_string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3]\nwiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3]\nwiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3]\nwiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal #\ncleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping\nencodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib #\ncleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math\n# cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp #\ncleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading #\ncleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref #\ncleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3]\nwiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3]\nwiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re\n# destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping\nfunctools # cleanup[3] wiping _functools # destroy _functools # cleanup[3]\nwiping collections # destroy _collections_abc # destroy heapq # destroy\ncollections.abc # cleanup[3] wiping _collections # destroy _collections #\ncleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping\nitertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3]\nwiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy\n_locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy\ngenericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3]\nwiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3]\nwiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal #\ncleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases #\ncleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time #\ncleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix #\ncleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping\n_imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3]\nwiping builtins # destroy systemd._daemon # destroy _socket # destroy\nsystemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy\n_datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib #\ndestroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy\nsre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy\nstat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy\nsignal # destroy contextlib # destroy pwd # destroy grp # destroy\n_posixsubprocess # destroy selectors # destroy select # destroy\nansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\nitertools # destroy operator # destroy ansible.module_utils.six.moves # destroy\n_operator # destroy _frozen_importlib_external # destroy _imp # destroy io #\ndestroy marshal # destroy _frozen_importlib # clear sys.audit hooks\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc'\n# clear sys.path_importer_cache\n# clear sys.path_hooks\n# clear builtins._\n# clear sys.path\n# clear sys.argv\n# clear sys.ps1\n# clear sys.ps2\n# clear sys.last_exc\n# clear sys.last_type\n# clear sys.last_value\n# clear sys.last_traceback\n# clear sys.__interactivehook__\n# clear sys.meta_path\n# restore sys.stdin\n# restore sys.stdout\n# restore sys.stderr\n# cleanup[2] removing sys\n# cleanup[2] removing builtins\n# cleanup[2] removing _frozen_importlib\n# cleanup[2] removing _imp\n# cleanup[2] removing _thread\n# cleanup[2] removing _warnings\n# cleanup[2] removing _weakref\n# cleanup[2] removing _io\n# cleanup[2] removing marshal\n# cleanup[2] removing posix\n# cleanup[2] removing _frozen_importlib_external\n# cleanup[2] removing time\n# cleanup[2] removing zipimport\n# cleanup[2] removing _codecs\n# cleanup[2] removing codecs\n# cleanup[2] removing encodings.aliases\n# cleanup[2] removing encodings\n# cleanup[2] removing encodings.utf_8\n# cleanup[2] removing _signal\n# cleanup[2] removing _abc\n# cleanup[2] removing abc\n# cleanup[2] removing io\n# cleanup[2] removing __main__\n# cleanup[2] removing _stat\n# cleanup[2] removing stat\n# cleanup[2] removing _collections_abc\n# cleanup[2] removing genericpath\n# cleanup[2] removing posixpath\n# cleanup[2] removing os.path\n# cleanup[2] removing os\n# cleanup[2] removing _sitebuiltins\n# cleanup[2] removing encodings.utf_8_sig\n# cleanup[2] removing _distutils_hack\n# destroy _distutils_hack\n# cleanup[2] removing site\n# destroy site\n# cleanup[2] removing types\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\n# cleanup[2] removing enum\n# cleanup[2] removing _sre\n# cleanup[2] removing re._constants\n# cleanup[2] removing re._parser\n# cleanup[2] removing re._casefix\n# cleanup[2] removing re._compiler\n# cleanup[2] removing copyreg\n# cleanup[2] removing re\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing importlib._bootstrap\n# cleanup[2] removing importlib._bootstrap_external\n# cleanup[2] removing warnings\n# cleanup[2] removing importlib\n# cleanup[2] removing importlib._abc\n# cleanup[2] removing importlib.util\n# cleanup[2] removing importlib.machinery\n# cleanup[2] removing _weakrefset\n# destroy _weakrefset\n# cleanup[2] removing weakref\n# cleanup[2] removing collections.abc\n# cleanup[2] removing contextlib\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# cleanup[2] removing pkgutil\n# cleanup[2] removing _ast\n# destroy _ast\n# cleanup[2] removing ast\n# cleanup[2] removing _opcode\n# cleanup[2] removing opcode\n# destroy opcode\n# cleanup[2] removing dis\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing inspect\n# cleanup[2] removing ansible._vendor\n# cleanup[2] removing ansible.release\n# cleanup[2] removing ansible\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing _csv\n# cleanup[2] removing csv\n# cleanup[2] removing email\n# cleanup[2] removing fnmatch\n# cleanup[2] removing ntpath\n# cleanup[2] removing errno\n# cleanup[2] removing urllib\n# cleanup[2] removing math\n# cleanup[2] removing ipaddress\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing pathlib\n# cleanup[2] removing binascii\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# cleanup[2] removing shutil\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing threading\n# cleanup[2] removing zipfile._path.glob\n# cleanup[2] removing zipfile._path\n# cleanup[2] removing zipfile\n# cleanup[2] removing textwrap\n# cleanup[2] removing quopri\n# cleanup[2] removing _bisect\n# cleanup[2] removing bisect\n# cleanup[2] removing _random\n# cleanup[2] removing _hashlib\n# cleanup[2] removing _blake2\n# cleanup[2] removing hashlib\n# cleanup[2] removing random\n# cleanup[2] removing _socket\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing _datetime\n# cleanup[2] removing datetime\n# cleanup[2] removing calendar\n# cleanup[2] removing email._parseaddr\n# cleanup[2] removing base64\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.utils\n# cleanup[2] removing email.header\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\n# cleanup[2] removing importlib.metadata._functools\n# cleanup[2] removing importlib.metadata._text\n# cleanup[2] removing importlib.metadata._adapters\n# cleanup[2] removing importlib.metadata._meta\n# cleanup[2] removing importlib.metadata._collections\n# cleanup[2] removing importlib.metadata._itertools\n# cleanup[2] removing tempfile\n# cleanup[2] removing importlib.resources.abc\n# cleanup[2] removing importlib.resources._adapters\n# cleanup[2] removing importlib.resources._common\n# cleanup[2] removing importlib.resources._legacy\n# cleanup[2] removing importlib.resources\n# cleanup[2] removing importlib.abc\n# cleanup[2] removing importlib.metadata\n# cleanup[2] removing ansible.module_utils\n# cleanup[2] removing ansible.module_utils.compat\n# cleanup[2] removing ansible.module_utils.compat.version\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing termios\n# cleanup[2] removing getpass\n# cleanup[2] removing signal\n# cleanup[2] removing fcntl\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing traceback\n# cleanup[2] removing ansible.config\n# cleanup[2] removing atexit\n# cleanup[2] removing configparser\n# cleanup[2] removing _compat_pickle\n# cleanup[2] removing _pickle\n# cleanup[2] removing pickle\n# cleanup[2] removing jinja2.bccache\n# cleanup[2] removing markupsafe._speedups\n# cleanup[2] removing markupsafe\n# cleanup[2] removing _json\n# cleanup[2] removing json.scanner\n# cleanup[2] removing json.decoder\n# cleanup[2] removing json.encoder\n# cleanup[2] removing json\n# cleanup[2] removing jinja2.utils\n# cleanup[2] removing jinja2.nodes\n# cleanup[2] removing jinja2.exceptions\n# cleanup[2] removing jinja2.visitor\n# cleanup[2] removing jinja2.idtracking\n# cleanup[2] removing jinja2.optimizer\n# cleanup[2] removing jinja2.compiler\n# cleanup[2] removing jinja2.async_utils\n# cleanup[2] removing jinja2.runtime\n# cleanup[2] removing jinja2.filters\n# cleanup[2] removing numbers\n# destroy numbers\n# cleanup[2] removing jinja2.tests\n# cleanup[2] removing jinja2.defaults\n# cleanup[2] removing jinja2._identifier\n# cleanup[2] removing jinja2.lexer\n# cleanup[2] removing jinja2.parser\n# cleanup[2] removing jinja2.environment\n# cleanup[2] removing jinja2.loaders\n# cleanup[2] removing jinja2\n# destroy jinja2\n# destroy jinja2.bccache\n# destroy jinja2.utils\n# destroy jinja2.exceptions\n# destroy jinja2.visitor\n# destroy jinja2.idtracking\n# destroy jinja2.optimizer\n# destroy jinja2.compiler\n# destroy jinja2.async_utils\n# destroy jinja2.runtime\n# destroy jinja2.filters\n# destroy jinja2.tests\n# destroy jinja2.defaults\n# destroy jinja2._identifier\n# destroy jinja2.lexer\n# destroy jinja2.parser\n# destroy jinja2.environment\n# destroy jinja2.loaders\n# cleanup[2] removing jinja2.nativetypes\n# destroy jinja2.nativetypes\n# cleanup[2] removing ansible.errors.yaml_strings\n# cleanup[2] removing ansible.module_utils.common\n# cleanup[2] removing ansible.module_utils.common.text\n# cleanup[2] removing ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\n# cleanup[2] removing ansible.module_utils.common.text.converters\n# cleanup[2] removing ansible.errors\n# cleanup[2] removing yaml.error\n# cleanup[2] removing yaml.tokens\n# cleanup[2] removing yaml.events\n# cleanup[2] removing yaml.nodes\n# cleanup[2] removing yaml.reader\n# cleanup[2] removing yaml.scanner\n# cleanup[2] removing yaml.parser\n# cleanup[2] removing yaml.composer\n# cleanup[2] removing yaml.constructor\n# cleanup[2] removing yaml.resolver\n# cleanup[2] removing yaml.loader\n# cleanup[2] removing yaml.emitter\n# cleanup[2] removing yaml.serializer\n# cleanup[2] removing yaml.representer\n# cleanup[2] removing yaml.dumper\n# cleanup[2] removing cython_runtime\n# cleanup[2] removing _cython_3_0_11\n# destroy _cython_3_0_11\n# cleanup[2] removing yaml._yaml\n# cleanup[2] removing yaml.cyaml\n# cleanup[2] removing yaml\n# cleanup[2] removing ansible.module_utils.common.yaml\n# cleanup[2] removing ansible.module_utils.parsing\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\n# cleanup[2] removing ansible.parsing\n# cleanup[2] removing ansible.parsing.quoting\n# cleanup[2] removing ansible.parsing.yaml\n# cleanup[2] removing ansible.parsing.yaml.objects\n# cleanup[2] removing ansible.utils\n# cleanup[2] removing ansible.utils.path\n# cleanup[2] removing ansible.config.manager\n# cleanup[2] removing ansible.module_utils.common.collections\n# cleanup[2] removing ansible.utils.fqcn\n# cleanup[2] removing encodings.unicode_escape\n# cleanup[2] removing ansible.constants\n# cleanup[2] removing _curses\n# cleanup[2] removing curses\n# cleanup[2] removing _ctypes\n# cleanup[2] removing ctypes._endian\n# cleanup[2] removing ctypes\n# cleanup[2] removing ctypes.util\n# cleanup[2] removing logging\n# cleanup[2] removing tty\n# cleanup[2] removing ansible.utils.color\n# cleanup[2] removing multiprocessing.process\n# cleanup[2] removing multiprocessing.reduction\n# cleanup[2] removing multiprocessing.context\n# cleanup[2] removing __mp_main__\n# cleanup[2] removing multiprocessing\n# cleanup[2] removing ansible.utils.multiprocessing\n# cleanup[2] removing ansible.utils.singleton\n# cleanup[2] removing ansible.utils.native_jinja\n# cleanup[2] removing ansible.utils.unsafe_proxy\n# cleanup[2] removing ansible.utils.display\n# cleanup[2] removing ansible.utils.context_objects\n# cleanup[2] removing ansible.context\n# cleanup[2] removing ansible.cli.arguments\n# cleanup[2] removing copy\n# cleanup[2] removing gettext\n# destroy gettext\n# cleanup[2] removing argparse\n# cleanup[2] removing ansible.cli.arguments.option_helpers\n# cleanup[2] removing ansible.inventory\n# cleanup[2] removing platform\n# cleanup[2] removing _uuid\n# cleanup[2] removing uuid\n# cleanup[2] removing ansible.parsing.splitter\n# cleanup[2] removing ansible.utils.vars\n# cleanup[2] removing ansible.inventory.group\n# cleanup[2] removing ansible.parsing.utils\n# cleanup[2] removing ansible.parsing.utils.addresses\n# cleanup[2] removing ansible.inventory.host\n# cleanup[2] removing ansible.inventory.data\n# cleanup[2] removing ansible.plugins\n# cleanup[2] removing glob\n# cleanup[2] removing ansible.module_utils.compat.typing\n# cleanup[2] removing ansible.plugins.filter\n# cleanup[2] removing ansible.plugins.test\n# cleanup[2] removing shlex\n# cleanup[2] removing cryptography.__about__\n# cleanup[2] removing cryptography\n# cleanup[2] removing cryptography.hazmat\n# cleanup[2] removing cryptography.hazmat.bindings\n# cleanup[2] removing _cffi_backend\n# cleanup[2] removing _openssl\n# cleanup[2] removing cryptography.hazmat.bindings._rust\n# cleanup[2] removing cryptography.exceptions\n# cleanup[2] removing cryptography.hazmat.backends\n# cleanup[2] removing cryptography.hazmat.primitives\n# cleanup[2] removing cryptography.hazmat.primitives.hashes\n# cleanup[2] removing cryptography.utils\n# cleanup[2] removing cryptography.hazmat.primitives.padding\n# cleanup[2] removing cryptography.hazmat.primitives.hmac\n# cleanup[2] removing cryptography.hazmat.primitives.kdf\n# cleanup[2] removing hmac\n# cleanup[2] removing cryptography.hazmat.primitives.constant_time\n# cleanup[2] removing cryptography.hazmat.primitives.kdf.pbkdf2\n# cleanup[2] removing cryptography.hazmat.primitives._cipheralgorithm\n# cleanup[2] removing cryptography.hazmat.decrepit\n# cleanup[2] removing cryptography.hazmat.decrepit.ciphers\n# cleanup[2] removing cryptography.hazmat.decrepit.ciphers.algorithms\n# cleanup[2] removing cryptography.hazmat.primitives.ciphers.algorithms\n# cleanup[2] removing cryptography.hazmat.primitives.ciphers.modes\n# cleanup[2] removing cryptography.hazmat.primitives.ciphers.base\n# cleanup[2] removing cryptography.hazmat.primitives.ciphers\n# cleanup[2] removing cryptography.hazmat.bindings.openssl\n# cleanup[2] removing cryptography.hazmat.bindings.openssl._conditional\n# cleanup[2] removing cryptography.hazmat.bindings.openssl.binding\n# cleanup[2] removing cryptography.hazmat.primitives._asymmetric\n# cleanup[2] removing cryptography.hazmat.primitives.asymmetric\n# cleanup[2] removing cryptography.hazmat._oid\n# cleanup[2] removing cryptography.hazmat.primitives._serialization\n# cleanup[2] removing cryptography.hazmat.primitives.asymmetric.utils\n# cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ec\n# cleanup[2] removing cryptography.hazmat.primitives.asymmetric.rsa\n# cleanup[2] removing cryptography.hazmat.primitives.asymmetric.padding\n# cleanup[2] removing cryptography.hazmat.backends.openssl.backend\n# destroy cryptography.hazmat.backends.openssl.backend\n# cleanup[2] removing cryptography.hazmat.backends.openssl\n# cleanup[2] removing ansible.parsing.vault\n# cleanup[2] removing ansible.parsing.yaml.constructor\n# cleanup[2] removing ansible.parsing.yaml.loader\n# cleanup[2] removing ansible.module_utils.common.json\n# cleanup[2] removing ansible.parsing.ajson\n# cleanup[2] removing ansible.parsing.utils.yaml\n# cleanup[2] removing ansible.utils.collection_loader._collection_config\n# cleanup[2] removing ansible.utils.collection_loader._collection_meta\n# cleanup[2] removing ansible.utils.collection_loader._collection_finder\n# cleanup[2] removing ansible.utils.collection_loader\n# cleanup[2] removing ansible.parsing.plugin_docs\n# cleanup[2] removing ansible.utils.plugin_docs\n# cleanup[2] removing packaging\n# destroy packaging\n# cleanup[2] removing sysconfig\n# cleanup[2] removing packaging._elffile\n# destroy packaging._elffile\n# cleanup[2] removing packaging._manylinux\n# cleanup[2] removing packaging._musllinux\n# cleanup[2] removing packaging.tags\n# destroy packaging.tags\n# cleanup[2] removing packaging._structures\n# destroy packaging._structures\n# cleanup[2] removing packaging.version\n# destroy packaging.version\n# cleanup[2] removing packaging.utils\n# destroy packaging.utils\n# cleanup[2] removing packaging.specifiers\n# destroy packaging.specifiers\n# cleanup[2] removing ansible.plugins.loader\n# cleanup[2] removing ansible.utils.helpers\n# cleanup[2] removing ansible.vars\n# cleanup[2] removing ansible.vars.plugins\n# cleanup[2] removing ansible.inventory.manager\n# cleanup[2] removing ansible.module_utils.common.file\n# cleanup[2] removing grp\n# cleanup[2] removing pwd\n# cleanup[2] removing syslog\n# cleanup[2] removing ansible.module_utils.compat.selinux\n# cleanup[2] removing ansible.module_utils._text\n# cleanup[2] removing ansible.module_utils.common.warnings\n# cleanup[2] removing ansible.module_utils.errors\n# cleanup[2] removing ansible.module_utils.common.text.formatters\n# cleanup[2] removing ansible.module_utils.common.validation\n# cleanup[2] removing ansible.module_utils.common.parameters\n# cleanup[2] removing ansible.module_utils.common.arg_spec\n# cleanup[2] removing ansible.module_utils.common.locale\n# cleanup[2] removing ansible.module_utils.common.process\n# cleanup[2] removing ansible.module_utils.distro._distro\n# cleanup[2] removing ansible.module_utils.distro\n# cleanup[2] removing ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info\n# cleanup[2] removing ansible.module_utils.basic\n# cleanup[2] removing ansible.parsing.dataloader\n# cleanup[2] removing ansible.inventory.helpers\n# cleanup[2] removing ansible.vars.fact_cache\n# cleanup[2] removing ansible.template.native_helpers\n# cleanup[2] removing ansible.template.template\n# cleanup[2] removing ansible.template.vars\n# cleanup[2] removing ansible.utils.listify\n# cleanup[2] removing ansible.template\n# cleanup[2] removing ansible.vars.clean\n# cleanup[2] removing ansible.vars.manager\n# cleanup[2] removing argcomplete.completers\n# cleanup[2] removing argcomplete.exceptions\n# cleanup[2] removing argcomplete.io\n# cleanup[2] removing argcomplete.packages\n# cleanup[2] removing argcomplete.packages._shlex\n# cleanup[2] removing argcomplete.lexers\n# cleanup[2] removing argcomplete.packages._argparse\n# cleanup[2] removing argcomplete.finders\n# cleanup[2] removing argcomplete.shell_integration\n# cleanup[2] removing argcomplete\n# cleanup[2] removing ansible.cli\n# cleanup[2] removing ansible.executor\n# cleanup[2] removing _heapq\n# cleanup[2] removing heapq\n# destroy heapq\n# cleanup[2] removing _queue\n# cleanup[2] removing queue\n# cleanup[2] removing _multiprocessing\n# cleanup[2] removing multiprocessing.util\n# cleanup[2] removing multiprocessing.connection\n# cleanup[2] removing multiprocessing.queues\n# cleanup[2] removing ansible.utils.sentinel\n# cleanup[2] removing ansible.playbook.attribute\n# cleanup[2] removing ansible.playbook.base\n# cleanup[2] removing ansible.playbook.conditional\n# cleanup[2] removing ansible.playbook.collectionsearch\n# cleanup[2] removing ansible.playbook.delegatable\n# cleanup[2] removing ansible.parsing.mod_args\n# cleanup[2] removing ansible.playbook.helpers\n# cleanup[2] removing ansible.playbook.notifiable\n# cleanup[2] removing ansible.playbook.taggable\n# cleanup[2] removing ansible.playbook.role.definition\n# cleanup[2] removing tarfile\n# cleanup[2] removing ansible.utils.galaxy\n# cleanup[2] removing ansible.playbook.role.requirement\n# cleanup[2] removing ansible.playbook.role.metadata\n# cleanup[2] removing ansible.playbook.role\n# cleanup[2] removing ansible.playbook.block\n# cleanup[2] removing ansible.playbook.loop_control\n# cleanup[2] removing ansible.playbook.task\n# cleanup[2] removing ansible.playbook.play\n# cleanup[2] removing ansible.playbook.playbook_include\n# cleanup[2] removing ansible.playbook\n# cleanup[2] removing ansible.executor.play_iterator\n# cleanup[2] removing ansible.executor.stats\n# cleanup[2] removing ansible.executor.task_result\n# cleanup[2] removing ansible.playbook.play_context\n# cleanup[2] removing difflib\n# cleanup[2] removing ansible.vars.hostvars\n# cleanup[2] removing ansible.parsing.yaml.dumper\n# cleanup[2] removing ansible.plugins.callback\n# cleanup[2] removing ansible.vars.reserved\n# cleanup[2] removing ansible.utils.lock\n# cleanup[2] removing dataclasses\n# cleanup[2] removing ansible.executor.task_queue_manager\n# cleanup[2] removing ansible.module_utils.compat.paramiko\n# cleanup[2] removing ansible.utils.ssh_functions\n# cleanup[2] removing ansible.executor.playbook_executor\n# cleanup[2] removing ansible.cli.playbook\n# cleanup[2] removing ansible_collections\n# destroy ansible_collections\n# cleanup[2] removing ansible_collections.fedora\n# destroy ansible_collections.fedora\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles\n# destroy ansible_collections.fedora.linux_system_roles\n# cleanup[2] removing ansible_collections.ansible\n# destroy ansible_collections.ansible\n# cleanup[2] removing ansible_collections.ansible.builtin\n# destroy ansible_collections.ansible.builtin\n# cleanup[2] removing ansible.plugins.cache\n# cleanup[2] removing ansible.plugins.cache.memory\n# cleanup[2] removing ansible.plugins.inventory\n# cleanup[2] removing ansible.plugins.inventory.host_list\n# cleanup[2] removing ansible.plugins.inventory.script\n# cleanup[2] removing ansible.plugins.inventory.auto\n# cleanup[2] removing ansible.plugins.inventory.yaml\n# cleanup[2] removing ansible.plugins.inventory.ini\n# cleanup[2] removing ansible.utils.shlex\n# cleanup[2] removing ansible.plugins.inventory.toml\n# cleanup[2] removing tomllib._types\n# cleanup[2] removing tomllib._re\n# cleanup[2] removing tomllib._parser\n# cleanup[2] removing tomllib\n# cleanup[2] removing ansible.plugins.vars\n# cleanup[2] removing ansible.plugins.vars.host_group_vars\n# cleanup[2] removing ansible.plugins.doc_fragments\n# cleanup[2] removing ansible.plugins.doc_fragments.vars_plugin_staging\n# cleanup[2] removing multiprocessing.synchronize\n# cleanup[2] removing ansible.plugins.become\n# cleanup[2] removing ansible.plugins.shell\n# cleanup[2] removing ansible.plugins.connection\n# cleanup[2] removing ansible.plugins.connection.local\n# cleanup[2] removing pty\n# cleanup[2] removing ansible.plugins.doc_fragments.connection_pipelining\n# cleanup[2] removing ansible.plugins.connection.paramiko_ssh\n# cleanup[2] removing ansible.plugins.connection.psrp\n# cleanup[2] removing xml\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\n# cleanup[2] removing ansible.plugins.shell.powershell\n# cleanup[2] removing ansible.utils.hashing\n# cleanup[2] removing ansible.plugins.connection.ssh\n# cleanup[2] removing ansible.plugins.connection.winrm\n# cleanup[2] removing ansible.module_utils.json_utils\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing xml.parsers.expat.model\n# cleanup[2] removing xml.parsers.expat.errors\n# cleanup[2] removing xml.parsers.expat\n# cleanup[2] removing xml.sax.handler\n# cleanup[2] removing xml.sax._exceptions\n# cleanup[2] removing xml.sax.xmlreader\n# cleanup[2] removing xml.sax\n# cleanup[2] removing http\n# cleanup[2] removing _ssl\n# cleanup[2] removing ssl\n# cleanup[2] removing http.client\n# cleanup[2] removing urllib.response\n# cleanup[2] removing urllib.error\n# cleanup[2] removing urllib.request\n# cleanup[2] removing xml.sax.saxutils\n# cleanup[2] removing xmltodict\n# cleanup[2] removing ansible.plugins.shell.cmd\n# cleanup[2] removing ansible.plugins.doc_fragments.shell_windows\n# cleanup[2] removing ansible.plugins.shell.sh\n# cleanup[2] removing ansible.plugins.doc_fragments.shell_common\n# cleanup[2] removing ansible.plugins.become.runas\n# cleanup[2] removing ansible.plugins.become.su\n# cleanup[2] removing ansible.plugins.become.sudo\n# cleanup[2] removing ansible.playbook.role.include\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles.roles\n# destroy ansible_collections.fedora.linux_system_roles.roles\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles.roles.tlog\n# destroy ansible_collections.fedora.linux_system_roles.roles.tlog\n# cleanup[2] removing ansible.playbook.handler\n# cleanup[2] removing ansible.playbook.task_include\n# cleanup[2] removing ansible.playbook.role_include\n# cleanup[2] removing ansible.playbook.handler_task_include\n# cleanup[2] removing ansible.modules\n# cleanup[2] removing ansible.module_utils.facts.namespace\n# cleanup[2] removing multiprocessing.pool\n# cleanup[2] removing ansible.module_utils.facts.timeout\n# cleanup[2] removing ansible.module_utils.facts.collector\n# cleanup[2] removing ansible.module_utils.facts.other\n# cleanup[2] removing ansible.module_utils.facts.other.facter\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\n# cleanup[2] removing ansible.module_utils.facts.system\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\n# cleanup[2] removing ansible.module_utils.facts.system.caps\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\n# cleanup[2] removing ansible.module_utils.facts.utils\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\n# cleanup[2] removing ansible.module_utils.compat.datetime\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\n# cleanup[2] removing ansible.module_utils.facts.system.env\n# cleanup[2] removing ansible.module_utils.facts.system.dns\n# cleanup[2] removing ansible.module_utils.facts.system.fips\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\n# cleanup[2] removing ansible.module_utils.facts.system.local\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\n# cleanup[2] removing ansible.module_utils.facts.system.platform\n# cleanup[2] removing ansible.module_utils.facts.system.python\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\n# cleanup[2] removing ansible.module_utils.facts.system.user\n# cleanup[2] removing ansible.module_utils.facts.hardware\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\n# cleanup[2] removing ansible.module_utils.facts.sysctl\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\n# cleanup[2] removing ansible.module_utils.facts.network\n# cleanup[2] removing ansible.module_utils.facts.network.base\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\n# cleanup[2] removing ansible.module_utils.facts.network.aix\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\n# cleanup[2] removing ansible.module_utils.facts.network.linux\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\n# cleanup[2] removing ansible.module_utils.facts.virtual\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\n# cleanup[2] removing ansible.module_utils.facts.compat\n# cleanup[2] removing ansible.module_utils.facts\n# cleanup[2] removing ansible.executor.interpreter_discovery\n# cleanup[2] removing ansible.executor.powershell\n# cleanup[2] removing ansible.executor.powershell.module_manifest\n# cleanup[2] removing ansible.executor.action_write_locks\n# cleanup[2] removing ansible.executor.module_common\n# cleanup[2] removing ansible.parsing.utils.jsonify\n# cleanup[2] removing ansible.plugins.action\n# cleanup[2] removing ansible_collections.ansible.builtin.plugins\n# cleanup[2] removing ansible_collections.ansible.builtin.plugins.action\n# cleanup[2] removing ansible_collections.community\n# destroy ansible_collections.community\n# cleanup[2] removing ansible_collections.community.general\n# destroy ansible_collections.community.general\n# cleanup[2] removing ansible_collections.community.general.plugins\n# destroy ansible_collections.community.general.plugins\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\n# destroy ansible_collections.community.general.plugins.modules\n# cleanup[2] removing ansible_collections.community.general.plugins.action\n# destroy ansible_collections.community.general.plugins.action\n# cleanup[2] removing ansible_collections.ansible.builtin.plugins.callback\n# cleanup[2] removing ansible_collections.ansible.posix\n# destroy ansible_collections.ansible.posix\n# cleanup[2] removing ansible_collections.ansible.posix.plugins\n# destroy ansible_collections.ansible.posix.plugins\n# cleanup[2] removing ansible_collections.ansible.posix.plugins.callback\n# destroy ansible_collections.ansible.posix.plugins.callback\n# cleanup[2] removing ansible_collections.ansible.posix.plugins.callback.debug\n# cleanup[2] removing ansible.plugins.callback.default\n# cleanup[2] removing ansible.plugins.doc_fragments.default_callback\n# cleanup[2] removing ansible.plugins.doc_fragments.result_format_callback\n# cleanup[2] removing ansible.plugins.callback.junit\n# cleanup[2] removing _decimal\n# cleanup[2] removing decimal\n# cleanup[2] removing xml.dom.domreg\n# cleanup[2] removing xml.dom\n# cleanup[2] removing xml.dom.minicompat\n# cleanup[2] removing xml.dom.NodeFilter\n# cleanup[2] removing xml.dom.xmlbuilder\n# cleanup[2] removing xml.dom.minidom\n# cleanup[2] removing ansible.utils._junit_xml\n# cleanup[2] removing ansible.plugins.callback.minimal\n# cleanup[2] removing ansible.plugins.callback.oneline\n# cleanup[2] removing ansible.plugins.callback.tree\n# cleanup[2] removing ansible_collections.ansible.posix.plugins.callback.profile_tasks\n# cleanup[2] removing cmd\n# cleanup[2] removing pprint\n# cleanup[2] removing ansible.executor.process\n# cleanup[2] removing ansible.module_utils.connection\n# cleanup[2] removing ansible.executor.task_executor\n# cleanup[2] removing ansible.executor.process.worker\n# cleanup[2] removing ansible.plugins.strategy\n# cleanup[2] removing ansible.plugins.strategy.linear\n# cleanup[2] removing ansible.playbook.included_file\n# cleanup[2] removing multiprocessing.popen_fork\n# cleanup[2] removing ansible.plugins.action.set_fact\n# cleanup[2] removing ansible.plugins.filter.8260158022683891738_core\n# cleanup[2] removing passlib\n# cleanup[2] removing passlib.exc\n# cleanup[2] removing passlib.utils.compat\n# cleanup[2] removing unicodedata\n# cleanup[2] removing stringprep\n# cleanup[2] removing gc\n# cleanup[2] removing timeit\n# cleanup[2] removing passlib.utils.decor\n# cleanup[2] removing passlib.utils.binary\n# cleanup[2] removing _crypt\n# cleanup[2] removing crypt\n# destroy crypt\n# cleanup[2] removing passlib.utils\n# cleanup[2] removing passlib.ifc\n# cleanup[2] removing passlib.registry\n# cleanup[2] removing passlib.utils.handlers\n# cleanup[2] removing ansible.utils.encrypt\n# cleanup[2] removing ansible.utils.unicode\n# cleanup[2] removing ansible.plugins.filter.1386570695005557552_encryption\n# cleanup[2] removing ansible.plugins.filter.983086907040898603_mathstuff\n# cleanup[2] removing ansible.plugins.filter.6228838082969675531_urls\n# cleanup[2] removing ansible.plugins.filter.1132228065865151550_urlsplit\n# cleanup[2] removing ansible_collections.ansible.builtin.plugins.filter\n# cleanup[2] removing ansible.plugins.action.shell\n# cleanup[2] removing ansible.plugins.action.include_vars\n# cleanup[2] removing ansible.plugins.action.package\n# cleanup[2] removing ansible.plugins.action.template\n# cleanup[2] removing ansible.plugins.action.command\n# destroy _sitebuiltins\n# destroy ansible._vendor\n# destroy ansible.release\n# destroy ansible.module_utils\n# destroy ansible.module_utils.common\n# destroy ansible.module_utils.common.text\n# destroy ansible.module_utils.common.text.converters\n# destroy ansible.module_utils.common.yaml\n# destroy ansible.module_utils.common.collections\n# destroy ansible.module_utils.common.json\n# destroy ansible.module_utils.common.file\n# destroy ansible.module_utils.common.warnings\n# destroy ansible.module_utils.common.validation\n# destroy ansible.module_utils.common.parameters\n# destroy ansible.module_utils.common.arg_spec\n# destroy ansible.module_utils.common.locale\n# destroy ansible.module_utils.common.process\n# destroy ansible.module_utils.common._utils\n# destroy ansible.module_utils.common.sys_info\n# destroy ansible.module_utils.parsing\n# destroy ansible.module_utils.parsing.convert_bool\n# destroy ansible.module_utils._text\n# destroy ansible.module_utils.errors\n# destroy ansible.module_utils.basic\n# destroy ansible.module_utils.json_utils\n# destroy ansible.module_utils.facts\n# destroy ansible.module_utils.facts.namespace\n# destroy ansible.module_utils.facts.other\n# destroy ansible.module_utils.facts.other.facter\n# destroy ansible.module_utils.facts.other.ohai\n# destroy ansible.module_utils.facts.system\n# destroy ansible.module_utils.facts.system.apparmor\n# destroy ansible.module_utils.facts.system.caps\n# destroy ansible.module_utils.facts.system.chroot\n# destroy ansible.module_utils.facts.system.cmdline\n# destroy ansible.module_utils.facts.system.distribution\n# destroy ansible.module_utils.facts.system.date_time\n# destroy ansible.module_utils.facts.system.env\n# destroy ansible.module_utils.facts.system.dns\n# destroy ansible.module_utils.facts.system.fips\n# destroy ansible.module_utils.facts.system.loadavg\n# destroy ansible.module_utils.facts.system.local\n# destroy ansible.module_utils.facts.system.lsb\n# destroy ansible.module_utils.facts.system.pkg_mgr\n# destroy ansible.module_utils.facts.system.platform\n# destroy ansible.module_utils.facts.system.python\n# destroy ansible.module_utils.facts.system.selinux\n# destroy ansible.module_utils.facts.system.service_mgr\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\n# destroy ansible.module_utils.facts.system.user\n# destroy ansible.module_utils.facts.utils\n# destroy ansible.module_utils.facts.hardware\n# destroy ansible.module_utils.facts.hardware.base\n# destroy ansible.module_utils.facts.hardware.aix\n# destroy ansible.module_utils.facts.hardware.darwin\n# destroy ansible.module_utils.facts.hardware.freebsd\n# destroy ansible.module_utils.facts.hardware.dragonfly\n# destroy ansible.module_utils.facts.hardware.hpux\n# destroy ansible.module_utils.facts.hardware.linux\n# destroy ansible.module_utils.facts.hardware.hurd\n# destroy ansible.module_utils.facts.hardware.netbsd\n# destroy ansible.module_utils.facts.hardware.openbsd\n# destroy ansible.module_utils.facts.hardware.sunos\n# destroy ansible.module_utils.facts.sysctl\n# destroy ansible.module_utils.facts.network\n# destroy ansible.module_utils.facts.network.base\n# destroy ansible.module_utils.facts.network.generic_bsd\n# destroy ansible.module_utils.facts.network.aix\n# destroy ansible.module_utils.facts.network.darwin\n# destroy ansible.module_utils.facts.network.dragonfly\n# destroy ansible.module_utils.facts.network.fc_wwn\n# destroy ansible.module_utils.facts.network.freebsd\n# destroy ansible.module_utils.facts.network.hpux\n# destroy ansible.module_utils.facts.network.hurd\n# destroy ansible.module_utils.facts.network.linux\n# destroy ansible.module_utils.facts.network.iscsi\n# destroy ansible.module_utils.facts.network.nvme\n# destroy ansible.module_utils.facts.network.netbsd\n# destroy ansible.module_utils.facts.network.openbsd\n# destroy ansible.module_utils.facts.network.sunos\n# destroy ansible.module_utils.facts.virtual\n# destroy ansible.module_utils.facts.virtual.base\n# destroy ansible.module_utils.facts.virtual.sysctl\n# destroy ansible.module_utils.facts.virtual.freebsd\n# destroy ansible.module_utils.facts.virtual.dragonfly\n# destroy ansible.module_utils.facts.virtual.hpux\n# destroy ansible.module_utils.facts.virtual.linux\n# destroy ansible.module_utils.facts.virtual.netbsd\n# destroy ansible.module_utils.facts.virtual.openbsd\n# destroy ansible.module_utils.facts.virtual.sunos\n# destroy ansible.module_utils.facts.compat\n# destroy ansible.module_utils.connection\n# destroy ansible.config\n# destroy ansible.config.manager\n# destroy ansible.errors\n# destroy ansible.parsing\n# destroy ansible.parsing.quoting\n# destroy ansible.parsing.yaml\n# destroy ansible.parsing.yaml.objects\n# destroy ansible.parsing.yaml.constructor\n# destroy ansible.parsing.yaml.loader\n# destroy ansible.parsing.yaml.dumper\n# destroy ansible.parsing.splitter\n# destroy ansible.parsing.utils\n# destroy ansible.parsing.utils.addresses\n# destroy ansible.parsing.utils.yaml\n# destroy ansible.parsing.utils.jsonify\n# destroy ansible.parsing.vault\n# destroy ansible.parsing.ajson\n# destroy ansible.parsing.plugin_docs\n# destroy ansible.parsing.dataloader\n# destroy ansible.parsing.mod_args\n# destroy ansible.inventory\n# destroy ansible.inventory.group\n# destroy ansible.inventory.host\n# destroy ansible.inventory.data\n# destroy ansible.inventory.manager\n# destroy ansible.inventory.helpers\n# destroy ansible.vars\n# destroy ansible.vars.plugins\n# destroy ansible.vars.fact_cache\n# destroy ansible.vars.clean\n# destroy ansible.vars.manager\n# destroy ansible.vars.hostvars\n# destroy ansible.vars.reserved\n# destroy ansible.template\n# destroy ansible.playbook\n# destroy ansible.modules\n# destroy ansible.cli.arguments\n# destroy argcomplete\n# destroy argcomplete.completers\n# destroy argcomplete.exceptions\n# destroy argcomplete.packages\n# destroy argcomplete.packages._argparse\n# destroy argcomplete.lexers\n# destroy argcomplete.finders\n# destroy argcomplete.shell_integration\n# destroy ansible.module_utils.compat.version\n# destroy ansible.module_utils.compat.datetime\n# destroy ansible.utils.path\n# destroy ansible.utils.fqcn\n# destroy ansible.utils.color\n# destroy ansible.utils.multiprocessing\n# destroy ansible.utils.singleton\n# destroy ansible.utils.native_jinja\n# destroy ansible.utils.unsafe_proxy\n# destroy ansible.utils.display\n# destroy ansible.utils.context_objects\n# destroy ansible.utils.vars\n# destroy ansible.utils.collection_loader\n# destroy ansible.utils.plugin_docs\n# destroy ansible.utils.listify\n# destroy ansible.utils.sentinel\n# destroy ansible.utils.galaxy\n# destroy ansible.utils.lock\n# destroy ansible.utils.shlex\n# destroy ansible.utils.hashing\n# destroy ansible.utils._junit_xml\n# destroy ansible.utils.encrypt\n# destroy ansible.utils.unicode\n# destroy multiprocessing.queues\n# destroy multiprocessing.synchronize\n# destroy multiprocessing.popen_fork\n# destroy ansible\n# destroy _uuid\n# destroy ansible.plugins\n# destroy ansible.plugins.test\n# destroy ansible.plugins.cache\n# destroy ansible.plugins.inventory\n# destroy ansible.plugins.vars\n# destroy ansible.plugins.doc_fragments\n# destroy ansible.plugins.become\n# destroy ansible.plugins.shell\n# destroy ansible.plugins.strategy\n# destroy ansible.plugins.doc_fragments.vars_plugin_staging\n# destroy ansible.plugins.doc_fragments.connection_pipelining\n# destroy ansible.plugins.doc_fragments.shell_windows\n# destroy ansible.plugins.doc_fragments.shell_common\n# destroy ansible.plugins.doc_fragments.default_callback\n# destroy ansible.plugins.doc_fragments.result_format_callback\n# destroy ansible.plugins.filter\n# destroy cryptography.__about__\n# destroy cryptography.hazmat\n# destroy cryptography.hazmat.bindings\n# destroy cryptography.hazmat.bindings.openssl\n# destroy cryptography.hazmat.bindings.openssl._conditional\n# destroy cryptography.hazmat.backends\n# destroy cryptography.hazmat.primitives\n# destroy cryptography.hazmat.primitives.padding\n# destroy cryptography.hazmat.primitives.hmac\n# destroy cryptography.hazmat.primitives.kdf\n# destroy cryptography.hazmat.primitives._cipheralgorithm\n# destroy cryptography.hazmat.primitives.ciphers\n# destroy cryptography.hazmat.primitives.ciphers.base\n# destroy cryptography.hazmat.primitives._asymmetric\n# destroy cryptography.hazmat.primitives.asymmetric\n# destroy cryptography.hazmat.primitives.asymmetric.padding\n# destroy cryptography.hazmat.decrepit\n# destroy cryptography.hazmat.decrepit.ciphers\n# destroy cryptography.hazmat.decrepit.ciphers.algorithms\n# destroy cryptography.hazmat._oid\n# destroy cryptography.exceptions\n# destroy cryptography.hazmat.backends.openssl\n# destroy cryptography.hazmat.primitives.kdf.pbkdf2\n# destroy cryptography.hazmat.primitives.constant_time\n# destroy hmac\n# destroy cryptography.hazmat.bindings.openssl.binding\n# destroy cryptography.hazmat.primitives.asymmetric.ec\n# destroy cryptography\n# destroy lib\n# destroy cryptography.hazmat.primitives.asymmetric.rsa\n# destroy cryptography.hazmat.primitives._serialization\n# destroy cryptography.hazmat.primitives.hashes\n# destroy cryptography.hazmat.primitives.asymmetric.utils\n# destroy ansible.utils.collection_loader._collection_config\n# destroy ansible.utils.collection_loader._collection_meta\n# destroy ansible.utils.collection_loader._collection_finder\n# destroy sysconfig\n# destroy packaging._manylinux\n# destroy packaging._musllinux\n# destroy ansible.plugins.action.set_fact\n# destroy ansible.plugins.action.shell\n# destroy ansible.plugins.action.include_vars\n# destroy ansible.plugins.action.package\n# destroy ansible.plugins.action.template\n# destroy ansible.plugins.action.command\n# destroy ansible.plugins.cache.memory\n# destroy ansible_collections.ansible.posix.plugins.callback.debug\n# destroy ansible.plugins.callback.junit\n# destroy ansible.plugins.callback.minimal\n# destroy ansible.plugins.callback.oneline\n# destroy ansible.plugins.callback.tree\n# destroy ansible_collections.ansible.posix.plugins.callback.profile_tasks\n# destroy ansible.plugins.connection.local\n# destroy ansible.plugins.connection.paramiko_ssh\n# destroy ansible.plugins.connection.ssh\n# destroy ansible.plugins.shell.cmd\n# destroy ansible.plugins.shell.sh\n# destroy ansible.plugins.filter.8260158022683891738_core\n# destroy ansible.plugins.filter.1386570695005557552_encryption\n# destroy ansible.plugins.filter.983086907040898603_mathstuff\n# destroy ansible.plugins.filter.6228838082969675531_urls\n# destroy ansible.plugins.filter.1132228065865151550_urlsplit\n# destroy ansible.plugins.strategy.linear\n# destroy ansible.plugins.vars.host_group_vars\n# destroy ansible.plugins.inventory.host_list\n# destroy ansible.plugins.inventory.script\n# destroy ansible.plugins.inventory.auto\n# destroy ansible.plugins.inventory.yaml\n# destroy ansible.plugins.inventory.ini\n# destroy ansible.plugins.inventory.toml\n# destroy ansible.plugins.become.runas\n# destroy ansible.plugins.become.su\n# destroy ansible.plugins.become.sudo\n# destroy __main__\n# destroy syslog\n# destroy ansible.module_utils.distro._distro\n# destroy ansible.template.native_helpers\n# destroy ansible.template.template\n# destroy ansible.template.vars\n# destroy ansible.module_utils.six\n# destroy argparse\n# destroy argcomplete.io\n# destroy argcomplete.packages._shlex\n# destroy ansible.cli.arguments.option_helpers\n# destroy ansible.executor.play_iterator\n# destroy ansible.executor.stats\n# destroy ansible.executor.task_result\n# destroy ansible.executor.task_queue_manager\n# destroy ansible.executor.interpreter_discovery\n# destroy ansible.executor.powershell\n# destroy ansible.executor.module_common\n# destroy ansible.executor.process\n# destroy ansible.executor.process.worker\n# destroy ansible.executor.task_executor\n# destroy _heapq\n# destroy _queue\n# destroy ansible.playbook.attribute\n# destroy ansible.playbook.base\n# destroy ansible.playbook.conditional\n# destroy ansible.playbook.collectionsearch\n# destroy ansible.playbook.delegatable\n# destroy ansible.playbook.helpers\n# destroy ansible.playbook.notifiable\n# destroy ansible.playbook.taggable\n# destroy ansible.playbook.role\n# destroy ansible.playbook.block\n# destroy ansible.playbook.loop_control\n# destroy ansible.playbook.task\n# destroy ansible.playbook.play\n# destroy ansible.playbook.playbook_include\n# destroy ansible.playbook.play_context\n# destroy ansible.playbook.handler\n# destroy ansible.playbook.task_include\n# destroy ansible.playbook.role_include\n# destroy ansible.playbook.handler_task_include\n# destroy ansible.playbook.included_file\n# destroy ansible.playbook.role.definition\n# destroy ansible.playbook.role.requirement\n# destroy ansible.playbook.role.metadata\n# destroy ansible.playbook.role.include\n# destroy tarfile\n# destroy grp\n# destroy ansible.plugins.callback\n# destroy difflib\n# destroy ansible.plugins.callback.default\n# destroy keyword\n# destroy ansible.module_utils.compat\n# destroy ansible.module_utils.compat.paramiko\n# destroy ansible.utils\n# destroy ansible.utils.ssh_functions\n# destroy ansible.executor\n# destroy ansible.executor.playbook_executor\n# destroy ansible.cli\n# destroy ansible.cli.playbook\n# destroy tomllib\n# destroy tomllib._types\n# destroy tomllib._re\n# destroy tomllib._parser\n# destroy ansible.plugins.shell.powershell\n# destroy ansible.plugins.connection.psrp\n# destroy xml.etree\n# destroy xml.parsers\n# destroy xml.sax\n# destroy xml.dom\n# destroy xml.etree.ElementPath\n# destroy _elementtree\n# destroy ansible.plugins.connection.winrm\n# destroy ansible.plugins.connection\n# destroy xmltodict\n# destroy xml.parsers.expat\n# destroy pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# destroy xml.sax._exceptions\n# destroy xml.sax.saxutils\n# destroy xml.sax.handler\n# destroy xml.sax.xmlreader\n# destroy ansible.plugins.action\n# destroy ansible.executor.powershell.module_manifest\n# destroy ansible.module_utils.facts.default_collectors\n# destroy ansible.module_utils.facts.ansible_collector\n# destroy multiprocessing.pool\n# destroy ansible.module_utils.compat.selinux\n# destroy platform\n# destroy pwd\n# destroy ansible.module_utils.compat.typing\n# destroy ansible.module_utils.facts.timeout\n# destroy ansible.module_utils.facts.collector\n# destroy pkgutil\n# destroy multiprocessing\n# destroy decimal\n# destroy xml.etree.ElementTree\n# destroy xml.dom.minicompat\n# destroy xml.dom.NodeFilter\n# destroy xml.dom.xmlbuilder\n# destroy xml.dom.minidom\n# destroy xml.dom.domreg\n# destroy copy\n# destroy xml\n# destroy cmd\n# destroy pprint\n# destroy queue\n# destroy ansible.context\n# destroy ansible.executor.action_write_locks\n# destroy ansible.plugins.loader\n# destroy dataclasses\n# destroy pty\n# destroy glob\n# destroy shlex\n# destroy uuid\n# destroy passlib\n# destroy passlib.utils\n# destroy passlib.registry\n# destroy passlib.utils.compat\n# destroy passlib.utils.compat\n# destroy stringprep\n# destroy timeit\n# destroy passlib.utils.decor\n# destroy passlib.utils.binary\n# destroy passlib.utils.handlers\n# destroy unicodedata\n# destroy gc\n# destroy _crypt\n# destroy passlib.exc\n# destroy passlib.ifc\n# destroy ansible.module_utils.common.text.formatters\n# destroy ansible.utils.helpers\n# cleanup[3] wiping _decimal\n# cleanup[3] wiping urllib.request\n# destroy bisect\n# destroy hashlib\n# cleanup[3] wiping urllib.error\n# cleanup[3] wiping urllib.response\n# cleanup[3] wiping http.client\n# destroy http\n# destroy ssl\n# cleanup[3] wiping _ssl\n# cleanup[3] wiping multiprocessing.connection\n# cleanup[3] wiping multiprocessing.util\n# cleanup[3] wiping _multiprocessing\n# cleanup[3] wiping cryptography.hazmat.primitives.ciphers.modes\n# destroy cryptography.hazmat.primitives.ciphers.algorithms\n# destroy cryptography.hazmat.primitives.ciphers.algorithms\n# cleanup[3] wiping cryptography.utils\n# cleanup[3] wiping cryptography.hazmat.bindings._rust\n# destroy _openssl\n# cleanup[3] wiping _cffi_backend\n# cleanup[3] wiping multiprocessing.context\n# destroy multiprocessing.reduction\n# cleanup[3] wiping multiprocessing.process\n# cleanup[3] wiping tty\n# cleanup[3] wiping logging\n# cleanup[3] wiping ctypes.util\n# cleanup[3] wiping ctypes\n# destroy ctypes._endian\n# destroy ctypes.util\n# cleanup[3] wiping _ctypes\n# cleanup[3] wiping curses\n# cleanup[3] wiping _curses\n# cleanup[3] wiping ansible.constants\n# cleanup[3] wiping encodings.unicode_escape\n# cleanup[3] wiping yaml\n# destroy yaml.error\n# destroy yaml.tokens\n# destroy yaml.events\n# destroy yaml.nodes\n# destroy yaml.reader\n# destroy yaml.scanner\n# destroy yaml.parser\n# destroy yaml.composer\n# destroy yaml.constructor\n# destroy yaml.resolver\n# destroy yaml.loader\n# destroy yaml.emitter\n# destroy yaml.serializer\n# destroy yaml.representer\n# destroy yaml.dumper\n# destroy yaml.cyaml\n# cleanup[3] wiping yaml._yaml\n# destroy yaml\n# cleanup[3] wiping cython_runtime\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\n# cleanup[3] wiping ansible.module_utils.six.moves\n# cleanup[3] wiping ansible.errors.yaml_strings\n# cleanup[3] wiping jinja2.nodes\n# cleanup[3] wiping json\n# destroy json.decoder\n# destroy json.encoder\n# cleanup[3] wiping json.scanner\n# cleanup[3] wiping _json\n# cleanup[3] wiping markupsafe\n# destroy string\n# cleanup[3] wiping markupsafe._speedups\n# cleanup[3] wiping pickle\n# destroy _compat_pickle\n# cleanup[3] wiping _pickle\n# cleanup[3] wiping configparser\n# cleanup[3] wiping atexit\n# cleanup[3] wiping traceback\n# cleanup[3] wiping subprocess\n# destroy signal\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping getpass\n# cleanup[3] wiping termios\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping importlib.metadata\n# destroy importlib.metadata._functools\n# destroy importlib.metadata._text\n# destroy importlib.metadata._adapters\n# destroy importlib.metadata._meta\n# destroy importlib.metadata._collections\n# destroy importlib.metadata._itertools\n# destroy csv\n# cleanup[3] wiping importlib.abc\n# cleanup[3] wiping importlib.resources\n# destroy importlib.resources._adapters\n# destroy importlib.resources._legacy\n# cleanup[3] wiping importlib.resources._common\n# cleanup[3] wiping importlib.resources.abc\n# cleanup[3] wiping tempfile\n# cleanup[3] wiping email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.utils\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email.charset\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping _string\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping base64\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping select\n# cleanup[3] wiping _socket\n# cleanup[3] wiping random\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# destroy _bisect\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping zipfile\n# destroy zipfile._path\n# destroy struct\n# destroy bz2\n# destroy lzma\n# cleanup[3] wiping zipfile._path.glob\n# cleanup[3] wiping threading\n# cleanup[3] wiping _struct\n# cleanup[3] wiping shutil\n# cleanup[3] wiping _lzma\n# cleanup[3] wiping _bz2\n# cleanup[3] wiping _compression\n# cleanup[3] wiping zlib\n# cleanup[3] wiping binascii\n# cleanup[3] wiping pathlib\n# destroy fnmatch\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping math\n# cleanup[3] wiping errno\n# cleanup[3] wiping ntpath\n# cleanup[3] wiping email\n# destroy email._parseaddr\n# destroy email._policybase\n# destroy email._encoded_words\n# destroy email.base64mime\n# destroy email.quoprimime\n# destroy email.errors\n# destroy email.encoders\n# destroy email.charset\n# destroy email.utils\n# destroy email.header\n# destroy email.iterators\n# destroy email.message\n# destroy email.feedparser\n# destroy email.parser\n# cleanup[3] wiping _csv\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy linecache\n# destroy token\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping typing\n# cleanup[3] wiping _typing\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping collections.abc\n# cleanup[3] wiping weakref\n# cleanup[3] wiping importlib.machinery\n# cleanup[3] wiping importlib.util\n# cleanup[3] wiping importlib._abc\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.util\n# destroy importlib.machinery\n# destroy importlib.resources\n# destroy importlib.abc\n# destroy importlib.metadata\n# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# cleanup[3] wiping copyreg\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping enum\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping itertools\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping types\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# cleanup[3] wiping os.path\n# destroy genericpath\n# cleanup[3] wiping posixpath\n# cleanup[3] wiping stat\n# cleanup[3] wiping _stat\n# destroy _stat\n# cleanup[3] wiping io\n# cleanup[3] wiping abc\n# cleanup[3] wiping _abc\n# cleanup[3] wiping _signal\n# cleanup[3] wiping encodings.utf_8\n# cleanup[3] wiping encodings.aliases\n# cleanup[3] wiping codecs\n# cleanup[3] wiping _codecs\n# cleanup[3] wiping zipimport\n# destroy _frozen_importlib_external\n# cleanup[3] wiping time\n# cleanup[3] wiping posix\n# cleanup[3] wiping marshal\n# destroy marshal\n# cleanup[3] wiping _io\n# cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings\n# cleanup[3] wiping _thread\n# cleanup[3] wiping _imp\n# destroy _imp\n# cleanup[3] wiping _frozen_importlib\n# cleanup[3] wiping sys\n# cleanup[3] wiping builtins\n# destroy decimal\n# destroy _cffi_backend\n# destroy _curses\n# destroy _datetime\n# destroy sys.monitoring\n# destroy _socket\n# destroy _string\n# destroy _weakref\n# destroy _typing\n# destroy re._parser\n# destroy tokenize\n# destroy _signal\n# destroy select\n# destroy json.scanner\n# destroy _json\n# destroy atexit\n# destroy configparser\n# destroy stat\n# destroy _functools\n# destroy cryptography.hazmat.primitives.ciphers.modes\n# destroy inspect\n# destroy _tokenize\n# destroy shutil\n# destroy copyreg\n# destroy pickle\n# destroy markupsafe._speedups\n# destroy importlib\n# destroy zipimport\n# destroy enum\n# destroy _thread\n# destroy markupsafe\n# destroy ntpath\n# destroy array\n# destroy math\n# destroy ipaddress\n# destroy _pickle\n# destroy abc\n# destroy _opcode\n# destroy jinja2.nodes\n# destroy cryptography.utils\n# destroy importlib.resources.abc\n# destroy importlib.resources._common\n# destroy email\n# destroy _warnings\n# destroy posix\n# destroy zlib\n# destroy _compression\n# destroy posixpath\n# destroy zipfile\n# destroy contextlib\n# destroy pathlib\n# destroy zipfile._path.glob\n# destroy _csv\n# destroy _bz2\n# destroy _lzma\n# destroy locale\n# destroy binascii\n# destroy tempfile\n# destroy multiprocessing.process\n# destroy multiprocessing.util\n# destroy collections\n# destroy weakref\n# destroy _multiprocessing\n# destroy multiprocessing.connection\n# destroy multiprocessing.context\n# destroy _hashlib\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy encodings.unicode_escape\n# destroy curses\n# destroy collections.abc\n# destroy ctypes\n# destroy fcntl\n# destroy getpass\n# destroy io\n# destroy logging\n# destroy os\n# destroy random\n# destroy subprocess\n# destroy termios\n# destroy textwrap\n# destroy threading\n# destroy time\n# destroy tty\n# destroy typing\n# destroy _random\n# destroy _codecs\n# destroy codecs\n# destroy datetime\n# destroy json\n# destroy ansible.constants\n# destroy _struct\n# destroy _sre\n# destroy functools\n# destroy operator\n# destroy ansible.module_utils.six.moves.urllib\n# destroy ansible.module_utils.six.moves\n# destroy re\n# destroy traceback\n# destroy ansible.errors.yaml_strings\n# destroy ansible.module_utils.six.moves.urllib_parse\n# destroy ansible.module_utils.six.moves.urllib.error\n# destroy ansible.module_utils.six.moves.urllib.request\n# destroy ansible.module_utils.six.moves.urllib.response\n# destroy ansible.module_utils.six.moves.urllib.robotparser\n# destroy types\n# destroy warnings\n# destroy _operator\n# destroy itertools\n# clear sys.audit hooks", "rc": 0, "cmd": ["ansible-playbook", "-vvv", "-i", "/tmp/ansible.at047t7d.yaml", "--check", "tests_default.yml"], "start": "2024-09-20 23:08:44.843328", "end": "2024-09-20 23:09:05.730711", "delta": "0:00:20.887383", "msg": "", "invocation": {"module_args": {"_raw_params": "ansible-playbook -vvv -i /tmp/ansible.at047t7d.yaml --check tests_default.yml", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e7e4bf0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e7e4230> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e7e7170> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/local/lib64/python3.12/site-packages' Adding directory: '/usr/local/lib/python3.12/site-packages' Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e7fd7f0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e7fe450> import 'site' # Python 3.12.5 (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.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e350290> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3503e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e373c50> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e390320> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e353ef0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e351640> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e339400> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e393b60> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e392780> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3524e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e390fe0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3c4bf0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e338680> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5e3c50a0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3c4f50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5e3c5310> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3371a0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3c5a00> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3c56d0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3c68d0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3e0b00> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5e3e2240> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3e3140> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5e3e37a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3e2690> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5e3f8260> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3e3950> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3c6930> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5e22c110> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5e22cc20> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e22c980> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5e22cc50> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5e22d4f0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5e22deb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e22cdd0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3fa270> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e22f290> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e22dfd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e3c7020> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e253620> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e2779b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e2d4770> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e2d6ea0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e2d4890> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e299790> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5db1d850> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e2767b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5e250230> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6c5e276db0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_sgrwa3pm/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5db6f590> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5db56480> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5db55610> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5db6fe30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5db9f260> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5db9eff0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5db9e900> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5db9ed50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5db9e540> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5db9ff50> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5db9ffe0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5dbc04a0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5dbe61b0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5dbe7e60> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da0c7a0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da0d910> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da10410> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5da10530> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da0e6c0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da58350> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da12e70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da12bd0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da13140> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da0eb40> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5da5c560> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5da5cc50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da5c9b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c5da611f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da62630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da5fbf0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da62780> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da631d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5daf2300> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5da6a2a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5daf64b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5daf3fe0> import 'ansible.module_utils.distro._distro' # # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c5daf9580> # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing 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 _datetime # cleanup[2] removing datetime # 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 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 _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing ansible.module_utils.distro._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 glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy shutil # destroy tempfile # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy errno # destroy locale # destroy signal # destroy fcntl # destroy select # destroy selectors # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy datetime # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy fnmatch # cleanup[3] wiping _string # 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 _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy _datetime # destroy sys.monitoring # destroy _collections # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 7370 1726888147.08940: done with _execute_module (ansible.legacy.command, {'_raw_params': 'ansible-playbook -vvv -i /tmp/ansible.at047t7d.yaml --check tests_default.yml', '_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.command', '_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-1726888124.5710402-7499-190209299715684/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7370 1726888147.09000: _low_level_execute_command(): starting 7370 1726888147.09028: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888124.5710402-7499-190209299715684/ > /dev/null 2>&1 && sleep 0' 7370 1726888147.09041: in local.exec_command() 7370 1726888147.09059: opening command with Popen() 7370 1726888147.09142: done running command with Popen() 7370 1726888147.09145: getting output with communicate() 7370 1726888147.09872: done communicating 7370 1726888147.09876: done with local.exec_command() 7370 1726888147.09899: _low_level_execute_command() done: rc=0, stdout=, stderr= 7370 1726888147.09902: handler run complete 7370 1726888147.22420: Evaluated conditional (False): False 7370 1726888147.32789: variable 'ansible_host' from source: unknown 7370 1726888147.32798: variable 'ansible_port' from source: unknown 7370 1726888147.32804: variable 'ansible_user' from source: unknown 7370 1726888147.32810: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888147.32836: attempt loop complete, returning result 7370 1726888147.32844: _execute() done 7370 1726888147.32850: dumping result to json 7370 1726888147.41420: done dumping result, returning 7370 1726888147.41430: done running TaskExecutor() for managed_node2/TASK: Run ansible-playbook with tests_default.yml in check mode [0ed44806-2f0b-c1a4-7e85-000000000008] 7370 1726888147.41435: sending task result for task 0ed44806-2f0b-c1a4-7e85-000000000008 7370 1726888148.44369: done sending task result for task 0ed44806-2f0b-c1a4-7e85-000000000008 7370 1726888148.44374: WORKER PROCESS EXITING ok: [managed_node2 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.at047t7d.yaml", "--check", "tests_default.yml" ], "delta": "0:00:20.887383", "end": "2024-09-20 23:09:05.730711", "rc": 0, "start": "2024-09-20 23:08:44.843328" } STDOUT: 7519 1726888125.10704: 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-Qcc 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 7519 1726888125.11031: Added group all to inventory 7519 1726888125.11033: Added group ungrouped to inventory 7519 1726888125.11037: Group all now contains ungrouped 7519 1726888125.11040: Examining possible inventory source: /tmp/ansible.at047t7d.yaml 7519 1726888125.20142: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7519 1726888125.20193: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7519 1726888125.20216: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7519 1726888125.20268: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7519 1726888125.20328: Loaded config def from plugin (inventory/script) 7519 1726888125.20330: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7519 1726888125.20365: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7519 1726888125.20435: Loaded config def from plugin (inventory/yaml) 7519 1726888125.20437: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7519 1726888125.20510: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7519 1726888125.20847: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7519 1726888125.20849: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) host_list declined parsing /tmp/ansible.at047t7d.yaml as it did not pass its verify_file() method 7519 1726888125.20852: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) script declined parsing /tmp/ansible.at047t7d.yaml as it did not pass its verify_file() method 7519 1726888125.20858: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7519 1726888125.20861: Loading data from /tmp/ansible.at047t7d.yaml 7519 1726888125.23171: /tmp/ansible.at047t7d.yaml was not parsable by auto 7519 1726888125.23226: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7519 1726888125.23258: Loading data from /tmp/ansible.at047t7d.yaml 7519 1726888125.26471: group all already in inventory 7519 1726888125.26477: set inventory_file for managed_node1 7519 1726888125.26481: set inventory_dir for managed_node1 7519 1726888125.26482: Added host managed_node1 to inventory 7519 1726888125.26483: Added host managed_node1 to group all 7519 1726888125.26484: set ansible_check_mode for managed_node1 7519 1726888125.26484: set ansible_config_file for managed_node1 7519 1726888125.26485: set ansible_diff_mode for managed_node1 7519 1726888125.26485: set ansible_facts for managed_node1 7519 1726888125.26486: set ansible_forks for managed_node1 7519 1726888125.26486: set ansible_host for managed_node1 7519 1726888125.26487: set ansible_inventory_sources for managed_node1 7519 1726888125.26487: set ansible_limit for managed_node1 7519 1726888125.26488: set ansible_playbook_python for managed_node1 7519 1726888125.26488: set ansible_run_tags for managed_node1 7519 1726888125.26489: set ansible_skip_tags for managed_node1 7519 1726888125.26489: set ansible_ssh_extra_args for managed_node1 7519 1726888125.26490: set ansible_verbosity for managed_node1 7519 1726888125.26490: set ansible_version for managed_node1 7519 1726888125.26491: set group_names for managed_node1 7519 1726888125.26491: set groups for managed_node1 7519 1726888125.26494: set inventory_dir for managed_node1 7519 1726888125.26495: set inventory_file for managed_node1 7519 1726888125.26495: set inventory_hostname for managed_node1 7519 1726888125.26496: set inventory_hostname_short for managed_node1 7519 1726888125.26496: set omit for managed_node1 7519 1726888125.26497: set playbook_dir for managed_node1 7519 1726888125.26499: set inventory_file for managed_node2 7519 1726888125.26501: set inventory_dir for managed_node2 7519 1726888125.26501: Added host managed_node2 to inventory 7519 1726888125.26502: Added host managed_node2 to group all 7519 1726888125.26503: set ansible_all_ipv4_addresses for managed_node2 7519 1726888125.26503: set ansible_all_ipv6_addresses for managed_node2 7519 1726888125.26504: set ansible_apparmor for managed_node2 7519 1726888125.26504: set ansible_architecture for managed_node2 7519 1726888125.26505: set ansible_bios_date for managed_node2 7519 1726888125.26505: set ansible_bios_vendor for managed_node2 7519 1726888125.26506: set ansible_bios_version for managed_node2 7519 1726888125.26506: set ansible_board_asset_tag for managed_node2 7519 1726888125.26506: set ansible_board_name for managed_node2 7519 1726888125.26507: set ansible_board_serial for managed_node2 7519 1726888125.26507: set ansible_board_vendor for managed_node2 7519 1726888125.26508: set ansible_board_version for managed_node2 7519 1726888125.26508: set ansible_chassis_asset_tag for managed_node2 7519 1726888125.26509: set ansible_chassis_serial for managed_node2 7519 1726888125.26509: set ansible_chassis_vendor for managed_node2 7519 1726888125.26510: set ansible_chassis_version for managed_node2 7519 1726888125.26510: set ansible_check_mode for managed_node2 7519 1726888125.26511: set ansible_cmdline for managed_node2 7519 1726888125.26511: set ansible_config_file for managed_node2 7519 1726888125.26512: set ansible_date_time for managed_node2 7519 1726888125.26512: set ansible_default_ipv4 for managed_node2 7519 1726888125.26513: set ansible_default_ipv6 for managed_node2 7519 1726888125.26514: set ansible_device_links for managed_node2 7519 1726888125.26514: set ansible_devices for managed_node2 7519 1726888125.26515: set ansible_diff_mode for managed_node2 7519 1726888125.26515: set ansible_distribution for managed_node2 7519 1726888125.26516: set ansible_distribution_file_parsed for managed_node2 7519 1726888125.26516: set ansible_distribution_file_path for managed_node2 7519 1726888125.26517: set ansible_distribution_file_variety for managed_node2 7519 1726888125.26517: set ansible_distribution_major_version for managed_node2 7519 1726888125.26518: set ansible_distribution_release for managed_node2 7519 1726888125.26518: set ansible_distribution_version for managed_node2 7519 1726888125.26519: set ansible_dns for managed_node2 7519 1726888125.26519: set ansible_domain for managed_node2 7519 1726888125.26520: set ansible_effective_group_id for managed_node2 7519 1726888125.26520: set ansible_effective_user_id for managed_node2 7519 1726888125.26521: set ansible_env for managed_node2 7519 1726888125.26521: set ansible_eth0 for managed_node2 7519 1726888125.26521: set ansible_facts for managed_node2 7519 1726888125.26523: set ansible_fibre_channel_wwn for managed_node2 7519 1726888125.26524: set ansible_fips for managed_node2 7519 1726888125.26525: set ansible_forks for managed_node2 7519 1726888125.26525: set ansible_form_factor for managed_node2 7519 1726888125.26526: set ansible_fqdn for managed_node2 7519 1726888125.26526: set ansible_host for managed_node2 7519 1726888125.26527: set ansible_hostname for managed_node2 7519 1726888125.26527: set ansible_hostnqn for managed_node2 7519 1726888125.26530: set ansible_interfaces for managed_node2 7519 1726888125.26531: set ansible_inventory_sources for managed_node2 7519 1726888125.26532: set ansible_is_chroot for managed_node2 7519 1726888125.26532: set ansible_iscsi_iqn for managed_node2 7519 1726888125.26537: set ansible_kernel for managed_node2 7519 1726888125.26538: set ansible_kernel_version for managed_node2 7519 1726888125.26539: set ansible_limit for managed_node2 7519 1726888125.26539: set ansible_lo for managed_node2 7519 1726888125.26540: set ansible_loadavg for managed_node2 7519 1726888125.26540: set ansible_local for managed_node2 7519 1726888125.26540: set ansible_locally_reachable_ips for managed_node2 7519 1726888125.26541: set ansible_lsb for managed_node2 7519 1726888125.26541: set ansible_lvm for managed_node2 7519 1726888125.26542: set ansible_machine for managed_node2 7519 1726888125.26542: set ansible_machine_id for managed_node2 7519 1726888125.26543: set ansible_memfree_mb for managed_node2 7519 1726888125.26543: set ansible_memory_mb for managed_node2 7519 1726888125.26544: set ansible_memtotal_mb for managed_node2 7519 1726888125.26544: set ansible_mounts for managed_node2 7519 1726888125.26545: set ansible_nodename for managed_node2 7519 1726888125.26545: set ansible_os_family for managed_node2 7519 1726888125.26546: set ansible_pkg_mgr for managed_node2 7519 1726888125.26546: set ansible_playbook_python for managed_node2 7519 1726888125.26548: set ansible_proc_cmdline for managed_node2 7519 1726888125.26549: set ansible_processor for managed_node2 7519 1726888125.26549: set ansible_processor_cores for managed_node2 7519 1726888125.26550: set ansible_processor_count for managed_node2 7519 1726888125.26551: set ansible_processor_nproc for managed_node2 7519 1726888125.26551: set ansible_processor_threads_per_core for managed_node2 7519 1726888125.26552: set ansible_processor_vcpus for managed_node2 7519 1726888125.26553: set ansible_product_name for managed_node2 7519 1726888125.26553: set ansible_product_serial for managed_node2 7519 1726888125.26554: set ansible_product_uuid for managed_node2 7519 1726888125.26554: set ansible_product_version for managed_node2 7519 1726888125.26555: set ansible_python for managed_node2 7519 1726888125.26555: set ansible_python_version for managed_node2 7519 1726888125.26556: set ansible_real_group_id for managed_node2 7519 1726888125.26556: set ansible_real_user_id for managed_node2 7519 1726888125.26557: set ansible_run_tags for managed_node2 7519 1726888125.26557: set ansible_selinux for managed_node2 7519 1726888125.26557: set ansible_selinux_python_present for managed_node2 7519 1726888125.26558: set ansible_service_mgr for managed_node2 7519 1726888125.26559: set ansible_skip_tags for managed_node2 7519 1726888125.26560: set ansible_ssh_extra_args for managed_node2 7519 1726888125.26560: set ansible_ssh_host_key_dsa_public for managed_node2 7519 1726888125.26561: set ansible_ssh_host_key_dsa_public_keytype for managed_node2 7519 1726888125.26561: set ansible_ssh_host_key_ecdsa_public for managed_node2 7519 1726888125.26562: set ansible_ssh_host_key_ecdsa_public_keytype for managed_node2 7519 1726888125.26562: set ansible_ssh_host_key_ed25519_public for managed_node2 7519 1726888125.26563: set ansible_ssh_host_key_ed25519_public_keytype for managed_node2 7519 1726888125.26563: set ansible_ssh_host_key_rsa_public for managed_node2 7519 1726888125.26564: set ansible_ssh_host_key_rsa_public_keytype for managed_node2 7519 1726888125.26564: set ansible_swapfree_mb for managed_node2 7519 1726888125.26565: set ansible_swaptotal_mb for managed_node2 7519 1726888125.26565: set ansible_system for managed_node2 7519 1726888125.26566: set ansible_system_capabilities for managed_node2 7519 1726888125.26566: set ansible_system_capabilities_enforced for managed_node2 7519 1726888125.26567: set ansible_system_vendor for managed_node2 7519 1726888125.26567: set ansible_uptime_seconds for managed_node2 7519 1726888125.26567: set ansible_user_dir for managed_node2 7519 1726888125.26568: set ansible_user_gecos for managed_node2 7519 1726888125.26568: set ansible_user_gid for managed_node2 7519 1726888125.26569: set ansible_user_id for managed_node2 7519 1726888125.26569: set ansible_user_shell for managed_node2 7519 1726888125.26570: set ansible_user_uid for managed_node2 7519 1726888125.26570: set ansible_userspace_architecture for managed_node2 7519 1726888125.26571: set ansible_userspace_bits for managed_node2 7519 1726888125.26571: set ansible_verbosity for managed_node2 7519 1726888125.26572: set ansible_version for managed_node2 7519 1726888125.26572: set ansible_virtualization_role for managed_node2 7519 1726888125.26573: set ansible_virtualization_tech_guest for managed_node2 7519 1726888125.26573: set ansible_virtualization_tech_host for managed_node2 7519 1726888125.26573: set ansible_virtualization_type for managed_node2 7519 1726888125.26574: set discovered_interpreter_python for managed_node2 7519 1726888125.26574: set gather_subset for managed_node2 7519 1726888125.26575: set group_names for managed_node2 7519 1726888125.26575: set groups for managed_node2 7519 1726888125.26576: set inventory_dir for managed_node2 7519 1726888125.26577: set inventory_file for managed_node2 7519 1726888125.26577: set inventory_hostname for managed_node2 7519 1726888125.26577: set inventory_hostname_short for managed_node2 7519 1726888125.26578: set module_setup for managed_node2 7519 1726888125.26578: set omit for managed_node2 7519 1726888125.26579: set playbook_dir for managed_node2 7519 1726888125.26579: set tempinventory for managed_node2 7519 1726888125.26582: set inventory_file for managed_node3 7519 1726888125.26584: set inventory_dir for managed_node3 7519 1726888125.26585: Added host managed_node3 to inventory 7519 1726888125.26586: Added host managed_node3 to group all 7519 1726888125.26586: set ansible_check_mode for managed_node3 7519 1726888125.26587: set ansible_config_file for managed_node3 7519 1726888125.26587: set ansible_diff_mode for managed_node3 7519 1726888125.26588: set ansible_facts for managed_node3 7519 1726888125.26588: set ansible_forks for managed_node3 7519 1726888125.26589: set ansible_host for managed_node3 7519 1726888125.26589: set ansible_inventory_sources for managed_node3 7519 1726888125.26590: set ansible_limit for managed_node3 7519 1726888125.26590: set ansible_playbook_python for managed_node3 7519 1726888125.26591: set ansible_run_tags for managed_node3 7519 1726888125.26591: set ansible_skip_tags for managed_node3 7519 1726888125.26591: set ansible_ssh_extra_args for managed_node3 7519 1726888125.26592: set ansible_verbosity for managed_node3 7519 1726888125.26592: set ansible_version for managed_node3 7519 1726888125.26593: set group_names for managed_node3 7519 1726888125.26593: set groups for managed_node3 7519 1726888125.26594: set inventory_dir for managed_node3 7519 1726888125.26594: set inventory_file for managed_node3 7519 1726888125.26595: set inventory_hostname for managed_node3 7519 1726888125.26595: set inventory_hostname_short for managed_node3 7519 1726888125.26596: set omit for managed_node3 7519 1726888125.26596: set playbook_dir for managed_node3 Parsed /tmp/ansible.at047t7d.yaml inventory source with yaml plugin 7519 1726888125.26599: Reconcile groups and hosts in inventory. 7519 1726888125.26602: Group ungrouped now contains managed_node1 7519 1726888125.26603: Group ungrouped now contains managed_node2 7519 1726888125.26604: Group ungrouped now contains managed_node3 7519 1726888125.26685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7519 1726888125.26788: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7519 1726888125.26826: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7519 1726888125.26847: Loaded config def from plugin (vars/host_group_vars) 7519 1726888125.26849: 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) 7519 1726888125.26854: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7519 1726888125.26860: 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) 7519 1726888125.26892: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7519 1726888125.27175: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888125.27261: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7519 1726888125.27284: Loaded config def from plugin (connection/local) 7519 1726888125.27286: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7519 1726888125.27632: Loaded config def from plugin (connection/paramiko_ssh) 7519 1726888125.27635: 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) 7519 1726888125.28293: 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) 7519 1726888125.28319: Loaded config def from plugin (connection/psrp) 7519 1726888125.28321: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7519 1726888125.28793: 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) 7519 1726888125.28818: Loaded config def from plugin (connection/ssh) 7519 1726888125.28820: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7519 1726888125.30226: 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) 7519 1726888125.30254: Loaded config def from plugin (connection/winrm) 7519 1726888125.30256: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7519 1726888125.30278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7519 1726888125.30335: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7519 1726888125.30380: Loaded config def from plugin (shell/cmd) 7519 1726888125.30382: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7519 1726888125.30394: 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) 7519 1726888125.30433: Loaded config def from plugin (shell/powershell) 7519 1726888125.30434: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7519 1726888125.30486: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7519 1726888125.30635: Loaded config def from plugin (shell/sh) 7519 1726888125.30637: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7519 1726888125.30659: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7519 1726888125.30852: Loaded config def from plugin (become/runas) 7519 1726888125.30853: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7519 1726888125.30972: Loaded config def from plugin (become/su) 7519 1726888125.30973: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7519 1726888125.31078: Loaded config def from plugin (become/sudo) 7519 1726888125.31079: 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 7519 1726888125.31103: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default.yml 7519 1726888125.31190: in VariableManager get_vars() 7519 1726888125.31205: done with get_vars() 7519 1726888125.31270: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/vars/main.yml 7519 1726888125.31317: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/defaults/main.yml 7519 1726888125.31355: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/meta/main.yml 7519 1726888125.31430: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml 7519 1726888125.31852: in VariableManager get_vars() 7519 1726888125.31867: done with get_vars() 7519 1726888125.31952: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7519 1726888125.34791: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7519 1726888125.34894: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7519 1726888125.36325: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/handlers/main.yml 7519 1726888125.36460: in VariableManager get_vars() 7519 1726888125.36473: done with get_vars() 7519 1726888125.36502: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7519 1726888125.36510: 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 7519 1726888125.36707: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7519 1726888125.36804: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7519 1726888125.36806: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 7519 1726888125.36830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7519 1726888125.36846: 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) 7519 1726888125.36954: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7519 1726888125.36993: Loaded config def from plugin (callback/default) 7519 1726888125.36995: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7519 1726888125.37876: Loaded config def from plugin (callback/junit) 7519 1726888125.37878: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7519 1726888125.37918: 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) 7519 1726888125.37959: Loaded config def from plugin (callback/minimal) 7519 1726888125.37961: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7519 1726888125.37995: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7519 1726888125.38044: Loaded config def from plugin (callback/tree) 7519 1726888125.38046: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 7519 1726888125.38129: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7519 1726888125.38131: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in tests_default.yml 7519 1726888125.38148: in VariableManager get_vars() 7519 1726888125.38158: done with get_vars() 7519 1726888125.38162: in VariableManager get_vars() 7519 1726888125.38169: done with get_vars() 7519 1726888125.38173: variable 'omit' from source: magic vars 7519 1726888125.38200: in VariableManager get_vars() 7519 1726888125.38212: done with get_vars() 7519 1726888125.38230: variable 'omit' from source: magic vars PLAY [Ensure that the role runs with default parameters] *********************** 7519 1726888125.38853: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7519 1726888125.38924: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7519 1726888125.38951: getting the remaining hosts for this loop 7519 1726888125.38953: done getting the remaining hosts for this loop 7519 1726888125.38955: getting the next task for host managed_node1 7519 1726888125.38958: done getting next task for host managed_node1 7519 1726888125.38959: ^ task is: TASK: Test setup and check for ostree 7519 1726888125.38960: ^ 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 7519 1726888125.38961: getting the next task for host managed_node2 7519 1726888125.38963: done getting next task for host managed_node2 7519 1726888125.38963: ^ task is: TASK: Test setup and check for ostree 7519 1726888125.38964: ^ 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 7519 1726888125.38965: getting the next task for host managed_node3 7519 1726888125.38966: done getting next task for host managed_node3 7519 1726888125.38967: ^ task is: TASK: Test setup and check for ostree 7519 1726888125.38967: ^ 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 7519 1726888125.38969: getting variables 7519 1726888125.38970: in VariableManager get_vars() 7519 1726888125.38978: Calling all_inventory to load vars for managed_node1 7519 1726888125.38980: Calling groups_inventory to load vars for managed_node1 7519 1726888125.38981: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888125.38989: Calling all_plugins_play to load vars for managed_node1 7519 1726888125.38996: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888125.38998: Calling groups_plugins_play to load vars for managed_node1 7519 1726888125.39021: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888125.39062: done with get_vars() 7519 1726888125.39066: done getting variables TASK [Test setup and check for ostree] ***************************************** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default.yml:10 Friday 20 September 2024 23:08:45 -0400 (0:00:00.010) 0:00:00.010 ****** 7519 1726888125.39110: entering _queue_task() for managed_node1/include_tasks 7519 1726888125.39111: Creating lock for include_tasks 7519 1726888125.39353: worker is 1 (out of 3 available) 7519 1726888125.39364: exiting _queue_task() for managed_node1/include_tasks 7519 1726888125.39377: getting variables 7519 1726888125.39380: in VariableManager get_vars() 7519 1726888125.39457: Calling all_inventory to load vars for managed_node2 7519 1726888125.39461: Calling groups_inventory to load vars for managed_node2 7519 1726888125.39464: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888125.39479: Calling all_plugins_play to load vars for managed_node2 7519 1726888125.39482: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888125.39486: Calling groups_plugins_play to load vars for managed_node2 7519 1726888125.39567: running TaskExecutor() for managed_node1/TASK: Test setup and check for ostree 7519 1726888125.39594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888125.39632: done with get_vars() 7519 1726888125.39641: done getting variables 7519 1726888125.39708: in run() - task 0ed44806-2f0b-c82f-f05a-000000000019 7519 1726888125.39711: variable 'ansible_search_path' from source: unknown 7519 1726888125.39717: calling self._execute() 7519 1726888125.39749: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888125.39752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888125.39755: variable 'omit' from source: magic vars 7519 1726888125.39782: entering _queue_task() for managed_node2/include_tasks 7519 1726888125.39875: _execute() done 7519 1726888125.39878: dumping result to json 7519 1726888125.39881: done dumping result, returning 7519 1726888125.39883: done running TaskExecutor() for managed_node1/TASK: Test setup and check for ostree [0ed44806-2f0b-c82f-f05a-000000000019] 7519 1726888125.39885: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019 7519 1726888125.39987: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019 7519 1726888125.40161: WORKER PROCESS EXITING 7519 1726888125.40134: worker is 2 (out of 3 available) 7519 1726888125.40168: exiting _queue_task() for managed_node2/include_tasks 7519 1726888125.40255: getting variables 7519 1726888125.40257: in VariableManager get_vars() 7519 1726888125.40325: Calling all_inventory to load vars for managed_node3 7519 1726888125.40333: Calling groups_inventory to load vars for managed_node3 7519 1726888125.40336: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888125.40350: Calling all_plugins_play to load vars for managed_node3 7519 1726888125.40353: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888125.40358: Calling groups_plugins_play to load vars for managed_node3 7519 1726888125.40408: running TaskExecutor() for managed_node2/TASK: Test setup and check for ostree 7519 1726888125.40416: in run() - task 0ed44806-2f0b-c82f-f05a-000000000019 7519 1726888125.40419: variable 'ansible_search_path' from source: unknown 7519 1726888125.40422: calling self._execute() 7519 1726888125.40448: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888125.40473: done with get_vars() 7519 1726888125.40481: done getting variables 7519 1726888125.40570: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888125.40573: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888125.40575: variable 'omit' from source: magic vars 7519 1726888125.40578: _execute() done 7519 1726888125.40580: dumping result to json 7519 1726888125.40582: done dumping result, returning 7519 1726888125.40598: done running TaskExecutor() for managed_node2/TASK: Test setup and check for ostree [0ed44806-2f0b-c82f-f05a-000000000019] 7519 1726888125.40621: entering _queue_task() for managed_node3/include_tasks 7519 1726888125.40835: worker is 3 (out of 3 available) 7519 1726888125.40846: exiting _queue_task() for managed_node3/include_tasks 7519 1726888125.40856: done queuing things up, now waiting for results queue to drain 7519 1726888125.40858: waiting for pending results... 7519 1726888125.40885: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019 7519 1726888125.40965: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019 7519 1726888125.40971: WORKER PROCESS EXITING 7519 1726888125.41070: running TaskExecutor() for managed_node3/TASK: Test setup and check for ostree 7519 1726888125.41125: in run() - task 0ed44806-2f0b-c82f-f05a-000000000019 7519 1726888125.41134: variable 'ansible_search_path' from source: unknown 7519 1726888125.41160: calling self._execute() 7519 1726888125.41197: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888125.41209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888125.41217: variable 'omit' from source: magic vars 7519 1726888125.41283: _execute() done 7519 1726888125.41286: dumping result to json 7519 1726888125.41289: done dumping result, returning 7519 1726888125.41292: done running TaskExecutor() for managed_node3/TASK: Test setup and check for ostree [0ed44806-2f0b-c82f-f05a-000000000019] 7519 1726888125.41311: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019 7519 1726888125.41370: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000019 7519 1726888125.41372: WORKER PROCESS EXITING 7519 1726888125.41443: no more pending results, returning what we have 7519 1726888125.41446: in VariableManager get_vars() 7519 1726888125.41468: Calling all_inventory to load vars for managed_node1 7519 1726888125.41470: Calling groups_inventory to load vars for managed_node1 7519 1726888125.41471: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888125.41477: Calling all_plugins_play to load vars for managed_node1 7519 1726888125.41479: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888125.41480: Calling groups_plugins_play to load vars for managed_node1 7519 1726888125.41508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888125.41525: done with get_vars() 7519 1726888125.41531: variable 'ansible_search_path' from source: unknown 7519 1726888125.41541: in VariableManager get_vars() 7519 1726888125.41548: Calling all_inventory to load vars for managed_node2 7519 1726888125.41550: Calling groups_inventory to load vars for managed_node2 7519 1726888125.41551: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888125.41554: Calling all_plugins_play to load vars for managed_node2 7519 1726888125.41555: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888125.41557: Calling groups_plugins_play to load vars for managed_node2 7519 1726888125.41578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888125.41586: done with get_vars() 7519 1726888125.41589: variable 'ansible_search_path' from source: unknown 7519 1726888125.41595: in VariableManager get_vars() 7519 1726888125.41602: Calling all_inventory to load vars for managed_node3 7519 1726888125.41603: Calling groups_inventory to load vars for managed_node3 7519 1726888125.41604: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888125.41607: Calling all_plugins_play to load vars for managed_node3 7519 1726888125.41608: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888125.41609: Calling groups_plugins_play to load vars for managed_node3 7519 1726888125.41631: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888125.41642: done with get_vars() 7519 1726888125.41645: variable 'ansible_search_path' from source: unknown 7519 1726888125.41651: we have included files to process 7519 1726888125.41651: generating all_blocks data 7519 1726888125.41652: done generating all_blocks data 7519 1726888125.41653: processing included file: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml 7519 1726888125.41653: loading included file: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml 7519 1726888125.41655: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml 7519 1726888125.42034: done processing included file 7519 1726888125.42037: iterating over new_blocks loaded from include file 7519 1726888125.42037: in VariableManager get_vars() 7519 1726888125.42046: done with get_vars() 7519 1726888125.42047: filtering new block on tags 7519 1726888125.42058: done filtering new block on tags 7519 1726888125.42060: in VariableManager get_vars() 7519 1726888125.42069: done with get_vars() 7519 1726888125.42071: filtering new block on tags 7519 1726888125.42081: done filtering new block on tags 7519 1726888125.42082: done iterating over new_blocks loaded from include file included: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml for managed_node1, managed_node2, managed_node3 7519 1726888125.42086: extending task lists for all hosts with included blocks 7519 1726888125.42135: done extending task lists 7519 1726888125.42136: done processing included files 7519 1726888125.42137: results queue empty 7519 1726888125.42137: checking for any_errors_fatal 7519 1726888125.42138: done checking for any_errors_fatal 7519 1726888125.42138: checking for max_fail_percentage 7519 1726888125.42139: done checking for max_fail_percentage 7519 1726888125.42139: checking to see if all hosts have failed and the running result is not ok 7519 1726888125.42140: done checking to see if all hosts have failed 7519 1726888125.42141: getting the remaining hosts for this loop 7519 1726888125.42142: done getting the remaining hosts for this loop 7519 1726888125.42143: getting the next task for host managed_node1 7519 1726888125.42146: done getting next task for host managed_node1 7519 1726888125.42147: ^ task is: TASK: Check if system is ostree 7519 1726888125.42149: ^ state is: HOST STATE: block=1, 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 7519 1726888125.42149: getting the next task for host managed_node2 7519 1726888125.42151: done getting next task for host managed_node2 7519 1726888125.42152: ^ task is: TASK: Check if system is ostree 7519 1726888125.42153: ^ state is: HOST STATE: block=1, 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 7519 1726888125.42153: getting the next task for host managed_node3 7519 1726888125.42155: done getting next task for host managed_node3 7519 1726888125.42156: ^ task is: TASK: Check if system is ostree 7519 1726888125.42156: ^ state is: HOST STATE: block=1, 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 7519 1726888125.42161: getting variables 7519 1726888125.42162: in VariableManager get_vars() 7519 1726888125.42172: Calling all_inventory to load vars for managed_node1 7519 1726888125.42174: Calling groups_inventory to load vars for managed_node1 7519 1726888125.42175: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888125.42178: Calling all_plugins_play to load vars for managed_node1 7519 1726888125.42180: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888125.42183: Calling groups_plugins_play to load vars for managed_node1 7519 1726888125.42200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888125.42212: done with get_vars() 7519 1726888125.42216: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:6 Friday 20 September 2024 23:08:45 -0400 (0:00:00.031) 0:00:00.041 ****** 7519 1726888125.42263: entering _queue_task() for managed_node1/stat 7519 1726888125.42413: worker is 1 (out of 3 available) 7519 1726888125.42427: exiting _queue_task() for managed_node1/stat 7519 1726888125.42437: getting variables 7519 1726888125.42441: in VariableManager get_vars() 7519 1726888125.42510: Calling all_inventory to load vars for managed_node2 7519 1726888125.42514: Calling groups_inventory to load vars for managed_node2 7519 1726888125.42517: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888125.42533: Calling all_plugins_play to load vars for managed_node2 7519 1726888125.42536: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888125.42539: Calling groups_plugins_play to load vars for managed_node2 7519 1726888125.42606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888125.42642: done with get_vars() 7519 1726888125.42651: done getting variables 7519 1726888125.42711: running TaskExecutor() for managed_node1/TASK: Check if system is ostree 7519 1726888125.42719: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004e 7519 1726888125.42722: variable 'ansible_search_path' from source: unknown 7519 1726888125.42724: variable 'ansible_search_path' from source: unknown 7519 1726888125.42765: calling self._execute() 7519 1726888125.42794: entering _queue_task() for managed_node2/stat 7519 1726888125.42877: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888125.42880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888125.42884: variable 'omit' from source: magic vars 7519 1726888125.43043: worker is 2 (out of 3 available) 7519 1726888125.43063: exiting _queue_task() for managed_node2/stat 7519 1726888125.43078: getting variables 7519 1726888125.43082: in VariableManager get_vars() 7519 1726888125.43155: Calling all_inventory to load vars for managed_node3 7519 1726888125.43158: Calling groups_inventory to load vars for managed_node3 7519 1726888125.43170: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888125.43189: Calling all_plugins_play to load vars for managed_node3 7519 1726888125.43192: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888125.43196: Calling groups_plugins_play to load vars for managed_node3 7519 1726888125.43265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888125.43288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888125.43335: done with get_vars() 7519 1726888125.43347: done getting variables 7519 1726888125.43461: entering _queue_task() for managed_node3/stat 7519 1726888125.43547: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888125.43760: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888125.43790: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888125.43793: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888125.43782: worker is 3 (out of 3 available) 7519 1726888125.43800: exiting _queue_task() for managed_node3/stat 7519 1726888125.43811: done queuing things up, now waiting for results queue to drain 7519 1726888125.43822: waiting for pending results... 7519 1726888125.43890: running TaskExecutor() for managed_node2/TASK: Check if system is ostree 7519 1726888125.43976: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004e 7519 1726888125.43992: variable 'ansible_search_path' from source: unknown 7519 1726888125.44000: variable 'ansible_search_path' from source: unknown 7519 1726888125.44031: calling self._execute() 7519 1726888125.44098: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888125.44110: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888125.44116: 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) 7519 1726888125.44127: variable 'omit' from source: magic vars 7519 1726888125.44165: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 7519 1726888125.44230: 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) 7519 1726888125.44263: 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) 7519 1726888125.44297: 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) 7519 1726888125.44420: Evaluated conditional (not __tlog_is_ostree is defined): True 7519 1726888125.44435: variable 'omit' from source: magic vars 7519 1726888125.44476: variable 'omit' from source: magic vars 7519 1726888125.44516: variable 'omit' from source: magic vars 7519 1726888125.44550: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888125.44581: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888125.44604: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888125.44628: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888125.44634: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004e 7519 1726888125.44648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888125.44656: variable 'ansible_search_path' from source: unknown 7519 1726888125.44663: variable 'ansible_search_path' from source: unknown 7519 1726888125.44706: calling self._execute() 7519 1726888125.44770: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888125.44782: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888125.44796: variable 'omit' from source: magic vars 7519 1726888125.45002: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888125.45080: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888125.45147: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888125.45205: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888125.45220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888125.45237: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888125.45273: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888125.45281: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888125.45289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888125.45312: 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) 7519 1726888125.45346: 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) 7519 1726888125.45391: Set connection var ansible_shell_executable to /bin/sh 7519 1726888125.45404: Set connection var ansible_pipelining to False 7519 1726888125.45414: Set connection var ansible_shell_type to sh 7519 1726888125.45426: Set connection var ansible_timeout to 10 7519 1726888125.45435: Set connection var ansible_connection to ssh 7519 1726888125.45445: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888125.45472: variable 'ansible_shell_executable' from source: unknown 7519 1726888125.45480: variable 'ansible_connection' from source: unknown 7519 1726888125.45489: variable 'ansible_module_compression' from source: unknown 7519 1726888125.45495: variable 'ansible_shell_type' from source: unknown 7519 1726888125.45503: variable 'ansible_shell_executable' from source: unknown 7519 1726888125.45510: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888125.45517: variable 'ansible_pipelining' from source: unknown 7519 1726888125.45527: variable 'ansible_timeout' from source: unknown 7519 1726888125.45537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888125.45688: 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) 7519 1726888125.45721: 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) 7519 1726888125.45764: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888125.45843: Evaluated conditional (not __tlog_is_ostree is defined): True 7519 1726888125.45856: variable 'omit' from source: magic vars 7519 1726888125.45869: 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__) 7519 1726888125.45882: variable 'omit' from source: magic vars 7519 1726888125.45891: starting attempt loop 7519 1726888125.45896: variable 'omit' from source: magic vars 7519 1726888125.45908: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888125.45935: variable 'omit' from source: magic vars 7519 1726888125.45966: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888125.45971: running the handler 7519 1726888125.45990: _low_level_execute_command(): starting 7519 1726888125.45995: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888125.46002: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888125.46044: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888125.46067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888125.46082: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888125.46111: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888125.46137: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888125.46148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888125.46277: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888125.46280: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888125.46282: Set connection var ansible_shell_executable to /bin/sh 7519 1726888125.46285: Set connection var ansible_pipelining to False 7519 1726888125.46287: Set connection var ansible_shell_type to sh 7519 1726888125.46290: Set connection var ansible_timeout to 10 7519 1726888125.46299: 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) 7519 1726888125.46302: Set connection var ansible_connection to ssh 7519 1726888125.46312: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888125.46326: 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) 7519 1726888125.46353: 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) 7519 1726888125.46362: variable 'ansible_shell_executable' from source: unknown 7519 1726888125.46373: variable 'ansible_connection' from source: unknown 7519 1726888125.46380: 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) 7519 1726888125.46386: variable 'ansible_module_compression' from source: unknown 7519 1726888125.46393: variable 'ansible_shell_type' from source: unknown 7519 1726888125.46399: variable 'ansible_shell_executable' from source: unknown 7519 1726888125.46406: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888125.46416: variable 'ansible_pipelining' from source: unknown 7519 1726888125.46426: variable 'ansible_timeout' from source: unknown 7519 1726888125.46435: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888125.46492: Evaluated conditional (not __tlog_is_ostree is defined): True 7519 1726888125.46499: variable 'omit' from source: magic vars 7519 1726888125.46533: variable 'omit' from source: magic vars 7519 1726888125.46567: variable 'omit' from source: magic vars 7519 1726888125.46596: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888125.46633: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888125.46656: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888125.46677: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888125.46683: 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__) 7519 1726888125.46695: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888125.46706: variable 'omit' from source: magic vars 7519 1726888125.46719: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888125.46722: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888125.46726: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888125.46730: starting attempt loop 7519 1726888125.46735: running the handler 7519 1726888125.46752: _low_level_execute_command(): starting 7519 1726888125.46763: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888125.46818: Set connection var ansible_shell_executable to /bin/sh 7519 1726888125.46825: Set connection var ansible_pipelining to False 7519 1726888125.46831: Set connection var ansible_shell_type to sh 7519 1726888125.46836: Set connection var ansible_timeout to 10 7519 1726888125.46839: Set connection var ansible_connection to ssh 7519 1726888125.46844: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888125.46865: variable 'ansible_shell_executable' from source: unknown 7519 1726888125.46868: variable 'ansible_connection' from source: unknown 7519 1726888125.46870: variable 'ansible_module_compression' from source: unknown 7519 1726888125.46873: variable 'ansible_shell_type' from source: unknown 7519 1726888125.46878: variable 'ansible_shell_executable' from source: unknown 7519 1726888125.46880: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888125.46882: variable 'ansible_pipelining' from source: unknown 7519 1726888125.46885: variable 'ansible_timeout' from source: unknown 7519 1726888125.46888: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888125.47128: 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__) 7519 1726888125.47144: variable 'omit' from source: magic vars 7519 1726888125.47152: starting attempt loop 7519 1726888125.47159: running the handler 7519 1726888125.47178: _low_level_execute_command(): starting 7519 1726888125.47190: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888125.47719: 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 <<< 7519 1726888125.47725: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.47766: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.47769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration <<< 7519 1726888125.47772: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888125.47775: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.47850: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.47939: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888125.47952: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.48010: 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 <<< 7519 1726888125.48026: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.48047: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.48081: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.48088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888125.48093: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888125.48099: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.48114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.48129: 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.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.48142: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.48216: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.48233: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.48241: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888125.48270: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.48328: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.48546: 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 <<< 7519 1726888125.48550: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.48595: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.48598: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.48603: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.48605: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.48642: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.48646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.48661: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888125.48664: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888125.48677: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.48736: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.49911: stdout chunk (state=3): >>>/root <<< 7519 1726888125.50003: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888125.50006: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888125.50058: stdout chunk (state=3): >>>/root <<< 7519 1726888125.50071: stderr chunk (state=3): >>><<< 7519 1726888125.50077: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.50109: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.50117: _low_level_execute_command(): starting 7519 1726888125.50131: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307 `" && echo ansible-tmp-1726888125.50104-7525-6340631790307="` echo /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307 `" && echo ansible-tmp-1726888125.50104-7525-6340631790307="` echo /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307 `" ) && sleep 0'"'"'' 7519 1726888125.50244: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888125.50257: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888125.50350: stderr chunk (state=3): >>><<< 7519 1726888125.50367: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.50515: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.50518: _low_level_execute_command(): starting 7519 1726888125.50520: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322 `" && echo ansible-tmp-1726888125.5040226-7526-168252515391322="` echo /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322 `" && echo ansible-tmp-1726888125.5040226-7526-168252515391322="` echo /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322 `" ) && sleep 0'"'"'' 7519 1726888125.50736: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888125.50752: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.50766: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.50784: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.50795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.50838: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888125.50854: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888125.50866: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888125.50878: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.50889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.50900: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.50911: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.50931: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888125.50946: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888125.50961: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888125.50973: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.50985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.50998: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.51008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.51018: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888125.51032: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888125.51043: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888125.51058: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888125.51073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.51086: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.51099: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.51144: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888125.51180: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.51185: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888125.51187: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888125.51197: stdout chunk (state=3): >>>/root <<< 7519 1726888125.51200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.51212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888125.51215: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.51225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.51237: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.51254: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888125.51266: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888125.51269: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888125.51271: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888125.51277: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888125.51302: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888125.51305: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888125.51365: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.51371: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.51383: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.51484: stderr chunk (state=3): >>><<< 7519 1726888125.51488: stdout chunk (state=3): >>><<< 7519 1726888125.51490: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888125.51493: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.51503: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.51506: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.51558: _low_level_execute_command(): starting 7519 1726888125.51565: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188 `" && echo ansible-tmp-1726888125.5150285-7527-213562852754188="` echo /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888125.51590: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888125.51593: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188 `" && echo ansible-tmp-1726888125.5150285-7527-213562852754188="` echo /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188 `" ) && sleep 0'"'"'' 7519 1726888125.51615: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.52044: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.52047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.52084: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.52087: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888125.52090: stderr chunk (state=3): >>>debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.52099: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.52159: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.52162: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.52164: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888125.52182: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.52221: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.53362: stdout chunk (state=3): >>>ansible-tmp-1726888125.50104-7525-6340631790307=/root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307 <<< 7519 1726888125.53477: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.53531: stderr chunk (state=3): >>><<< 7519 1726888125.53537: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888125.50104-7525-6340631790307=/root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.53555: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888125.50104-7525-6340631790307=/root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.53619: variable 'ansible_module_compression' from source: unknown 7519 1726888125.53664: ANSIBALLZ: Using lock for stat 7519 1726888125.53667: ANSIBALLZ: Acquiring lock 7519 1726888125.53669: ANSIBALLZ: Lock acquired: 140005031087520 7519 1726888125.53671: ANSIBALLZ: Creating module 7519 1726888125.54132: stdout chunk (state=3): >>>ansible-tmp-1726888125.5150285-7527-213562852754188=/root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188 <<< 7519 1726888125.54238: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888125.54256: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888125.54304: stdout chunk (state=3): >>>ansible-tmp-1726888125.5040226-7526-168252515391322=/root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322 <<< 7519 1726888125.54352: stderr chunk (state=3): >>><<< 7519 1726888125.54367: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888125.5150285-7527-213562852754188=/root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.54471: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888125.5150285-7527-213562852754188=/root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.54533: variable 'ansible_module_compression' from source: unknown 7519 1726888125.54541: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.54546: stdout chunk (state=3): >>><<< 7519 1726888125.54554: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'ansible-tmp-1726888125.5040226-7526-168252515391322=/root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.54576: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888125.5040226-7526-168252515391322=/root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.54636: ANSIBALLZ: Using lock for stat 7519 1726888125.54643: ANSIBALLZ: Acquiring lock 7519 1726888125.54732: variable 'ansible_module_compression' from source: unknown 7519 1726888125.54735: ANSIBALLZ: Using lock for stat 7519 1726888125.54737: ANSIBALLZ: Acquiring lock 7519 1726888125.61996: ANSIBALLZ: Writing module into payload 7519 1726888125.62084: ANSIBALLZ: Writing module 7519 1726888125.62101: ANSIBALLZ: Renaming module 7519 1726888125.62104: ANSIBALLZ: Done creating module 7519 1726888125.62406: ANSIBALLZ: Lock acquired: 140005031087520 7519 1726888125.62409: ANSIBALLZ: Reading module after lock 7519 1726888125.62411: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888125.62413: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888125.62415: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888125.62417: variable 'inventory_hostname' from source: host vars for 'managed_node3' Attempting python interpreter discovery 7519 1726888125.62433: _low_level_execute_command(): starting Attempting python interpreter discovery 7519 1726888125.62443: _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' 7519 1726888125.62445: _low_level_execute_command(): starting <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888125.62451: _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' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/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'"'"'' <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/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'"'"'' 7519 1726888125.62461: ANSIBALLZ: Lock acquired: 140005031087520 7519 1726888125.62463: ANSIBALLZ: Reading module after lock 7519 1726888125.62465: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888125.62467: variable 'inventory_hostname' from source: host vars for 'managed_node2' Attempting python interpreter discovery 7519 1726888125.62471: _low_level_execute_command(): starting 7519 1726888125.62473: _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' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/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'"'"'' 7519 1726888125.62974: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888125.63001: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.63025: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.63044: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.63060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.63118: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888125.63136: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888125.63148: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888125.63162: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.63190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.63193: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.63198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.63224: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.63243: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.63259: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888125.63271: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888125.63282: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888125.63299: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.63344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.63347: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.63349: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.63365: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.63375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.63386: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888125.63397: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888125.63407: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888125.63425: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888125.63451: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.63454: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.63469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.63483: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.63518: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.63521: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.63525: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.63530: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888125.63544: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.63577: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.63649: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888125.63673: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888125.63690: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888125.63708: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.63728: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888125.63741: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888125.63748: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888125.63750: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888125.63758: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888125.63761: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.63780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.63790: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888125.63795: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.63797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.63820: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.63865: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.63868: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.63875: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.63909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.63912: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.63919: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.63937: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.63965: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.63977: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.63982: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888125.63990: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888125.64007: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.64070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.65335: stdout chunk (state=3): >>>PLATFORM <<< 7519 1726888125.65442: stdout chunk (state=3): >>>Linux <<< 7519 1726888125.65446: stdout chunk (state=3): >>>FOUND <<< 7519 1726888125.65448: stdout chunk (state=3): >>>/usr/bin/python3.9 <<< 7519 1726888125.65452: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 7519 1726888125.65591: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.65642: stderr chunk (state=3): >>><<< 7519 1726888125.65647: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.9\n/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.65670: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.65684 [managed_node1]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 7519 1726888125.65727: _low_level_execute_command(): starting 7519 1726888125.65730: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'/usr/bin/python3.9 && sleep 0'"'"'' 7519 1726888125.65831: Sending initial data 7519 1726888125.65834: Sent initial data (1181 bytes) 7519 1726888125.66201: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.66217: stdout chunk (state=3): >>>PLATFORM <<< 7519 1726888125.66248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.66251: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.66253: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.66255: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.66317: stdout chunk (state=3): >>>PLATFORM <<< 7519 1726888125.66345: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888125.66350: stdout chunk (state=3): >>>Linux <<< 7519 1726888125.66367: stdout chunk (state=3): >>>FOUND <<< 7519 1726888125.66385: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.66388: stdout chunk (state=3): >>>/usr/bin/python3.9 <<< 7519 1726888125.66407: stdout chunk (state=3): >>>/usr/bin/python3 <<< 7519 1726888125.66427: stdout chunk (state=3): >>>/usr/bin/python3 ENDFOUND <<< 7519 1726888125.66438: stdout chunk (state=3): >>>Linux <<< 7519 1726888125.66446: stdout chunk (state=3): >>>FOUND <<< 7519 1726888125.66455: stdout chunk (state=3): >>>/usr/bin/python3.9 <<< 7519 1726888125.66499: stdout chunk (state=3): >>>/usr/bin/python3 <<< 7519 1726888125.66502: stdout chunk (state=3): >>>/usr/bin/python3 ENDFOUND <<< 7519 1726888125.66593: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.66664: stderr chunk (state=3): >>><<< 7519 1726888125.66674: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.9\n/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.66863: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.66872 [managed_node3]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 7519 1726888125.66875: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.66877: stdout chunk (state=3): >>><<< 7519 1726888125.66880: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.9\n/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.66886: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.66896 [managed_node2]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 7519 1726888125.66898: _low_level_execute_command(): starting 7519 1726888125.66901: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888125.66905: _low_level_execute_command(): starting 7519 1726888125.66907: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'/usr/bin/python3.9 && sleep 0'"'"'' <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'/usr/bin/python3.9 && sleep 0'"'"'' 7519 1726888125.66982: Sending initial data 7519 1726888125.66984: Sending initial data 7519 1726888125.66987: Sent initial data (1181 bytes) 7519 1726888125.66988: Sent initial data (1181 bytes) 7519 1726888125.67472: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888125.67477: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.67488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.67502: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.67509: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.67554: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888125.67562: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888125.67569: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888125.67577: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.67592: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.67595: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888125.67597: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.67600: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.67609: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888125.67617: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888125.67620: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888125.67634: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.67636: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.67639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.67654: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.67660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.67662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.67668: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888125.67675: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888125.67687: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888125.67690: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.67692: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888125.67694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.67704: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.67722: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.67727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.67770: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888125.67782: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888125.67785: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888125.67788: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888125.67799: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888125.67802: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888125.67808: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.67826: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888125.67829: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.67832: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888125.67834: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888125.67842: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888125.67854: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888125.67857: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.67877: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.67880: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.67916: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.67921: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.67941: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.67946: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.67948: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.68002: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888125.68005: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.68012: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.68015: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888125.68020: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.68068: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.70467: 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"} <<< 7519 1726888125.70874: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.70917: stderr chunk (state=3): >>><<< 7519 1726888125.70921: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'{"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"}\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.70939: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Python interpreter discovery fallback (unsupported Linux distribution: centos) 7519 1726888125.71007: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888125.71010: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888125.71020: variable 'ansible_module_compression' from source: unknown 7519 1726888125.71058: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7519 1726888125.71081: variable 'ansible_facts' from source: host vars for 'managed_node1' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 7519 1726888125.71129: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppgcsdu2k TO /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888125.71248: Sending initial data 7519 1726888125.71257: Sent initial data (147 bytes) 7519 1726888125.71928: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.71932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.71975: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration <<< 7519 1726888125.71978: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.72018: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.72044: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888125.72047: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888125.72064: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.72079: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.73534: 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"} <<< 7519 1726888125.73780: 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"} <<< 7519 1726888125.74081: 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 <<< 7519 1726888125.74085: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888125.74141: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.74168: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888125.74178: stderr chunk (state=3): >>><<< 7519 1726888125.74181: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'{"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"}\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.74201: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.74275: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 7519 1726888125.74287: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppgcsdu2k debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888125.74290: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppgcsdu2k /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py <<< Python interpreter discovery fallback (unsupported Linux distribution: centos) 7519 1726888125.74867: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888125.74870: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888125.74872: variable 'ansible_module_compression' from source: unknown 7519 1726888125.74877: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7519 1726888125.74879: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.74886: stdout chunk (state=3): >>><<< 7519 1726888125.74888: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'{"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"}\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.74895: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Python interpreter discovery fallback (unsupported Linux distribution: centos) 7519 1726888125.74900: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888125.74902: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888125.74904: variable 'ansible_module_compression' from source: unknown 7519 1726888125.74909: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7519 1726888125.74911: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py M:0x001a <<< 7519 1726888125.74915: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 7519 1726888125.74919: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpte1q1fbw TO /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py 7519 1726888125.75189: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7519 1726888125.75192: variable 'ansible_facts' from source: host vars for 'managed_node2' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 7519 1726888125.75196: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6hmtrmsg TO /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888125.75235: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119182 <<< <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888125.75457: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119182 bytes at 0 <<< 7519 1726888125.75489: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888125.75627: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.75631: Sending initial data 7519 1726888125.75636: Sent initial data (151 bytes) 7519 1726888125.75825: Sending initial data 7519 1726888125.75828: Sent initial data (151 bytes) 7519 1726888125.75830: stderr chunk (state=3): >>><<< 7519 1726888125.75832: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppgcsdu2k /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppgcsdu2k\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119182\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119182 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888125.75840: done transferring module to remote 7519 1726888125.75842: _low_level_execute_command(): starting 7519 1726888125.75844: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/ /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/ /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888125.76703: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888125.76719: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.76744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.76762: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.76783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.76837: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888125.76851: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888125.76865: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888125.76879: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.76907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.76925: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.76938: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.76953: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888125.76965: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888125.76976: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888125.76987: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.77006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.77033: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.77046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.77058: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888125.77068: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888125.77078: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888125.77089: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888125.77100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.77117: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.77143: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.77217: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888125.77234: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888125.77237: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888125.77259: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888125.77277: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.77291: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888125.77299: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888125.77306: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888125.77312: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888125.77328: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888125.77398: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.77431: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.77455: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.77458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.77518: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.77521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.77526: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888125.77529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.77585: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888125.77626: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.77640: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent <<< 7519 1726888125.77690: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.77991: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888125.78002: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.78016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.78057: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.78087: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 7519 1726888125.78091: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration <<< 7519 1726888125.78093: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888125.78095: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.78144: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888125.78155: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888125.78162: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888125.78178: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.78188: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888125.78195: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888125.78201: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888125.78208: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888125.78221: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888125.78248: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.78312: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.79332: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.79427: stderr chunk (state=3): >>><<< 7519 1726888125.79431: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.79439: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.79445: _low_level_execute_command(): starting 7519 1726888125.79447: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888125.79817: 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.79851: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.79854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.79856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888125.79860: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.79927: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.79931: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.79945: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888125.79949: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.79964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.80176: 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 <<< 7519 1726888125.80182: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888125.80236: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888125.80285: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 7519 1726888125.80288: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6hmtrmsg debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888125.80290: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6hmtrmsg /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py <<< 7519 1726888125.80338: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py M:0x001a <<< 7519 1726888125.80442: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119186 <<< 7519 1726888125.80899: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888125.80949: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888125.81009: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpte1q1fbw debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888125.81012: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpte1q1fbw /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py <<< 7519 1726888125.81057: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py M:0x001a <<< 7519 1726888125.81160: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119186 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888125.81171: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119186 <<< 7519 1726888125.81217: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888125.81609: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.81614: stdout chunk (state=3): >>><<< 7519 1726888125.81617: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6hmtrmsg /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6hmtrmsg\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119186\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119186 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888125.81651: done transferring module to remote 7519 1726888125.81655: _low_level_execute_command(): starting 7519 1726888125.81662: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/ /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/ /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888125.81998: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119186 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888125.82078: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888125.82173: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888125.82185: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888125.82211: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888125.82228: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7519 1726888125.82254: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888125.82267: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888125.82284: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888125.82310: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.82340: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888125.82345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.82347: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888125.82350: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.82352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.82375: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888125.82404: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888125.82408: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888125.82410: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888125.82417: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888125.82462: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.82466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.82493: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.82498: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.82500: 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 <<< 7519 1726888125.82525: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888125.82529: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888125.82532: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888125.82551: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.82555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888125.82557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.82559: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.82562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.82564: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3dc0> <<< 7519 1726888125.82566: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888125.82568: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888125.82570: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888125.82670: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888125.82735: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888125.82768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.82850: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.82857: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.82887: 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 0x7f65209583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3b20> <<< 7519 1726888125.82890: 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' <<< 7519 1726888125.82892: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3ac0> <<< 7519 1726888125.82910: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888125.82944: 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' <<< 7519 1726888125.82950: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888125.82953: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888125.82961: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958490> <<< 7519 1726888125.82963: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888125.82971: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.82974: 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' <<< 7519 1726888125.82988: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888125.82991: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888125.82993: 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' <<< 7519 1726888125.82995: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888125.82997: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888125.82999: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888125.83000: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.83002: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958670> <<< 7519 1726888125.83004: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888125.83006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888125.83008: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888125.83010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888125.83012: 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' <<< 7519 1726888125.83013: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f190> <<< 7519 1726888125.83015: stderr chunk (state=3): >>><<< 7519 1726888125.83017: stdout chunk (state=3): >>><<< 7519 1726888125.83019: stdout chunk (state=3): >>># /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' <<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpte1q1fbw /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpte1q1fbw\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119186\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119186 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888125.83041: done transferring module to remote 7519 1726888125.83052: _low_level_execute_command(): starting 7519 1726888125.83055: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/ /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888125.83060: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.83096: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f220> <<< 7519 1726888125.83100: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888125.83102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888125.83136: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888125.83139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520932850> <<< 7519 1726888125.83150: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f940> <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/ /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888125.83220: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520970880> # /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' <<< 7519 1726888125.83226: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520908d90> <<< 7519 1726888125.83277: 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 0x7f6520932d90> <<< 7519 1726888125.83354: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958970> <<< 7519 1726888125.83358: 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. <<< 7519 1726888125.83588: 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' <<< 7519 1726888125.83668: 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' <<< 7519 1726888125.83709: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888125.83714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888125.83748: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888125.83851: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.83858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.83909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.83920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208adeb0> <<< 7519 1726888125.83932: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888125.83936: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888125.83945: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.83968: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b1f40> # /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' # <<< 7519 1726888125.83972: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888125.83978: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.83980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888125.83981: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.83982: 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' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208a7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208af640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208ad370> <<< 7519 1726888125.83984: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888125.83985: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.84029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888125.84050: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888125.84078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888125.84101: 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' <<< 7519 1726888125.84127: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888125.84166: stdout chunk (state=3): >>># 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 0x7f652082fe20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082f910> import 'itertools' # <<< 7519 1726888125.84186: 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 0x7f652082ff10> <<< 7519 1726888125.84189: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888125.84214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888125.84255: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082ffd0> <<< 7519 1726888125.84263: 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' <<< 7519 1726888125.84275: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208420d0> <<< 7519 1726888125.84280: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888125.84322: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520889d90> <<< 7519 1726888125.84353: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888125.84361: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520883670> <<< 7519 1726888125.84425: 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' <<< 7519 1726888125.84430: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208956d0> <<< 7519 1726888125.84445: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b5e20> <<< 7519 1726888125.84448: 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' <<< 7519 1726888125.84486: 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 0x7f6520842cd0> <<< 7519 1726888125.84490: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208892b0> <<< 7519 1726888125.84543: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888125.84553: 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 0x7f65208952e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb9d0> # /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' <<< 7519 1726888125.84585: 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' <<< 7519 1726888125.84602: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888125.84607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7519 1726888125.84654: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842df0> <<< 7519 1726888125.84660: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py <<< 7519 1726888125.84663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842d60> <<< 7519 1726888125.84692: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888125.84696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7519 1726888125.84705: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7519 1726888125.84746: 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 <<< 7519 1726888125.84794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888125.84831: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py <<< 7519 1726888125.84834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888125.84841: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205fb3d0> <<< 7519 1726888125.84859: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888125.84871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888125.84901: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205fb4c0> <<< 7519 1726888125.85042: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652084af40> <<< 7519 1726888125.85079: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844a90> <<< 7519 1726888125.85093: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844490> <<< 7519 1726888125.85133: 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' <<< 7519 1726888125.85175: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888125.85197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888125.85204: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7519 1726888125.85234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520515220> <<< 7519 1726888125.85269: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.85272: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205e5520> <<< 7519 1726888125.85340: stderr chunk (state=3): >>><<< 7519 1726888125.85348: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844f10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb040> <<< 7519 1726888125.85350: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.85486: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888125.85494: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.85527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888125.85530: _low_level_execute_command(): starting 7519 1726888125.85555: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888125.85590: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py <<< 7519 1726888125.85593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520527b50> <<< 7519 1726888125.85621: stdout chunk (state=3): >>>import 'errno' # <<< <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888125.85659: 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 0x7f6520527e80> # /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' <<< 7519 1726888125.85662: 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' <<< 7519 1726888125.85710: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538790> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888125.85754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888125.85758: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538cd0> <<< 7519 1726888125.85760: 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 0x7f65204c6400> <<< 7519 1726888125.85786: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520527f70> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888125.85794: stdout chunk (state=3): >>># 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 0x7f65204d62e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538610> import 'pwd' # <<< 7519 1726888125.85797: 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 0x7f65204d63a0> <<< 7519 1726888125.85858: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842a30> <<< 7519 1726888125.85886: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888125.85889: stdout chunk (state=3): >>># 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 <<< 7519 1726888125.85954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888125.86005: 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 0x7f65204f2700> <<< 7519 1726888125.86029: 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' # 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 0x7f65204f29d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f27c0> <<< 7519 1726888125.86067: 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 0x7f65204f28b0> <<< 7519 1726888125.86070: 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' <<< 7519 1726888125.86124: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888125.86141: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.86150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.86153: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888125.86155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.86189: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888125.86228: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888125.86231: stderr chunk (state=3): >>>debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.86233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.86235: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888125.86237: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888125.86239: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.86317: 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 0x7f65204f2d00> <<< 7519 1726888125.86325: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888125.86328: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888125.86330: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888125.86348: 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 0x7f65204fd250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f2940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204e5a90> <<< 7519 1726888125.86354: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.86374: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842610> <<< 7519 1726888125.86410: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888125.86415: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.86446: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888125.86457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888125.86497: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f2af0> <<< 7519 1726888125.86527: stderr chunk (state=3): >>><<< 7519 1726888125.86530: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888125.86558: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888125.86561: _low_level_execute_command(): starting 7519 1726888125.86563: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888125.86633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888125.86636: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f652041a6d0> <<< 7519 1726888125.86799: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip' # zipimport: zlib available <<< 7519 1726888125.86955: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.86978: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888125.86989: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888125.87105: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.87116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888125.87150: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888125.87159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888125.87162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888125.87164: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888125.87230: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888125.87234: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888125.87236: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888125.87237: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888125.87241: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888125.87289: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888125.88348: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.89346: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888125.89379: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 7519 1726888125.89381: stdout chunk (state=3): >>>import '_weakref' # <<< 7519 1726888125.89408: 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 0x7f651fdee820> <<< 7519 1726888125.89436: 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' <<< 7519 1726888125.89467: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888125.89470: 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' <<< 7519 1726888125.89493: 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' <<< 7519 1726888125.89529: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888125.89539: 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 0x7f65203a7730> <<< 7519 1726888125.89554: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888125.89613: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7610> <<< 7519 1726888125.89631: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7340> <<< 7519 1726888125.89640: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888125.89642: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888125.89644: 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' <<< 7519 1726888125.89665: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7460> <<< 7519 1726888125.89737: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7160> import 'atexit' # <<< 7519 1726888125.89741: 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' <<< 7519 1726888125.89753: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888125.89756: 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 0x7f65203a73a0> <<< 7519 1726888125.89757: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py<<< 7519 1726888125.89758: stdout chunk (state=3): >>> <<< 7519 1726888125.89760: stdout chunk (state=3): >>># /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' # <<< 7519 1726888125.89762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888125.89785: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3dc0> <<< 7519 1726888125.89798: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7790> <<< 7519 1726888125.89864: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888125.89891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888125.89898: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d983a0> <<< 7519 1726888125.89901: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888125.89906: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3b20> <<< 7519 1726888125.89908: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py <<< 7519 1726888125.89910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7519 1726888125.89911: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3ac0> <<< 7519 1726888125.89929: 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' <<< 7519 1726888125.89939: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888125.89963: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 7519 1726888125.89973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7519 1726888125.90044: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98490> <<< 7519 1726888125.90049: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd6e7f0> <<< 7519 1726888125.90052: 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 0x7f651fd6eb80> <<< 7519 1726888125.90087: 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' <<< 7519 1726888125.90090: 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' <<< 7519 1726888125.90093: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888125.90095: 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 0x7f651fd6e9d0> <<< 7519 1726888125.90097: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98940> <<< 7519 1726888125.90099: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98670> <<< 7519 1726888125.90102: 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' <<< 7519 1726888125.90174: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd8caf0> <<< 7519 1726888125.90179: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888125.90181: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7519 1726888125.90184: stdout chunk (state=3): >>># 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 <<< 7519 1726888125.90186: stdout chunk (state=3): >>>import _imp # builtin <<< 7519 1726888125.90204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888125.90224: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a0d60> <<< 7519 1726888125.90229: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888125.90262: stdout chunk (state=3): >>>import '_warnings' # <<< 7519 1726888125.90265: stdout chunk (state=3): >>>import '_weakref' # <<< 7519 1726888125.90267: 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' <<< 7519 1726888125.90269: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f190> <<< 7519 1726888125.90287: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888125.90353: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a74f0> <<< 7519 1726888125.90391: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888125.90394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888125.90397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888125.90401: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888125.90420: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a01c0> <<< 7519 1726888125.90425: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888125.90428: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888125.90446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888125.90451: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888125.90501: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888125.90508: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f220> # /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 0x7fb7e1d72850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f940> <<< 7519 1726888125.90515: 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' # /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 0x7f651fdeab20> <<< 7519 1726888125.90577: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888125.90587: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888125.90595: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1db0880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py <<< 7519 1726888125.90701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d48d90> <<< 7519 1726888125.90705: 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' <<< 7519 1726888125.90707: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888125.90709: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d72d90> <<< 7519 1726888125.90745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888125.90808: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520345eb0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203458b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd862e0> # 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 0x7f65203459a0> # /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 0x7f6520377d00> # /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 <<< 7519 1726888125.90813: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888125.90816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888125.90818: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98970> <<< 7519 1726888125.90820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888125.90824: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888125.90827: 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. <<< 7519 1726888125.90829: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698dc0> <<< 7519 1726888125.90901: 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 0x7f651fd4fa00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037fe80> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888125.90906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888125.90908: 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 0x7f651fd5d0a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037feb0> <<< 7519 1726888125.90913: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888125.90939: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888125.90942: 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 0x7fbf4d63d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698b20> <<< 7519 1726888125.90988: stdout chunk (state=3): >>># 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' <<< 7519 1726888125.90995: 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'<<< 7519 1726888125.91004: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888125.91012: stdout chunk (state=3): >>> <<< 7519 1726888125.91019: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698ac0> <<< 7519 1726888125.91044: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652034d730> <<< 7519 1726888125.91046: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888125.91086: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888125.91091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888125.91300: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py<<< 7519 1726888125.91307: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7519 1726888125.91427: 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' <<< 7519 1726888125.91517: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d490> # /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'<<< 7519 1726888125.91532: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888125.91573: stdout chunk (state=3): >>> # /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py<<< 7519 1726888125.91576: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'<<< 7519 1726888125.91579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888125.91583: stdout chunk (state=3): >>> <<< 7519 1726888125.91601: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888125.91603: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888125.91605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d13eb0> <<< 7519 1726888125.91606: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d670><<< 7519 1726888125.91607: stdout chunk (state=3): >>> <<< 7519 1726888125.91609: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd5d0d0> <<< 7519 1726888125.91612: 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 0x7f651fd5b550> <<< 7519 1726888125.91613: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d16f40> <<< 7519 1726888125.91680: 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' <<< 7519 1726888125.92011: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888125.92021: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888125.92025: 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' <<< 7519 1726888125.92027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888125.92031: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888125.92033: 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 0x7f651fd5b610> # 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 0x7f651fd5ac40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520377ee0> # /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' <<< 7519 1726888125.92036: 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' <<< 7519 1726888125.92039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888125.92040: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py<<< 7519 1726888125.92047: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d0c610> <<< 7519 1726888125.92054: stdout chunk (state=3): >>> <<< 7519 1726888125.92060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888125.92067: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d12640> <<< 7519 1726888125.92071: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d13370> <<< 7519 1726888125.92076: stdout chunk (state=3): >>>import '_stat' # <<< 7519 1726888125.92078: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888125.92085: stdout chunk (state=3): >>> <<< 7519 1726888125.92091: 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 0x7f651fddfb50> <<< 7519 1726888125.92094: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf190> <<< 7519 1726888125.92101: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py<<< 7519 1726888125.92107: stdout chunk (state=3): >>> <<< 7519 1726888125.92152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc'<<< 7519 1726888125.92157: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888125.92159: 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 0x7f651fdde9a0> <<< 7519 1726888125.92163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888125.92277: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888125.92280: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd50820> <<< 7519 1726888125.92281: stdout chunk (state=3): >>> <<< 7519 1726888125.92282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888125.92284: 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 0x7f651fddf580> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520340af0> <<< 7519 1726888125.92285: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888125.92286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888125.92287: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888125.92296: 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 0x7fb7e1c94e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94910> <<< 7519 1726888125.92320: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888125.92324: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py<<< 7519 1726888125.92325: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888125.92326: 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 0x7fb7e1c94f10> <<< 7519 1726888125.92328: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888125.92355: 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' <<< 7519 1726888125.92359: stdout chunk (state=3): >>># /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' <<< 7519 1726888125.92361: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.92363: stdout chunk (state=3): >>>import '_operator' # <<< 7519 1726888125.92369: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf940> <<< 7519 1726888125.92394: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94fd0> <<< 7519 1726888125.92422: 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 0x7fb7e1ca70d0> <<< 7519 1726888125.92428: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888125.92436: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d655880> # /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' <<< 7519 1726888125.92456: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.92458: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3c8d90><<< 7519 1726888125.92460: stdout chunk (state=3): >>> <<< 7519 1726888125.92461: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/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_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888125.92462: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.92468: 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 0x7fbf4d3f2d90> <<< 7519 1726888125.92483: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ceed90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ce7670> # /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 0x7fb7e1cf96d0> <<< 7519 1726888125.92486: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d1ae20> <<< 7519 1726888125.92489: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py <<< 7519 1726888125.92491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' <<< 7519 1726888125.92493: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d970> <<< 7519 1726888125.92506: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.92509: 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 0x7fb7e1ca7cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1cee2b0> <<< 7519 1726888125.92517: 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 <<< 7519 1726888125.92519: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information. <<< 7519 1726888125.92521: 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 0x7fb7e1cf92e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d209d0> <<< 7519 1726888125.92525: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888125.92527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888125.92528: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7519 1726888125.92529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888125.92530: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888125.92532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7519 1726888125.92533: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7df0> <<< 7519 1726888125.92536: 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' <<< 7519 1726888125.92556: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7d60> <<< 7519 1726888125.92559: 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' <<< 7519 1726888125.92563: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7519 1726888125.92565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888125.92567: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888125.92588: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888125.92591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'<<< 7519 1726888125.92597: stdout chunk (state=3): >>> <<< 7519 1726888125.92614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888125.92680: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py<<< 7519 1726888125.92683: stdout chunk (state=3): >>> <<< 7519 1726888125.92686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7519 1726888125.92700: 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 0x7fb7e1c7a3d0> <<< 7519 1726888125.92702: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888125.92758: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.92776: stdout chunk (state=3): >>># /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' <<< 7519 1726888125.92780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888125.92782: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py<<< 7519 1726888125.92784: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c7a4c0> <<< 7519 1726888125.92786: stdout chunk (state=3): >>> <<< 7519 1726888125.92788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'<<< 7519 1726888125.92804: stdout chunk (state=3): >>> <<< 7519 1726888125.92807: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36eeb0><<< 7519 1726888125.92815: stdout chunk (state=3): >>> <<< 7519 1726888125.92886: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d371f40> <<< 7519 1726888125.92916: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py<<< 7519 1726888125.92934: stdout chunk (state=3): >>> <<< 7519 1726888125.92943: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1caef40> <<< 7519 1726888125.92945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888125.92977: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888125.93002: stdout chunk (state=3): >>> <<< 7519 1726888125.93020: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py<<< 7519 1726888125.93026: stdout chunk (state=3): >>> <<< 7519 1726888125.93046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc'<<< 7519 1726888125.93049: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9a90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9490> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888125.93051: stdout chunk (state=3): >>> <<< 7519 1726888125.93060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888125.93087: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888125.93101: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888125.93110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888125.93115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888125.93133: 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' <<< 7519 1726888125.93170: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d367610> <<< 7519 1726888125.93175: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1988220> <<< 7519 1726888125.93178: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7519 1726888125.93218: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c65520> <<< 7519 1726888125.93221: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/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 <<< 7519 1726888125.93224: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36e370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888125.93225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888125.93277: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9f10> <<< 7519 1726888125.93281: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d20040> <<< 7519 1726888125.93283: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888125.93289: 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 0x7f651f934df0> <<< 7519 1726888125.93290: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888125.93380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888125.93385: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888125.93389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7519 1726888125.93391: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd2b5b0> <<< 7519 1726888125.93396: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e199ab50> <<< 7519 1726888125.93398: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888125.93400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888125.93402: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1bdf0> <<< 7519 1726888125.93456: 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 0x7fb7e199ae80> <<< 7519 1726888125.93460: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888125.93567: 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' <<< 7519 1726888125.93571: 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 0x7fb7e19ab790> <<< 7519 1726888125.93573: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888125.93577: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888125.93580: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888125.93583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'<<< 7519 1726888125.93586: 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 0x7fbf4d2efe20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2ef910> <<< 7519 1726888125.93590: stdout chunk (state=3): >>> <<< 7519 1726888125.93592: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888125.93656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.93693: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19abcd0> <<< 7519 1726888125.93696: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888125.93698: 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 0x7fb7e1939400> <<< 7519 1726888125.93701: 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 0x7fbf4d2eff10> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888125.93704: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e199af70> <<< 7519 1726888125.93708: 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' <<< 7519 1726888125.93711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888125.93809: stdout chunk (state=3): >>>import '_operator' # <<< 7519 1726888125.93813: stdout chunk (state=3): >>> import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2effd0> <<< 7519 1726888125.93816: 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 0x7fb7e194a2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19ab610> <<< 7519 1726888125.93819: stdout chunk (state=3): >>>import 'pwd' # <<< 7519 1726888125.93825: 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' <<< 7519 1726888125.93827: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdd49d0> # zipimport: zlib available <<< 7519 1726888125.93829: 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' <<< 7519 1726888125.93831: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e194a3a0> <<< 7519 1726888125.93832: 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 0x7fbf4d3020d0> import '_collections' # <<< 7519 1726888125.93857: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7a30> <<< 7519 1726888125.93878: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888125.93900: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d349d90> <<< 7519 1726888125.93903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888125.93936: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888125.93940: stdout chunk (state=3): >>> <<< 7519 1726888125.93943: 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' <<< 7519 1726888125.93980: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d342670><<< 7519 1726888125.93984: 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 0x7fb7e1965700> <<< 7519 1726888125.93988: stdout chunk (state=3): >>> <<< 7519 1726888125.94009: 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' <<< 7519 1726888125.94058: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py <<< 7519 1726888125.94092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' <<< 7519 1726888125.94107: 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 0x7fb7e19659d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19657c0> <<< 7519 1726888125.94157: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3556d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d375e20> <<< 7519 1726888125.94161: 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 0x7fb7e19658b0> <<< 7519 1726888125.94163: 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' <<< 7519 1726888125.94164: 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' <<< 7519 1726888125.94228: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888125.94231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.94232: stdout chunk (state=3): >>> <<< 7519 1726888125.94234: 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 0x7fbf4d302cd0> <<< 7519 1726888125.94235: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3492b0> <<< 7519 1726888125.94289: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888125.94296: stdout chunk (state=3): >>> <<< 7519 1726888125.94306: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888125.94309: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d3552e0><<< 7519 1726888125.94335: stdout chunk (state=3): >>> <<< 7519 1726888125.94348: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b9d0> <<< 7519 1726888125.94381: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py<<< 7519 1726888125.94403: 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 0x7fb7e1965d00> <<< 7519 1726888125.94406: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888125.94458: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7519 1726888125.94461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888125.94462: 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 0x7fb7e1970250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1965940> <<< 7519 1726888125.94491: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py<<< 7519 1726888125.94493: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1959a90> <<< 7519 1726888125.94517: stdout chunk (state=3): >>> <<< 7519 1726888125.94548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7519 1726888125.94552: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7610> <<< 7519 1726888125.94556: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888125.94564: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302df0> <<< 7519 1726888125.94634: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py<<< 7519 1726888125.94636: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.94638: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' <<< 7519 1726888125.94643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888125.94681: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302d60> <<< 7519 1726888125.94687: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1965af0> <<< 7519 1726888125.94688: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.94690: 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' <<< 7519 1726888125.94748: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py<<< 7519 1726888125.94750: stdout chunk (state=3): >>> <<< 7519 1726888125.94751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888125.94753: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888125.94806: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.94808: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888125.94809: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888125.94812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888125.94836: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.94838: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb7e18866d0> <<< 7519 1726888125.94878: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.94883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'<<< 7519 1726888125.94888: stdout chunk (state=3): >>> <<< 7519 1726888125.94966: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py <<< 7519 1726888125.94993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888125.95033: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888125.95042: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2d53d0> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888125.95045: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888125.95048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888125.95050: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888125.95087: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888125.95093: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2d54c0> <<< 7519 1726888125.95161: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip' # zipimport: zlib available <<< 7519 1726888125.95306: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.95321: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.95327: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d309f40> <<< 7519 1726888125.95340: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/__init__.py <<< 7519 1726888125.95345: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.95378: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304a90> <<< 7519 1726888125.95381: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.95385: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888125.95416: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304490> <<< 7519 1726888125.95418: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.95457: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py<<< 7519 1726888125.95458: stdout chunk (state=3): >>> <<< 7519 1726888125.95494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'<<< 7519 1726888125.95496: stdout chunk (state=3): >>> <<< 7519 1726888125.95499: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888125.95534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888125.95551: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888125.95553: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888125.95577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'<<< 7519 1726888125.95582: stdout chunk (state=3): >>> <<< 7519 1726888125.95631: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f907e50> # zipimport: zlib available <<< 7519 1726888125.95648: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7519 1726888125.95654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' <<< 7519 1726888125.95671: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d209220> <<< 7519 1726888125.95677: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.95705: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2c0520><<< 7519 1726888125.95709: stdout chunk (state=3): >>> <<< 7519 1726888125.95755: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888125.95758: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888125.95760: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888125.95785: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304f10><<< 7519 1726888125.95820: stdout chunk (state=3): >>> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b040><<< 7519 1726888125.95839: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.95861: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.95866: stdout chunk (state=3): >>> <<< 7519 1726888125.95876: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888125.95882: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.95892: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888125.95910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888125.95959: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.95976: 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' <<< 7519 1726888125.95978: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.95980: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d21bb50> <<< 7519 1726888125.95981: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888125.96038: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888125.96053: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.96055: 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 0x7fbf4d21be80> <<< 7519 1726888125.96100: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py<<< 7519 1726888125.96108: 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 <<< 7519 1726888125.96164: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7519 1726888125.96172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888125.96177: 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' <<< 7519 1726888125.96228: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22c790> <<< 7519 1726888125.96232: 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 0x7f6520391910> <<< 7519 1726888125.96244: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py<<< 7519 1726888125.96248: stdout chunk (state=3): >>> <<< 7519 1726888125.96250: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f907be0> <<< 7519 1726888125.96297: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888125.96308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888125.96313: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.96325: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22ccd0> <<< 7519 1726888125.96396: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888125.96410: stdout chunk (state=3): >>> # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888125.96413: stdout chunk (state=3): >>> import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1ba400><<< 7519 1726888125.96459: stdout chunk (state=3): >>> <<< 7519 1726888125.96463: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d21bf70> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py<<< 7519 1726888125.96464: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.96466: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'<<< 7519 1726888125.96467: stdout chunk (state=3): >>> <<< 7519 1726888125.96490: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.96575: 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 0x7fbf4d1cb2e0><<< 7519 1726888125.96579: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.96581: stdout chunk (state=3): >>> <<< 7519 1726888125.96584: 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' <<< 7519 1726888125.96585: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888125.96594: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22c610> import 'pwd' # <<< 7519 1726888125.96651: 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 <<< 7519 1726888125.96653: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888125.96655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888125.96656: stdout chunk (state=3): >>># 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 0x7fbf4d1cb3a0> <<< 7519 1726888125.96703: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302a30><<< 7519 1726888125.96709: stdout chunk (state=3): >>> <<< 7519 1726888125.96738: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py<<< 7519 1726888125.96769: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f8c9c70> <<< 7519 1726888125.96773: stdout chunk (state=3): >>> <<< 7519 1726888125.96779: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1d670> <<< 7519 1726888125.96800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888125.96803: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py<<< 7519 1726888125.96810: stdout chunk (state=3): >>> <<< 7519 1726888125.96848: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1c850> <<< 7519 1726888125.96856: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888125.96904: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.96908: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888125.96919: 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 0x7fbf4d1e6700> <<< 7519 1726888125.97033: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py<<< 7519 1726888125.97035: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'<<< 7519 1726888125.97037: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/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_0aapobp3/ansible_stat_payload.zip/ansible/modules/__init__.py <<< 7519 1726888125.97048: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.97090: stdout chunk (state=3): >>> <<< 7519 1726888125.97094: 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 0x7fbf4d1e69d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e67c0> # 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'<<< 7519 1726888125.97096: stdout chunk (state=3): >>> import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e68b0> <<< 7519 1726888125.97153: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py<<< 7519 1726888125.97155: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7519 1726888125.97157: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.97340: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.97441: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888125.97445: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.97450: 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 0x7fbf4d1e6d00> <<< 7519 1726888125.97504: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888125.97508: stdout chunk (state=3): >>> # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888125.97510: stdout chunk (state=3): >>> import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1f1250> <<< 7519 1726888125.97531: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e6940> <<< 7519 1726888125.97561: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 7519 1726888125.97564: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1daa90> <<< 7519 1726888125.97586: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302610> <<< 7519 1726888125.97619: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888125.97699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888125.97778: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e6af0> <<< 7519 1726888125.97808: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type <<< 7519 1726888125.97812: stdout chunk (state=3): >>># 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<<< 7519 1726888125.97850: 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 # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath <<< 7519 1726888125.97856: stdout chunk (state=3): >>># 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 <<< 7519 1726888125.97942: stdout chunk (state=3): >>># 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<<< 7519 1726888125.97945: 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 <<< 7519 1726888125.97948: stdout chunk (state=3): >>># 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 <<< 7519 1726888125.97951: stdout chunk (state=3): >>># 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 <<< 7519 1726888125.97953: stdout chunk (state=3): >>># 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 <<< 7519 1726888125.97955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888125.97957: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf4cbe66d0> <<< 7519 1726888125.98021: stdout chunk (state=3): >>># cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible<<< 7519 1726888125.98070: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing 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<<< 7519 1726888125.98073: stdout chunk (state=3): >>> # 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 <<< 7519 1726888125.98075: stdout chunk (state=3): >>># 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 <<< 7519 1726888125.98077: stdout chunk (state=3): >>># 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 <<< 7519 1726888125.98149: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip' <<< 7519 1726888125.98159: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.98259: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888125.98274: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888125.98317: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888125.98322: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.98374: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888125.98377: stdout chunk (state=3): >>># 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 <<< 7519 1726888125.98394: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/__init__.py <<< 7519 1726888125.98399: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888125.98402: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.98404: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.98426: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888125.98454: 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 <<< 7519 1726888125.98458: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888125.98462: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string<<< 7519 1726888125.98479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888125.98515: stdout chunk (state=3): >>> # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize <<< 7519 1726888125.98551: 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 # 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 <<< 7519 1726888125.98570: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools <<< 7519 1726888125.98573: 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<<< 7519 1726888125.98648: stdout chunk (state=3): >>> # 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 <<< 7519 1726888125.98668: 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 # 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 <<< 7519 1726888125.98683: stdout chunk (state=3): >>># cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external<<< 7519 1726888125.98688: stdout chunk (state=3): >>> # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread <<< 7519 1726888125.98690: stdout chunk (state=3): >>># cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7519 1726888125.98691: stdout chunk (state=3): >>># destroy systemd._daemon # destroy _socket <<< 7519 1726888125.98693: stdout chunk (state=3): >>># destroy systemd.id128 <<< 7519 1726888125.98694: stdout chunk (state=3): >>># destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma <<< 7519 1726888125.98695: stdout chunk (state=3): >>># destroy zlib # destroy _signal <<< 7519 1726888125.98828: stdout chunk (state=3): >>># destroy platform # destroy _uuid<<< 7519 1726888125.98858: stdout chunk (state=3): >>> # destroy _sre # destroy sre_parse <<< 7519 1726888125.98861: stdout chunk (state=3): >>># destroy tokenize # destroy _heapq # destroy posixpath <<< 7519 1726888125.98904: stdout chunk (state=3): >>># destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal <<< 7519 1726888125.98908: stdout chunk (state=3): >>># destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select <<< 7519 1726888125.98913: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error <<< 7519 1726888125.98916: stdout chunk (state=3): >>># 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<<< 7519 1726888125.98926: stdout chunk (state=3): >>> # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888125.98949: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888125.99082: 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 0x7fb7e1783820> <<< 7519 1726888125.99126: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7519 1726888125.99132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888125.99158: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888125.99164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888125.99190: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7519 1726888125.99193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888125.99232: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888125.99234: stdout chunk (state=3): >>># 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 0x7fb7e1813730> <<< 7519 1726888125.99287: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888125.99309: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813610> <<< 7519 1726888125.99339: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813340> <<< 7519 1726888125.99371: stderr chunk (state=3): >>><<< 7519 1726888125.99374: 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' <<< 7519 1726888125.99380: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209583a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520932850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520970880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520908d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520932d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208adeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208a7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208af640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208ad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f652082fe20>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082f910>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082ff10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082ffd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208420d0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520889d90>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520883670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208956d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520842cd0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208892b0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65208952e0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842eb0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842df0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205fb3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205fb4c0>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652084af40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844a90>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520515220>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205e5520>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844f10>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520527b50>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520527e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538cd0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204c6400>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520527f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204d62e0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538610>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204d63a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842a30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f2700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f29d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f27c0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f28b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204f2d00>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65204fd250>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f2940>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204e5a90>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f2af0>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f652041a6d0>\r\n# zipimport: found 30 names in \'/tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdee820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203a7730>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7610>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7160>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203a73a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd6e7f0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd6eb80>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd6e9d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd8caf0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a0d60>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a74f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a01c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdeab20>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520345eb0>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203458b0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd862e0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65203459a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520377d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd4fa00>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037fe80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5d0a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037feb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652034d730>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd5d0d0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5b550>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5b610>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fd5ac40>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520377ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fddfb50>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fdde9a0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd50820>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651fddf580>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520340af0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f651f934df0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd2b5b0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1bdf0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fdd49d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f907e50>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6520391910>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f907be0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f8c9c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1d670>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1c850>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"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"}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888125.99603: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813160> <<< 7519 1726888125.99606: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888125.99611: _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 0x7f65209b3dc0> # /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 0x7f65209583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65209b3b20> # /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 0x7f65209b3ac0> 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 0x7f6520958490> # /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 0x7f6520958940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958670> # /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 0x7f652090f190> # /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 0x7f652090f220> # /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 0x7f6520932850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652090f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520970880> # /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 0x7f6520908d90> # /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 0x7f6520932d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520958970> 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 0x7f65208adeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b1f40> # /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 0x7f65208a7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208af640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208ad370> # /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 0x7f652082fe20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652082f910> 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 0x7f652082ff10> # /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 0x7f652082ffd0> # /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 0x7f65208420d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520889d90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520883670> # /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 0x7f65208956d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208b5e20> # /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 0x7f6520842cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208892b0> # 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 0x7f65208952e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb9d0> # /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 0x7f6520842eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842df0> # /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 0x7f6520842d60> # /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 0x7f65205fb3d0> # /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 0x7f65205fb4c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652084af40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844a90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844490> # /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 0x7f6520515220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65205e5520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520844f10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65208bb040> # /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 0x7f6520527b50> 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 0x7f6520527e80> # /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 0x7f6520538790> # /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 0x7f6520538cd0> # 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 0x7f65204c6400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520527f70> # /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 0x7f65204d62e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520538610> 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 0x7f65204d63a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842a30> # /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 0x7f65204f2700> # /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 0x7f65204f29d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f27c0> # 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 0x7f65204f28b0> # /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 0x7f65204f2d00> # 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 0x7f65204fd250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204f2940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65204e5a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520842610> # /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 0x7f65204f2af0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f652041a6d0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/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 0x7f651fdee820> # /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 0x7f65203a7730> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7340> # /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 0x7f65203a7460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a7160> 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 0x7f65203a73a0> # /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 0x7f65203a7790> # /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 0x7f651fd6e7f0> # 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 0x7f651fd6eb80> # 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 0x7f651fd6e9d0> # /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 0x7f651fd8caf0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a0d60> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203a74f0> # /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 0x7f65203a01c0> # /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 0x7f651fdeab20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520345eb0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65203458b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd862e0> # 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 0x7f65203459a0> # /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 0x7f6520377d00> # /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 0x7f651fd4fa00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037fe80> # /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 0x7f651fd5d0a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f652037feb0> # /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 0x7f652034d730> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd5d0d0> # 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 0x7f651fd5b550> # 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 0x7f651fd5b610> # 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 0x7f651fd5ac40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520377ee0> # /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 0x7f651fddfb50> # 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 0x7f651fdde9a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd50820> # 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 0x7f651fddf580> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6520340af0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/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_0aapobp3/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_0aapobp3/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_0aapobp3/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_0aapobp3/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 0x7f651f934df0> # /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 0x7f651fd2b5b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1bdf0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/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_0aapobp3/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 0x7f651fdd49d0> # 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_0aapobp3/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_0aapobp3/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_0aapobp3/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_0aapobp3/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_0aapobp3/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 0x7f651f907e50> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/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_0aapobp3/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 0x7f6520391910> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651f907be0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/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 0x7f651f8c9c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1d670> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f651fd1c850> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/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_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_0aapobp3/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_0aapobp3/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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888125.99740: 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 0x7fb7e18133a0> <<< 7519 1726888125.99743: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888125.99745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888125.99747: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813790> <<< 7519 1726888125.99749: 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' <<< 7519 1726888125.99751: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888126.00201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888126.00205: 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' <<< 7519 1726888126.00208: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888125.50104-7525-6340631790307/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888126.00210: _low_level_execute_command(): starting 7519 1726888126.00212: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888126.00218: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11ad7f0> <<< 7519 1726888126.00220: 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 0x7fb7e11adb80> <<< <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.50104-7525-6340631790307/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888126.00227: 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 0x7fb7e11ad9d0> <<< 7519 1726888126.00230: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888126.00232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888126.00234: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11ccaf0> <<< 7519 1726888126.00236: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e180cd60> <<< 7519 1726888126.00354: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e18134f0> <<< 7519 1726888126.00386: 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' <<< 7519 1726888126.00456: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e180c1c0> <<< 7519 1726888126.00459: 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' <<< 7519 1726888126.00489: 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' <<< 7519 1726888126.00530: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.00627: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888126.00631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888126.00638: 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' <<< 7519 1726888126.00641: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e177fb20> <<< 7519 1726888126.00730: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b5eb0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b58b0> <<< 7519 1726888126.00734: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11c62e0> <<< 7519 1726888126.00739: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.00747: 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 0x7fb7e17b59a0> <<< 7519 1726888126.00844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.00849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.00916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.00920: 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 0x7fb7e17e3d00> <<< 7519 1726888126.00924: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.00927: 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 <<< 7519 1726888126.00930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888126.00932: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888126.00934: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.00936: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888126.00938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888126.00940: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888126.00942: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888126.00944: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888126.00946: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888126.00949: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888126.00966: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.01010: 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 0x7fb7e118ea00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17ede80> <<< 7519 1726888126.01023: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.01040: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888126.01047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888126.01131: 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 0x7fb7e119d0a0> <<< 7519 1726888126.01146: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17edeb0> <<< 7519 1726888126.01152: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888126.01210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.01245: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7519 1726888126.01248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' <<< 7519 1726888126.01251: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888126.01344: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b8730> <<< 7519 1726888126.01588: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e119d0d0> <<< 7519 1726888126.01744: 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' <<< 7519 1726888126.01750: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119a550> <<< 7519 1726888126.01795: 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' <<< 7519 1726888126.01799: 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 0x7fb7e119a610> <<< 7519 1726888126.01858: 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' <<< 7519 1726888126.01864: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1199c40> <<< 7519 1726888126.01881: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17e3ee0> <<< 7519 1726888126.01917: 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' <<< 7519 1726888126.01941: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888126.01967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888126.02033: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.02058: 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 0x7fb7e1775b50> <<< 7519 1726888126.02061: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888126.02077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' <<< 7519 1726888126.02080: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cae4820> <<< 7519 1726888126.02125: 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' <<< 7519 1726888126.02154: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888126.02159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888126.02196: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7519 1726888126.02198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888126.02253: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.02256: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.02258: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb73730> <<< 7519 1726888126.02319: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73610> <<< 7519 1726888126.02377: 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 0x7fb7e17739a0> <<< 7519 1726888126.02391: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73340> <<< 7519 1726888126.02413: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888126.02417: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1190820> <<< 7519 1726888126.02420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888126.02440: 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 0x7fb7e1775580> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17acaf0> <<< 7519 1726888126.02483: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.02502: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73460> <<< 7519 1726888126.02505: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888126.02507: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73160> import 'atexit' # <<< 7519 1726888126.02521: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.02539: 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' <<< 7519 1726888126.02542: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb733a0> <<< 7519 1726888126.02568: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888126.02620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888126.02624: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.02665: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73790> <<< 7519 1726888126.02694: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888126.02718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888126.02756: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.02790: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888126.02830: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.02834: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888126.02835: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.02836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888126.02838: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.02839: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888126.02840: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888126.02841: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.02842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888126.02943: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888126.02947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888126.02949: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca647f0> <<< 7519 1726888126.03002: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.03005: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.03007: 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 0x7fbf4ca64b80> <<< 7519 1726888126.03044: stderr chunk (state=3): >>><<< 7519 1726888126.03054: stdout chunk (state=3): >>><<< 7519 1726888126.03067: 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 0x7fbf4ca649d0> <<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.03164: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888126.03173: handler run complete 7519 1726888126.03176: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888126.03178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.03180: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.03214: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888126.03218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca83af0> <<< 7519 1726888126.03220: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888126.03225: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb6dd60> <<< 7519 1726888126.03236: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.03245: attempt loop complete, returning result 7519 1726888126.03248: _execute() done 7519 1726888126.03250: dumping result to json 7519 1726888126.03254: done dumping result, returning 7519 1726888126.03265: done running TaskExecutor() for managed_node1/TASK: Check if system is ostree [0ed44806-2f0b-c82f-f05a-00000000004e] 7519 1726888126.03273: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e ok: [managed_node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } 7519 1726888126.03557: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e 7519 1726888126.03561: WORKER PROCESS EXITING 7519 1726888126.03565: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb734f0> # /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' <<< 7519 1726888126.03580: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb6d1c0> <<< 7519 1726888126.03605: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888126.03607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888126.03641: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7519 1726888126.03644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7519 1726888126.03662: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888126.03686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888126.03734: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888126.03737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' <<< 7519 1726888126.03738: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cae0b20> <<< 7519 1726888126.03851: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb15eb0> <<< 7519 1726888126.03857: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb158b0> <<< 7519 1726888126.03877: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca7ed30> <<< 7519 1726888126.03934: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.03937: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.03939: 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 0x7fbf4cb159a0> <<< 7519 1726888126.03966: 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 0x7fbf4cb44d00> <<< 7519 1726888126.04000: 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 <<< 7519 1726888126.04038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888126.04048: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888126.04095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888126.04194: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.04208: 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 0x7fbf4ca45a00> <<< 7519 1726888126.04212: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ce80> <<< 7519 1726888126.04247: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888126.04265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888126.04340: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.04343: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.04357: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca540a0> <<< 7519 1726888126.04362: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ceb0> <<< 7519 1726888126.04391: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888126.04449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.04484: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7519 1726888126.04489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' <<< 7519 1726888126.04509: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888126.04597: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb19730> <<< 7519 1726888126.04709: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888126.04731: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7519 1726888126.04740: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888126.04764: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888126.04789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.04810: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca540d0> <<< 7519 1726888126.04860: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.04863: 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 0x7fb7e0d93df0> <<< 7519 1726888126.04927: 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' <<< 7519 1726888126.04951: 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' <<< 7519 1726888126.04957: 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' <<< 7519 1726888126.04960: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca51550> <<< 7519 1726888126.04991: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e116a5b0> <<< 7519 1726888126.04994: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115bdf0> <<< 7519 1726888126.05001: 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 0x7fbf4ca51610> <<< 7519 1726888126.05057: 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' <<< 7519 1726888126.05061: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888126.05095: 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 0x7fbf4ca50c40> <<< 7519 1726888126.05099: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.05102: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb44ee0> <<< 7519 1726888126.05129: 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 <<< 7519 1726888126.05132: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888126.05134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 7519 1726888126.05136: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.05146: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888126.05174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888126.05239: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.05251: 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 0x7fbf4cad6b50> <<< 7519 1726888126.05301: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.05515: 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'<<< 7519 1726888126.05518: stdout chunk (state=3): >>> <<< 7519 1726888126.05568: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.05580: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17699d0> <<< 7519 1726888126.05582: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.05584: 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 0x7fbf4cad49a0> <<< 7519 1726888126.05585: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca47820> <<< 7519 1726888126.05637: 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' <<< 7519 1726888126.05641: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad6580> <<< 7519 1726888126.05643: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb0daf0> <<< 7519 1726888126.05672: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.05693: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.05701: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888126.05725: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.05844: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.05954: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.05970: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.05979: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888126.06003: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.06023: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.06037: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888126.06057: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.06219: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.06223: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.06370: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.06845: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.06934: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.07036: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888126.07041: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.07092: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.07142: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888126.07148: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.07224: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.07243: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.07366: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888126.07376: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.07400: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.07404: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888126.07432: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.07485: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.07541: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888126.07555: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.07901: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08019: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888126.08051: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7519 1726888126.08060: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 7519 1726888126.08074: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888126.08118: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888126.08141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.08218: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.08236: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888126.08239: 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 0x7fbf4c61bdf0> <<< 7519 1726888126.08262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888126.08281: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888126.08324: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888126.08331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7519 1726888126.08342: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca205b0> <<< 7519 1726888126.08395: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d66e50> <<< 7519 1726888126.08413: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08433: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca0bdf0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888126.08447: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08469: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08497: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08507: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888126.08512: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08586: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/validation.py <<< 7519 1726888126.08590: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888126.08602: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888126.08632: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08675: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08701: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08729: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888126.08733: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08788: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08837: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08893: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888126.08912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7519 1726888126.08939: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4caca9d0> <<< 7519 1726888126.08974: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.08976: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.09062: 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 <<< 7519 1726888126.09102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.09207: 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' <<< 7519 1726888126.09212: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17fd910> <<< 7519 1726888126.09257: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d66be0> <<< 7519 1726888126.09307: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888126.09319: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.09521: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.09597: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.09599: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.09631: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.09682: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888126.09698: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888126.09718: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888126.09769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888126.09796: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888126.09817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888126.09968: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d27c70> <<< 7519 1726888126.10032: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115d670> <<< 7519 1726888126.10120: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115c850> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888126.10129: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10166: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10209: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py <<< 7519 1726888126.10212: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10216: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888126.10291: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10297: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888126.10331: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10334: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/modules/__init__.py <<< 7519 1726888126.10352: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10379: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888126.10393: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10451: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10486: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888126.10508: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10546: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10599: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10709: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888126.10729: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10762: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888126.10785: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10839: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10844: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.10884: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888126.10902: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.11084: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 7519 1726888126.11101: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888126.11231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.11566: 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<<< 7519 1726888126.11652: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888126.11658: stdout chunk (state=3): >>> # 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 <<< 7519 1726888126.11661: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.11666: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.11669: stdout chunk (state=3): >>># 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<<< 7519 1726888126.11773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888126.11779: 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 # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2<<< 7519 1726888126.11786: stdout chunk (state=3): >>> # 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<<< 7519 1726888126.11791: stdout chunk (state=3): >>> # cleanup[2] removing ansible # destroy ansible<<< 7519 1726888126.11795: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select <<< 7519 1726888126.11860: stdout chunk (state=3): >>># cleanup[2] removing selectors # cleanup[2] removing subprocess <<< 7519 1726888126.11868: stdout chunk (state=3): >>># 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<<< 7519 1726888126.11872: 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<<< 7519 1726888126.11874: stdout chunk (state=3): >>> # 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 <<< 7519 1726888126.11881: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5f2e50> # zipimport: zlib available <<< 7519 1726888126.11884: stdout chunk (state=3): >>># 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<<< 7519 1726888126.11887: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux <<< 7519 1726888126.11889: 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 <<< 7519 1726888126.11892: stdout chunk (state=3): >>># destroy ansible.modules <<< 7519 1726888126.11921: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.11997: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888126.12021: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/validation.py <<< 7519 1726888126.12027: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888126.12053: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888126.12076: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.12133: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.12152: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888126.12179: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888126.12184: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888126.12227: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888126.12233: stdout chunk (state=3): >>># destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888126.12284: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon <<< 7519 1726888126.12288: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.12291: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 7519 1726888126.12314: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.12328: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.12332: stdout chunk (state=3): >>># destroy encodings <<< 7519 1726888126.12353: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy array # destroy datetime <<< 7519 1726888126.12357: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex <<< 7519 1726888126.12365: stdout chunk (state=3): >>># destroy logging # destroy argparse <<< 7519 1726888126.12441: 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 <<< 7519 1726888126.12470: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.12501: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize <<< 7519 1726888126.12507: stdout chunk (state=3): >>># cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors <<< 7519 1726888126.12510: stdout chunk (state=3): >>># cleanup[3] wiping select <<< 7519 1726888126.12532: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.12579: 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<<< 7519 1726888126.12585: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 7519 1726888126.12643: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re <<< 7519 1726888126.12648: stdout chunk (state=3): >>># 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<<< 7519 1726888126.12651: stdout chunk (state=3): >>> # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq <<< 7519 1726888126.12662: stdout chunk (state=3): >>># cleanup[3] wiping sre_parse <<< 7519 1726888126.12666: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale <<< 7519 1726888126.12669: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.12689: stdout chunk (state=3): >>># cleanup[3] wiping os <<< 7519 1726888126.12749: 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 # 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<<< 7519 1726888126.12753: stdout chunk (state=3): >>> # 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 <<< 7519 1726888126.12756: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 7519 1726888126.12758: stdout chunk (state=3): >>># destroy systemd._daemon <<< 7519 1726888126.12760: stdout chunk (state=3): >>># destroy _socket # destroy systemd.id128 # destroy systemd._reader <<< 7519 1726888126.12781: stdout chunk (state=3): >>># destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7519 1726888126.12802: 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 # 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 0x7fbf4cb5e910> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5f2be0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888126.12824: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.12943: stdout chunk (state=3): >>># destroy platform <<< 7519 1726888126.12953: stdout chunk (state=3): >>># destroy _uuid # destroy _sre # destroy sre_parse<<< 7519 1726888126.12964: stdout chunk (state=3): >>> # destroy tokenize <<< 7519 1726888126.12990: stdout chunk (state=3): >>># destroy _heapq # destroy posixpath <<< 7519 1726888126.13000: stdout chunk (state=3): >>># destroy stat <<< 7519 1726888126.13019: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors <<< 7519 1726888126.13061: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.13065: stdout chunk (state=3): >>># destroy select <<< 7519 1726888126.13076: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response<<< 7519 1726888126.13080: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator <<< 7519 1726888126.13082: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888126.13088: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.13126: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.13129: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888126.13177: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888126.13198: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888126.13234: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888126.13278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888126.13310: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888126.13338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888126.13486: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5b4c70> <<< 7519 1726888126.13499: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888126.13544: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca13670> <<< 7519 1726888126.13565: stderr chunk (state=3): >>><<< 7519 1726888126.13569: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d983a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d72850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1db0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d48d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d72d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d13eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d16f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d0c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d12640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d13370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1c94e20>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94910>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca70d0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ceed90>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ce7670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1cf96d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d1ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1ca7cd0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1cee2b0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1cf92e0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d209d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7eb0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7df0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c7a3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c7a4c0>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1caef40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9a90>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1988220>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c65520>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9f10>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d20040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e199ab50>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e199ae80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19ab790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19abcd0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1939400>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e199af70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e194a2e0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19ab610>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e194a3a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7a30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1965700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e19659d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19657c0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e19658b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1965d00>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1970250>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1965940>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1959a90>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1965af0>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb7e18866d0>\r\n# zipimport: found 30 names in \'/tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1783820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1813730>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813610>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813160>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e18133a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11ad7f0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e11adb80>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e11ad9d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11ccaf0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e180cd60>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e18134f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e180c1c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e177fb20>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b5eb0>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b58b0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11c62e0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17b59a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17e3d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e118ea00>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17ede80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119d0a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17edeb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b8730>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e119d0d0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119a550>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e119a610>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1199c40>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17e3ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1775b50>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17739a0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1190820>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e1775580>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17acaf0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e0d93df0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e116a5b0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115bdf0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17699d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d66e50>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb7e17fd910>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d66be0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d27c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115d670>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115c850>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"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"}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888126.13818: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca12850> # destroy ansible.module_utils.distro <<< 7519 1726888126.13821: stdout chunk (state=3): >>>import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888126.13828: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.13833: _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 0x7fb7e1df3dc0> # /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 0x7fb7e1d983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1df3b20> # /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 0x7fb7e1df3ac0> 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 0x7fb7e1d98490> # /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 0x7fb7e1d98940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98670> # /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 0x7fb7e1d4f190> # /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 0x7fb7e1d4f220> # /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 0x7fb7e1d72850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d4f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1db0880> # /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 0x7fb7e1d48d90> # /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 0x7fb7e1d72d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d98970> 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 0x7fb7e1d13eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d16f40> # /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 0x7fb7e1d0c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d12640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d13370> # /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 0x7fb7e1c94e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c94910> 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 0x7fb7e1c94f10> # /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 0x7fb7e1c94fd0> # /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 0x7fb7e1ca70d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ceed90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ce7670> # /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 0x7fb7e1cf96d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d1ae20> # /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 0x7fb7e1ca7cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1cee2b0> # 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 0x7fb7e1cf92e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d209d0> # /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 0x7fb7e1ca7eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7df0> # /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 0x7fb7e1ca7d60> # /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 0x7fb7e1c7a3d0> # /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 0x7fb7e1c7a4c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1caef40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9a90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9490> # /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 0x7fb7e1988220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1c65520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca9f10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1d20040> # /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 0x7fb7e199ab50> 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 0x7fb7e199ae80> # /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 0x7fb7e19ab790> # /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 0x7fb7e19abcd0> # 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 0x7fb7e1939400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e199af70> # /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 0x7fb7e194a2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19ab610> 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 0x7fb7e194a3a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7a30> # /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 0x7fb7e1965700> # /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 0x7fb7e19659d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e19657c0> # 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 0x7fb7e19658b0> # /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 0x7fb7e1965d00> # 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 0x7fb7e1970250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1965940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1959a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1ca7610> # /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 0x7fb7e1965af0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb7e18866d0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/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 0x7fb7e1783820> # /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 0x7fb7e1813730> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813340> # /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 0x7fb7e1813460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1813160> 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 0x7fb7e18133a0> # /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 0x7fb7e1813790> # /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 0x7fb7e11ad7f0> # 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 0x7fb7e11adb80> # 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 0x7fb7e11ad9d0> # /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 0x7fb7e11ccaf0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e180cd60> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e18134f0> # /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 0x7fb7e180c1c0> # /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 0x7fb7e177fb20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b5eb0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17b58b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e11c62e0> # 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 0x7fb7e17b59a0> # /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 0x7fb7e17e3d00> # /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 0x7fb7e118ea00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17ede80> # /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 0x7fb7e119d0a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17edeb0> # /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 0x7fb7e17b8730> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e119d0d0> # 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 0x7fb7e119a550> # 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 0x7fb7e119a610> # 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 0x7fb7e1199c40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17e3ee0> # /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 0x7fb7e1775b50> # 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 0x7fb7e17739a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e1190820> # 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 0x7fb7e1775580> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e17acaf0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/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_d04if7a1/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_d04if7a1/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_d04if7a1/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_d04if7a1/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 0x7fb7e0d93df0> # /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 0x7fb7e116a5b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115bdf0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/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_d04if7a1/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 0x7fb7e17699d0> # 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_d04if7a1/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_d04if7a1/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_d04if7a1/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_d04if7a1/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_d04if7a1/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 0x7fb7e0d66e50> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/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_d04if7a1/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 0x7fb7e17fd910> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e0d66be0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/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 0x7fb7e0d27c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115d670> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb7e115c850> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/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_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d04if7a1/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_d04if7a1/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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888126.13969: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py <<< 7519 1726888126.13973: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888126.14493: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888126.14497: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888126.14499: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/modules/__init__.py <<< 7519 1726888126.14501: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.14504: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888125.5040226-7526-168252515391322/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888126.14506: _low_level_execute_command(): starting 7519 1726888126.14508: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.5040226-7526-168252515391322/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888126.14519: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.14521: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.14582: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 7519 1726888126.14607: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888126.14675: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.14678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.14730: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.14736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration <<< 7519 1726888126.14739: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.14742: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.14782: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888126.14786: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.14801: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888126.14804: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888126.14819: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.14868: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.14949: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv <<< 7519 1726888126.14952: 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 <<< 7519 1726888126.14964: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin <<< 7519 1726888126.14999: 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 # cleanup[2] removing _thread # cleanup[2] removing _warnings<<< 7519 1726888126.15003: stdout chunk (state=3): >>> # 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 <<< 7519 1726888126.15005: stdout chunk (state=3): >>># cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ <<< 7519 1726888126.15048: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.15267: stdout chunk (state=3): >>># cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch <<< 7519 1726888126.15287: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.15302: stdout chunk (state=3): >>># cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp <<< 7519 1726888126.15329: stdout chunk (state=3): >>># cleanup[2] removing shutil # cleanup[2] removing math <<< 7519 1726888126.15340: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.15343: stdout chunk (state=3): >>># cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible <<< 7519 1726888126.15344: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder <<< 7519 1726888126.15346: stdout chunk (state=3): >>># 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<<< 7519 1726888126.15347: stdout chunk (state=3): >>> # 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<<< 7519 1726888126.15349: stdout chunk (state=3): >>> # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string <<< 7519 1726888126.15350: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.15351: 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 <<< 7519 1726888126.15353: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.15354: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.15355: 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 <<< 7519 1726888126.15356: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.15358: 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 <<< 7519 1726888126.15359: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.15360: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.15361: stdout chunk (state=3): >>># destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 7519 1726888126.15591: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888126.15618: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888126.15665: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888126.15668: stdout chunk (state=3): >>># destroy _compression <<< 7519 1726888126.15687: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct <<< 7519 1726888126.15692: stdout chunk (state=3): >>># destroy bz2 # destroy lzma <<< 7519 1726888126.15732: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7519 1726888126.15746: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 7519 1726888126.15757: stdout chunk (state=3): >>># destroy _json <<< 7519 1726888126.15763: stdout chunk (state=3): >>># destroy encodings <<< 7519 1726888126.15788: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888126.15797: stdout chunk (state=3): >>># destroy array <<< 7519 1726888126.15817: stdout chunk (state=3): >>># destroy datetime <<< 7519 1726888126.15847: stdout chunk (state=3): >>># destroy selinux <<< 7519 1726888126.15849: stdout chunk (state=3): >>># destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888126.15907: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 7519 1726888126.15926: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes<<< 7519 1726888126.16050: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves<<< 7519 1726888126.16054: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader <<< 7519 1726888126.16060: stdout chunk (state=3): >>># cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime <<< 7519 1726888126.16066: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize <<< 7519 1726888126.16070: stdout chunk (state=3): >>># cleanup[3] wiping platform <<< 7519 1726888126.16135: stdout chunk (state=3): >>># destroy subprocess <<< 7519 1726888126.16145: stdout chunk (state=3): >>># cleanup[3] wiping selectors # cleanup[3] wiping select<<< 7519 1726888126.16154: stdout chunk (state=3): >>> # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437<<< 7519 1726888126.16167: stdout chunk (state=3): >>> # 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 <<< 7519 1726888126.16171: 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 <<< 7519 1726888126.16173: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc <<< 7519 1726888126.16184: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 7519 1726888126.16191: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap <<< 7519 1726888126.16194: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re <<< 7519 1726888126.16224: stdout chunk (state=3): >>># destroy enum # destroy sre_compile <<< 7519 1726888126.16229: stdout chunk (state=3): >>># destroy copyreg # cleanup[3] wiping functools <<< 7519 1726888126.16243: stdout chunk (state=3): >>># cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq <<< 7519 1726888126.16248: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator <<< 7519 1726888126.16274: 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 # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os<<< 7519 1726888126.16296: stdout chunk (state=3): >>> <<< 7519 1726888126.16304: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath <<< 7519 1726888126.16355: 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 <<< 7519 1726888126.16362: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.16372: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 7519 1726888126.16393: 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 <<< 7519 1726888126.16396: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7519 1726888126.16433: stdout chunk (state=3): >>># destroy systemd._daemon # destroy _socket <<< 7519 1726888126.16452: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl <<< 7519 1726888126.16454: stdout chunk (state=3): >>># destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7519 1726888126.16622: stdout chunk (state=3): >>># destroy platform <<< 7519 1726888126.16634: stdout chunk (state=3): >>># destroy _uuid <<< 7519 1726888126.16637: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse <<< 7519 1726888126.16663: stdout chunk (state=3): >>># destroy tokenize <<< 7519 1726888126.16676: stdout chunk (state=3): >>># destroy _heapq <<< 7519 1726888126.16686: stdout chunk (state=3): >>># destroy posixpath <<< 7519 1726888126.16691: stdout chunk (state=3): >>># destroy stat <<< 7519 1726888126.16724: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy errno <<< 7519 1726888126.16728: stdout chunk (state=3): >>># destroy signal # destroy contextlib # destroy pwd # destroy grp <<< 7519 1726888126.16730: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy selectors <<< 7519 1726888126.16776: stdout chunk (state=3): >>># destroy select <<< 7519 1726888126.16780: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools <<< 7519 1726888126.16793: stdout chunk (state=3): >>># destroy operator <<< 7519 1726888126.16801: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 7519 1726888126.16803: stdout chunk (state=3): >>># destroy _operator <<< 7519 1726888126.16811: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888126.16870: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888126.17287: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888126.17318: stderr chunk (state=3): >>><<< 7519 1726888126.17321: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3f2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d655880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3c8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3f2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36eeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d371f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d367610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36d640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d2efe20>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2ef910>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2eff10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2effd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3020d0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d349d90>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d342670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3556d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d375e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d302cd0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3492b0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d3552e0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302eb0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302df0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2d53d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2d54c0>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d309f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304a90>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d209220>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2c0520>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304f10>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d21bb50>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d21be80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22c790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22ccd0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1ba400>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d21bf70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1cb2e0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22c610>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1cb3a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302a30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e6700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e69d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e67c0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e68b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1e6d00>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4d1f1250>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e6940>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1daa90>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e6af0>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf4cbe66d0>\r\n# zipimport: found 30 names in \'/tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cae4820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb73730>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73610>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73160>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb733a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca647f0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca64b80>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca649d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca83af0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb6dd60>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb734f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb6d1c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cae0b20>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb15eb0>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb158b0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca7ed30>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb159a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb44d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca45a00>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ce80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca540a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ceb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb19730>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca540d0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca51550>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca51610>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4ca50c40>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb44ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad6b50>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad49a0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca47820>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cad6580>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb0daf0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4c61bdf0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca205b0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca0bdf0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4caca9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5f2e50>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf4cb5e910>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5f2be0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5b4c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca13670>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca12850>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"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"}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888126.17430: _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 0x7fbf4d698dc0> # /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 0x7fbf4d63d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d698b20> # /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 0x7fbf4d698ac0> 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 0x7fbf4d63d490> # /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 0x7fbf4d63d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d670> # /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 0x7fbf4d3cf190> # /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 0x7fbf4d3cf220> # /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 0x7fbf4d3f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3cf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d655880> # /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 0x7fbf4d3c8d90> # /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 0x7fbf4d3f2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d63d970> 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 0x7fbf4d36eeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d371f40> # /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 0x7fbf4d367610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d36e370> # /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 0x7fbf4d2efe20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2ef910> 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 0x7fbf4d2eff10> # /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 0x7fbf4d2effd0> # /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 0x7fbf4d3020d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d349d90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d342670> # /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 0x7fbf4d3556d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d375e20> # /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 0x7fbf4d302cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d3492b0> # 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 0x7fbf4d3552e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b9d0> # /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 0x7fbf4d302eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302df0> # /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 0x7fbf4d302d60> # /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 0x7fbf4d2d53d0> # /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 0x7fbf4d2d54c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d309f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304a90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304490> # /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 0x7fbf4d209220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d2c0520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d304f10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d37b040> # /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 0x7fbf4d21bb50> 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 0x7fbf4d21be80> # /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 0x7fbf4d22c790> # /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 0x7fbf4d22ccd0> # 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 0x7fbf4d1ba400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d21bf70> # /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 0x7fbf4d1cb2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d22c610> 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 0x7fbf4d1cb3a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302a30> # /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 0x7fbf4d1e6700> # /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 0x7fbf4d1e69d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e67c0> # 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 0x7fbf4d1e68b0> # /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 0x7fbf4d1e6d00> # 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 0x7fbf4d1f1250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1e6940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d1daa90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4d302610> # /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 0x7fbf4d1e6af0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf4cbe66d0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/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 0x7fbf4cae4820> # /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 0x7fbf4cb73730> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73340> # /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 0x7fbf4cb73460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb73160> 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 0x7fbf4cb733a0> # /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 0x7fbf4cb73790> # /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 0x7fbf4ca647f0> # 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 0x7fbf4ca64b80> # 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 0x7fbf4ca649d0> # /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 0x7fbf4ca83af0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb6dd60> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb734f0> # /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 0x7fbf4cb6d1c0> # /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 0x7fbf4cae0b20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb15eb0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb158b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca7ed30> # 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 0x7fbf4cb159a0> # /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 0x7fbf4cb44d00> # /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 0x7fbf4ca45a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ce80> # /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 0x7fbf4ca540a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb4ceb0> # /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 0x7fbf4cb19730> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca540d0> # 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 0x7fbf4ca51550> # 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 0x7fbf4ca51610> # 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 0x7fbf4ca50c40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb44ee0> # /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 0x7fbf4cad6b50> # 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 0x7fbf4cad49a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca47820> # 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 0x7fbf4cad6580> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4cb0daf0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/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_d_mfcs_7/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_d_mfcs_7/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_d_mfcs_7/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_d_mfcs_7/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 0x7fbf4c61bdf0> # /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 0x7fbf4ca205b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca0bdf0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/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_d_mfcs_7/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 0x7fbf4caca9d0> # 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_d_mfcs_7/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_d_mfcs_7/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_d_mfcs_7/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_d_mfcs_7/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_d_mfcs_7/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 0x7fbf4c5f2e50> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/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_d_mfcs_7/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 0x7fbf4cb5e910> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4c5f2be0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/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 0x7fbf4c5b4c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca13670> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf4ca12850> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/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_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_d_mfcs_7/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_d_mfcs_7/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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888126.18125: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888126.18128: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888126.18130: stdout chunk (state=3): >>><<< 7519 1726888126.18132: stderr chunk (state=3): >>><<< 7519 1726888126.18134: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888125.5150285-7527-213562852754188/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888126.18136: _low_level_execute_command(): starting <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.18141: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/ > /dev/null 2>&1 && sleep 0' 7519 1726888126.18144: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888126.18148: handler run complete 7519 1726888126.18150: variable 'ansible_facts' from source: host vars for 'managed_node2' <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888125.5150285-7527-213562852754188/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888126.18154: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.18157: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888126.18158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.18160: attempt loop complete, returning result 7519 1726888126.18162: _execute() done 7519 1726888126.18163: dumping result to json 7519 1726888126.18165: done dumping result, returning 7519 1726888126.18167: done running TaskExecutor() for managed_node2/TASK: Check if system is ostree [0ed44806-2f0b-c82f-f05a-00000000004e] 7519 1726888126.18168: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e ok: [managed_node2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } 7519 1726888126.18302: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e 7519 1726888126.18306: WORKER PROCESS EXITING 7519 1726888126.18742: 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 <<< 7519 1726888126.18755: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.18789: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.18793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 7519 1726888126.18795: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.18797: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.18799: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.18847: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888126.18850: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.18869: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888126.18872: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888126.18874: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888126.18887: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.18936: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.21557: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888126.21601: stderr chunk (state=3): >>><<< 7519 1726888126.21607: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.21631: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888126.21636: handler run complete 7519 1726888126.21704: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888126.21707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.21728: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888126.21752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.21766: attempt loop complete, returning result 7519 1726888126.21769: _execute() done 7519 1726888126.21771: dumping result to json 7519 1726888126.21773: done dumping result, returning 7519 1726888126.21781: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [0ed44806-2f0b-c82f-f05a-00000000004e] 7519 1726888126.21794: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e 7519 1726888126.21905: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004e 7519 1726888126.21909: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } 7519 1726888126.21974: no more pending results, returning what we have 7519 1726888126.21977: results queue empty 7519 1726888126.21978: checking for any_errors_fatal 7519 1726888126.21979: done checking for any_errors_fatal 7519 1726888126.21980: checking for max_fail_percentage 7519 1726888126.21981: done checking for max_fail_percentage 7519 1726888126.21982: checking to see if all hosts have failed and the running result is not ok 7519 1726888126.21983: done checking to see if all hosts have failed 7519 1726888126.21984: getting the remaining hosts for this loop 7519 1726888126.21985: done getting the remaining hosts for this loop 7519 1726888126.21988: getting the next task for host managed_node1 7519 1726888126.21993: done getting next task for host managed_node1 7519 1726888126.21995: ^ task is: TASK: Set flag to indicate system is ostree 7519 1726888126.21997: ^ state is: HOST STATE: block=1, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7519 1726888126.21999: getting the next task for host managed_node2 7519 1726888126.22001: done getting next task for host managed_node2 7519 1726888126.22002: ^ task is: TASK: Set flag to indicate system is ostree 7519 1726888126.22003: ^ state is: HOST STATE: block=1, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7519 1726888126.22004: getting the next task for host managed_node3 7519 1726888126.22005: done getting next task for host managed_node3 7519 1726888126.22007: ^ task is: TASK: Set flag to indicate system is ostree 7519 1726888126.22008: ^ state is: HOST STATE: block=1, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7519 1726888126.22013: getting variables 7519 1726888126.22014: in VariableManager get_vars() 7519 1726888126.22041: Calling all_inventory to load vars for managed_node1 7519 1726888126.22043: Calling groups_inventory to load vars for managed_node1 7519 1726888126.22046: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888126.22056: Calling all_plugins_play to load vars for managed_node1 7519 1726888126.22062: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888126.22066: Calling groups_plugins_play to load vars for managed_node1 7519 1726888126.22109: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.22136: done with get_vars() 7519 1726888126.22142: done getting variables 7519 1726888126.22224: 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 [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:11 Friday 20 September 2024 23:08:46 -0400 (0:00:00.799) 0:00:00.841 ****** 7519 1726888126.22245: entering _queue_task() for managed_node1/set_fact 7519 1726888126.22246: Creating lock for set_fact 7519 1726888126.22448: worker is 1 (out of 3 available) 7519 1726888126.22460: exiting _queue_task() for managed_node1/set_fact 7519 1726888126.22472: getting variables 7519 1726888126.22475: in VariableManager get_vars() 7519 1726888126.22553: Calling all_inventory to load vars for managed_node2 7519 1726888126.22557: Calling groups_inventory to load vars for managed_node2 7519 1726888126.22560: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888126.22579: Calling all_plugins_play to load vars for managed_node2 7519 1726888126.22582: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888126.22586: Calling groups_plugins_play to load vars for managed_node2 7519 1726888126.22662: running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree 7519 1726888126.22677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.22729: done with get_vars() 7519 1726888126.22739: done getting variables 7519 1726888126.22799: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004f 7519 1726888126.22802: variable 'ansible_search_path' from source: unknown 7519 1726888126.22805: variable 'ansible_search_path' from source: unknown 7519 1726888126.22807: calling self._execute() 7519 1726888126.22843: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888126.22846: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888126.22863: 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) 7519 1726888126.22873: entering _queue_task() for managed_node2/set_fact 7519 1726888126.22955: variable 'omit' from source: magic vars 7519 1726888126.23234: worker is 2 (out of 3 available) 7519 1726888126.23245: exiting _queue_task() for managed_node2/set_fact 7519 1726888126.23256: getting variables 7519 1726888126.23259: in VariableManager get_vars() 7519 1726888126.23358: Calling all_inventory to load vars for managed_node3 7519 1726888126.23361: Calling groups_inventory to load vars for managed_node3 7519 1726888126.23365: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888126.23382: Calling all_plugins_play to load vars for managed_node3 7519 1726888126.23385: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888126.23402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888126.23421: Calling groups_plugins_play to load vars for managed_node3 7519 1726888126.23484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.23543: done with get_vars() 7519 1726888126.23554: done getting variables 7519 1726888126.23654: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888126.23658: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888126.23676: 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) 7519 1726888126.23688: entering _queue_task() for managed_node3/set_fact 7519 1726888126.23800: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888126.23804: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888126.23849: 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) 7519 1726888126.24206: 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) 7519 1726888126.24212: 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) 7519 1726888126.24219: 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) 7519 1726888126.24224: Evaluated conditional (not __tlog_is_ostree is defined): True 7519 1726888126.24227: variable 'omit' from source: magic vars 7519 1726888126.24230: variable 'omit' from source: magic vars 7519 1726888126.24232: variable '__ostree_booted_stat' from source: set_fact 7519 1726888126.24181: worker is 3 (out of 3 available) 7519 1726888126.24251: exiting _queue_task() for managed_node3/set_fact 7519 1726888126.24262: done queuing things up, now waiting for results queue to drain 7519 1726888126.24264: waiting for pending results... 7519 1726888126.24329: variable 'omit' from source: magic vars 7519 1726888126.24332: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888126.24336: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888126.24338: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888126.24368: running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree 7519 1726888126.24378: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.24393: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.24428: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888126.24437: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888126.24444: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888126.24454: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004f 7519 1726888126.24482: variable 'ansible_search_path' from source: unknown 7519 1726888126.24489: variable 'ansible_search_path' from source: unknown 7519 1726888126.24520: calling self._execute() 7519 1726888126.24544: Set connection var ansible_shell_executable to /bin/sh 7519 1726888126.24558: Set connection var ansible_pipelining to False 7519 1726888126.24567: Set connection var ansible_shell_type to sh 7519 1726888126.24578: Set connection var ansible_timeout to 10 7519 1726888126.24612: Set connection var ansible_connection to ssh 7519 1726888126.24620: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888126.24644: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.24648: variable 'ansible_connection' from source: unknown 7519 1726888126.24651: variable 'ansible_module_compression' from source: unknown 7519 1726888126.24653: variable 'ansible_shell_type' from source: unknown 7519 1726888126.24655: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.24657: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888126.24662: variable 'ansible_pipelining' from source: unknown 7519 1726888126.24664: variable 'ansible_timeout' from source: unknown 7519 1726888126.24669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888126.24684: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888126.24698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888126.24708: variable 'omit' from source: magic vars 7519 1726888126.24845: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 7519 1726888126.24932: in run() - task 0ed44806-2f0b-c82f-f05a-00000000004f 7519 1726888126.24951: variable 'ansible_search_path' from source: unknown 7519 1726888126.24957: variable 'ansible_search_path' from source: unknown 7519 1726888126.24999: calling self._execute() 7519 1726888126.25049: 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) 7519 1726888126.25059: variable 'omit' from source: magic vars 7519 1726888126.25062: starting attempt loop 7519 1726888126.25065: running the handler 7519 1726888126.25077: handler run complete 7519 1726888126.25081: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888126.25091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888126.25105: variable 'omit' from source: magic vars 7519 1726888126.25229: attempt loop complete, returning result 7519 1726888126.25238: _execute() done 7519 1726888126.25240: dumping result to json 7519 1726888126.25249: done dumping result, returning 7519 1726888126.25255: done running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-00000000004f] 7519 1726888126.25268: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f 7519 1726888126.25354: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f 7519 1726888126.25357: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__tlog_is_ostree": false }, "changed": false } 7519 1726888126.25694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888126.25731: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888126.25999: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888126.26015: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888126.26072: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888126.26126: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888126.26140: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888126.26181: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888126.26238: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888126.26243: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888126.26337: 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) 7519 1726888126.26345: 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) 7519 1726888126.26365: 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) 7519 1726888126.26371: 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) 7519 1726888126.26473: 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) 7519 1726888126.26477: 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) 7519 1726888126.26482: 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) 7519 1726888126.26513: 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) 7519 1726888126.26589: Evaluated conditional (not __tlog_is_ostree is defined): True 7519 1726888126.26595: variable 'omit' from source: magic vars 7519 1726888126.26639: variable 'omit' from source: magic vars 7519 1726888126.26666: Evaluated conditional (not __tlog_is_ostree is defined): True 7519 1726888126.26677: variable 'omit' from source: magic vars 7519 1726888126.26728: variable 'omit' from source: magic vars 7519 1726888126.26756: variable '__ostree_booted_stat' from source: set_fact 7519 1726888126.26815: variable 'omit' from source: magic vars 7519 1726888126.26852: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888126.26858: variable '__ostree_booted_stat' from source: set_fact 7519 1726888126.26887: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888126.26912: variable 'omit' from source: magic vars 7519 1726888126.26920: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888126.26943: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888126.26952: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.26966: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888126.26976: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.26984: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888126.27005: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.27010: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888126.27021: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888126.27027: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.27032: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888126.27062: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888126.27070: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888126.27077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888126.27145: Set connection var ansible_shell_executable to /bin/sh 7519 1726888126.27158: Set connection var ansible_pipelining to False 7519 1726888126.27168: Set connection var ansible_shell_type to sh 7519 1726888126.27179: Set connection var ansible_timeout to 10 7519 1726888126.27183: Set connection var ansible_shell_executable to /bin/sh 7519 1726888126.27192: Set connection var ansible_connection to ssh 7519 1726888126.27195: Set connection var ansible_pipelining to False 7519 1726888126.27201: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888126.27207: Set connection var ansible_shell_type to sh 7519 1726888126.27219: Set connection var ansible_timeout to 10 7519 1726888126.27228: Set connection var ansible_connection to ssh 7519 1726888126.27234: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.27241: variable 'ansible_connection' from source: unknown 7519 1726888126.27245: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888126.27250: variable 'ansible_module_compression' from source: unknown 7519 1726888126.27256: variable 'ansible_shell_type' from source: unknown 7519 1726888126.27262: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.27268: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.27272: variable 'ansible_connection' from source: unknown 7519 1726888126.27274: variable 'ansible_module_compression' from source: unknown 7519 1726888126.27277: variable 'ansible_shell_type' from source: unknown 7519 1726888126.27283: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888126.27288: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.27293: variable 'ansible_pipelining' from source: unknown 7519 1726888126.27300: variable 'ansible_timeout' from source: unknown 7519 1726888126.27304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888126.27307: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888126.27315: variable 'ansible_pipelining' from source: unknown 7519 1726888126.27321: variable 'ansible_timeout' from source: unknown 7519 1726888126.27332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888126.27433: 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) 7519 1726888126.27448: variable 'omit' from source: magic vars 7519 1726888126.27458: starting attempt loop 7519 1726888126.27465: running the handler 7519 1726888126.27474: 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) 7519 1726888126.27480: handler run complete 7519 1726888126.27487: variable 'omit' from source: magic vars 7519 1726888126.27492: attempt loop complete, returning result 7519 1726888126.27499: starting attempt loop 7519 1726888126.27507: _execute() done 7519 1726888126.27510: dumping result to json 7519 1726888126.27513: done dumping result, returning 7519 1726888126.27520: running the handler 7519 1726888126.27527: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-00000000004f] 7519 1726888126.27536: handler run complete 7519 1726888126.27547: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f 7519 1726888126.27605: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f 7519 1726888126.27608: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__tlog_is_ostree": false }, "changed": false } 7519 1726888126.27638: attempt loop complete, returning result 7519 1726888126.27641: _execute() done 7519 1726888126.27644: dumping result to json 7519 1726888126.27647: done dumping result, returning 7519 1726888126.27653: done running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-00000000004f] 7519 1726888126.27736: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f 7519 1726888126.27802: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000004f 7519 1726888126.27812: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__tlog_is_ostree": false }, "changed": false } 7519 1726888126.27875: no more pending results, returning what we have 7519 1726888126.27879: results queue empty 7519 1726888126.27880: checking for any_errors_fatal 7519 1726888126.27888: done checking for any_errors_fatal 7519 1726888126.27889: checking for max_fail_percentage 7519 1726888126.27891: done checking for max_fail_percentage 7519 1726888126.27891: checking to see if all hosts have failed and the running result is not ok 7519 1726888126.27892: done checking to see if all hosts have failed 7519 1726888126.27893: getting the remaining hosts for this loop 7519 1726888126.27894: done getting the remaining hosts for this loop 7519 1726888126.27899: getting the next task for host managed_node1 7519 1726888126.27908: done getting next task for host managed_node1 7519 1726888126.27910: ^ task is: TASK: meta (end_host) 7519 1726888126.27914: ^ state is: HOST STATE: block=1, 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 7519 1726888126.27916: getting the next task for host managed_node2 7519 1726888126.27920: done getting next task for host managed_node2 7519 1726888126.27921: ^ task is: TASK: meta (end_host) 7519 1726888126.27926: ^ state is: HOST STATE: block=1, 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 7519 1726888126.27927: getting the next task for host managed_node3 7519 1726888126.27930: done getting next task for host managed_node3 7519 1726888126.27931: ^ task is: TASK: meta (end_host) 7519 1726888126.27932: ^ state is: HOST STATE: block=1, 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 7519 1726888126.27938: getting variables 7519 1726888126.27939: in VariableManager get_vars() 7519 1726888126.27968: Calling all_inventory to load vars for managed_node1 7519 1726888126.27970: Calling groups_inventory to load vars for managed_node1 7519 1726888126.27972: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888126.27981: Calling all_plugins_play to load vars for managed_node1 7519 1726888126.27983: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888126.27986: Calling groups_plugins_play to load vars for managed_node1 7519 1726888126.28029: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.28057: done with get_vars() 7519 1726888126.28065: done getting variables TASK [Skip test if not supported on ostree] ************************************ task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:15 Friday 20 September 2024 23:08:46 -0400 (0:00:00.059) 0:00:00.900 ****** 7519 1726888126.28150: in VariableManager get_vars() 7519 1726888126.28160: Calling all_inventory to load vars for managed_node1 7519 1726888126.28162: Calling groups_inventory to load vars for managed_node1 7519 1726888126.28164: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888126.28168: Calling all_plugins_play to load vars for managed_node1 7519 1726888126.28170: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888126.28172: Calling groups_plugins_play to load vars for managed_node1 7519 1726888126.28190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.28203: done with get_vars() 7519 1726888126.28384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7519 1726888126.30002: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7519 1726888126.30049: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7519 1726888126.30082: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7519 1726888126.30124: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7519 1726888126.30147: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7519 1726888126.30202: 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) 7519 1726888126.30219: 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) 7519 1726888126.30234: 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) 7519 1726888126.30254: 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) 7519 1726888126.30260: 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) 7519 1726888126.30332: variable '__tlog_is_ostree' from source: set_fact 7519 1726888126.30344: Evaluated conditional (__tlog_is_ostree | d(false)): False META: end_host conditional evaluated to False, continuing execution for managed_node1 skipping: [managed_node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node1" } MSG: end_host conditional evaluated to false, continuing execution for managed_node1 7519 1726888126.30365: getting variables 7519 1726888126.30366: in VariableManager get_vars() 7519 1726888126.30375: Calling all_inventory to load vars for managed_node2 7519 1726888126.30376: Calling groups_inventory to load vars for managed_node2 7519 1726888126.30377: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888126.30381: Calling all_plugins_play to load vars for managed_node2 7519 1726888126.30382: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888126.30384: Calling groups_plugins_play to load vars for managed_node2 7519 1726888126.30412: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.30443: done with get_vars() 7519 1726888126.30450: done getting variables TASK [Skip test if not supported on ostree] ************************************ task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:15 Friday 20 September 2024 23:08:46 -0400 (0:00:00.023) 0:00:00.924 ****** 7519 1726888126.30516: in VariableManager get_vars() 7519 1726888126.30526: Calling all_inventory to load vars for managed_node2 7519 1726888126.30527: Calling groups_inventory to load vars for managed_node2 7519 1726888126.30529: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888126.30532: Calling all_plugins_play to load vars for managed_node2 7519 1726888126.30534: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888126.30536: Calling groups_plugins_play to load vars for managed_node2 7519 1726888126.30555: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.30567: done with get_vars() 7519 1726888126.30651: 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) 7519 1726888126.30663: 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) 7519 1726888126.30675: 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) 7519 1726888126.30695: 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) 7519 1726888126.30701: 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) 7519 1726888126.30754: variable '__tlog_is_ostree' from source: set_fact 7519 1726888126.30759: Evaluated conditional (__tlog_is_ostree | d(false)): False META: end_host conditional evaluated to False, continuing execution for managed_node2 skipping: [managed_node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node2" } MSG: end_host conditional evaluated to false, continuing execution for managed_node2 7519 1726888126.30775: getting variables 7519 1726888126.30776: in VariableManager get_vars() 7519 1726888126.30782: Calling all_inventory to load vars for managed_node3 7519 1726888126.30784: Calling groups_inventory to load vars for managed_node3 7519 1726888126.30785: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888126.30788: Calling all_plugins_play to load vars for managed_node3 7519 1726888126.30789: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888126.30790: Calling groups_plugins_play to load vars for managed_node3 7519 1726888126.30808: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.30824: done with get_vars() 7519 1726888126.30828: done getting variables TASK [Skip test if not supported on ostree] ************************************ task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:15 Friday 20 September 2024 23:08:46 -0400 (0:00:00.003) 0:00:00.927 ****** 7519 1726888126.30869: in VariableManager get_vars() 7519 1726888126.30876: Calling all_inventory to load vars for managed_node3 7519 1726888126.30877: Calling groups_inventory to load vars for managed_node3 7519 1726888126.30878: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888126.30881: Calling all_plugins_play to load vars for managed_node3 7519 1726888126.30882: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888126.30884: Calling groups_plugins_play to load vars for managed_node3 7519 1726888126.30900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.30912: done with get_vars() 7519 1726888126.30986: 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) 7519 1726888126.30997: 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) 7519 1726888126.31009: 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) 7519 1726888126.31033: 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) 7519 1726888126.31038: 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) 7519 1726888126.31083: variable '__tlog_is_ostree' from source: set_fact 7519 1726888126.31087: Evaluated conditional (__tlog_is_ostree | d(false)): False META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 7519 1726888126.31102: done queuing things up, now waiting for results queue to drain 7519 1726888126.31103: results queue empty 7519 1726888126.31104: checking for any_errors_fatal 7519 1726888126.31106: done checking for any_errors_fatal 7519 1726888126.31106: checking for max_fail_percentage 7519 1726888126.31107: done checking for max_fail_percentage 7519 1726888126.31107: checking to see if all hosts have failed and the running result is not ok 7519 1726888126.31108: done checking to see if all hosts have failed 7519 1726888126.31108: getting the remaining hosts for this loop 7519 1726888126.31109: done getting the remaining hosts for this loop 7519 1726888126.31111: getting the next task for host managed_node1 7519 1726888126.31115: done getting next task for host managed_node1 7519 1726888126.31116: ^ task is: TASK: Ensure sssd user/group exist in /etc files 7519 1726888126.31117: ^ state is: HOST STATE: block=1, 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 7519 1726888126.31118: getting the next task for host managed_node2 7519 1726888126.31119: done getting next task for host managed_node2 7519 1726888126.31120: ^ task is: TASK: Ensure sssd user/group exist in /etc files 7519 1726888126.31121: ^ state is: HOST STATE: block=1, 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 7519 1726888126.31127: getting the next task for host managed_node3 7519 1726888126.31129: done getting next task for host managed_node3 7519 1726888126.31131: ^ task is: TASK: Ensure sssd user/group exist in /etc files 7519 1726888126.31133: ^ state is: HOST STATE: block=1, 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 7519 1726888126.31136: getting variables 7519 1726888126.31137: in VariableManager get_vars() 7519 1726888126.31148: Calling all_inventory to load vars for managed_node1 7519 1726888126.31155: Calling groups_inventory to load vars for managed_node1 7519 1726888126.31157: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888126.31169: Calling all_plugins_play to load vars for managed_node1 7519 1726888126.31176: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888126.31180: Calling groups_plugins_play to load vars for managed_node1 7519 1726888126.31206: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.31219: done with get_vars() 7519 1726888126.31224: done getting variables 7519 1726888126.31279: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.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 [Ensure sssd user/group exist in /etc files] ****************************** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:21 Friday 20 September 2024 23:08:46 -0400 (0:00:00.004) 0:00:00.932 ****** 7519 1726888126.31294: entering _queue_task() for managed_node1/shell 7519 1726888126.31295: Creating lock for shell 7519 1726888126.31535: worker is 1 (out of 3 available) 7519 1726888126.31548: exiting _queue_task() for managed_node1/shell 7519 1726888126.31559: getting variables 7519 1726888126.31562: in VariableManager get_vars() 7519 1726888126.31646: Calling all_inventory to load vars for managed_node2 7519 1726888126.31651: Calling groups_inventory to load vars for managed_node2 7519 1726888126.31654: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888126.31669: Calling all_plugins_play to load vars for managed_node2 7519 1726888126.31672: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888126.31675: Calling groups_plugins_play to load vars for managed_node2 7519 1726888126.31751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.31789: done with get_vars() 7519 1726888126.31799: done getting variables 7519 1726888126.31937: running TaskExecutor() for managed_node1/TASK: Ensure sssd user/group exist in /etc files 7519 1726888126.31941: in run() - task 0ed44806-2f0b-c82f-f05a-000000000052 7519 1726888126.31943: variable 'ansible_search_path' from source: unknown 7519 1726888126.31945: variable 'ansible_search_path' from source: unknown 7519 1726888126.31947: calling self._execute() 7519 1726888126.31976: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888126.31979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888126.31982: variable 'omit' from source: magic vars 7519 1726888126.32003: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.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) 7519 1726888126.32015: entering _queue_task() for managed_node2/shell 7519 1726888126.32406: worker is 2 (out of 3 available) 7519 1726888126.32420: exiting _queue_task() for managed_node2/shell 7519 1726888126.32433: getting variables 7519 1726888126.32437: in VariableManager get_vars() 7519 1726888126.32517: Calling all_inventory to load vars for managed_node3 7519 1726888126.32521: Calling groups_inventory to load vars for managed_node3 7519 1726888126.32527: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888126.32545: Calling all_plugins_play to load vars for managed_node3 7519 1726888126.32549: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888126.32554: Calling groups_plugins_play to load vars for managed_node3 7519 1726888126.32629: 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) 7519 1726888126.32638: 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) 7519 1726888126.32643: 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) 7519 1726888126.32652: 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) 7519 1726888126.32656: 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) 7519 1726888126.32670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.32717: done with get_vars() 7519 1726888126.32728: done getting variables 7519 1726888126.32810: variable '__tlog_is_ostree' from source: set_fact 7519 1726888126.32814: Evaluated conditional (__tlog_is_ostree | d(false)): False 7519 1726888126.32839: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.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) 7519 1726888126.32851: entering _queue_task() for managed_node3/shell 7519 1726888126.32949: when evaluation is False, skipping this task 7519 1726888126.32952: _execute() done 7519 1726888126.32955: dumping result to json 7519 1726888126.32957: done dumping result, returning 7519 1726888126.32959: done running TaskExecutor() for managed_node1/TASK: Ensure sssd user/group exist in /etc files [0ed44806-2f0b-c82f-f05a-000000000052] 7519 1726888126.32961: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052 7519 1726888126.33029: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052 7519 1726888126.33033: WORKER PROCESS EXITING 7519 1726888126.33106: running TaskExecutor() for managed_node2/TASK: Ensure sssd user/group exist in /etc files 7519 1726888126.33362: worker is 3 (out of 3 available) 7519 1726888126.33374: exiting _queue_task() for managed_node3/shell skipping: [managed_node1] => { "changed": false, "false_condition": "__tlog_is_ostree | d(false)", "skip_reason": "Conditional result was False" } 7519 1726888126.33493: done queuing things up, now waiting for results queue to drain 7519 1726888126.33495: waiting for pending results... 7519 1726888126.33524: in run() - task 0ed44806-2f0b-c82f-f05a-000000000052 7519 1726888126.33529: variable 'ansible_search_path' from source: unknown 7519 1726888126.33531: variable 'ansible_search_path' from source: unknown 7519 1726888126.33535: calling self._execute() 7519 1726888126.33537: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888126.33541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888126.33543: variable 'omit' from source: magic vars 7519 1726888126.33743: running TaskExecutor() for managed_node3/TASK: Ensure sssd user/group exist in /etc files 7519 1726888126.33837: in run() - task 0ed44806-2f0b-c82f-f05a-000000000052 7519 1726888126.33856: variable 'ansible_search_path' from source: unknown 7519 1726888126.33859: variable 'ansible_search_path' from source: unknown 7519 1726888126.33865: 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) 7519 1726888126.33895: calling self._execute() 7519 1726888126.33905: 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) 7519 1726888126.33943: 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) 7519 1726888126.33970: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888126.33981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888126.33994: variable 'omit' from source: magic vars 7519 1726888126.34001: 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) 7519 1726888126.34028: 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) 7519 1726888126.34152: variable '__tlog_is_ostree' from source: set_fact 7519 1726888126.34173: Evaluated conditional (__tlog_is_ostree | d(false)): False 7519 1726888126.34181: when evaluation is False, skipping this task 7519 1726888126.34188: _execute() done 7519 1726888126.34194: dumping result to json 7519 1726888126.34201: done dumping result, returning 7519 1726888126.34210: done running TaskExecutor() for managed_node2/TASK: Ensure sssd user/group exist in /etc files [0ed44806-2f0b-c82f-f05a-000000000052] 7519 1726888126.34331: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052 7519 1726888126.34424: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052 7519 1726888126.34427: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__tlog_is_ostree | d(false)", "skip_reason": "Conditional result was False" } 7519 1726888126.34451: 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) 7519 1726888126.34489: 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) 7519 1726888126.34524: 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) 7519 1726888126.34573: 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) 7519 1726888126.34593: 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) 7519 1726888126.34682: variable '__tlog_is_ostree' from source: set_fact 7519 1726888126.34686: Evaluated conditional (__tlog_is_ostree | d(false)): False 7519 1726888126.34689: when evaluation is False, skipping this task 7519 1726888126.34691: _execute() done 7519 1726888126.34693: dumping result to json 7519 1726888126.34696: done dumping result, returning 7519 1726888126.34701: done running TaskExecutor() for managed_node3/TASK: Ensure sssd user/group exist in /etc files [0ed44806-2f0b-c82f-f05a-000000000052] 7519 1726888126.34719: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052 7519 1726888126.34776: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000052 7519 1726888126.34778: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__tlog_is_ostree | d(false)", "skip_reason": "Conditional result was False" } 7519 1726888126.34797: no more pending results, returning what we have 7519 1726888126.34802: results queue empty 7519 1726888126.34802: checking for any_errors_fatal 7519 1726888126.34804: done checking for any_errors_fatal 7519 1726888126.34804: checking for max_fail_percentage 7519 1726888126.34806: done checking for max_fail_percentage 7519 1726888126.34807: checking to see if all hosts have failed and the running result is not ok 7519 1726888126.34807: done checking to see if all hosts have failed 7519 1726888126.34809: getting the remaining hosts for this loop 7519 1726888126.34810: done getting the remaining hosts for this loop 7519 1726888126.34816: getting the next task for host managed_node1 7519 1726888126.34826: done getting next task for host managed_node1 7519 1726888126.34828: ^ task is: TASK: meta (flush_handlers) 7519 1726888126.34830: ^ state is: HOST STATE: block=2, 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 7519 1726888126.34831: getting the next task for host managed_node2 7519 1726888126.34834: done getting next task for host managed_node2 7519 1726888126.34835: ^ task is: TASK: meta (flush_handlers) 7519 1726888126.34836: ^ state is: HOST STATE: block=2, 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 7519 1726888126.34837: getting the next task for host managed_node3 7519 1726888126.34839: done getting next task for host managed_node3 7519 1726888126.34841: ^ task is: TASK: meta (flush_handlers) 7519 1726888126.34842: ^ state is: HOST STATE: block=2, 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 7519 1726888126.34850: getting variables 7519 1726888126.34851: in VariableManager get_vars() 7519 1726888126.34877: Calling all_inventory to load vars for managed_node1 7519 1726888126.34880: Calling groups_inventory to load vars for managed_node1 7519 1726888126.34885: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888126.34893: Calling all_plugins_play to load vars for managed_node1 7519 1726888126.34895: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888126.34899: Calling groups_plugins_play to load vars for managed_node1 7519 1726888126.34958: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.34984: done with get_vars() 7519 1726888126.34993: done getting variables 7519 1726888126.35055: in VariableManager get_vars() 7519 1726888126.35063: Calling all_inventory to load vars for managed_node1 7519 1726888126.35065: Calling groups_inventory to load vars for managed_node1 7519 1726888126.35066: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888126.35069: Calling all_plugins_play to load vars for managed_node1 7519 1726888126.35070: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888126.35072: Calling groups_plugins_play to load vars for managed_node1 7519 1726888126.35089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.35101: done with get_vars() 7519 1726888126.35108: getting variables 7519 1726888126.35109: in VariableManager get_vars() 7519 1726888126.35119: Calling all_inventory to load vars for managed_node2 7519 1726888126.35121: Calling groups_inventory to load vars for managed_node2 7519 1726888126.35123: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888126.35127: Calling all_plugins_play to load vars for managed_node2 7519 1726888126.35129: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888126.35130: Calling groups_plugins_play to load vars for managed_node2 7519 1726888126.35153: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.35166: done with get_vars() 7519 1726888126.35170: done getting variables 7519 1726888126.35198: in VariableManager get_vars() 7519 1726888126.35204: Calling all_inventory to load vars for managed_node2 7519 1726888126.35206: Calling groups_inventory to load vars for managed_node2 7519 1726888126.35207: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888126.35209: Calling all_plugins_play to load vars for managed_node2 7519 1726888126.35210: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888126.35212: Calling groups_plugins_play to load vars for managed_node2 7519 1726888126.35238: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.35249: done with get_vars() 7519 1726888126.35257: getting variables 7519 1726888126.35257: in VariableManager get_vars() 7519 1726888126.35264: Calling all_inventory to load vars for managed_node3 7519 1726888126.35265: Calling groups_inventory to load vars for managed_node3 7519 1726888126.35266: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888126.35269: Calling all_plugins_play to load vars for managed_node3 7519 1726888126.35270: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888126.35272: Calling groups_plugins_play to load vars for managed_node3 7519 1726888126.35288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.35298: done with get_vars() 7519 1726888126.35302: done getting variables 7519 1726888126.35338: in VariableManager get_vars() 7519 1726888126.35345: Calling all_inventory to load vars for managed_node3 7519 1726888126.35347: Calling groups_inventory to load vars for managed_node3 7519 1726888126.35348: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888126.35351: Calling all_plugins_play to load vars for managed_node3 7519 1726888126.35352: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888126.35354: Calling groups_plugins_play to load vars for managed_node3 7519 1726888126.35371: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.35382: done with get_vars() 7519 1726888126.35388: done queuing things up, now waiting for results queue to drain 7519 1726888126.35389: results queue empty 7519 1726888126.35390: checking for any_errors_fatal 7519 1726888126.35391: done checking for any_errors_fatal 7519 1726888126.35392: checking for max_fail_percentage 7519 1726888126.35392: done checking for max_fail_percentage 7519 1726888126.35393: checking to see if all hosts have failed and the running result is not ok 7519 1726888126.35393: done checking to see if all hosts have failed 7519 1726888126.35394: getting the remaining hosts for this loop 7519 1726888126.35394: done getting the remaining hosts for this loop 7519 1726888126.35396: getting the next task for host managed_node1 7519 1726888126.35399: done getting next task for host managed_node1 7519 1726888126.35401: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888126.35402: ^ 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 7519 1726888126.35402: getting the next task for host managed_node2 7519 1726888126.35404: done getting next task for host managed_node2 7519 1726888126.35405: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888126.35405: ^ 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 7519 1726888126.35406: getting the next task for host managed_node3 7519 1726888126.35407: done getting next task for host managed_node3 7519 1726888126.35408: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888126.35409: ^ 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 7519 1726888126.35418: getting variables 7519 1726888126.35418: in VariableManager get_vars() 7519 1726888126.35428: Calling all_inventory to load vars for managed_node1 7519 1726888126.35430: Calling groups_inventory to load vars for managed_node1 7519 1726888126.35431: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888126.35434: Calling all_plugins_play to load vars for managed_node1 7519 1726888126.35436: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888126.35438: Calling groups_plugins_play to load vars for managed_node1 7519 1726888126.35457: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.35472: done with get_vars() 7519 1726888126.35476: done getting variables TASK [fedora.linux_system_roles.tlog : Set platform/version specific variables] *** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:2 Friday 20 September 2024 23:08:46 -0400 (0:00:00.042) 0:00:00.974 ****** 7519 1726888126.35527: entering _queue_task() for managed_node1/include_tasks 7519 1726888126.35733: worker is 1 (out of 3 available) 7519 1726888126.35745: exiting _queue_task() for managed_node1/include_tasks 7519 1726888126.35771: getting variables 7519 1726888126.35774: in VariableManager get_vars() 7519 1726888126.35851: Calling all_inventory to load vars for managed_node2 7519 1726888126.35856: Calling groups_inventory to load vars for managed_node2 7519 1726888126.35858: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888126.35873: Calling all_plugins_play to load vars for managed_node2 7519 1726888126.35876: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888126.35880: Calling groups_plugins_play to load vars for managed_node2 7519 1726888126.35953: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888126.35970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.36004: done with get_vars() 7519 1726888126.36015: done getting variables 7519 1726888126.36360: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000a 7519 1726888126.36363: variable 'ansible_search_path' from source: unknown 7519 1726888126.36365: variable 'ansible_search_path' from source: unknown 7519 1726888126.36367: calling self._execute() 7519 1726888126.36369: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888126.36371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888126.36373: variable 'omit' from source: magic vars 7519 1726888126.36431: entering _queue_task() for managed_node2/include_tasks 7519 1726888126.36553: _execute() done 7519 1726888126.36761: worker is 2 (out of 3 available) 7519 1726888126.36798: dumping result to json 7519 1726888126.36808: exiting _queue_task() for managed_node2/include_tasks 7519 1726888126.36846: done dumping result, returning 7519 1726888126.36853: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-00000000000a] 7519 1726888126.36856: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a 7519 1726888126.36955: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a 7519 1726888126.36959: WORKER PROCESS EXITING 7519 1726888126.36975: getting variables 7519 1726888126.36978: in VariableManager get_vars() 7519 1726888126.37039: Calling all_inventory to load vars for managed_node3 7519 1726888126.37043: Calling groups_inventory to load vars for managed_node3 7519 1726888126.37046: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888126.37060: Calling all_plugins_play to load vars for managed_node3 7519 1726888126.37063: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888126.37067: Calling groups_plugins_play to load vars for managed_node3 7519 1726888126.37083: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888126.37137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.37171: done with get_vars() 7519 1726888126.37180: done getting variables 7519 1726888126.37236: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000a 7519 1726888126.37239: variable 'ansible_search_path' from source: unknown 7519 1726888126.37241: variable 'ansible_search_path' from source: unknown 7519 1726888126.37244: calling self._execute() 7519 1726888126.37246: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888126.37248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888126.37267: variable 'omit' from source: magic vars 7519 1726888126.37311: entering _queue_task() for managed_node3/include_tasks 7519 1726888126.37399: _execute() done 7519 1726888126.37402: dumping result to json 7519 1726888126.37405: done dumping result, returning 7519 1726888126.37409: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-00000000000a] 7519 1726888126.37504: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a 7519 1726888126.37809: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a 7519 1726888126.37814: WORKER PROCESS EXITING 7519 1726888126.37680: worker is 3 (out of 3 available) 7519 1726888126.37830: exiting _queue_task() for managed_node3/include_tasks 7519 1726888126.37879: done queuing things up, now waiting for results queue to drain 7519 1726888126.37881: waiting for pending results... 7519 1726888126.37908: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888126.37969: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000a 7519 1726888126.37977: variable 'ansible_search_path' from source: unknown 7519 1726888126.37980: variable 'ansible_search_path' from source: unknown 7519 1726888126.38008: calling self._execute() 7519 1726888126.38059: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888126.38063: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888126.38071: variable 'omit' from source: magic vars 7519 1726888126.38139: _execute() done 7519 1726888126.38144: dumping result to json 7519 1726888126.38147: done dumping result, returning 7519 1726888126.38151: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-00000000000a] 7519 1726888126.38171: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a 7519 1726888126.38229: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000a 7519 1726888126.38232: WORKER PROCESS EXITING 7519 1726888126.38249: no more pending results, returning what we have 7519 1726888126.38253: in VariableManager get_vars() 7519 1726888126.38299: Calling all_inventory to load vars for managed_node1 7519 1726888126.38302: Calling groups_inventory to load vars for managed_node1 7519 1726888126.38304: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888126.38312: Calling all_plugins_play to load vars for managed_node1 7519 1726888126.38314: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888126.38317: Calling groups_plugins_play to load vars for managed_node1 7519 1726888126.38349: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.38370: done with get_vars() 7519 1726888126.38374: variable 'ansible_search_path' from source: unknown 7519 1726888126.38375: variable 'ansible_search_path' from source: unknown 7519 1726888126.38393: in VariableManager get_vars() 7519 1726888126.38402: Calling all_inventory to load vars for managed_node2 7519 1726888126.38403: Calling groups_inventory to load vars for managed_node2 7519 1726888126.38404: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888126.38407: Calling all_plugins_play to load vars for managed_node2 7519 1726888126.38408: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888126.38410: Calling groups_plugins_play to load vars for managed_node2 7519 1726888126.38437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.38448: done with get_vars() 7519 1726888126.38451: variable 'ansible_search_path' from source: unknown 7519 1726888126.38452: variable 'ansible_search_path' from source: unknown 7519 1726888126.38464: in VariableManager get_vars() 7519 1726888126.38472: Calling all_inventory to load vars for managed_node3 7519 1726888126.38475: Calling groups_inventory to load vars for managed_node3 7519 1726888126.38477: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888126.38480: Calling all_plugins_play to load vars for managed_node3 7519 1726888126.38482: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888126.38484: Calling groups_plugins_play to load vars for managed_node3 7519 1726888126.38502: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.38517: done with get_vars() 7519 1726888126.38519: variable 'ansible_search_path' from source: unknown 7519 1726888126.38520: variable 'ansible_search_path' from source: unknown 7519 1726888126.38532: we have included files to process 7519 1726888126.38533: generating all_blocks data 7519 1726888126.38534: done generating all_blocks data 7519 1726888126.38539: processing included file: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml 7519 1726888126.38540: loading included file: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml 7519 1726888126.38541: Loading data from /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml 7519 1726888126.38963: done processing included file 7519 1726888126.38964: iterating over new_blocks loaded from include file 7519 1726888126.38965: in VariableManager get_vars() 7519 1726888126.38977: done with get_vars() 7519 1726888126.38978: filtering new block on tags 7519 1726888126.38987: done filtering new block on tags 7519 1726888126.38989: in VariableManager get_vars() 7519 1726888126.38998: done with get_vars() 7519 1726888126.38999: filtering new block on tags 7519 1726888126.39009: done filtering new block on tags 7519 1726888126.39011: in VariableManager get_vars() 7519 1726888126.39047: done with get_vars() 7519 1726888126.39048: filtering new block on tags 7519 1726888126.39057: done filtering new block on tags 7519 1726888126.39058: done iterating over new_blocks loaded from include file included: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml for managed_node1, managed_node2, managed_node3 7519 1726888126.39062: extending task lists for all hosts with included blocks 7519 1726888126.39418: done extending task lists 7519 1726888126.39419: done processing included files 7519 1726888126.39420: results queue empty 7519 1726888126.39420: checking for any_errors_fatal 7519 1726888126.39421: done checking for any_errors_fatal 7519 1726888126.39423: checking for max_fail_percentage 7519 1726888126.39424: done checking for max_fail_percentage 7519 1726888126.39425: checking to see if all hosts have failed and the running result is not ok 7519 1726888126.39425: done checking to see if all hosts have failed 7519 1726888126.39426: getting the remaining hosts for this loop 7519 1726888126.39427: done getting the remaining hosts for this loop 7519 1726888126.39428: getting the next task for host managed_node1 7519 1726888126.39431: done getting next task for host managed_node1 7519 1726888126.39432: ^ task is: TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role 7519 1726888126.39434: ^ 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? (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 7519 1726888126.39434: getting the next task for host managed_node2 7519 1726888126.39436: done getting next task for host managed_node2 7519 1726888126.39437: ^ task is: TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role 7519 1726888126.39438: ^ 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? (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 7519 1726888126.39441: getting the next task for host managed_node3 7519 1726888126.39443: done getting next task for host managed_node3 7519 1726888126.39445: ^ task is: TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role 7519 1726888126.39446: ^ 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? (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 7519 1726888126.39455: getting variables 7519 1726888126.39456: in VariableManager get_vars() 7519 1726888126.39469: Calling all_inventory to load vars for managed_node1 7519 1726888126.39471: Calling groups_inventory to load vars for managed_node1 7519 1726888126.39473: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888126.39478: Calling all_plugins_play to load vars for managed_node1 7519 1726888126.39480: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888126.39483: Calling groups_plugins_play to load vars for managed_node1 7519 1726888126.39515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.39539: done with get_vars() 7519 1726888126.39544: done getting variables TASK [fedora.linux_system_roles.tlog : Ensure ansible_facts used by role] ****** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:2 Friday 20 September 2024 23:08:46 -0400 (0:00:00.040) 0:00:01.015 ****** 7519 1726888126.39589: entering _queue_task() for managed_node1/setup 7519 1726888126.39790: worker is 1 (out of 3 available) 7519 1726888126.39801: exiting _queue_task() for managed_node1/setup 7519 1726888126.39828: getting variables 7519 1726888126.39830: in VariableManager get_vars() 7519 1726888126.39918: Calling all_inventory to load vars for managed_node2 7519 1726888126.39924: Calling groups_inventory to load vars for managed_node2 7519 1726888126.39927: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888126.39941: Calling all_plugins_play to load vars for managed_node2 7519 1726888126.39944: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888126.39948: Calling groups_plugins_play to load vars for managed_node2 7519 1726888126.39992: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role 7519 1726888126.40045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.40099: done with get_vars() 7519 1726888126.40108: done getting variables 7519 1726888126.40152: in run() - task 0ed44806-2f0b-c82f-f05a-00000000007e 7519 1726888126.40156: variable 'ansible_search_path' from source: unknown 7519 1726888126.40158: variable 'ansible_search_path' from source: unknown 7519 1726888126.40160: calling self._execute() 7519 1726888126.40163: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888126.40166: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888126.40192: variable 'omit' from source: magic vars 7519 1726888126.40246: entering _queue_task() for managed_node2/setup 7519 1726888126.40605: 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) 7519 1726888126.40637: 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) 7519 1726888126.40640: 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) 7519 1726888126.40627: worker is 2 (out of 3 available) 7519 1726888126.40645: exiting _queue_task() for managed_node2/setup 7519 1726888126.40676: 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) 7519 1726888126.40689: getting variables 7519 1726888126.40692: in VariableManager get_vars() 7519 1726888126.40772: Calling all_inventory to load vars for managed_node3 7519 1726888126.40780: Calling groups_inventory to load vars for managed_node3 7519 1726888126.40784: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888126.40791: 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) 7519 1726888126.40795: 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) 7519 1726888126.40798: 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) 7519 1726888126.40800: 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) 7519 1726888126.40812: Calling all_plugins_play to load vars for managed_node3 7519 1726888126.40815: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888126.40818: Calling groups_plugins_play to load vars for managed_node3 7519 1726888126.40861: 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) 7519 1726888126.40865: 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) 7519 1726888126.40905: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888126.40952: done with get_vars() 7519 1726888126.40965: done getting variables 7519 1726888126.41050: variable '__tlog_required_facts' from source: role '' all vars 7519 1726888126.41060: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888126.41100: entering _queue_task() for managed_node3/setup 7519 1726888126.41131: Evaluated conditional (__tlog_required_facts | difference(ansible_facts.keys() | list) | length > 0): True 7519 1726888126.41135: variable 'omit' from source: magic vars 7519 1726888126.41186: variable 'omit' from source: magic vars 7519 1726888126.41191: variable '__tlog_required_facts_subsets' from source: role '' all vars 7519 1726888126.41514: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role 7519 1726888126.41536: worker is 3 (out of 3 available) 7519 1726888126.41546: exiting _queue_task() for managed_node3/setup 7519 1726888126.41570: done queuing things up, now waiting for results queue to drain 7519 1726888126.41572: waiting for pending results... 7519 1726888126.41581: in run() - task 0ed44806-2f0b-c82f-f05a-00000000007e 7519 1726888126.41585: variable 'ansible_search_path' from source: unknown 7519 1726888126.41588: variable 'ansible_search_path' from source: unknown 7519 1726888126.41591: calling self._execute() 7519 1726888126.41633: variable '__tlog_required_facts_subsets' from source: role '' all vars 7519 1726888126.41739: variable '__tlog_required_facts' from source: role '' all vars 7519 1726888126.41809: variable 'omit' from source: magic vars 7519 1726888126.41846: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role 7519 1726888126.41870: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888126.41883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888126.41897: variable 'omit' from source: magic vars 7519 1726888126.41971: in run() - task 0ed44806-2f0b-c82f-f05a-00000000007e 7519 1726888126.42000: variable 'ansible_search_path' from source: unknown 7519 1726888126.42012: variable 'ansible_search_path' from source: unknown 7519 1726888126.42127: calling self._execute() 7519 1726888126.42185: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888126.42197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888126.42222: variable 'omit' from source: magic vars 7519 1726888126.42294: 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) 7519 1726888126.42328: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888126.42529: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888126.42532: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888126.42535: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.42537: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.42539: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888126.42541: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888126.42543: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888126.42545: Set connection var ansible_shell_executable to /bin/sh 7519 1726888126.42550: Set connection var ansible_pipelining to False 7519 1726888126.42561: Set connection var ansible_shell_type to sh 7519 1726888126.42572: Set connection var ansible_timeout to 10 7519 1726888126.42579: Set connection var ansible_connection to ssh 7519 1726888126.42588: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888126.42617: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.42628: variable 'ansible_connection' from source: unknown 7519 1726888126.42636: variable 'ansible_module_compression' from source: unknown 7519 1726888126.42645: 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) 7519 1726888126.42654: variable 'ansible_shell_type' from source: unknown 7519 1726888126.42662: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.42669: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888126.42676: variable 'ansible_pipelining' from source: unknown 7519 1726888126.42683: variable 'ansible_timeout' from source: unknown 7519 1726888126.42691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888126.42699: 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) 7519 1726888126.42733: 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) 7519 1726888126.42798: 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) 7519 1726888126.42820: 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) 7519 1726888126.42898: 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) 7519 1726888126.42926: 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) 7519 1726888126.42931: 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__) 7519 1726888126.42946: variable 'omit' from source: magic vars 7519 1726888126.42957: 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) 7519 1726888126.42962: 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) 7519 1726888126.42990: 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) 7519 1726888126.43015: 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) 7519 1726888126.43036: 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) 7519 1726888126.43045: 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) 7519 1726888126.43065: 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) 7519 1726888126.43105: 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) 7519 1726888126.43133: starting attempt loop 7519 1726888126.43142: running the handler 7519 1726888126.43160: _low_level_execute_command(): starting 7519 1726888126.43173: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888126.43295: variable '__tlog_required_facts' from source: role '' all vars 7519 1726888126.43309: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888126.43329: 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) 7519 1726888126.43361: 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) <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888126.43404: 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) 7519 1726888126.43429: 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) 7519 1726888126.43606: variable '__tlog_required_facts' from source: role '' all vars 7519 1726888126.43660: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888126.43710: Evaluated conditional (__tlog_required_facts | difference(ansible_facts.keys() | list) | length > 0): True 7519 1726888126.43729: variable 'omit' from source: magic vars 7519 1726888126.43777: Evaluated conditional (__tlog_required_facts | difference(ansible_facts.keys() | list) | length > 0): True 7519 1726888126.43789: variable 'omit' from source: magic vars 7519 1726888126.43843: variable 'omit' from source: magic vars 7519 1726888126.43875: variable '__tlog_required_facts_subsets' from source: role '' all vars 7519 1726888126.43939: variable 'omit' from source: magic vars 7519 1726888126.44005: variable '__tlog_required_facts_subsets' from source: role '' all vars 7519 1726888126.44085: variable '__tlog_required_facts_subsets' from source: role '' all vars 7519 1726888126.44101: variable '__tlog_required_facts_subsets' from source: role '' all vars 7519 1726888126.44140: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888126.44155: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.44175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.44204: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.44208: variable '__tlog_required_facts' from source: role '' all vars 7519 1726888126.44226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.44270: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888126.44289: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888126.44306: variable '__tlog_required_facts' from source: role '' all vars 7519 1726888126.44395: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888126.44398: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.44431: variable 'omit' from source: magic vars 7519 1726888126.44446: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888126.44450: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888126.44461: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888126.44464: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888126.44487: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.44490: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888126.44508: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888126.44533: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888126.44537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888126.44545: variable 'omit' from source: magic vars 7519 1726888126.44584: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888126.44587: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888126.44600: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.44609: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.44618: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.44632: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.44641: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888126.44667: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888126.44672: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888126.44678: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888126.44685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888126.44692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888126.44807: Set connection var ansible_shell_executable to /bin/sh 7519 1726888126.44820: Set connection var ansible_pipelining to False 7519 1726888126.44828: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.44834: Set connection var ansible_shell_type to sh 7519 1726888126.44843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888126.44853: Set connection var ansible_timeout to 10 7519 1726888126.44862: Set connection var ansible_connection to ssh 7519 1726888126.44872: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888126.44877: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888126.44880: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888126.44887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888126.44900: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.44906: variable 'ansible_connection' from source: unknown 7519 1726888126.44913: variable 'ansible_module_compression' from source: unknown 7519 1726888126.44919: variable 'ansible_shell_type' from source: unknown 7519 1726888126.44927: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.44934: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888126.44941: variable 'ansible_pipelining' from source: unknown 7519 1726888126.44947: variable 'ansible_timeout' from source: unknown 7519 1726888126.44964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888126.44992: Set connection var ansible_shell_executable to /bin/sh 7519 1726888126.45005: Set connection var ansible_pipelining to False 7519 1726888126.45020: Set connection var ansible_shell_type to sh 7519 1726888126.45037: Set connection var ansible_timeout to 10 7519 1726888126.45044: Set connection var ansible_connection to ssh 7519 1726888126.45054: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888126.45080: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.45089: variable 'ansible_connection' from source: unknown 7519 1726888126.45096: variable 'ansible_module_compression' from source: unknown 7519 1726888126.45104: variable 'ansible_shell_type' from source: unknown 7519 1726888126.45112: variable 'ansible_shell_executable' from source: unknown 7519 1726888126.45124: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888126.45133: variable 'ansible_pipelining' from source: unknown 7519 1726888126.45145: variable 'ansible_timeout' from source: unknown 7519 1726888126.45153: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888126.45211: 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__) 7519 1726888126.45227: variable 'omit' from source: magic vars 7519 1726888126.45238: starting attempt loop 7519 1726888126.45245: running the handler 7519 1726888126.45264: _low_level_execute_command(): starting 7519 1726888126.45278: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888126.45391: 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__) 7519 1726888126.45419: variable 'omit' from source: magic vars 7519 1726888126.45432: starting attempt loop 7519 1726888126.45439: running the handler 7519 1726888126.45455: _low_level_execute_command(): starting 7519 1726888126.45467: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888126.46074: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888126.46089: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.46102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.46124: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.46142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.46184: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888126.46197: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888126.46210: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888126.46230: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.46234: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888126.46244: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.46255: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.46259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.46272: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.46275: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.46287: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.46291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.46311: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888126.46329: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888126.46341: stdout chunk (state=3): >>>/root <<< 7519 1726888126.46345: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888126.46348: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888126.46353: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888126.46363: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.46368: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888126.46371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.46501: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.46504: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.46506: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888126.46508: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888126.46510: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888126.46518: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888126.46533: stdout chunk (state=3): >>><<< 7519 1726888126.46536: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.46538: stderr chunk (state=3): >>><<< 7519 1726888126.46552: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.46678: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.46681: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888126.46683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.46685: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888126.46688: _low_level_execute_command(): starting 7519 1726888126.46692: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888126.46694: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440 `" && echo ansible-tmp-1726888126.4657106-7571-71010296534440="` echo /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440 `" ) && sleep 0' 7519 1726888126.46696: stderr chunk (state=3): >>>debug2: match found <<< <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888126.46703: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888126.46705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.46707: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.46709: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440 `" && echo ansible-tmp-1726888126.4657106-7571-71010296534440="` echo /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440 `" ) && sleep 0'"'"'' 7519 1726888126.46714: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888126.46733: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.46749: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.46769: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.46790: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888126.46793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.46800: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888126.46803: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888126.46814: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888126.46827: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.46830: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888126.46843: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888126.46845: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888126.46848: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888126.46850: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888126.46856: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888126.46867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.46870: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888126.46899: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.46902: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.46917: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.46945: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.47028: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888126.47045: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888126.47058: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888126.47083: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.47107: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888126.47133: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888126.47149: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888126.47159: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888126.47175: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888126.47205: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.47265: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.47415: 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 <<< 7519 1726888126.47418: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.47473: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.47477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 7519 1726888126.47481: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.47483: 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.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.47488: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.47532: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888126.47554: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888126.47567: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888126.47590: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.47602: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888126.47621: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.47645: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.49368: stdout chunk (state=3): >>>/root <<< 7519 1726888126.49534: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888126.49620: stderr chunk (state=3): >>><<< 7519 1726888126.49625: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.49631: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888126.49634: stdout chunk (state=3): >>>ansible-tmp-1726888126.4657106-7571-71010296534440=/root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440 <<< 7519 1726888126.49636: _low_level_execute_command(): starting 7519 1726888126.49638: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885 `" && echo ansible-tmp-1726888126.496172-7573-50835205033885="` echo /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885 `" && echo ansible-tmp-1726888126.496172-7573-50835205033885="` echo /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885 `" ) && sleep 0'"'"'' 7519 1726888126.49770: stdout chunk (state=3): >>>/root <<< 7519 1726888126.49785: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888126.49800: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888126.49803: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888126.49806: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888126.49874: stderr chunk (state=3): >>><<< 7519 1726888126.49886: stdout chunk (state=3): >>><<< 7519 1726888126.49889: stderr chunk (state=3): >>><<< 7519 1726888126.49891: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888126.4657106-7571-71010296534440=/root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.50332: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888126.4657106-7571-71010296534440=/root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888126.50335: variable 'ansible_module_compression' from source: unknown 7519 1726888126.50337: ANSIBALLZ: Using lock for setup 7519 1726888126.50339: ANSIBALLZ: Acquiring lock 7519 1726888126.50341: ANSIBALLZ: Lock acquired: 140005031087424 7519 1726888126.50343: ANSIBALLZ: Creating module <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.50455: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888126.50458: _low_level_execute_command(): starting 7519 1726888126.50460: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060 `" && echo ansible-tmp-1726888126.503584-7572-59740462155060="` echo /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060 `" && echo ansible-tmp-1726888126.503584-7572-59740462155060="` echo /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060 `" ) && sleep 0'"'"'' 7519 1726888126.50551: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888126.50554: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.50556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.50559: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.50566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.50606: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888126.50629: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888126.50636: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888126.50645: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.50654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.50663: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.50670: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.50681: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888126.50688: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888126.50695: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888126.50704: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.50715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.50744: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.50752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.50760: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888126.50767: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888126.50773: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888126.50781: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888126.50789: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.50798: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.50806: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.50892: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888126.50902: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888126.51003: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888126.51006: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.51008: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888126.51010: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888126.51015: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888126.51017: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888126.51049: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888126.51053: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.51142: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.51656: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.51659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.51699: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.51702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.51705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888126.51707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.51791: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888126.51795: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.51809: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888126.51826: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888126.51842: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888126.51853: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888126.51869: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888126.51902: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.51955: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.53789: stdout chunk (state=3): >>>ansible-tmp-1726888126.496172-7573-50835205033885=/root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885 <<< 7519 1726888126.54029: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888126.54033: stdout chunk (state=3): >>><<< 7519 1726888126.54055: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888126.496172-7573-50835205033885=/root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.54232: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888126.496172-7573-50835205033885=/root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888126.54235: variable 'ansible_module_compression' from source: unknown 7519 1726888126.54237: ANSIBALLZ: Using lock for setup 7519 1726888126.54240: ANSIBALLZ: Acquiring lock 7519 1726888126.54571: stdout chunk (state=3): >>>ansible-tmp-1726888126.503584-7572-59740462155060=/root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060 <<< 7519 1726888126.54810: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888126.54817: stdout chunk (state=3): >>><<< 7519 1726888126.54819: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'ansible-tmp-1726888126.503584-7572-59740462155060=/root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.54979: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888126.503584-7572-59740462155060=/root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888126.54983: variable 'ansible_module_compression' from source: unknown 7519 1726888126.54986: ANSIBALLZ: Using lock for setup 7519 1726888126.54988: ANSIBALLZ: Acquiring lock 7519 1726888126.70768: ANSIBALLZ: Writing module into payload 7519 1726888126.70868: ANSIBALLZ: Writing module 7519 1726888126.70894: ANSIBALLZ: Renaming module 7519 1726888126.70909: ANSIBALLZ: Done creating module 7519 1726888126.71036: ANSIBALLZ: Lock acquired: 140005031087424 7519 1726888126.71039: ANSIBALLZ: Reading module after lock 7519 1726888126.71041: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888126.71043: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888126.71233: ANSIBALLZ: Lock acquired: 140005031087424 Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py 7519 1726888126.71239: ANSIBALLZ: Reading module after lock 7519 1726888126.71241: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp98s3lmi8 TO /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py 7519 1726888126.71246: variable 'ansible_facts' from source: host vars for 'managed_node2' <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py 7519 1726888126.71406: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1o6mdank TO /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py 7519 1726888126.71463: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py 7519 1726888126.71474: Sending initial data 7519 1726888126.71477: Sent initial data (150 bytes) <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9jdz_vbp TO /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888126.71681: Sending initial data 7519 1726888126.71689: Sent initial data (151 bytes) 7519 1726888126.71978: Sending initial data 7519 1726888126.71982: Sent initial data (150 bytes) 7519 1726888126.72845: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888126.72866: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.72882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.72901: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.72916: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888126.72920: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.72937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.72966: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.72969: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.72971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888126.72974: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.73013: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888126.73028: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888126.73041: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888126.73069: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888126.73072: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.73074: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888126.73076: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888126.73094: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.73108: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.73126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.73138: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.73156: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.73170: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.73187: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888126.73200: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888126.73211: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888126.73227: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.73241: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.73255: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.73267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.73278: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888126.73289: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888126.73300: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888126.73313: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888126.73330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.73345: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.73362: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.73435: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888126.73451: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888126.73462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888126.73507: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.73528: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888126.73542: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888126.73552: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888126.73562: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888126.73578: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888126.73617: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.73657: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.73776: 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 <<< 7519 1726888126.73779: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.73815: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.73818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.73821: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888126.73826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.73870: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888126.73876: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.73895: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888126.73901: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888126.73904: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888126.73910: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.73962: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.75709: 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 <<< 7519 1726888126.75717: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888126.75742: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888126.75747: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888126.75855: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp98s3lmi8 debug3: Sent message fd 3 T:17 I:3 debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py M:0x001a <<< 7519 1726888126.75859: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp98s3lmi8 /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py <<< 7519 1726888126.76174: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888126.76208: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888126.76284: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1o6mdank debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888126.76288: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1o6mdank /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py <<< 7519 1726888126.76310: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py M:0x001a <<< 7519 1726888126.77060: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888126.77170: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 7519 1726888126.77173: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9jdz_vbp debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888126.77175: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9jdz_vbp /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py <<< 7519 1726888126.77704: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py M:0x001a <<< 7519 1726888126.78696: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 7519 1726888126.78701: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21819 <<< 7519 1726888126.78955: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 21819 bytes at 261120 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888126.79002: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21818 <<< 7519 1726888126.79155: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888126.79189: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 21818 bytes at 261120 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888126.79706: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 7519 1726888126.80048: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888126.80052: stdout chunk (state=3): >>><<< 7519 1726888126.80054: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp98s3lmi8 /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp98s3lmi8\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21819\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21819 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888126.80066: done transferring module to remote 7519 1726888126.80068: _low_level_execute_command(): starting 7519 1726888126.80071: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/ /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/ /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888126.80291: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888126.80294: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21818 <<< 7519 1726888126.80442: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888126.80650: stderr chunk (state=3): >>><<< 7519 1726888126.80653: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1o6mdank /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1o6mdank\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21818\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21818 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888126.80659: done transferring module to remote 7519 1726888126.80662: _low_level_execute_command(): starting 7519 1726888126.80664: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/ /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888126.80669: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 21818 bytes at 261120 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/ /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888126.80753: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888126.80932: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888126.81034: stderr chunk (state=3): >>><<< 7519 1726888126.81038: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9jdz_vbp /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9jdz_vbp\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21818\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21818 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888126.81157: done transferring module to remote 7519 1726888126.81161: _low_level_execute_command(): starting 7519 1726888126.81163: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/ /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/ /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888126.81611: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888126.81720: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.81742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.81762: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.81774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.81855: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888126.81937: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888126.81950: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888126.81963: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.81975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.81987: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.82044: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.82060: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888126.82071: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888126.82082: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888126.82093: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.82105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.82120: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888126.82141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.82154: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888126.82167: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888126.82179: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888126.82197: 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 <<< 7519 1726888126.82200: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.82249: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888126.82252: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888126.82255: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.82257: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.82259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.82261: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.82263: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.82276: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.82288: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.82301: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.82316: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888126.82337: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.82340: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888126.82359: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.82442: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888126.82471: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888126.82484: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888126.82500: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888126.82514: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888126.82527: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888126.82541: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888126.82551: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888126.82580: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888126.82583: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.82603: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.82648: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.83004: 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 <<< 7519 1726888126.83008: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.83054: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.83058: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.83060: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.83062: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.83125: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888126.83145: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888126.83150: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888126.83164: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.83209: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.84605: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888126.84652: stderr chunk (state=3): >>><<< 7519 1726888126.84655: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.84677: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888126.84680: _low_level_execute_command(): starting 7519 1726888126.84692: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888126.84853: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888126.84909: stderr chunk (state=3): >>><<< 7519 1726888126.84912: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.85038: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888126.85043: _low_level_execute_command(): starting 7519 1726888126.85045: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888126.85406: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.85410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.85457: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 7519 1726888126.85460: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 7519 1726888126.85463: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.85465: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888126.85469: stderr chunk (state=3): >>>debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.85520: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888126.85545: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888126.85552: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888126.85569: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.85607: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.85736: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888126.85740: stdout chunk (state=3): >>><<< 7519 1726888126.85763: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888126.85916: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888126.85920: _low_level_execute_command(): starting 7519 1726888126.85924: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888126.85931: 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.85934: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888126.85936: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.85938: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.85940: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.86029: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888126.86107: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888126.86149: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.86207: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.86452: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888126.86456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888126.86483: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.86486: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888126.86488: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888126.86490: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888126.86544: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888126.86565: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888126.86568: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888126.86571: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888126.86632: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888126.87708: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888126.87741: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888126.87802: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888126.87859: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888126.87890: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888126.87935: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888126.87940: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888126.87994: 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' <<< 7519 1726888126.88019: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888126.88049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888126.88054: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888126.88074: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098dc0> <<< 7519 1726888126.88120: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888126.88131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7519 1726888126.88137: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098b20> <<< 7519 1726888126.88166: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py <<< 7519 1726888126.88170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7519 1726888126.88209: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098ac0> import '_signal' # <<< 7519 1726888126.88236: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 7519 1726888126.88245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7519 1726888126.88257: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d490> <<< 7519 1726888126.88286: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py <<< 7519 1726888126.88288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7519 1726888126.88321: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7519 1726888126.88333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888126.88336: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888126.88338: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d940> <<< 7519 1726888126.88366: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d670> <<< 7519 1726888126.88396: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888126.88400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888126.88433: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888126.88444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888126.88465: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888126.88485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888126.88514: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf190> <<< 7519 1726888126.88536: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888126.88558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888126.88643: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf220> <<< 7519 1726888126.88675: 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' <<< 7519 1726888126.88711: 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' <<< 7519 1726888126.88723: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5df2850> <<< 7519 1726888126.88735: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf940> <<< 7519 1726888126.88754: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6055880> <<< 7519 1726888126.88773: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py <<< 7519 1726888126.88790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dc8d90> <<< 7519 1726888126.88842: 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' <<< 7519 1726888126.88861: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5df2d90> <<< 7519 1726888126.88896: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7519 1726888126.88902: stdout chunk (state=3): >>>import _imp # builtin <<< 7519 1726888126.88925: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d970> <<< 7519 1726888126.88950: 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. <<< 7519 1726888126.89175: stdout chunk (state=3): >>>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 <<< 7519 1726888126.89220: 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' <<< 7519 1726888126.89238: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888126.89277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888126.89279: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888126.89308: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8dc0> <<< 7519 1726888126.89325: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888126.89338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888126.89343: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888126.89374: 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' <<< 7519 1726888126.89381: 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 0x7fcd8127d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8b20> <<< 7519 1726888126.89389: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888126.89446: 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' <<< 7519 1726888126.89451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888126.89454: 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' <<< 7519 1726888126.89459: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6deb0> <<< 7519 1726888126.89464: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8ac0> <<< 7519 1726888126.89467: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888126.89475: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 7519 1726888126.89495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7519 1726888126.89503: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d490> <<< 7519 1726888126.89543: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d71f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888126.89547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888126.89584: 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' <<< 7519 1726888126.89588: 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' <<< 7519 1726888126.89591: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d940> <<< 7519 1726888126.89603: stdout chunk (state=3): >>>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 <<< 7519 1726888126.89606: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888126.89639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888126.89651: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d67610> <<< 7519 1726888126.89666: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6f640> <<< 7519 1726888126.89683: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d670> <<< 7519 1726888126.89696: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888126.89701: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6d370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888126.89704: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888126.89708: 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' # /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888126.89773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888126.89785: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888126.89788: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888126.89790: 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' <<< 7519 1726888126.89792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888126.89797: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888126.89826: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888126.89851: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234190> # /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' <<< 7519 1726888126.89855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.89859: 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' <<< 7519 1726888126.89871: 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' <<< 7519 1726888126.89891: 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 0x7fe3d5c57e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57910> <<< 7519 1726888126.89912: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888126.89931: stdout chunk (state=3): >>># /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' # <<< 7519 1726888126.89970: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498dc0> <<< 7519 1726888126.90061: 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 0x7fe3d5c57f10> # /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' <<< 7519 1726888126.90081: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888126.90092: 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 0x7f497043d3a0> <<< 7519 1726888126.90096: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498b20> <<< 7519 1726888126.90100: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57fd0> # /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' <<< 7519 1726888126.90102: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6a0d0> import '_collections' # <<< 7519 1726888126.90104: 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' <<< 7519 1726888126.90111: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498ac0> <<< 7519 1726888126.90114: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888126.90118: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234220> # /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 0x7fcd81257850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81295880> # /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 0x7fcd8122dd90> <<< 7519 1726888126.90140: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d49d90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d44670> <<< 7519 1726888126.90166: 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 0x7fcd81257d90> <<< 7519 1726888126.90200: 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' <<< 7519 1726888126.90226: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d490> # /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 0x7f497043d940> <<< 7519 1726888126.90234: 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 0x7fe3d5d556d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d75e20> <<< 7519 1726888126.90239: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d670> <<< 7519 1726888126.90241: 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' <<< 7519 1726888126.90298: 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' <<< 7519 1726888126.90303: 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 0x7fe3d5c6acd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d492b0> <<< 7519 1726888126.90376: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d970> <<< 7519 1726888126.90441: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888126.90446: 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 # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888126.90449: 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. <<< 7519 1726888126.90452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888126.90518: 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 0x7fe3d5d552e0> <<< 7519 1726888126.90537: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b9d0> # /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 0x7fe3d5c6aeb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6adf0> # /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 0x7fe3d5c6ad60> # /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' <<< 7519 1726888126.90542: 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' <<< 7519 1726888126.90544: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf220> <<< 7519 1726888126.90547: 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' <<< 7519 1726888126.90549: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888126.90580: 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' <<< 7519 1726888126.90584: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf940> <<< 7519 1726888126.90591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888126.90619: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970455880> <<< 7519 1726888126.90647: 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 0x7fe3d5c3e3d0> <<< 7519 1726888126.90651: 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 0x7f49701c8d90> <<< 7519 1726888126.90660: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888126.90665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888126.90692: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c3e4c0> <<< 7519 1726888126.90747: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py <<< 7519 1726888126.90751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701f2d90> <<< 7519 1726888126.90752: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888126.90754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888126.90795: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888126.90801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7519 1726888126.90843: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d970> <<< 7519 1726888126.90848: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888126.90851: 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. <<< 7519 1726888126.90871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888126.90875: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c72f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6ca90> <<< 7519 1726888126.90888: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6c490> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888126.90903: 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 0x7fcd80fd3eb0> <<< 7519 1726888126.90905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888126.91011: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd5f40> <<< 7519 1726888126.91018: 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' import '_sre' # <<< 7519 1726888126.91036: stdout chunk (state=3): >>># /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 0x7fe3d5b72220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c28520> <<< 7519 1726888126.91038: 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' <<< 7519 1726888126.91085: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6cf10> <<< 7519 1726888126.91091: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b040> <<< 7519 1726888126.91093: 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' <<< 7519 1726888126.91124: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fcc610> <<< 7519 1726888126.91134: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd2640> <<< 7519 1726888126.91151: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888126.91159: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd3370> <<< 7519 1726888126.91164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888126.91180: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888126.91198: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b84b50> <<< 7519 1726888126.91201: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888126.91204: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.91205: 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 0x7fe3d5b84e80> <<< 7519 1726888126.91243: 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' <<< 7519 1726888126.91267: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py <<< 7519 1726888126.91269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95790> <<< 7519 1726888126.91271: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.91298: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888126.91317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.91320: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888126.91515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888126.91558: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888126.91572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888126.91575: 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' <<< 7519 1726888126.91577: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888126.91601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95cd0> <<< 7519 1726888126.91621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888126.91626: 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 0x7fcd80eb8e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8910> 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 0x7fcd80eb8f10> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888126.91629: 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' <<< 7519 1726888126.91658: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970193eb0> <<< 7519 1726888126.91661: 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 0x7fe3d5b2e400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b84f70> # /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' <<< 7519 1726888126.91664: 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 0x7fe3d5b3e2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95610> import 'pwd' # <<< 7519 1726888126.91778: 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 0x7fe3d5b3e3a0> <<< 7519 1726888126.91782: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970195f40> <<< 7519 1726888126.91784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # <<< 7519 1726888126.91785: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888126.91787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888126.91788: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8fd0> # /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 0x7fcd80ecb0d0> import '_collections' # <<< 7519 1726888126.91789: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888126.91790: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888126.91791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888126.91793: 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' <<< 7519 1726888126.91794: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80faed90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fa7670> <<< 7519 1726888126.91795: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6aa30> # /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 0x7fe3d5b5a700> # /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 0x7fe3d5b5a9d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a7c0> <<< 7519 1726888126.91796: 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 0x7fe3d5b5a8b0> <<< 7519 1726888126.91798: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497018c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970192640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970193370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888126.91799: 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' <<< 7519 1726888126.91832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888126.91851: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888126.91889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.91912: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888126.91923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888126.91947: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.91960: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.91971: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4970078e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078910> <<< 7519 1726888126.91986: 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 0x7fcd80fb96d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fdae20> # /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 0x7fcd80ecbcd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fae2b0> # 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 0x7fcd80fb92e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe09d0> # /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 0x7fcd80ecbeb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbdf0> # /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 0x7fcd80ecbd60> # /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' <<< 7519 1726888126.92117: 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 0x7f4970078f10> # /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' <<< 7519 1726888126.92121: stdout chunk (state=3): >>># /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' <<< 7519 1726888126.92125: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078fd0> # /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 0x7f497008b0d0> import '_collections' # <<< 7519 1726888126.92149: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e9e3d0> <<< 7519 1726888126.92156: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888126.92167: 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 0x7fe3d5b5ad00> # 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 0x7fe3d5b65250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b4da90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6a610> # /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' <<< 7519 1726888126.92199: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016ed90> import '_functools' # <<< 7519 1726888126.92203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888126.92205: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5aaf0> <<< 7519 1726888126.92206: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970167670> <<< 7519 1726888126.92226: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e9e4c0> <<< 7519 1726888126.92274: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py <<< 7519 1726888126.92276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701796d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497019ae20> <<< 7519 1726888126.92315: 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' <<< 7519 1726888126.92329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888126.92344: 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 0x7f497008bcd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016e2b0> <<< 7519 1726888126.92355: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe3d5a886d0> <<< 7519 1726888126.92388: 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 0x7f49701792e0> <<< 7519 1726888126.92391: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a09d0> <<< 7519 1726888126.92427: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888126.92429: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ed2f40> <<< 7519 1726888126.92438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888126.92465: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7519 1726888126.92468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.92474: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecda90> <<< 7519 1726888126.92489: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888126.92512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008beb0> <<< 7519 1726888126.92525: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008bdf0> <<< 7519 1726888126.92530: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecd490> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888126.92561: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py <<< 7519 1726888126.92564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008bd60> <<< 7519 1726888126.92573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888126.92576: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888126.92703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7519 1726888126.92706: 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' <<< 7519 1726888126.92710: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888126.92713: stdout chunk (state=3): >>># /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 <<< 7519 1726888126.92716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' <<< 7519 1726888126.92721: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip' # zipimport: zlib available <<< 7519 1726888126.92737: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.92756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888126.92759: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888126.92770: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.92773: 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 0x7f497005e3d0> # /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' <<< 7519 1726888126.92779: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dd2220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e89520> <<< 7519 1726888126.92801: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497005e4c0> <<< 7519 1726888126.92826: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecdf10> <<< 7519 1726888126.92837: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe0040> <<< 7519 1726888126.92882: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888126.92912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888126.92944: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py <<< 7519 1726888126.92953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' <<< 7519 1726888126.92992: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970093f40> <<< 7519 1726888126.92999: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80de4b50> import 'errno' # <<< 7519 1726888126.93050: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008da90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008d490> <<< 7519 1726888126.93099: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888126.93107: 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 0x7fcd80de4e80> <<< 7519 1726888126.93145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888126.93150: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888126.93152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7519 1726888126.93154: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888126.93157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888126.93163: 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' <<< 7519 1726888126.93181: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5790> <<< 7519 1726888126.93184: 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 0x7f496ff92220> <<< 7519 1726888126.93185: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888126.93210: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970049520> <<< 7519 1726888126.93230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888126.93279: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008df10> <<< 7519 1726888126.93281: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5cd0> <<< 7519 1726888126.93283: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a0040> <<< 7519 1726888126.93317: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888126.93343: 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 0x7fcd80d8e400> <<< 7519 1726888126.93349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888126.93382: 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' <<< 7519 1726888126.93385: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffa4b50> <<< 7519 1726888126.93387: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888126.93416: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80de4f70> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888126.93514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7519 1726888126.93520: 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 0x7fcd80d9f2e0> <<< 7519 1726888126.93525: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5610> import 'pwd' # <<< 7519 1726888126.93555: 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 0x7f496ffa4e80> # /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 0x7f496ffb5790> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888126.93559: 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' <<< 7519 1726888126.93561: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d9f3a0> <<< 7519 1726888126.93562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888126.93581: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5cd0> <<< 7519 1726888126.93602: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecba30> <<< 7519 1726888126.93660: 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 0x7f496ff4e400> <<< 7519 1726888126.93664: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffa4f70> <<< 7519 1726888126.93667: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888126.93669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888126.93671: 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'<<< 7519 1726888126.93678: stdout chunk (state=3): >>> <<< 7519 1726888126.93725: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888126.93731: 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 0x7f496ff5f2e0> <<< 7519 1726888126.93734: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5610> <<< 7519 1726888126.93736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888126.93739: stdout chunk (state=3): >>>import 'pwd' # <<< 7519 1726888126.93784: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.93786: 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 0x7fcd80dba700> <<< 7519 1726888126.93788: 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 0x7f496ff5f3a0> <<< 7519 1726888126.93840: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008ba30> <<< 7519 1726888126.93846: 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' <<< 7519 1726888126.93865: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888126.93871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888126.93896: 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' <<< 7519 1726888126.93901: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888126.93903: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba9d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba7c0> <<< 7519 1726888126.93905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888126.93940: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.93961: 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 0x7f496ff7a700> <<< 7519 1726888126.93966: 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' <<< 7519 1726888126.93993: 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 0x7fcd80dba8b0> <<< 7519 1726888126.93996: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.94036: 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' <<< 7519 1726888126.94076: stdout chunk (state=3): >>># 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 0x7f496ff7a9d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a7c0> # 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 0x7f496ff7a8b0> <<< 7519 1726888126.94079: 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' <<< 7519 1726888126.94097: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.94245: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.94266: 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 0x7fcd80dbad00> <<< 7519 1726888126.94335: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.94355: 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 0x7fcd80dc5250> <<< 7519 1726888126.94361: 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 0x7f496ff7ad00> <<< 7519 1726888126.94366: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba940> <<< 7519 1726888126.94394: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80daea90> <<< 7519 1726888126.94397: 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 0x7f496ff85250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a940> <<< 7519 1726888126.94411: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff6ea90> <<< 7519 1726888126.94416: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecb610> <<< 7519 1726888126.94452: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008b610> <<< 7519 1726888126.94457: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888126.94458: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888126.94514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888126.94530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888126.94557: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7aaf0> <<< 7519 1726888126.94581: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dbaaf0> <<< 7519 1726888126.94752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888126.94771: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f496feaf6d0> <<< 7519 1726888126.94787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888126.94822: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcd80ce36d0> <<< 7519 1726888126.95060: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888126.95088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53c4820> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7519 1726888126.95095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.95144: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888126.95152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888126.95154: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7519 1726888126.95156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888126.95157: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip' # zipimport: zlib available <<< 7519 1726888126.95198: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.95201: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip' <<< 7519 1726888126.95204: stdout chunk (state=3): >>># 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 0x7fe3d59ab730> <<< 7519 1726888126.95207: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.95227: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab610> <<< 7519 1726888126.95275: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab340> # /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py<<< 7519 1726888126.95293: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.95348: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888126.95353: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab160><<< 7519 1726888126.95356: stdout chunk (state=3): >>> import 'atexit' # <<< 7519 1726888126.95502: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.95516: 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 0x7fe3d59ab3a0> <<< 7519 1726888126.95520: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/__init__.py <<< 7519 1726888126.95524: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.95530: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/__init__.py <<< 7519 1726888126.95532: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888126.95539: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888126.95541: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.95546: stdout chunk (state=3): >>># /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 0x7fe3d59ab790> # /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' <<< 7519 1726888126.95555: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888126.95557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888126.95561: 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' <<< 7519 1726888126.95657: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d598a7f0> <<< 7519 1726888126.95694: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.95700: 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 0x7fe3d598ab80> <<< 7519 1726888126.95736: 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 0x7fe3d598a9d0> <<< 7519 1726888126.95750: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888126.95764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888126.95801: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5348520> <<< 7519 1726888126.95827: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59a5d60> <<< 7519 1726888126.96003: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab4f0> <<< 7519 1726888126.96029: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888126.96052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888126.96062: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59a51c0> <<< 7519 1726888126.96074: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888126.96086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888126.96120: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7519 1726888126.96132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7519 1726888126.96135: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888126.96174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888126.96184: 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 0x7fe3d59aab20> <<< 7519 1726888126.96266: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979160> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979760> <<< 7519 1726888126.96275: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d534ed30> <<< 7519 1726888126.96301: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.96303: 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 0x7fe3d5979670> <<< 7519 1726888126.96325: 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 <<< 7519 1726888126.96347: 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 0x7fe3d59fbd00> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7519 1726888126.96366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888126.96398: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888126.96430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888126.96509: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.96512: 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 0x7fe3d53a5a00> <<< 7519 1726888126.96553: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05e80> <<< 7519 1726888126.96557: 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' <<< 7519 1726888126.96617: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.96633: 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 0x7fe3d53b30a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05eb0> <<< 7519 1726888126.96636: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888126.96680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.96702: 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' <<< 7519 1726888126.96708: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888126.96766: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a0e250> <<< 7519 1726888126.96921: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b30d0> <<< 7519 1726888126.97024: 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' <<< 7519 1726888126.97029: 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 0x7fe3d5a0ea60> <<< 7519 1726888126.97063: 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 0x7fe3d59cfb80> <<< 7519 1726888126.97104: 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' <<< 7519 1726888126.97114: 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 0x7fe3d5a05cd0> <<< 7519 1726888126.97121: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59fbee0> <<< 7519 1726888126.97143: 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' <<< 7519 1726888126.97179: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888126.97186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888126.97240: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.97242: 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 0x7fe3d53b00d0> <<< 7519 1726888126.97244: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.97436: 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 0x7fe3d53a6310> <<< 7519 1726888126.97453: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.97457: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b0cd0> <<< 7519 1726888126.97483: 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' <<< 7519 1726888126.97504: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b0670> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b1100> # zipimport: zlib available <<< 7519 1726888126.97529: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888126.97536: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.97624: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.97708: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.97727: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888126.97731: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.97757: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888126.97766: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.97876: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.97979: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.98503: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.98747: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888126.98753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd42820> <<< 7519 1726888126.98785: 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' <<< 7519 1726888126.98810: 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' <<< 7519 1726888126.98835: 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' <<< 7519 1726888126.98885: 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 0x7f496fdd1730> <<< 7519 1726888126.98933: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1610> <<< 7519 1726888126.98965: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1340> <<< 7519 1726888126.99003: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888126.99008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888126.99059: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7519 1726888126.99063: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888126.99098: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1460> <<< 7519 1726888126.99112: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1160> import 'atexit' # <<< 7519 1726888126.99159: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888126.99161: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888126.99166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.99169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' <<< 7519 1726888126.99193: 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 0x7f496fdd13a0> <<< 7519 1726888126.99196: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888126.99199: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b76820> <<< 7519 1726888126.99268: 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 0x7fe3d53ee910> <<< 7519 1726888126.99281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888126.99333: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7519 1726888126.99340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888126.99345: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1790> <<< 7519 1726888126.99349: 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' <<< 7519 1726888126.99352: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f39a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f70640> <<< 7519 1726888126.99354: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888126.99356: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888126.99358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888126.99359: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888126.99361: stdout chunk (state=3): >>># 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 <<< 7519 1726888126.99363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888126.99365: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888126.99367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888126.99369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888126.99371: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.99373: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.99375: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c06730> <<< 7519 1726888126.99387: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888126.99447: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888126.99450: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06610> <<< 7519 1726888126.99451: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdc1820> <<< 7519 1726888126.99503: 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' <<< 7519 1726888126.99508: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdc1490> <<< 7519 1726888126.99511: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06340> <<< 7519 1726888126.99530: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.99629: stdout chunk (state=3): >>># 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 0x7f496fdc1640> <<< 7519 1726888126.99666: 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' <<< 7519 1726888126.99675: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06460> <<< 7519 1726888126.99680: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06160> <<< 7519 1726888126.99683: 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' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f788520> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdccd60> <<< 7519 1726888126.99685: 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' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d598b7f0> # zipimport: zlib available <<< 7519 1726888126.99691: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888126.99732: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888126.99745: 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 0x7fcd80c063a0> <<< 7519 1726888126.99774: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888126.99825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888126.99892: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd14f0> <<< 7519 1726888126.99922: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06790> <<< 7519 1726888126.99944: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888126.99977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888126.99981: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888126.99984: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdcc1c0> <<< 7519 1726888126.99986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888126.99989: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888126.99991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888126.99995: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888127.00033: 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' <<< 7519 1726888127.00038: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888127.00044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888127.00082: 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' <<< 7519 1726888127.00085: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.00088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888127.00090: 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 0x7f496fdd0b20> <<< 7519 1726888127.00185: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0160> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0760> <<< 7519 1726888127.00188: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f78dd30> <<< 7519 1726888127.00233: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.00236: 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 0x7f496fda0670> <<< 7519 1726888127.00240: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bf5820> <<< 7519 1726888127.00258: 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 0x7f496fe22d00> <<< 7519 1726888127.00308: 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 <<< 7519 1726888127.00312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888127.00317: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.00329: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888127.00334: 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 0x7fcd80bf5490> <<< 7519 1726888127.00361: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.00365: stdout chunk (state=3): >>># 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 0x7fcd80bf5640> <<< 7519 1726888127.00370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888127.00387: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888127.00415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888127.00443: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.00533: 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 0x7f496f7e4a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ce80> <<< 7519 1726888127.00536: 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' <<< 7519 1726888127.00537: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd805c8520> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c00d60> <<< 7519 1726888127.00539: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.00586: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.00589: 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 0x7f496f7f30a0> <<< 7519 1726888127.00592: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ceb0> <<< 7519 1726888127.00594: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888127.00612: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.00615: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888127.00661: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888127.00669: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.00675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.00686: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7519 1726888127.00696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7519 1726888127.00714: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.00749: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c064f0> <<< 7519 1726888127.00796: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888127.00817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888127.00835: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe34250> <<< 7519 1726888127.00841: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 7519 1726888127.00848: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c001c0> <<< 7519 1726888127.00864: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7519 1726888127.00877: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888127.00879: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.00880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888127.00907: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888127.00920: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.00934: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7519 1726888127.00940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7519 1726888127.00984: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888127.00987: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f30d0> <<< 7519 1726888127.00989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888127.01030: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888127.01037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' <<< 7519 1726888127.01056: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c01b20> <<< 7519 1726888127.01097: 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' <<< 7519 1726888127.01104: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fe34a60> <<< 7519 1726888127.01121: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.01142: 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 0x7f496fdf6b80> <<< 7519 1726888127.01198: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4160> <<< 7519 1726888127.01201: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4760> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd805cdd30> <<< 7519 1726888127.01215: 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' <<< 7519 1726888127.01264: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fe2ccd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe22ee0> <<< 7519 1726888127.01270: 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' <<< 7519 1726888127.01273: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888127.01275: 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' <<< 7519 1726888127.01379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888127.01385: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bd4670> <<< 7519 1726888127.01388: 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 <<< 7519 1726888127.01390: 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 0x7fcd80c56d00> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7519 1726888127.01411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888127.01415: 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' import '_ast' # <<< 7519 1726888127.01441: 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 0x7f496f7ef0d0> <<< 7519 1726888127.01445: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888127.01446: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59c7460> <<< 7519 1726888127.01448: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.01471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888127.01514: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.01564: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.01568: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.01688: 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 0x7f496f7e6310> <<< 7519 1726888127.01696: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 7519 1726888127.01728: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b57a00> <<< 7519 1726888127.01739: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7efcd0> <<< 7519 1726888127.01742: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.01746: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60e80> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888127.01748: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888127.01751: 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 0x7f496f7ef670> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f0100> # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888127.01753: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.01755: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888127.01763: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.01769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888127.01780: 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 0x7fcd80b660a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60eb0> <<< 7519 1726888127.01792: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.01796: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888127.01815: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.01857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.01899: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7519 1726888127.01906: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.01908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' <<< 7519 1726888127.01927: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.01944: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888127.01993: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.01998: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02003: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888127.02006: 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 <<< 7519 1726888127.02008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.02010: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02012: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888127.02028: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c68250> <<< 7519 1726888127.02081: 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' <<< 7519 1726888127.02091: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53e20d0> <<< 7519 1726888127.02135: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02180: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f31f0> <<< 7519 1726888127.02220: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888127.02228: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02245: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b660d0> <<< 7519 1726888127.02277: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02283: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02344: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02375: 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' <<< 7519 1726888127.02385: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02391: 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 0x7fcd80c68a60> <<< 7519 1726888127.02405: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888127.02448: 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 0x7fcd80c2ab80> <<< 7519 1726888127.02451: 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 <<< 7519 1726888127.02477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888127.02535: 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' <<< 7519 1726888127.02537: 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 0x7fcd80c60cd0> <<< 7519 1726888127.02539: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888127.02540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888127.02555: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c56ee0> <<< 7519 1726888127.02566: 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 <<< 7519 1726888127.02579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 7519 1726888127.02604: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888127.02610: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f5bb0> <<< 7519 1726888127.02646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888127.02648: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a16070> <<< 7519 1726888127.02697: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.02714: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53e52e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888127.02725: 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 0x7fcd80b620d0> <<< 7519 1726888127.02740: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02742: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02767: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888127.02849: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888127.02874: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02878: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/modules/__init__.py <<< 7519 1726888127.02903: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.02949: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03025: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.03061: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03070: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03073: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03096: 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 0x7fcd80b58310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b62cd0> <<< 7519 1726888127.03119: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03126: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03144: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03163: 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 0x7fcd80b62670> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b63100> <<< 7519 1726888127.03185: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03226: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py <<< 7519 1726888127.03230: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03243: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888127.03283: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03350: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03355: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03371: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03402: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py <<< 7519 1726888127.03414: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03471: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03491: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03506: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888127.03540: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03566: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03569: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03571: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888127.03589: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03708: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03757: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03759: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03796: 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' <<< 7519 1726888127.03818: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py <<< 7519 1726888127.03844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc' <<< 7519 1726888127.03890: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py <<< 7519 1726888127.03899: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888127.03930: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7519 1726888127.03945: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888127.03948: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.03950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f26400> # /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py <<< 7519 1726888127.03952: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888127.03954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.03967: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.03979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7519 1726888127.03998: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py <<< 7519 1726888127.04031: 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 0x7f496fd6c910> <<< 7519 1726888127.04034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f849a0> <<< 7519 1726888127.04065: 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 0x7fe3d4f84df0> <<< 7519 1726888127.04169: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f80490> <<< 7519 1726888127.04175: 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' <<< 7519 1726888127.04178: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd719a0> <<< 7519 1726888127.04186: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f391640> <<< 7519 1726888127.04189: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4df7040> <<< 7519 1726888127.04217: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce73a0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce75e0> <<< 7519 1726888127.04265: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7519 1726888127.04271: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888127.04274: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04314: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04319: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888127.04336: stdout chunk (state=3): >>># 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 0x7fe3d53e16d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f9a8e0> <<< 7519 1726888127.04342: 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' <<< 7519 1726888127.04376: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53e15e0> <<< 7519 1726888127.04380: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py <<< 7519 1726888127.04405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888127.04435: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.04440: stdout chunk (state=3): >>># 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 0x7fe3d4f3d3a0> <<< 7519 1726888127.04460: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4d479a0> <<< 7519 1726888127.04487: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04499: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce74f0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py <<< 7519 1726888127.04508: stdout chunk (state=3): >>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py <<< 7519 1726888127.04535: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04539: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py <<< 7519 1726888127.04557: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04607: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04655: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py <<< 7519 1726888127.04686: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04689: 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' <<< 7519 1726888127.04696: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04722: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04725: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdb17f0> # zipimport: zlib available <<< 7519 1726888127.04752: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py <<< 7519 1726888127.04783: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888127.04793: stdout chunk (state=3): >>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py <<< 7519 1726888127.04800: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04830: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04849: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py <<< 7519 1726888127.04873: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04904: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04945: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py <<< 7519 1726888127.04962: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.04998: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.05033: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py <<< 7519 1726888127.05039: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.05096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.05152: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.05198: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.05252: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py <<< 7519 1726888127.05274: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.05352: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.05475: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888127.05506: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7519 1726888127.05516: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 7519 1726888127.05531: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888127.05560: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888127.05585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.05659: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.05675: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.05683: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80ba0910> <<< 7519 1726888127.05695: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.05783: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888127.05788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7519 1726888127.05822: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba59a0> <<< 7519 1726888127.05835: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801d0640> <<< 7519 1726888127.05903: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888127.05930: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.05933: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.05954: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.05976: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888127.06002: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06008: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06096: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py <<< 7519 1726888127.06100: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888127.06107: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06147: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06155: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06199: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888127.06202: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06204: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06206: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06270: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py <<< 7519 1726888127.06277: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06280: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available <<< 7519 1726888127.06309: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06338: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py <<< 7519 1726888127.06341: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06408: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888127.06448: 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' <<< 7519 1726888127.06453: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888127.06467: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06483: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80be57f0> <<< 7519 1726888127.06485: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06488: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06496: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py # zipimport: zlib available <<< 7519 1726888127.06528: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06534: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888127.06537: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available <<< 7519 1726888127.06539: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06540: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06584: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available <<< 7519 1726888127.06643: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06726: 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' <<< 7519 1726888127.06752: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce79d0> <<< 7519 1726888127.06783: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888127.06821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888127.06845: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.06983: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4c66f40> <<< 7519 1726888127.06987: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py <<< 7519 1726888127.06993: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07056: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07119: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py <<< 7519 1726888127.07127: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888127.07160: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07163: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888127.07166: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888127.07199: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07260: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdee460> <<< 7519 1726888127.07269: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07290: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py <<< 7519 1726888127.07298: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07356: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07361: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07440: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available <<< 7519 1726888127.07449: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888127.07461: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888127.07475: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07477: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07535: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888127.07537: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888127.07564: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888127.07570: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07620: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07684: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07690: 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 0x7fe3d4c38c70> <<< 7519 1726888127.07745: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07789: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07840: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07875: 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 <<< 7519 1726888127.07914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.07932: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888127.07959: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4cac100> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py <<< 7519 1726888127.07961: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.07985: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08027: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08029: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08041: 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 0x7f496fd600d0> <<< 7519 1726888127.08057: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888127.08074: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08079: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py <<< 7519 1726888127.08086: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08162: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08165: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08167: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd711f0> <<< 7519 1726888127.08208: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/file.py <<< 7519 1726888127.08224: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888127.08231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08234: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08371: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888127.08374: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08376: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08379: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888127.08381: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08384: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888127.08386: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08404: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08458: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888127.08489: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888127.08493: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888127.08495: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888127.08497: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08506: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py # zipimport: zlib available <<< 7519 1726888127.08529: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888127.08558: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py <<< 7519 1726888127.08578: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888127.08580: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888127.08607: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08648: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py <<< 7519 1726888127.08653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc' <<< 7519 1726888127.08718: 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 0x7fe3d4bf3670> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4bf3ac0> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py <<< 7519 1726888127.08724: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd73bb0> <<< 7519 1726888127.08752: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08755: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py <<< 7519 1726888127.08757: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe3d070> <<< 7519 1726888127.08765: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08795: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08798: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08847: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd632e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888127.08855: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py # zipimport: zlib available <<< 7519 1726888127.08859: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08871: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.08903: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888127.08984: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09007: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888127.09020: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09028: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/modules/__init__.py <<< 7519 1726888127.09051: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09131: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888127.09135: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available <<< 7519 1726888127.09137: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888127.09181: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888127.09218: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09221: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09225: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09254: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09302: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c21460> <<< 7519 1726888127.09332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09349: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09384: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09400: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available <<< 7519 1726888127.09446: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09449: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available <<< 7519 1726888127.09489: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09528: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888127.09540: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09547: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/validation.py <<< 7519 1726888127.09554: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888127.09557: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09587: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09646: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09661: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09673: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09679: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09690: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888127.09715: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09719: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py <<< 7519 1726888127.09725: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09768: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py <<< 7519 1726888127.09770: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09788: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09821: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09886: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09946: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.09948: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.10000: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py <<< 7519 1726888127.10003: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.10040: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.10043: 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 <<< 7519 1726888127.10069: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.10090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.10152: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.10216: 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' <<< 7519 1726888127.10220: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.10227: stdout chunk (state=3): >>># 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 0x7fcd80b940d0> <<< 7519 1726888127.10256: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py <<< 7519 1726888127.10258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.10284: stdout chunk (state=3): >>># /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' <<< 7519 1726888127.10320: 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' <<< 7519 1726888127.10360: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f346400> <<< 7519 1726888127.10389: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba51f0> <<< 7519 1726888127.10392: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py <<< 7519 1726888127.10400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc' <<< 7519 1726888127.10431: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py <<< 7519 1726888127.10438: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/file.py <<< 7519 1726888127.10464: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888127.10473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7519 1726888127.10475: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.10479: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py <<< 7519 1726888127.10498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' <<< 7519 1726888127.10504: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3a59a0> <<< 7519 1726888127.10583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.10587: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.10600: 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 0x7f496f3a5df0> <<< 7519 1726888127.10653: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.10656: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3a2490> <<< 7519 1726888127.10662: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f21d040> <<< 7519 1726888127.10692: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.10695: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d3a0> <<< 7519 1726888127.10705: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d5e0> <<< 7519 1726888127.10717: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7519 1726888127.10739: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888127.10769: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888127.10772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc' <<< 7519 1726888127.10778: 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' <<< 7519 1726888127.10815: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888127.10823: 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 0x7f496fd5f6d0> <<< 7519 1726888127.10828: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3b2730> <<< 7519 1726888127.10850: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py <<< 7519 1726888127.10865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc' <<< 7519 1726888127.10868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888127.10884: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888127.10899: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd5f5e0> <<< 7519 1726888127.10913: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py <<< 7519 1726888127.10935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888127.10937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888127.10960: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.10982: stdout chunk (state=3): >>># 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 0x7f496f355c70> <<< 7519 1726888127.10997: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f16c9a0> <<< 7519 1726888127.11087: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d4f0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py <<< 7519 1726888127.11096: stdout chunk (state=3): >>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py <<< 7519 1726888127.11100: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11103: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py<<< 7519 1726888127.11104: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available <<< 7519 1726888127.11106: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba7bb0> <<< 7519 1726888127.11108: stdout chunk (state=3): >>> <<< 7519 1726888127.11115: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11134: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c71070> <<< 7519 1726888127.11155: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11163: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11263: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b972e0> # destroy ansible.module_utils.distro <<< 7519 1726888127.11267: stdout chunk (state=3): >>>import ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888127.11270: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11271: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py # zipimport: zlib available <<< 7519 1726888127.11273: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available <<< 7519 1726888127.11298: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11300: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11368: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11372: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888127.11379: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available <<< 7519 1726888127.11398: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py <<< 7519 1726888127.11402: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11452: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available <<< 7519 1726888127.11478: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py <<< 7519 1726888127.11489: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11545: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 7519 1726888127.11550: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11586: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/modules/__init__.py <<< 7519 1726888127.11589: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11591: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11597: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11599: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py <<< 7519 1726888127.11606: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11637: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11639: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11693: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py <<< 7519 1726888127.11712: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py # zipimport: zlib available <<< 7519 1726888127.11719: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11742: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py <<< 7519 1726888127.11744: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11745: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11776: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11779: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11784: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11814: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11831: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py <<< 7519 1726888127.11835: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11837: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11868: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11908: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11919: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11938: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.11968: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py <<< 7519 1726888127.11999: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12003: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12005: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12052: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py <<< 7519 1726888127.12076: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12185: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12215: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12331: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12374: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py <<< 7519 1726888127.12378: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py # zipimport: zlib available <<< 7519 1726888127.12379: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12446: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py <<< 7519 1726888127.12451: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py <<< 7519 1726888127.12471: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12477: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12481: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12496: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py <<< 7519 1726888127.12511: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12570: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12642: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12646: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py <<< 7519 1726888127.12661: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12665: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12692: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py <<< 7519 1726888127.12710: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12729: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12756: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12816: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available <<< 7519 1726888127.12857: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12910: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py <<< 7519 1726888127.12916: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.12945: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13008: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13091: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py <<< 7519 1726888127.13094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.13151: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py <<< 7519 1726888127.13154: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc' <<< 7519 1726888127.13187: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py <<< 7519 1726888127.13204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc' <<< 7519 1726888127.13250: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80185400> <<< 7519 1726888127.13303: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py <<< 7519 1726888127.13306: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py <<< 7519 1726888127.13309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc' <<< 7519 1726888127.13311: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13331: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py <<< 7519 1726888127.13381: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7519 1726888127.13400: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available <<< 7519 1726888127.13406: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py <<< 7519 1726888127.13447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' <<< 7519 1726888127.13451: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801e49a0> <<< 7519 1726888127.13453: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13455: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13494: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available <<< 7519 1726888127.13498: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13558: 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' <<< 7519 1726888127.13564: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd801e4df0> <<< 7519 1726888127.13567: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py <<< 7519 1726888127.13571: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13573: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py <<< 7519 1726888127.13589: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13602: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13650: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13663: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801e1490> <<< 7519 1726888127.13667: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py # zipimport: zlib available <<< 7519 1726888127.13669: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available <<< 7519 1726888127.13675: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80057040> <<< 7519 1726888127.13680: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13698: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff473a0> <<< 7519 1726888127.13722: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py <<< 7519 1726888127.13725: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13729: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff475e0> <<< 7519 1726888127.13736: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7519 1726888127.13738: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13795: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py # zipimport: zlib available <<< 7519 1726888127.13802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc' <<< 7519 1726888127.13829: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13917: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py <<< 7519 1726888127.13924: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available <<< 7519 1726888127.13927: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13932: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py <<< 7519 1726888127.13973: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.13979: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available <<< 7519 1726888127.14002: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py # zipimport: zlib available <<< 7519 1726888127.14009: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888127.14051: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py <<< 7519 1726888127.14058: stdout chunk (state=3): >>># 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 0x7fcd80b936d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801f1730> # /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 0x7fcd80b935e0> # /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py <<< 7519 1726888127.14061: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888127.14093: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14116: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14134: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.14137: 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' <<< 7519 1726888127.14139: stdout chunk (state=3): >>># 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 0x7fcd80194c70> <<< 7519 1726888127.14168: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d9d0> <<< 7519 1726888127.14171: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ffa69a0> <<< 7519 1726888127.14177: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14197: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888127.14244: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff474f0> <<< 7519 1726888127.14252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888127.14255: stdout chunk (state=3): >>>import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py <<< 7519 1726888127.14257: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py <<< 7519 1726888127.14262: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available <<< 7519 1726888127.14293: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888127.14297: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14310: stdout chunk (state=3): >>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py <<< 7519 1726888127.14344: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py <<< 7519 1726888127.14347: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14348: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14409: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14501: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py <<< 7519 1726888127.14512: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f08cf40> <<< 7519 1726888127.14514: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available <<< 7519 1726888127.14526: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14528: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14576: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14585: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14636: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py <<< 7519 1726888127.14696: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py <<< 7519 1726888127.14702: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14727: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py <<< 7519 1726888127.14731: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14734: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14737: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py <<< 7519 1726888127.14797: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14813: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14834: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available <<< 7519 1726888127.14862: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888127.14885: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py <<< 7519 1726888127.14891: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14903: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14906: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py # zipimport: zlib available <<< 7519 1726888127.14948: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py <<< 7519 1726888127.14951: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14978: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.14981: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15035: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py <<< 7519 1726888127.15039: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15041: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15091: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py <<< 7519 1726888127.15093: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py <<< 7519 1726888127.15096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15125: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15138: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15140: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15200: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888127.15203: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py <<< 7519 1726888127.15219: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888127.15278: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15280: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15343: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15431: 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 0x7f496f0843a0> <<< 7519 1726888127.15440: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py <<< 7519 1726888127.15450: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15817: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f0d2100> <<< 7519 1726888127.15821: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py <<< 7519 1726888127.15828: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15898: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.15961: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py <<< 7519 1726888127.15968: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.16015: stdout chunk (state=3): >>> {"ansible_facts": {"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", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 7519 1726888127.16069: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.16131: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.16173: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.16315: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.16513: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type <<< 7519 1726888127.16547: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py <<< 7519 1726888127.16593: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.16686: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.16693: stdout chunk (state=3): >>># 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<<< 7519 1726888127.16842: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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 0x7f496f018670> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f018ac0> <<< 7519 1726888127.16889: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available <<< 7519 1726888127.16895: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py <<< 7519 1726888127.16898: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.16903: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py <<< 7519 1726888127.16915: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888127.16954: stdout chunk (state=3): >>> # 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 <<< 7519 1726888127.16962: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.16965: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.16967: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.16969: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py # zipimport: zlib available <<< 7519 1726888127.16997: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17053: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py <<< 7519 1726888127.17056: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py <<< 7519 1726888127.17078: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17118: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17158: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17161: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py <<< 7519 1726888127.17189: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888127.17201: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17208: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888127.17229: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888127.17254: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy bz2 # destroy lzma <<< 7519 1726888127.17262: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17287: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 7519 1726888127.17294: stdout chunk (state=3): >>># destroy json.scanner <<< 7519 1726888127.17300: stdout chunk (state=3): >>># destroy _json # destroy encodings <<< 7519 1726888127.17334: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888127.17357: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py <<< 7519 1726888127.17360: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17363: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available <<< 7519 1726888127.17365: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy logging # destroy argparse <<< 7519 1726888127.17389: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17452: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing<<< 7519 1726888127.17465: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py <<< 7519 1726888127.17474: stdout chunk (state=3): >>> # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 7519 1726888127.17479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17482: stdout chunk (state=3): >>># destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction <<< 7519 1726888127.17485: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17519: stdout chunk (state=3): >>># destroy shlex # destroy datetime <<< 7519 1726888127.17541: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17551: stdout chunk (state=3): >>># destroy base64 <<< 7519 1726888127.17559: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available <<< 7519 1726888127.17562: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy json <<< 7519 1726888127.17564: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 7519 1726888127.17597: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17707: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.17722: 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 <<< 7519 1726888127.17806: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17815: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.17820: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.17856: 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 <<< 7519 1726888127.17860: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.17908: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 7519 1726888127.17911: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available <<< 7519 1726888127.17913: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools <<< 7519 1726888127.17915: 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 <<< 7519 1726888127.17918: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path <<< 7519 1726888127.17920: 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' <<< 7519 1726888127.17922: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff479d0> # /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888127.17927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888127.17943: stdout chunk (state=3): >>># destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 7519 1726888127.17946: stdout chunk (state=3): >>># 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 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 <<< 7519 1726888127.17961: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888127.18024: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.18066: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7519 1726888127.18091: stdout chunk (state=3): >>># destroy tokenize <<< 7519 1726888127.18094: stdout chunk (state=3): >>># destroy _heapq # destroy posixpath <<< 7519 1726888127.18101: stdout chunk (state=3): >>># destroy stat <<< 7519 1726888127.18165: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal<<< 7519 1726888127.18175: 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 <<< 7519 1726888127.18180: stdout chunk (state=3): >>># destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator <<< 7519 1726888127.18185: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888127.18187: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7fec5f40> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py <<< 7519 1726888127.18191: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.18213: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888127.18216: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available <<< 7519 1726888127.18254: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.18341: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py <<< 7519 1726888127.18359: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.18373: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.18495: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.18507: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888127.18549: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py <<< 7519 1726888127.18552: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.18573: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.18591: stderr chunk (state=3): >>><<< 7519 1726888127.18594: stdout chunk (state=3): >>><<< 7519 1726888127.18632: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py <<< 7519 1726888127.18635: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.18637: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5df2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6055880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5df2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6deb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d71f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d67610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6f640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5c57e20>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57910>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6a0d0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d49d90>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d44670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d556d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d75e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5c6acd0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d492b0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5d552e0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6aeb0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6adf0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6ad60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c3e3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c3e4c0>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c72f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6ca90>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6c490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b72220>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c28520>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6cf10>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b84b50>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b84e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95cd0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b2e400>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b84f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b3e2e0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95610>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b3e3a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6aa30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a9d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a7c0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5a8b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b5ad00>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5b65250>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a940>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b4da90>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6a610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5aaf0>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe3d5a886d0>\r\n# zipimport: found 103 names in \'/tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53c4820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59ab730>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab610>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab160>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59ab3a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d598a7f0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d598ab80>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d598a9d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5348520>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59a5d60>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab4f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59a51c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59aab20>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979160>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979760>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d534ed30>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5979670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59fbd00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53a5a00>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05e80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b30a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05eb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a0e250>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b30d0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5a0ea60>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d59cfb80>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d5a05cd0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59fbee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b00d0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53a6310>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b0cd0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53b0670>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b1100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53ee910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f39a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f70640>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d598b7f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59c7460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53e20d0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f31f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f5bb0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a16070>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53e52e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f26400>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f849a0>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4f84df0>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f80490>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4df7040>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce73a0>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce75e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d53e16d0>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f9a8e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53e15e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4f3d3a0>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4d479a0>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce74f0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce79d0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4c66f40>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4c38c70>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4cac100>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3d4bf3670>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4bf3ac0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n\r\n{"ansible_facts": {"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", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888127.18871: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.18981: _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 0x7fe3d6098dc0> # /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 0x7fe3d603d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6098b20> # /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 0x7fe3d6098ac0> 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 0x7fe3d603d490> # /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 0x7fe3d603d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d670> # /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 0x7fe3d5dcf190> # /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 0x7fe3d5dcf220> # /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 0x7fe3d5df2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5dcf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d6055880> # /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 0x7fe3d5dc8d90> # /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 0x7fe3d5df2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d603d970> 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 0x7fe3d5d6deb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d71f40> # /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 0x7fe3d5d67610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6f640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d6d370> # /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 0x7fe3d5c57e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c57910> 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 0x7fe3d5c57f10> # /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 0x7fe3d5c57fd0> # /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 0x7fe3d5c6a0d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d49d90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d44670> # /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 0x7fe3d5d556d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d75e20> # /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 0x7fe3d5c6acd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d492b0> # 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 0x7fe3d5d552e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b9d0> # /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 0x7fe3d5c6aeb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6adf0> # /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 0x7fe3d5c6ad60> # /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 0x7fe3d5c3e3d0> # /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 0x7fe3d5c3e4c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c72f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6ca90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6c490> # /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 0x7fe3d5b72220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c28520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6cf10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5d7b040> # /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 0x7fe3d5b84b50> 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 0x7fe3d5b84e80> # /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 0x7fe3d5b95790> # /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 0x7fe3d5b95cd0> # 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 0x7fe3d5b2e400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b84f70> # /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 0x7fe3d5b3e2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b95610> 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 0x7fe3d5b3e3a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6aa30> # /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 0x7fe3d5b5a700> # /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 0x7fe3d5b5a9d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a7c0> # 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 0x7fe3d5b5a8b0> # /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 0x7fe3d5b5ad00> # 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 0x7fe3d5b65250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b5a940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5b4da90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5c6a610> # /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 0x7fe3d5b5aaf0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe3d5a886d0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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 0x7fe3d53c4820> # /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 0x7fe3d59ab730> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab340> # /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 0x7fe3d59ab460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab160> 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 0x7fe3d59ab3a0> # /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 0x7fe3d59ab790> # /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 0x7fe3d598a7f0> # 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 0x7fe3d598ab80> # 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 0x7fe3d598a9d0> # /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 0x7fe3d5348520> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59a5d60> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59ab4f0> # /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 0x7fe3d59a51c0> # /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 0x7fe3d59aab20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979160> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5979760> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d534ed30> # 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 0x7fe3d5979670> # /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 0x7fe3d59fbd00> # /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 0x7fe3d53a5a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05e80> # /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 0x7fe3d53b30a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a05eb0> # /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 0x7fe3d5a0e250> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b30d0> # 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 0x7fe3d5a0ea60> # 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 0x7fe3d59cfb80> # 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 0x7fe3d5a05cd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d59fbee0> # /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 0x7fe3d53b00d0> # 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 0x7fe3d53a6310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b0cd0> # 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 0x7fe3d53b0670> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53b1100> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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 0x7fe3d53ee910> # /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 0x7fe3d53f39a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f70640> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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 0x7fe3d598b7f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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 0x7fe3d59c7460> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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 0x7fe3d53e20d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53f31f0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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 0x7fe3d53f5bb0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d5a16070> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d53e52e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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 0x7fe3d4f26400> # /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 0x7fe3d4f849a0> # 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 0x7fe3d4f84df0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f80490> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4df7040> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce73a0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce75e0> # /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 0x7fe3d53e16d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4f9a8e0> # /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 0x7fe3d53e15e0> # /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 0x7fe3d4f3d3a0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4d479a0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4ce74f0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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 0x7fe3d4ce79d0> # /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 0x7fe3d4c66f40> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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 0x7fe3d4c38c70> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4cac100> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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 0x7fe3d4bf3670> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3d4bf3ac0> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_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_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_7414p7w9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available {"ansible_facts": {"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", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "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 # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 # 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 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888127.19165: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py <<< 7519 1726888127.19168: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888127.19170: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888127.19172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888127.20208: done with _execute_module (setup, {'gather_subset': ['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726888126.4657106-7571-71010296534440/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888127.20212: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.20214: 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 0x7fcd7febf3a0> <<< 7519 1726888127.20217: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20220: _low_level_execute_command(): starting 7519 1726888127.20227: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.4657106-7571-71010296534440/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888127.20235: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff0c100> <<< 7519 1726888127.20275: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py <<< 7519 1726888127.20283: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20285: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20292: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py <<< 7519 1726888127.20294: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20296: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py <<< 7519 1726888127.20300: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20302: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20304: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20305: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20309: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.20336: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.20339: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.20342: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py <<< 7519 1726888127.20344: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20346: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.20349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.20351: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888127.20353: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20355: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888127.20357: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888127.20359: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.20361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.20365: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.20399: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.20402: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20405: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888127.20407: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888127.20409: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888127.20411: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.20413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.20436: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888127.20441: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.20483: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888127.20590: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.20593: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py <<< 7519 1726888127.20596: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888127.20598: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20600: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888127.20602: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/version.py <<< 7519 1726888127.20604: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.20606: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py <<< 7519 1726888127.20608: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20654: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20657: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.20719: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py <<< 7519 1726888127.20722: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20726: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20768: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.20842: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py <<< 7519 1726888127.20853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc' <<< 7519 1726888127.20947: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.20955: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.20973: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py # zipimport: zlib available <<< 7519 1726888127.20977: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available <<< 7519 1726888127.20979: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd7fe52670> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7fe52ac0> <<< 7519 1726888127.20982: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available <<< 7519 1726888127.21009: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21011: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21013: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py <<< 7519 1726888127.21061: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21083: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py <<< 7519 1726888127.21085: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21086: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21132: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py <<< 7519 1726888127.21147: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21192: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21306: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21351: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21553: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py <<< 7519 1726888127.21584: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21587: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21698: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21846: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py <<< 7519 1726888127.21850: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py <<< 7519 1726888127.21852: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21853: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21887: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21889: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21941: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py <<< 7519 1726888127.21947: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21958: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py <<< 7519 1726888127.21969: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21993: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py <<< 7519 1726888127.21995: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.21996: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available <<< 7519 1726888127.22085: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22116: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22177: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py <<< 7519 1726888127.22199: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22207: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22241: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py <<< 7519 1726888127.22244: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22305: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22338: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22374: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py <<< 7519 1726888127.22376: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22453: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22456: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.22545: stderr chunk (state=3): >>><<< 7519 1726888127.22548: stdout chunk (state=3): >>><<< 7519 1726888127.22550: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py <<< 7519 1726888127.22557: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py <<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888127.22576: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.22579: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22581: handler run complete 7519 1726888127.22593: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888127.22718: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py # zipimport: zlib available <<< 7519 1726888127.22721: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.22728: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888127.22730: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.22733: attempt loop complete, returning result 7519 1726888127.22746: _execute() done 7519 1726888127.22748: dumping result to json 7519 1726888127.22750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.22752: done dumping result, returning 7519 1726888127.22760: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role [0ed44806-2f0b-c82f-f05a-00000000007e] 7519 1726888127.22770: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e ok: [managed_node1] 7519 1726888127.23014: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e 7519 1726888127.23018: WORKER PROCESS EXITING 7519 1726888127.23021: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23025: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py <<< 7519 1726888127.23027: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23029: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23031: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23222: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py <<< 7519 1726888127.23232: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23297: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23369: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py <<< 7519 1726888127.23372: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23416: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23457: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py <<< 7519 1726888127.23464: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23499: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23542: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py <<< 7519 1726888127.23547: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23584: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23629: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py <<< 7519 1726888127.23635: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23735: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23840: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py <<< 7519 1726888127.23855: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23858: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py <<< 7519 1726888127.23885: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23932: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.23994: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py <<< 7519 1726888127.23999: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24028: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24052: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24115: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24178: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24280: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24392: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py <<< 7519 1726888127.24396: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py <<< 7519 1726888127.24398: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24482: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py <<< 7519 1726888127.24484: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py <<< 7519 1726888127.24503: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24533: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py <<< 7519 1726888127.24540: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24644: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24777: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py <<< 7519 1726888127.24798: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24828: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.24928: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25052: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py <<< 7519 1726888127.25075: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25094: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py <<< 7519 1726888127.25108: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25158: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25218: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py <<< 7519 1726888127.25225: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25278: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25287: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25339: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py <<< 7519 1726888127.25341: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25448: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25492: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py <<< 7519 1726888127.25517: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25563: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25569: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py <<< 7519 1726888127.25573: stdout chunk (state=3): >>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py <<< 7519 1726888127.25576: stdout chunk (state=3): >>>import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py # zipimport: zlib available <<< 7519 1726888127.25580: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25639: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25663: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25692: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py <<< 7519 1726888127.25714: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25768: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py <<< 7519 1726888127.25773: stdout chunk (state=3): >>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py <<< 7519 1726888127.25845: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25873: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.25983: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.26282: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.26556: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py <<< 7519 1726888127.26568: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py <<< 7519 1726888127.26591: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.26637: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.26686: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py <<< 7519 1726888127.26698: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.26732: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.26761: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py <<< 7519 1726888127.26781: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.26878: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.26881: stdout chunk (state=3): >>> {"ansible_facts": {"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", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 7519 1726888127.26965: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py <<< 7519 1726888127.26983: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.27021: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.27056: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py <<< 7519 1726888127.27078: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.27151: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.27233: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py <<< 7519 1726888127.27249: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.27330: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.27404: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py <<< 7519 1726888127.27430: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.27629: stdout chunk (state=3): >>># clear builtins._ <<< 7519 1726888127.27690: stdout chunk (state=3): >>># clear sys.path # clear sys.argv<<< 7519 1726888127.27699: stdout chunk (state=3): >>> # clear sys.ps1<<< 7519 1726888127.27713: stdout chunk (state=3): >>> # clear sys.ps2<<< 7519 1726888127.27729: stdout chunk (state=3): >>> # clear sys.last_type<<< 7519 1726888127.27732: stdout chunk (state=3): >>> # clear sys.last_value <<< 7519 1726888127.27735: stdout chunk (state=3): >>># clear sys.last_traceback<<< 7519 1726888127.27751: stdout chunk (state=3): >>> <<< 7519 1726888127.27832: stdout chunk (state=3): >>># clear sys.path_hooks <<< 7519 1726888127.27862: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7519 1726888127.27880: stdout chunk (state=3): >>># clear sys.meta_path<<< 7519 1726888127.27886: stdout chunk (state=3): >>> # clear sys.__interactivehook__<<< 7519 1726888127.27889: stdout chunk (state=3): >>> <<< 7519 1726888127.27891: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.27893: stdout chunk (state=3): >>># restore sys.stdin <<< 7519 1726888127.27949: stdout chunk (state=3): >>># restore sys.stdout # restore sys.stderr # cleanup[2] removing sys<<< 7519 1726888127.27994: stdout chunk (state=3): >>> # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib <<< 7519 1726888127.28000: stdout chunk (state=3): >>># cleanup[2] removing _imp # cleanup[2] removing _thread<<< 7519 1726888127.28003: stdout chunk (state=3): >>> # cleanup[2] removing _warnings<<< 7519 1726888127.28089: stdout chunk (state=3): >>> # cleanup[2] removing _weakref # cleanup[2] removing _io <<< 7519 1726888127.28119: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix<<< 7519 1726888127.28203: stdout chunk (state=3): >>> <<< 7519 1726888127.28250: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport<<< 7519 1726888127.28255: stdout chunk (state=3): >>> # cleanup[2] removing _codecs <<< 7519 1726888127.28257: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases<<< 7519 1726888127.28261: stdout chunk (state=3): >>> <<< 7519 1726888127.28263: stdout chunk (state=3): >>># cleanup[2] removing encodings<<< 7519 1726888127.28266: stdout chunk (state=3): >>> # cleanup[2] removing encodings.utf_8<<< 7519 1726888127.28270: stdout chunk (state=3): >>> # cleanup[2] removing _signal<<< 7519 1726888127.28284: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py <<< 7519 1726888127.28290: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.28293: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.28295: stdout chunk (state=3): >>> # cleanup[2] removing _locale<<< 7519 1726888127.28297: stdout chunk (state=3): >>> <<< 7519 1726888127.28301: stdout chunk (state=3): >>># cleanup[2] removing _bootlocale<<< 7519 1726888127.28307: stdout chunk (state=3): >>> # destroy _bootlocale<<< 7519 1726888127.28363: stdout chunk (state=3): >>> # cleanup[2] removing site <<< 7519 1726888127.28369: stdout chunk (state=3): >>># destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants <<< 7519 1726888127.28376: stdout chunk (state=3): >>># destroy sre_constants <<< 7519 1726888127.28380: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.28400: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available <<< 7519 1726888127.28449: stdout chunk (state=3): >>># cleanup[2] removing sre_parse <<< 7519 1726888127.28458: stdout chunk (state=3): >>># cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools <<< 7519 1726888127.28469: stdout chunk (state=3): >>># cleanup[2] removing keyword # destroy keyword<<< 7519 1726888127.28478: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.28509: stdout chunk (state=3): >>> <<< 7519 1726888127.28517: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py <<< 7519 1726888127.28571: stdout chunk (state=3): >>># cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib<<< 7519 1726888127.28577: stdout chunk (state=3): >>> # cleanup[2] removing _collections # cleanup[2] removing collections<<< 7519 1726888127.28589: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.28598: stdout chunk (state=3): >>> # cleanup[2] removing _functools <<< 7519 1726888127.28649: stdout chunk (state=3): >>># cleanup[2] removing functools <<< 7519 1726888127.28658: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.28664: stdout chunk (state=3): >>># cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii<<< 7519 1726888127.28667: stdout chunk (state=3): >>> # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap<<< 7519 1726888127.28702: stdout chunk (state=3): >>> # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings <<< 7519 1726888127.28705: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py # zipimport: zlib available <<< 7519 1726888127.28708: stdout chunk (state=3): >>># cleanup[2] removing importlib # cleanup[2] removing importlib.machinery <<< 7519 1726888127.28739: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.28743: stdout chunk (state=3): >>># 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<<< 7519 1726888127.28745: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available <<< 7519 1726888127.28746: 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<<< 7519 1726888127.28764: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.28793: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.28821: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.28874: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.28911: 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 # 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<<< 7519 1726888127.28955: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.28958: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.28991: stdout chunk (state=3): >>> # 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 <<< 7519 1726888127.28995: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py <<< 7519 1726888127.28998: stdout chunk (state=3): >>># 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<<< 7519 1726888127.29021: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.29026: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.29034: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.29058: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.29060: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py <<< 7519 1726888127.29096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.29100: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.29152: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.29180: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.29227: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.29247: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py # zipimport: zlib available <<< 7519 1726888127.29275: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.29320: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.29398: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.29473: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.29568: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.29678: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py <<< 7519 1726888127.29688: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py <<< 7519 1726888127.29691: stdout chunk (state=3): >>> # 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 # destroy _sitebuiltins <<< 7519 1726888127.29741: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py <<< 7519 1726888127.29749: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.29752: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc <<< 7519 1726888127.29754: stdout chunk (state=3): >>># destroy importlib.machinery <<< 7519 1726888127.29798: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.29805: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888127.29815: stdout chunk (state=3): >>># destroy _compression <<< 7519 1726888127.29860: stdout chunk (state=3): >>># destroy binascii <<< 7519 1726888127.29887: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py <<< 7519 1726888127.29890: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.29891: stdout chunk (state=3): >>># destroy importlib # destroy bz2 # destroy lzma <<< 7519 1726888127.29941: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888127.29944: stdout chunk (state=3): >>># destroy locale<<< 7519 1726888127.29950: stdout chunk (state=3): >>> # destroy systemd.journal <<< 7519 1726888127.29953: stdout chunk (state=3): >>># destroy systemd.daemon # destroy hashlib <<< 7519 1726888127.29983: stdout chunk (state=3): >>># destroy json.decoder<<< 7519 1726888127.30007: stdout chunk (state=3): >>> # destroy json.encoder # destroy json.scanner <<< 7519 1726888127.30024: stdout chunk (state=3): >>># destroy _json<<< 7519 1726888127.30028: stdout chunk (state=3): >>> # destroy encodings<<< 7519 1726888127.30033: stdout chunk (state=3): >>> <<< 7519 1726888127.30082: stdout chunk (state=3): >>># destroy syslog<<< 7519 1726888127.30085: stdout chunk (state=3): >>> # destroy uuid<<< 7519 1726888127.30092: stdout chunk (state=3): >>> <<< 7519 1726888127.30178: stdout chunk (state=3): >>># destroy selinux<<< 7519 1726888127.30193: stdout chunk (state=3): >>> # destroy distro<<< 7519 1726888127.30197: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.30203: stdout chunk (state=3): >>> # destroy logging # destroy argparse<<< 7519 1726888127.30211: stdout chunk (state=3): >>> <<< 7519 1726888127.30256: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors<<< 7519 1726888127.30269: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.ansible_collector<<< 7519 1726888127.30275: stdout chunk (state=3): >>> <<< 7519 1726888127.30360: stdout chunk (state=3): >>># destroy multiprocessing <<< 7519 1726888127.30401: stdout chunk (state=3): >>># destroy multiprocessing.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle<<< 7519 1726888127.30404: stdout chunk (state=3): >>> <<< 7519 1726888127.30476: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available <<< 7519 1726888127.30481: stdout chunk (state=3): >>># destroy queue # destroy multiprocessing.process <<< 7519 1726888127.30519: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util <<< 7519 1726888127.30524: stdout chunk (state=3): >>># destroy multiprocessing.reduction<<< 7519 1726888127.30526: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.30527: stdout chunk (state=3): >>> <<< 7519 1726888127.30584: stdout chunk (state=3): >>># destroy shlex<<< 7519 1726888127.30588: stdout chunk (state=3): >>> <<< 7519 1726888127.30592: stdout chunk (state=3): >>># destroy datetime<<< 7519 1726888127.30595: stdout chunk (state=3): >>> <<< 7519 1726888127.30610: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py <<< 7519 1726888127.30616: stdout chunk (state=3): >>># destroy base64 <<< 7519 1726888127.30618: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.30671: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux<<< 7519 1726888127.30689: stdout chunk (state=3): >>> <<< 7519 1726888127.30692: stdout chunk (state=3): >>># destroy getpass<<< 7519 1726888127.30694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.30696: stdout chunk (state=3): >>> <<< 7519 1726888127.30699: stdout chunk (state=3): >>># destroy json <<< 7519 1726888127.30778: stdout chunk (state=3): >>># destroy socket <<< 7519 1726888127.30809: stdout chunk (state=3): >>># destroy struct <<< 7519 1726888127.30814: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available <<< 7519 1726888127.30817: stdout chunk (state=3): >>># destroy glob<<< 7519 1726888127.30820: stdout chunk (state=3): >>> <<< 7519 1726888127.30824: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.typing<<< 7519 1726888127.30827: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.timeout<<< 7519 1726888127.30830: stdout chunk (state=3): >>> <<< 7519 1726888127.30835: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.collector<<< 7519 1726888127.30837: stdout chunk (state=3): >>> <<< 7519 1726888127.30869: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.30874: stdout chunk (state=3): >>># cleanup[3] wiping termios <<< 7519 1726888127.30896: stdout chunk (state=3): >>># cleanup[3] wiping _ssl # cleanup[3] wiping configparser<<< 7519 1726888127.30912: stdout chunk (state=3): >>> # cleanup[3] wiping _multiprocessing <<< 7519 1726888127.30957: stdout chunk (state=3): >>># cleanup[3] wiping _queue # cleanup[3] wiping _pickle<<< 7519 1726888127.31014: stdout chunk (state=3): >>> # cleanup[3] wiping selinux._selinux<<< 7519 1726888127.31042: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py <<< 7519 1726888127.31072: stdout chunk (state=3): >>>import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py <<< 7519 1726888127.31076: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.31145: stdout chunk (state=3): >>> # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc<<< 7519 1726888127.31151: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves<<< 7519 1726888127.31156: stdout chunk (state=3): >>> # destroy configparser<<< 7519 1726888127.31162: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._daemon<<< 7519 1726888127.31219: stdout chunk (state=3): >>> # cleanup[3] wiping _socket<<< 7519 1726888127.31236: stdout chunk (state=3): >>> <<< 7519 1726888127.31241: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.31254: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128<<< 7519 1726888127.31260: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string <<< 7519 1726888127.31263: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache<<< 7519 1726888127.31269: stdout chunk (state=3): >>> <<< 7519 1726888127.31300: stdout chunk (state=3): >>># cleanup[3] wiping tokenize<<< 7519 1726888127.31307: stdout chunk (state=3): >>> <<< 7519 1726888127.31312: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py <<< 7519 1726888127.31315: stdout chunk (state=3): >>># cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess <<< 7519 1726888127.31318: stdout chunk (state=3): >>># cleanup[3] wiping signal <<< 7519 1726888127.31353: stdout chunk (state=3): >>># cleanup[3] wiping fcntl # cleanup[3] wiping atexit <<< 7519 1726888127.31381: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.31386: stdout chunk (state=3): >>># cleanup[3] wiping encodings.cp437 <<< 7519 1726888127.31412: stdout chunk (state=3): >>># cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random <<< 7519 1726888127.31430: stdout chunk (state=3): >>># cleanup[3] wiping _bisect <<< 7519 1726888127.31445: stdout chunk (state=3): >>># cleanup[3] wiping math <<< 7519 1726888127.31464: stdout chunk (state=3): >>># cleanup[3] wiping shutil <<< 7519 1726888127.31468: stdout chunk (state=3): >>># destroy fnmatch <<< 7519 1726888127.31494: stdout chunk (state=3): >>># cleanup[3] wiping grp<<< 7519 1726888127.31531: stdout chunk (state=3): >>> # cleanup[3] wiping pwd <<< 7519 1726888127.31538: stdout chunk (state=3): >>># cleanup[3] wiping _lzma <<< 7519 1726888127.31563: stdout chunk (state=3): >>># cleanup[3] wiping threading <<< 7519 1726888127.31574: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno <<< 7519 1726888127.31596: stdout chunk (state=3): >>># cleanup[3] wiping weakref <<< 7519 1726888127.31622: stdout chunk (state=3): >>># cleanup[3] wiping contextlib <<< 7519 1726888127.31645: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc <<< 7519 1726888127.31665: stdout chunk (state=3): >>># cleanup[3] wiping warnings <<< 7519 1726888127.31678: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external <<< 7519 1726888127.31688: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap <<< 7519 1726888127.31795: stdout chunk (state=3): >>># cleanup[3] wiping _struct <<< 7519 1726888127.31895: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.31910: stdout chunk (state=3): >>># destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator <<< 7519 1726888127.31951: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping itertools <<< 7519 1726888127.31957: stdout chunk (state=3): >>># cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse<<< 7519 1726888127.32005: stdout chunk (state=3): >>> <<< 7519 1726888127.32016: stdout chunk (state=3): >>># cleanup[3] wiping _sre <<< 7519 1726888127.32042: stdout chunk (state=3): >>># cleanup[3] wiping types <<< 7519 1726888127.32048: stdout chunk (state=3): >>># cleanup[3] wiping _locale <<< 7519 1726888127.32050: stdout chunk (state=3): >>># destroy _locale <<< 7519 1726888127.32054: stdout chunk (state=3): >>># cleanup[3] wiping os<<< 7519 1726888127.32115: stdout chunk (state=3): >>> # cleanup[3] wiping os.path <<< 7519 1726888127.32118: stdout chunk (state=3): >>># destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat <<< 7519 1726888127.32124: stdout chunk (state=3): >>># cleanup[3] wiping _stat <<< 7519 1726888127.32127: stdout chunk (state=3): >>># destroy _stat<<< 7519 1726888127.32152: stdout chunk (state=3): >>> <<< 7519 1726888127.32155: 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<<< 7519 1726888127.32179: stdout chunk (state=3): >>> # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs<<< 7519 1726888127.32185: stdout chunk (state=3): >>> # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix<<< 7519 1726888127.32203: stdout chunk (state=3): >>> # cleanup[3] wiping marshal<<< 7519 1726888127.32229: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.32239: stdout chunk (state=3): >>> # cleanup[3] wiping sys<<< 7519 1726888127.32294: stdout chunk (state=3): >>> # cleanup[3] wiping builtins # destroy termios<<< 7519 1726888127.32336: stdout chunk (state=3): >>> # destroy _ssl<<< 7519 1726888127.32339: stdout chunk (state=3): >>> <<< 7519 1726888127.32343: stdout chunk (state=3): >>># destroy _multiprocessing<<< 7519 1726888127.32345: stdout chunk (state=3): >>> # destroy _queue <<< 7519 1726888127.32348: stdout chunk (state=3): >>># destroy _pickle # destroy systemd._daemon<<< 7519 1726888127.32364: stdout chunk (state=3): >>> # destroy _socket # destroy systemd.id128<<< 7519 1726888127.32369: stdout chunk (state=3): >>> # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma<<< 7519 1726888127.32399: stdout chunk (state=3): >>> # destroy zlib # destroy _signal <<< 7519 1726888127.32414: stdout chunk (state=3): >>> {"ansible_facts": {"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", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 7519 1726888127.32660: stdout chunk (state=3): >>># destroy platform<<< 7519 1726888127.32670: stdout chunk (state=3): >>> # destroy _uuid <<< 7519 1726888127.32691: stdout chunk (state=3): >>># destroy _sre<<< 7519 1726888127.32705: stdout chunk (state=3): >>> # destroy sre_parse <<< 7519 1726888127.32726: stdout chunk (state=3): >>># destroy tokenize<<< 7519 1726888127.32730: stdout chunk (state=3): >>> <<< 7519 1726888127.32754: stdout chunk (state=3): >>># destroy _heapq<<< 7519 1726888127.32776: stdout chunk (state=3): >>> <<< 7519 1726888127.32794: stdout chunk (state=3): >>># destroy posixpath <<< 7519 1726888127.32801: stdout chunk (state=3): >>># destroy stat<<< 7519 1726888127.32818: stdout chunk (state=3): >>> <<< 7519 1726888127.32882: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 7519 1726888127.32887: stdout chunk (state=3): >>># destroy errno # destroy signal<<< 7519 1726888127.32888: stdout chunk (state=3): >>> # destroy contextlib<<< 7519 1726888127.32912: stdout chunk (state=3): >>> # destroy pwd # destroy grp # destroy _posixsubprocess <<< 7519 1726888127.32914: stdout chunk (state=3): >>># destroy selectors <<< 7519 1726888127.32982: stdout chunk (state=3): >>># destroy select <<< 7519 1726888127.33004: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse <<< 7519 1726888127.33036: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.error <<< 7519 1726888127.33042: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.request <<< 7519 1726888127.33058: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser<<< 7519 1726888127.33609: stdout chunk (state=3): >>> <<< 7519 1726888127.33613: stdout chunk (state=3): >>># destroy functools # destroy itertools<<< 7519 1726888127.33616: stdout chunk (state=3): >>> # destroy operator <<< 7519 1726888127.33618: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 7519 1726888127.33621: stdout chunk (state=3): >>># destroy _operator <<< 7519 1726888127.33624: stdout chunk (state=3): >>># destroy _frozen_importlib_external<<< 7519 1726888127.33629: stdout chunk (state=3): >>> # destroy _imp # destroy io # destroy marshal <<< 7519 1726888127.33631: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type <<< 7519 1726888127.33635: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33770: stdout chunk (state=3): >>># 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<<< 7519 1726888127.33774: stdout chunk (state=3): >>> # 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 <<< 7519 1726888127.33776: stdout chunk (state=3): >>># destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils <<< 7519 1726888127.33779: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888127.33781: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing 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 <<< 7519 1726888127.33783: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33785: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33788: stdout chunk (state=3): >>># 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<<< 7519 1726888127.33790: 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 <<< 7519 1726888127.33792: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33795: stdout chunk (state=3): >>># 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<<< 7519 1726888127.33797: stdout chunk (state=3): >>> # 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__ <<< 7519 1726888127.33799: stdout chunk (state=3): >>># destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _queue # cleanup[2] removing queue<<< 7519 1726888127.33800: stdout chunk (state=3): >>> # 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 <<< 7519 1726888127.33802: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33930: stdout chunk (state=3): >>># 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<<< 7519 1726888127.33936: stdout chunk (state=3): >>> # 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<<< 7519 1726888127.33939: stdout chunk (state=3): >>> # 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 <<< 7519 1726888127.33941: stdout chunk (state=3): >>># 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<<< 7519 1726888127.33943: stdout chunk (state=3): >>> # 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 <<< 7519 1726888127.33945: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33962: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33970: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33972: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33974: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33976: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33978: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33980: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.33983: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888127.33985: stdout chunk (state=3): >>><<< 7519 1726888127.33987: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701f2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970455880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701c8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701f2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970193eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970195f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497018c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970192640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970193370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4970078e20>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078910>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008b0d0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016ed90>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970167670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701796d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497019ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f497008bcd0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016e2b0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49701792e0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008beb0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008bdf0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008bd60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497005e3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497005e4c0>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970093f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008da90>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008d490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff92220>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970049520>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008df10>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffa4b50>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ffa4e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5cd0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff4e400>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffa4f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff5f2e0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5610>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff5f3a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008ba30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a9d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a7c0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7a8b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff7ad00>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496ff85250>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a940>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff6ea90>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008b610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7aaf0>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f496feaf6d0>\r\n# zipimport: found 103 names in \'/tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd42820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdd1730>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1610>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1160>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdd13a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdc1820>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdc1490>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdc1640>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f788520>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdccd60>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd14f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdcc1c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd0b20>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0160>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0760>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f78dd30>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fda0670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe22d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7e4a00>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ce80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7f30a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ceb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe34250>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f30d0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fe34a60>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fdf6b80>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fe2ccd0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe22ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7ef0d0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7e6310>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7efcd0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f7ef670>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f0100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd6c910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd719a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f391640>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdb17f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdee460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd600d0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd711f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd73bb0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe3d070>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd632e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f346400>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3a59a0>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f3a5df0>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3a2490>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f21d040>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d3a0>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d5e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496fd5f6d0>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3b2730>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd5f5e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f355c70>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f16c9a0>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d4f0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d9d0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f08cf40>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f0843a0>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f0d2100>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f496f018670>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f018ac0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n\r\n{"ansible_facts": {"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", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888127.34383: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888127.34396: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression <<< 7519 1726888127.34398: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy bz2 # destroy lzma <<< 7519 1726888127.34434: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 7519 1726888127.34441: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy encodings <<< 7519 1726888127.34646: _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 0x7f4970498dc0> # /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 0x7f497043d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970498b20> # /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 0x7f4970498ac0> 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 0x7f497043d490> # /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 0x7f497043d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d670> # /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 0x7f49701cf190> # /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 0x7f49701cf220> # /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 0x7f49701f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701cf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970455880> # /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 0x7f49701c8d90> # /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 0x7f49701f2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497043d970> 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 0x7f4970193eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970195f40> # /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 0x7f497018c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970192640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970193370> # /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 0x7f4970078e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970078910> 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 0x7f4970078f10> # /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 0x7f4970078fd0> # /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 0x7f497008b0d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016ed90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970167670> # /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 0x7f49701796d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497019ae20> # /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 0x7f497008bcd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497016e2b0> # 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 0x7f49701792e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a09d0> # /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 0x7f497008beb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008bdf0> # /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 0x7f497008bd60> # /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 0x7f497005e3d0> # /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 0x7f497005e4c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970093f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008da90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008d490> # /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 0x7f496ff92220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4970049520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008df10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49701a0040> # /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 0x7f496ffa4b50> 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 0x7f496ffa4e80> # /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 0x7f496ffb5790> # /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 0x7f496ffb5cd0> # 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 0x7f496ff4e400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffa4f70> # /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 0x7f496ff5f2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ffb5610> 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 0x7f496ff5f3a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008ba30> # /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 0x7f496ff7a700> # /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 0x7f496ff7a9d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a7c0> # 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 0x7f496ff7a8b0> # /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 0x7f496ff7ad00> # 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 0x7f496ff85250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff7a940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496ff6ea90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f497008b610> # /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 0x7f496ff7aaf0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f496feaf6d0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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 0x7f496fd42820> # /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 0x7f496fdd1730> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1340> # /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 0x7f496fdd1460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd1160> 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 0x7f496fdd13a0> # /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 0x7f496fdd1790> # /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 0x7f496fdc1820> # 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 0x7f496fdc1490> # 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 0x7f496fdc1640> # /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 0x7f496f788520> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdccd60> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fdd14f0> # /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 0x7f496fdcc1c0> # /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 0x7f496fdd0b20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0160> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fda0760> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f78dd30> # 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 0x7f496fda0670> # /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 0x7f496fe22d00> # /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 0x7f496f7e4a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ce80> # /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 0x7f496f7f30a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe2ceb0> # /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 0x7f496fe34250> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f30d0> # 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 0x7f496fe34a60> # 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 0x7f496fdf6b80> # 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 0x7f496fe2ccd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe22ee0> # /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 0x7f496f7ef0d0> # 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 0x7f496f7e6310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7efcd0> # 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 0x7f496f7ef670> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f7f0100> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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 0x7f496fd6c910> # /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 0x7f496fd719a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f391640> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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 0x7f496fdb17f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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 0x7f496fdee460> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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 0x7f496fd600d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd711f0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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 0x7f496fd73bb0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fe3d070> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496fd632e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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 0x7f496f346400> # /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 0x7f496f3a59a0> # 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 0x7f496f3a5df0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3a2490> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f21d040> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d3a0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d5e0> # /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 0x7f496fd5f6d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f3b2730> # /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 0x7f496fd5f5e0> # /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 0x7f496f355c70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f16c9a0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f10d4f0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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 0x7f496f10d9d0> # /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 0x7f496f08cf40> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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 0x7f496f0843a0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f0d2100> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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 0x7f496f018670> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f496f018ac0> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_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_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_wmbc28u9/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available {"ansible_facts": {"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", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "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 # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 # 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 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888127.34973: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888127.34977: stdout chunk (state=3): >>># 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 <<< 7519 1726888127.34979: stdout chunk (state=3): >>># cleanup[3] wiping termios <<< 7519 1726888127.34981: stdout chunk (state=3): >>># 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<<< 7519 1726888127.34985: stdout chunk (state=3): >>> # 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 <<< 7519 1726888127.34987: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.34990: 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 <<< 7519 1726888127.34992: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.35819: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os <<< 7519 1726888127.35825: 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 # 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 <<< 7519 1726888127.35828: done with _execute_module (setup, {'gather_subset': ['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726888126.496172-7573-50835205033885/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888127.35830: 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 <<< 7519 1726888127.35832: _low_level_execute_command(): starting 7519 1726888127.35834: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888127.35839: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.35841: stdout chunk (state=3): >>># destroy zlib # destroy _signal <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.496172-7573-50835205033885/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888127.35847: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7519 1726888127.35853: stdout chunk (state=3): >>># destroy tokenize <<< 7519 1726888127.35855: stdout chunk (state=3): >>># destroy _heapq # destroy posixpath <<< 7519 1726888127.35858: 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 <<< 7519 1726888127.35860: 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 # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator <<< 7519 1726888127.35863: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888127.35865: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888127.35867: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888127.35870: stdout chunk (state=3): >>><<< 7519 1726888127.35873: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81257850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81295880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8122dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81257d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd3eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd5f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fcc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd2640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80eb8e20>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8910>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecb0d0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80faed90>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fa7670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fb96d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fdae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80ecbcd0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fae2b0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80fb92e0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbeb0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbdf0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbd60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e9e3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e9e4c0>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ed2f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecda90>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecd490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dd2220>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e89520>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecdf10>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80de4b50>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80de4e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5cd0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d8e400>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80de4f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d9f2e0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5610>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80d9f3a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecba30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba9d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba7c0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dba8b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dbad00>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80dc5250>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba940>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80daea90>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecb610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dbaaf0>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcd80ce36d0>\r\n# zipimport: found 103 names in \'/tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b76820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c06730>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06610>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06160>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c063a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bf5820>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bf5490>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bf5640>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd805c8520>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c00d60>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c064f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c001c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c01b20>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4160>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4760>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd805cdd30>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80bd4670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c56d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b57a00>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60e80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b660a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60eb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c68250>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b660d0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c68a60>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c2ab80>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80c60cd0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c56ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b620d0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b58310>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b62cd0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b62670>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b63100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80ba0910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba59a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801d0640>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80be57f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c21460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b940d0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba51f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba7bb0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c71070>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b972e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80185400>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801e49a0>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd801e4df0>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801e1490>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80057040>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff473a0>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff475e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80b936d0>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801f1730>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b935e0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd80194c70>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ffa69a0>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff474f0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff479d0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7fec5f40>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd7febf3a0>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff0c100>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcd7fe52670>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7fe52ac0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n\r\n{"ansible_facts": {"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", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888127.36368: _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 0x7fcd812d8dc0> # /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 0x7fcd8127d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd812d8b20> # /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 0x7fcd812d8ac0> 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 0x7fcd8127d490> # /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 0x7fcd8127d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d670> # /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 0x7fcd81234190> # /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 0x7fcd81234220> # /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 0x7fcd81257850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81234940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd81295880> # /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 0x7fcd8122dd90> # /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 0x7fcd81257d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd8127d970> 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 0x7fcd80fd3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd5f40> # /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 0x7fcd80fcc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fd3370> # /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 0x7fcd80eb8e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80eb8910> 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 0x7fcd80eb8f10> # /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 0x7fcd80eb8fd0> # /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 0x7fcd80ecb0d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80faed90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fa7670> # /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 0x7fcd80fb96d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fdae20> # /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 0x7fcd80ecbcd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fae2b0> # 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 0x7fcd80fb92e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe09d0> # /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 0x7fcd80ecbeb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecbdf0> # /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 0x7fcd80ecbd60> # /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 0x7fcd80e9e3d0> # /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 0x7fcd80e9e4c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ed2f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecda90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecd490> # /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 0x7fcd80dd2220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80e89520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecdf10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80fe0040> # /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 0x7fcd80de4b50> 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 0x7fcd80de4e80> # /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 0x7fcd80df5790> # /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 0x7fcd80df5cd0> # 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 0x7fcd80d8e400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80de4f70> # /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 0x7fcd80d9f2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80df5610> 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 0x7fcd80d9f3a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecba30> # /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 0x7fcd80dba700> # /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 0x7fcd80dba9d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba7c0> # 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 0x7fcd80dba8b0> # /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 0x7fcd80dbad00> # 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 0x7fcd80dc5250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80dba940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80daea90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ecb610> # /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 0x7fcd80dbaaf0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcd80ce36d0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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 0x7fcd80b76820> # /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 0x7fcd80c06730> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06340> # /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 0x7fcd80c06460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c06160> 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 0x7fcd80c063a0> # /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 0x7fcd80c06790> # /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 0x7fcd80bf5820> # 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 0x7fcd80bf5490> # 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 0x7fcd80bf5640> # /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 0x7fcd805c8520> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c00d60> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c064f0> # /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 0x7fcd80c001c0> # /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 0x7fcd80c01b20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4160> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80bd4760> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd805cdd30> # 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 0x7fcd80bd4670> # /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 0x7fcd80c56d00> # /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 0x7fcd80b57a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60e80> # /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 0x7fcd80b660a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c60eb0> # /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 0x7fcd80c68250> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b660d0> # 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 0x7fcd80c68a60> # 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 0x7fcd80c2ab80> # 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 0x7fcd80c60cd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c56ee0> # /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 0x7fcd80b620d0> # 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 0x7fcd80b58310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b62cd0> # 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 0x7fcd80b62670> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b63100> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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 0x7fcd80ba0910> # /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 0x7fcd80ba59a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801d0640> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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 0x7fcd80be57f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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 0x7fcd80c21460> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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 0x7fcd80b940d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80ba51f0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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 0x7fcd80ba7bb0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80c71070> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80b972e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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 0x7fcd80185400> # /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 0x7fcd801e49a0> # 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 0x7fcd801e4df0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801e1490> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd80057040> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff473a0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff475e0> # /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 0x7fcd80b936d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd801f1730> # /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 0x7fcd80b935e0> # /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 0x7fcd80194c70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ffa69a0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff474f0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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 0x7fcd7ff479d0> # /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 0x7fcd7fec5f40> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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 0x7fcd7febf3a0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7ff0c100> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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 0x7fcd7fe52670> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcd7fe52ac0> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_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_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_setup_payload_ft7eh8ye/ansible_setup_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available {"ansible_facts": {"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", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "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 # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 # 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 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888127.37720: done with _execute_module (setup, {'gather_subset': ['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726888126.503584-7572-59740462155060/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888127.37726: _low_level_execute_command(): starting 7519 1726888127.37729: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888127.37734: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.37737: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888126.503584-7572-59740462155060/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888127.37741: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.37747: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.37750: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.37752: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888127.37754: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888127.37756: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888127.37758: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.37761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.37763: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.37765: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.37767: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888127.37769: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888127.37771: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888127.37774: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.37776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.37778: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.37780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.37783: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888127.37785: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888127.37787: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888127.37789: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888127.37791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.37793: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.37795: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.37797: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888127.37799: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888127.37801: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888127.37803: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.37805: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888127.37807: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888127.37809: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888127.37811: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888127.37816: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888127.37818: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.37820: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.37825: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.37826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.37828: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.37829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.37833: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888127.37836: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.37838: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888127.37841: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.37844: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888127.37847: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.37850: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.39272: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.39325: stderr chunk (state=3): >>><<< 7519 1726888127.39330: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888127.39341: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.39349: handler run complete 7519 1726888127.39364: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888127.39541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.39545: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888127.39547: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.39549: attempt loop complete, returning result 7519 1726888127.39551: _execute() done 7519 1726888127.39553: dumping result to json 7519 1726888127.39555: done dumping result, returning 7519 1726888127.39558: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role [0ed44806-2f0b-c82f-f05a-00000000007e] 7519 1726888127.39560: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e 7519 1726888127.39633: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e 7519 1726888127.39636: WORKER PROCESS EXITING ok: [managed_node3] 7519 1726888127.40055: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.40108: stderr chunk (state=3): >>><<< 7519 1726888127.40111: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888127.40139: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.40146: handler run complete 7519 1726888127.40157: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888127.40188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.40214: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888127.40242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.40255: attempt loop complete, returning result 7519 1726888127.40258: _execute() done 7519 1726888127.40260: dumping result to json 7519 1726888127.40264: done dumping result, returning 7519 1726888127.40272: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Ensure ansible_facts used by role [0ed44806-2f0b-c82f-f05a-00000000007e] 7519 1726888127.40395: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e ok: [managed_node2] 7519 1726888127.40506: no more pending results, returning what we have 7519 1726888127.40512: results queue empty 7519 1726888127.40512: checking for any_errors_fatal 7519 1726888127.40514: done checking for any_errors_fatal 7519 1726888127.40515: checking for max_fail_percentage 7519 1726888127.40516: done checking for max_fail_percentage 7519 1726888127.40517: checking to see if all hosts have failed and the running result is not ok 7519 1726888127.40518: done checking to see if all hosts have failed 7519 1726888127.40520: getting the remaining hosts for this loop 7519 1726888127.40522: done getting the remaining hosts for this loop 7519 1726888127.40525: getting the next task for host managed_node1 7519 1726888127.40539: done getting next task for host managed_node1 7519 1726888127.40543: ^ task is: TASK: fedora.linux_system_roles.tlog : Check if system is ostree 7519 1726888127.40545: ^ state is: HOST STATE: block=3, 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 7519 1726888127.40547: getting the next task for host managed_node2 7519 1726888127.40551: done getting next task for host managed_node2 7519 1726888127.40552: ^ task is: TASK: fedora.linux_system_roles.tlog : Check if system is ostree 7519 1726888127.40553: ^ state is: HOST STATE: block=3, 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 7519 1726888127.40554: getting the next task for host managed_node3 7519 1726888127.40558: done getting next task for host managed_node3 7519 1726888127.40561: ^ task is: TASK: fedora.linux_system_roles.tlog : Check if system is ostree 7519 1726888127.40562: ^ state is: HOST STATE: block=3, 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 7519 1726888127.40575: getting variables 7519 1726888127.40576: in VariableManager get_vars() 7519 1726888127.40602: Calling all_inventory to load vars for managed_node1 7519 1726888127.40604: Calling groups_inventory to load vars for managed_node1 7519 1726888127.40606: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888127.40614: Calling all_plugins_play to load vars for managed_node1 7519 1726888127.40616: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888127.40619: Calling groups_plugins_play to load vars for managed_node1 7519 1726888127.40672: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000007e 7519 1726888127.40675: WORKER PROCESS EXITING 7519 1726888127.40684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.40712: done with get_vars() 7519 1726888127.40719: done getting variables TASK [fedora.linux_system_roles.tlog : Check if system is ostree] ************** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:10 Friday 20 September 2024 23:08:47 -0400 (0:00:01.012) 0:00:02.027 ****** 7519 1726888127.40792: entering _queue_task() for managed_node1/stat 7519 1726888127.41012: worker is 1 (out of 3 available) 7519 1726888127.41026: exiting _queue_task() for managed_node1/stat 7519 1726888127.41055: getting variables 7519 1726888127.41060: in VariableManager get_vars() 7519 1726888127.41141: Calling all_inventory to load vars for managed_node2 7519 1726888127.41147: Calling groups_inventory to load vars for managed_node2 7519 1726888127.41150: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888127.41165: Calling all_plugins_play to load vars for managed_node2 7519 1726888127.41168: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888127.41171: Calling groups_plugins_play to load vars for managed_node2 7519 1726888127.41259: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.41317: done with get_vars() 7519 1726888127.41329: done getting variables 7519 1726888127.41393: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check if system is ostree 7519 1726888127.41444: entering _queue_task() for managed_node2/stat 7519 1726888127.41467: in run() - task 0ed44806-2f0b-c82f-f05a-000000000080 7519 1726888127.41546: variable 'ansible_search_path' from source: unknown 7519 1726888127.41549: variable 'ansible_search_path' from source: unknown 7519 1726888127.41552: calling self._execute() 7519 1726888127.41593: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888127.41896: worker is 2 (out of 3 available) 7519 1726888127.41938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888127.41949: exiting _queue_task() for managed_node2/stat 7519 1726888127.41963: variable 'omit' from source: magic vars 7519 1726888127.41996: getting variables 7519 1726888127.41999: in VariableManager get_vars() 7519 1726888127.42068: Calling all_inventory to load vars for managed_node3 7519 1726888127.42072: Calling groups_inventory to load vars for managed_node3 7519 1726888127.42075: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888127.42088: Calling all_plugins_play to load vars for managed_node3 7519 1726888127.42092: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888127.42096: Calling groups_plugins_play to load vars for managed_node3 7519 1726888127.42174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888127.42190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.42248: done with get_vars() 7519 1726888127.42258: done getting variables 7519 1726888127.42357: entering _queue_task() for managed_node3/stat 7519 1726888127.42461: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888127.42747: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888127.42752: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888127.42755: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888127.42815: 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) 7519 1726888127.42847: 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) 7519 1726888127.42868: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check if system is ostree 7519 1726888127.42896: 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) 7519 1726888127.42932: 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) 7519 1726888127.42962: in run() - task 0ed44806-2f0b-c82f-f05a-000000000080 7519 1726888127.42972: variable 'ansible_search_path' from source: unknown 7519 1726888127.42976: variable 'ansible_search_path' from source: unknown 7519 1726888127.42997: calling self._execute() 7519 1726888127.43059: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888127.43065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888127.43074: variable 'omit' from source: magic vars 7519 1726888127.43112: variable '__tlog_is_ostree' from source: set_fact 7519 1726888127.42707: worker is 3 (out of 3 available) 7519 1726888127.43130: exiting _queue_task() for managed_node3/stat 7519 1726888127.43141: done queuing things up, now waiting for results queue to drain 7519 1726888127.43143: waiting for pending results... 7519 1726888127.43152: Evaluated conditional (not __tlog_is_ostree is defined): False 7519 1726888127.43155: when evaluation is False, skipping this task 7519 1726888127.43157: _execute() done 7519 1726888127.43159: dumping result to json 7519 1726888127.43161: done dumping result, returning 7519 1726888127.43166: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check if system is ostree [0ed44806-2f0b-c82f-f05a-000000000080] 7519 1726888127.43192: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080 skipping: [managed_node1] => { "changed": false, "false_condition": "not __tlog_is_ostree is defined", "skip_reason": "Conditional result was False" } 7519 1726888127.43399: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080 7519 1726888127.43404: WORKER PROCESS EXITING 7519 1726888127.43587: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check if system is ostree 7519 1726888127.43686: in run() - task 0ed44806-2f0b-c82f-f05a-000000000080 7519 1726888127.43694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888127.43710: variable 'ansible_search_path' from source: unknown 7519 1726888127.43726: variable 'ansible_search_path' from source: unknown 7519 1726888127.43763: calling self._execute() 7519 1726888127.43830: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888127.43843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888127.43857: variable 'omit' from source: magic vars 7519 1726888127.44036: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888127.44152: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888127.44200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888127.44208: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888127.44265: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888127.44360: 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) 7519 1726888127.44389: 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) 7519 1726888127.44414: 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) 7519 1726888127.44458: 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) 7519 1726888127.44572: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888127.44580: variable '__tlog_is_ostree' from source: set_fact 7519 1726888127.44589: Evaluated conditional (not __tlog_is_ostree is defined): False 7519 1726888127.44591: when evaluation is False, skipping this task 7519 1726888127.44599: _execute() done 7519 1726888127.44601: dumping result to json 7519 1726888127.44606: done dumping result, returning 7519 1726888127.44612: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check if system is ostree [0ed44806-2f0b-c82f-f05a-000000000080] 7519 1726888127.44664: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888127.44719: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888127.44738: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080 7519 1726888127.44778: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py skipping: [managed_node2] => { "changed": false, "false_condition": "not __tlog_is_ostree is defined", "skip_reason": "Conditional result was False" } 7519 1726888127.44862: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080 7519 1726888127.44866: WORKER PROCESS EXITING 7519 1726888127.44930: 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) 7519 1726888127.44969: 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) 7519 1726888127.45003: 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) 7519 1726888127.45031: 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) 7519 1726888127.45116: variable '__tlog_is_ostree' from source: set_fact 7519 1726888127.45120: Evaluated conditional (not __tlog_is_ostree is defined): False 7519 1726888127.45125: when evaluation is False, skipping this task 7519 1726888127.45129: _execute() done 7519 1726888127.45132: dumping result to json 7519 1726888127.45140: done dumping result, returning 7519 1726888127.45147: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check if system is ostree [0ed44806-2f0b-c82f-f05a-000000000080] 7519 1726888127.45170: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080 7519 1726888127.45271: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000080 7519 1726888127.45279: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __tlog_is_ostree is defined", "skip_reason": "Conditional result was False" } 7519 1726888127.45314: no more pending results, returning what we have 7519 1726888127.45318: results queue empty 7519 1726888127.45319: checking for any_errors_fatal 7519 1726888127.45325: done checking for any_errors_fatal 7519 1726888127.45326: checking for max_fail_percentage 7519 1726888127.45328: done checking for max_fail_percentage 7519 1726888127.45329: checking to see if all hosts have failed and the running result is not ok 7519 1726888127.45329: done checking to see if all hosts have failed 7519 1726888127.45330: getting the remaining hosts for this loop 7519 1726888127.45332: done getting the remaining hosts for this loop 7519 1726888127.45336: getting the next task for host managed_node1 7519 1726888127.45341: done getting next task for host managed_node1 7519 1726888127.45345: ^ task is: TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree 7519 1726888127.45347: ^ state is: HOST STATE: block=3, 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 7519 1726888127.45349: getting the next task for host managed_node2 7519 1726888127.45351: done getting next task for host managed_node2 7519 1726888127.45352: ^ task is: TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree 7519 1726888127.45354: ^ state is: HOST STATE: block=3, 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 7519 1726888127.45354: getting the next task for host managed_node3 7519 1726888127.45357: done getting next task for host managed_node3 7519 1726888127.45359: ^ task is: TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree 7519 1726888127.45360: ^ state is: HOST STATE: block=3, 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 7519 1726888127.45374: getting variables 7519 1726888127.45375: in VariableManager get_vars() 7519 1726888127.45407: Calling all_inventory to load vars for managed_node1 7519 1726888127.45410: Calling groups_inventory to load vars for managed_node1 7519 1726888127.45412: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888127.45421: Calling all_plugins_play to load vars for managed_node1 7519 1726888127.45427: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888127.45431: Calling groups_plugins_play to load vars for managed_node1 7519 1726888127.45473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.45502: done with get_vars() 7519 1726888127.45510: done getting variables 7519 1726888127.45555: 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.tlog : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:15 Friday 20 September 2024 23:08:47 -0400 (0:00:00.047) 0:00:02.074 ****** 7519 1726888127.45577: entering _queue_task() for managed_node1/set_fact 7519 1726888127.45779: worker is 1 (out of 3 available) 7519 1726888127.45793: exiting _queue_task() for managed_node1/set_fact 7519 1726888127.45818: getting variables 7519 1726888127.45821: in VariableManager get_vars() 7519 1726888127.45902: Calling all_inventory to load vars for managed_node2 7519 1726888127.45906: Calling groups_inventory to load vars for managed_node2 7519 1726888127.45908: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888127.45926: Calling all_plugins_play to load vars for managed_node2 7519 1726888127.45930: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888127.45934: Calling groups_plugins_play to load vars for managed_node2 7519 1726888127.46015: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.46070: done with get_vars() 7519 1726888127.46081: done getting variables 7519 1726888127.46158: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree 7519 1726888127.46194: 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) 7519 1726888127.46206: entering _queue_task() for managed_node2/set_fact 7519 1726888127.46231: in run() - task 0ed44806-2f0b-c82f-f05a-000000000081 7519 1726888127.46234: variable 'ansible_search_path' from source: unknown 7519 1726888127.46237: variable 'ansible_search_path' from source: unknown 7519 1726888127.46239: calling self._execute() 7519 1726888127.46365: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888127.46368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888127.46371: variable 'omit' from source: magic vars 7519 1726888127.46685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888127.46710: worker is 2 (out of 3 available) 7519 1726888127.46727: exiting _queue_task() for managed_node2/set_fact 7519 1726888127.46766: getting variables 7519 1726888127.46769: in VariableManager get_vars() 7519 1726888127.46859: Calling all_inventory to load vars for managed_node3 7519 1726888127.46863: Calling groups_inventory to load vars for managed_node3 7519 1726888127.46866: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888127.46878: Calling all_plugins_play to load vars for managed_node3 7519 1726888127.46882: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888127.46886: Calling groups_plugins_play to load vars for managed_node3 7519 1726888127.46954: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888127.46981: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.47049: done with get_vars() 7519 1726888127.47058: done getting variables 7519 1726888127.47125: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888127.47129: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888127.47133: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888127.47188: 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) 7519 1726888127.47201: entering _queue_task() for managed_node3/set_fact 7519 1726888127.47230: 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) 7519 1726888127.47233: 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) 7519 1726888127.47235: 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) 7519 1726888127.47299: 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) 7519 1726888127.47528: variable '__tlog_is_ostree' from source: set_fact 7519 1726888127.47747: Evaluated conditional (not __tlog_is_ostree is defined): False 7519 1726888127.47752: when evaluation is False, skipping this task 7519 1726888127.47758: _execute() done 7519 1726888127.47762: dumping result to json 7519 1726888127.47767: done dumping result, returning 7519 1726888127.47772: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-000000000081] 7519 1726888127.47775: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081 7519 1726888127.47779: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree 7519 1726888127.47781: in run() - task 0ed44806-2f0b-c82f-f05a-000000000081 7519 1726888127.47784: variable 'ansible_search_path' from source: unknown 7519 1726888127.47786: variable 'ansible_search_path' from source: unknown 7519 1726888127.47788: calling self._execute() 7519 1726888127.47711: worker is 3 (out of 3 available) 7519 1726888127.47803: exiting _queue_task() for managed_node3/set_fact 7519 1726888127.47815: done queuing things up, now waiting for results queue to drain 7519 1726888127.47819: waiting for pending results... 7519 1726888127.47827: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888127.47830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888127.47837: variable 'omit' from source: magic vars 7519 1726888127.48009: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081 7519 1726888127.48012: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __tlog_is_ostree is defined", "skip_reason": "Conditional result was False" } 7519 1726888127.48269: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree 7519 1726888127.48345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888127.48401: in run() - task 0ed44806-2f0b-c82f-f05a-000000000081 7519 1726888127.48429: variable 'ansible_search_path' from source: unknown 7519 1726888127.48437: variable 'ansible_search_path' from source: unknown 7519 1726888127.48489: calling self._execute() 7519 1726888127.48560: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888127.48584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888127.48599: variable 'omit' from source: magic vars 7519 1726888127.48630: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888127.48686: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888127.48733: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888127.48781: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888127.48857: 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) 7519 1726888127.48878: 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) 7519 1726888127.48902: 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) 7519 1726888127.48931: 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) 7519 1726888127.49033: variable '__tlog_is_ostree' from source: set_fact 7519 1726888127.49041: Evaluated conditional (not __tlog_is_ostree is defined): False 7519 1726888127.49044: when evaluation is False, skipping this task 7519 1726888127.49047: _execute() done 7519 1726888127.49049: dumping result to json 7519 1726888127.49051: done dumping result, returning 7519 1726888127.49060: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-000000000081] 7519 1726888127.49100: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888127.49161: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081 7519 1726888127.49229: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081 7519 1726888127.49233: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __tlog_is_ostree is defined", "skip_reason": "Conditional result was False" } 7519 1726888127.49472: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888127.49509: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888127.49546: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888127.49587: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888127.49645: 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) 7519 1726888127.49662: 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) 7519 1726888127.49683: 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) 7519 1726888127.49702: 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) 7519 1726888127.49776: variable '__tlog_is_ostree' from source: set_fact 7519 1726888127.49783: Evaluated conditional (not __tlog_is_ostree is defined): False 7519 1726888127.49792: when evaluation is False, skipping this task 7519 1726888127.49796: _execute() done 7519 1726888127.49798: dumping result to json 7519 1726888127.49801: done dumping result, returning 7519 1726888127.49805: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set flag to indicate system is ostree [0ed44806-2f0b-c82f-f05a-000000000081] 7519 1726888127.49831: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081 7519 1726888127.49886: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000081 7519 1726888127.49891: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __tlog_is_ostree is defined", "skip_reason": "Conditional result was False" } 7519 1726888127.49911: no more pending results, returning what we have 7519 1726888127.49917: results queue empty 7519 1726888127.49918: checking for any_errors_fatal 7519 1726888127.49924: done checking for any_errors_fatal 7519 1726888127.49925: checking for max_fail_percentage 7519 1726888127.49927: done checking for max_fail_percentage 7519 1726888127.49928: checking to see if all hosts have failed and the running result is not ok 7519 1726888127.49928: done checking to see if all hosts have failed 7519 1726888127.49929: getting the remaining hosts for this loop 7519 1726888127.49931: done getting the remaining hosts for this loop 7519 1726888127.49938: getting the next task for host managed_node1 7519 1726888127.49946: done getting next task for host managed_node1 7519 1726888127.49949: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888127.49952: ^ state is: HOST STATE: block=3, 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 7519 1726888127.49953: getting the next task for host managed_node2 7519 1726888127.49957: done getting next task for host managed_node2 7519 1726888127.49958: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888127.49960: ^ state is: HOST STATE: block=3, 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 7519 1726888127.49961: getting the next task for host managed_node3 7519 1726888127.49964: done getting next task for host managed_node3 7519 1726888127.49965: ^ task is: TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888127.49966: ^ state is: HOST STATE: block=3, 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 7519 1726888127.49979: getting variables 7519 1726888127.49980: in VariableManager get_vars() 7519 1726888127.50007: Calling all_inventory to load vars for managed_node1 7519 1726888127.50009: Calling groups_inventory to load vars for managed_node1 7519 1726888127.50011: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888127.50026: Calling all_plugins_play to load vars for managed_node1 7519 1726888127.50029: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888127.50032: Calling groups_plugins_play to load vars for managed_node1 7519 1726888127.50082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.50129: done with get_vars() 7519 1726888127.50137: done getting variables 7519 1726888127.50241: 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.tlog : Set platform/version specific variables] *** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:19 Friday 20 September 2024 23:08:47 -0400 (0:00:00.046) 0:00:02.121 ****** 7519 1726888127.50262: entering _queue_task() for managed_node1/include_vars 7519 1726888127.50264: Creating lock for include_vars 7519 1726888127.50502: worker is 1 (out of 3 available) 7519 1726888127.50515: exiting _queue_task() for managed_node1/include_vars 7519 1726888127.50543: getting variables 7519 1726888127.50546: in VariableManager get_vars() 7519 1726888127.50621: Calling all_inventory to load vars for managed_node2 7519 1726888127.50626: Calling groups_inventory to load vars for managed_node2 7519 1726888127.50629: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888127.50643: Calling all_plugins_play to load vars for managed_node2 7519 1726888127.50646: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888127.50650: Calling groups_plugins_play to load vars for managed_node2 7519 1726888127.50730: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888127.50751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.50800: done with get_vars() 7519 1726888127.50810: done getting variables 7519 1726888127.50860: in run() - task 0ed44806-2f0b-c82f-f05a-000000000083 7519 1726888127.50864: variable 'ansible_search_path' from source: unknown 7519 1726888127.50867: variable 'ansible_search_path' from source: unknown 7519 1726888127.50908: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) 7519 1726888127.50925: entering _queue_task() for managed_node2/include_vars 7519 1726888127.51193: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888127.51376: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888127.51344: worker is 2 (out of 3 available) 7519 1726888127.51384: exiting _queue_task() for managed_node2/include_vars 7519 1726888127.51410: getting variables 7519 1726888127.51415: in VariableManager get_vars() 7519 1726888127.51495: Calling all_inventory to load vars for managed_node3 7519 1726888127.51499: Calling groups_inventory to load vars for managed_node3 7519 1726888127.51502: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888127.51508: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888127.51526: Calling all_plugins_play to load vars for managed_node3 7519 1726888127.51529: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888127.51534: Calling groups_plugins_play to load vars for managed_node3 7519 1726888127.51586: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888127.51601: variable 'omit' from source: magic vars 7519 1726888127.51626: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.51681: done with get_vars() 7519 1726888127.51691: done getting variables 7519 1726888127.51743: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888127.51746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888127.51748: variable 'omit' from source: magic vars 7519 1726888127.51790: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) 7519 1726888127.51800: entering _queue_task() for managed_node3/include_vars 7519 1726888127.51979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888127.52372: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888127.52447: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888127.52463: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888127.52521: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888127.52558: in run() - task 0ed44806-2f0b-c82f-f05a-000000000083 7519 1726888127.52568: variable 'ansible_search_path' from source: unknown 7519 1726888127.52572: variable 'ansible_search_path' from source: unknown 7519 1726888127.52597: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888127.52687: variable '__vars_file' from source: task vars 7519 1726888127.52261: worker is 3 (out of 3 available) 7519 1726888127.52730: exiting _queue_task() for managed_node3/include_vars 7519 1726888127.52741: done queuing things up, now waiting for results queue to drain 7519 1726888127.52742: waiting for pending results... 7519 1726888127.52799: variable 'role_path' from source: magic vars 7519 1726888127.52809: variable 'item' from source: unknown 7519 1726888127.52840: Evaluated conditional (__vars_file is file): False 7519 1726888127.52849: when evaluation is False, skipping this task 7519 1726888127.52886: variable 'item' from source: unknown 7519 1726888127.52932: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888127.52973: 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" } 7519 1726888127.53181: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables 7519 1726888127.53229: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888127.53243: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888127.53256: variable 'omit' from source: magic vars 7519 1726888127.53294: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888127.53390: in run() - task 0ed44806-2f0b-c82f-f05a-000000000083 7519 1726888127.53403: variable 'ansible_search_path' from source: unknown 7519 1726888127.53406: variable 'ansible_search_path' from source: unknown 7519 1726888127.53458: variable '__vars_file' from source: task vars 7519 1726888127.53545: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888127.53555: variable 'role_path' from source: magic vars 7519 1726888127.53564: variable 'item' from source: unknown 7519 1726888127.53578: Evaluated conditional (__vars_file is file): False 7519 1726888127.53585: when evaluation is False, skipping this task 7519 1726888127.53634: variable 'item' from source: unknown 7519 1726888127.53698: 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" } 7519 1726888127.53821: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888127.53837: variable 'omit' from source: magic vars 7519 1726888127.53867: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888127.53880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888127.53893: variable 'omit' from source: magic vars 7519 1726888127.53961: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888127.54047: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888127.54058: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888127.54070: variable 'omit' from source: magic vars 7519 1726888127.54095: variable '__vars_file' from source: task vars 7519 1726888127.54186: variable 'role_path' from source: magic vars 7519 1726888127.54196: variable 'item' from source: unknown 7519 1726888127.54211: Evaluated conditional (__vars_file is file): False 7519 1726888127.54218: when evaluation is False, skipping this task 7519 1726888127.54250: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888127.54269: variable 'item' from source: unknown 7519 1726888127.54331: variable 'item' from source: unknown skipping: [managed_node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } 7519 1726888127.54444: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888127.54474: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888127.54487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888127.54499: variable 'omit' from source: magic vars 7519 1726888127.54672: variable '__vars_file' from source: task vars 7519 1726888127.54683: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888127.54699: variable 'omit' from source: magic vars 7519 1726888127.54761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888127.54783: variable 'role_path' from source: magic vars 7519 1726888127.54803: variable 'item' from source: unknown 7519 1726888127.54820: Evaluated conditional (__vars_file is file): False 7519 1726888127.54832: when evaluation is False, skipping this task 7519 1726888127.54879: variable 'item' from source: unknown 7519 1726888127.54943: variable 'item' from source: unknown skipping: [managed_node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } 7519 1726888127.55044: dumping result to json 7519 1726888127.55054: done dumping result, returning 7519 1726888127.55080: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-000000000083] 7519 1726888127.55098: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083 skipping: [managed_node1] => { "changed": false } MSG: All items skipped 7519 1726888127.55270: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083 7519 1726888127.55273: WORKER PROCESS EXITING 7519 1726888127.55277: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888127.55285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888127.55294: variable 'omit' from source: magic vars 7519 1726888127.55394: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888127.55468: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888127.55539: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888127.55587: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7519 1726888127.55596: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888127.55689: variable '__vars_file' from source: task vars 7519 1726888127.55789: variable 'role_path' from source: magic vars 7519 1726888127.55799: variable 'item' from source: unknown 7519 1726888127.55831: Evaluated conditional (__vars_file is file): False 7519 1726888127.55858: when evaluation is False, skipping this task 7519 1726888127.55911: variable 'item' from source: unknown 7519 1726888127.55980: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7519 1726888127.56003: variable 'item' from source: unknown skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 7519 1726888127.56093: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888127.56104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888127.56107: variable 'omit' from source: magic vars 7519 1726888127.56112: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7519 1726888127.56166: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7519 1726888127.56229: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7519 1726888127.56277: variable '__vars_file' from source: task vars 7519 1726888127.56307: variable '__vars_file' from source: task vars 7519 1726888127.56360: variable 'role_path' from source: magic vars 7519 1726888127.56363: variable 'item' from source: unknown 7519 1726888127.56374: Evaluated conditional (__vars_file is file): False 7519 1726888127.56376: when evaluation is False, skipping this task 7519 1726888127.56406: variable 'item' from source: unknown 7519 1726888127.56434: variable 'role_path' from source: magic vars 7519 1726888127.56449: variable 'item' from source: unknown 7519 1726888127.56465: Evaluated conditional (__vars_file is file): False 7519 1726888127.56470: variable 'item' from source: unknown 7519 1726888127.56474: when evaluation is False, skipping this task skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 7519 1726888127.56545: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888127.56548: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888127.56560: variable 'omit' from source: magic vars 7519 1726888127.56588: variable 'item' from source: unknown 7519 1726888127.56660: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 7519 1726888127.56755: variable '__vars_file' from source: task vars 7519 1726888127.56762: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888127.56773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888127.56786: variable 'omit' from source: magic vars 7519 1726888127.56860: variable 'role_path' from source: magic vars 7519 1726888127.56870: variable 'item' from source: unknown 7519 1726888127.56896: Evaluated conditional (__vars_file is file): False 7519 1726888127.56906: when evaluation is False, skipping this task 7519 1726888127.56940: variable 'item' from source: unknown 7519 1726888127.56945: variable '__vars_file' from source: task vars 7519 1726888127.57007: variable 'item' from source: unknown skipping: [managed_node2] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } 7519 1726888127.57075: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888127.57078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888127.57084: variable 'omit' from source: magic vars 7519 1726888127.57115: variable 'role_path' from source: magic vars 7519 1726888127.57130: variable 'item' from source: unknown 7519 1726888127.57144: Evaluated conditional (__vars_file is file): False 7519 1726888127.57151: when evaluation is False, skipping this task 7519 1726888127.57184: variable 'item' from source: unknown 7519 1726888127.57245: variable '__vars_file' from source: task vars 7519 1726888127.57262: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 7519 1726888127.57338: variable 'role_path' from source: magic vars 7519 1726888127.57342: variable 'item' from source: unknown 7519 1726888127.57360: Evaluated conditional (__vars_file is file): False 7519 1726888127.57367: when evaluation is False, skipping this task 7519 1726888127.57387: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888127.57396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888127.57404: variable 'omit' from source: magic vars 7519 1726888127.57412: variable 'item' from source: unknown 7519 1726888127.57487: variable 'item' from source: unknown skipping: [managed_node2] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } 7519 1726888127.57574: variable '__vars_file' from source: task vars 7519 1726888127.57582: dumping result to json 7519 1726888127.57593: done dumping result, returning 7519 1726888127.57603: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-000000000083] 7519 1726888127.57657: variable 'role_path' from source: magic vars 7519 1726888127.57660: variable 'item' from source: unknown 7519 1726888127.57672: Evaluated conditional (__vars_file is file): False 7519 1726888127.57675: when evaluation is False, skipping this task 7519 1726888127.57713: variable 'item' from source: unknown 7519 1726888127.57742: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083 7519 1726888127.57807: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083 7519 1726888127.57810: WORKER PROCESS EXITING 7519 1726888127.57813: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false } MSG: All items skipped 7519 1726888127.57915: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888127.57928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888127.57939: variable 'omit' from source: magic vars 7519 1726888127.58080: variable '__vars_file' from source: task vars 7519 1726888127.58143: variable 'role_path' from source: magic vars 7519 1726888127.58146: variable 'item' from source: unknown 7519 1726888127.58155: Evaluated conditional (__vars_file is file): False 7519 1726888127.58157: when evaluation is False, skipping this task 7519 1726888127.58177: variable 'item' from source: unknown 7519 1726888127.58227: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } 7519 1726888127.58295: dumping result to json 7519 1726888127.58299: done dumping result, returning 7519 1726888127.58304: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Set platform/version specific variables [0ed44806-2f0b-c82f-f05a-000000000083] 7519 1726888127.58306: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083 7519 1726888127.58356: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000083 7519 1726888127.58359: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 7519 1726888127.58396: no more pending results, returning what we have 7519 1726888127.58402: results queue empty 7519 1726888127.58403: checking for any_errors_fatal 7519 1726888127.58406: done checking for any_errors_fatal 7519 1726888127.58407: checking for max_fail_percentage 7519 1726888127.58409: done checking for max_fail_percentage 7519 1726888127.58410: checking to see if all hosts have failed and the running result is not ok 7519 1726888127.58410: done checking to see if all hosts have failed 7519 1726888127.58412: getting the remaining hosts for this loop 7519 1726888127.58416: done getting the remaining hosts for this loop 7519 1726888127.58421: getting the next task for host managed_node1 7519 1726888127.58432: done getting next task for host managed_node1 7519 1726888127.58436: ^ task is: TASK: fedora.linux_system_roles.tlog : Install session recording packages 7519 1726888127.58439: ^ state is: HOST STATE: block=3, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7519 1726888127.58440: getting the next task for host managed_node2 7519 1726888127.58444: done getting next task for host managed_node2 7519 1726888127.58446: ^ task is: TASK: fedora.linux_system_roles.tlog : Install session recording packages 7519 1726888127.58447: ^ state is: HOST STATE: block=3, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7519 1726888127.58449: getting the next task for host managed_node3 7519 1726888127.58451: done getting next task for host managed_node3 7519 1726888127.58453: ^ task is: TASK: fedora.linux_system_roles.tlog : Install session recording packages 7519 1726888127.58454: ^ state is: HOST STATE: block=3, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7519 1726888127.58472: getting variables 7519 1726888127.58474: in VariableManager get_vars() 7519 1726888127.58504: Calling all_inventory to load vars for managed_node1 7519 1726888127.58507: Calling groups_inventory to load vars for managed_node1 7519 1726888127.58509: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888127.58521: Calling all_plugins_play to load vars for managed_node1 7519 1726888127.58526: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888127.58529: Calling groups_plugins_play to load vars for managed_node1 7519 1726888127.58575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.58610: done with get_vars() 7519 1726888127.58620: done getting variables 7519 1726888127.58726: 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.tlog : Install session recording packages] ***** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:5 Friday 20 September 2024 23:08:47 -0400 (0:00:00.084) 0:00:02.206 ****** 7519 1726888127.58746: entering _queue_task() for managed_node1/package 7519 1726888127.58748: Creating lock for package 7519 1726888127.58965: worker is 1 (out of 3 available) 7519 1726888127.58981: exiting _queue_task() for managed_node1/package 7519 1726888127.59012: getting variables 7519 1726888127.59017: in VariableManager get_vars() 7519 1726888127.59101: Calling all_inventory to load vars for managed_node2 7519 1726888127.59105: Calling groups_inventory to load vars for managed_node2 7519 1726888127.59108: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888127.59127: Calling all_plugins_play to load vars for managed_node2 7519 1726888127.59130: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888127.59134: Calling groups_plugins_play to load vars for managed_node2 7519 1726888127.59218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.59268: done with get_vars() 7519 1726888127.59278: done getting variables 7519 1726888127.59331: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Install session recording packages 7519 1726888127.59335: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000b 7519 1726888127.59353: variable 'ansible_search_path' from source: unknown 7519 1726888127.59356: variable 'ansible_search_path' from source: unknown 7519 1726888127.59391: 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=True) 7519 1726888127.59401: entering _queue_task() for managed_node2/package 7519 1726888127.59428: calling self._execute() 7519 1726888127.59476: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888127.59479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888127.59481: variable 'omit' from source: magic vars 7519 1726888127.59620: variable 'omit' from source: magic vars 7519 1726888127.59800: variable 'omit' from source: magic vars 7519 1726888127.59806: variable '__tlog_packages' from source: role '' all vars 7519 1726888127.59775: worker is 2 (out of 3 available) 7519 1726888127.59816: exiting _queue_task() for managed_node2/package 7519 1726888127.59844: getting variables 7519 1726888127.59847: in VariableManager get_vars() 7519 1726888127.59925: Calling all_inventory to load vars for managed_node3 7519 1726888127.59929: Calling groups_inventory to load vars for managed_node3 7519 1726888127.59932: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888127.59940: variable '__tlog_packages' from source: role '' all vars 7519 1726888127.59953: Calling all_plugins_play to load vars for managed_node3 7519 1726888127.59956: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888127.59960: Calling groups_plugins_play to load vars for managed_node3 7519 1726888127.60038: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888127.60093: done with get_vars() 7519 1726888127.60102: done getting variables 7519 1726888127.60153: 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) 7519 1726888127.60157: 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) 7519 1726888127.60159: 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) 7519 1726888127.60201: 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=True) 7519 1726888127.60215: entering _queue_task() for managed_node3/package 7519 1726888127.60240: 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) 7519 1726888127.60244: 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) 7519 1726888127.60494: variable '__tlog_is_ostree' from source: set_fact 7519 1726888127.61159: variable 'omit' from source: magic vars 7519 1726888127.61163: variable 'omit' from source: magic vars 7519 1726888127.61167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888127.61172: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888127.61175: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888127.61179: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888127.61181: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888127.61184: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888127.61186: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888127.61188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888127.61190: Set connection var ansible_shell_executable to /bin/sh 7519 1726888127.61192: Set connection var ansible_pipelining to False 7519 1726888127.61194: Set connection var ansible_shell_type to sh 7519 1726888127.61196: Set connection var ansible_timeout to 10 7519 1726888127.61198: Set connection var ansible_connection to ssh 7519 1726888127.61200: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888127.61203: variable 'ansible_shell_executable' from source: unknown 7519 1726888127.61205: variable 'ansible_connection' from source: unknown 7519 1726888127.61207: variable 'ansible_module_compression' from source: unknown 7519 1726888127.61209: variable 'ansible_shell_type' from source: unknown 7519 1726888127.61211: variable 'ansible_shell_executable' from source: unknown 7519 1726888127.61216: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888127.61218: variable 'ansible_pipelining' from source: unknown 7519 1726888127.61220: variable 'ansible_timeout' from source: unknown 7519 1726888127.61224: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888127.61227: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Install session recording packages 7519 1726888127.61231: 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) 7519 1726888127.61234: variable 'omit' from source: magic vars 7519 1726888127.61236: starting attempt loop 7519 1726888127.61238: running the handler 7519 1726888127.61240: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888127.61242: _low_level_execute_command(): starting 7519 1726888127.61245: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888127.61253: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000b 7519 1726888127.61255: variable 'ansible_search_path' from source: unknown 7519 1726888127.61257: variable 'ansible_search_path' from source: unknown 7519 1726888127.61259: calling self._execute() <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888127.61266: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888127.61268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888127.61270: variable 'omit' from source: magic vars 7519 1726888127.61131: worker is 3 (out of 3 available) 7519 1726888127.61276: exiting _queue_task() for managed_node3/package 7519 1726888127.61285: done queuing things up, now waiting for results queue to drain 7519 1726888127.61287: waiting for pending results... 7519 1726888127.61311: variable 'omit' from source: magic vars 7519 1726888127.61346: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Install session recording packages 7519 1726888127.61365: variable 'omit' from source: magic vars 7519 1726888127.61400: variable '__tlog_packages' from source: role '' all vars 7519 1726888127.61421: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000b 7519 1726888127.61468: variable 'ansible_search_path' from source: unknown 7519 1726888127.61472: variable 'ansible_search_path' from source: unknown 7519 1726888127.61555: calling self._execute() 7519 1726888127.61622: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888127.61628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888127.61637: variable 'omit' from source: magic vars 7519 1726888127.61752: variable 'omit' from source: magic vars 7519 1726888127.61778: variable '__tlog_packages' from source: role '' all vars 7519 1726888127.61803: variable 'omit' from source: magic vars 7519 1726888127.61838: variable '__tlog_packages' from source: role '' all vars 7519 1726888127.62027: variable '__tlog_packages' from source: role '' all vars 7519 1726888127.62308: 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) 7519 1726888127.62326: 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) 7519 1726888127.62359: 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) 7519 1726888127.62386: 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) 7519 1726888127.62431: 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) 7519 1726888127.62462: 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) 7519 1726888127.62516: 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) 7519 1726888127.62541: 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) 7519 1726888127.62550: 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) 7519 1726888127.62565: 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) 7519 1726888127.62662: variable '__tlog_is_ostree' from source: set_fact 7519 1726888127.62671: variable 'omit' from source: magic vars 7519 1726888127.62702: variable 'omit' from source: magic vars 7519 1726888127.62728: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.62768: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888127.62803: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888127.62835: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888127.62862: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888127.62879: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888127.62910: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888127.62921: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888127.62942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888127.62964: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.62967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.62993: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.62997: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.63000: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.63019: variable '__tlog_is_ostree' from source: set_fact 7519 1726888127.63029: variable 'omit' from source: magic vars 7519 1726888127.63057: variable 'omit' from source: magic vars 7519 1726888127.63085: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888127.63112: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888127.63148: Set connection var ansible_shell_executable to /bin/sh 7519 1726888127.63160: Set connection var ansible_pipelining to False 7519 1726888127.63181: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888127.63191: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888127.63204: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.63207: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888127.63218: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888127.63234: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888127.63237: Set connection var ansible_shell_type to sh 7519 1726888127.63248: Set connection var ansible_timeout to 10 7519 1726888127.63251: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888127.63253: Set connection var ansible_connection to ssh 7519 1726888127.63255: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888127.63266: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888127.63280: variable 'ansible_shell_executable' from source: unknown 7519 1726888127.63285: variable 'ansible_connection' from source: unknown 7519 1726888127.63287: variable 'ansible_module_compression' from source: unknown 7519 1726888127.63289: variable 'ansible_shell_type' from source: unknown 7519 1726888127.63291: variable 'ansible_shell_executable' from source: unknown 7519 1726888127.63293: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888127.63295: variable 'ansible_pipelining' from source: unknown 7519 1726888127.63297: variable 'ansible_timeout' from source: unknown 7519 1726888127.63299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888127.63307: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888127.63325: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888127.63360: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.63385: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888127.63395: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888127.63403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888127.63429: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.63495: 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) 7519 1726888127.63516: variable 'omit' from source: magic vars 7519 1726888127.63519: starting attempt loop 7519 1726888127.63522: running the handler 7519 1726888127.63526: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888127.63544: _low_level_execute_command(): starting 7519 1726888127.63553: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888127.63588: Set connection var ansible_shell_executable to /bin/sh 7519 1726888127.63600: Set connection var ansible_pipelining to False 7519 1726888127.63608: Set connection var ansible_shell_type to sh 7519 1726888127.63617: Set connection var ansible_timeout to 10 7519 1726888127.63625: Set connection var ansible_connection to ssh 7519 1726888127.63737: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888127.63740: variable 'ansible_shell_executable' from source: unknown 7519 1726888127.63742: variable 'ansible_connection' from source: unknown 7519 1726888127.63744: variable 'ansible_module_compression' from source: unknown 7519 1726888127.63746: variable 'ansible_shell_type' from source: unknown 7519 1726888127.63748: variable 'ansible_shell_executable' from source: unknown 7519 1726888127.63751: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888127.63753: variable 'ansible_pipelining' from source: unknown 7519 1726888127.63756: variable 'ansible_timeout' from source: unknown 7519 1726888127.63758: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888127.63890: 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) 7519 1726888127.63905: variable 'omit' from source: magic vars 7519 1726888127.63915: starting attempt loop 7519 1726888127.63922: running the handler 7519 1726888127.63936: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888127.63966: _low_level_execute_command(): starting 7519 1726888127.63979: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888127.64444: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.64461: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.64472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.64485: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.64494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.64537: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888127.64544: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888127.64551: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888127.64561: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.64571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.64581: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.64590: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.64607: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888127.64617: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888127.64630: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888127.64633: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.64644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.64654: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.64660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.64667: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888127.64674: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888127.64680: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888127.64688: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888127.64696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.64707: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.64718: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.64791: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888127.64801: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888127.64808: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888127.64832: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.64849: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888127.64856: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888127.64863: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888127.64869: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888127.64883: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888127.64910: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.64981: 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.65017: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.65020: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.65027: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.65030: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.65117: stdout chunk (state=3): >>>/root <<< 7519 1726888127.65122: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888127.65127: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888127.65157: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.65162: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.65296: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.65310: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.65317: stdout chunk (state=3): >>><<< 7519 1726888127.65328: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888127.65356: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.65411: _low_level_execute_command(): starting 7519 1726888127.65415: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698 `" && echo ansible-tmp-1726888127.6535907-7611-162517761604698="` echo /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698 `" && echo ansible-tmp-1726888127.6535907-7611-162517761604698="` echo /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698 `" ) && sleep 0'"'"'' 7519 1726888127.65937: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.65943: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.66001: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.66005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.66007: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.66010: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.66056: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888127.66068: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.66090: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888127.66094: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888127.66100: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.66134: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.67351: stdout chunk (state=3): >>>/root <<< 7519 1726888127.67409: stdout chunk (state=3): >>>/root <<< 7519 1726888127.67617: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.67683: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.67686: stdout chunk (state=3): >>><<< 7519 1726888127.67688: stderr chunk (state=3): >>><<< 7519 1726888127.67691: stdout chunk (state=3): >>><<< 7519 1726888127.67693: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888127.67704: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.67707: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.67712: _low_level_execute_command(): starting 7519 1726888127.67714: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035 `" && echo ansible-tmp-1726888127.6766841-7613-82229323503035="` echo /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888127.67814: _low_level_execute_command(): starting 7519 1726888127.67818: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780 `" && echo ansible-tmp-1726888127.6767042-7612-22522838152780="` echo /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035 `" && echo ansible-tmp-1726888127.6766841-7613-82229323503035="` echo /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035 `" ) && sleep 0'"'"'' <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780 `" && echo ansible-tmp-1726888127.6767042-7612-22522838152780="` echo /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780 `" ) && sleep 0'"'"'' 7519 1726888127.68130: stdout chunk (state=3): >>>ansible-tmp-1726888127.6535907-7611-162517761604698=/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698 <<< 7519 1726888127.68240: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.68330: stderr chunk (state=3): >>><<< 7519 1726888127.68333: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888127.6535907-7611-162517761604698=/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888127.68433: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888127.6535907-7611-162517761604698=/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.68438: variable 'ansible_module_compression' from source: unknown 7519 1726888127.68530: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 7519 1726888127.68728: variable 'ansible_facts' from source: host vars for 'managed_node1' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py 7519 1726888127.68734: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmplhfb_t6q TO /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888127.68895: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.68904: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.68917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.68930: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.68938: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.68969: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.68984: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.68987: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888127.68994: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888127.69005: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888127.69008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.69011: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.69018: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.69026: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.69034: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.69046: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888127.69049: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.69051: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888127.69057: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888127.69067: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.69069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.69074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.69100: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.69108: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.69118: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888127.69121: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888127.69137: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888127.69140: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888127.69142: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888127.69144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.69155: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.69158: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888127.69160: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.69170: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888127.69180: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.69193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.69205: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.69219: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.69239: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888127.69242: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888127.69247: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888127.69258: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888127.69261: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888127.69269: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.69275: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888127.69286: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888127.69289: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.69291: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888127.69295: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888127.69309: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.69317: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888127.69333: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888127.69336: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.69354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.69368: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888127.69386: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888127.69400: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888127.69417: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888127.69435: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.69449: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.69462: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.69539: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888127.69554: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888127.69563: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.69569: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888127.69572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.69595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.69611: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888127.69682: Sending initial data 7519 1726888127.69689: Sent initial data (152 bytes) 7519 1726888127.69702: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888127.69716: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888127.69731: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888127.69751: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888127.69785: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.69840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.70383: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.70393: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.70403: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.70419: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.70436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.70483: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.70487: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.70489: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888127.70492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.70536: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888127.70561: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.70566: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888127.70569: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888127.70583: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.70605: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.72073: stdout chunk (state=3): >>>ansible-tmp-1726888127.6767042-7612-22522838152780=/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780 <<< 7519 1726888127.72237: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.72290: stderr chunk (state=3): >>><<< 7519 1726888127.72293: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'ansible-tmp-1726888127.6767042-7612-22522838152780=/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888127.72314: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888127.6767042-7612-22522838152780=/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.72415: variable 'ansible_module_compression' from source: unknown 7519 1726888127.72452: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 7519 1726888127.72455: stdout chunk (state=3): >>>ansible-tmp-1726888127.6766841-7613-82229323503035=/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035 <<< 7519 1726888127.72508: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888127.72513: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888127.72549: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 <<< 7519 1726888127.72584: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 7519 1726888127.72598: stderr chunk (state=3): >>>debug1: Using server upload size 261120 <<< 7519 1726888127.72609: stderr chunk (state=3): >>>debug1: Server handle limit 1019; using 64 <<< 7519 1726888127.72652: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888127.72668: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 7519 1726888127.72671: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.72828: stderr chunk (state=3): >>><<< 7519 1726888127.72831: stdout chunk (state=3): >>><<< 7519 1726888127.72833: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmplhfb_t6q /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py <<< 7519 1726888127.72835: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmplhfb_t6q <<< <10.31.43.94> (0, b'ansible-tmp-1726888127.6766841-7613-82229323503035=/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888127.72844: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888127.6766841-7613-82229323503035=/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.72846: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888127.72848: variable 'ansible_module_compression' from source: unknown 7519 1726888127.72850: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py 7519 1726888127.72854: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py 7519 1726888127.73029: variable 'ansible_facts' from source: host vars for 'managed_node3' <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmprdtcptb9 TO /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py 7519 1726888127.73166: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888127.73171: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpfkhsungz TO /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py 7519 1726888127.73176: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py M:0x001a <<< <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888127.73500: Sending initial data 7519 1726888127.73503: Sent initial data (151 bytes) 7519 1726888127.73506: Sending initial data 7519 1726888127.73508: Sent initial data (151 bytes) 7519 1726888127.73803: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 7519 1726888127.75069: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.75139: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.75149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.75163: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.75170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.75236: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888127.75240: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888127.75242: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888127.75245: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.75247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.75249: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.75313: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.75345: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.75349: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888127.75353: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888127.75367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.75383: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.75399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.75418: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.75436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.75477: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888127.75490: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888127.75504: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888127.75517: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.75535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.75549: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.75561: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.75576: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888127.75586: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888127.75595: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888127.75605: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.75616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.75635: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.75658: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888127.75661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.75663: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888127.75676: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888127.75687: stderr chunk (state=3): >>>debug3: In write loop, ack for 6 261120 bytes at 0 <<< 7519 1726888127.75690: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888127.75711: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21801 <<< 7519 1726888127.75714: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888127.75716: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.75730: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888127.75741: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.75752: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.75763: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.75838: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888127.75865: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888127.75868: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888127.75871: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888127.75873: stderr chunk (state=3): >>>debug3: In write loop, ack for 7 21801 bytes at 261120 <<< 7519 1726888127.75884: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888127.75902: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888127.75905: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888127.75940: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888127.75944: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.75960: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.75998: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888127.76001: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888127.76003: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888127.76007: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.76027: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888127.76038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888127.76041: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.76087: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.76167: stderr chunk (state=3): >>><<< 7519 1726888127.76173: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmplhfb_t6q /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmplhfb_t6q\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21801\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21801 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888127.76319: done transferring module to remote 7519 1726888127.76332: _low_level_execute_command(): starting 7519 1726888127.76337: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888127.76750: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.76756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.76786: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.76789: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888127.76792: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.76854: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888127.76862: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.76875: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888127.76878: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.76898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.78451: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888127.78505: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888127.78556: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888127.78560: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmprdtcptb9 debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888127.78566: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmprdtcptb9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py <<< 7519 1726888127.78595: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888127.78599: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888127.78624: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py M:0x001a <<< 7519 1726888127.78660: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpfkhsungz <<< 7519 1726888127.78664: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpfkhsungz /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py <<< 7519 1726888127.78666: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888127.78705: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py M:0x001a <<< 7519 1726888127.79406: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 7519 1726888127.79658: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.79661: stdout chunk (state=3): >>><<< 7519 1726888127.79663: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888127.80234: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.80237: _low_level_execute_command(): starting 7519 1726888127.80239: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888127.80909: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 7519 1726888127.81059: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 <<< 7519 1726888127.81063: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21800 <<< 7519 1726888127.81168: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 <<< 7519 1726888127.81171: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21800 <<< 7519 1726888127.81203: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 21800 bytes at 261120 <<< 7519 1726888127.81206: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888127.81247: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888127.81636: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.81640: stderr chunk (state=3): >>><<< 7519 1726888127.81642: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpfkhsungz /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpfkhsungz\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21800\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21800 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888127.81651: done transferring module to remote 7519 1726888127.81653: _low_level_execute_command(): starting 7519 1726888127.81655: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888127.81660: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.81662: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.81665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.81667: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.81669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888127.81674: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888127.81850: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 21800 bytes at 261120 <<< 7519 1726888127.81870: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888127.81882: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888127.81904: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888127.81911: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888127.81926: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.81935: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.81949: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.81957: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.82001: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.82191: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888127.82195: stderr chunk (state=3): >>><<< 7519 1726888127.82197: stdout chunk (state=3): >>><<< 7519 1726888127.82200: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888127.82202: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888127.82204: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmprdtcptb9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmprdtcptb9\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21800\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21800 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888127.82213: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.82215: done transferring module to remote 7519 1726888127.82217: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.82219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.82224: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888127.82227: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888127.82229: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888127.82331: _low_level_execute_command(): starting 7519 1726888127.82334: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888127.82345: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888127.82347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.82361: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.82364: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.82439: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888127.82449: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888127.82456: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888127.82481: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888127.82484: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888127.82487: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888127.82489: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888127.82498: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888127.82510: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888127.82557: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.82592: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.82849: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.82862: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.82874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.82891: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.82903: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.82957: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888127.82968: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888127.82979: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888127.82991: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.83003: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.83015: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.83047: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.83067: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888127.83086: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.83090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.83105: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888127.83148: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.83151: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.83154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888127.83156: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888127.83158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.83177: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888127.83190: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.83205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.83220: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.83237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.83259: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888127.83276: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888127.83288: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888127.83301: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888127.83314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.83331: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.83343: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.83383: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888127.83398: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888127.83414: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.83461: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.83503: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888127.83506: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888127.83509: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888127.83510: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.83558: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.84705: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888127.84709: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888127.84730: stdout chunk (state=3): >>> import '_warnings' # import '_weakref' # <<< 7519 1726888127.84785: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888127.84788: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888127.84824: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888127.84854: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888127.84857: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888127.84880: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888127.84922: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888127.84952: 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' <<< 7519 1726888127.84970: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888127.84993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888127.85013: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888127.85031: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43dc0> <<< 7519 1726888127.85085: 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' <<< 7519 1726888127.85106: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43b20> <<< 7519 1726888127.85173: 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 0x7f2889e43ac0> <<< 7519 1726888127.85178: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888127.85247: 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' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8490> <<< 7519 1726888127.85275: 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' <<< 7519 1726888127.85278: 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 0x7f2889bd8940> <<< 7519 1726888127.85315: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8670> <<< 7519 1726888127.85345: 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' <<< 7519 1726888127.85369: 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' <<< 7519 1726888127.85408: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888127.85481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888127.85488: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888127.85490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888127.85700: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f220> # /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 0x7f2889bb2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bf0880> # /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 0x7f2889b88d90> <<< 7519 1726888127.85751: 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 0x7f2889bb2d90> <<< 7519 1726888127.85814: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8970> <<< 7519 1726888127.85937: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.85941: stdout chunk (state=3): >>><<< 7519 1726888127.85952: 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. <<< 7519 1726888127.85969: stderr chunk (state=3): >>><<< 7519 1726888127.85984: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888127.85990: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888127.86100: stderr chunk (state=3): >>><<< 7519 1726888127.86104: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.86108: _low_level_execute_command(): starting 7519 1726888127.86110: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py && sleep 0' <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888127.86118: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888127.86121: _low_level_execute_command(): starting 7519 1726888127.86275: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888127.86291: 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' # /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 <<< 7519 1726888127.86299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888127.86321: 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' <<< 7519 1726888127.86328: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2deb0> <<< 7519 1726888127.86518: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b31f40> # /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 0x7f2889b27610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2f640> <<< 7519 1726888127.86536: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2d370> <<< 7519 1726888127.86557: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888127.86635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888127.86657: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888127.86689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.86714: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888127.86717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888127.86759: 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 0x7f2889a18dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a188b0> <<< 7519 1726888127.86762: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888127.86785: 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 0x7f2889a18eb0> <<< 7519 1726888127.86810: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888127.86850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888127.86864: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18f70> <<< 7519 1726888127.86881: 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' <<< 7519 1726888127.86900: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18e80> <<< 7519 1726888127.86903: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888127.86968: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09d30> <<< 7519 1726888127.86973: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888127.86993: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b03610> <<< 7519 1726888127.87053: 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 0x7f2889b16670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b35e20> <<< 7519 1726888127.87088: 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' <<< 7519 1726888127.87109: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.87135: 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 0x7f2889a2ac70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09250> <<< 7519 1726888127.87158: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.87172: 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 0x7f2889b16280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b9d0> <<< 7519 1726888127.87212: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888127.87235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888127.87240: 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' <<< 7519 1726888127.87253: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888127.87266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7519 1726888127.87279: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2afa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ad90> <<< 7519 1726888127.87334: 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 0x7f2889a2ad00> <<< 7519 1726888127.87350: 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' <<< 7519 1726888127.87557: 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 0x7f28899fe370> # /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' <<< 7519 1726888127.87560: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899fe460> <<< 7519 1726888127.87688: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a32fa0> <<< 7519 1726888127.87728: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ca30> <<< 7519 1726888127.87766: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2c490> <<< 7519 1726888127.87769: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888127.87780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888127.87805: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888127.87827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888127.87845: 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' <<< 7519 1726888127.87858: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899181c0> <<< 7519 1726888127.87890: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899e8c70> <<< 7519 1726888127.87946: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ceb0> <<< 7519 1726888127.87950: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b040> <<< 7519 1726888127.87989: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888127.88009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888127.88028: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889929af0> <<< 7519 1726888127.88041: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888127.88115: 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 0x7f2889929e20> <<< 7519 1726888127.88119: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888127.88121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7519 1726888127.88136: 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 0x7f288993c730> <<< 7519 1726888127.88162: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888127.88193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888127.88234: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993cc70> <<< 7519 1726888127.88267: 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 0x7f28898c93a0> <<< 7519 1726888127.88271: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889929f10> <<< 7519 1726888127.88286: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888127.88298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7519 1726888127.88301: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.88309: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.88344: 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 0x7f28898d9280> <<< 7519 1726888127.88347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.88366: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993c5b0> import 'pwd' # <<< 7519 1726888127.88369: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.88391: 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 0x7f28898d9340> <<< 7519 1726888127.88394: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.88437: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a9d0> <<< 7519 1726888127.88455: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888127.88460: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888127.88469: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888127.88488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888127.88491: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888127.88495: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888127.88611: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.88614: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.88617: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.88619: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.88621: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888127.88625: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888127.88629: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888127.88631: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.88653: 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 0x7f28898f56a0> # /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 0x7f28898f5970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f5760> # 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 0x7f28898f5850> <<< 7519 1726888127.88656: 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' <<< 7519 1726888127.88658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.88668: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.88748: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888127.88751: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888127.88756: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888127.88767: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888127.88841: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.89000: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888127.89010: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.89026: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.89039: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.89054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.89088: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888127.89096: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888127.89105: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888127.89115: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888127.89126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888127.89135: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888127.89142: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.89152: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888127.89171: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888127.89178: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888127.89186: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888127.89194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888127.89203: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888127.89210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888127.89226: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888127.89243: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888127.89246: stderr chunk (state=3): >>>debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888127.89349: 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 0x7f28898f5ca0> # 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 0x7f28899021f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f58e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898e8a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a5b0> # /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 0x7f28898f5a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2889823670> <<< 7519 1726888127.89367: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent <<< 7519 1726888127.89456: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888127.89902: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 7519 1726888127.90068: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.90119: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py <<< 7519 1726888127.90125: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.90135: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.90144: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888127.90157: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.91689: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin<<< 7519 1726888127.91695: stdout chunk (state=3): >>> <<< 7519 1726888127.91741: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888127.91753: stdout chunk (state=3): >>>import '_warnings' # <<< 7519 1726888127.91770: stdout chunk (state=3): >>>import '_weakref' # <<< 7519 1726888127.91858: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888127.91863: stdout chunk (state=3): >>> <<< 7519 1726888127.91885: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888127.91889: stdout chunk (state=3): >>> <<< 7519 1726888127.91952: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888127.92004: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888127.92032: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888127.92087: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888127.92126: stdout chunk (state=3): >>>import 'zipimport' # <<< 7519 1726888127.92131: stdout chunk (state=3): >>> <<< 7519 1726888127.92149: stdout chunk (state=3): >>># installed zipimport hook <<< 7519 1726888127.92151: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.92220: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888127.92229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.92278: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888127.92295: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888127.92305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888127.92324: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888127.92328: stdout chunk (state=3): >>> <<< 7519 1726888127.92370: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888127.92373: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3dc0> <<< 7519 1726888127.92419: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888127.92422: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888127.92456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7519 1726888127.92459: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888127.92461: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557583a0> <<< 7519 1726888127.92506: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3b20> <<< 7519 1726888127.92511: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888127.92531: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py <<< 7519 1726888127.92538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7519 1726888127.92567: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888127.92570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.92572: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888127.92615: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3ac0> <<< 7519 1726888127.92853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888127.92859: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888127.92867: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3dc0> <<< 7519 1726888127.92871: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 7519 1726888127.92874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc'<<< 7519 1726888127.92876: stdout chunk (state=3): >>> <<< 7519 1726888127.92879: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3b20> <<< 7519 1726888127.92881: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758490><<< 7519 1726888127.92883: stdout chunk (state=3): >>> <<< 7519 1726888127.92886: 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 0x7f40669b3ac0> <<< 7519 1726888127.92888: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py <<< 7519 1726888127.92892: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888127.92894: 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' <<< 7519 1726888127.92897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7519 1726888127.92899: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958490> <<< 7519 1726888127.92903: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7519 1726888127.92905: 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' <<< 7519 1726888127.92909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888127.92911: 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' # <<< 7519 1726888127.92913: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888127.92959: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958670> <<< 7519 1726888127.92962: 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' # /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' <<< 7519 1726888127.92968: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888127.92989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888127.92993: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f190> <<< 7519 1726888127.93007: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888127.93030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888127.93044: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758670> # /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 <<< 7519 1726888127.93118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'<<< 7519 1726888127.93124: stdout chunk (state=3): >>> <<< 7519 1726888127.93130: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f220> <<< 7519 1726888127.93132: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888127.93172: stdout chunk (state=3): >>># 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 0x7f4066932850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f940> <<< 7519 1726888127.93224: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066970880> <<< 7519 1726888127.93229: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py <<< 7519 1726888127.93234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066908d90> <<< 7519 1726888127.93298: 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' # <<< 7519 1726888127.93301: stdout chunk (state=3): >>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066932d90> <<< 7519 1726888127.93303: 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' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py<<< 7519 1726888127.93305: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888127.93327: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958970> <<< 7519 1726888127.93358: 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. <<< 7519 1726888127.93470: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f220> <<< 7519 1726888127.93474: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888127.93476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888127.93519: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py<<< 7519 1726888127.93526: stdout chunk (state=3): >>> <<< 7519 1726888127.93545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' <<< 7519 1726888127.93554: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155732850> <<< 7519 1726888127.93578: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f940> <<< 7519 1726888127.93624: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155770880><<< 7519 1726888127.93629: stdout chunk (state=3): >>> <<< 7519 1726888127.93673: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888127.93714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888127.93745: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888127.93838: 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 0x7f28891857f0> <<< 7519 1726888127.93842: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.93847: 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' <<< 7519 1726888127.93849: 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' <<< 7519 1726888127.93853: 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 <<< 7519 1726888127.93866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d3eb0> <<< 7519 1726888127.93870: 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' <<< 7519 1726888127.93873: 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 0x7f2889748760> <<< 7519 1726888127.93877: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py<<< 7519 1726888127.93879: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155708d90> # /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 0x7ff155732d90> <<< 7519 1726888127.93893: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d6f40> # /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' <<< 7519 1726888127.93905: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888127.93945: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748640> <<< 7519 1726888127.94009: 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' <<< 7519 1726888127.94013: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758970> <<< 7519 1726888127.94016: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748370> <<< 7519 1726888127.94019: 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' <<< 7519 1726888127.94060: 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. <<< 7519 1726888127.94063: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748190> <<< 7519 1726888127.94066: 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 0x7f40668cc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d3370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888127.94068: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888127.94099: 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 0x7f2889748400> <<< 7519 1726888127.94134: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888127.94137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888127.94149: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888127.94181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888127.94291: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897487c0> <<< 7519 1726888127.94303: 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' <<< 7519 1726888127.94353: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888127.94357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888127.94360: stdout chunk (state=3): >>># 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 0x7f4066591dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665918b0> 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 0x7f4066591eb0> <<< 7519 1726888127.94365: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888127.94367: stdout chunk (state=3): >>># /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' <<< 7519 1726888127.94369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888127.94376: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591f70> <<< 7519 1726888127.94378: 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' <<< 7519 1726888127.94391: 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 0x7f4066591e80> <<< 7519 1726888127.94436: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888127.94460: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668aed30> <<< 7519 1726888127.94472: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891fc7c0> <<< 7519 1726888127.94475: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888127.94508: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668a7610> <<< 7519 1726888127.94511: 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 0x7f28891fcb50> <<< 7519 1726888127.94543: 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 0x7f28891fc9a0> <<< 7519 1726888127.94601: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py<<< 7519 1726888127.94605: stdout chunk (state=3): >>> <<< 7519 1726888127.94608: 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' <<< 7519 1726888127.94650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'<<< 7519 1726888127.94654: stdout chunk (state=3): >>> <<< 7519 1726888127.94658: 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 0x7f40668ba670> <<< 7519 1726888127.94660: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891074f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889741d30> <<< 7519 1726888127.94663: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668dae20> # /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 0x7f40665a3c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668ae250> <<< 7519 1726888127.94692: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py<<< 7519 1726888127.94728: stdout chunk (state=3): >>> <<< 7519 1726888127.94732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'<<< 7519 1726888127.94765: 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 0x7f40668ba280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e09d0> <<< 7519 1726888127.94770: stdout chunk (state=3): >>> <<< 7519 1726888127.94773: 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' <<< 7519 1726888127.94776: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7519 1726888127.94779: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888127.94805: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.94828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3fa0> <<< 7519 1726888127.94840: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3d90> <<< 7519 1726888127.94845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888127.95064: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888127.95070: 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 0x7f40665a3d00> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888127.95076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7519 1726888127.95079: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556aeeb0><<< 7519 1726888127.95083: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748520> <<< 7519 1726888127.95086: stdout chunk (state=3): >>> <<< 7519 1726888127.95088: 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' <<< 7519 1726888127.95091: stdout chunk (state=3): >>># 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 <<< 7519 1726888127.95093: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889741190> <<< 7519 1726888127.95098: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b1f40><<< 7519 1726888127.95100: stdout chunk (state=3): >>> <<< 7519 1726888127.95105: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888127.95108: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888127.95151: 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' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888127.95156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888127.95159: 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' <<< 7519 1726888127.95162: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888127.95181: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889771a90> <<< 7519 1726888127.95190: 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 # 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 0x7f4066576370> # /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 0x7f4066576460> <<< 7519 1726888127.95194: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888127.95392: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2190> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2790> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288910dd00> <<< 7519 1726888127.95413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888127.95417: 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' <<< 7519 1726888127.95420: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556a7610> <<< 7519 1726888127.95425: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ad640> <<< 7519 1726888127.95428: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ae370><<< 7519 1726888127.95431: stdout chunk (state=3): >>> <<< 7519 1726888127.95434: 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 0x7f28891e26a0> # /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 0x7f2889796d30> # /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 <<< 7519 1726888127.95454: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888127.95457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888127.95460: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665aafa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5490> # /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 0x7f40664aa1c0> <<< 7519 1726888127.95487: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066561c70> <<< 7519 1726888127.95577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888127.95599: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py<<< 7519 1726888127.95602: stdout chunk (state=3): >>> <<< 7519 1726888127.95630: 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 0x7f28891669a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e50> # /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' <<< 7519 1726888127.95698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.95702: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888127.95717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'<<< 7519 1726888127.95741: stdout chunk (state=3): >>> <<< 7519 1726888127.95786: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.95836: stdout chunk (state=3): >>># 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 0x7ff155630dc0><<< 7519 1726888127.95838: 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 0x7f28891750d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e20> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888127.95842: stdout chunk (state=3): >>># 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' # <<< 7519 1726888127.95853: stdout chunk (state=3): >>> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556308b0><<< 7519 1726888127.95856: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e0040> # /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' <<< 7519 1726888127.95860: stdout chunk (state=3): >>> <<< 7519 1726888127.95862: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664bcaf0> 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 0x7f40664bce20> # /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 0x7f40664ce730> # /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' <<< 7519 1726888127.95901: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a9220> <<< 7519 1726888127.95907: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888127.95924: 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' <<< 7519 1726888127.95951: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664cec70> <<< 7519 1726888127.95962: 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 0x7f40664663a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664bcf10> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888127.95965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7519 1726888127.95969: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630eb0> <<< 7519 1726888127.95998: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.96003: 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 0x7f4066477280> <<< 7519 1726888127.96012: stdout chunk (state=3): >>># /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' <<< 7519 1726888127.96051: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664ce5b0> import 'pwd' # <<< 7519 1726888127.96054: 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 0x7f4066477340> <<< 7519 1726888127.96057: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630f70> <<< 7519 1726888127.96094: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889175100> <<< 7519 1726888127.96120: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a39d0> <<< 7519 1726888127.96173: 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 0x7ff155630e80> <<< 7519 1726888127.96431: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888127.96480: 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 0x7f288976db80> <<< 7519 1726888127.96483: 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 0x7f28897a0ac0> <<< 7519 1726888127.96486: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155682610> <<< 7519 1726888127.96488: 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 0x7f28897a0d00> <<< 7519 1726888127.96489: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889823820> <<< 7519 1726888127.96490: 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' <<< 7519 1726888127.96492: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888127.96493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888127.96494: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py <<< 7519 1726888127.96495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155696670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b5e20> <<< 7519 1726888127.96496: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888127.96497: 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 0x7f28891720d0> <<< 7519 1726888127.96506: stdout chunk (state=3): >>># 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 0x7f40664926a0> # /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 0x7f4066492970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066492760> # 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 0x7f4066492850> # /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' <<< 7519 1726888127.96546: 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' <<< 7519 1726888127.96568: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888127.96571: stdout chunk (state=3): >>> # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888127.96573: stdout chunk (state=3): >>> import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155642c70><<< 7519 1726888127.96575: stdout chunk (state=3): >>> <<< 7519 1726888127.96577: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689250><<< 7519 1726888127.96596: stdout chunk (state=3): >>> <<< 7519 1726888127.96598: 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 0x7f4066492ca0> <<< 7519 1726888127.96632: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888127.96648: stdout chunk (state=3): >>> <<< 7519 1726888127.96678: 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 0x7ff155696280><<< 7519 1726888127.96693: stdout chunk (state=3): >>> <<< 7519 1726888127.96696: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb9d0> <<< 7519 1726888127.96699: 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 0x7f406649f1f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664928e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066486a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a35b0> <<< 7519 1726888127.96748: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888127.96757: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888127.96760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888127.96940: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.96944: 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 0x7f2889167370> <<< 7519 1726888127.97015: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889172d00> <<< 7519 1726888127.97071: 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' <<< 7519 1726888127.97075: 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 0x7f28891726a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889173130> <<< 7519 1726888127.97140: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.97170: 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' <<< 7519 1726888127.97181: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888127.97204: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.97210: 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' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642d90><<< 7519 1726888127.97212: stdout chunk (state=3): >>> <<< 7519 1726888127.97213: 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' <<< 7519 1726888127.97215: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642d00> <<< 7519 1726888127.97216: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.97218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066492a90> <<< 7519 1726888127.97219: 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' <<< 7519 1726888127.97220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f40663c1670> <<< 7519 1726888127.97221: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py<<< 7519 1726888127.97227: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.97229: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888127.97233: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888127.97235: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888127.97239: stdout chunk (state=3): >>> <<< 7519 1726888127.97241: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.97248: 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 <<< 7519 1726888127.97250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888127.97302: 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'<<< 7519 1726888127.97320: stdout chunk (state=3): >>> <<< 7519 1726888127.97328: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155372370> <<< 7519 1726888127.97362: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.97364: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888127.97390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'<<< 7519 1726888127.97399: stdout chunk (state=3): >>> <<< 7519 1726888127.97420: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 7519 1726888127.97449: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155372460><<< 7519 1726888127.97451: stdout chunk (state=3): >>> <<< 7519 1726888127.97518: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.97561: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.97601: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py <<< 7519 1726888127.97603: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.97653: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.97656: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888127.97659: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15564afa0> <<< 7519 1726888127.97664: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.97721: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644a30><<< 7519 1726888127.97725: stdout chunk (state=3): >>> <<< 7519 1726888127.97752: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644490><<< 7519 1726888127.97756: stdout chunk (state=3): >>> <<< 7519 1726888127.97793: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py<<< 7519 1726888127.97798: stdout chunk (state=3): >>> <<< 7519 1726888127.97830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'<<< 7519 1726888127.97841: stdout chunk (state=3): >>> <<< 7519 1726888127.97891: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py<<< 7519 1726888127.97894: stdout chunk (state=3): >>> <<< 7519 1726888127.97949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888127.97977: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7519 1726888127.97998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' <<< 7519 1726888127.98006: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15529b1c0><<< 7519 1726888127.98010: stdout chunk (state=3): >>> <<< 7519 1726888127.98062: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15535dc70><<< 7519 1726888127.98070: stdout chunk (state=3): >>> <<< 7519 1726888127.98149: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644eb0> <<< 7519 1726888127.98173: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb040> <<< 7519 1726888127.98209: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888127.98250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888127.98301: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py<<< 7519 1726888127.98306: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'<<< 7519 1726888127.98311: stdout chunk (state=3): >>> <<< 7519 1726888127.98319: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552adaf0> <<< 7519 1726888127.98346: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888127.98351: stdout chunk (state=3): >>> <<< 7519 1726888127.98406: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888127.98411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.98419: stdout chunk (state=3): >>> <<< 7519 1726888127.98425: 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 0x7ff1552ade20> <<< 7519 1726888127.98470: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888127.98473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7519 1726888127.98520: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py<<< 7519 1726888127.98524: stdout chunk (state=3): >>> <<< 7519 1726888127.98544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' <<< 7519 1726888127.98548: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bf730><<< 7519 1726888127.98556: stdout chunk (state=3): >>> <<< 7519 1726888127.98585: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py<<< 7519 1726888127.98589: stdout chunk (state=3): >>> <<< 7519 1726888127.98646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'<<< 7519 1726888127.98651: stdout chunk (state=3): >>> <<< 7519 1726888127.98696: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bfc70><<< 7519 1726888127.98700: stdout chunk (state=3): >>> <<< 7519 1726888127.98745: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888127.98755: stdout chunk (state=3): >>> <<< 7519 1726888127.98776: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.98789: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15524d3a0><<< 7519 1726888127.98794: stdout chunk (state=3): >>> <<< 7519 1726888127.98815: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552adf10><<< 7519 1726888127.98818: stdout chunk (state=3): >>> <<< 7519 1726888127.98855: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py<<< 7519 1726888127.98878: stdout chunk (state=3): >>> <<< 7519 1726888127.98882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7519 1726888127.98936: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888127.98960: stdout chunk (state=3): >>> # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.98975: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15525d280> <<< 7519 1726888127.99001: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bf5b0><<< 7519 1726888127.99007: stdout chunk (state=3): >>> <<< 7519 1726888127.99029: stdout chunk (state=3): >>>import 'pwd' # <<< 7519 1726888127.99093: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.99108: stdout chunk (state=3): >>># 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 0x7ff15525d340> <<< 7519 1726888127.99172: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556429d0><<< 7519 1726888127.99174: stdout chunk (state=3): >>> <<< 7519 1726888127.99245: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py<<< 7519 1726888127.99249: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888127.99262: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7519 1726888127.99283: stdout chunk (state=3): >>> <<< 7519 1726888127.99288: 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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888127.99290: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888127.99322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888127.99327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888127.99384: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888127.99389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888127.99393: 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 0x7f28891828b0> <<< 7519 1726888127.99396: 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 0x7ff1552796a0> <<< 7519 1726888127.99484: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py <<< 7519 1726888127.99514: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888127.99609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7519 1726888127.99614: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891b0910> <<< 7519 1726888127.99622: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d046a0> <<< 7519 1726888127.99624: stdout chunk (state=3): >>># 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' <<< 7519 1726888127.99630: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.99634: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888127.99654: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.99659: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.99662: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279970><<< 7519 1726888127.99664: stdout chunk (state=3): >>> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155279760> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888127.99667: stdout chunk (state=3): >>> <<< 7519 1726888127.99669: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888127.99671: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.99674: 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 0x7ff155279850> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7519 1726888127.99686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7519 1726888127.99773: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888127.99956: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.99978: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888127.99987: 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' <<< 7519 1726888127.99989: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279ca0> <<< 7519 1726888128.00063: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891f57f0> <<< 7519 1726888128.00068: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.00088: 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' <<< 7519 1726888128.00092: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552851f0><<< 7519 1726888128.00095: stdout chunk (state=3): >>> <<< 7519 1726888128.00098: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552798e0><<< 7519 1726888128.00100: stdout chunk (state=3): >>> <<< 7519 1726888128.00126: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15526ca30><<< 7519 1726888128.00131: stdout chunk (state=3): >>> <<< 7519 1726888128.00174: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556425b0><<< 7519 1726888128.00177: stdout chunk (state=3): >>> <<< 7519 1726888128.00207: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py<<< 7519 1726888128.00216: stdout chunk (state=3): >>> <<< 7519 1726888128.00296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'<<< 7519 1726888128.00302: stdout chunk (state=3): >>> <<< 7519 1726888128.00347: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155279a90><<< 7519 1726888128.00352: stdout chunk (state=3): >>> <<< 7519 1726888128.00551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'<<< 7519 1726888128.00556: stdout chunk (state=3): >>> <<< 7519 1726888128.00595: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff155199670><<< 7519 1726888128.00600: stdout chunk (state=3): >>> <<< 7519 1726888128.00738: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.00950: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip'<<< 7519 1726888128.00959: stdout chunk (state=3): >>> <<< 7519 1726888128.00978: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.00984: stdout chunk (state=3): >>> <<< 7519 1726888128.01136: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.01141: stdout chunk (state=3): >>> <<< 7519 1726888128.01186: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py<<< 7519 1726888128.01189: stdout chunk (state=3): >>> <<< 7519 1726888128.01256: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01306: 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 0x7f4065d047f0> <<< 7519 1726888128.01324: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01329: 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' <<< 7519 1726888128.01331: 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' <<< 7519 1726888128.01344: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available<<< 7519 1726888128.01365: stdout chunk (state=3): >>> <<< 7519 1726888128.01368: 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' <<< 7519 1726888128.01371: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.01374: stdout chunk (state=3): >>># 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 0x7f4065d95760> <<< 7519 1726888128.01418: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95640> <<< 7519 1726888128.01421: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01448: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95370> <<< 7519 1726888128.01464: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888128.01483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888128.01489: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01541: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95190> <<< 7519 1726888128.01544: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888128.01590: 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 0x7f4065d95400> <<< 7519 1726888128.01599: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888128.01602: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01605: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888128.01644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888128.01653: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01699: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888128.01702: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d957c0> <<< 7519 1726888128.01715: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01718: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888128.01720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888128.01742: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888128.01760: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888128.01788: 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' <<< 7519 1726888128.01871: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888128.01878: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01897: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01929: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888128.01931: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d6e7c0> <<< 7519 1726888128.01933: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01969: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.01972: 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 0x7f4065d6eb50> <<< 7519 1726888128.02005: 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 0x7f4065d6e9a0> <<< 7519 1726888128.02036: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888128.02038: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.02040: 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' <<< 7519 1726888128.02075: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065c874f0> <<< 7519 1726888128.02098: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d8ed30> <<< 7519 1726888128.02347: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95520> <<< 7519 1726888128.02351: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.02371: 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' <<< 7519 1726888128.02406: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d8e190> <<< 7519 1726888128.02419: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888128.02435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888128.02467: 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' <<< 7519 1726888128.02493: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888128.02502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888128.02539: 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' <<< 7519 1726888128.02544: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065dbfa90> <<< 7519 1726888128.02654: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888128.02662: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62190> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62790> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065c8cd00> <<< 7519 1726888128.02681: 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 0x7f4065d626a0> <<< 7519 1726888128.02686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888128.02718: 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 0x7f4065de3d30> <<< 7519 1726888128.02748: 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 <<< 7519 1726888128.02769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888128.02777: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d09d90> # zipimport: zlib available <<< 7519 1726888128.02780: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888128.02832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888128.02839: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.02924: 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' <<< 7519 1726888128.02928: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065ce59a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee50> <<< 7519 1726888128.02954: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888128.02958: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888128.02960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888128.02962: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.02998: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.03031: 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' <<< 7519 1726888128.03035: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf50d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee20> <<< 7519 1726888128.03048: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888128.03051: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888128.03092: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.03098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.03130: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.03133: 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' # <<< 7519 1726888128.03225: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065df5220> <<< 7519 1726888128.03246: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.03248: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.03339: 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 <<< 7519 1726888128.03358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.03425: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf5100> <<< 7519 1726888128.03473: 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 0x7f28891a10a0> <<< 7519 1726888128.03543: 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 0x7f4065db9b80> <<< 7519 1726888128.03585: 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' <<< 7519 1726888128.03588: 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 0x7f4065deeac0> <<< 7519 1726888128.03624: 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' <<< 7519 1726888128.03660: 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 0x7f4065deed00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40663c1820> <<< 7519 1726888128.03666: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccb070> <<< 7519 1726888128.03676: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888128.03678: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.03697: 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' <<< 7519 1726888128.03706: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888128.03710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888128.03764: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.03767: 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 0x7f4065cf10d0> <<< 7519 1726888128.03832: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.03864: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.03912: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888128.03935: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888128.03955: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888128.04009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888128.04034: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888128.04057: 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 0x7f4065ce7370> <<< 7519 1726888128.04080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888128.04082: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf1d00> <<< 7519 1726888128.04104: 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' <<< 7519 1726888128.04109: 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 0x7f4065cf16a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf2130> <<< 7519 1726888128.04149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04153: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888128.04163: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04200: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891aa160> <<< 7519 1726888128.04271: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04274: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891a6cd0> <<< 7519 1726888128.04360: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d09bb0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888128.04382: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04386: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888128.04389: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04414: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04441: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888128.04447: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888128.04451: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04568: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888128.04573: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04592: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py <<< 7519 1726888128.04619: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04623: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04721: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04770: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04820: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04890: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04895: 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' <<< 7519 1726888128.04929: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b047f0> <<< 7519 1726888128.04931: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.04979: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7519 1726888128.04982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.04983: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.05040: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py <<< 7519 1726888128.05043: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.05046: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888128.05048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888128.05086: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py<<< 7519 1726888128.05101: stdout chunk (state=3): >>> <<< 7519 1726888128.05103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'<<< 7519 1726888128.05105: stdout chunk (state=3): >>> <<< 7519 1726888128.05154: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.05169: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.05171: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.05193: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b95760><<< 7519 1726888128.05201: stdout chunk (state=3): >>> <<< 7519 1726888128.05282: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95640> <<< 7519 1726888128.05285: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.05293: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.05346: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95370><<< 7519 1726888128.05349: stdout chunk (state=3): >>> <<< 7519 1726888128.05351: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available <<< 7519 1726888128.05373: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py<<< 7519 1726888128.05397: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'<<< 7519 1726888128.05401: stdout chunk (state=3): >>> <<< 7519 1726888128.05482: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95490> <<< 7519 1726888128.05488: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.05495: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95190> <<< 7519 1726888128.05521: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888128.05524: stdout chunk (state=3): >>> <<< 7519 1726888128.05591: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.05616: stdout chunk (state=3): >>> # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.05621: stdout chunk (state=3): >>> import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b95400><<< 7519 1726888128.05625: stdout chunk (state=3): >>> <<< 7519 1726888128.05628: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.05631: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py<<< 7519 1726888128.05638: stdout chunk (state=3): >>> <<< 7519 1726888128.05671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'<<< 7519 1726888128.05675: stdout chunk (state=3): >>> <<< 7519 1726888128.05739: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b957c0><<< 7519 1726888128.05742: stdout chunk (state=3): >>> <<< 7519 1726888128.05770: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py<<< 7519 1726888128.05774: stdout chunk (state=3): >>> <<< 7519 1726888128.05804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888128.05847: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.05850: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888128.05885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'<<< 7519 1726888128.05888: stdout chunk (state=3): >>> <<< 7519 1726888128.05889: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.05926: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py<<< 7519 1726888128.05930: stdout chunk (state=3): >>> <<< 7519 1726888128.05931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888128.05956: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py <<< 7519 1726888128.06160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.06167: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py <<< 7519 1726888128.06170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc' <<< 7519 1726888128.06309: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py <<< 7519 1726888128.06316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc' <<< 7519 1726888128.06327: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a84a60> <<< 7519 1726888128.06334: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b767c0> <<< 7519 1726888128.06337: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py <<< 7519 1726888128.06339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc' <<< 7519 1726888128.06341: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py <<< 7519 1726888128.06344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7519 1726888128.06478: 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 0x7ff154b76b50> <<< 7519 1726888128.06483: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py <<< 7519 1726888128.06492: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888128.06501: 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_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888128.06506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' <<< 7519 1726888128.06509: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ce46d0> <<< 7519 1726888128.06511: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888128.06516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.06521: 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 0x7f2888ce4af0> <<< 7519 1726888128.06527: 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 0x7ff154b769a0> # /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' <<< 7519 1726888128.06533: 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 0x7f4065d2d8b0> <<< 7519 1726888128.06553: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888cca250> <<< 7519 1726888128.06560: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154a874f0><<< 7519 1726888128.06562: stdout chunk (state=3): >>> <<< 7519 1726888128.06564: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccaa30> <<< 7519 1726888128.06566: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888128.06569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d32910> <<< 7519 1726888128.06570: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a5970> <<< 7519 1726888128.06572: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19460> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19910> # /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7519 1726888128.06583: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b8ed30> <<< 7519 1726888128.06588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc' <<< 7519 1726888128.06590: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888128.06592: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.06598: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888128.06601: 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' # 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 0x7f2888d16d00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d16d60> <<< 7519 1726888128.06603: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py <<< 7519 1726888128.06611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc' <<< 7519 1726888128.06648: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d16250> <<< 7519 1726888128.06665: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py <<< 7519 1726888128.06698: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95520> <<< 7519 1726888128.06701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888128.06756: 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'<<< 7519 1726888128.06760: 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 0x7f2888aecf70> <<< 7519 1726888128.06762: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.06765: stdout chunk (state=3): >>> <<< 7519 1726888128.06785: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d324c0> <<< 7519 1726888128.06809: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19310> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py <<< 7519 1726888128.06828: stdout chunk (state=3): >>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py <<< 7519 1726888128.06858: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.06861: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b8e190> <<< 7519 1726888128.06864: stdout chunk (state=3): >>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py <<< 7519 1726888128.06866: 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' <<< 7519 1726888128.06877: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.06973: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7519 1726888128.06976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'<<< 7519 1726888128.06980: stdout chunk (state=3): >>> <<< 7519 1726888128.06983: 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' <<< 7519 1726888128.06985: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.06987: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888128.07076: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d747f0> # zipimport: zlib available <<< 7519 1726888128.07080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888128.07082: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py<<< 7519 1726888128.07084: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'<<< 7519 1726888128.07086: stdout chunk (state=3): >>> <<< 7519 1726888128.07088: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py <<< 7519 1726888128.07090: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07092: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154bbda90> <<< 7519 1726888128.07094: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07160: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py <<< 7519 1726888128.07182: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07186: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07189: stdout chunk (state=3): >>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py <<< 7519 1726888128.07198: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62190> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62790> <<< 7519 1726888128.07226: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07229: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154a8cd00> <<< 7519 1726888128.07241: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07281: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.07285: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available <<< 7519 1726888128.07297: 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 0x7ff154b626a0><<< 7519 1726888128.07300: stdout chunk (state=3): >>> <<< 7519 1726888128.07338: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07363: 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' <<< 7519 1726888128.07395: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py <<< 7519 1726888128.07399: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154be3d30> <<< 7519 1726888128.07409: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07422: 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 <<< 7519 1726888128.07464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888128.07505: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07508: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888128.07511: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available <<< 7519 1726888128.07591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888128.07594: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07609: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07682: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07696: 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 0x7ff154ae59a0> <<< 7519 1726888128.07702: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee50> <<< 7519 1726888128.07742: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07770: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888128.07794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888128.07803: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py <<< 7519 1726888128.07858: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.07864: stdout chunk (state=3): >>> # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.07869: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.07872: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af50d0><<< 7519 1726888128.07874: stdout chunk (state=3): >>> <<< 7519 1726888128.07875: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee20> <<< 7519 1726888128.07912: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888128.07969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888128.07974: stdout chunk (state=3): >>> <<< 7519 1726888128.08020: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py<<< 7519 1726888128.08030: stdout chunk (state=3): >>> <<< 7519 1726888128.08039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'<<< 7519 1726888128.08055: stdout chunk (state=3): >>> <<< 7519 1726888128.08057: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888128.08151: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154bf5220> <<< 7519 1726888128.08200: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.08282: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.08390: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888128.08393: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.08394: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af5100> <<< 7519 1726888128.08432: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.08479: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888128.08482: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.08526: 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'<<< 7519 1726888128.08531: stdout chunk (state=3): >>> <<< 7519 1726888128.08563: 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 0x7ff154bb9b80><<< 7519 1726888128.08565: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.08566: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.08571: stdout chunk (state=3): >>> <<< 7519 1726888128.08618: 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'<<< 7519 1726888128.08625: 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'<<< 7519 1726888128.08628: stdout chunk (state=3): >>> <<< 7519 1726888128.08633: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154beeac0> <<< 7519 1726888128.08665: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888128.08710: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.08717: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888128.08720: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.08722: 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 0x7ff154beed00> <<< 7519 1726888128.08748: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.08750: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155199820> <<< 7519 1726888128.08805: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888128.08811: 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' <<< 7519 1726888128.08847: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.08853: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888128.08885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888128.08963: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.08967: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.08978: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af10d0> <<< 7519 1726888128.09093: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09182: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py <<< 7519 1726888128.09189: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09255: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09284: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.09316: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.09361: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154ae7370> <<< 7519 1726888128.09364: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09365: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af1d00> <<< 7519 1726888128.09367: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09411: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888128.09435: 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' <<< 7519 1726888128.09456: 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' <<< 7519 1726888128.09471: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af16a0> <<< 7519 1726888128.09474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888128.09492: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af3130> # zipimport: zlib available <<< 7519 1726888128.09513: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.09518: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available <<< 7519 1726888128.09520: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09552: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888128.09574: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a9d90> # zipimport: zlib available <<< 7519 1726888128.09580: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.09582: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09583: stdout chunk (state=3): >>> <<< 7519 1726888128.09639: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09647: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py <<< 7519 1726888128.09649: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09689: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09710: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09731: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888128.09734: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available <<< 7519 1726888128.09738: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888128.09759: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09761: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09825: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py <<< 7519 1726888128.09830: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09832: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09854: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.09857: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888128.09873: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888128.09921: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09926: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09932: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.09934: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09936: stdout chunk (state=3): >>> import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888128.09976: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.09979: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10015: 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' <<< 7519 1726888128.10053: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a06ca0> <<< 7519 1726888128.10086: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10121: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888128.10126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888128.10128: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10172: 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 <<< 7519 1726888128.10205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.10306: 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' <<< 7519 1726888128.10308: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.10309: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d200a0> <<< 7519 1726888128.10311: stdout chunk (state=3): >>> <<< 7519 1726888128.10363: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a06fd0> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py <<< 7519 1726888128.10382: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10455: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586f070> <<< 7519 1726888128.10460: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10505: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888128.10511: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10554: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py <<< 7519 1726888128.10562: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10671: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10674: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10696: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10750: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888128.10754: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888128.10785: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888128.10788: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py # zipimport: zlib available <<< 7519 1726888128.10826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888128.10854: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888128.10860: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888128.10963: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py <<< 7519 1726888128.10971: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.10997: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d29160> <<< 7519 1726888128.11020: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11045: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d25cd0> <<< 7519 1726888128.11080: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.11082: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888128.11083: stdout chunk (state=3): >>> <<< 7519 1726888128.11127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888128.11133: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a9bb0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888128.11162: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11190: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888128.11285: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888128.11296: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11322: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py <<< 7519 1726888128.11349: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11352: 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 0x7f28889e34f0> <<< 7519 1726888128.11417: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11505: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11509: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11535: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11573: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11620: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11661: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11705: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py <<< 7519 1726888128.11708: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11754: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a474f0> <<< 7519 1726888128.11763: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py <<< 7519 1726888128.11772: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11805: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11871: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py<<< 7519 1726888128.11882: stdout chunk (state=3): >>> <<< 7519 1726888128.11888: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7519 1726888128.11891: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11895: stdout chunk (state=3): >>> <<< 7519 1726888128.11909: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 7519 1726888128.11914: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11942: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888128.11947: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888128.11971: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.11985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888128.11988: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available <<< 7519 1726888128.11991: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py <<< 7519 1726888128.11992: stdout chunk (state=3): >>> <<< 7519 1726888128.11993: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12032: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12048: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.12078: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.12083: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b028b0> <<< 7519 1726888128.12133: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12177: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py<<< 7519 1726888128.12204: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7519 1726888128.12207: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12225: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b2f910><<< 7519 1726888128.12240: stdout chunk (state=3): >>> <<< 7519 1726888128.12249: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467b6a0><<< 7519 1726888128.12257: stdout chunk (state=3): >>> <<< 7519 1726888128.12288: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12322: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py<<< 7519 1726888128.12330: stdout chunk (state=3): >>> <<< 7519 1726888128.12348: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.12353: stdout chunk (state=3): >>> <<< 7519 1726888128.12384: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.12389: stdout chunk (state=3): >>> <<< 7519 1726888128.12425: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12434: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888128.12456: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12462: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12534: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py <<< 7519 1726888128.12538: 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' <<< 7519 1726888128.12542: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12544: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py <<< 7519 1726888128.12585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc' <<< 7519 1726888128.12589: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12591: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py <<< 7519 1726888128.12594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc' <<< 7519 1726888128.12655: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py <<< 7519 1726888128.12678: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12681: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065624a60> <<< 7519 1726888128.12684: 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' <<< 7519 1726888128.12687: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py <<< 7519 1726888128.12716: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12753: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7519 1726888128.12763: 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' <<< 7519 1726888128.12765: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586b940> <<< 7519 1726888128.12773: 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' <<< 7519 1726888128.12875: 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 0x7f288897d190> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288897d2e0> <<< 7519 1726888128.12880: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.12883: stdout chunk (state=3): >>># 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 0x7f406586b520> <<< 7519 1726888128.12886: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available <<< 7519 1726888128.12888: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12890: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available <<< 7519 1726888128.12908: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586a250> <<< 7519 1726888128.12940: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.12944: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586aa30> <<< 7519 1726888128.13046: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9460> <<< 7519 1726888128.13049: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9910> <<< 7519 1726888128.13051: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7519 1726888128.13053: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py <<< 7519 1726888128.13055: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13057: 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' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b747f0> # zipimport: zlib available <<< 7519 1726888128.13058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc' <<< 7519 1726888128.13066: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py <<< 7519 1726888128.13068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc' <<< 7519 1726888128.13096: 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 0x7f40658b5d00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b5d60> <<< 7519 1726888128.13124: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py <<< 7519 1726888128.13130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc' <<< 7519 1726888128.13159: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b5250> <<< 7519 1726888128.13199: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py <<< 7519 1726888128.13203: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888128.13245: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.13250: stdout chunk (state=3): >>># 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 0x7f406568cf70> <<< 7519 1726888128.13277: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658cb4c0> <<< 7519 1726888128.13304: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9310> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py <<< 7519 1726888128.13327: stdout chunk (state=3): >>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py <<< 7519 1726888128.13383: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13404: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py # zipimport: zlib available <<< 7519 1726888128.13408: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py <<< 7519 1726888128.13411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13440: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13516: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py # zipimport: zlib available <<< 7519 1726888128.13541: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13564: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13590: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.13596: stdout chunk (state=3): >>> <<< 7519 1726888128.13657: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py <<< 7519 1726888128.13659: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.13661: stdout chunk (state=3): >>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py <<< 7519 1726888128.13662: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13692: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13744: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py <<< 7519 1726888128.13747: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13748: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13795: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py <<< 7519 1726888128.13797: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13820: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13843: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py <<< 7519 1726888128.13847: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13894: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13940: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py <<< 7519 1726888128.13958: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13966: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.13994: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14021: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14089: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14155: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14201: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14230: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14233: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py <<< 7519 1726888128.14240: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14309: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.14316: stdout chunk (state=3): >>> <<< 7519 1726888128.14423: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py<<< 7519 1726888128.14427: stdout chunk (state=3): >>> <<< 7519 1726888128.14448: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.14450: stdout chunk (state=3): >>> <<< 7519 1726888128.14451: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available <<< 7519 1726888128.14503: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.14508: stdout chunk (state=3): >>> <<< 7519 1726888128.14559: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888128.14594: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.14597: stdout chunk (state=3): >>> <<< 7519 1726888128.14599: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14683: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.14688: stdout chunk (state=3): >>> <<< 7519 1726888128.14814: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py <<< 7519 1726888128.14825: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14829: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py<<< 7519 1726888128.14856: stdout chunk (state=3): >>> # zipimport: zlib available <<< 7519 1726888128.14859: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.14887: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14892: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14896: stdout chunk (state=3): >>> import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888128.14902: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14927: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.14980: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.15073: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888128.15076: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.15388: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.15394: stdout chunk (state=3): >>> <<< 7519 1726888128.15485: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available <<< 7519 1726888128.15555: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.15614: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.15623: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.15660: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.15709: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py <<< 7519 1726888128.15713: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available <<< 7519 1726888128.15745: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py<<< 7519 1726888128.15747: stdout chunk (state=3): >>> <<< 7519 1726888128.15749: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.15798: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py <<< 7519 1726888128.15801: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.15803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888128.15833: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888128.15843: stdout chunk (state=3): >>> <<< 7519 1726888128.15851: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.15920: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py <<< 7519 1726888128.15930: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.15969: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.15992: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467fd90><<< 7519 1726888128.16001: stdout chunk (state=3): >>> <<< 7519 1726888128.16028: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available <<< 7519 1726888128.16031: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.16034: stdout chunk (state=3): >>> <<< 7519 1726888128.16040: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.16081: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py <<< 7519 1726888128.16087: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.16141: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.16147: stdout chunk (state=3): >>> <<< 7519 1726888128.16189: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.16249: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py<<< 7519 1726888128.16268: stdout chunk (state=3): >>> <<< 7519 1726888128.16271: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py<<< 7519 1726888128.16284: stdout chunk (state=3): >>> <<< 7519 1726888128.16347: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888128.16351: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py <<< 7519 1726888128.16353: 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' <<< 7519 1726888128.16355: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available <<< 7519 1726888128.16368: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655a6ca0> <<< 7519 1726888128.16399: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888128.16402: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 7519 1726888128.16428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888128.16457: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.16472: stdout chunk (state=3): >>> <<< 7519 1726888128.16482: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.16528: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888128.16549: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.16554: stdout chunk (state=3): >>> <<< 7519 1726888128.16623: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.16629: stdout chunk (state=3): >>> <<< 7519 1726888128.16638: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py <<< 7519 1726888128.16644: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.16691: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.16742: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655a6fd0> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py <<< 7519 1726888128.16746: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.16764: stdout chunk (state=3): >>> <<< 7519 1726888128.16767: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.16848: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.16851: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.16904: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py <<< 7519 1726888128.16907: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.16908: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py # zipimport: zlib available <<< 7519 1726888128.16943: 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<<< 7519 1726888128.16950: stdout chunk (state=3): >>> <<< 7519 1726888128.17004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888128.17019: stdout chunk (state=3): >>> <<< 7519 1726888128.17028: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17109: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17131: 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'<<< 7519 1726888128.17154: stdout chunk (state=3): >>> # 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 0x7ff154b200a0> <<< 7519 1726888128.17162: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py # zipimport: zlib available <<< 7519 1726888128.17220: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17333: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py <<< 7519 1726888128.17343: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available <<< 7519 1726888128.17347: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154659fa0> <<< 7519 1726888128.17353: 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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py <<< 7519 1726888128.17377: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17397: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17411: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888128.17419: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17421: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17431: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888128.17482: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py <<< 7519 1726888128.17485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888128.17488: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17490: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17590: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17592: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17623: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.17629: stdout chunk (state=3): >>> <<< 7519 1726888128.17690: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.17694: 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 0x7f4065597b20> <<< 7519 1726888128.17697: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888128.17731: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.17734: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888128.17765: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888128.17826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888128.17866: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888128.17915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888128.18020: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18057: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655e74f0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py <<< 7519 1726888128.18069: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18071: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b29160> <<< 7519 1726888128.18134: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b25cd0> <<< 7519 1726888128.18137: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18189: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py <<< 7519 1726888128.18218: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18221: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467fbb0> <<< 7519 1726888128.18244: stdout chunk (state=3): >>># destroy ansible.module_utils.distro <<< 7519 1726888128.18248: stdout chunk (state=3): >>>import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888128.18277: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18492: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py <<< 7519 1726888128.18496: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18499: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available <<< 7519 1726888128.18501: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18505: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py <<< 7519 1726888128.18507: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18528: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 7519 1726888128.18565: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.18568: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18569: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py<<< 7519 1726888128.18571: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18572: stdout chunk (state=3): >>> <<< 7519 1726888128.18594: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.18604: stdout chunk (state=3): >>> <<< 7519 1726888128.18643: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py <<< 7519 1726888128.18652: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18685: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18739: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py <<< 7519 1726888128.18742: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18744: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py <<< 7519 1726888128.18745: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18795: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18797: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18803: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18882: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.18885: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py <<< 7519 1726888128.18887: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py <<< 7519 1726888128.18889: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18890: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18891: stdout chunk (state=3): >>> # zipimport: zlib available <<< 7519 1726888128.18892: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18957: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.18959: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.18960: stdout chunk (state=3): >>> <<< 7519 1726888128.18962: 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' <<< 7519 1726888128.19009: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19029: 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 0x7f4065511190> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655112e0> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available <<< 7519 1726888128.19059: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py # zipimport: zlib available <<< 7519 1726888128.19062: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py <<< 7519 1726888128.19065: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19071: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19128: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py<<< 7519 1726888128.19160: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19168: stdout chunk (state=3): >>> <<< 7519 1726888128.19171: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19173: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py # zipimport: zlib available <<< 7519 1726888128.19256: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19373: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.19377: stdout chunk (state=3): >>> <<< 7519 1726888128.19397: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.19400: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19402: stdout chunk (state=3): >>> <<< 7519 1726888128.19404: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19441: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py<<< 7519 1726888128.19453: stdout chunk (state=3): >>> <<< 7519 1726888128.19466: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19556: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py <<< 7519 1726888128.19567: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19699: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19702: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19739: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py <<< 7519 1726888128.19750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19825: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19827: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19858: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19887: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py <<< 7519 1726888128.19919: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19934: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available <<< 7519 1726888128.19947: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19949: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.19987: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py <<< 7519 1726888128.20003: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20005: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20035: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20038: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20073: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py <<< 7519 1726888128.20090: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20093: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20106: 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' <<< 7519 1726888128.20113: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20141: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py <<< 7519 1726888128.20164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc' <<< 7519 1726888128.20167: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available <<< 7519 1726888128.20197: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py <<< 7519 1726888128.20228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc' <<< 7519 1726888128.20230: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20274: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20276: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1543faa60> <<< 7519 1726888128.20311: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py <<< 7519 1726888128.20338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc'<<< 7519 1726888128.20343: stdout chunk (state=3): >>> <<< 7519 1726888128.20382: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py <<< 7519 1726888128.20386: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py <<< 7519 1726888128.20413: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20436: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py <<< 7519 1726888128.20439: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7519 1726888128.20448: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available <<< 7519 1726888128.20480: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20671: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py <<< 7519 1726888128.20676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' <<< 7519 1726888128.20679: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py # zipimport: zlib available <<< 7519 1726888128.20681: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15465c6d0> <<< 7519 1726888128.20692: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20695: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20697: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20701: 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' <<< 7519 1726888128.20703: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15465caf0> <<< 7519 1726888128.20754: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20798: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py <<< 7519 1726888128.20815: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640250> <<< 7519 1726888128.20820: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20825: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20829: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640a30><<< 7519 1726888128.20831: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20833: stdout chunk (state=3): >>> <<< 7519 1726888128.20835: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20837: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f460> <<< 7519 1726888128.20839: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20840: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f910> <<< 7519 1726888128.20897: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py <<< 7519 1726888128.20917: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py <<< 7519 1726888128.20921: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7519 1726888128.20925: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc' <<< 7519 1726888128.20968: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py<<< 7519 1726888128.20972: stdout chunk (state=3): >>> <<< 7519 1726888128.20974: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.20976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc' <<< 7519 1726888128.21052: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py <<< 7519 1726888128.21055: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.21057: 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'<<< 7519 1726888128.21059: stdout chunk (state=3): >>> import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15468bd00> <<< 7519 1726888128.21083: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468bd60><<< 7519 1726888128.21090: stdout chunk (state=3): >>> <<< 7519 1726888128.21118: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py<<< 7519 1726888128.21130: stdout chunk (state=3): >>> <<< 7519 1726888128.21144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc' <<< 7519 1726888128.21184: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468b250><<< 7519 1726888128.21189: stdout chunk (state=3): >>> <<< 7519 1726888128.21221: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py<<< 7519 1726888128.21224: stdout chunk (state=3): >>> <<< 7519 1726888128.21258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888128.21298: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.21324: 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 0x7ff154462f70><<< 7519 1726888128.21332: stdout chunk (state=3): >>> <<< 7519 1726888128.21374: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1546a14c0><<< 7519 1726888128.21377: stdout chunk (state=3): >>> <<< 7519 1726888128.21412: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f310><<< 7519 1726888128.21432: stdout chunk (state=3): >>> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py <<< 7519 1726888128.21451: stdout chunk (state=3): >>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py <<< 7519 1726888128.21477: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.21484: stdout chunk (state=3): >>> <<< 7519 1726888128.21505: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.21527: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.21581: stdout chunk (state=3): >>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py <<< 7519 1726888128.21584: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available <<< 7519 1726888128.21587: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.21683: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.21688: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.21691: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py <<< 7519 1726888128.21694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.21756: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py<<< 7519 1726888128.21760: stdout chunk (state=3): >>> <<< 7519 1726888128.21762: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.21764: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.21776: stdout chunk (state=3): >>> <<< 7519 1726888128.21807: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available <<< 7519 1726888128.21827: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.21830: stdout chunk (state=3): >>> <<< 7519 1726888128.21907: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.21910: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py <<< 7519 1726888128.21929: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.21932: stdout chunk (state=3): >>> <<< 7519 1726888128.21956: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.21975: stdout chunk (state=3): >>> <<< 7519 1726888128.21978: stdout chunk (state=3): >>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py<<< 7519 1726888128.21986: stdout chunk (state=3): >>> <<< 7519 1726888128.22021: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py <<< 7519 1726888128.22026: stdout chunk (state=3): >>>import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py <<< 7519 1726888128.22028: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22029: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22058: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.22066: stdout chunk (state=3): >>> <<< 7519 1726888128.22103: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py<<< 7519 1726888128.22110: stdout chunk (state=3): >>> <<< 7519 1726888128.22136: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22139: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22167: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py <<< 7519 1726888128.22187: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22200: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.22205: stdout chunk (state=3): >>> <<< 7519 1726888128.22239: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py <<< 7519 1726888128.22241: stdout chunk (state=3): >>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py <<< 7519 1726888128.22271: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py<<< 7519 1726888128.22276: stdout chunk (state=3): >>> <<< 7519 1726888128.22309: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.22312: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22315: stdout chunk (state=3): >>> <<< 7519 1726888128.22360: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22363: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.22366: stdout chunk (state=3): >>> <<< 7519 1726888128.22448: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py<<< 7519 1726888128.22451: stdout chunk (state=3): >>> <<< 7519 1726888128.22453: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available <<< 7519 1726888128.22456: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22545: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22561: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22630: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.22636: stdout chunk (state=3): >>> <<< 7519 1726888128.22691: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py <<< 7519 1726888128.22694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22721: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.22730: stdout chunk (state=3): >>> <<< 7519 1726888128.22804: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py<<< 7519 1726888128.22876: stdout chunk (state=3): >>> <<< 7519 1726888128.22879: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py <<< 7519 1726888128.22882: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.22884: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.23083: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py <<< 7519 1726888128.23097: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.23108: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.23115: stdout chunk (state=3): >>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py <<< 7519 1726888128.23136: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.23178: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.23234: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py <<< 7519 1726888128.23241: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.23362: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.23483: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.23518: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.23525: stdout chunk (state=3): >>> <<< 7519 1726888128.23569: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py <<< 7519 1726888128.23581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc' <<< 7519 1726888128.23609: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py <<< 7519 1726888128.23624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc' <<< 7519 1726888128.23657: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.23663: stdout chunk (state=3): >>># 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 0x7f28887f7d00> <<< 7519 1726888128.23676: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bd100> <<< 7519 1726888128.23761: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bdc10> <<< 7519 1726888128.23763: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24020: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py <<< 7519 1726888128.24031: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py # zipimport: zlib available <<< 7519 1726888128.24069: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24112: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py <<< 7519 1726888128.24122: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24186: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24189: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py <<< 7519 1726888128.24191: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.24192: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available <<< 7519 1726888128.24194: stdout chunk (state=3): >>> <<< 7519 1726888128.24272: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24274: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24359: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available <<< 7519 1726888128.24363: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24377: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24413: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.24415: stdout chunk (state=3): >>> <<< 7519 1726888128.24417: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py # zipimport: zlib available <<< 7519 1726888128.24450: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py<<< 7519 1726888128.24455: stdout chunk (state=3): >>> <<< 7519 1726888128.24492: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24500: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py<<< 7519 1726888128.24503: stdout chunk (state=3): >>> <<< 7519 1726888128.24519: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.24525: stdout chunk (state=3): >>> <<< 7519 1726888128.24542: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py <<< 7519 1726888128.24568: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24571: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.24576: stdout chunk (state=3): >>> <<< 7519 1726888128.24621: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24626: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py <<< 7519 1726888128.24648: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.24650: stdout chunk (state=3): >>> <<< 7519 1726888128.24681: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py <<< 7519 1726888128.24705: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24738: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24819: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py<<< 7519 1726888128.24838: stdout chunk (state=3): >>> # zipimport: zlib available<<< 7519 1726888128.24843: stdout chunk (state=3): >>> <<< 7519 1726888128.24881: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.24886: stdout chunk (state=3): >>> <<< 7519 1726888128.24948: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py <<< 7519 1726888128.24951: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.24994: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.24999: stdout chunk (state=3): >>> <<< 7519 1726888128.25044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.25047: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py <<< 7519 1726888128.25065: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.25070: stdout chunk (state=3): >>> <<< 7519 1726888128.25115: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888128.25166: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.25171: stdout chunk (state=3): >>> <<< 7519 1726888128.25284: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py<<< 7519 1726888128.25302: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc'<<< 7519 1726888128.25305: stdout chunk (state=3): >>> <<< 7519 1726888128.25351: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15437cca0><<< 7519 1726888128.25360: stdout chunk (state=3): >>> <<< 7519 1726888128.25399: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py<<< 7519 1726888128.25402: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py <<< 7519 1726888128.25403: stdout chunk (state=3): >>> <<< 7519 1726888128.25405: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.25451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc'<<< 7519 1726888128.25461: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.25465: stdout chunk (state=3): >>> <<< 7519 1726888128.25530: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py <<< 7519 1726888128.25535: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.25573: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.25616: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py <<< 7519 1726888128.25622: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.25653: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.25715: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py <<< 7519 1726888128.25719: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.25765: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.25773: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 7519 1726888128.25779: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15437cfd0> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py <<< 7519 1726888128.25782: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.25784: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py <<< 7519 1726888128.25786: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.25795: stdout chunk (state=3): >>> <<< 7519 1726888128.25863: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.25872: stdout chunk (state=3): >>> <<< 7519 1726888128.25883: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.25953: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py<<< 7519 1726888128.25978: stdout chunk (state=3): >>> <<< 7519 1726888128.25985: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py <<< 7519 1726888128.25995: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.26011: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.26030: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py <<< 7519 1726888128.26039: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.26084: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.26114: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.26121: stdout chunk (state=3): >>> <<< 7519 1726888128.26144: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py <<< 7519 1726888128.26149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.26169: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.26194: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.26274: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py<<< 7519 1726888128.26277: stdout chunk (state=3): >>> <<< 7519 1726888128.26281: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.26283: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.26287: stdout chunk (state=3): >>> <<< 7519 1726888128.26310: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.26573: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available <<< 7519 1726888128.26589: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.26615: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.26687: 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 # clear sys.path_importer_cache <<< 7519 1726888128.26693: stdout chunk (state=3): >>># 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<<< 7519 1726888128.26696: stdout chunk (state=3): >>> # 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<<< 7519 1726888128.26701: stdout chunk (state=3): >>> # 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 <<< 7519 1726888128.26705: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888128.26726: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available <<< 7519 1726888128.26776: stdout chunk (state=3): >>># 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<<< 7519 1726888128.26867: stdout chunk (state=3): >>> # 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 <<< 7519 1726888128.26871: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.26874: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.26877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888128.26944: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.26947: 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 0x7ff15436bb20> <<< 7519 1726888128.27081: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.27114: stdout chunk (state=3): >>># 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<<< 7519 1726888128.27118: stdout chunk (state=3): >>>.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 unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing gc <<< 7519 1726888128.27140: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py <<< 7519 1726888128.27145: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.27194: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.27254: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available <<< 7519 1726888128.27301: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.27319: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888128.27382: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888128.27416: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available <<< 7519 1726888128.27425: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1543bd4f0><<< 7519 1726888128.27428: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888128.27438: stdout chunk (state=3): >>># destroy _compression <<< 7519 1726888128.27441: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy bz2 # destroy lzma <<< 7519 1726888128.27445: stdout chunk (state=3): >>> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py <<< 7519 1726888128.27448: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.27474: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder <<< 7519 1726888128.27499: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.27502: stdout chunk (state=3): >>># destroy json.encoder # destroy json.scanner <<< 7519 1726888128.27517: stdout chunk (state=3): >>># destroy _json # destroy encodings <<< 7519 1726888128.27520: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.27522: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888128.27599: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py <<< 7519 1726888128.27602: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.27605: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy logging # destroy argparse <<< 7519 1726888128.27607: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py # zipimport: zlib available<<< 7519 1726888128.27649: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors <<< 7519 1726888128.27653: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context<<< 7519 1726888128.27662: stdout chunk (state=3): >>> <<< 7519 1726888128.27664: stdout chunk (state=3): >>> # destroy array # destroy _compat_pickle <<< 7519 1726888128.27693: stdout chunk (state=3): >>># destroy queue # destroy multiprocessing.process <<< 7519 1726888128.27701: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.27715: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction <<< 7519 1726888128.27755: stdout chunk (state=3): >>># destroy shlex <<< 7519 1726888128.27759: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.27761: stdout chunk (state=3): >>># destroy datetime <<< 7519 1726888128.27792: stdout chunk (state=3): >>># destroy base64 <<< 7519 1726888128.27799: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py <<< 7519 1726888128.27802: stdout chunk (state=3): >>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py <<< 7519 1726888128.27804: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy json <<< 7519 1726888128.27855: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.27858: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 7519 1726888128.27864: stdout chunk (state=3): >>># destroy glob # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 7519 1726888128.27905: stdout chunk (state=3): >>># cleanup[3] wiping gc # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # cleanup[3] wiping termios <<< 7519 1726888128.27909: stdout chunk (state=3): >>># cleanup[3] wiping _ssl # cleanup[3] wiping configparser # cleanup[3] wiping _multiprocessing<<< 7519 1726888128.27932: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.28129: stdout chunk (state=3): >>> # 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 <<< 7519 1726888128.28138: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.28149: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping platform <<< 7519 1726888128.28152: stdout chunk (state=3): >>># destroy subprocess <<< 7519 1726888128.28156: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.28158: 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 <<< 7519 1726888128.28162: 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 <<< 7519 1726888128.28168: 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 <<< 7519 1726888128.28403: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct <<< 7519 1726888128.28420: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools <<< 7519 1726888128.28427: stdout chunk (state=3): >>># cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq <<< 7519 1726888128.28431: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py # zipimport: zlib available <<< 7519 1726888128.28434: 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' <<< 7519 1726888128.28436: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.28439: 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' # 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 0x7f4065395d00> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535d4f0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535df10> <<< 7519 1726888128.28442: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.28444: stdout chunk (state=3): >>># 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 unicodedata # 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 <<< 7519 1726888128.28447: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py <<< 7519 1726888128.28460: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.28508: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.28577: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py<<< 7519 1726888128.28580: stdout chunk (state=3): >>> <<< 7519 1726888128.28583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc'<<< 7519 1726888128.28587: stdout chunk (state=3): >>> <<< 7519 1726888128.28676: 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' <<< 7519 1726888128.28681: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1542e7190><<< 7519 1726888128.28686: stdout chunk (state=3): >>> <<< 7519 1726888128.28706: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1542e72e0> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py <<< 7519 1726888128.28776: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7519 1726888128.28796: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.28801: 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 # destroy functools # destroy itertools <<< 7519 1726888128.28804: stdout chunk (state=3): >>># destroy operator # destroy ansible.module_utils.six.moves # destroy _operator <<< 7519 1726888128.28807: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py<<< 7519 1726888128.28810: stdout chunk (state=3): >>> <<< 7519 1726888128.28815: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888128.28818: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.28820: stdout chunk (state=3): >>> <<< 7519 1726888128.28865: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks<<< 7519 1726888128.28868: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.28869: stdout chunk (state=3): >>> <<< 7519 1726888128.28871: stdout chunk (state=3): >>> <<< 7519 1726888128.28916: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py<<< 7519 1726888128.28924: stdout chunk (state=3): >>> <<< 7519 1726888128.28947: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.28949: stdout chunk (state=3): >>> <<< 7519 1726888128.29170: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.29178: stdout chunk (state=3): >>> <<< 7519 1726888128.29316: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888128.29546: stderr chunk (state=3): >>><<< 7519 1726888128.29550: stdout chunk (state=3): >>><<< 7519 1726888128.29553: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available <<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd83a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bb2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bf0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b88d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bb2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2deb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b31f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b27610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2f640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889a18dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a188b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a18e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09d30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b03610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b16670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b35e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889a2ac70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889b16280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2afa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ad90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ad00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899fe370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899fe460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a32fa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ca30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2c490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899181c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899e8c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ceb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889929af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889929e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993c730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993cc70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898c93a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889929f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898d9280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993c5b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898d9340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f56a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f5760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28898f5ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28899021f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f58e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898e8a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a5b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f5a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2889823670>\r\n# zipimport: found 103 names in \'/tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891857f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889748760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889748400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897487c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891fc7c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891fcb50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891fc9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891074f0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889741d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889741190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889771a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2190>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2790>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288910dd00>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891e26a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889796d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891669a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891750d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a9220>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889175100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f288976db80>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28897a0ac0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28897a0d00>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889823820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891720d0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2889167370>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889172d00>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891726a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889173130>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891828b0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891b0910>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d046a0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891f57f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d09d90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28891a10a0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccb070>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891aa160>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891a6cd0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d09bb0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a84a60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ce46d0>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888ce4af0>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888cca250>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccaa30>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19460>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19910>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888d16d00>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d16d60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d16250>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2888aecf70>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d324c0>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19310>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a06ca0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a06fd0>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28889e34f0>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a474f0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f288897d190>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288897d2e0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28887f7d00>\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bd100>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bdc10>\r\nimport \'gc\' # \r\n\r\n{"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy unicodedata\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888128.29850: _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 0x7f2889e43dc0> # /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 0x7f2889bd83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889e43b20> # /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 0x7f2889e43ac0> 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 0x7f2889bd8490> # /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 0x7f2889bd8940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8670> # /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 0x7f2889b8f190> # /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 0x7f2889b8f220> # /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 0x7f2889bb2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b8f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bf0880> # /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 0x7f2889b88d90> # /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 0x7f2889bb2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889bd8970> 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 0x7f2889b2deb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b31f40> # /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 0x7f2889b27610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2f640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b2d370> # /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 0x7f2889a18dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a188b0> 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 0x7f2889a18eb0> # /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 0x7f2889a18f70> # /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 0x7f2889a18e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b03610> # /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 0x7f2889b16670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b35e20> # /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 0x7f2889a2ac70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b09250> # 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 0x7f2889b16280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b9d0> # /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 0x7f2889a2afa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ad90> # /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 0x7f2889a2ad00> # /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 0x7f28899fe370> # /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 0x7f28899fe460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a32fa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ca30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2c490> # /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 0x7f28899181c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28899e8c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2ceb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889b3b040> # /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 0x7f2889929af0> 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 0x7f2889929e20> # /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 0x7f288993c730> # /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 0x7f288993cc70> # 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 0x7f28898c93a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889929f10> # /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 0x7f28898d9280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288993c5b0> 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 0x7f28898d9340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a9d0> # /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 0x7f28898f56a0> # /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 0x7f28898f5970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f5760> # 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 0x7f28898f5850> # /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 0x7f28898f5ca0> # 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 0x7f28899021f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898f58e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28898e8a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889a2a5b0> # /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 0x7f28898f5a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2889823670> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/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 0x7f28891857f0> # /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 0x7f2889748760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748370> # /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 0x7f2889748490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748190> 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 0x7f2889748400> # /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 0x7f28897487c0> # /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 0x7f28891fc7c0> # 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 0x7f28891fcb50> # 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 0x7f28891fc9a0> # /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 0x7f28891074f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889741d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889748520> # /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 0x7f2889741190> # /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 0x7f2889771a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2190> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891e2790> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288910dd00> # 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 0x7f28891e26a0> # /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 0x7f2889796d30> # /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 0x7f28891669a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e50> # /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 0x7f28891750d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28897a0e20> # /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 0x7f28897a9220> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889175100> # 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 0x7f288976db80> # 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 0x7f28897a0ac0> # 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 0x7f28897a0d00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889823820> # /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 0x7f28891720d0> # 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 0x7f2889167370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889172d00> # 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 0x7f28891726a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2889173130> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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 0x7f28891828b0> # /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 0x7f28891b0910> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d046a0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/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 0x7f28891f57f0> # 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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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 0x7f2888d09d90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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 0x7f28891a10a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccb070> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/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 0x7f28891aa160> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28891a6cd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d09bb0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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 0x7f2888a84a60> # /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 0x7f2888ce46d0> # 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 0x7f2888ce4af0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888cca250> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888ccaa30> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19460> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19910> # /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 0x7f2888d16d00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d16d60> # /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 0x7f2888d16250> # /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 0x7f2888aecf70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d324c0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888d19310> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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 0x7f2888a06ca0> # /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 0x7f2888a06fd0> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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 0x7f28889e34f0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2888a474f0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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 0x7f288897d190> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f288897d2e0> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/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_fsvf8gcb/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available # /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 0x7f28887f7d00> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bd100> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28887bdc10> import 'gc' # {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "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 unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing gc # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 # cleanup[3] wiping gc # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # 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 gc # destroy unicodedata # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888128.30389: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.30392: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.30394: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.32434: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py <<< 7519 1726888128.32438: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py <<< 7519 1726888128.32445: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6535907-7611-162517761604698/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888128.32449: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.32452: variable 'ansible_module_compression' from source: unknown 7519 1726888128.32454: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.32458: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 7519 1726888128.32556: ANSIBALLZ: Acquiring lock 7519 1726888128.32559: ANSIBALLZ: Lock acquired: 140005031086368 7519 1726888128.32562: ANSIBALLZ: Creating module 7519 1726888128.32564: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.32566: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.32568: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888128.32570: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py <<< 7519 1726888128.32573: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available <<< 7519 1726888128.32574: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.32576: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py <<< 7519 1726888128.32579: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.32581: stdout chunk (state=3): >>> <<< 7519 1726888128.32583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.32585: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.32587: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 7519 1726888128.32589: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.32591: 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 # 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 <<< 7519 1726888128.32593: 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 # 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 <<< 7519 1726888128.32597: stdout chunk (state=3): >>># 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 unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing gc <<< 7519 1726888128.32600: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py <<< 7519 1726888128.32603: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py <<< 7519 1726888128.32605: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.32910: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.32916: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888128.32918: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888128.32920: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888128.32924: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy bz2 # destroy lzma <<< 7519 1726888128.32927: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 7519 1726888128.32929: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py <<< 7519 1726888128.32931: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.33601: stdout chunk (state=3): >>># destroy _json # destroy encodings # destroy syslog # destroy uuid <<< 7519 1726888128.33759: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy logging # destroy argparse <<< 7519 1726888128.33930: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.33934: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy shlex <<< 7519 1726888128.33937: stdout chunk (state=3): >>># destroy datetime # destroy base64 <<< 7519 1726888128.33939: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass <<< 7519 1726888128.33941: stdout chunk (state=3): >>># destroy json <<< 7519 1726888128.33943: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available <<< 7519 1726888128.33945: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 7519 1726888128.33948: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.33950: stdout chunk (state=3): >>># cleanup[3] wiping gc # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # 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 <<< 7519 1726888128.33952: stdout chunk (state=3): >>># destroy gc # destroy unicodedata # 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 <<< 7519 1726888128.33954: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py <<< 7519 1726888128.33958: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.34008: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.34012: stdout chunk (state=3): >>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py <<< 7519 1726888128.34017: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.34020: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.34103: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py <<< 7519 1726888128.34211: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.34217: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.34220: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888128.34226: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.34229: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888128.34231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.34441: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.34675: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888128.34679: stdout chunk (state=3): >>><<< 7519 1726888128.34683: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669583a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066932850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066970880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066908d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066932d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d3eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668cc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d2640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066591dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665918b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066591e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668aed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668a7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668ba670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668dae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40665a3c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668ae250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40668ba280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066576370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066576460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665aafa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664aa1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066561c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664bcaf0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664bce20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664ce730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664cec70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664663a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664bcf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066477280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664ce5b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066477340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a39d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40664926a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066492760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4066492ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406649f1f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664928e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066486a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a35b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066492a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f40663c1670>\r\n# zipimport: found 103 names in \'/tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d047f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d95760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d95400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d957c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d6e7c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d6eb50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d6e9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065c874f0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d8ed30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d8e190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065dbfa90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62190>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62790>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065c8cd00>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d626a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065de3d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065ce59a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf50d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065df5220>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf5100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065db9b80>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065deeac0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065deed00>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40663c1820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf10d0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065ce7370>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf1d00>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065cf16a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf2130>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d2d8b0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d32910>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a5970>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d747f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a9d90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065d200a0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586f070>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d29160>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d25cd0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a9bb0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065624a60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586b940>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406586b520>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586a250>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586aa30>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9460>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9910>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40658b5d00>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b5d60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b5250>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406568cf70>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658cb4c0>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9310>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655a6ca0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655a6fd0>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065597b20>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655e74f0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065511190>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655112e0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4065395d00>\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535d4f0>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535df10>\r\nimport \'gc\' # \r\n\r\n{"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy unicodedata\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888128.35245: _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 0x7f40669b3dc0> # /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 0x7f40669583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40669b3b20> # /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 0x7f40669b3ac0> 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 0x7f4066958490> # /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 0x7f4066958940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958670> # /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 0x7f406690f190> # /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 0x7f406690f220> # /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 0x7f4066932850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406690f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066970880> # /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 0x7f4066908d90> # /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 0x7f4066932d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066958970> 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 0x7f40668d3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d6f40> # /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 0x7f40668cc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668d3370> # /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 0x7f4066591dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665918b0> 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 0x7f4066591eb0> # /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 0x7f4066591f70> # /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 0x7f4066591e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668aed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668a7610> # /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 0x7f40668ba670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668dae20> # /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 0x7f40665a3c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668ae250> # 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 0x7f40668ba280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e09d0> # /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 0x7f40665a3fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a3d90> # /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 0x7f40665a3d00> # /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 0x7f4066576370> # /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 0x7f4066576460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665aafa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5490> # /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 0x7f40664aa1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066561c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a5eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40668e0040> # /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 0x7f40664bcaf0> 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 0x7f40664bce20> # /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 0x7f40664ce730> # /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 0x7f40664cec70> # 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 0x7f40664663a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664bcf10> # /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 0x7f4066477280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664ce5b0> 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 0x7f4066477340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a39d0> # /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 0x7f40664926a0> # /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 0x7f4066492970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066492760> # 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 0x7f4066492850> # /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 0x7f4066492ca0> # 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 0x7f406649f1f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40664928e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4066486a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40665a35b0> # /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 0x7f4066492a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f40663c1670> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_2zy44sna/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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 0x7f4065d047f0> # /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 0x7f4065d95760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95370> # /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 0x7f4065d95490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95190> 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 0x7f4065d95400> # /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 0x7f4065d957c0> # /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 0x7f4065d6e7c0> # 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 0x7f4065d6eb50> # 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 0x7f4065d6e9a0> # /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 0x7f4065c874f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d8ed30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d95520> # /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 0x7f4065d8e190> # /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 0x7f4065dbfa90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62190> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d62790> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065c8cd00> # 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 0x7f4065d626a0> # /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 0x7f4065de3d30> # /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 0x7f4065ce59a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee50> # /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 0x7f4065cf50d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065deee20> # /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 0x7f4065df5220> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf5100> # 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 0x7f4065db9b80> # 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 0x7f4065deeac0> # 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 0x7f4065deed00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40663c1820> # /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 0x7f4065cf10d0> # 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 0x7f4065ce7370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf1d00> # 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 0x7f4065cf16a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065cf2130> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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 0x7f4065d2d8b0> # /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 0x7f4065d32910> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a5970> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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 0x7f4065d747f0> # 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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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 0x7f40658a9d90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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 0x7f4065d200a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586f070> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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 0x7f4065d29160> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4065d25cd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658a9bb0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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 0x7f4065624a60> # /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 0x7f406586b940> # 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 0x7f406586b520> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586a250> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406586aa30> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9460> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9910> # /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 0x7f40658b5d00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b5d60> # /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 0x7f40658b5250> # /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 0x7f406568cf70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658cb4c0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40658b9310> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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 0x7f40655a6ca0> # /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 0x7f40655a6fd0> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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 0x7f4065597b20> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655e74f0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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 0x7f4065511190> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40655112e0> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/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_2zy44sna/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available # /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 0x7f4065395d00> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535d4f0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406535df10> import 'gc' # {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "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 unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing gc # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 # cleanup[3] wiping gc # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # 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 gc # destroy unicodedata # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888128.38511: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6766841-7613-82229323503035/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888128.38515: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py <<< 7519 1726888128.38518: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.38522: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py <<< 7519 1726888128.38626: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38631: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38633: variable 'ansible_module_compression' from source: unknown 7519 1726888128.38638: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py <<< 7519 1726888128.38640: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38642: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 7519 1726888128.38646: ANSIBALLZ: Acquiring lock 7519 1726888128.38648: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38650: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available <<< 7519 1726888128.38655: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py # zipimport: zlib available <<< 7519 1726888128.38657: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38658: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py <<< 7519 1726888128.38660: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38664: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38666: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py <<< 7519 1726888128.38669: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38671: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.38673: stdout chunk (state=3): >>> <<< 7519 1726888128.38675: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py <<< 7519 1726888128.38677: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.38679: stdout chunk (state=3): >>> <<< 7519 1726888128.38681: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38683: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py<<< 7519 1726888128.38685: stdout chunk (state=3): >>> <<< 7519 1726888128.38687: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38688: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38690: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py <<< 7519 1726888128.38692: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38696: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available <<< 7519 1726888128.38699: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38817: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.38828: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.38831: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38835: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available <<< 7519 1726888128.38837: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38840: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available <<< 7519 1726888128.38843: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38845: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py <<< 7519 1726888128.38847: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38849: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.38932: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py <<< 7519 1726888128.38938: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.39030: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.39129: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py <<< 7519 1726888128.39132: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.39224: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.39354: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py<<< 7519 1726888128.39359: stdout chunk (state=3): >>> import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py<<< 7519 1726888128.39386: stdout chunk (state=3): >>> <<< 7519 1726888128.39397: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.39399: stdout chunk (state=3): >>> <<< 7519 1726888128.39508: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.39658: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py <<< 7519 1726888128.39661: stdout chunk (state=3): >>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py <<< 7519 1726888128.39882: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.40568: 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' <<< 7519 1726888128.40571: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py <<< 7519 1726888128.40578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc' <<< 7519 1726888128.40581: 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 0x7ff15416cac0> <<< 7519 1726888128.40588: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132fd0> <<< 7519 1726888128.40716: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132d60> <<< 7519 1726888128.42778: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888128.43410: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 7519 1726888128.44203: stdout chunk (state=3): >>># clear builtins._ <<< 7519 1726888128.44261: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.44404: stdout chunk (state=3): >>># clear sys.meta_path <<< 7519 1726888128.44546: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.44704: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.44860: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.45107: stdout chunk (state=3): >>># 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<<< 7519 1726888128.45187: stdout chunk (state=3): >>> # 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<<< 7519 1726888128.45232: 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 <<< 7519 1726888128.45270: 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<<< 7519 1726888128.45284: stdout chunk (state=3): >>> # 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 <<< 7519 1726888128.45340: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.45376: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.45421: stdout chunk (state=3): >>># 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<<< 7519 1726888128.45425: stdout chunk (state=3): >>> # 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<<< 7519 1726888128.45464: stdout chunk (state=3): >>> # 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<<< 7519 1726888128.45494: stdout chunk (state=3): >>> # 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<<< 7519 1726888128.45533: stdout chunk (state=3): >>> # 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<<< 7519 1726888128.45589: stdout chunk (state=3): >>> # 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<<< 7519 1726888128.45636: stdout chunk (state=3): >>> # 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<<< 7519 1726888128.45691: stdout chunk (state=3): >>> # 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<<< 7519 1726888128.45694: stdout chunk (state=3): >>> # 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 unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing gc<<< 7519 1726888128.45968: stdout chunk (state=3): >>> <<< 7519 1726888128.46067: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888128.46142: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888128.46205: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888128.46280: stdout chunk (state=3): >>># destroy _compression <<< 7519 1726888128.46295: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy bz2 # destroy lzma <<< 7519 1726888128.46445: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy systemd.journal <<< 7519 1726888128.46476: stdout chunk (state=3): >>># destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings <<< 7519 1726888128.46537: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888128.46635: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy logging # destroy argparse <<< 7519 1726888128.46744: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 7519 1726888128.46821: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 7519 1726888128.46879: stdout chunk (state=3): >>># destroy queue # destroy multiprocessing.process <<< 7519 1726888128.46933: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction <<< 7519 1726888128.46948: stdout chunk (state=3): >>># destroy shlex # destroy datetime # destroy base64 # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy json <<< 7519 1726888128.47598: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # cleanup[3] wiping gc # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # 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 gc # destroy unicodedata # 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 <<< 7519 1726888128.48109: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888128.48115: stdout chunk (state=3): >>><<< 7519 1726888128.48118: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557583a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155732850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155770880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155708d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155732d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556aeeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556a7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ad640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155630dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556308b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155630e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689d30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155682610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155696670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155642c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155696280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155372370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155372460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15564afa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15529b1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15535dc70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552adaf0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552ade20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bf730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bfc70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15524d3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552adf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15525d280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bf5b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15525d340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556429d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552796a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155279760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff155279ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1552851f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552798e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15526ca30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556425b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155279a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff155199670>\r\n# zipimport: found 103 names in \'/tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b047f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b95760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b95400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b957c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b767c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b76b50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b769a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154a874f0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b8ed30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b8e190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154bbda90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62190>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62790>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154a8cd00>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b626a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154be3d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154ae59a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af50d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154bf5220>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af5100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154bb9b80>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154beeac0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154beed00>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155199820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af10d0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154ae7370>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af1d00>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154af16a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af3130>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b028b0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b2f910>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467b6a0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b747f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467fd90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154b200a0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154659fa0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b29160>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b25cd0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467fbb0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1543faa60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15465c6d0>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15465caf0>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640250>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640a30>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f460>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f910>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15468bd00>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468bd60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468b250>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff154462f70>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1546a14c0>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f310>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15437cca0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15437cfd0>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15436bb20>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1543bd4f0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1542e7190>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1542e72e0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff15416cac0>\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132fd0>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132d60>\r\nimport \'gc\' # \r\n\r\n{"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy unicodedata\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888128.48649: _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 0x7ff1557b3dc0> # /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 0x7ff1557583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1557b3b20> # /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 0x7ff1557b3ac0> 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 0x7ff155758490> # /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 0x7ff155758940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758670> # /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 0x7ff15570f190> # /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 0x7ff15570f220> # /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 0x7ff155732850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15570f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155770880> # /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 0x7ff155708d90> # /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 0x7ff155732d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155758970> 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 0x7ff1556aeeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b1f40> # /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 0x7ff1556a7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ad640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556ae370> # /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 0x7ff155630dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556308b0> 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 0x7ff155630eb0> # /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 0x7ff155630f70> # /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 0x7ff155630e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155682610> # /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 0x7ff155696670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556b5e20> # /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 0x7ff155642c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155689250> # 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 0x7ff155696280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb9d0> # /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 0x7ff155642fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155642d90> # /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 0x7ff155642d00> # /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 0x7ff155372370> # /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 0x7ff155372460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15564afa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644490> # /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 0x7ff15529b1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15535dc70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155644eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556bb040> # /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 0x7ff1552adaf0> 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 0x7ff1552ade20> # /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 0x7ff1552bf730> # /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 0x7ff1552bfc70> # 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 0x7ff15524d3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552adf10> # /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 0x7ff15525d280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552bf5b0> 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 0x7ff15525d340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556429d0> # /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 0x7ff1552796a0> # /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 0x7ff155279970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155279760> # 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 0x7ff155279850> # /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 0x7ff155279ca0> # 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 0x7ff1552851f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1552798e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15526ca30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1556425b0> # /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 0x7ff155279a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff155199670> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_bm1o796v/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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 0x7ff154b047f0> # /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 0x7ff154b95760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95370> # /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 0x7ff154b95490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95190> 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 0x7ff154b95400> # /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 0x7ff154b957c0> # /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 0x7ff154b767c0> # 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 0x7ff154b76b50> # 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 0x7ff154b769a0> # /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 0x7ff154a874f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b8ed30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b95520> # /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 0x7ff154b8e190> # /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 0x7ff154bbda90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62190> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b62790> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154a8cd00> # 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 0x7ff154b626a0> # /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 0x7ff154be3d30> # /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 0x7ff154ae59a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee50> # /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 0x7ff154af50d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154beee20> # /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 0x7ff154bf5220> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af5100> # 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 0x7ff154bb9b80> # 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 0x7ff154beeac0> # 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 0x7ff154beed00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff155199820> # /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 0x7ff154af10d0> # 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 0x7ff154ae7370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af1d00> # 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 0x7ff154af16a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154af3130> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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 0x7ff154b028b0> # /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 0x7ff154b2f910> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467b6a0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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 0x7ff154b747f0> # 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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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 0x7ff15467fd90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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 0x7ff154b200a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154659fa0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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 0x7ff154b29160> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154b25cd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15467fbb0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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 0x7ff1543faa60> # /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 0x7ff15465c6d0> # 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 0x7ff15465caf0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640250> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154640a30> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f460> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f910> # /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 0x7ff15468bd00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468bd60> # /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 0x7ff15468b250> # /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 0x7ff154462f70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1546a14c0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff15468f310> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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 0x7ff15437cca0> # /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 0x7ff15437cfd0> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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 0x7ff15436bb20> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1543bd4f0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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 0x7ff1542e7190> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1542e72e0> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/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_bm1o796v/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available # /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 0x7ff15416cac0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132fd0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff154132d60> import 'gc' # {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "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 unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing gc # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 # cleanup[3] wiping gc # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # 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 gc # destroy unicodedata # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888128.50100: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6767042-7612-22522838152780/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888128.50112: variable 'ansible_module_compression' from source: unknown 7519 1726888128.50118: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 7519 1726888128.50121: ANSIBALLZ: Acquiring lock 7519 1726888128.53949: ANSIBALLZ: Writing module into payload 7519 1726888128.54236: ANSIBALLZ: Writing module 7519 1726888128.54273: ANSIBALLZ: Renaming module 7519 1726888128.54301: ANSIBALLZ: Done creating module 7519 1726888128.54322: ANSIBALLZ: Lock acquired: 140005031086368 7519 1726888128.54364: ANSIBALLZ: Reading module after lock 7519 1726888128.54367: ANSIBALLZ: Lock acquired: 140005031086368 7519 1726888128.54370: ANSIBALLZ: Reading module after lock 7519 1726888128.54372: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888128.54553: variable 'ansible_facts' from source: host vars for 'managed_node2' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py 7519 1726888128.54559: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py 7519 1726888128.54562: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9f5fde3h TO /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp28iqy5i1 TO /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888128.54577: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888128.54680: Sending initial data 7519 1726888128.54683: Sent initial data (149 bytes) Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py 7519 1726888128.54688: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpr8q0zdd4 TO /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888128.54852: Sending initial data 7519 1726888128.54855: Sent initial data (149 bytes) 7519 1726888128.55348: Sending initial data 7519 1726888128.55351: Sent initial data (150 bytes) 7519 1726888128.56948: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888128.56979: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.56997: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.57015: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888128.57084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.57129: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888128.57141: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888128.57151: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888128.57164: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888128.57188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888128.57204: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.57254: 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 <<< 7519 1726888128.57258: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.57286: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888128.57290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.57292: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.57295: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.57307: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888128.57320: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888128.57328: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888128.57337: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.57346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.57359: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888128.57365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.57438: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888128.57441: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888128.57443: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888128.57445: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888128.57447: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888128.57449: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.57451: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.57562: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888128.57578: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888128.57600: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.57624: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888128.57645: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888128.57662: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888128.57669: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888128.57675: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888128.57682: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888128.57693: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888128.57754: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888128.57764: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888128.57799: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888128.57816: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888128.57819: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888128.57835: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888128.57906: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888128.58030: 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 <<< 7519 1726888128.58033: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.58070: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.58074: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888128.58076: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.58162: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888128.58167: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888128.58170: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888128.58173: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888128.58184: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888128.58239: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888128.59554: 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 <<< 7519 1726888128.59647: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpr8q0zdd4 <<< 7519 1726888128.59651: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpr8q0zdd4 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py <<< 7519 1726888128.59741: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py M:0x001a <<< 7519 1726888128.60464: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161563 <<< 7519 1726888128.60780: 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 <<< 7519 1726888128.60783: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888128.60834: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888128.60875: 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 <<< 7519 1726888128.60879: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888128.60912: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9f5fde3h <<< 7519 1726888128.60915: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9f5fde3h /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py <<< 7519 1726888128.60917: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888128.60919: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888128.60973: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py M:0x001a <<< 7519 1726888128.60977: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp28iqy5i1 debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888128.60979: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp28iqy5i1 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py <<< 7519 1726888128.61051: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py M:0x001a <<< 7519 1726888128.61560: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562 <<< 7519 1726888128.62346: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562 <<< 7519 1726888128.62359: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 161563 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888128.62401: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888128.62569: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888128.62595: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 161562 bytes at 0 <<< 7519 1726888128.62605: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888128.62645: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888128.62655: stderr chunk (state=3): >>><<< 7519 1726888128.62660: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpr8q0zdd4 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpr8q0zdd4\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161563\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 161563 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888128.62876: done transferring module to remote 7519 1726888128.62879: _low_level_execute_command(): starting 7519 1726888128.62887: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888128.62894: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py && sleep 0'"'"'' 7519 1726888128.62942: stderr chunk (state=3): >>><<< 7519 1726888128.62946: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 161562 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888128.62949: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9f5fde3h /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9f5fde3h\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 161562 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888128.63064: done transferring module to remote 7519 1726888128.63067: _low_level_execute_command(): starting 7519 1726888128.63070: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py && sleep 0'"'"'' 7519 1726888128.63106: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888128.63443: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888128.63446: stderr chunk (state=3): >>><<< 7519 1726888128.63449: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp28iqy5i1 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp28iqy5i1\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 161562 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888128.63456: done transferring module to remote 7519 1726888128.63458: _low_level_execute_command(): starting 7519 1726888128.63461: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py && sleep 0'"'"'' 7519 1726888128.64370: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888128.64660: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.64663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.64830: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888128.64834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.64836: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.64838: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.64841: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888128.64851: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.64864: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.64877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.64895: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888128.64909: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888128.64921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.64965: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888128.64976: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888128.64987: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888128.65000: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888128.65020: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888128.65038: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888128.65073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888128.65079: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent <<< 7519 1726888128.65121: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888128.65131: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.65144: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.65158: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888128.65169: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888128.65178: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888128.65189: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.65201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.65214: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888128.65228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.65240: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888128.65250: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888128.65259: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888128.65272: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888128.65283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888128.65295: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.65305: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.65611: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.65621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.65654: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888128.65669: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888128.65680: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888128.65706: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888128.65718: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888128.65733: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888128.65744: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888128.65756: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888128.65772: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888128.65802: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888128.65856: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888128.65883: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888128.65889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration <<< 7519 1726888128.65896: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.65902: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.65919: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888128.65931: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.65936: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.66007: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888128.66030: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888128.66047: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888128.66072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888128.67639: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888128.67676: stderr chunk (state=3): >>><<< 7519 1726888128.67680: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888128.67704: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888128.67707: _low_level_execute_command(): starting 7519 1726888128.67816: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/AnsiballZ_dnf.py && sleep 0'"'"'' 7519 1726888128.67838: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888128.68019: stderr chunk (state=3): >>><<< 7519 1726888128.68026: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888128.68035: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888128.68040: _low_level_execute_command(): starting 7519 1726888128.68043: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/AnsiballZ_dnf.py && sleep 0'"'"'' 7519 1726888128.68368: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888128.68371: stdout chunk (state=3): >>><<< 7519 1726888128.68379: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888128.68432: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888128.68435: _low_level_execute_command(): starting 7519 1726888128.68438: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/AnsiballZ_dnf.py && sleep 0'"'"'' 7519 1726888128.69161: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888128.69314: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888128.69398: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.69420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.69435: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888128.69442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.69479: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888128.69486: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888128.69494: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888128.69511: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888128.69535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888128.69544: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.69552: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.69563: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888128.69570: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888128.69576: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888128.69584: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.69593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.69627: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888128.69643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.69651: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888128.69730: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888128.69738: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888128.69754: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888128.69763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888128.69771: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.69779: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.69941: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888128.69954: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888128.69966: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.69973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.69978: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888128.69983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.69992: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888128.70008: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888128.70026: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888128.70033: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888128.70041: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888128.70052: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888128.70075: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888128.70078: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888128.70107: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888128.70172: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888128.70229: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888128.70236: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888128.70246: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888128.70249: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.70252: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888128.70258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888128.70270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.70273: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.70284: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888128.70287: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.70306: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888128.70309: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.70320: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888128.70334: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888128.70348: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.70351: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888128.70353: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888128.70366: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888128.70368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.70371: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888128.70375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888128.70391: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.70420: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.70441: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888128.70454: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888128.70465: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888128.70477: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888128.70497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888128.70533: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888128.70548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.70561: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888128.70572: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888128.70583: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888128.70600: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888128.70632: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888128.70637: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888128.70645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888128.70657: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888128.70660: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.70663: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.70673: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888128.70682: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888128.70692: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888128.70704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888128.70718: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888128.70735: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888128.70741: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888128.70755: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888128.70768: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888128.70781: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888128.70786: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888128.70793: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888128.70799: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888128.70809: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888128.70840: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888128.70845: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888128.70877: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888128.70895: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888128.70899: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888128.70910: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888128.70932: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888128.70951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888128.70964: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888128.70977: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888128.70988: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888128.71005: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888128.71036: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888128.71098: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888128.72866: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888128.72870: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888128.72940: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888128.72991: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888128.73042: stdout chunk (state=3): >>> import '_warnings' # import '_weakref' # <<< 7519 1726888128.73060: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888128.73063: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888128.73155: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888128.73199: 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' <<< 7519 1726888128.73214: stdout chunk (state=3): >>># /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 0x7f58944d8dc0> <<< 7519 1726888128.73311: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888128.73538: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8b20> # /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 0x7f58944d8ac0> <<< 7519 1726888128.73595: stdout chunk (state=3): >>>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 0x7f589447d490> # /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 0x7f589447d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d670> # /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' <<< 7519 1726888128.73599: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888128.73602: 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' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434190> <<< 7519 1726888128.73604: stdout chunk (state=3): >>># /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' <<< 7519 1726888128.73606: 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 <<< 7519 1726888128.73849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3dc0> <<< 7519 1726888128.73954: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434220> # /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 0x7f5894457850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434940> <<< 7519 1726888128.73996: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894495880> # /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 0x7f589442dd90> <<< 7519 1726888128.73999: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888128.74025: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888128.74064: 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 0x7faacf7983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3b20> # /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 0x7faacf7f3ac0> <<< 7519 1726888128.74084: stdout chunk (state=3): >>>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' <<< 7519 1726888128.74087: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888128.74090: stdout chunk (state=3): >>>import '_warnings' # <<< 7519 1726888128.74092: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798490> # /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' <<< 7519 1726888128.74095: stdout chunk (state=3): >>>import '_weakref' # <<< 7519 1726888128.74098: 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 0x7f5894457d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d970> 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. <<< 7519 1726888128.74101: 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' <<< 7519 1726888128.74910: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888128.75137: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888128.75235: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888128.75259: stdout chunk (state=3): >>> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798940> <<< 7519 1726888128.75263: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798670><<< 7519 1726888128.75266: stdout chunk (state=3): >>> <<< 7519 1726888128.75269: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888128.75336: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888128.75393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'<<< 7519 1726888128.75397: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888128.75400: stdout chunk (state=3): >>> <<< 7519 1726888128.75402: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888128.75475: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888128.75479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'<<< 7519 1726888128.75482: stdout chunk (state=3): >>> <<< 7519 1726888128.75484: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888128.75487: stdout chunk (state=3): >>>import 'zipimport' # <<< 7519 1726888128.75490: stdout chunk (state=3): >>> # installed zipimport hook<<< 7519 1726888128.75602: stdout chunk (state=3): >>> <<< 7519 1726888128.75645: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py<<< 7519 1726888128.75680: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # <<< 7519 1726888128.75695: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f190><<< 7519 1726888128.75700: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888128.75712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.75715: stdout chunk (state=3): >>> <<< 7519 1726888128.75718: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888128.75721: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888128.75729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888128.75732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888128.75734: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888128.75736: 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' # /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 0x7f58941adeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b1f40> # /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 0x7f58941a7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941af640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941ad370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888128.75740: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643dc0> <<< 7519 1726888128.75742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888128.75744: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f220> <<< 7519 1726888128.75750: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888128.75754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'<<< 7519 1726888128.75756: stdout chunk (state=3): >>># /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' <<< 7519 1726888128.75760: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888128.75763: 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 0x7f0d113d83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643b20> # /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' <<< 7519 1726888128.75765: stdout chunk (state=3): >>> <<< 7519 1726888128.75767: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643ac0> <<< 7519 1726888128.75769: 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 0x7faacf772850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7b0880> # /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' <<< 7519 1726888128.75773: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf748d90> <<< 7519 1726888128.75775: 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 0x7f58940b9dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b98b0> 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 0x7f58940b9eb0> # /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 0x7f58940b9f70> # /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 0x7f58940b9e80> import '_collections' # <<< 7519 1726888128.76174: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py <<< 7519 1726888128.76177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' <<< 7519 1726888128.76180: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112d30> import '_functools' # <<< 7519 1726888128.76181: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589410c610> <<< 7519 1726888128.76183: stdout chunk (state=3): >>>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' <<< 7519 1726888128.76185: 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 0x7f589411f670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b5e20> <<< 7519 1726888128.76187: 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' <<< 7519 1726888128.76189: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.76192: 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 0x7f58940cbc70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112250> <<< 7519 1726888128.76194: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8490> # /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 <<< 7519 1726888128.76196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8940><<< 7519 1726888128.76199: 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 0x7f589411f280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb9d0> # /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' <<< 7519 1726888128.76202: stdout chunk (state=3): >>> <<< 7519 1726888128.76208: 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' <<< 7519 1726888128.76211: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8670><<< 7519 1726888128.76732: stdout chunk (state=3): >>> <<< 7519 1726888128.76739: 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' <<< 7519 1726888128.76742: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbfa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbd90> <<< 7519 1726888128.76746: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py<<< 7519 1726888128.76749: stdout chunk (state=3): >>> <<< 7519 1726888128.76754: 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' <<< 7519 1726888128.76756: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbd00> <<< 7519 1726888128.76758: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888128.76762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7519 1726888128.76764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888128.76766: 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' <<< 7519 1726888128.76768: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888128.76769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888128.76771: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888128.76773: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py<<< 7519 1726888128.76776: stdout chunk (state=3): >>> <<< 7519 1726888128.77101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888128.77113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888128.77119: 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 0x7f589409f370> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888128.77125: stdout chunk (state=3): >>>import '_stat' # <<< 7519 1726888128.77128: stdout chunk (state=3): >>> <<< 7519 1726888128.77136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888128.77139: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f190> <<< 7519 1726888128.77142: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf772d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798970> 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. <<< 7519 1726888128.77145: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589409f460> <<< 7519 1726888128.77150: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py<<< 7519 1726888128.77154: stdout chunk (state=3): >>> <<< 7519 1726888128.77156: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888128.77158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888128.77160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888128.77161: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940d3fa0> <<< 7519 1726888128.77163: 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'<<< 7519 1726888128.77165: stdout chunk (state=3): >>> <<< 7519 1726888128.77168: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cda30> <<< 7519 1726888128.77170: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cd490> <<< 7519 1726888128.77172: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888128.77173: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888128.77175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888128.77177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888128.77179: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888128.77181: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888128.77355: stdout chunk (state=3): >>># 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 <<< 7519 1726888128.77364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'<<< 7519 1726888128.77370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' <<< 7519 1726888128.77374: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fed1c0> <<< 7519 1726888128.77379: stdout chunk (state=3): >>> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf713eb0> <<< 7519 1726888128.77381: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894089c70> <<< 7519 1726888128.77384: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cdeb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888128.77387: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf716f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888128.77389: 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 <<< 7519 1726888128.77390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fffaf0> import 'errno' # <<< 7519 1726888128.77392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # <<< 7519 1726888128.77394: stdout chunk (state=3): >>> <<< 7519 1726888128.77398: 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 0x7f5893fffe20> <<< 7519 1726888128.77403: 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' <<< 7519 1726888128.77406: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f220> # /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 0x7f0d113b2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113f0880> # /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 0x7f0d11388d90> # /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 0x7f0d113b2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8970> 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. <<< 7519 1726888128.77416: 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 0x7f5894012730> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888128.77424: 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' # /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888128.77429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888128.77675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888128.77682: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894012c70> <<< 7519 1726888128.77684: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf70c610> <<< 7519 1726888128.77686: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf712640><<< 7519 1726888128.77688: 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 0x7f5893f9e3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893ffff10> <<< 7519 1726888128.77690: stdout chunk (state=3): >>> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf713370><<< 7519 1726888128.77692: 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' # 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 0x7f5893fae280> <<< 7519 1726888128.77696: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940125b0> <<< 7519 1726888128.77701: stdout chunk (state=3): >>>import 'pwd' # <<< 7519 1726888128.77703: stdout chunk (state=3): >>> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888128.77708: 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 0x7f5893fae340> <<< 7519 1726888128.77710: 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' <<< 7519 1726888128.77711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888128.77715: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888128.77717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7519 1726888128.77719: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb9d0> # /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 <<< 7519 1726888128.77721: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888128.77723: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888128.77725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888128.77804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888128.78004: 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 0x7f5893fca6a0> <<< 7519 1726888128.78007: 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' <<< 7519 1726888128.78009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.78011: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132eeb0> <<< 7519 1726888128.78016: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888128.78018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888128.78020: 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' # 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 0x7f5893fca970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca760> # 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 0x7f5893fca850> <<< 7519 1726888128.78021: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11331f40> <<< 7519 1726888128.78025: 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 0x7faacf61edc0><<< 7519 1726888128.78027: 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' import '_sre' # <<< 7519 1726888128.78030: 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' <<< 7519 1726888128.78034: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888128.78036: stdout chunk (state=3): >>> <<< 7519 1726888128.78037: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61e8b0> import 'itertools' # <<< 7519 1726888128.78043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888128.78049: 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' <<< 7519 1726888128.78050: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11327610> <<< 7519 1726888128.78052: 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 0x7faacf61eeb0> <<< 7519 1726888128.78054: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132d640> <<< 7519 1726888128.78056: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132e370> <<< 7519 1726888128.78059: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888128.78061: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888128.78063: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.78065: 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 0x7f5893fcaca0> <<< 7519 1726888128.78066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888128.78068: 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 0x7f5893fd71f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca8e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fbda30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb5b0> <<< 7519 1726888128.78070: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888128.78072: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888128.78073: 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' <<< 7519 1726888128.78075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61ef70> # /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 0x7faacf61ee80> import '_collections' # <<< 7519 1726888128.78077: 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 0x7f0d11239dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d112398b0> import 'itertools' # <<< 7519 1726888128.78078: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677d30> <<< 7519 1726888128.78080: 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 0x7f0d11239eb0> <<< 7519 1726888128.78082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fcaa90> <<< 7519 1726888128.78083: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888128.78088: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888128.78283: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf670610><<< 7519 1726888128.78288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888128.78294: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239f70> # /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 0x7f0d11239e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292d30> <<< 7519 1726888128.78300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5893eea670> <<< 7519 1726888128.78302: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888128.78305: 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 0x7faacf684670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf71ae20> <<< 7519 1726888128.78306: 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'<<< 7519 1726888128.78351: stdout chunk (state=3): >>> <<< 7519 1726888128.78357: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1128b610> <<< 7519 1726888128.78360: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip' <<< 7519 1726888128.78511: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.78518: 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 0x7f0d1129f670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11335e20> # /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 0x7f0d1124bc70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292250> <<< 7519 1726888128.78520: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888128.78583: 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 0x7faacf630c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677250> # extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.78598: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888128.78604: 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 0x7faacf684280> <<< 7519 1726888128.78610: 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 0x7f0d1129f280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b9d0> # /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' <<< 7519 1726888128.78615: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.78619: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7209d0> <<< 7519 1726888128.78622: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py<<< 7519 1726888128.78628: stdout chunk (state=3): >>> <<< 7519 1726888128.78630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888128.78887: 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' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bfa0> <<< 7519 1726888128.78897: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bd90> <<< 7519 1726888128.78900: 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 0x7f0d1124bd00> # /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' <<< 7519 1726888128.78906: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888128.78911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888128.78916: 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 0x7f0d1121e370> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888128.78918: 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' <<< 7519 1726888128.78926: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630d90> # /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 0x7faacf630d00> <<< 7519 1726888128.78929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888128.78931: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py<<< 7519 1726888128.78933: stdout chunk (state=3): >>> <<< 7519 1726888128.78934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'<<< 7519 1726888128.78936: stdout chunk (state=3): >>> <<< 7519 1726888128.78938: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1121e460> <<< 7519 1726888128.78940: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7519 1726888128.78941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888128.78943: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888128.78945: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11253fa0> <<< 7519 1726888128.78948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888128.78950: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124da30> <<< 7519 1726888128.78951: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124d490> <<< 7519 1726888128.78953: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888128.78955: 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 0x7faacf3fa370><<< 7519 1726888128.78956: stdout chunk (state=3): >>> <<< 7519 1726888128.78958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888128.78960: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py<<< 7519 1726888128.78964: stdout chunk (state=3): >>> <<< 7519 1726888128.79170: stdout chunk (state=3): >>># /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' <<< 7519 1726888128.79173: 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 0x7f0d111521c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11209c70> <<< 7519 1726888128.79176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3fa460> <<< 7519 1726888128.79178: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124deb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b040> # /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' <<< 7519 1726888128.79180: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11164af0> 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 0x7f0d11164e20> # /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' <<< 7519 1726888128.79182: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py <<< 7519 1726888128.79183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11176730> <<< 7519 1726888128.79296: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf638fa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632a30> <<< 7519 1726888128.79312: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632490><<< 7519 1726888128.79316: stdout chunk (state=3): >>> <<< 7519 1726888128.79318: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888128.79320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888128.79322: 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'<<< 7519 1726888128.79325: stdout chunk (state=3): >>> <<< 7519 1726888128.79327: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11176c70> <<< 7519 1726888128.79328: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.79330: 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 0x7f0d111033a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11164f10> <<< 7519 1726888128.79332: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888128.79333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7519 1726888128.79335: stdout chunk (state=3): >>># /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'<<< 7519 1726888128.79336: stdout chunk (state=3): >>> <<< 7519 1726888128.79338: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.79340: 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 0x7f0d11114280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d111765b0> <<< 7519 1726888128.79342: stdout chunk (state=3): >>>import 'pwd' # <<< 7519 1726888128.79343: 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' <<< 7519 1726888128.79345: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf32e1c0> <<< 7519 1726888128.79346: 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 0x7f0d11114340> <<< 7519 1726888128.79348: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b9d0> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888128.79353: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3e5c70> <<< 7519 1726888128.79357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888128.79552: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888128.79599: 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' <<< 7519 1726888128.79605: 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 0x7f0d1112f6a0> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py <<< 7519 1726888128.79872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' <<< 7519 1726888128.79879: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf720040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py<<< 7519 1726888128.79883: 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 0x7f0d1112f970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f760> <<< 7519 1726888128.79886: stdout chunk (state=3): >>> <<< 7519 1726888128.79891: 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 0x7f0d1112f850> <<< 7519 1726888128.79893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888128.79898: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py<<< 7519 1726888128.79900: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' <<< 7519 1726888128.80062: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf340af0><<< 7519 1726888128.80086: stdout chunk (state=3): >>> <<< 7519 1726888128.80089: 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' <<< 7519 1726888128.80091: stdout chunk (state=3): >>>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' <<< 7519 1726888128.80092: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf340e20> <<< 7519 1726888128.80094: 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' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py <<< 7519 1726888128.80096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'<<< 7519 1726888128.80098: 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 0x7f0d1112fca0> # 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 0x7f0d1113c1f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f8e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11123a30> <<< 7519 1726888128.80099: stdout chunk (state=3): >>> <<< 7519 1726888128.80101: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf352730> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888128.80103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888128.80104: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b5b0> <<< 7519 1726888128.80106: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888128.80107: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf352c70><<< 7519 1726888128.80109: stdout chunk (state=3): >>> <<< 7519 1726888128.80111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112fa90> <<< 7519 1726888128.80115: 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 0x7faacf2eb3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf340f10> <<< 7519 1726888128.80117: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py<<< 7519 1726888128.80118: stdout chunk (state=3): >>> <<< 7519 1726888128.80120: 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 0x7f5893de97f0> <<< 7519 1726888128.80122: 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' <<< 7519 1726888128.80125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888128.80127: 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' <<< 7519 1726888128.80129: 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' <<< 7519 1726888128.80131: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0d1105e670> <<< 7519 1726888128.80133: stdout chunk (state=3): >>># 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 0x7faacf2fb280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3525b0> import 'pwd' # <<< 7519 1726888128.80136: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.80137: stdout chunk (state=3): >>># 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 0x7f5893dfa760> <<< 7519 1726888128.80139: 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 0x7faacf2fb340> <<< 7519 1726888128.80141: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa640> <<< 7519 1726888128.80142: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa370> <<< 7519 1726888128.80144: 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' <<< 7519 1726888128.80145: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6309d0><<< 7519 1726888128.80147: stdout chunk (state=3): >>> <<< 7519 1726888128.80149: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip' <<< 7519 1726888128.80151: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa190> import 'atexit' # <<< 7519 1726888128.80152: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.80154: 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 0x7f5893dfa400> <<< 7519 1726888128.80156: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888128.80157: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.80159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888128.80161: stdout chunk (state=3): >>># /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 <<< 7519 1726888128.80163: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa7c0> <<< 7519 1726888128.80164: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.80166: 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' <<< 7519 1726888128.80167: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888128.80169: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888128.80171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888128.80172: 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' <<< 7519 1726888128.80174: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888128.80175: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d687c0> <<< 7519 1726888128.80177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888128.80179: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.80180: 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 0x7f5893d68b50> <<< 7519 1726888128.80182: 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 0x7f5893d689a0> <<< 7519 1726888128.80184: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888128.80554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888128.80598: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d86b20> <<< 7519 1726888128.80601: 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 0x7faacf3176a0> # /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 0x7faacf317970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf317760> # 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 0x7faacf317850> # /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' <<< 7519 1726888128.80603: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e73d30> <<< 7519 1726888128.80605: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa520> <<< 7519 1726888128.80610: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888128.80612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888128.80620: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e73190> <<< 7519 1726888128.80739: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888128.80745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888128.80748: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7519 1726888128.80750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7519 1726888128.80751: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888128.80753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888128.80755: 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 0x7faacf317ca0> <<< 7519 1726888128.80756: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888128.80758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893de4a90> <<< 7519 1726888128.80760: 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'<<< 7519 1726888128.80761: stdout chunk (state=3): >>> import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf3231f0> <<< 7519 1726888128.80765: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18880> <<< 7519 1726888128.80767: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d80310> <<< 7519 1726888128.80769: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3178e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf30aa30> <<< 7519 1726888128.80774: 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 0x7f5893e18970> <<< 7519 1726888128.80776: 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 0x7f5893e48d30> <<< 7519 1726888128.80780: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6305b0> <<< 7519 1726888128.80782: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py<<< 7519 1726888128.80786: stdout chunk (state=3): >>> <<< 7519 1726888128.80788: 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' <<< 7519 1726888128.80790: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888128.80791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888128.80793: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.80795: 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 0x7f5893d4a9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e50> <<< 7519 1726888128.80796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888128.80800: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf317a90> <<< 7519 1726888128.80802: 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' <<< 7519 1726888128.80947: 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 0x7f5893d580d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e20> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888128.80950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.80959: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7519 1726888128.80961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7519 1726888128.80963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888128.80965: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e1f700> <<< 7519 1726888128.80967: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faacf237670> <<< 7519 1726888128.81072: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d58100> <<< 7519 1726888128.81146: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip' <<< 7519 1726888128.81190: 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 0x7f5893d56580> <<< 7519 1726888128.81193: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.81195: 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' <<< 7519 1726888128.81205: 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 0x7f5893d56640> <<< 7519 1726888128.81242: 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 0x7f5893d55c70> <<< 7519 1726888128.81246: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893eea820> <<< 7519 1726888128.81271: 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 <<< 7519 1726888128.81274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 7519 1726888128.81317: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888128.81320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888128.81326: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.81383: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.81401: 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 0x7f5893ddbaf0> <<< 7519 1726888128.81407: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py <<< 7519 1726888128.81410: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.81411: stdout chunk (state=3): >>> <<< 7519 1726888128.81447: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.81449: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py<<< 7519 1726888128.81452: stdout chunk (state=3): >>> <<< 7519 1726888128.81483: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.81486: stdout chunk (state=3): >>> <<< 7519 1726888128.81534: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.81537: 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 0x7f5893dda9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d4b850> <<< 7519 1726888128.81579: 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 0x7f5893ddb520> <<< 7519 1726888128.81582: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e13ac0> # zipimport: zlib available <<< 7519 1726888128.81611: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.81630: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888128.81633: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.81694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.81806: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.81810: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.81816: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available <<< 7519 1726888128.81819: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888128.81834: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.81925: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.82018: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.82488: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.82945: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/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_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888128.82985: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888128.82989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.83045: 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 0x7f5893402d30> <<< 7519 1726888128.83126: 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' <<< 7519 1726888128.83130: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937e7550> <<< 7519 1726888128.83132: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dcfd0> <<< 7519 1726888128.83182: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888128.83188: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.83213: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.83217: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888128.83229: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.83332: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888128.83351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f5c7f0> <<< 7519 1726888128.83379: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7519 1726888128.83382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.83470: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.83527: 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' <<< 7519 1726888128.83530: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7519 1726888128.83532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888128.83534: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.83537: stdout chunk (state=3): >>># 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 0x7f0d10f6e760> <<< 7519 1726888128.83538: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e640> <<< 7519 1726888128.83540: 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' <<< 7519 1726888128.83542: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e370> <<< 7519 1726888128.83544: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.83546: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dd09d0> # zipimport: zlib available <<< 7519 1726888128.83548: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888128.83550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888128.83639: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e490> <<< 7519 1726888128.83642: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e190> import 'atexit' # <<< 7519 1726888128.83645: 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 0x7f0d10f6e400> <<< 7519 1726888128.83647: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888128.83677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888128.83737: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e7c0> <<< 7519 1726888128.83749: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888128.83770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888128.83789: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888128.83843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888128.83847: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888128.83849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888128.83919: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.83954: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f80850> <<< 7519 1726888128.83995: 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 0x7f0d10f804c0> <<< 7519 1726888128.84045: 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 0x7f0d10f80670> <<< 7519 1726888128.84048: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888128.84080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888128.84144: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109ccb20> <<< 7519 1726888128.84147: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fe7d30> <<< 7519 1726888128.84256: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.84307: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.84385: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888128.84388: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.84470: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.84660: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888128.84801: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e520> <<< 7519 1726888128.84827: 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' <<< 7519 1726888128.84830: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fe7190> <<< 7519 1726888128.84833: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.84875: 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' <<< 7519 1726888128.84879: 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' <<< 7519 1726888128.84881: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888128.85862: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888128.85865: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.85867: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.85870: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888128.85872: 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 0x7f0d109a7a90> <<< 7519 1726888128.85874: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888128.85876: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.85878: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109c6310> <<< 7519 1726888128.85893: 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 0x7f0d10f46970> <<< 7519 1726888128.85896: 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 0x7f0d10fbcd30> <<< 7519 1726888128.85899: 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 <<< 7519 1726888128.85902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888128.85904: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888128.85905: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.85911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888128.85914: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888128.85916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' <<< 7519 1726888128.85947: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebee7f0><<< 7519 1726888128.85951: stdout chunk (state=3): >>> <<< 7519 1726888128.85953: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py<<< 7519 1726888128.85955: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888128.85957: stdout chunk (state=3): >>> <<< 7519 1726888128.85959: 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' <<< 7519 1726888128.86000: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py<<< 7519 1726888128.86208: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'<<< 7519 1726888128.86211: stdout chunk (state=3): >>> <<< 7519 1726888128.86215: 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' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893402610> # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.86218: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.86220: stdout chunk (state=3): >>> # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.86297: stdout chunk (state=3): >>> import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf147760><<< 7519 1726888128.86302: stdout chunk (state=3): >>> <<< 7519 1726888128.86308: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/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_ugsme5oj/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_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888128.86313: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888128.86509: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147640> <<< 7519 1726888128.86514: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.86521: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.86525: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147370> <<< 7519 1726888128.86528: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888128.86530: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py<<< 7519 1726888128.86532: stdout chunk (state=3): >>> <<< 7519 1726888128.86534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'<<< 7519 1726888128.86536: stdout chunk (state=3): >>> <<< 7519 1726888128.86538: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.86540: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.86542: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147490> <<< 7519 1726888128.86544: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147190> <<< 7519 1726888128.86546: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888128.87042: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.87046: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.87048: stdout chunk (state=3): >>> <<< 7519 1726888128.87050: 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 0x7faacf147400> <<< 7519 1726888128.87052: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py<<< 7519 1726888128.87054: 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 <<< 7519 1726888128.87056: stdout chunk (state=3): >>> <<< 7519 1726888128.87058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.87060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888128.87063: 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 0x7f5893e627f0> <<< 7519 1726888128.87065: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dda610> <<< 7519 1726888128.87067: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1477c0><<< 7519 1726888128.87069: stdout chunk (state=3): >>> <<< 7519 1726888128.87071: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/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_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888128.87073: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py<<< 7519 1726888128.87075: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.87077: stdout chunk (state=3): >>> <<< 7519 1726888128.87082: 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 0x7f0d1098f9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e50> # /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 0x7f0d1099e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e20> # /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 0x7f0d10f92700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1099e100> # 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 0x7f0d1099c580> # 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 0x7f0d1099c640> # 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 0x7f0d1099bc70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1105e820> # /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 0x7f0d10f4faf0> <<< 7519 1726888128.87087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<< 7519 1726888128.87090: stdout chunk (state=3): >>> <<< 7519 1726888128.87092: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py<<< 7519 1726888128.87094: stdout chunk (state=3): >>> <<< 7519 1726888128.87095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'<<< 7519 1726888128.87098: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.87100: stdout chunk (state=3): >>> <<< 7519 1726888128.87102: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py<<< 7519 1726888128.87104: stdout chunk (state=3): >>> <<< 7519 1726888128.87106: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.87108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888128.87110: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.87112: 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' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888128.87116: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf159850> <<< 7519 1726888128.87119: 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 0x7f0d10f4d9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10991850> <<< 7519 1726888128.87539: 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 0x7f0d10f4f520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f87ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888128.87543: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.87545: stdout chunk (state=3): >>> # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.87548: 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 # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888128.87550: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf1594c0><<< 7519 1726888128.87552: stdout chunk (state=3): >>> <<< 7519 1726888128.87554: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.87557: stdout chunk (state=3): >>># 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 0x7faacf159670> <<< 7519 1726888128.87561: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.87564: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937f9c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dfbb0> <<< 7519 1726888128.87639: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py<<< 7519 1726888128.87648: stdout chunk (state=3): >>> <<< 7519 1726888128.87674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888128.87679: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.87701: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb8cb20> <<< 7519 1726888128.87703: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1c0d30> <<< 7519 1726888128.87706: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dd7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/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_ugsme5oj/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_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888128.87708: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888128.87710: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 7519 1726888128.87714: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.87717: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888128.87719: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.87721: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147520><<< 7519 1726888128.87725: stdout chunk (state=3): >>> <<< 7519 1726888128.87727: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888128.87729: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.87731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888128.87733: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1c0190><<< 7519 1726888128.87734: stdout chunk (state=3): >>> <<< 7519 1726888128.87736: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py<<< 7519 1726888128.87740: stdout chunk (state=3): >>> <<< 7519 1726888128.87743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'<<< 7519 1726888128.87744: stdout chunk (state=3): >>> <<< 7519 1726888128.87808: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py<<< 7519 1726888128.87811: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'<<< 7519 1726888128.87816: stdout chunk (state=3): >>> <<< 7519 1726888128.87819: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py<<< 7519 1726888128.87821: stdout chunk (state=3): >>> <<< 7519 1726888128.87826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc'<<< 7519 1726888128.87851: stdout chunk (state=3): >>> <<< 7519 1726888128.87854: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.87857: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888128.87864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc'<<< 7519 1726888128.87867: stdout chunk (state=3): >>> <<< 7519 1726888128.87869: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb68a90><<< 7519 1726888128.87871: stdout chunk (state=3): >>> <<< 7519 1726888128.87873: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8e80> <<< 7519 1726888128.87875: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8880><<< 7519 1726888128.87876: stdout chunk (state=3): >>> <<< 7519 1726888128.87878: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb86310><<< 7519 1726888128.87882: stdout chunk (state=3): >>> <<< 7519 1726888128.87883: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.87888: stdout chunk (state=3): >>> # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.88148: stdout chunk (state=3): >>> import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebd8970> <<< 7519 1726888128.88156: 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 <<< 7519 1726888128.88159: 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 0x7faacf195d30><<< 7519 1726888128.88161: stdout chunk (state=3): >>> <<< 7519 1726888128.88163: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.88165: 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 <<< 7519 1726888128.88168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888128.88170: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888128.88172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'<<< 7519 1726888128.88174: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.88176: stdout chunk (state=3): >>> <<< 7519 1726888128.88178: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.88180: stdout chunk (state=3): >>> # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.88182: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb4f9a0> <<< 7519 1726888128.88184: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe50><<< 7519 1726888128.88188: stdout chunk (state=3): >>> <<< 7519 1726888128.88190: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py<<< 7519 1726888128.88192: stdout chunk (state=3): >>> <<< 7519 1726888128.88198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888128.88201: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.88205: stdout chunk (state=3): >>> # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.88210: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5e0d0> <<< 7519 1726888128.88214: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe20> <<< 7519 1726888128.88216: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py<<< 7519 1726888128.88218: stdout chunk (state=3): >>> <<< 7519 1726888128.88220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888128.88225: stdout chunk (state=3): >>> <<< 7519 1726888128.88227: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.88229: 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'<<< 7519 1726888128.88231: stdout chunk (state=3): >>> <<< 7519 1726888128.88239: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888128.88245: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf16b700> <<< 7519 1726888128.88248: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888128.88251: 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_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888128.88273: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888128.88276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.88340: 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 0x7f0d10574d30> <<< 7519 1726888128.88343: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb5e100> <<< 7519 1726888128.88647: 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 0x7f0d1097d550> <<< 7519 1726888128.88651: 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' <<< 7519 1726888128.88656: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10954fd0> <<< 7519 1726888128.88659: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py <<< 7519 1726888128.88661: 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' <<< 7519 1726888128.88666: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888128.88671: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.88674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405af0> <<< 7519 1726888128.88678: 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 0x7f5893405fd0> # /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' <<< 7519 1726888128.88686: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888128.88692: stdout chunk (state=3): >>># /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 <<< 7519 1726888128.89006: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5c580> # 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 0x7faaceb5c640> <<< 7519 1726888128.89017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58934052e0> <<< 7519 1726888128.89020: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405880> <<< 7519 1726888128.89024: 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' <<< 7519 1726888128.89027: 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' <<< 7519 1726888128.89029: 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 0x7faaceb5bc70> <<< 7519 1726888128.89031: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed880> <<< 7519 1726888128.89033: stdout chunk (state=3): >>># /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' <<< 7519 1726888128.89035: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.89037: 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' # /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 <<< 7519 1726888128.89039: stdout chunk (state=3): >>># 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' <<< 7519 1726888128.89041: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316bd00> <<< 7519 1726888128.89043: 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 0x7f589316c280> <<< 7519 1726888128.89044: stdout chunk (state=3): >>># /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' <<< 7519 1726888128.89046: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888128.89047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7519 1726888128.89056: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f449d0> <<< 7519 1726888128.89062: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.89073: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf237820> # /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 0x7faacebe1af0> <<< 7519 1726888128.89086: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c460> <<< 7519 1726888128.89118: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316b460> # /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 0x7f589316cf40> # /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 0x7f589316ce50> <<< 7519 1726888128.89126: stdout chunk (state=3): >>># /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' <<< 7519 1726888128.89139: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py <<< 7519 1726888128.89153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc' <<< 7519 1726888128.89196: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931aa8b0> <<< 7519 1726888128.89199: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893137cd0> <<< 7519 1726888128.89446: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888128.89473: 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 0x7faacebe09d0> <<< 7519 1726888128.89605: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb51850> <<< 7519 1726888128.89609: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c910> <<< 7519 1726888128.89620: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed130> # /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' <<< 7519 1726888128.89625: 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' <<< 7519 1726888128.89629: 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' <<< 7519 1726888128.89643: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe1520> <<< 7519 1726888128.89692: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf160ac0> <<< 7519 1726888128.89698: 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' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893395460> <<< 7519 1726888128.89713: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.89716: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.89719: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7370> <<< 7519 1726888128.89724: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888128.89726: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.89729: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.89750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.89760: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931aa4f0> # /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' <<< 7519 1726888128.89764: stdout chunk (state=3): >>># /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 0x7f58931b1a00> # /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 0x7f58931b1c40> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58933e6130> <<< 7519 1726888128.89766: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7d00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed5e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed820> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405790> <<< 7519 1726888128.89769: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405fa0> <<< 7519 1726888128.89956: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.89960: stdout chunk (state=3): >>># /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 0x7f5893405a30> # /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' <<< 7519 1726888128.89963: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888128.89966: stdout chunk (state=3): >>># /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' <<< 7519 1726888128.89968: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.89971: stdout chunk (state=3): >>> <<< 7519 1726888128.89974: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1f40> <<< 7519 1726888128.89976: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937eda00> <<< 7519 1726888128.89979: stdout chunk (state=3): >>># /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py <<< 7519 1726888128.89981: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888128.89984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.89986: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.90034: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1370> <<< 7519 1726888128.90081: stdout chunk (state=3): >>># /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' <<< 7519 1726888128.90128: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888128.90148: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.90159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888128.90314: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.90333: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.90335: 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 0x7f58931ab970> <<< 7519 1726888128.90339: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.90489: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888128.90549: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.90631: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888128.90648: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.90652: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.90666: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888128.90681: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.90749: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888128.90752: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91008: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589310ba30> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b11c0> # /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 0x7f589314f340> # /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 0x7f5893122c70> # /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 0x7f5893165bb0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893122e80> # /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 0x7f5893165e50> # /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' <<< 7519 1726888128.91064: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91088: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91237: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931ac550> <<< 7519 1726888128.91257: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py <<< 7519 1726888128.91270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc' <<< 7519 1726888128.91341: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892ecfc70> # zipimport: zlib available <<< 7519 1726888128.91355: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888128.91396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888128.91402: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888128.91444: stdout chunk (state=3): >>>import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py <<< 7519 1726888128.91457: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91502: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10574610> # zipimport: zlib available <<< 7519 1726888128.91539: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91588: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91678: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py <<< 7519 1726888128.91687: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888128.91703: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91711: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91726: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91758: stdout chunk (state=3): >>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py <<< 7519 1726888128.91773: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91793: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91801: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888128.91861: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91884: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91915: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.91919: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888128.91921: 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_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888128.91961: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888128.91986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888128.91992: stdout chunk (state=3): >>> <<< 7519 1726888128.92015: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.92069: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888128.92092: stdout chunk (state=3): >>>import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py # zipimport: zlib available <<< 7519 1726888128.92120: 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 <<< 7519 1726888128.92125: stdout chunk (state=3): >>> <<< 7519 1726888128.92138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.92145: 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 0x7faace744d30> <<< 7519 1726888128.92196: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888128.92236: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888128.92250: 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 0x7f0d10fd67f0> <<< 7519 1726888128.92255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7519 1726888128.92271: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f4d610> <<< 7519 1726888128.92277: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb3d550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb14fd0> <<< 7519 1726888128.92358: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888128.92465: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.92469: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888128.92471: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.92538: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.92541: 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 <<< 7519 1726888128.92577: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.92584: 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 <<< 7519 1726888128.92589: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc' <<< 7519 1726888128.92625: 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' <<< 7519 1726888128.92629: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32be0> <<< 7519 1726888128.92638: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.92642: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.92657: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888128.92680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888128.92690: 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' <<< 7519 1726888128.92705: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888128.92747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888128.92773: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888128.92784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888128.92848: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32d60> <<< 7519 1726888128.92869: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888128.92872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7519 1726888128.92891: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py <<< 7519 1726888128.92934: stdout chunk (state=3): >>># 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 0x7f5892e83460> <<< 7519 1726888128.92940: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32fd0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32280> <<< 7519 1726888128.92953: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10978c70> <<< 7519 1726888128.92956: 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' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32850> <<< 7519 1726888128.92965: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd69d0> <<< 7519 1726888128.92967: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.93118: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095a460> <<< 7519 1726888128.93124: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095b7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888128.93127: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.93129: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888128.93140: 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 # 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' <<< 7519 1726888128.93245: stdout chunk (state=3): >>># 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 0x7f5892db79a0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7550> <<< 7519 1726888128.93264: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py <<< 7519 1726888128.93268: 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 <<< 7519 1726888128.93273: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.93288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc' <<< 7519 1726888128.93357: 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 0x7f5892d59520> <<< 7519 1726888128.93387: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db79d0> <<< 7519 1726888128.93406: 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 <<< 7519 1726888128.93474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc' <<< 7519 1726888128.93627: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.94035: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.94292: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.94405: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.94443: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so' <<< 7519 1726888128.94447: stdout chunk (state=3): >>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892cb8df0> <<< 7519 1726888128.94492: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892dd92b0> <<< 7519 1726888128.94529: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888128.94545: 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 <<< 7519 1726888128.94564: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.94572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc' <<< 7519 1726888128.94624: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.94666: stdout chunk (state=3): >>># 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 0x7f58914cb2b0> <<< 7519 1726888128.94678: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888128.94686: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.94726: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892d8c880> <<< 7519 1726888128.94730: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.94732: 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 <<< 7519 1726888128.94743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc' <<< 7519 1726888128.94828: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.94888: stdout chunk (state=3): >>># 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 0x7f5891399e50> <<< 7519 1726888128.94932: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914aa550> <<< 7519 1726888128.94953: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888128.94968: 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 <<< 7519 1726888128.95225: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.95228: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.95231: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888128.95233: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.95235: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.95237: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888128.95239: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.95244: stdout chunk (state=3): >>># 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 0x7f58913049d0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914cb4f0> # /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 0x7f58912fdd30> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891304f70> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7100> <<< 7519 1726888128.95261: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc' <<< 7519 1726888128.95292: 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 <<< 7519 1726888128.95295: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc' <<< 7519 1726888128.95333: 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 <<< 7519 1726888128.95337: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc' <<< 7519 1726888128.95352: 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 0x7f589122caf0> <<< 7519 1726888128.95391: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122c310> <<< 7519 1726888128.95407: 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 <<< 7519 1726888128.95449: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc' <<< 7519 1726888128.95462: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc' <<< 7519 1726888128.95495: 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 0x7f58912406d0> <<< 7519 1726888128.95511: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.95534: 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 <<< 7519 1726888128.95541: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc' <<< 7519 1726888128.95578: 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' <<< 7519 1726888128.95582: stdout chunk (state=3): >>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124d280> <<< 7519 1726888128.95584: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.95595: 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 # code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.95816: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888128.95867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888128.95895: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888128.95954: 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' <<< 7519 1726888128.95958: 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 0x7f589124d820> <<< 7519 1726888128.96001: 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 <<< 7519 1726888128.96009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc' <<< 7519 1726888128.96015: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace744610> <<< 7519 1726888128.96044: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124dc70> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124d340> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240760> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891236d90> <<< 7519 1726888128.96048: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.96063: 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 <<< 7519 1726888128.96077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.96131: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.96331: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888128.96335: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/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_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888128.96337: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888128.96339: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.96351: stdout chunk (state=3): >>># 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 0x7f5890dffeb0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240160> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122cc70> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f700> # /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' <<< 7519 1726888128.96409: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.96439: 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 0x7f589132fe20> <<< 7519 1726888128.96450: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f8b0> <<< 7519 1726888128.96495: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7250> # /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 0x7f5890e0dd30> <<< 7519 1726888128.96503: 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 <<< 7519 1726888128.96511: 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 0x7f0d1054baf0> # /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 0x7f0d1054bfd0> <<< 7519 1726888128.96611: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc' <<< 7519 1726888128.96618: 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 # 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' <<< 7519 1726888128.96626: 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' <<< 7519 1726888128.96630: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.96635: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.96639: 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' # /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 0x7f0d1054b2e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b880> # /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' <<< 7519 1726888128.96669: 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 <<< 7519 1726888128.96675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc' <<< 7519 1726888128.96678: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975880> <<< 7519 1726888128.96680: stdout chunk (state=3): >>># /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' <<< 7519 1726888128.96706: 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 <<< 7519 1726888128.96737: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.96759: stdout chunk (state=3): >>># /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 <<< 7519 1726888128.96935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc' <<< 7519 1726888128.96938: 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 <<< 7519 1726888128.96941: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102acd00> # /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 0x7f0d102d5280> <<< 7519 1726888128.96943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.96946: stdout chunk (state=3): >>># /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 0x7f0d102d5460> <<< 7519 1726888128.96951: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102ac460> <<< 7519 1726888128.96956: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py <<< 7519 1726888128.96971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc' <<< 7519 1726888128.96976: stdout chunk (state=3): >>># 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 0x7f5890c7e1f0> <<< 7519 1726888128.97058: 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 0x7faacf1af7f0> <<< 7519 1726888128.97064: stdout chunk (state=3): >>>import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d1d280> # /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 0x7f5890d2a7c0> <<< 7519 1726888128.97069: stdout chunk (state=3): >>># /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 0x7f0d102d5f40> # /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' <<< 7519 1726888128.97083: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebe0610> <<< 7519 1726888128.97153: stdout chunk (state=3): >>>import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cd0e20> <<< 7519 1726888128.97183: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.97193: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/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_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available<<< 7519 1726888128.97200: stdout chunk (state=3): >>> <<< 7519 1726888128.97204: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5e50> # /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 <<< 7519 1726888128.97214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc' <<< 7519 1726888128.97241: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.97254: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103168b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102a1cd0> <<< 7519 1726888128.97257: 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' <<< 7519 1726888128.97305: stdout chunk (state=3): >>>import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae50> import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ab80> <<< 7519 1726888128.97332: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5910> <<< 7519 1726888128.97336: 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' <<< 7519 1726888128.97344: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975130> # /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py <<< 7519 1726888128.97361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc' <<< 7519 1726888128.97364: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc' <<< 7519 1726888128.97401: stdout chunk (state=3): >>>import 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2afd0> import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae20> <<< 7519 1726888128.97411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.97418: 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 <<< 7519 1726888128.97530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc' <<< 7519 1726888128.97533: 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' <<< 7519 1726888128.97535: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.97538: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888128.97540: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.97543: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10505460> <<< 7519 1726888128.97545: 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 # 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 0x7f5890b82190> # /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' <<< 7519 1726888128.97568: stdout chunk (state=3): >>>import 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82220> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2af10> # /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' <<< 7519 1726888128.97655: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888128.97658: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888128.97661: 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 <<< 7519 1726888128.97663: stdout chunk (state=3): >>># 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 0x7f5890b823a0> import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae80> <<< 7519 1726888128.97665: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888128.97667: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc' <<< 7519 1726888128.97745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888128.97782: stdout chunk (state=3): >>>import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ac10> # /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' <<< 7519 1726888128.97789: stdout chunk (state=3): >>>import 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b821c0> <<< 7519 1726888128.97792: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888128.97795: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc' <<< 7519 1726888128.97800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888128.97804: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955370> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103164f0> # /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 <<< 7519 1726888128.97839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc' <<< 7519 1726888128.97843: stdout chunk (state=3): >>># /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 0x7f0d1031ca00> <<< 7519 1726888128.97877: stdout chunk (state=3): >>>import 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82400> <<< 7519 1726888128.97883: 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' import 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82490> <<< 7519 1726888128.97905: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc' <<< 7519 1726888128.97968: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb38c70> <<< 7519 1726888128.97989: stdout chunk (state=3): >>>import 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82520> # /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' <<< 7519 1726888128.98021: stdout chunk (state=3): >>>import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b825b0> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py <<< 7519 1726888128.98030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc' <<< 7519 1726888128.98034: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb19460> <<< 7519 1726888128.98037: stdout chunk (state=3): >>># /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 0x7f0d1031cc40> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10556130> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955d00> <<< 7519 1726888128.98072: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109755e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975820> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b790> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054bfa0> # /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 0x7f0d1054ba30> # /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' <<< 7519 1726888128.98087: stdout chunk (state=3): >>>import 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82640> <<< 7519 1726888128.98147: 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' <<< 7519 1726888128.98153: stdout chunk (state=3): >>>import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b826d0> <<< 7519 1726888128.98159: 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' import 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82760> <<< 7519 1726888128.98161: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb1b7f0> # destroy ansible.module_utils.distro<<< 7519 1726888128.98170: stdout chunk (state=3): >>> import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888128.98185: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031cf40> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975a00> # /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' <<< 7519 1726888128.98220: 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' <<< 7519 1726888128.98226: stdout chunk (state=3): >>>import 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b827f0> import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a1f0> <<< 7519 1726888128.98232: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py <<< 7519 1726888128.98245: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888128.98251: stdout chunk (state=3): >>>import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d04190> <<< 7519 1726888128.98291: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031c370> <<< 7519 1726888128.98310: stdout chunk (state=3): >>># /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py <<< 7519 1726888128.98316: 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 # 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 <<< 7519 1726888128.98335: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888128.98341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc' <<< 7519 1726888128.98346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc' <<< 7519 1726888128.98394: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888128.98405: stdout chunk (state=3): >>> <<< 7519 1726888128.98443: 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 0x7f5890b82bb0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82910> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a3d0> # /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' <<< 7519 1726888128.98446: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888128.98451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888128.98471: stdout chunk (state=3): >>>import 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2afa0> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfbc70> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfb280> <<< 7519 1726888128.98474: 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' <<< 7519 1726888128.98476: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888128.98512: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfb460> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31b20> <<< 7519 1726888128.98547: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc' <<< 7519 1726888128.98641: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfbdf0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e0dcd0> # /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' <<< 7519 1726888128.98647: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc' <<< 7519 1726888128.98652: 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 0x7f0d103266a0> <<< 7519 1726888128.98666: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc' <<< 7519 1726888128.98735: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99c10> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b994c0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31910> # /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' <<< 7519 1726888128.98757: 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 <<< 7519 1726888128.98819: stdout chunk (state=3): >>># 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' <<< 7519 1726888128.98878: 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' <<< 7519 1726888128.98881: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b37280> <<< 7519 1726888128.98883: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py <<< 7519 1726888128.99087: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10276a30> <<< 7519 1726888128.99107: stdout chunk (state=3): >>># 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 0x7f5890ae9160> # 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 0x7f5890ae91f0> <<< 7519 1726888128.99115: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b4a670> <<< 7519 1726888128.99121: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031c1c0> <<< 7519 1726888128.99144: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b376a0> <<< 7519 1726888128.99149: stdout chunk (state=3): >>># /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' <<< 7519 1726888128.99168: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102ba340> <<< 7519 1726888128.99246: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py <<< 7519 1726888128.99274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1028cc70> # /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py <<< 7519 1726888128.99277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc' <<< 7519 1726888128.99290: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888128.99293: stdout chunk (state=3): >>># /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' <<< 7519 1726888128.99295: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d0bb0> <<< 7519 1726888128.99297: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1028ce80> <<< 7519 1726888128.99299: stdout chunk (state=3): >>># /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py <<< 7519 1726888128.99326: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b2ba60> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99f70> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99eb0> # /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 <<< 7519 1726888128.99373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc' <<< 7519 1726888128.99400: stdout chunk (state=3): >>># 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 0x7f5890ae9fa0> <<< 7519 1726888128.99405: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9760> <<< 7519 1726888128.99461: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99d60> <<< 7519 1726888128.99479: 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 <<< 7519 1726888128.99485: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc' <<< 7519 1726888128.99505: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d0e50> <<< 7519 1726888128.99511: stdout chunk (state=3): >>># /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py <<< 7519 1726888128.99545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc' <<< 7519 1726888128.99570: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b22910> # /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 0x7f5890b0d820> # /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 0x7f5890b0d8b0> <<< 7519 1726888128.99576: 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 # 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 0x7f5890b0da30> <<< 7519 1726888128.99578: 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 <<< 7519 1726888128.99663: stdout chunk (state=3): >>># 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' <<< 7519 1726888128.99778: stdout chunk (state=3): >>># 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 0x7f5893225190> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b1d160> # /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 0x7f58932251f0> # /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' <<< 7519 1726888128.99839: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932252e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d9d0> <<< 7519 1726888128.99842: 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' <<< 7519 1726888128.99874: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0df70> <<< 7519 1726888128.99880: 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 <<< 7519 1726888128.99908: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc' <<< 7519 1726888128.99911: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py <<< 7519 1726888128.99915: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.00047: stdout chunk (state=3): >>># 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' <<< 7519 1726888129.00052: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1030c550> <<< 7519 1726888129.00054: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py <<< 7519 1726888129.00056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc' <<< 7519 1726888129.00088: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1003ac70> <<< 7519 1726888129.00107: 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' # 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 0x7f58909533a0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890953160> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909449a0> <<< 7519 1726888129.00130: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.00228: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932359a0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893225e80> # /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 0x7f5893235c70> <<< 7519 1726888129.00292: 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 <<< 7519 1726888129.00301: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc' <<< 7519 1726888129.00323: stdout chunk (state=3): >>>import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py <<< 7519 1726888129.00326: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.00352: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589323d970> <<< 7519 1726888129.00359: 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 # 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 0x7f589095f700> # /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 0x7f589095f340> # /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' <<< 7519 1726888129.00375: 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 <<< 7519 1726888129.00448: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.00471: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890970640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890970160> # /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' <<< 7519 1726888129.00475: stdout chunk (state=3): >>>import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909704c0> import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32940> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e327f0> <<< 7519 1726888129.00647: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py <<< 7519 1726888129.00654: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.00701: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.00772: stdout chunk (state=3): >>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py <<< 7519 1726888129.00776: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.00858: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888129.00861: stdout chunk (state=3): >>> <<< 7519 1726888129.00911: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.01139: 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 <<< 7519 1726888129.01143: stdout chunk (state=3): >>>import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py <<< 7519 1726888129.01145: stdout chunk (state=3): >>># 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' <<< 7519 1726888129.01148: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890979f70> # /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' <<< 7519 1726888129.01150: 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 <<< 7519 1726888129.01190: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.01208: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc' <<< 7519 1726888129.01212: 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 <<< 7519 1726888129.01278: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc' <<< 7519 1726888129.01282: 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 # 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 0x7f589092df70> <<< 7519 1726888129.01331: 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 # 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 <<< 7519 1726888129.01343: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc' <<< 7519 1726888129.01357: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.01458: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888129.01492: stdout chunk (state=3): >>># 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 0x7f58908c9d60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9be0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c93a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9160> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919eb0> <<< 7519 1726888129.01531: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc' <<< 7519 1726888129.01535: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c91f0> <<< 7519 1726888129.01573: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.01596: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc' <<< 7519 1726888129.02276: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py <<< 7519 1726888129.02281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742af0> <<< 7519 1726888129.02284: 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<<< 7519 1726888129.02294: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py <<< 7519 1726888129.02339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742fd0> <<< 7519 1726888129.02344: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.02355: 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' <<< 7519 1726888129.02384: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.02390: 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 <<< 7519 1726888129.02393: stdout chunk (state=3): >>># 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 0x7f0d0ff9dbe0> <<< 7519 1726888129.02395: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py <<< 7519 1726888129.02398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace7422e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742880> <<< 7519 1726888129.02459: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888129.02462: 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' <<< 7519 1726888129.02464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888129.02466: 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' <<< 7519 1726888129.02468: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35880> <<< 7519 1726888129.02502: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.02506: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py <<< 7519 1726888129.02508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc' <<< 7519 1726888129.02510: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py <<< 7519 1726888129.02837: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908f4130> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9e80> # /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 0x7f58908e59a0> # /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 0x7f58908f4fa0> # /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 0x7f58907f7190> # /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 0x7f58907f72e0> # /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 0x7f58907f78e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f7610> # /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 0x7f58907f79a0> # /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 0x7f58908045e0> # /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 0x7f58908046d0> # /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 0x7f5890804eb0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804ac0> # /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 0x7f5890804f10> # /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 0x7f589081baf0> # /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 0x7f589081bc10> # /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 0x7f589081be50> # /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 0x7f58907ab2e0> # /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 0x7f58907abcd0> # /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 0x7f58907abe20> <<< 7519 1726888129.03540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc' <<< 7519 1726888129.03543: 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' # /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 0x7f58907b9520> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9100> # /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 <<< 7519 1726888129.03546: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py<<< 7519 1726888129.03649: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc'<<< 7519 1726888129.03687: stdout chunk (state=3): >>> <<< 7519 1726888129.03690: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dd60> <<< 7519 1726888129.03693: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py <<< 7519 1726888129.03781: stdout chunk (state=3): >>># /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'<<< 7519 1726888129.03785: stdout chunk (state=3): >>> <<< 7519 1726888129.03788: stdout chunk (state=3): >>># 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 0x7f58907b9f10> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9a60> <<< 7519 1726888129.03841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc' <<< 7519 1726888129.03854: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4bbd00><<< 7519 1726888129.03858: stdout chunk (state=3): >>> <<< 7519 1726888129.03861: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py<<< 7519 1726888129.03924: stdout chunk (state=3): >>> <<< 7519 1726888129.03928: 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 0x7f0d0ffee460> <<< 7519 1726888129.03933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9280> <<< 7519 1726888129.03935: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dfd0> <<< 7519 1726888129.03940: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d280><<< 7519 1726888129.03942: stdout chunk (state=3): >>> <<< 7519 1726888129.04040: stdout chunk (state=3): >>># /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 0x7faace4b9460> <<< 7519 1726888129.04094: 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 <<< 7519 1726888129.04132: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc'<<< 7519 1726888129.04158: stdout chunk (state=3): >>># /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 0x7f58907b9d60> <<< 7519 1726888129.04164: stdout chunk (state=3): >>> <<< 7519 1726888129.04169: 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 # 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 0x7f58907c87f0> # /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 0x7f58907c8f70> # /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 0x7f58907d4280> # /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 0x7f58907d4370> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919490> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909191f0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890979cd0> # /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' <<< 7519 1726888129.04376: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d850> <<< 7519 1726888129.04382: 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 # 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 0x7f0d0ff229a0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22550> # /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' <<< 7519 1726888129.04887: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4bb460> <<< 7519 1726888129.04891: stdout chunk (state=3): >>># /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 0x7faace4b9f40> # /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 0x7faace4b9e50> # /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 0x7faace4e08b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace457340> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9910> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35130> # /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'<<< 7519 1726888129.04893: stdout chunk (state=3): >>> <<< 7519 1726888129.04896: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py<<< 7519 1726888129.04898: stdout chunk (state=3): >>> <<< 7519 1726888129.04900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc' <<< 7519 1726888129.05028: 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' # /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 0x7f58907d4ee0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4c10> # /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 0x7f589076e5b0> # /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 0x7f58907784f0> # 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 0x7f589076ee50> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076edc0> # /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 0x7f58907a4730> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a41c0> # /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 0x7f58906f1a60> # /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 0x7f58906f1c40> # /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 0x7f58907a4ca0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4a30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907e1130> # /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' <<< 7519 1726888129.05032: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076e1f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4ac0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919220> # /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' <<< 7519 1726888129.05036: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace6d4460> <<< 7519 1726888129.05039: 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'<<< 7519 1726888129.05041: stdout chunk (state=3): >>> <<< 7519 1726888129.05046: stdout chunk (state=3): >>>import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0fec4520> <<< 7519 1726888129.05048: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff229d0> <<< 7519 1726888129.05053: 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<<< 7519 1726888129.05056: stdout chunk (state=3): >>> <<< 7519 1726888129.05058: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711160> # /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 0x7f5890711490> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py <<< 7519 1726888129.05061: stdout chunk (state=3): >>># 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 0x7f5890711d00> # /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 0x7f58906a7610> <<< 7519 1726888129.05063: 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 <<< 7519 1726888129.05065: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15370><<< 7519 1726888129.05067: stdout chunk (state=3): >>> <<< 7519 1726888129.05068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc'<<< 7519 1726888129.05070: stdout chunk (state=3): >>> <<< 7519 1726888129.05072: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e04f0> <<< 7519 1726888129.05074: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc' <<< 7519 1726888129.05076: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906a7b80> # /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' <<< 7519 1726888129.05078: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py <<< 7519 1726888129.05275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc'<<< 7519 1726888129.05283: stdout chunk (state=3): >>> <<< 7519 1726888129.05285: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py<<< 7519 1726888129.05288: stdout chunk (state=3): >>> <<< 7519 1726888129.05290: 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 0x7f58906b4c40> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4820> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4580> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b41f0> # /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' <<< 7519 1726888129.05292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc' <<< 7519 1726888129.05294: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py<<< 7519 1726888129.05296: stdout chunk (state=3): >>> <<< 7519 1726888129.05298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc' <<< 7519 1726888129.05300: stdout chunk (state=3): >>>import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1a00><<< 7519 1726888129.05302: stdout chunk (state=3): >>> <<< 7519 1726888129.05304: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4430> # /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' <<< 7519 1726888129.05306: 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' # /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 0x7f58906c0bb0> # /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' <<< 7519 1726888129.05308: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py<<< 7519 1726888129.05310: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc'<<< 7519 1726888129.05312: stdout chunk (state=3): >>> <<< 7519 1726888129.05316: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1c40> <<< 7519 1726888129.05320: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace726130><<< 7519 1726888129.05322: stdout chunk (state=3): >>> <<< 7519 1726888129.05325: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15d00><<< 7519 1726888129.05327: stdout chunk (state=3): >>> <<< 7519 1726888129.05329: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb355e0><<< 7519 1726888129.05331: stdout chunk (state=3): >>> <<< 7519 1726888129.05333: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35820> <<< 7519 1726888129.05335: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742790> <<< 7519 1726888129.05337: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742fa0> <<< 7519 1726888129.05437: stdout chunk (state=3): >>># /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 0x7faace742a30> <<< 7519 1726888129.05462: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py <<< 7519 1726888129.05466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc' <<< 7519 1726888129.05468: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.05473: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1f40> <<< 7519 1726888129.05475: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35a00> <<< 7519 1726888129.05480: stdout chunk (state=3): >>># /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py<<< 7519 1726888129.05482: stdout chunk (state=3): >>> <<< 7519 1726888129.05484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.05487: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0c40> # /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 0x7f58906d0280> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0dc0> # /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 0x7f58905d72e0> # /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 0x7f58905e2340> # /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 0x7f58905e22e0> # /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 0x7f58905e2490> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e21f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d7d00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d73a0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906dea30> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0fa0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0940> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c07f0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4fd0> # /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 0x7f58906c0940> # /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 0x7f58905d7d90> # /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 0x7f58905e2760> <<< 7519 1726888129.05489: 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 <<< 7519 1726888129.05493: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1370><<< 7519 1726888129.05496: stdout chunk (state=3): >>> # /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py <<< 7519 1726888129.05499: stdout chunk (state=3): >>># 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 0x7f58905e29d0> # /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 0x7f58905e2f40> # /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 <<< 7519 1726888129.05501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc'<<< 7519 1726888129.05503: stdout chunk (state=3): >>> <<< 7519 1726888129.05507: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888129.05510: stdout chunk (state=3): >>># 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 0x7f58905fc730> # /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 0x7f5890580910> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py <<< 7519 1726888129.05515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc' <<< 7519 1726888129.05518: 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 0x7f589058db80> # /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' <<< 7519 1726888129.05520: stdout chunk (state=3): >>># 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 0x7f58905b0130> <<< 7519 1726888129.05524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc'<<< 7519 1726888129.05527: stdout chunk (state=3): >>> <<< 7519 1726888129.05529: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888129.05535: 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 0x7faace4fb6a0><<< 7519 1726888129.05537: stdout chunk (state=3): >>> <<< 7519 1726888129.05543: stdout chunk (state=3): >>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058dbe0> # /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' <<< 7519 1726888129.05751: 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' <<< 7519 1726888129.05831: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so' <<< 7519 1726888129.05837: stdout chunk (state=3): >>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so'<<< 7519 1726888129.05843: stdout chunk (state=3): >>> <<< 7519 1726888129.05845: stdout chunk (state=3): >>>import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0fe9adf0><<< 7519 1726888129.05849: stdout chunk (state=3): >>> <<< 7519 1726888129.05851: 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 # 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 0x7f589055f400> # /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 0x7f589055f520> <<< 7519 1726888129.05856: stdout chunk (state=3): >>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551490> # /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 0x7f58905517c0> # /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py <<< 7519 1726888129.05862: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff442b0> <<< 7519 1726888129.06389: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc' <<< 7519 1726888129.06398: stdout chunk (state=3): >>>import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890563910> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551130> # /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' <<< 7519 1726888129.06402: 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 <<< 7519 1726888129.06405: stdout chunk (state=3): >>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905511f0> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890545a90> <<< 7519 1726888129.06410: 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 <<< 7519 1726888129.06414: stdout chunk (state=3): >>># 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 0x7f5890563dc0> <<< 7519 1726888129.06416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc' <<< 7519 1726888129.06418: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace44ba30><<< 7519 1726888129.06420: stdout chunk (state=3): >>> <<< 7519 1726888129.06425: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f11c0> <<< 7519 1726888129.06428: 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 0x7f58904fa1f0> # /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 0x7f58904fa2e0> # /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 0x7f58904fa400> <<< 7519 1726888129.06434: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py <<< 7519 1726888129.06439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc'<<< 7519 1726888129.06688: stdout chunk (state=3): >>> <<< 7519 1726888129.06700: 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 # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc' <<< 7519 1726888129.06706: 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 <<< 7519 1726888129.06709: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_module.so' <<< 7519 1726888129.06711: 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 0x7f0d0e6372b0> <<< 7519 1726888129.06715: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace48f340> <<< 7519 1726888129.06717: stdout chunk (state=3): >>># /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 0x7faace46dc70> <<< 7519 1726888129.06720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888129.06856: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0fef6880> <<< 7519 1726888129.06874: 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' <<< 7519 1726888129.06878: 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 <<< 7519 1726888129.06880: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.06886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc' <<< 7519 1726888129.06890: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4a5460> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace46de80> <<< 7519 1726888129.07001: stdout chunk (state=3): >>># /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 0x7f58904ce640> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890523f40> <<< 7519 1726888129.07004: 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 0x7f58905359d0> <<< 7519 1726888129.07008: stdout chunk (state=3): >>># /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py <<< 7519 1726888129.07010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc' <<< 7519 1726888129.07014: 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' import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890535a60> # /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' <<< 7519 1726888129.07016: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so' <<< 7519 1726888129.07018: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so'<<< 7519 1726888129.07019: stdout chunk (state=3): >>> <<< 7519 1726888129.07021: stdout chunk (state=3): >>>import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e504e50><<< 7519 1726888129.07026: stdout chunk (state=3): >>> <<< 7519 1726888129.07033: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4a51c0> <<< 7519 1726888129.07036: stdout chunk (state=3): >>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904ce2b0> # /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 0x7f58904e03a0> <<< 7519 1726888129.07039: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e616550> <<< 7519 1726888129.07041: stdout chunk (state=3): >>># /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py <<< 7519 1726888129.07481: 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<<< 7519 1726888129.07485: stdout chunk (state=3): >>> <<< 7519 1726888129.07487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc' <<< 7519 1726888129.07490: stdout chunk (state=3): >>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890506d00> <<< 7519 1726888129.07492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc' <<< 7519 1726888129.07498: 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' # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py <<< 7519 1726888129.07502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc' <<< 7519 1726888129.07504: stdout chunk (state=3): >>>import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890510970> <<< 7519 1726888129.07510: 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' import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589048e880> <<< 7519 1726888129.07516: stdout chunk (state=3): >>>import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890510280> <<< 7519 1726888129.07518: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so' <<< 7519 1726888129.07520: stdout chunk (state=3): >>># extension module 'libdnf._transaction' executed from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so' <<< 7519 1726888129.07523: stdout chunk (state=3): >>>import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e4709d0><<< 7519 1726888129.07563: stdout chunk (state=3): >>> <<< 7519 1726888129.07566: stdout chunk (state=3): >>>import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fabb0> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905acd90> <<< 7519 1726888129.07594: 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 <<< 7519 1726888129.07600: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e6374f0><<< 7519 1726888129.07602: stdout chunk (state=3): >>> <<< 7519 1726888129.07608: stdout chunk (state=3): >>># 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 0x7f58904b2640> <<< 7519 1726888129.07615: 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<<< 7519 1726888129.07620: stdout chunk (state=3): >>> <<< 7519 1726888129.07626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc' <<< 7519 1726888129.07750: 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' import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904b2df0> <<< 7519 1726888129.07785: 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 0x7f5890441160> <<< 7519 1726888129.07791: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'<<< 7519 1726888129.07794: stdout chunk (state=3): >>> # extension module 'libdnf._utils' executed from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so'<<< 7519 1726888129.07796: stdout chunk (state=3): >>> import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e469d30><<< 7519 1726888129.07799: stdout chunk (state=3): >>> <<< 7519 1726888129.07802: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e470f70> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22100><<< 7519 1726888129.07806: stdout chunk (state=3): >>> <<< 7519 1726888129.07809: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e2550> <<< 7519 1726888129.07818: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.07822: 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 <<< 7519 1726888129.07826: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace20fc70> <<< 7519 1726888129.07828: 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 # 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 0x7f5890441a90> # /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 0x7f58904611c0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441d60> <<< 7519 1726888129.07836: stdout chunk (state=3): >>>import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904411f0> <<< 7519 1726888129.07974: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc' <<< 7519 1726888129.07980: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.07988: stdout chunk (state=3): >>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1880> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py <<< 7519 1726888129.07991: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc' <<< 7519 1726888129.07995: 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 <<< 7519 1726888129.07999: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc' <<< 7519 1726888129.08256: stdout chunk (state=3): >>>import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py <<< 7519 1726888129.08260: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.08263: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888129.08265: stdout chunk (state=3): >>># 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 0x7f0d0e398af0> <<< 7519 1726888129.08268: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398310> <<< 7519 1726888129.08271: stdout chunk (state=3): >>># 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 0x7f589041a2e0> # /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 0x7f589041adc0> <<< 7519 1726888129.08276: 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' <<< 7519 1726888129.08278: 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 <<< 7519 1726888129.08283: stdout chunk (state=3): >>>import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041af40> <<< 7519 1726888129.08285: 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' <<< 7519 1726888129.08287: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.08289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc' <<< 7519 1726888129.08291: 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 <<< 7519 1726888129.08330: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc' <<< 7519 1726888129.08364: 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' # /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' <<< 7519 1726888129.08371: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890421be0> <<< 7519 1726888129.08426: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904217c0> <<< 7519 1726888129.08429: stdout chunk (state=3): >>>import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890421310> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041aa60> <<< 7519 1726888129.08431: 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' <<< 7519 1726888129.08433: 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' <<< 7519 1726888129.08435: stdout chunk (state=3): >>>import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab6d0> <<< 7519 1726888129.08437: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py <<< 7519 1726888129.08439: 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 <<< 7519 1726888129.08441: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888129.08447: stdout chunk (state=3): >>> <<< 7519 1726888129.08449: stdout chunk (state=3): >>>import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041abb0> # /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' <<< 7519 1726888129.08454: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.08456: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.08458: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8280> <<< 7519 1726888129.08461: 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 # 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' <<< 7519 1726888129.08463: 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 <<< 7519 1726888129.08565: stdout chunk (state=3): >>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py <<< 7519 1726888129.08568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.08570: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888129.08573: 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 0x7f58903cea00> import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903ce670> # /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' <<< 7519 1726888129.08691: stdout chunk (state=3): >>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903ce6d0> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3610> # /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 0x7f58903c37f0> <<< 7519 1726888129.08694: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888129.08697: stdout chunk (state=3): >>> <<< 7519 1726888129.08700: 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 # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc' <<< 7519 1726888129.08702: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py <<< 7519 1726888129.08705: stdout chunk (state=3): >>># 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' <<< 7519 1726888129.08707: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.08709: 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' <<< 7519 1726888129.08711: stdout chunk (state=3): >>>import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a910> <<< 7519 1726888129.08715: stdout chunk (state=3): >>>import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py<<< 7519 1726888129.08717: stdout chunk (state=3): >>> <<< 7519 1726888129.08719: 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 0x7f589037aac0> # /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' <<< 7519 1726888129.08721: stdout chunk (state=3): >>>import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037ac70> <<< 7519 1726888129.08725: stdout chunk (state=3): >>>import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a5b0> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py <<< 7519 1726888129.08727: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc' <<< 7519 1726888129.08729: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888129.08731: stdout chunk (state=3): >>> <<< 7519 1726888129.08792: stdout chunk (state=3): >>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a8b0> # /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 0x7f58903860d0> <<< 7519 1726888129.08831: 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' <<< 7519 1726888129.08837: stdout chunk (state=3): >>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386130> # /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' <<< 7519 1726888129.08846: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py <<< 7519 1726888129.08849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc' <<< 7519 1726888129.08851: 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' <<< 7519 1726888129.08854: 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 0x7f0d0e3b8820> <<< 7519 1726888129.08855: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890393340> <<< 7519 1726888129.08857: 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' <<< 7519 1726888129.08859: 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 <<< 7519 1726888129.08861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc' <<< 7519 1726888129.08863: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888129.08864: stdout chunk (state=3): >>> <<< 7519 1726888129.08866: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8c70> <<< 7519 1726888129.08868: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8340> <<< 7519 1726888129.08944: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab760><<< 7519 1726888129.08947: stdout chunk (state=3): >>> <<< 7519 1726888129.08954: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3a2d90> <<< 7519 1726888129.09052: 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 <<< 7519 1726888129.09055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888129.09061: stdout chunk (state=3): >>> <<< 7519 1726888129.09349: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so'<<< 7519 1726888129.09355: stdout chunk (state=3): >>> <<< 7519 1726888129.09358: 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 0x7f0d0df69eb0> <<< 7519 1726888129.09361: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.09381: 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 <<< 7519 1726888129.09386: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc' <<< 7519 1726888129.09388: 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' <<< 7519 1726888129.09390: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172be0> <<< 7519 1726888129.09399: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab160> <<< 7519 1726888129.09405: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888129.09419: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398c70> <<< 7519 1726888129.09442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888129.09484: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b700> <<< 7519 1726888129.09550: 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'<<< 7519 1726888129.09553: stdout chunk (state=3): >>> <<< 7519 1726888129.10113: stdout chunk (state=3): >>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890393910> <<< 7519 1726888129.10187: 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' <<< 7519 1726888129.10192: stdout chunk (state=3): >>>import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903b3e80> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386c40> <<< 7519 1726888129.10415: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so' <<< 7519 1726888129.10564: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so' <<< 7519 1726888129.10570: stdout chunk (state=3): >>>import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e49be20><<< 7519 1726888129.10597: stdout chunk (state=3): >>> <<< 7519 1726888129.10602: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b8b0> <<< 7519 1726888129.10623: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172d60> # /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' <<< 7519 1726888129.10647: 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 0x7f5890386b20> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a250> # /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 0x7f589037a310> # /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' <<< 7519 1726888129.11262: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22250> <<< 7519 1726888129.11303: 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<<< 7519 1726888129.11308: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888129.11312: 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 0x7faace1c3460> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172fd0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172280> <<< 7519 1726888129.11357: stdout chunk (state=3): >>> import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df76d30> <<< 7519 1726888129.11362: 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<<< 7519 1726888129.11418: 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' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172850> # /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py <<< 7519 1726888129.11518: stdout chunk (state=3): >>> <<< 7519 1726888129.11525: stdout chunk (state=3): >>>import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a040> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903d7af0> # /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 0x7f589033b8e0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033b520> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903e89a0> <<< 7519 1726888129.11582: 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 <<< 7519 1726888129.11589: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc' <<< 7519 1726888129.11594: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc' <<< 7519 1726888129.11600: 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 <<< 7519 1726888129.11602: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc' <<< 7519 1726888129.11655: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc'<<< 7519 1726888129.11658: stdout chunk (state=3): >>> <<< 7519 1726888129.11662: 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<<< 7519 1726888129.11665: stdout chunk (state=3): >>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a2e0> # /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 0x7f589033bd60> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3940> # /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' <<< 7519 1726888129.11670: stdout chunk (state=3): >>> <<< 7519 1726888129.11673: 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 # 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' <<< 7519 1726888129.11675: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc'<<< 7519 1726888129.11802: stdout chunk (state=3): >>> <<< 7519 1726888129.11843: stdout chunk (state=3): >>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890347910> <<< 7519 1726888129.11846: stdout chunk (state=3): >>>import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431fa0> <<< 7519 1726888129.11849: 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 <<< 7519 1726888129.11851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888129.11853: 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' <<< 7519 1726888129.11855: stdout chunk (state=3): >>> <<< 7519 1726888129.11857: 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' <<< 7519 1726888129.11859: 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 <<< 7519 1726888129.11861: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_error.so' <<< 7519 1726888129.11863: 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 0x7faace0f79a0> <<< 7519 1726888129.12210: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7550> # /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py <<< 7519 1726888129.12217: stdout chunk (state=3): >>># 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 0x7f5890360280> <<< 7519 1726888129.12292: 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 <<< 7519 1726888129.12304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc'<<< 7519 1726888129.12357: stdout chunk (state=3): >>> <<< 7519 1726888129.12360: 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' <<< 7519 1726888129.12362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc' <<< 7519 1726888129.12392: stdout chunk (state=3): >>>import 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903604f0> import 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903550a0> # /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' <<< 7519 1726888129.12499: 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<<< 7519 1726888129.12505: 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 0x7f5890360df0> <<< 7519 1726888129.12511: stdout chunk (state=3): >>> <<< 7519 1726888129.12719: 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 0x7faace099520> <<< 7519 1726888129.12726: 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 0x7f5890368190> import 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903609d0> <<< 7519 1726888129.12731: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f79d0> <<< 7519 1726888129.12737: 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 0x7f5890360c40> <<< 7519 1726888129.12742: 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 <<< 7519 1726888129.12745: 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' <<< 7519 1726888129.12797: 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' <<< 7519 1726888129.12872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc' <<< 7519 1726888129.12879: 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 0x7f5890368c40> <<< 7519 1726888129.12882: stdout chunk (state=3): >>>import 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903687f0> <<< 7519 1726888129.12884: 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' <<< 7519 1726888129.12887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc' <<< 7519 1726888129.12892: 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 0x7f5890368fa0> <<< 7519 1726888129.12894: 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' <<< 7519 1726888129.12984: 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 <<< 7519 1726888129.13010: 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 0x7f5890372b50> <<< 7519 1726888129.13018: 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'<<< 7519 1726888129.13116: stdout chunk (state=3): >>> # extension module 'gpg._gpgme' executed from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888129.13129: stdout chunk (state=3): >>> <<< 7519 1726888129.13132: 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 # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc' import 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372c10> <<< 7519 1726888129.13511: stdout chunk (state=3): >>>import 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dde81f0><<< 7519 1726888129.13558: stdout chunk (state=3): >>> <<< 7519 1726888129.13568: 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 # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc' import 'chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372ca0> <<< 7519 1726888129.13575: 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 <<< 7519 1726888129.13578: stdout chunk (state=3): >>>import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de88280><<< 7519 1726888129.13617: stdout chunk (state=3): >>> <<< 7519 1726888129.13635: 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<<< 7519 1726888129.13642: stdout chunk (state=3): >>> <<< 7519 1726888129.13656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc'<<< 7519 1726888129.13659: stdout chunk (state=3): >>> <<< 7519 1726888129.13661: 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<<< 7519 1726888129.13665: stdout chunk (state=3): >>> <<< 7519 1726888129.13667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc' <<< 7519 1726888129.13669: stdout chunk (state=3): >>>import 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de947c0><<< 7519 1726888129.13753: stdout chunk (state=3): >>> <<< 7519 1726888129.13783: stdout chunk (state=3): >>>import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de3ae20><<< 7519 1726888129.13786: stdout chunk (state=3): >>> <<< 7519 1726888129.13788: 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<<< 7519 1726888129.13790: stdout chunk (state=3): >>> <<< 7519 1726888129.13792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888129.13794: stdout chunk (state=3): >>> <<< 7519 1726888129.13796: 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 0x7f5890372d30> # /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 0x7f5890372dc0> import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903724f0> # /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 0x7f5890372f70> import 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368b20> # /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 0x7f589029b370> # /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 0x7f589029b6a0> # /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 0x7f589029b910> # /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 0x7f589029bbb0> # /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 0x7f589029be50> # /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 0x7f58902a1130> import 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368430> # /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 0x7f58902a1490> # /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 0x7f58902a18b0> <<< 7519 1726888129.13799: stdout chunk (state=3): >>>import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1730> <<< 7519 1726888129.13801: 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' <<< 7519 1726888129.13802: 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 <<< 7519 1726888129.13804: stdout chunk (state=3): >>>import 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1d00> # /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' <<< 7519 1726888129.14281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.14284: 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<<< 7519 1726888129.14286: stdout chunk (state=3): >>>import 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1c40> <<< 7519 1726888129.14288: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc' <<< 7519 1726888129.14291: 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' <<< 7519 1726888129.14296: stdout chunk (state=3): >>>import 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1d30> <<< 7519 1726888129.14349: 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' <<< 7519 1726888129.14352: stdout chunk (state=3): >>>import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e50><<< 7519 1726888129.14355: stdout chunk (state=3): >>> <<< 7519 1726888129.14357: stdout chunk (state=3): >>>import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94b80><<< 7519 1726888129.14359: stdout chunk (state=3): >>>import 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b00d0> <<< 7519 1726888129.14363: stdout chunk (state=3): >>> <<< 7519 1726888129.14366: 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' <<< 7519 1726888129.14368: 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<<< 7519 1726888129.14373: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.14378: stdout chunk (state=3): >>>import 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b0160> import 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368640> <<< 7519 1726888129.14383: stdout chunk (state=3): >>>import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903558b0> <<< 7519 1726888129.14386: 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 <<< 7519 1726888129.14388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc' <<< 7519 1726888129.14390: 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 0x7f58903558e0> import 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890355430> # /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' <<< 7519 1726888129.14392: stdout chunk (state=3): >>>import 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94fd0><<< 7519 1726888129.14394: stdout chunk (state=3): >>> import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e20><<< 7519 1726888129.14396: stdout chunk (state=3): >>> <<< 7519 1726888129.14398: stdout chunk (state=3): >>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368520> <<< 7519 1726888129.14401: 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 0x7f58903c33a0> # /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py <<< 7519 1726888129.14403: 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<<< 7519 1726888129.14405: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.14407: stdout chunk (state=3): >>># 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 0x7f58902b0fd0> <<< 7519 1726888129.14727: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.14739: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc'<<< 7519 1726888129.14903: stdout chunk (state=3): >>> <<< 7519 1726888129.14909: stdout chunk (state=3): >>>import 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb190> # /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 0x7f0d0dceb220> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94f10> <<< 7519 1726888129.14917: 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 0x7faacdd5fdf0> <<< 7519 1726888129.14928: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1192b0> <<< 7519 1726888129.15168: 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 <<< 7519 1726888129.15175: 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' # /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<<< 7519 1726888129.15182: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc'<<< 7519 1726888129.15185: stdout chunk (state=3): >>> <<< 7519 1726888129.15258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc' <<< 7519 1726888129.15262: stdout chunk (state=3): >>># /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 0x7f5890244580> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244370> import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244100> # /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 0x7f5890244400> # /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 0x7f589024ff40> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1c70> # /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' <<< 7519 1726888129.15265: 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 0x7f5890260a60> <<< 7519 1726888129.15267: stdout chunk (state=3): >>>import 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb3a0><<< 7519 1726888129.15269: stdout chunk (state=3): >>> import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e80> <<< 7519 1726888129.15277: 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 # 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 <<< 7519 1726888129.15279: 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 <<< 7519 1726888129.15281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc' <<< 7519 1726888129.15283: stdout chunk (state=3): >>># 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 0x7faacc8102b0> <<< 7519 1726888129.15285: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc' import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026d250> # /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 0x7f589026d310> <<< 7519 1726888129.15287: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0cc880> <<< 7519 1726888129.15289: stdout chunk (state=3): >>>import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94c10> <<< 7519 1726888129.15291: 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 <<< 7519 1726888129.15293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc' <<< 7519 1726888129.15295: 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' <<< 7519 1726888129.15297: stdout chunk (state=3): >>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260af0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260760> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260670> # /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py <<< 7519 1726888129.15299: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc' <<< 7519 1726888129.15301: stdout chunk (state=3): >>>import 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb1c0><<< 7519 1726888129.15303: stdout chunk (state=3): >>> <<< 7519 1726888129.15304: 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' # /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' <<< 7519 1726888129.15306: 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<<< 7519 1726888129.15308: stdout chunk (state=3): >>> <<< 7519 1726888129.15310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc' <<< 7519 1726888129.15320: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589021d1c0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026dd00> # /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 0x7f589026df10> <<< 7519 1726888129.15884: 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' <<< 7519 1726888129.15909: stdout chunk (state=3): >>># 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 0x7faacc6dde50> <<< 7519 1726888129.15914: stdout chunk (state=3): >>>import 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb400><<< 7519 1726888129.15916: stdout chunk (state=3): >>> <<< 7519 1726888129.15919: 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<<< 7519 1726888129.15922: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc7ef550> <<< 7519 1726888129.16075: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc' <<< 7519 1726888129.16080: 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 <<< 7519 1726888129.16085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc' <<< 7519 1726888129.16088: stdout chunk (state=3): >>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026dfd0> # /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 0x7f589021deb0> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260730> # /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' <<< 7519 1726888129.16093: stdout chunk (state=3): >>>import 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb490><<< 7519 1726888129.16101: stdout chunk (state=3): >>> <<< 7519 1726888129.16104: 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 # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc' <<< 7519 1726888129.16110: 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 <<< 7519 1726888129.16125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc' <<< 7519 1726888129.16154: 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 # 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 <<< 7519 1726888129.16241: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc' <<< 7519 1726888129.16245: 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 0x7faacc6489d0> <<< 7519 1726888129.16250: stdout chunk (state=3): >>>import 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb520><<< 7519 1726888129.16281: stdout chunk (state=3): >>> <<< 7519 1726888129.16284: 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<<< 7519 1726888129.16286: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc'<<< 7519 1726888129.16301: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc8104f0> <<< 7519 1726888129.16306: stdout chunk (state=3): >>> <<< 7519 1726888129.16309: 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 # code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc' <<< 7519 1726888129.16310: stdout chunk (state=3): >>># /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 0x7f58901ce1c0> import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3df0> import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c32e0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890233850> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026db50> <<< 7519 1726888129.16318: stdout chunk (state=3): >>>import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431c40> <<< 7519 1726888129.16330: stdout chunk (state=3): >>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431550> <<< 7519 1726888129.16333: stdout chunk (state=3): >>>import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb5b0> <<< 7519 1726888129.16502: 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<<< 7519 1726888129.16524: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc'<<< 7519 1726888129.16532: stdout chunk (state=3): >>> <<< 7519 1726888129.16547: stdout chunk (state=3): >>># 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 0x7faacc642d30> <<< 7519 1726888129.16558: 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 0x7f58901c3f10> # /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 0x7f58901c3c40> # /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' <<< 7519 1726888129.16703: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc648f70> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7100> # /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py <<< 7519 1726888129.16709: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc' <<< 7519 1726888129.16744: stdout chunk (state=3): >>>import 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb640> <<< 7519 1726888129.16828: stdout chunk (state=3): >>>import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901d7910> # /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 <<< 7519 1726888129.16858: 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 <<< 7519 1726888129.16884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc' <<< 7519 1726888129.16889: 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 # 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' <<< 7519 1726888129.16892: 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 0x7faacc571af0> <<< 7519 1726888129.16895: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571310> <<< 7519 1726888129.16929: 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 <<< 7519 1726888129.16935: stdout chunk (state=3): >>># 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' <<< 7519 1726888129.16939: 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 0x7faacc5846d0> # /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py <<< 7519 1726888129.17042: stdout chunk (state=3): >>># 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 0x7faacc591280> <<< 7519 1726888129.17048: stdout chunk (state=3): >>>import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb6d0> # /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 0x7f0d0dceb760> # /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 0x7f0d0dceb7f0> <<< 7519 1726888129.17053: stdout chunk (state=3): >>>import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de941f0> <<< 7519 1726888129.17056: 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 # code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.17062: stdout chunk (state=3): >>># 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 0x7f58901d7d00> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041a520> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589040b880> # /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 0x7f58901f22e0> # /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 0x7f58901f2670> # /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 0x7f58901f2790> # /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 0x7f5890187100> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2850> # /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 0x7f5890194160> <<< 7519 1726888129.17186: stdout chunk (state=3): >>>import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de6f190><<< 7519 1726888129.17338: stdout chunk (state=3): >>> <<< 7519 1726888129.17416: stdout chunk (state=3): >>>import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187a30> # /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' <<< 7519 1726888129.17428: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.17433: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py <<< 7519 1726888129.17437: 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<<< 7519 1726888129.17443: stdout chunk (state=3): >>> # 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' <<< 7519 1726888129.17448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc' <<< 7519 1726888129.17460: stdout chunk (state=3): >>>import 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589013a910> <<< 7519 1726888129.17472: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py <<< 7519 1726888129.17523: 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 0x7f5890146550> <<< 7519 1726888129.17531: 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 0x7f0d0dcebbb0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb910> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de943d0> <<< 7519 1726888129.17710: 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 <<< 7519 1726888129.17718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc'<<< 7519 1726888129.17730: stdout chunk (state=3): >>> <<< 7519 1726888129.17760: stdout chunk (state=3): >>>import 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94fa0> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66c70> <<< 7519 1726888129.17814: 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' # 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 0x7faacc591820> <<< 7519 1726888129.17837: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66280> # /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py<<< 7519 1726888129.17869: stdout chunk (state=3): >>> <<< 7519 1726888129.17878: 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 # code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591c70> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591340> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584760> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc57bd90> <<< 7519 1726888129.17908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc' <<< 7519 1726888129.17914: 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 <<< 7519 1726888129.17923: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66460> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9cb20> <<< 7519 1726888129.17950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.17979: stdout chunk (state=3): >>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194ee0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194700> # /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 0x7f58901aaa00> # /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 0x7f589015fc40> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015f370> # /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 0x7f589015fdf0> # /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 0x7f58901702b0> # /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 0x7f5890170430> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901702e0> # /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 0x7f58901703d0> # /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 <<< 7519 1726888129.18042: 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 <<< 7519 1726888129.18048: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc' <<< 7519 1726888129.18051: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66df0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df76cd0> <<< 7519 1726888129.18056: stdout chunk (state=3): >>># 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 0x7faacc143eb0> <<< 7519 1726888129.18085: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584160> <<< 7519 1726888129.18094: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571c70> <<< 7519 1726888129.18099: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.18134: 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<<< 7519 1726888129.18199: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc674700> <<< 7519 1726888129.18208: stdout chunk (state=3): >>> <<< 7519 1726888129.18214: stdout chunk (state=3): >>># /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 0x7f5890170d00> <<< 7519 1726888129.18220: 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' <<< 7519 1726888129.18287: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc' <<< 7519 1726888129.18295: 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 <<< 7519 1726888129.18357: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc'<<< 7519 1726888129.18371: stdout chunk (state=3): >>># 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 0x7f5890170b50> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890170520> # /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 0x7f5890114940> # /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 0x7f5890114a30> # /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py <<< 7519 1726888129.18377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114d30> <<< 7519 1726888129.18383: stdout chunk (state=3): >>> <<< 7519 1726888129.18504: 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 0x7faacc674e20> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc6748b0> <<< 7519 1726888129.18510: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7250> <<< 7519 1726888129.18525: 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 0x7faacc150d30> <<< 7519 1726888129.18606: 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 <<< 7519 1726888129.18629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc' <<< 7519 1726888129.18639: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04c10> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd044c0> <<< 7519 1726888129.18646: 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 <<< 7519 1726888129.18654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc' <<< 7519 1726888129.18657: stdout chunk (state=3): >>># /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 0x7f5890123340> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901142e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffe80> <<< 7519 1726888129.18756: 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' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114460> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffb20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901708e0> # /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' <<< 7519 1726888129.18760: 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 <<< 7519 1726888129.18762: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.18767: stdout chunk (state=3): >>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9c910> # /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' <<< 7519 1726888129.18770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc' <<< 7519 1726888129.18852: 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 # 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 0x7f0d0dca2280> # /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 <<< 7519 1726888129.18884: 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 0x7f5890013490> <<< 7519 1726888129.18951: 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' # /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 0x7f589002cf10> import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013cd0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013820> <<< 7519 1726888129.18962: 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 0x7faacbfc21f0> <<< 7519 1726888129.18965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7519 1726888129.18974: 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'<<< 7519 1726888129.19005: stdout chunk (state=3): >>> import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54160><<< 7519 1726888129.19011: stdout chunk (state=3): >>> <<< 7519 1726888129.19068: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890123f40> # /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 0x7f588ffddd90> <<< 7519 1726888129.19073: stdout chunk (state=3): >>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py <<< 7519 1726888129.19080: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888129.19085: stdout chunk (state=3): >>># 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' <<< 7519 1726888129.19088: stdout chunk (state=3): >>>import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc062280> <<< 7519 1726888129.19218: stdout chunk (state=3): >>> # extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888129.19221: stdout chunk (state=3): >>> import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dc541f0> <<< 7519 1726888129.19226: 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 <<< 7519 1726888129.19228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc' <<< 7519 1726888129.19230: stdout chunk (state=3): >>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fff9310> <<< 7519 1726888129.19232: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc' import 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e7c0> <<< 7519 1726888129.19236: 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 0x7f588fff9f10> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdde20> <<< 7519 1726888129.19239: stdout chunk (state=3): >>>import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdd760> # /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' <<< 7519 1726888129.19241: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dcb5670> <<< 7519 1726888129.19245: 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' # /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py <<< 7519 1726888129.19247: stdout chunk (state=3): >>>import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc014e20> <<< 7519 1726888129.19249: 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 # 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' <<< 7519 1726888129.19472: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dca26a0><<< 7519 1726888129.19475: stdout chunk (state=3): >>> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc96a60> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04f70> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04eb0> # /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py <<< 7519 1726888129.19480: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc' <<< 7519 1726888129.19588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc' import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890008f40> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890008400> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdf850> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901aa880> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187ee0> <<< 7519 1726888129.19688: stdout chunk (state=3): >>>import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee50> <<< 7519 1726888129.19692: stdout chunk (state=3): >>>import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06eb80> <<< 7519 1726888129.19694: 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' <<< 7519 1726888129.19697: 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 # 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 0x7faacc06efd0> import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee20> # /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' <<< 7519 1726888129.19699: stdout chunk (state=3): >>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890474550> # /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 <<< 7519 1726888129.19701: 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 <<< 7519 1726888129.19703: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc' <<< 7519 1726888129.19705: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.19707: stdout chunk (state=3): >>># 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 0x7f5890400820> # /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 0x7f588ff8ddf0> # /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' <<< 7519 1726888129.19709: stdout chunk (state=3): >>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff8df70> <<< 7519 1726888129.19711: stdout chunk (state=3): >>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1f10> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905809a0> # /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' <<< 7519 1726888129.19719: stdout chunk (state=3): >>>import 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5190> <<< 7519 1726888129.19826: 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' import 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5220> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ef10> # /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' <<< 7519 1726888129.19946: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc' <<< 7519 1726888129.19949: 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 <<< 7519 1726888129.19953: stdout chunk (state=3): >>>import 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec53a0> <<< 7519 1726888129.19956: stdout chunk (state=3): >>>import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee80> <<< 7519 1726888129.20415: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc' <<< 7519 1726888129.20421: stdout chunk (state=3): >>>import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ec10> # /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 0x7faacbec51c0> # /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 0x7faacbec5400> # /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' <<< 7519 1726888129.20547: stdout chunk (state=3): >>># 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 0x7f0d0dc54fa0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54760> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04d60> # /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' <<< 7519 1726888129.20645: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc8d910> # /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 0x7f0d0dc77820> # /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 0x7f0d0dc778b0> # /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 0x7f0d0dc77a30> # /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' <<< 7519 1726888129.20651: stdout chunk (state=3): >>>import 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5490><<< 7519 1726888129.20910: 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 # 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 0x7faacbec5520> # /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' <<< 7519 1726888129.20920: 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 0x7f588ff3e6d0> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffaeb50> # /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' <<< 7519 1726888129.20928: stdout chunk (state=3): >>>import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a100> # /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 0x7f588ff4a3a0> # /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 0x7f588ff4a5e0> # /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 0x7f588ff4a820> # /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 0x7f588ff4aa00> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3ec70> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3e9a0> # /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 0x7f588ff3ee80> # /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 0x7f588ff5a3d0> # /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 0x7f588ff5a880> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a4f0> # /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 0x7f588fef6190> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5acd0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py <<< 7519 1726888129.20934: 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 0x7f588ff5ae20> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058d3d0> # /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' <<< 7519 1726888129.20936: stdout chunk (state=3): >>>import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec55b0><<< 7519 1726888129.20941: 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 # 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 0x7faacbec5640> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py <<< 7519 1726888129.20943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc' <<< 7519 1726888129.20946: 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 <<< 7519 1726888129.20953: stdout chunk (state=3): >>># 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 0x7f0d1038f190> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc88160> # /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 0x7f0d1038f1f0> # /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 0x7f0d1038f2e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc779d0> <<< 7519 1726888129.20958: stdout chunk (state=3): >>>import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec56d0><<< 7519 1726888129.20961: stdout chunk (state=3): >>> <<< 7519 1726888129.20966: 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' import 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5760> # /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 0x7faacbec57f0> import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e1f0> <<< 7519 1726888129.20968: stdout chunk (state=3): >>>import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc049190> <<< 7519 1726888129.20971: 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 <<< 7519 1726888129.20973: 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 <<< 7519 1726888129.20974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc' <<< 7519 1726888129.20979: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py <<< 7519 1726888129.20982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc' <<< 7519 1726888129.21303: 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 0x7f588ff04b20> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905806a0> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890577520> # /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 0x7f588ff1a640> <<< 7519 1726888129.21309: 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 # 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 0x7f588ff25910> # /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 0x7f588ff2c6a0> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25f40> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1aaf0> # /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 0x7f588ff25370> # /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 0x7f588fea3640> # /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 0x7f588fea3850> # /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 0x7f588fea3b50> # /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 0x7f588fea3e20> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a0d0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff04cd0> # /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 0x7f588ff1a490> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc' import 'dnf.plugin.dynamic.notify_packagekit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588feb9130> <<< 7519 1726888129.21368: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888129.21376: 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 0x7faacbec5bb0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5910> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e3d0> # /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 0x7faacc06efa0> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040c70> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040280> # /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 0x7faacc040460> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175b20> # /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' <<< 7519 1726888129.21584: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77f70> # /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' <<< 7519 1726888129.21590: 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' # 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 0x7f0d0dabe3a0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dabe160> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0daae9a0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a09a0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038fe80> # /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 0x7f0d103a0c70> # /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 0x7f0d103a7970> # /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py<<< 7519 1726888129.21596: 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 0x7f0d0dacc700> # /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 0x7f0d0dacc340> # /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py<<< 7519 1726888129.21600: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc' <<< 7519 1726888129.21605: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040df0> <<< 7519 1726888129.21612: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc150cd0> # /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' <<< 7519 1726888129.21616: 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<<< 7519 1726888129.21621: stdout chunk (state=3): >>> # 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 0x7faacbedec10> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbede4c0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175910> # /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' <<< 7519 1726888129.21628: 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 <<< 7519 1726888129.21631: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada160> # /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 0x7f0d0dada4c0> import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d940><<< 7519 1726888129.21635: stdout chunk (state=3): >>> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d7f0><<< 7519 1726888129.21637: stdout chunk (state=3): >>> <<< 7519 1726888129.21920: 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 <<< 7519 1726888129.21995: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc' <<< 7519 1726888129.22005: 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<<< 7519 1726888129.22009: stdout chunk (state=3): >>> <<< 7519 1726888129.22012: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc'<<< 7519 1726888129.22018: stdout chunk (state=3): >>> <<< 7519 1726888129.22026: 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<<< 7519 1726888129.22029: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc' <<< 7519 1726888129.22034: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe7c280><<< 7519 1726888129.22036: stdout chunk (state=3): >>> <<< 7519 1726888129.22042: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py<<< 7519 1726888129.22045: stdout chunk (state=3): >>> <<< 7519 1726888129.22050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc'<<< 7519 1726888129.22053: stdout chunk (state=3): >>> <<< 7519 1726888129.22055: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py<<< 7519 1726888129.22057: stdout chunk (state=3): >>> <<< 7519 1726888129.22059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'<<< 7519 1726888129.22063: stdout chunk (state=3): >>> <<< 7519 1726888129.22065: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py<<< 7519 1726888129.22070: stdout chunk (state=3): >>> <<< 7519 1726888129.22276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc'<<< 7519 1726888129.22287: stdout chunk (state=3): >>> <<< 7519 1726888129.22293: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2e160><<< 7519 1726888129.22295: stdout chunk (state=3): >>> <<< 7519 1726888129.22298: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888129.22323: stdout chunk (state=3): >>> # extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888129.22405: stdout chunk (state=3): >>> import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbe2e1f0><<< 7519 1726888129.22414: stdout chunk (state=3): >>> <<< 7519 1726888129.22419: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe8f670><<< 7519 1726888129.22426: stdout chunk (state=3): >>> <<< 7519 1726888129.22462: 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<<< 7519 1726888129.22465: stdout chunk (state=3): >>> <<< 7519 1726888129.22469: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe7c6a0> <<< 7519 1726888129.22474: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc' <<< 7519 1726888129.22477: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe70a60><<< 7519 1726888129.22479: stdout chunk (state=3): >>> <<< 7519 1726888129.22481: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedef70><<< 7519 1726888129.22482: stdout chunk (state=3): >>> <<< 7519 1726888129.22484: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedeeb0> <<< 7519 1726888129.22486: 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 # code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.22488: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dae3f70> <<< 7519 1726888129.22490: 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<<< 7519 1726888129.22492: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888129.22494: stdout chunk (state=3): >>> <<< 7519 1726888129.22496: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc' <<< 7519 1726888129.22498: 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<<< 7519 1726888129.22501: stdout chunk (state=3): >>> <<< 7519 1726888129.22503: 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 <<< 7519 1726888129.22505: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc'<<< 7519 1726888129.22646: stdout chunk (state=3): >>> <<< 7519 1726888129.22653: 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<<< 7519 1726888129.22659: stdout chunk (state=3): >>> <<< 7519 1726888129.22663: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.22665: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc'<<< 7519 1726888129.22669: stdout chunk (state=3): >>> <<< 7519 1726888129.22675: 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<<< 7519 1726888129.22678: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc'<<< 7519 1726888129.22680: stdout chunk (state=3): >>> <<< 7519 1726888129.22682: stdout chunk (state=3): >>>import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da9af70> <<< 7519 1726888129.22685: 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 0x7faacbe2efa0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2e760> <<< 7519 1726888129.22687: 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<<< 7519 1726888129.22689: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc'<<< 7519 1726888129.22691: stdout chunk (state=3): >>> <<< 7519 1726888129.22700: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbeded60> <<< 7519 1726888129.22703: 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 <<< 7519 1726888129.22705: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc'<<< 7519 1726888129.22707: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc' <<< 7519 1726888129.22710: stdout chunk (state=3): >>> import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe67910><<< 7519 1726888129.22714: stdout chunk (state=3): >>> <<< 7519 1726888129.22718: stdout chunk (state=3): >>># /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py<<< 7519 1726888129.22725: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.22727: 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' <<< 7519 1726888129.22729: stdout chunk (state=3): >>>import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52820><<< 7519 1726888129.22731: stdout chunk (state=3): >>> <<< 7519 1726888129.22733: 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<<< 7519 1726888129.22865: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc'<<< 7519 1726888129.23161: stdout chunk (state=3): >>> <<< 7519 1726888129.23168: stdout chunk (state=3): >>>import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe528b0> <<< 7519 1726888129.23182: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888129.23185: stdout chunk (state=3): >>> <<< 7519 1726888129.23211: 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 0x7f0d0da33d60> <<< 7519 1726888129.23216: 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 # 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 0x7faacbe52a30><<< 7519 1726888129.23221: stdout chunk (state=3): >>> <<< 7519 1726888129.23228: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33be0> <<< 7519 1726888129.23231: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da333a0><<< 7519 1726888129.23233: 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 <<< 7519 1726888129.23238: stdout chunk (state=3): >>> <<< 7519 1726888129.23240: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33160><<< 7519 1726888129.23244: stdout chunk (state=3): >>> <<< 7519 1726888129.23248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc' <<< 7519 1726888129.23251: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83eb0><<< 7519 1726888129.23258: stdout chunk (state=3): >>> <<< 7519 1726888129.23260: 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 <<< 7519 1726888129.23262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc' <<< 7519 1726888129.23264: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc'<<< 7519 1726888129.23266: stdout chunk (state=3): >>> <<< 7519 1726888129.23268: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da331f0><<< 7519 1726888129.23270: stdout chunk (state=3): >>> <<< 7519 1726888129.23579: 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<<< 7519 1726888129.23587: stdout chunk (state=3): >>> <<< 7519 1726888129.23590: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'<<< 7519 1726888129.23592: stdout chunk (state=3): >>> <<< 7519 1726888129.23596: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so'<<< 7519 1726888129.23598: stdout chunk (state=3): >>> import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace564190> <<< 7519 1726888129.23603: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.23607: 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 <<< 7519 1726888129.23611: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe62160> <<< 7519 1726888129.23615: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc' <<< 7519 1726888129.23620: 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 0x7faace5641f0><<< 7519 1726888129.23875: stdout chunk (state=3): >>> <<< 7519 1726888129.23904: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da5f130> <<< 7519 1726888129.23907: 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 <<< 7519 1726888129.23912: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc'<<< 7519 1726888129.23918: stdout chunk (state=3): >>> <<< 7519 1726888129.24011: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33e80> <<< 7519 1726888129.24088: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5642e0><<< 7519 1726888129.24101: stdout chunk (state=3): >>> <<< 7519 1726888129.24106: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe529d0><<< 7519 1726888129.24108: 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' <<< 7519 1726888129.24110: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da509a0> # /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 0x7f0d0da5ffa0> <<< 7519 1726888129.24114: stdout chunk (state=3): >>> <<< 7519 1726888129.24117: 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' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52f70> # /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' <<< 7519 1726888129.24119: 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 <<< 7519 1726888129.24123: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc' <<< 7519 1726888129.24126: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py <<< 7519 1726888129.24131: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d961190><<< 7519 1726888129.24135: stdout chunk (state=3): >>> <<< 7519 1726888129.24138: 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 0x7f0d0d9612e0> <<< 7519 1726888129.24140: 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' <<< 7519 1726888129.24142: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.24144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc'<<< 7519 1726888129.24146: stdout chunk (state=3): >>> <<< 7519 1726888129.24148: 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 <<< 7519 1726888129.24150: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc' <<< 7519 1726888129.24152: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888129.24154: stdout chunk (state=3): >>># 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 0x7faacbc983a0> <<< 7519 1726888129.24155: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9618e0><<< 7519 1726888129.24157: stdout chunk (state=3): >>> <<< 7519 1726888129.24159: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d961610> <<< 7519 1726888129.24161: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc98160> <<< 7519 1726888129.24163: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc889a0> <<< 7519 1726888129.24165: stdout chunk (state=3): >>># /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 <<< 7519 1726888129.24168: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc' <<< 7519 1726888129.24446: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9619a0> # /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'<<< 7519 1726888129.24531: stdout chunk (state=3): >>> <<< 7519 1726888129.24536: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96f5e0> <<< 7519 1726888129.24542: 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' <<< 7519 1726888129.24549: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96f6d0> <<< 7519 1726888129.24554: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5759a0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace564e80> # /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' <<< 7519 1726888129.24557: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace575c70><<< 7519 1726888129.24559: stdout chunk (state=3): >>> <<< 7519 1726888129.24561: 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 <<< 7519 1726888129.24564: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc' <<< 7519 1726888129.24566: 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<<< 7519 1726888129.24571: stdout chunk (state=3): >>> <<< 7519 1726888129.24576: 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'<<< 7519 1726888129.24585: stdout chunk (state=3): >>> import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace57c970> <<< 7519 1726888129.24588: 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 # 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 0x7faacbca6700> <<< 7519 1726888129.24591: stdout chunk (state=3): >>># 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 0x7f0d0d96feb0> <<< 7519 1726888129.24593: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96fac0> <<< 7519 1726888129.24596: 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 <<< 7519 1726888129.24600: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc' <<< 7519 1726888129.24602: stdout chunk (state=3): >>>import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbca6340> <<< 7519 1726888129.24607: 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 0x7f0d0d96ff10> <<< 7519 1726888129.24890: 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 0x7f0d0d985af0> <<< 7519 1726888129.24974: 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' # /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 0x7faacbcb4640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb4160> # /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 0x7faacbcb44c0> <<< 7519 1726888129.24983: 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 0x7f0d0d985c10> # /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 <<< 7519 1726888129.24988: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc'<<< 7519 1726888129.24990: stdout chunk (state=3): >>> <<< 7519 1726888129.24995: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172940> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1727f0> <<< 7519 1726888129.24998: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985e50> <<< 7519 1726888129.25003: 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 <<< 7519 1726888129.25008: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc'<<< 7519 1726888129.25010: stdout chunk (state=3): >>> <<< 7519 1726888129.25014: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9162e0> <<< 7519 1726888129.25017: 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 <<< 7519 1726888129.25022: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc' <<< 7519 1726888129.25239: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d916cd0> # /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 <<< 7519 1726888129.25246: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc' <<< 7519 1726888129.25248: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d916e20> <<< 7519 1726888129.25253: 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' <<< 7519 1726888129.25255: 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 0x7f0d0d924520> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924100><<< 7519 1726888129.25260: stdout chunk (state=3): >>> <<< 7519 1726888129.25262: 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 <<< 7519 1726888129.25267: 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 <<< 7519 1726888129.25270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc' <<< 7519 1726888129.25317: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc' <<< 7519 1726888129.25327: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py <<< 7519 1726888129.25330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc' <<< 7519 1726888129.25332: 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 <<< 7519 1726888129.25335: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.25339: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924f10> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924a60> <<< 7519 1726888129.25342: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcbdf70> <<< 7519 1726888129.25344: stdout chunk (state=3): >>># /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 <<< 7519 1726888129.25348: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc' <<< 7519 1726888129.25570: 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'<<< 7519 1726888129.25577: stdout chunk (state=3): >>> <<< 7519 1726888129.25580: 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 <<< 7519 1726888129.25586: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc' <<< 7519 1726888129.25589: 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 <<< 7519 1726888129.25592: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924d60> # /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 0x7f0d0d9317f0> # /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' <<< 7519 1726888129.25594: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d931f70><<< 7519 1726888129.25596: stdout chunk (state=3): >>> <<< 7519 1726888129.25598: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc' <<< 7519 1726888129.25694: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc' <<< 7519 1726888129.25698: stdout chunk (state=3): >>>import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc74f70> <<< 7519 1726888129.25701: 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 0x7f0d0d93f280> # /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py<<< 7519 1726888129.25703: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc'<<< 7519 1726888129.25705: stdout chunk (state=3): >>> <<< 7519 1726888129.25707: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc' <<< 7519 1726888129.25709: 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<<< 7519 1726888129.25756: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc'<<< 7519 1726888129.25760: stdout chunk (state=3): >>> <<< 7519 1726888129.25763: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.25767: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93f370> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83490> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da831f0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dae3cd0> # /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' <<< 7519 1726888129.25770: 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 <<< 7519 1726888129.25775: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888129.25779: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888129.25782: stdout chunk (state=3): >>> # extension module '_curses' executed from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888129.25784: stdout chunk (state=3): >>>import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbc0dd60> <<< 7519 1726888129.25785: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0dbe0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d3a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d160> <<< 7519 1726888129.25790: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5deb0><<< 7519 1726888129.25792: stdout chunk (state=3): >>> <<< 7519 1726888129.26000: 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 <<< 7519 1726888129.26004: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc' <<< 7519 1726888129.26008: 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 0x7f0d0d93fee0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fc10> # /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 <<< 7519 1726888129.26015: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d1f0><<< 7519 1726888129.26021: stdout chunk (state=3): >>> <<< 7519 1726888129.26025: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc' <<< 7519 1726888129.26027: 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 <<< 7519 1726888129.26031: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py<<< 7519 1726888129.26033: stdout chunk (state=3): >>> <<< 7519 1726888129.26035: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888129.26039: stdout chunk (state=3): >>> <<< 7519 1726888129.26184: 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 # 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 0x7faacbc39130><<< 7519 1726888129.26188: stdout chunk (state=3): >>> <<< 7519 1726888129.26192: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0de80> # /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<<< 7519 1726888129.26198: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc' <<< 7519 1726888129.26200: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d95b0> # /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' <<< 7519 1726888129.26204: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py<<< 7519 1726888129.26206: stdout chunk (state=3): >>> <<< 7519 1726888129.26349: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc299a0> <<< 7519 1726888129.26356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc' <<< 7519 1726888129.26359: 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 <<< 7519 1726888129.26361: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8e34f0> <<< 7519 1726888129.26363: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc' <<< 7519 1726888129.26365: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc39fa0> <<< 7519 1726888129.26367: 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' <<< 7519 1726888129.26396: 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 0x7faacbb3b190> # /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 0x7faacbb3b2e0> <<< 7519 1726888129.26399: 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 <<< 7519 1726888129.26401: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc'<<< 7519 1726888129.26406: stdout chunk (state=3): >>> <<< 7519 1726888129.26409: stdout chunk (state=3): >>>import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d8d9e50> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d9dc0> # /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' <<< 7519 1726888129.26416: stdout chunk (state=3): >>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90e730> <<< 7519 1726888129.26419: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90e1c0> <<< 7519 1726888129.26421: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc' <<< 7519 1726888129.26428: 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' <<< 7519 1726888129.26433: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b8e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b610> <<< 7519 1726888129.26437: 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 <<< 7519 1726888129.26440: stdout chunk (state=3): >>># /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 <<< 7519 1726888129.26444: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc'<<< 7519 1726888129.26446: stdout chunk (state=3): >>> <<< 7519 1726888129.26452: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b9a0><<< 7519 1726888129.26740: stdout chunk (state=3): >>> <<< 7519 1726888129.26781: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc' import 'six.moves' # <<< 7519 1726888129.26785: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.26794: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d85aa60> <<< 7519 1726888129.26799: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py <<< 7519 1726888129.26801: stdout chunk (state=3): >>># 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 0x7f0d0d85ac40> # /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py <<< 7519 1726888129.26923: 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 0x7faacbb485e0> # /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 0x7faacbb486d0> # /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<<< 7519 1726888129.26953: stdout chunk (state=3): >>> <<< 7519 1726888129.26959: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc' <<< 7519 1726888129.26961: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 7519 1726888129.26963: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.26965: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90eca0> <<< 7519 1726888129.26967: stdout chunk (state=3): >>># 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 0x7faacbb48eb0> <<< 7519 1726888129.26969: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90ea30> <<< 7519 1726888129.26971: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48ac0><<< 7519 1726888129.26973: stdout chunk (state=3): >>> <<< 7519 1726888129.26975: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d94c130> <<< 7519 1726888129.26977: 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 0x7faacbb48f10> <<< 7519 1726888129.26979: 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' <<< 7519 1726888129.26981: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d91f0> <<< 7519 1726888129.27082: 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 <<< 7519 1726888129.27088: stdout chunk (state=3): >>># 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 0x7faacbb60af0> <<< 7519 1726888129.27090: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fac0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83220> # /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<<< 7519 1726888129.27095: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc'<<< 7519 1726888129.27098: stdout chunk (state=3): >>> <<< 7519 1726888129.27100: 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 <<< 7519 1726888129.27102: stdout chunk (state=3): >>># 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 0x7faacbb60c10> # /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 <<< 7519 1726888129.27107: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc' <<< 7519 1726888129.27110: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87c160> <<< 7519 1726888129.27116: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60e50> # /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 0x7faacbaef2e0> <<< 7519 1726888129.27118: 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' <<< 7519 1726888129.27120: 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 # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc' <<< 7519 1726888129.27123: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87c490> <<< 7519 1726888129.27125: 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 0x7f0d0d87cd00><<< 7519 1726888129.27127: stdout chunk (state=3): >>> <<< 7519 1726888129.27129: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaefcd0> # /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' <<< 7519 1726888129.27132: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaefe20> <<< 7519 1726888129.27371: 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' <<< 7519 1726888129.27390: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d812610> <<< 7519 1726888129.27396: 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' # /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py <<< 7519 1726888129.27399: stdout chunk (state=3): >>># 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 0x7faacbafe520> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafe100> <<< 7519 1726888129.27405: 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 <<< 7519 1726888129.27407: 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 <<< 7519 1726888129.27415: 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 0x7f0d0d812b80> <<< 7519 1726888129.27420: 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' <<< 7519 1726888129.27424: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc' <<< 7519 1726888129.27426: 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' <<< 7519 1726888129.27428: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py <<< 7519 1726888129.27429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc' <<< 7519 1726888129.27433: stdout chunk (state=3): >>># /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py <<< 7519 1726888129.27435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc' <<< 7519 1726888129.27439: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafef10> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafea60> <<< 7519 1726888129.27441: 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 0x7f0d0d81fc40><<< 7519 1726888129.27447: stdout chunk (state=3): >>># /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 0x7faacbafed60> # /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 0x7faacbb0b7f0> # /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' <<< 7519 1726888129.27449: stdout chunk (state=3): >>> <<< 7519 1726888129.27455: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f820> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f580> <<< 7519 1726888129.27458: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f1f0> <<< 7519 1726888129.27775: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb0bf70> # /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 0x7faacbb19280> # /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' <<< 7519 1726888129.27793: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19370> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d490> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d1f0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcbdcd0> <<< 7519 1726888129.27799: 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' <<< 7519 1726888129.27852: 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' # /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py <<< 7519 1726888129.27856: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f430> # /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 <<< 7519 1726888129.27859: stdout chunk (state=3): >>># 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 0x7faacbb19ee0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19c10> <<< 7519 1726888129.27863: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc' <<< 7519 1726888129.27865: 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' <<< 7519 1726888129.27867: 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' # /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py <<< 7519 1726888129.27871: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.27874: 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 0x7f0d0d82cbb0><<< 7519 1726888129.27876: stdout chunk (state=3): >>> <<< 7519 1726888129.27880: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc' <<< 7519 1726888129.27885: 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' <<< 7519 1726888129.28034: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cc40> # /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py <<< 7519 1726888129.28042: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab35b0> # /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py <<< 7519 1726888129.28114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc' <<< 7519 1726888129.28130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc' <<< 7519 1726888129.28249: 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' <<< 7519 1726888129.28255: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbabc4f0> <<< 7519 1726888129.28258: 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' <<< 7519 1726888129.28260: stdout chunk (state=3): >>>import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d83a280> <<< 7519 1726888129.28283: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cdc0> <<< 7519 1726888129.28288: 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 0x7faacbab3e50> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab3dc0> # /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py <<< 7519 1726888129.28290: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc' <<< 7519 1726888129.28292: 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' <<< 7519 1726888129.28297: stdout chunk (state=3): >>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8730> <<< 7519 1726888129.28299: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae81c0> <<< 7519 1726888129.28302: 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' # /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py<<< 7519 1726888129.28306: stdout chunk (state=3): >>> <<< 7519 1726888129.28309: stdout chunk (state=3): >>># 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<<< 7519 1726888129.28316: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d7422e0> <<< 7519 1726888129.28318: 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' # /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 0x7faacba34a60> # /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 0x7faacba34c40> <<< 7519 1726888129.28320: 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 <<< 7519 1726888129.28324: stdout chunk (state=3): >>># /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'<<< 7519 1726888129.28328: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc' # destroy dateutil.tz.win <<< 7519 1726888129.28330: 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' <<< 7519 1726888129.28332: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8ca0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8a30> <<< 7519 1726888129.28334: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb26130> <<< 7519 1726888129.28335: 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 <<< 7519 1726888129.28337: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc' <<< 7519 1726888129.28339: 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 0x7f0d0d74a340> <<< 7519 1726888129.28341: stdout chunk (state=3): >>># /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py <<< 7519 1726888129.28442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a2e0><<< 7519 1726888129.28445: stdout chunk (state=3): >>> <<< 7519 1726888129.28448: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab31f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19ac0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d220> # /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 0x7faacba56160> <<< 7519 1726888129.28450: 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 # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc' <<< 7519 1726888129.28487: 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' <<< 7519 1726888129.28490: 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' <<< 7519 1726888129.28492: stdout chunk (state=3): >>>import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d74a490> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a1f0> <<< 7519 1726888129.28495: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d742d00> <<< 7519 1726888129.28499: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56490> # /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' <<< 7519 1726888129.28501: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56d00> # /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 0x7faacb9eb610> <<< 7519 1726888129.28505: 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 <<< 7519 1726888129.28507: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d7423a0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d848a30> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83afa0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83a940> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82c7f0> <<< 7519 1726888129.28514: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc'<<< 7519 1726888129.28517: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9ebb80> <<< 7519 1726888129.28519: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81ffd0> <<< 7519 1726888129.28521: 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 <<< 7519 1726888129.28526: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc'<<< 7519 1726888129.28528: stdout chunk (state=3): >>> <<< 7519 1726888129.28530: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82c940> <<< 7519 1726888129.28532: 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 <<< 7519 1726888129.28738: 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 0x7f0d0d742d90><<< 7519 1726888129.28746: stdout chunk (state=3): >>> <<< 7519 1726888129.28749: 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' <<< 7519 1726888129.28751: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a760><<< 7519 1726888129.28754: 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' # /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 0x7faacb9f8c40> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8820> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8580> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f81f0> # /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 0x7faacb9f8430> # /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 0x7faacba06bb0> # /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 0x7faacba06c40> # /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 0x7faacba14280> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06dc0> # /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' <<< 7519 1726888129.28757: 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 <<< 7519 1726888129.28760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc' <<< 7519 1726888129.29016: 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 # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888129.29036: stdout chunk (state=3): >>># /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 0x7faacb91b2e0> <<< 7519 1726888129.29044: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py <<< 7519 1726888129.29047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc' <<< 7519 1726888129.29053: stdout chunk (state=3): >>> <<< 7519 1726888129.29055: 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' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a9d0> # /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'<<< 7519 1726888129.29059: stdout chunk (state=3): >>> <<< 7519 1726888129.29061: 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' <<< 7519 1726888129.29066: stdout chunk (state=3): >>># /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py <<< 7519 1726888129.29069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924340> # /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 0x7faacb9242e0> # /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' <<< 7519 1726888129.29209: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74af40> # /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' <<< 7519 1726888129.29215: 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 0x7faacb924490> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9241f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91bd00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91b3a0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba22a30> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14fa0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14940> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba067f0> <<< 7519 1726888129.29218: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d767730> # /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 <<< 7519 1726888129.29220: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8fd0> <<< 7519 1726888129.29290: 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' <<< 7519 1726888129.29298: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc' <<< 7519 1726888129.29301: 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 0x7f0d0d6eb910> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py <<< 7519 1726888129.29304: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06940> # /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 0x7faacb91bd90> # /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' <<< 7519 1726888129.29306: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924760> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py <<< 7519 1726888129.29369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc' <<< 7519 1726888129.29428: stdout chunk (state=3): >>># 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 0x7faacb9249d0> # /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' <<< 7519 1726888129.29438: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924f40> # /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 <<< 7519 1726888129.29540: 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 0x7f0d0d6f8b80> <<< 7519 1726888129.29547: 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 <<< 7519 1726888129.29550: stdout chunk (state=3): >>># 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 0x7faacb941730> <<< 7519 1726888129.29584: 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' <<< 7519 1726888129.29589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc' <<< 7519 1726888129.29621: 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 0x7faacb8c5910> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py <<< 7519 1726888129.29627: stdout chunk (state=3): >>># 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 0x7faacb8d2b80> <<< 7519 1726888129.29630: 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 0x7f0d0d71a130> <<< 7519 1726888129.29656: 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 <<< 7519 1726888129.29691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc' <<< 7519 1726888129.29777: 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 0x7faacb8f4130> <<< 7519 1726888129.29850: stdout chunk (state=3): >>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f8be0> # /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 0x7f0d0d6c9400> # /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' <<< 7519 1726888129.29873: stdout chunk (state=3): >>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d2be0> <<< 7519 1726888129.29896: 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 # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc' <<< 7519 1726888129.29933: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py <<< 7519 1726888129.29937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc' <<< 7519 1726888129.30049: 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' # /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py <<< 7519 1726888129.30056: stdout chunk (state=3): >>>import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6c9520> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb490> # /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' <<< 7519 1726888129.30059: stdout chunk (state=3): >>>import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb7c0> <<< 7519 1726888129.30082: 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 0x7f0d0d6ce910> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb130> <<< 7519 1726888129.30105: 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' <<< 7519 1726888129.30137: stdout chunk (state=3): >>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb1f0> <<< 7519 1726888129.30171: stdout chunk (state=3): >>># 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 0x7faacb8a3400> # /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 0x7faacb8a3520> <<< 7519 1726888129.30176: stdout chunk (state=3): >>>import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6b0a90> <<< 7519 1726888129.30193: 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 0x7f0d0d6cedc0> <<< 7519 1726888129.30248: 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 0x7f0d0d6641f0> <<< 7519 1726888129.30266: 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 0x7f0d0d6642e0> <<< 7519 1726888129.30334: stdout chunk (state=3): >>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895490> # /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' <<< 7519 1726888129.30352: stdout chunk (state=3): >>>import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8957c0> <<< 7519 1726888129.30400: 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 <<< 7519 1726888129.30404: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc' import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a8910> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895130> # /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' <<< 7519 1726888129.30409: 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' import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d664400> <<< 7519 1726888129.30412: 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 # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc' <<< 7519 1726888129.30416: 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 <<< 7519 1726888129.30453: stdout chunk (state=3): >>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8951f0> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb88aa90> <<< 7519 1726888129.30571: 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 0x7faacb8a8dc0> <<< 7519 1726888129.30580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888129.30596: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py <<< 7519 1726888129.30623: 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 0x7faacb83d1f0> # /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 0x7faacb83d2e0> <<< 7519 1726888129.30630: 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' import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d400> # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py <<< 7519 1726888129.30672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc' <<< 7519 1726888129.30678: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py <<< 7519 1726888129.30690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc' <<< 7519 1726888129.30704: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.30736: stdout chunk (state=3): >>>import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d639640> <<< 7519 1726888129.30785: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d68df40> <<< 7519 1726888129.30815: 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 0x7f0d0d6a09d0> <<< 7519 1726888129.30836: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.30889: 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' <<< 7519 1726888129.30897: stdout chunk (state=3): >>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6a0a60> <<< 7519 1726888129.30933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc' <<< 7519 1726888129.30936: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.30938: 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 # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc' <<< 7519 1726888129.31053: stdout chunk (state=3): >>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6392b0> # /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 0x7f0d0d64a3a0> <<< 7519 1726888129.31060: stdout chunk (state=3): >>>import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb813640> <<< 7519 1726888129.31066: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb867f40> <<< 7519 1726888129.31069: 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' <<< 7519 1726888129.31074: stdout chunk (state=3): >>>import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb87a9d0> <<< 7519 1726888129.31096: 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' <<< 7519 1726888129.31135: stdout chunk (state=3): >>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb87aa60> <<< 7519 1726888129.31139: 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 <<< 7519 1726888129.31179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc' <<< 7519 1726888129.31241: stdout chunk (state=3): >>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8132b0> <<< 7519 1726888129.31244: 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 0x7faacb8243a0> <<< 7519 1726888129.31302: stdout chunk (state=3): >>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d671d00> <<< 7519 1726888129.31305: 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' <<< 7519 1726888129.31414: 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' import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d679970> # /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' <<< 7519 1726888129.31424: stdout chunk (state=3): >>>import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5f9880> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d679280> <<< 7519 1726888129.31506: stdout chunk (state=3): >>>import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d664bb0> <<< 7519 1726888129.31550: stdout chunk (state=3): >>>import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d716d90> <<< 7519 1726888129.31563: 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 <<< 7519 1726888129.31642: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.31657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc' <<< 7519 1726888129.31661: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d61d640> <<< 7519 1726888129.31681: 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' import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d61ddf0> <<< 7519 1726888129.31729: 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 0x7f0d0d5ab160> <<< 7519 1726888129.31754: 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 <<< 7519 1726888129.31774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc' <<< 7519 1726888129.31793: 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 <<< 7519 1726888129.31806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc' <<< 7519 1726888129.31916: stdout chunk (state=3): >>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5aba90> <<< 7519 1726888129.31959: stdout chunk (state=3): >>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb84bd00> # /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 0x7faacb853970> # /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 0x7faacb7d3880> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb853280> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83dbb0> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8f0d90> # /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 0x7faacb7f7640> # /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' <<< 7519 1726888129.31969: stdout chunk (state=3): >>>import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7f7df0> <<< 7519 1726888129.31979: 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'<<< 7519 1726888129.31986: stdout chunk (state=3): >>> import 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785160> <<< 7519 1726888129.32004: 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 <<< 7519 1726888129.32032: 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' # /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 0x7f0d0d5cb1c0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5abd60> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5ab1f0> <<< 7519 1726888129.32045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc' <<< 7519 1726888129.32068: 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 <<< 7519 1726888129.32105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc' <<< 7519 1726888129.32109: stdout chunk (state=3): >>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60b880> # /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' <<< 7519 1726888129.32129: 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 <<< 7519 1726888129.32243: stdout chunk (state=3): >>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785a90> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py <<< 7519 1726888129.32248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc' <<< 7519 1726888129.32251: stdout chunk (state=3): >>># 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' <<< 7519 1726888129.32350: 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' <<< 7519 1726888129.32355: stdout chunk (state=3): >>>import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7a51c0> <<< 7519 1726888129.32358: 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 0x7f0d0d5842e0> # /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 <<< 7519 1726888129.32378: stdout chunk (state=3): >>>import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785d60> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7851f0> <<< 7519 1726888129.32411: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.32451: stdout chunk (state=3): >>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5880> <<< 7519 1726888129.32455: 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 <<< 7519 1726888129.32487: stdout chunk (state=3): >>># 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 0x7f0d0d584dc0> # /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 0x7f0d0d584f40> <<< 7519 1726888129.32492: 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' # /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' <<< 7519 1726888129.32506: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.32640: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58cbe0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c7c0> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c310> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584a60> <<< 7519 1726888129.32647: stdout chunk (state=3): >>># 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' <<< 7519 1726888129.32718: 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' <<< 7519 1726888129.32730: stdout chunk (state=3): >>>import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584bb0> <<< 7519 1726888129.32757: 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 <<< 7519 1726888129.32762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc' <<< 7519 1726888129.32767: 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 0x7faacb75e2e0> <<< 7519 1726888129.32769: 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' <<< 7519 1726888129.32816: 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 <<< 7519 1726888129.32819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc' <<< 7519 1726888129.32901: 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' # /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 <<< 7519 1726888129.32904: 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' <<< 7519 1726888129.32906: stdout chunk (state=3): >>>import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75edc0> <<< 7519 1726888129.32909: stdout chunk (state=3): >>># 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' <<< 7519 1726888129.32949: 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 0x7f0d0d539a00> <<< 7519 1726888129.32964: stdout chunk (state=3): >>>import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d539670> # /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py <<< 7519 1726888129.32967: 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' <<< 7519 1726888129.32970: stdout chunk (state=3): >>>import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ef40> <<< 7519 1726888129.32982: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc' <<< 7519 1726888129.32999: 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' <<< 7519 1726888129.33082: stdout chunk (state=3): >>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5396d0> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # <<< 7519 1726888129.33092: 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' # /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' <<< 7519 1726888129.33211: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb766be0> <<< 7519 1726888129.33219: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7667c0> <<< 7519 1726888129.33255: stdout chunk (state=3): >>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d610> # /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 0x7f0d0d52d7f0> # /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py <<< 7519 1726888129.33262: 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 # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888129.33265: 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' <<< 7519 1726888129.33299: stdout chunk (state=3): >>>import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb766310> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ea60> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py <<< 7519 1726888129.33341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc' <<< 7519 1726888129.33348: stdout chunk (state=3): >>>import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ebb0> <<< 7519 1726888129.33383: stdout chunk (state=3): >>># /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 0x7f0d0d4e5910> # /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 0x7f0d0d4e5ac0> <<< 7519 1726888129.33387: 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' <<< 7519 1726888129.33429: stdout chunk (state=3): >>>import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5c70> <<< 7519 1726888129.33455: 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' <<< 7519 1726888129.33460: 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' <<< 7519 1726888129.33492: stdout chunk (state=3): >>>import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e55b0> # /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' <<< 7519 1726888129.33561: stdout chunk (state=3): >>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e58b0> <<< 7519 1726888129.33564: 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 0x7f0d0d4f10d0> <<< 7519 1726888129.33567: 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 <<< 7519 1726888129.33569: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc' <<< 7519 1726888129.33601: 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' <<< 7519 1726888129.33605: 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 # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc' <<< 7519 1726888129.33679: 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 <<< 7519 1726888129.33684: stdout chunk (state=3): >>># 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<<< 7519 1726888129.33689: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc' <<< 7519 1726888129.33693: stdout chunk (state=3): >>>import 'urllib3.packages.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb713a00> import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb713670> <<< 7519 1726888129.33709: stdout chunk (state=3): >>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1130> # /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 0x7f0d0d4fd340> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py <<< 7519 1726888129.33747: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc' <<< 7519 1726888129.33840: 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 # 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 0x7faacb7136d0> import 'urllib3.packages.six.moves' # <<< 7519 1726888129.33857: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.http_client' # <<< 7519 1726888129.33950: stdout chunk (state=3): >>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708610> <<< 7519 1726888129.33986: 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 0x7faacb7087f0> <<< 7519 1726888129.33992: 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 <<< 7519 1726888129.34008: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc' <<< 7519 1726888129.34053: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.34084: 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' <<< 7519 1726888129.34148: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.34169: 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 0x7faacb6bf910> <<< 7519 1726888129.34210: 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 0x7faacb6bfac0> <<< 7519 1726888129.34215: 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 <<< 7519 1726888129.34230: stdout chunk (state=3): >>># 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 0x7faacb6bfc70> <<< 7519 1726888129.34306: stdout chunk (state=3): >>>import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf5b0> <<< 7519 1726888129.34328: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.34342: stdout chunk (state=3): >>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf8b0> <<< 7519 1726888129.34384: 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 0x7faacb6cb0d0> <<< 7519 1726888129.34427: 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 <<< 7519 1726888129.34430: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc' <<< 7519 1726888129.34494: stdout chunk (state=3): >>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cb130> <<< 7519 1726888129.34525: 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 # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc' <<< 7519 1726888129.34540: 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' <<< 7519 1726888129.34618: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6d7340> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py <<< 7519 1726888129.34629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc' <<< 7519 1726888129.35452: stdout chunk (state=3): >>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4fd910> <<< 7519 1726888129.35494: 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 <<< 7519 1726888129.35500: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc' <<< 7519 1726888129.35539: stdout chunk (state=3): >>>import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d51ee80> <<< 7519 1726888129.35542: stdout chunk (state=3): >>>import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1c40> <<< 7519 1726888129.35588: 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 <<< 7519 1726888129.35591: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc' <<< 7519 1726888129.35629: stdout chunk (state=3): >>>import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1b20> <<< 7519 1726888129.35632: stdout chunk (state=3): >>>import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5250> <<< 7519 1726888129.35677: 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 <<< 7519 1726888129.35682: stdout chunk (state=3): >>># 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 0x7f0d0d4e5310> <<< 7519 1726888129.35714: 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 <<< 7519 1726888129.35760: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc' <<< 7519 1726888129.35763: stdout chunk (state=3): >>>import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5040> <<< 7519 1726888129.35813: stdout chunk (state=3): >>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d542af0> <<< 7519 1726888129.35856: 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' <<< 7519 1726888129.35909: 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 <<< 7519 1726888129.35912: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc' <<< 7519 1726888129.35955: 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 <<< 7519 1726888129.35967: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc' <<< 7519 1726888129.35986: stdout chunk (state=3): >>>import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a68e0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a6520> <<< 7519 1726888129.36019: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.urllib' # <<< 7519 1726888129.36049: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.urllib.parse' # <<< 7519 1726888129.36052: stdout chunk (state=3): >>>import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5539a0> <<< 7519 1726888129.36080: 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 <<< 7519 1726888129.36113: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc' <<< 7519 1726888129.36159: stdout chunk (state=3): >>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e52e0> <<< 7519 1726888129.36196: 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' <<< 7519 1726888129.36209: stdout chunk (state=3): >>>import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a6d60> <<< 7519 1726888129.36245: stdout chunk (state=3): >>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d940> <<< 7519 1726888129.36267: stdout chunk (state=3): >>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6d7910> <<< 7519 1726888129.36317: 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 <<< 7519 1726888129.36357: 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 <<< 7519 1726888129.36366: stdout chunk (state=3): >>># 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 0x7faacb6f8e80> <<< 7519 1726888129.36381: stdout chunk (state=3): >>>import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cbc40> <<< 7519 1726888129.36386: 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' <<< 7519 1726888129.36389: stdout chunk (state=3): >>>import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cbb20> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf250> <<< 7519 1726888129.36418: 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 0x7faacb6bf310> <<< 7519 1726888129.36452: 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 <<< 7519 1726888129.36455: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc' <<< 7519 1726888129.36457: stdout chunk (state=3): >>>import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf040> <<< 7519 1726888129.36498: stdout chunk (state=3): >>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb71caf0> <<< 7519 1726888129.36536: 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 <<< 7519 1726888129.36542: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc' <<< 7519 1726888129.36563: 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' <<< 7519 1726888129.36657: 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 <<< 7519 1726888129.36701: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc' <<< 7519 1726888129.36705: stdout chunk (state=3): >>>import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67f8e0> <<< 7519 1726888129.36709: stdout chunk (state=3): >>>import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67f520> <<< 7519 1726888129.36715: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.urllib' # <<< 7519 1726888129.36724: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc' import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4b2910> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bfa0> # /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 0x7f0d0d4ca280> # /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 0x7f0d0d4ca4f0> import 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c00a0> # /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 0x7f0d0d4cadf0> # /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 0x7f0d0d4d3190> import 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca9d0> # /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 0x7f0d0d4cac40> # /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 <<< 7519 1726888129.36846: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb72d9a0> <<< 7519 1726888129.36855: 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 <<< 7519 1726888129.36868: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc' import 'chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3c40> import 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d37f0> <<< 7519 1726888129.36872: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc' <<< 7519 1726888129.36874: 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' <<< 7519 1726888129.36876: 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 0x7f0d0d4d3fa0> <<< 7519 1726888129.36883: stdout chunk (state=3): >>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf2e0> # /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 0x7faacb67fd60> <<< 7519 1726888129.36970: 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' <<< 7519 1726888129.36979: 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 <<< 7519 1726888129.36985: stdout chunk (state=3): >>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708940> <<< 7519 1726888129.36987: 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 # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc' <<< 7519 1726888129.36998: 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 0x7f0d0d4dcb50> <<< 7519 1726888129.37001: 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 # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc' import 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcc10> <<< 7519 1726888129.37003: 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 <<< 7519 1726888129.37005: 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 0x7f0d0d4dcca0> <<< 7519 1726888129.37007: 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 <<< 7519 1726888129.37009: stdout chunk (state=3): >>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb68c910> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775fa0> # /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' <<< 7519 1726888129.37012: 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 0x7f0d0d4dcd30> # /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py <<< 7519 1726888129.37018: 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' <<< 7519 1726888129.37069: 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 0x7f0d0d4dcdc0> <<< 7519 1726888129.37085: 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 <<< 7519 1726888129.37180: stdout chunk (state=3): >>>import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dc4f0> # /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 0x7f0d0d4dcf70> import 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3b20> <<< 7519 1726888129.37198: 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 <<< 7519 1726888129.37204: stdout chunk (state=3): >>># 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 0x7faacb6a4280> <<< 7519 1726888129.37209: 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' import 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a44f0> import 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a0a0> # /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 0x7faacb6a4df0> <<< 7519 1726888129.37315: 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 0x7f0d0d406370> # /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 0x7f0d0d4066a0> # /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 0x7f0d0d406910> <<< 7519 1726888129.37336: 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 0x7faacb6ad190> import 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a49d0> # /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 0x7faacb6a4c40> # /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' <<< 7519 1726888129.37411: 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 0x7f0d0d406bb0> # /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 0x7f0d0d406e50> # /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 0x7f0d0d40b130> import 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3430> <<< 7519 1726888129.37433: 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' # /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 0x7f0d0d40b490> <<< 7519 1726888129.37444: 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' # /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 0x7faacb6adc40> import 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad7f0> <<< 7519 1726888129.37526: 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' # /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 0x7faacb6adfa0> <<< 7519 1726888129.37532: 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' <<< 7519 1726888129.37544: 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' <<< 7519 1726888129.37557: 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' import 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b8b0> import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b730> <<< 7519 1726888129.37560: 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 <<< 7519 1726888129.37565: 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 0x7faacb6b6b50> <<< 7519 1726888129.37637: 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 <<< 7519 1726888129.37642: 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' <<< 7519 1726888129.37651: stdout chunk (state=3): >>>import 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bd00> # /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' <<< 7519 1726888129.37670: 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 0x7faacb6b6c10> # /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py <<< 7519 1726888129.37685: stdout chunk (state=3): >>>import 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bc40> # /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' <<< 7519 1726888129.37700: 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 0x7faacb6b6ca0> # /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py <<< 7519 1726888129.37750: 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 0x7faacb6b6d30> <<< 7519 1726888129.37768: 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 <<< 7519 1726888129.37782: stdout chunk (state=3): >>>import 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bd30> <<< 7519 1726888129.37808: 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' import 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4180d0> <<< 7519 1726888129.37811: 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' <<< 7519 1726888129.37828: 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 0x7faacb6b6dc0> import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b64f0> <<< 7519 1726888129.37851: stdout chunk (state=3): >>>import 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d418160> import 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3640> <<< 7519 1726888129.37894: stdout chunk (state=3): >>>import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c08b0> <<< 7519 1726888129.37914: 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 # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc' <<< 7519 1726888129.37922: stdout chunk (state=3): >>>import 'chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6f70> import 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adb20> # /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py <<< 7519 1726888129.37958: 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 0x7f0d0d4c08e0> import 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c0430> # /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' <<< 7519 1726888129.37962: 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 0x7faacb5e0370> <<< 7519 1726888129.37999: stdout chunk (state=3): >>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3520> <<< 7519 1726888129.38038: 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 0x7f0d0d52d3a0> <<< 7519 1726888129.38046: 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 0x7faacb5e06a0> <<< 7519 1726888129.38111: 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' <<< 7519 1726888129.38122: 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 0x7faacb5e0910> # /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 0x7faacb5e0bb0> <<< 7519 1726888129.38163: 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 0x7faacb5e0e50> # /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 0x7faacb5e5130> import 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad430> <<< 7519 1726888129.38185: stdout chunk (state=3): >>># /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 0x7f0d0d418fd0> # /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' <<< 7519 1726888129.38227: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.38238: 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' <<< 7519 1726888129.38286: 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 0x7faacb5e5490> # /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' <<< 7519 1726888129.38325: stdout chunk (state=3): >>>import 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e58b0> <<< 7519 1726888129.38355: stdout chunk (state=3): >>>import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5730> <<< 7519 1726888129.38381: 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' <<< 7519 1726888129.38431: stdout chunk (state=3): >>>import 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5d00> <<< 7519 1726888129.38454: stdout chunk (state=3): >>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af580> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af370> import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af100> <<< 7519 1726888129.38471: 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 <<< 7519 1726888129.38501: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc' <<< 7519 1726888129.38517: stdout chunk (state=3): >>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af400> <<< 7519 1726888129.38551: 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' <<< 7519 1726888129.38566: stdout chunk (state=3): >>>import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3b9f40> <<< 7519 1726888129.38612: 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' import 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5c40> # /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 0x7faacb5e5d30> <<< 7519 1726888129.38633: 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' import 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f30d0> <<< 7519 1726888129.38662: 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' <<< 7519 1726888129.38681: stdout chunk (state=3): >>>import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bc70> # /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' <<< 7519 1726888129.38717: stdout chunk (state=3): >>>import 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f3160> import 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad640> <<< 7519 1726888129.38774: stdout chunk (state=3): >>>import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a8b0> <<< 7519 1726888129.38789: 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 0x7faacb69a8e0> import 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a430> <<< 7519 1726888129.38828: 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' <<< 7519 1726888129.38859: 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' <<< 7519 1726888129.38873: 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 0x7f0d0d3cba60> # /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 0x7f0d0d3d8250> # /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 0x7f0d0d3d8310> <<< 7519 1726888129.38899: stdout chunk (state=3): >>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad520> # /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 0x7faacb7083a0> <<< 7519 1726888129.38947: stdout chunk (state=3): >>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cbaf0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb760> <<< 7519 1726888129.38962: 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 <<< 7519 1726888129.39015: stdout chunk (state=3): >>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb670> <<< 7519 1726888129.39057: 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 # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc' <<< 7519 1726888129.39120: stdout chunk (state=3): >>># 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 0x7faacb5f3fd0> <<< 7519 1726888129.39163: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.39181: 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' <<< 7519 1726888129.39201: 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' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3881c0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8d00> # /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 0x7f0d0d3d8f10> # /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' <<< 7519 1726888129.39233: stdout chunk (state=3): >>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8fd0> <<< 7519 1726888129.39255: 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 <<< 7519 1726888129.39267: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc' <<< 7519 1726888129.39297: stdout chunk (state=3): >>>import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d388eb0> <<< 7519 1726888129.39353: stdout chunk (state=3): >>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589580> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589370> import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589100> <<< 7519 1726888129.39373: 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 # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc' <<< 7519 1726888129.39414: stdout chunk (state=3): >>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589400> <<< 7519 1726888129.39442: 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 0x7faacb593f40> <<< 7519 1726888129.39469: stdout chunk (state=3): >>>import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb730> # /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' <<< 7519 1726888129.39515: stdout chunk (state=3): >>>import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5c70> <<< 7519 1726888129.39532: 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' <<< 7519 1726888129.39565: stdout chunk (state=3): >>># /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 0x7f0d0d3391c0> <<< 7519 1726888129.39604: 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' <<< 7519 1726888129.39641: stdout chunk (state=3): >>>import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32edf0> import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32e2e0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d39d850> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8b50> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bc40> <<< 7519 1726888129.39693: 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 0x7faacb5a5a60> # /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' <<< 7519 1726888129.39747: 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 <<< 7519 1726888129.39762: stdout chunk (state=3): >>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59b550> # /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 0x7f0d0d32ef10> # /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' <<< 7519 1726888129.39810: stdout chunk (state=3): >>>import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32ec40> # /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 0x7f0d0d341910> # /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' <<< 7519 1726888129.39837: stdout chunk (state=3): >>>import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d341d00> <<< 7519 1726888129.39848: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc' import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2250> # /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 0x7faacb5b2310> <<< 7519 1726888129.39886: stdout chunk (state=3): >>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5af0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5760> <<< 7519 1726888129.39912: stdout chunk (state=3): >>>import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584520> <<< 7519 1726888129.39955: stdout chunk (state=3): >>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d575880> <<< 7519 1726888129.39994: stdout chunk (state=3): >>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5670> # /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py <<< 7519 1726888129.40033: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc' <<< 7519 1726888129.40099: 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 0x7f0d0d35c2e0> # /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 0x7f0d0d35c670> # /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 0x7f0d0d35c790> # /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py <<< 7519 1726888129.40113: stdout chunk (state=3): >>># 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 0x7f0d0d2f1100> <<< 7519 1726888129.40146: 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' # /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' <<< 7519 1726888129.40229: stdout chunk (state=3): >>>import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c850> # /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' <<< 7519 1726888129.40250: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5621c0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2d00> # /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 0x7faacb5b2f10> # /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' <<< 7519 1726888129.40263: stdout chunk (state=3): >>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2fd0> # /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' <<< 7519 1726888129.40302: 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' <<< 7519 1726888129.40340: stdout chunk (state=3): >>>import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb562eb0> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5730> # /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' <<< 7519 1726888129.40368: 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 <<< 7519 1726888129.40387: stdout chunk (state=3): >>>import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ff160> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1a30> # /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 <<< 7519 1726888129.40438: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc' <<< 7519 1726888129.40469: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc' <<< 7519 1726888129.40506: stdout chunk (state=3): >>># /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 0x7f0d0d2a5910> <<< 7519 1726888129.40549: stdout chunk (state=3): >>># /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 0x7f0d0d2b1550> <<< 7519 1726888129.40568: 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 # 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' <<< 7519 1726888129.40616: stdout chunk (state=3): >>>import 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5131c0> import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508df0> <<< 7519 1726888129.40635: stdout chunk (state=3): >>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ffee0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ff700> <<< 7519 1726888129.40703: 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 0x7f0d0d314a00> <<< 7519 1726888129.40743: stdout chunk (state=3): >>>import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5082e0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb577850> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2b50> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775c40> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775550> # /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 0x7faacb508f10> <<< 7519 1726888129.40786: 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 # 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 0x7faacb508c40> # /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' <<< 7519 1726888129.40797: 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 # 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 <<< 7519 1726888129.40864: stdout chunk (state=3): >>># 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 0x7f0d0d2cac40> <<< 7519 1726888129.40889: stdout chunk (state=3): >>>import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb51c910> <<< 7519 1726888129.40924: stdout chunk (state=3): >>>import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ca370> # /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 0x7f0d0d2cadf0> # /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 0x7f0d0d2db2b0> # /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' <<< 7519 1726888129.40947: 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' import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb51cd00> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75e520> <<< 7519 1726888129.41014: 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 0x7f0d0d2db430> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db2e0> # /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 0x7f0d0d2db3d0> <<< 7519 1726888129.41045: stdout chunk (state=3): >>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb74e880> <<< 7519 1726888129.41085: 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' # possible namespace for /usr/lib/python3.9/site-packages/gi <<< 7519 1726888129.41106: 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 0x7faacb5372e0> # /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 0x7faacb537670> <<< 7519 1726888129.41132: 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 0x7faacb537790> # /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py <<< 7519 1726888129.41185: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.41216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc' import 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cb100> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537850> <<< 7519 1726888129.41234: stdout chunk (state=3): >>># /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 0x7f0d0d2dbd00> <<< 7519 1726888129.41279: stdout chunk (state=3): >>># 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 0x7f0d0d2dbb50> <<< 7519 1726888129.41347: 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' <<< 7519 1726888129.41383: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db520> # /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' <<< 7519 1726888129.41467: 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 # 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 0x7faacb4d9160> <<< 7519 1726888129.41483: stdout chunk (state=3): >>>import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cba30> # /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 <<< 7519 1726888129.41530: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc' <<< 7519 1726888129.41573: stdout chunk (state=3): >>># /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 0x7f0d0d27e940> # /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 0x7f0d0d27ea30> <<< 7519 1726888129.41607: stdout chunk (state=3): >>># /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 0x7f0d0d27ed30> # /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 0x7f0d0d28d340> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e2e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ae80> <<< 7519 1726888129.41671: stdout chunk (state=3): >>># /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 0x7faacb47f910> # /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 0x7faacb48b550> <<< 7519 1726888129.41688: 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' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e460> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ab20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db8e0> <<< 7519 1726888129.41742: stdout chunk (state=3): >>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9ee0> <<< 7519 1726888129.41796: stdout chunk (state=3): >>>import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9700> <<< 7519 1726888129.41821: 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 <<< 7519 1726888129.41882: 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 0x7faacb4eea00> # /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 <<< 7519 1726888129.41908: stdout chunk (state=3): >>># 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 0x7f0d0d17e490> # /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' <<< 7519 1726888129.41938: stdout chunk (state=3): >>># /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 <<< 7519 1726888129.41949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc' <<< 7519 1726888129.41963: 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 # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc' import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4c40> <<< 7519 1726888129.41985: stdout chunk (state=3): >>>import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4370> <<< 7519 1726888129.42015: 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' <<< 7519 1726888129.42030: stdout chunk (state=3): >>>import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4df0> <<< 7519 1726888129.42057: 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 0x7faacb4b52b0> <<< 7519 1726888129.42092: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.42102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc' <<< 7519 1726888129.42150: 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 0x7faacb4b5430> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b52e0> <<< 7519 1726888129.42185: 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 0x7faacb4b53d0> <<< 7519 1726888129.42235: 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' <<< 7519 1726888129.42264: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.9/site-packages/gi <<< 7519 1726888129.42269: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d197f10> <<< 7519 1726888129.42337: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17ecd0> <<< 7519 1726888129.42388: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17e820> <<< 7519 1726888129.42474: stdout chunk (state=3): >>># /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 0x7faacb4b5d00> # 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 0x7faacb4b5b50> <<< 7519 1726888129.42502: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b5520> <<< 7519 1726888129.42575: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.42606: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d28df40> <<< 7519 1726888129.42638: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.42679: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.42756: stdout chunk (state=3): >>># /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 0x7f0d0d146d90> <<< 7519 1726888129.42827: stdout chunk (state=3): >>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py <<< 7519 1726888129.42831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc' <<< 7519 1726888129.42859: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.42903: stdout chunk (state=3): >>># /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 0x7faacb458940> # /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 0x7faacb458a30> # /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 0x7faacb458d30> # /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 0x7faacb468340> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4582e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444e80> <<< 7519 1726888129.42948: 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' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458460> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444b20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b58e0> <<< 7519 1726888129.43060: stdout chunk (state=3): >>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d164310> <<< 7519 1726888129.43087: 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 0x7f0d0d164f10> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146e20> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146760> # /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' <<< 7519 1726888129.43145: 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 # code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc' <<< 7519 1726888129.43158: 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' <<< 7519 1726888129.43161: 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 0x7faacb358490> <<< 7519 1726888129.43283: 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' <<< 7519 1726888129.43288: 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' <<< 7519 1726888129.43290: stdout chunk (state=3): >>>import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d173f40> <<< 7519 1726888129.43292: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py <<< 7519 1726888129.43308: stdout chunk (state=3): >>># 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 <<< 7519 1726888129.43384: stdout chunk (state=3): >>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d173400> <<< 7519 1726888129.43477: stdout chunk (state=3): >>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d149850> <<< 7519 1726888129.43481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc' <<< 7519 1726888129.43494: stdout chunk (state=3): >>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d314880> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1ee0> <<< 7519 1726888129.43577: stdout chunk (state=3): >>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5de550> <<< 7519 1726888129.43593: 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' import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d56b820> <<< 7519 1726888129.43652: 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' <<< 7519 1726888129.43676: stdout chunk (state=3): >>>import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0f7df0> <<< 7519 1726888129.43679: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb371f10> <<< 7519 1726888129.43707: 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 # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc' <<< 7519 1726888129.43743: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358cd0> <<< 7519 1726888129.43782: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358820> <<< 7519 1726888129.43796: stdout chunk (state=3): >>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0f7f70> <<< 7519 1726888129.43855: stdout chunk (state=3): >>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60bf10> <<< 7519 1726888129.43901: stdout chunk (state=3): >>>import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb9a0> <<< 7519 1726888129.43924: 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' <<< 7519 1726888129.44002: 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 <<< 7519 1726888129.44105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc' <<< 7519 1726888129.44118: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb468f40> <<< 7519 1726888129.44121: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.44126: stdout chunk (state=3): >>># /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 0x7faacb320d90> <<< 7519 1726888129.44233: stdout chunk (state=3): >>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py <<< 7519 1726888129.44237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc' <<< 7519 1726888129.44240: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.44300: 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 0x7f0d0d0a96d0> <<< 7519 1726888129.44304: stdout chunk (state=3): >>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb33e310> <<< 7519 1726888129.44426: 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 0x7faacb33ef10> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320e20> <<< 7519 1726888129.44460: stdout chunk (state=3): >>>import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320760> <<< 7519 1726888129.44463: 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' <<< 7519 1726888129.44522: 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' # /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py <<< 7519 1726888129.44577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc' <<< 7519 1726888129.44594: stdout chunk (state=3): >>>import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d119b50> # /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 0x7f0d0d0b5100> # /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 0x7f0d0d0b53a0> # /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 0x7f0d0d0b55e0> # /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 0x7f0d0d0b5820> # /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 0x7f0d0d0b5a00> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a9c70> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a99a0> # /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 0x7f0d0d0a9e80> # /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 0x7f0d0d0c53d0> # /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' <<< 7519 1726888129.44619: stdout chunk (state=3): >>>import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5880> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c54f0> # /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 0x7f0d0d061190> <<< 7519 1726888129.44624: stdout chunk (state=3): >>>import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb34df40> <<< 7519 1726888129.44703: stdout chunk (state=3): >>>import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5cd0> <<< 7519 1726888129.44707: 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 # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc' <<< 7519 1726888129.44752: stdout chunk (state=3): >>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb34d400> <<< 7519 1726888129.44798: stdout chunk (state=3): >>>import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5e20> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f83d0> <<< 7519 1726888129.44805: 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 # code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.44808: stdout chunk (state=3): >>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb323850> <<< 7519 1726888129.44870: stdout chunk (state=3): >>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4ee880> <<< 7519 1726888129.44873: stdout chunk (state=3): >>>import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cbee0> <<< 7519 1726888129.44885: 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 0x7f0d0d06eb20> <<< 7519 1726888129.44972: stdout chunk (state=3): >>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7b8550> # /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' <<< 7519 1726888129.45009: stdout chunk (state=3): >>>import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb6a0> <<< 7519 1726888129.45059: stdout chunk (state=3): >>>import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb745820> # /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 0x7faacb2d1df0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py <<< 7519 1726888129.45112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc' <<< 7519 1726888129.45140: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6e2520> # /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' <<< 7519 1726888129.45169: stdout chunk (state=3): >>>import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085640> # /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' <<< 7519 1726888129.45202: stdout chunk (state=3): >>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2d1f70> <<< 7519 1726888129.45234: stdout chunk (state=3): >>>import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090910> # /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' <<< 7519 1726888129.45258: stdout chunk (state=3): >>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5f10> <<< 7519 1726888129.45294: stdout chunk (state=3): >>>import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c59a0> <<< 7519 1726888129.45347: stdout chunk (state=3): >>>import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0976a0> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090f40> <<< 7519 1726888129.45467: 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' # /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 0x7faacb2826d0> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2f3b50> # /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' <<< 7519 1726888129.45519: stdout chunk (state=3): >>>import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085af0> # /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 0x7f0d0d090370> # /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 0x7f0d0d00e640> # /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 0x7f0d0d00e850> # /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 0x7f0d0d00eb50> <<< 7519 1726888129.45579: 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 # 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 0x7faacb28f100> <<< 7519 1726888129.45597: 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 0x7f0d0d00ee20> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0850d0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d06ecd0> # /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 0x7f0d0d085490> <<< 7519 1726888129.45629: 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 0x7faacb28f3a0> # /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' <<< 7519 1726888129.45653: stdout chunk (state=3): >>>import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f5e0> <<< 7519 1726888129.45701: 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' <<< 7519 1726888129.45713: stdout chunk (state=3): >>>import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f820> <<< 7519 1726888129.45759: 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' <<< 7519 1726888129.45792: stdout chunk (state=3): >>>import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28fa00> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb282c70> <<< 7519 1726888129.45795: stdout chunk (state=3): >>>import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2829a0> <<< 7519 1726888129.45809: 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' <<< 7519 1726888129.45845: stdout chunk (state=3): >>>import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb282e80> <<< 7519 1726888129.45871: 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' <<< 7519 1726888129.45886: stdout chunk (state=3): >>>import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f3d0> <<< 7519 1726888129.45917: 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' <<< 7519 1726888129.46204: stdout chunk (state=3): >>># /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 0x7faacb29f880> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f4f0> # /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 0x7faacb23b190> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29fcd0> <<< 7519 1726888129.46249: 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 # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc' <<< 7519 1726888129.46307: stdout chunk (state=3): >>>import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29fe20> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d23d0> # /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py <<< 7519 1726888129.46353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888129.46410: 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 0x7faacb248b20> <<< 7519 1726888129.46512: stdout chunk (state=3): >>>import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c56a0> <<< 7519 1726888129.46516: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb94d520> <<< 7519 1726888129.46566: 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 <<< 7519 1726888129.46587: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc' <<< 7519 1726888129.46602: 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' <<< 7519 1726888129.46631: stdout chunk (state=3): >>># /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' <<< 7519 1726888129.46655: stdout chunk (state=3): >>>import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f640> <<< 7519 1726888129.46680: 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 <<< 7519 1726888129.46705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc' <<< 7519 1726888129.46735: 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' <<< 7519 1726888129.46757: stdout chunk (state=3): >>>import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26a910> <<< 7519 1726888129.46793: 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' <<< 7519 1726888129.46830: 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' <<< 7519 1726888129.46878: stdout chunk (state=3): >>>import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2716a0> <<< 7519 1726888129.46933: stdout chunk (state=3): >>>import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26af40> <<< 7519 1726888129.46968: stdout chunk (state=3): >>>import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25faf0> <<< 7519 1726888129.47015: 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' <<< 7519 1726888129.47019: stdout chunk (state=3): >>>import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26a370> <<< 7519 1726888129.47061: 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' <<< 7519 1726888129.47064: stdout chunk (state=3): >>>import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27a640> <<< 7519 1726888129.47113: 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' <<< 7519 1726888129.47121: stdout chunk (state=3): >>>import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27a850> <<< 7519 1726888129.47175: 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' <<< 7519 1726888129.47465: stdout chunk (state=3): >>>import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27ab50> <<< 7519 1726888129.47468: 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 0x7faacb27ae20> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f0d0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb248cd0> # /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 0x7faacb25f490> <<< 7519 1726888130.20060: stdout chunk (state=3): >>> <<< 7519 1726888130.20075: stdout chunk (state=3): >>>{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tlog", "sssd", "authselect"], "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, "state": null}}} <<< 7519 1726888130.22527: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 7519 1726888130.22605: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888130.24627: stdout chunk (state=3): >>># clear builtins._<<< 7519 1726888130.24638: stdout chunk (state=3): >>> # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type <<< 7519 1726888130.24745: stdout chunk (state=3): >>># 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<<< 7519 1726888130.24825: 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 # cleanup[2] removing _thread<<< 7519 1726888130.24905: stdout chunk (state=3): >>> # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal<<< 7519 1726888130.25031: 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 <<< 7519 1726888130.25063: stdout chunk (state=3): >>># cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8<<< 7519 1726888130.25090: 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<<< 7519 1726888130.25140: stdout chunk (state=3): >>> # cleanup[2] removing stat # cleanup[2] removing _collections_abc<<< 7519 1726888130.25187: stdout chunk (state=3): >>> # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os<<< 7519 1726888130.25248: stdout chunk (state=3): >>> # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale <<< 7519 1726888130.25254: stdout chunk (state=3): >>># destroy _bootlocale # cleanup[2] removing site<<< 7519 1726888130.25388: stdout chunk (state=3): >>> # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre<<< 7519 1726888130.25409: stdout chunk (state=3): >>> # cleanup[2] removing sre_constants<<< 7519 1726888130.25457: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.25507: stdout chunk (state=3): >>> # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator<<< 7519 1726888130.25582: stdout chunk (state=3): >>> # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools <<< 7519 1726888130.25607: stdout chunk (state=3): >>># 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<<< 7519 1726888130.25636: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.25655: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.25680: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.25711: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.25745: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.25771: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.25818: stdout chunk (state=3): >>> # 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 <<< 7519 1726888130.25856: stdout chunk (state=3): >>># 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<<< 7519 1726888130.25887: 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<<< 7519 1726888130.25924: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.25964: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.25993: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.26013: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.26066: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.26097: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.26147: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.26172: stdout chunk (state=3): >>> # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions <<< 7519 1726888130.26216: stdout chunk (state=3): >>># 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<<< 7519 1726888130.26307: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.26445: stdout chunk (state=3): >>> # 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 <<< 7519 1726888130.26453: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.26475: stdout chunk (state=3): >>># 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<<< 7519 1726888130.26574: 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 # 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<<< 7519 1726888130.26643: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.26733: stdout chunk (state=3): >>> # 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 <<< 7519 1726888130.26757: stdout chunk (state=3): >>># 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<<< 7519 1726888130.26774: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.26874: stdout chunk (state=3): >>> # 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 <<< 7519 1726888130.26936: stdout chunk (state=3): >>># 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<<< 7519 1726888130.26968: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.27003: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.27065: stdout chunk (state=3): >>> # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile # cleanup[2] removing dnf.plugin.dynamic.notify_packagekit # destroy dnf.plugin.dynamic.notify_packagekit <<< 7519 1726888130.29577: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 7519 1726888130.29595: stdout chunk (state=3): >>> <<< 7519 1726888130.29617: stdout chunk (state=3): >>># destroy __main__<<< 7519 1726888130.29704: stdout chunk (state=3): >>> # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 7519 1726888130.29798: stdout chunk (state=3): >>># destroy selinux<<< 7519 1726888130.29815: stdout chunk (state=3): >>> # destroy distro<<< 7519 1726888130.29819: stdout chunk (state=3): >>> <<< 7519 1726888130.29845: stdout chunk (state=3): >>># destroy netrc <<< 7519 1726888130.29902: stdout chunk (state=3): >>># destroy sqlite3 <<< 7519 1726888130.29922: stdout chunk (state=3): >>># destroy sqlite3.dbapi2 <<< 7519 1726888130.29951: stdout chunk (state=3): >>># destroy systemd.journal <<< 7519 1726888130.30010: stdout chunk (state=3): >>># destroy iniparse.compat<<< 7519 1726888130.30101: stdout chunk (state=3): >>> <<< 7519 1726888130.30123: stdout chunk (state=3): >>># destroy rhsmlib.services # destroy rhsmlib.facts <<< 7519 1726888130.30127: stdout chunk (state=3): >>># destroy rhsmlib.facts.dmidecodeparser <<< 7519 1726888130.30130: stdout chunk (state=3): >>># destroy rhsmlib.facts.all <<< 7519 1726888130.30132: stdout chunk (state=3): >>># destroy rhsmlib.dbus<<< 7519 1726888130.30136: stdout chunk (state=3): >>> <<< 7519 1726888130.30139: stdout chunk (state=3): >>># destroy rhsmlib.dbus.server <<< 7519 1726888130.30142: stdout chunk (state=3): >>># destroy rhsmlib.client_info<<< 7519 1726888130.30170: stdout chunk (state=3): >>> <<< 7519 1726888130.30175: stdout chunk (state=3): >>># destroy librepo <<< 7519 1726888130.30178: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.action_client <<< 7519 1726888130.30246: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.installedproductslib <<< 7519 1726888130.30302: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib<<< 7519 1726888130.30369: stdout chunk (state=3): >>> <<< 7519 1726888130.30400: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.healinglib <<< 7519 1726888130.30403: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.identitycertlib<<< 7519 1726888130.30407: stdout chunk (state=3): >>> # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding <<< 7519 1726888130.30409: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.content_action_client<<< 7519 1726888130.30411: stdout chunk (state=3): >>> # cleanup[3] wiping subscription_manager.base_action_client <<< 7519 1726888130.30446: stdout chunk (state=3): >>># cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit <<< 7519 1726888130.30493: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins <<< 7519 1726888130.30554: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.base_plugin<<< 7519 1726888130.30752: stdout chunk (state=3): >>> <<< 7519 1726888130.30755: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.cp_provider <<< 7519 1726888130.30759: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.validity <<< 7519 1726888130.30761: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.identity<<< 7519 1726888130.30764: stdout chunk (state=3): >>> # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches <<< 7519 1726888130.30770: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.30831: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model <<< 7519 1726888130.30861: stdout chunk (state=3): >>># destroy subscription_manager.model.ent_cert <<< 7519 1726888130.30891: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose<<< 7519 1726888130.30911: stdout chunk (state=3): >>> # cleanup[3] wiping rhsm.logutil<<< 7519 1726888130.30930: stdout chunk (state=3): >>> <<< 7519 1726888130.30948: stdout chunk (state=3): >>># cleanup[3] wiping logging.config<<< 7519 1726888130.30986: stdout chunk (state=3): >>> # cleanup[3] wiping rhsmlib.dbus.dbus_utils<<< 7519 1726888130.31004: stdout chunk (state=3): >>> # destroy xml.etree.ElementTree<<< 7519 1726888130.31021: stdout chunk (state=3): >>> <<< 7519 1726888130.31048: stdout chunk (state=3): >>># cleanup[3] wiping _elementtree <<< 7519 1726888130.31067: stdout chunk (state=3): >>># cleanup[3] wiping xml.etree.ElementPath<<< 7519 1726888130.31100: stdout chunk (state=3): >>> # cleanup[3] wiping gi.repository.GLib <<< 7519 1726888130.31117: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.GLib <<< 7519 1726888130.31183: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse <<< 7519 1726888130.31212: stdout chunk (state=3): >>># cleanup[3] wiping textwrap # cleanup[3] wiping gi._ossighelper <<< 7519 1726888130.31232: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository<<< 7519 1726888130.31259: stdout chunk (state=3): >>> # cleanup[3] wiping gi.importer <<< 7519 1726888130.31297: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides <<< 7519 1726888130.31316: stdout chunk (state=3): >>># destroy gi.overrides.GLib<<< 7519 1726888130.31352: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.31385: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.31399: stdout chunk (state=3): >>> # cleanup[3] wiping pyinotify # destroy asyncore # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib<<< 7519 1726888130.31434: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.31443: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.31458: stdout chunk (state=3): >>> # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping urllib3.contrib.socks # destroy socks # cleanup[3] wiping encodings.idna # destroy stringprep<<< 7519 1726888130.31485: stdout chunk (state=3): >>> # 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 <<< 7519 1726888130.31509: stdout chunk (state=3): >>># 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<<< 7519 1726888130.31559: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.31569: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.31597: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.31605: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.31634: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.31663: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.32083: stdout chunk (state=3): >>> # 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 <<< 7519 1726888130.32146: stdout chunk (state=3): >>># 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<<< 7519 1726888130.32151: stdout chunk (state=3): >>> # 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 <<< 7519 1726888130.32154: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.32157: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.32161: stdout chunk (state=3): >>># destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf <<< 7519 1726888130.32164: 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<<< 7519 1726888130.32166: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.32168: stdout chunk (state=3): >>> # 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 <<< 7519 1726888130.32763: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.32876: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.32894: 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 # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7519 1726888130.33007: 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 # 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 <<< 7519 1726888130.34366: stdout chunk (state=3): >>># destroy xml.etree.ElementPath <<< 7519 1726888130.34381: stdout chunk (state=3): >>># destroy _elementtree <<< 7519 1726888130.34396: stdout chunk (state=3): >>># destroy _heapq <<< 7519 1726888130.34407: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888130.34454: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7519 1726888130.34493: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse <<< 7519 1726888130.34507: stdout chunk (state=3): >>># destroy tokenize <<< 7519 1726888130.34534: stdout chunk (state=3): >>># destroy _compat_pickle # destroy _pickle # destroy libdnf._error # destroy gi.types # destroy gi._error <<< 7519 1726888130.34560: stdout chunk (state=3): >>># destroy gi._gi # destroy gi._gobject <<< 7519 1726888130.34570: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.34604: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 7519 1726888130.34634: stdout chunk (state=3): >>># destroy stat # destroy selectors <<< 7519 1726888130.34695: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 7519 1726888130.34705: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _operator <<< 7519 1726888130.34758: stdout chunk (state=3): >>># destroy gzip <<< 7519 1726888130.34831: stdout chunk (state=3): >>># destroy rhsmlib.facts.dmiinfo <<< 7519 1726888130.34841: stdout chunk (state=3): >>># destroy requests # destroy iniparse.ini <<< 7519 1726888130.34935: stdout chunk (state=3): >>># destroy enum # destroy signal <<< 7519 1726888130.34953: stdout chunk (state=3): >>># destroy queue # destroy shlex # destroy pwd <<< 7519 1726888130.34985: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.35004: stdout chunk (state=3): >>># destroy gc # destroy math # destroy dateutil.parser._parser # destroy _stat # destroy http.cookies <<< 7519 1726888130.35073: stdout chunk (state=3): >>># destroy urllib.parse <<< 7519 1726888130.35132: stdout chunk (state=3): >>># destroy _weakref <<< 7519 1726888130.35151: stdout chunk (state=3): >>># destroy ntpath # destroy posix <<< 7519 1726888130.35206: 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<<< 7519 1726888130.35216: stdout chunk (state=3): >>> # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm # destroy rhsmlib.dbus.dbus_utils <<< 7519 1726888130.35362: stdout chunk (state=3): >>># destroy _opcode <<< 7519 1726888130.35376: stdout chunk (state=3): >>># destroy requests.sessions <<< 7519 1726888130.35385: stdout chunk (state=3): >>># destroy json.scanner # destroy _json <<< 7519 1726888130.35389: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error<<< 7519 1726888130.35393: stdout chunk (state=3): >>> # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy traceback # destroy dnf.yum.misc <<< 7519 1726888130.35397: stdout chunk (state=3): >>># destroy glob # destroy curses <<< 7519 1726888130.35399: stdout chunk (state=3): >>># destroy fcntl <<< 7519 1726888130.35402: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.35404: stdout chunk (state=3): >>># 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<<< 7519 1726888130.35408: stdout chunk (state=3): >>> # 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<<< 7519 1726888130.35410: stdout chunk (state=3): >>> <<< 7519 1726888130.35432: 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 # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy copy<<< 7519 1726888130.35452: stdout chunk (state=3): >>> # destroy contextlib # destroy tempfile # destroy zipfile # destroy requests.certs # destroy hashlib # destroy encodings <<< 7519 1726888130.35464: stdout chunk (state=3): >>># destroy http.cookiejar # destroy chardet # destroy json <<< 7519 1726888130.35555: stdout chunk (state=3): >>># destroy calendar # destroy dateutil.tz <<< 7519 1726888130.35563: stdout chunk (state=3): >>># destroy six <<< 7519 1726888130.35625: stdout chunk (state=3): >>># destroy codecs <<< 7519 1726888130.35652: stdout chunk (state=3): >>># destroy gpg.gpgme # destroy gpg.constants # destroy gpg.errors # destroy gpg.util<<< 7519 1726888130.35670: stdout chunk (state=3): >>> <<< 7519 1726888130.35779: 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 <<< 7519 1726888130.35836: stdout chunk (state=3): >>># destroy subprocess # destroy rhsmlib.facts.collector # destroy itertools # destroy http.client # destroy email <<< 7519 1726888130.35918: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.35940: stdout chunk (state=3): >>># destroy posixpath # destroy urllib # destroy io # destroy io # destroy _lzma # destroy _compression <<< 7519 1726888130.35954: stdout chunk (state=3): >>># destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy re <<< 7519 1726888130.35995: stdout chunk (state=3): >>># destroy pyexpat <<< 7519 1726888130.36009: stdout chunk (state=3): >>># destroy threading # destroy functools # destroy logging # destroy socket # destroy struct <<< 7519 1726888130.36181: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 7519 1726888130.36189: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7519 1726888130.37476: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888130.37546: stderr chunk (state=3): >>><<< 7519 1726888130.37549: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894457850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894495880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589442dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894457d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941adeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941a7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941af640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941ad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58940b9dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b98b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b9e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112d30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589410c610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589411f670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58940cbc70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589411f280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbfa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbd90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbd00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589409f370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589409f460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940d3fa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cda30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cd490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fed1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894089c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cdeb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fffaf0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fffe20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894012730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894012c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893f9e3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893ffff10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fae280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940125b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fae340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fca850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fcaca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893fd71f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca8e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fbda30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb5b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fcaa90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5893eea670>\r\n# zipimport: found 34 names in \'/tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893de97f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dfa760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dfa400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa7c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d687c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d68b50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d689a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d86b20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e73d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e73190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893de4a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d80310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893e18970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e48d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d4a9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d580d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e1f700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d58100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d56580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d56640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893d55c70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893eea820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893ddbaf0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893dda9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d4b850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893ddb520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e13ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893402d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937e7550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dcfd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dd09d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893402610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893e627f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dda610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937f9c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dfbb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dd7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'email\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405af0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'email.mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405fd0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc\'\r\nimport \'quopri\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58934052e0>\r\nimport \'email.encoders\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc\'\r\nimport \'email.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc\'\r\nimport \'email.quoprimime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316bd00>\r\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc\'\r\nimport \'email.base64mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c280>\r\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc\'\r\nimport \'email.charset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c460>\r\nimport \'email.header\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316b460>\r\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316cf40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc\'\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316ce50>\r\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc\'\r\nimport \'calendar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931aa8b0>\r\nimport \'email._parseaddr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893137cd0>\r\nimport \'email.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c910>\r\nimport \'email._policybase\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed130>\r\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc\'\r\nimport \'email._encoded_words\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893395460>\r\nimport \'email._header_value_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7370>\r\nimport \'email.headerregistry\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931aa4f0>\r\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc\'\r\nimport \'uu\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1a00>\r\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc\'\r\nimport \'email.iterators\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1c40>\r\nimport \'email.message\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58933e6130>\r\nimport \'email.contentmanager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7d00>\r\nimport \'email.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed5e0>\r\nimport \'email.mime.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed820>\r\nimport \'email.mime.nonmultipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405790>\r\nimport \'email.mime.application\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405fa0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc\'\r\nimport \'email.mime.multipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405a30>\r\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc\'\r\nimport \'email.feedparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1f40>\r\nimport \'email.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937eda00>\r\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'http\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b1370>\r\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58931ab970>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589310ba30>\r\nimport \'http.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b11c0>\r\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc\'\r\nimport \'mimetypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589314f340>\r\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc\'\r\nimport \'netrc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893122c70>\r\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893165bb0>\r\nimport \'urllib.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893122e80>\r\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc\'\r\nimport \'urllib.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893165e50>\r\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc\'\r\nimport \'http.cookiejar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931ac550>\r\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc\'\r\nimport \'gzip\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892ecfc70>\r\n# zipimport: zlib available\r\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\r\n# zipimport: zlib available\r\nimport \'gc\' # \r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc\'\r\nimport \'email.mime.text\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32be0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32d60>\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892e83460>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32fd0>\r\nimport \'dnf.pycomp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32280>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc\'\r\nimport \'dnf.const\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32850>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc\'\r\n# extension module \'libdnf._error\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_error.so\'\r\n# extension module \'libdnf._error\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_error.so\'\r\nimport \'libdnf._error\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892db79a0>\r\nimport \'libdnf.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc\'\r\n# extension module \'libdnf._common_types\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\'\r\n# extension module \'libdnf._common_types\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\'\r\nimport \'libdnf._common_types\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892d59520>\r\nimport \'libdnf.common_types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db79d0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc\'\r\n# extension module \'libdnf._conf\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\'\r\n# extension module \'libdnf._conf\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\'\r\nimport \'libdnf._conf\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5892cb8df0>\r\nimport \'libdnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892dd92b0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc\'\r\n# extension module \'libdnf._module\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_module.so\'\r\n# extension module \'libdnf._module\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_module.so\'\r\nimport \'libdnf._module\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58914cb2b0>\r\nimport \'libdnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892d8c880>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc\'\r\n# extension module \'libdnf._repo\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\'\r\n# extension module \'libdnf._repo\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\'\r\nimport \'libdnf._repo\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5891399e50>\r\nimport \'libdnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914aa550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc\'\r\n# extension module \'libdnf._transaction\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\'\r\n# extension module \'libdnf._transaction\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\'\r\nimport \'libdnf._transaction\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58913049d0>\r\nimport \'libdnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914cb4f0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc\'\r\n# extension module \'libdnf._utils\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\'\r\n# extension module \'libdnf._utils\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\'\r\nimport \'libdnf._utils\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58912fdd30>\r\nimport \'libdnf.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891304f70>\r\nimport \'libdnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7100>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589122caf0>\r\nimport \'dnf.i18n\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122c310>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.yum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58912406d0>\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'dnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124d280>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'rpm._rpm\' loaded from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'rpm._rpm\' executed from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'rpm._rpm\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589124d820>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124dc70>\r\nimport \'rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124d340>\r\nimport \'dnf.yum.rpmtrans\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240760>\r\nimport \'dnf.callback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891236d90>\r\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'hawkey._hawkey\' loaded from \'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\'\r\n# extension module \'hawkey._hawkey\' executed from \'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\'\r\nimport \'hawkey._hawkey\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890dffeb0>\r\nimport \'hawkey\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240160>\r\nimport \'dnf.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122cc70>\r\nimport \'dnf.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f700>\r\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'libcomps._libpycomps\' loaded from \'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\'\r\n# extension module \'libcomps._libpycomps\' executed from \'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\'\r\nimport \'libcomps._libpycomps\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589132fe20>\r\nimport \'libcomps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f8b0>\r\nimport \'dnf.comps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7250>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.db\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e0dd30>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc\'\r\n# extension module \'gpg._gpgme\' loaded from \'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'gpg._gpgme\' executed from \'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'gpg._gpgme\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890c7e1f0>\r\nimport \'gpg.gpgme\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d1d280>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc\'\r\nimport \'gpg.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a7c0>\r\nimport \'gpg.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cd0e20>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc\'\r\nimport \'gpg.constants.data.encoding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae50>\r\nimport \'gpg.constants.data\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ab80>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc\'\r\nimport \'gpg.constants.keylist.mode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2afd0>\r\nimport \'gpg.constants.keylist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae20>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc\'\r\nimport \'gpg.constants.sig.mode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82190>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc\'\r\nimport \'gpg.constants.sig.notation\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82220>\r\nimport \'gpg.constants.sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2af10>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc\'\r\nimport \'gpg.constants.tofu.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b823a0>\r\nimport \'gpg.constants.tofu\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae80>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc\'\r\nimport \'gpg.constants.create\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ac10>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc\'\r\nimport \'gpg.constants.event\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b821c0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc\'\r\nimport \'gpg.constants.import_type\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82400>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc\'\r\nimport \'gpg.constants.keysign\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82490>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc\'\r\nimport \'gpg.constants.md\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82520>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc\'\r\nimport \'gpg.constants.pk\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b825b0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc\'\r\nimport \'gpg.constants.protocol\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82640>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc\'\r\nimport \'gpg.constants.sigsum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b826d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc\'\r\nimport \'gpg.constants.status\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82760>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc\'\r\nimport \'gpg.constants.validity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b827f0>\r\nimport \'gpg.constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a1f0>\r\nimport \'gpg.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d04190>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890b82bb0>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82910>\r\nimport \'gpg.callbacks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a3d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc\'\r\nimport \'gpg.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2afa0>\r\nimport \'gpg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfbc70>\r\nimport \'dnf.crypto\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfb280>\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfb460>\r\nimport \'dnf.yum.misc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31b20>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc\'\r\nimport \'dnf.db.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfbdf0>\r\nimport \'dnf.db.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e0dcd0>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc\'\r\nimport \'dnf.conf.substitutions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99c10>\r\nimport \'dnf.conf.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b994c0>\r\nimport \'dnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc\'\r\nimport \'dnf.lock\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b37280>\r\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9160>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890ae91f0>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b4a670>\r\nimport \'logging.handlers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b376a0>\r\nimport \'dnf.logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b2ba60>\r\nimport \'dnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99f70>\r\nimport \'dnf.conf.read\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'dnf.rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9fa0>\r\nimport \'dnf.rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9760>\r\nimport \'dnf.dnssec\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99d60>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc\'\r\nimport \'dnf.drpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b22910>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc\'\r\nimport \'dnf.goal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d820>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc\'\r\nimport \'dnf.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d8b0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0da30>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc\'\r\n# extension module \'libdnf._smartcols\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\'\r\n# extension module \'libdnf._smartcols\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\'\r\nimport \'libdnf._smartcols\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5893225190>\r\nimport \'libdnf.smartcols\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b1d160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc\'\r\nimport \'dnf.selector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932251f0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'dnf.module.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932252e0>\r\nimport \'dnf.module.module_base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d9d0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc\'\r\nimport \'dnf.persistor\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0df70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc\'\r\n# extension module \'_opcode\' loaded from \'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_opcode\' executed from \'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_opcode\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58909533a0>\r\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890953160>\r\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909449a0>\r\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932359a0>\r\nimport \'dnf.plugin\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893225e80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc\'\r\nimport \'dnf.query\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893235c70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc\'\r\nimport \'dnf.repodict\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589323d970>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc\'\r\nimport \'dnf.rpm.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589095f700>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc\'\r\nimport \'dnf.rpm.miscutils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589095f340>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc\'\r\nimport \'dnf.package\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890970640>\r\nimport \'dnf.sack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890970160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc\'\r\nimport \'dnf.subject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909704c0>\r\nimport \'dnf.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32940>\r\nimport \'dnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e327f0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnfpluginscore\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890979f70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc\'\r\nimport \'dnf.cli.format\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589092df70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\r\n# code object from \'/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_curses\' loaded from \'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_curses\' executed from \'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_curses\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58908c9d60>\r\nimport \'curses\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9be0>\r\nimport \'dnf.cli.term\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c93a0>\r\nimport \'dnf.cli.progress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9160>\r\nimport \'dnf.cli.output\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'dnf.cli.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c91f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc\'\r\nimport \'dnf.cli.option_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908f4130>\r\nimport \'dnf.cli.commands\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9e80>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.alias\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908e59a0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.autoremove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908f4fa0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.check\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f7190>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.clean\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f72e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.repoquery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f78e0>\r\nimport \'dnf.cli.commands.deplist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f7610>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.distrosync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f79a0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.downgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908045e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908046d0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc\'\r\nimport \'dnf.transaction_sr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804eb0>\r\nimport \'dnf.cli.commands.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804ac0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804f10>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.makecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081baf0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.mark\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081bc10>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589081be50>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.reinstall\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907ab2e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.remove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907abcd0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.repolist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907abe20>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc\'\r\nimport \'dnf.match_counter\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9520>\r\nimport \'dnf.cli.commands.search\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9100>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc\'\r\nimport \'cmd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9f10>\r\nimport \'dnf.cli.commands.shell\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9a60>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.swap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9d60>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.updateinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907c87f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907c8f70>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.upgrademinimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc\'\r\nimport \'dnf.cli.demand\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4370>\r\nimport \'dnf.cli.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919490>\r\nimport \'dnf.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909191f0>\r\nimport \'dnf.plugin.dynamic.builddep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890979cd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc\'\r\nimport \'dateutil._version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4ee0>\r\nimport \'dateutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4c10>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc\'\r\nimport \'six\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076e5b0>\r\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc\'\r\nimport \'numbers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907784f0>\r\n# extension module \'_decimal\' loaded from \'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_decimal\' executed from \'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_decimal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589076ee50>\r\nimport \'decimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076edc0>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc\'\r\nimport \'dateutil._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4730>\r\nimport \'dateutil.relativedelta\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a41c0>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc\'\r\nimport \'six.moves\' # \r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc\'\r\nimport \'dateutil.tz._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906f1a60>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc\'\r\nimport \'dateutil.tz._factories\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906f1c40>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc\'\r\n# destroy dateutil.tz.win\r\nimport \'dateutil.tz.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4ca0>\r\nimport \'dateutil.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4a30>\r\nimport \'dateutil.parser._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907e1130>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc\'\r\nimport \'dateutil.parser.isoparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076e1f0>\r\nimport \'dateutil.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4ac0>\r\nimport \'dnf.plugin.dynamic.changelog\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919220>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.config_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711160>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.copr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.debug\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890711d00>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.debuginfo-install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906a7610>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.download\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906a7b80>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from \'/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n# code object from \'/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc\'\r\n# extension module \'_sqlite3\' loaded from \'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_sqlite3\' executed from \'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_sqlite3\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58906b4c40>\r\nimport \'sqlite3.dbapi2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4820>\r\nimport \'sqlite3\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4580>\r\nimport \'dnf.plugin.dynamic.generate_completion_cache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b41f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.groups_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4430>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc\'\r\nimport \'dbus._compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0bb0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'dbus.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0c40>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc\'\r\n# extension module \'_dbus_bindings\' loaded from \'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\'\r\n# extension module \'_dbus_bindings\' executed from \'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\'\r\nimport \'_dbus_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58906d0280>\r\nimport \'dbus.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0dc0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc\'\r\nimport \'dbus.lowlevel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d72e0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2340>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml.parsers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e22e0>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from \'/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc\'\r\n# extension module \'pyexpat\' loaded from \'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'pyexpat\' executed from \'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'pyexpat\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58905e2490>\r\nimport \'xml.parsers.expat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e21f0>\r\nimport \'dbus._expat_introspect_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d7d00>\r\nimport \'dbus.proxies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d73a0>\r\nimport \'dbus.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906dea30>\r\nimport \'dbus.bus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0fa0>\r\nimport \'dbus._dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0940>\r\nimport \'dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c07f0>\r\nimport \'dnf.plugin.dynamic.needs_restarting\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4fd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repoclosure\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0940>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repodiff\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d7d90>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repograph\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2760>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repomanage\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e29d0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.reposync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e2f40>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.system_upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905fc730>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890580910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058db80>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc\'\r\n# extension module \'rhsm._certificate\' loaded from \'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'rhsm._certificate\' executed from \'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'rhsm._certificate\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58905b0130>\r\nimport \'rhsm.certificate\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058dbe0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'iniparse.configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589055f400>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc\'\r\nimport \'iniparse.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589055f520>\r\nimport \'iniparse.ini\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551490>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc\'\r\nimport \'iniparse.compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905517c0>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc\'\r\nimport \'iniparse.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890563910>\r\nimport \'iniparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551130>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc\'\r\nimport \'subscription_manager.i18n\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905511f0>\r\nimport \'rhsm.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890545a90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc\'\r\nimport \'subscription_manager.injection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890563dc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa1f0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.services\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa2e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc\'\r\nimport \'rhsmlib.services.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fa400>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc\'\r\nimport \'ntpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904ce640>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890523f40>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc\'\r\nimport \'rhsm.https\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905359d0>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc\'\r\nimport \'rhsm.ourjson\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890535a60>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc\'\r\nimport \'rhsm.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904ce2b0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc\'\r\nimport \'subscription_manager.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904e03a0>\r\nimport \'rhsm.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890506d00>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc\'\r\nimport \'rhsm.bitstream\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890510970>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc\'\r\nimport \'rhsm.huffman\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589048e880>\r\nimport \'rhsm.pathtree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890510280>\r\nimport \'rhsm.certificate2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fabb0>\r\nimport \'subscription_manager.certdirectory\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905acd90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc\'\r\nimport \'pprint\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904b2640>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager.branding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904b2df0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441160>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cpuinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441a90>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.collection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904611c0>\r\nimport \'rhsmlib.facts.collector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441d60>\r\nimport \'rhsmlib.facts.hwprobe\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904411f0>\r\nimport \'subscription_manager.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'cloud_what\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041a2e0>\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cleanup\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041adc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.virt\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041af40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.dmidecodeparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890421be0>\r\nimport \'rhsmlib.facts.dmiinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904217c0>\r\nimport \'rhsmlib.facts.firmware_info\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890421310>\r\nimport \'rhsmlib.facts.host_collector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041aa60>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.custom\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041abb0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc\'\r\nimport \'urllib3.packages.ssl_match_hostname\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903cea00>\r\nimport \'urllib3.packages\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903ce670>\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc\'\r\nimport \'urllib3.packages.six\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903ce6d0>\r\nimport \'urllib3.packages.six.moves\' # \r\nimport \'urllib3.packages.six.moves.http_client\' # \r\nimport \'urllib3.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3610>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc\'\r\nimport \'urllib3._version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c37f0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'urllib3.contrib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a910>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc\'\r\nimport \'urllib3.contrib._appengine_environ\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037aac0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc\'\r\nimport \'urllib3.util.wait\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037ac70>\r\nimport \'urllib3.util.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a5b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc\'\r\nimport \'urllib3.util.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a8b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib3.util.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903860d0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc\'\r\nimport \'urllib3.util.retry\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386130>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc\'\r\nimport \'hmac\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890393340>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc\'\r\nimport \'urllib3.util.url\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890393910>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc\'\r\nimport \'urllib3.util.ssltransport\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903b3e80>\r\nimport \'urllib3.util.ssl_\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386c40>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc\'\r\nimport \'urllib3.util.timeout\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386b20>\r\nimport \'urllib3.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a250>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc\'\r\nimport \'urllib3.util.proxy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a310>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc\'\r\nimport \'urllib3._collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a040>\r\nimport \'urllib3.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903d7af0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc\'\r\nimport \'urllib3.fields\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033b8e0>\r\nimport \'urllib3.filepost\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033b520>\r\nimport \'urllib3.packages.six.moves.urllib\' # \r\nimport \'urllib3.packages.six.moves.urllib.parse\' # \r\nimport \'urllib3.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903e89a0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib3.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a2e0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc\'\r\nimport \'urllib3.util.queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033bd60>\r\nimport \'urllib3.connectionpool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3940>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc\'\r\nimport \'urllib3.poolmanager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890347910>\r\nimport \'urllib3\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc\'\r\nimport \'chardet.enums\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360280>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc\'\r\nimport \'chardet.charsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903604f0>\r\nimport \'chardet.charsetgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903550a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc\'\r\nimport \'chardet.codingstatemachine\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360df0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc\'\r\nimport \'chardet.escsm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368190>\r\nimport \'chardet.escprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903609d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc\'\r\nimport \'chardet.latin1prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890360c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc\'\r\nimport \'chardet.mbcssm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368c40>\r\nimport \'chardet.utf8prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903687f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc\'\r\nimport \'chardet.mbcharsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc\'\r\nimport \'chardet.euctwfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372b50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc\'\r\nimport \'chardet.euckrfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372c10>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc\'\r\nimport \'chardet.gb2312freq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372ca0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc\'\r\nimport \'chardet.big5freq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc\'\r\nimport \'chardet.jisfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372dc0>\r\nimport \'chardet.chardistribution\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903724f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc\'\r\nimport \'chardet.jpcntx\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890372f70>\r\nimport \'chardet.sjisprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368b20>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc\'\r\nimport \'chardet.eucjpprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b370>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc\'\r\nimport \'chardet.gb2312prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b6a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc\'\r\nimport \'chardet.euckrprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029b910>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc\'\r\nimport \'chardet.cp949prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029bbb0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc\'\r\nimport \'chardet.big5prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589029be50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc\'\r\nimport \'chardet.euctwprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1130>\r\nimport \'chardet.mbcsgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368430>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc\'\r\nimport \'chardet.hebrewprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1490>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc\'\r\nimport \'chardet.sbcharsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a18b0>\r\nimport \'chardet.langbulgarianmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1730>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc\'\r\nimport \'chardet.langgreekmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1d00>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc\'\r\nimport \'chardet.langhebrewmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc\'\r\nimport \'chardet.langrussianmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc\'\r\nimport \'chardet.langthaimodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b00d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc\'\r\nimport \'chardet.langturkishmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b0160>\r\nimport \'chardet.sbcsgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368640>\r\nimport \'chardet.universaldetector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903558b0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc\'\r\nimport \'chardet.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903558e0>\r\nimport \'chardet\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890355430>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'requests.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368520>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc\'\r\nimport \'requests.__version__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c33a0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc\'\r\nimport \'requests.certs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902b0fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc\'\r\nimport \'http.cookies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244580>\r\nimport \'requests.compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244370>\r\nimport \'requests._internal_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244100>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc\'\r\nimport \'requests.cookies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244400>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc\'\r\nimport \'requests.structures\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589024ff40>\r\nimport \'requests.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1c70>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc\'\r\nimport \'idna.package_data\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260a60>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc\'\r\nimport \'idna.idnadata\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026d250>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc\'\r\nimport \'idna.intranges\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026d310>\r\nimport \'idna.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260af0>\r\nimport \'idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260760>\r\nimport \'requests.packages\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260670>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\'\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589021d1c0>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026dd00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc\'\r\nimport \'requests.hooks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026df10>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc\'\r\nimport \'requests.auth\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026dfd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc\'\r\nimport \'requests.status_codes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589021deb0>\r\nimport \'requests.models\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc\'\r\nimport \'socks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901ce1c0>\r\nimport \'urllib3.contrib.socks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3df0>\r\nimport \'requests.adapters\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c32e0>\r\nimport \'requests.sessions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890233850>\r\nimport \'requests.api\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026db50>\r\nimport \'requests\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431c40>\r\nimport \'cloud_what._base_provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431550>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'cloud_what.providers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3f10>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc\'\r\nimport \'cloud_what.providers.aws\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3c40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc\'\r\nimport \'cloud_what.providers.azure\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901d7910>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc\'\r\nimport \'cloud_what.providers.gcp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901d7d00>\r\nimport \'cloud_what.provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041a520>\r\nimport \'rhsm.profile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589040b880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc\'\r\nimport \'subscription_manager.jsonwrapper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f22e0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc\'\r\nimport \'subscription_manager.isodate\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2670>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'syspurpose\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2790>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc\'\r\nimport \'syspurpose.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187100>\r\nimport \'syspurpose.files\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2850>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc\'\r\nimport \'subscription_manager.certlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194160>\r\nimport \'subscription_manager.syspurposelib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187a30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc\'\r\nimport \'asyncore\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589013a910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc\'\r\nimport \'ctypes.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890146550>\r\nimport \'pyinotify\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194ee0>\r\nimport \'rhsmlib.file_monitor\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194700>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901aaa00>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc\'\r\nimport \'dbus.decorators\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015fc40>\r\nimport \'dbus.service\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015f370>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc\'\r\nimport \'dbus.server\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015fdf0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dbus.mainloop\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901702b0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc\'\r\n# extension module \'_dbus_glib_bindings\' loaded from \'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\'\r\n# extension module \'_dbus_glib_bindings\' executed from \'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\'\r\nimport \'_dbus_glib_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890170430>\r\nimport \'dbus.mainloop.glib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901702e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc\'\r\nimport \'rhsmlib.dbus.constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901703d0>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc\'\r\n# possible namespace for /usr/lib/python3.9/site-packages/gi\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc\'\r\nimport \'gi._error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890170d00>\r\n# extension module \'gi._gi\' loaded from \'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'gi._gi\' executed from \'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'gi._gi\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890170b50>\r\nimport \'gi\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890170520>\r\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc\'\r\nimport \'gi._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114940>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc\'\r\nimport \'gi.docstring\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114a30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc\'\r\nimport \'gi._propertyhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114d30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc\'\r\nimport \'gi._signalhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890123340>\r\nimport \'gi.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901142e0>\r\nimport \'gi.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffe80>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'gi.overrides\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890114460>\r\nimport \'gi.importer\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffb20>\r\nimport \'gi.repository\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901708e0>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc\'\r\nimport \'gi._ossighelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013490>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589002cf10>\r\nimport \'optparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013cd0>\r\nimport \'gi._option\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013820>\r\nimport \'gi.overrides.GLib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890123f40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml.etree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffddd90>\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc\'\r\nimport \'xml.etree.ElementPath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fff9310>\r\n# extension module \'_elementtree\' loaded from \'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_elementtree\' executed from \'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_elementtree\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588fff9f10>\r\nimport \'xml.etree.ElementTree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdde20>\r\nimport \'rhsmlib.dbus.dbus_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdd760>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc\'\r\nimport \'socketserver\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890008f40>\r\nimport \'logging.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890008400>\r\nimport \'rhsm.logutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdf850>\r\nimport \'rhsmlib.dbus.server\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901aa880>\r\nimport \'rhsmlib.services.syspurpose\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187ee0>\r\nimport \'subscription_manager.cache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890474550>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager.model\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890400820>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc\'\r\nimport \'subscription_manager.model.ent_cert\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff8ddf0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc\'\r\nimport \'subscription_manager.repofile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff8df70>\r\nimport \'subscription_manager.repolib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1f10>\r\nimport \'subscription_manager.productid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905809a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc\'\r\nimport \'subscription_manager.reasons\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3e6d0>\r\nimport \'subscription_manager.cert_sorter\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffaeb50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.insights\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a100>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.kpatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a3a0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cloud_facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a5e0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.pkg_arches\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4a820>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.network\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff4aa00>\r\nimport \'rhsmlib.facts.all\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3ec70>\r\nimport \'subscription_manager.facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3e9a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc\'\r\nimport \'subscription_manager.identity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3ee80>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc\'\r\nimport \'subscription_manager.validity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a3d0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc\'\r\nimport \'rhsmlib.client_info\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a880>\r\nimport \'subscription_manager.cp_provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a4f0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc\'\r\nimport \'subscription_manager.base_plugin\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fef6190>\r\nimport \'subscription_manager.plugins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5acd0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc\'\r\nimport \'subscription_manager.lock\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5ae20>\r\nimport \'subscription_manager.injectioninit\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058d3d0>\r\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'librepo._librepo\' loaded from \'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\'\r\n# extension module \'librepo._librepo\' executed from \'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\'\r\nimport \'librepo._librepo\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588ff04b20>\r\nimport \'librepo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905806a0>\r\nimport \'dnf.plugin.dynamic.product-id\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890577520>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc\'\r\nimport \'subscription_manager.base_action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc\'\r\nimport \'subscription_manager.content_action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc\'\r\nimport \'subscription_manager.entbranding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff2c6a0>\r\nimport \'subscription_manager.rhelentbranding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25f40>\r\nimport \'subscription_manager.entcertlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1aaf0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc\'\r\nimport \'subscription_manager.identitycertlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25370>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc\'\r\nimport \'subscription_manager.healinglib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc\'\r\nimport \'subscription_manager.factlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3850>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc\'\r\nimport \'subscription_manager.packageprofilelib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc\'\r\nimport \'subscription_manager.installedproductslib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fea3e20>\r\nimport \'subscription_manager.action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a0d0>\r\nimport \'dnf.plugin.dynamic.subscription-manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff04cd0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.upload-profile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.notify_packagekit\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588feb9130>\r\n\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tlog", "sssd", "authselect"], "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, "state": null}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n# cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n# cleanup[2] removing gpg.constants.tofu\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n# destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n# cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n# cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n# cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.compat\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n# cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n# cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n# cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n# cleanup[2] removing dnf.plugin.dynamic.notify_packagekit\r\n# destroy dnf.plugin.dynamic.notify_packagekit\r\n# destroy _sitebuiltins\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy selinux\r\n# destroy distro\r\n# destroy netrc\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy systemd.journal\r\n# destroy iniparse.compat\r\n# destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n# destroy rhsmlib.facts.dmidecodeparser\r\n# destroy rhsmlib.facts.all\r\n# destroy rhsmlib.dbus\r\n# destroy rhsmlib.dbus.server\r\n# destroy rhsmlib.client_info\r\n# destroy librepo\r\n# cleanup[3] wiping subscription_manager.action_client\r\n# cleanup[3] wiping subscription_manager.installedproductslib\r\n# cleanup[3] wiping subscription_manager.packageprofilelib\r\n# cleanup[3] wiping subscription_manager.factlib\r\n# cleanup[3] wiping subscription_manager.healinglib\r\n# cleanup[3] wiping subscription_manager.identitycertlib\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n# cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n# cleanup[3] wiping subscription_manager.content_action_client\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n# cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n# cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n# cleanup[3] wiping subscription_manager.base_plugin\r\n# cleanup[3] wiping subscription_manager.cp_provider\r\n# cleanup[3] wiping subscription_manager.validity\r\n# cleanup[3] wiping subscription_manager.identity\r\n# cleanup[3] wiping subscription_manager.facts\r\n# cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n# cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n# cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n# destroy subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.cache\r\n# destroy rhsmlib.services.syspurpose\r\n# cleanup[3] wiping rhsm.logutil\r\n# cleanup[3] wiping logging.config\r\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\r\n# destroy xml.etree.ElementTree\r\n# cleanup[3] wiping _elementtree\r\n# cleanup[3] wiping xml.etree.ElementPath\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n# cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n# cleanup[3] wiping gi.repository\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides\r\n# destroy gi.overrides.GLib\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n# destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n# cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib\r\n# cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider\r\n# cleanup[3] wiping requests\r\n# destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n# destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n# destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel\r\n# destroy chardet.langrussianmodel\r\n# destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection\r\n# cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n# cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n# cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n# cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n# destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n# cleanup[3] wiping iniparse.ini\r\n# destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n# destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n# cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n# destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n# cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n# cleanup[3] wiping gpg._gpgme\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n# cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n# destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n# destroy xml.etree.ElementPath\r\n# destroy _elementtree\r\n# destroy _heapq\r\n# destroy zipimport\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n# destroy gi._gi\r\n# destroy gi._gobject\r\n# destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy stat\r\n# destroy selectors\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy gzip\r\n# destroy rhsmlib.facts.dmiinfo\r\n# destroy requests\r\n# destroy iniparse.ini\r\n# destroy enum\r\n# destroy signal\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n# destroy _stat\r\n# destroy http.cookies\r\n# destroy urllib.parse\r\n# destroy _weakref\r\n# destroy ntpath\r\n# destroy posix\r\n# destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n# destroy _opcode\r\n# destroy requests.sessions\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy fcntl\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings\r\n# destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n# destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n# destroy hashlib\r\n# destroy encodings\r\n# destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n# destroy calendar\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy codecs\r\n# destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util\r\n# destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n# destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n# destroy http.client\r\n# destroy email\r\n# destroy string\r\n# destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n# destroy errno\r\n# destroy select\r\n# destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n# destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n# destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n# destroy pyexpat\r\n# destroy threading\r\n# destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888130.39040: _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 0x7f58944d8dc0> # /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 0x7f589447d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58944d8b20> # /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 0x7f58944d8ac0> 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 0x7f589447d490> # /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 0x7f589447d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d670> # /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 0x7f5894434190> # /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 0x7f5894434220> # /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 0x7f5894457850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894434940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894495880> # /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 0x7f589442dd90> # /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 0x7f5894457d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589447d970> 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 0x7f58941adeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b1f40> # /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 0x7f58941a7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941af640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941ad370> # /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 0x7f58940b9dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940b98b0> 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 0x7f58940b9eb0> # /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 0x7f58940b9f70> # /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 0x7f58940b9e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589410c610> # /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 0x7f589411f670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941b5e20> # /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 0x7f58940cbc70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894112250> # 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 0x7f589411f280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb9d0> # /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 0x7f58940cbfa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cbd90> # /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 0x7f58940cbd00> # /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 0x7f589409f370> # /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 0x7f589409f460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940d3fa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cda30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cd490> # /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 0x7f5893fed1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5894089c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cdeb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58941bb040> # /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 0x7f5893fffaf0> 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 0x7f5893fffe20> # /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 0x7f5894012730> # /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 0x7f5894012c70> # 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 0x7f5893f9e3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893ffff10> # /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 0x7f5893fae280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940125b0> 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 0x7f5893fae340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb9d0> # /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 0x7f5893fca6a0> # /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 0x7f5893fca970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca760> # 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 0x7f5893fca850> # /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 0x7f5893fcaca0> # 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 0x7f5893fd71f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fca8e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893fbda30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58940cb5b0> # /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 0x7f5893fcaa90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5893eea670> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/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_ugsme5oj/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 0x7f5893de97f0> # /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 0x7f5893dfa760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa370> # /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 0x7f5893dfa490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa190> 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 0x7f5893dfa400> # /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 0x7f5893dfa7c0> # /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 0x7f5893d687c0> # 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 0x7f5893d68b50> # 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 0x7f5893d689a0> # /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 0x7f5893d86b20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e73d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dfa520> # /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 0x7f5893e73190> # /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 0x7f5893de4a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e18880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d80310> # 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 0x7f5893e18970> # /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 0x7f5893e48d30> # /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 0x7f5893d4a9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e50> # /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 0x7f5893d580d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e52e20> # /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 0x7f5893e1f700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d58100> # 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 0x7f5893d56580> # 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 0x7f5893d56640> # 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 0x7f5893d55c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893eea820> # /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 0x7f5893ddbaf0> # 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 0x7f5893dda9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893d4b850> # 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 0x7f5893ddb520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893e13ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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 0x7f5893402d30> # /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 0x7f58937e7550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dcfd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/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_ugsme5oj/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 0x7f5893dd09d0> # 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_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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 0x7f5893402610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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 0x7f5893e627f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893dda610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/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_ugsme5oj/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 0x7f58937f9c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dfbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937dd7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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 0x7f5893405af0> # /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 0x7f5893405fd0> # /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 0x7f58934052e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405880> # /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 0x7f58937ed880> # /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 0x7f589316bd00> # /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 0x7f589316c280> # /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 0x7f589316c460> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316b460> # /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 0x7f589316cf40> # /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 0x7f589316ce50> # /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 0x7f58931aa8b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893137cd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589316c910> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed130> # /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 0x7f5893395460> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7370> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931aa4f0> # /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 0x7f58931b1a00> # /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 0x7f58931b1c40> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58933e6130> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937d7d00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed5e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937ed820> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405790> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893405fa0> # /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 0x7f5893405a30> # /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 0x7f58931b1f40> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58937eda00> # /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 0x7f58931b1370> # /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 0x7f58931ab970> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589310ba30> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58931b11c0> # /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 0x7f589314f340> # /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 0x7f5893122c70> # /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 0x7f5893165bb0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893122e80> # /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 0x7f5893165e50> # /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 0x7f58931ac550> # /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 0x7f5892ecfc70> # zipimport: zlib available import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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_ugsme5oj/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 0x7f5892e32be0> # /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 0x7f5892e32d60> # /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 0x7f5892e83460> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32fd0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32280> # /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 0x7f5892e32850> # /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 0x7f5892db79a0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7550> # /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 0x7f5892d59520> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db79d0> # /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 0x7f5892cb8df0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892dd92b0> # /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 0x7f58914cb2b0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892d8c880> # /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 0x7f5891399e50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914aa550> # /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 0x7f58913049d0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58914cb4f0> # /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 0x7f58912fdd30> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891304f70> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7100> # /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 0x7f589122caf0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122c310> # /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 0x7f58912406d0> # /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 0x7f589124d280> # /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 0x7f589124d820> # /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 0x7f589124dc70> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589124d340> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240760> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891236d90> # /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 0x7f5890dffeb0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5891240160> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589122cc70> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f700> # /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 0x7f589132fe20> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589132f8b0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892db7250> # /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 0x7f5890e0dd30> # /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 0x7f5890c7e1f0> import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d1d280> # /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 0x7f5890d2a7c0> import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cd0e20> # /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 0x7f5890d2ae50> import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ab80> # /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 0x7f5890d2afd0> import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae20> # /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 0x7f5890b82190> # /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 0x7f5890b82220> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2af10> # /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 0x7f5890b823a0> import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2ae80> # /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 0x7f5890d2ac10> # /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 0x7f5890b821c0> # /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 0x7f5890b82400> # /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 0x7f5890b82490> # /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 0x7f5890b82520> # /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 0x7f5890b825b0> # /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 0x7f5890b82640> # /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 0x7f5890b826d0> # /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 0x7f5890b82760> # /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 0x7f5890b827f0> import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a1f0> import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d04190> # /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 0x7f5890b82bb0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b82910> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890d2a3d0> # /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 0x7f5890d2afa0> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfbc70> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890cfb280> # /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 0x7f5890cfb460> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31b20> # /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 0x7f5890cfbdf0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e0dcd0> # /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 0x7f5890b99c10> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b994c0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890e31910> # /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 0x7f5890b37280> # /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 0x7f5890ae9160> # 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 0x7f5890ae91f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b4a670> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b376a0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b2ba60> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99f70> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99eb0> # /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 0x7f5890ae9fa0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890ae9760> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b99d60> # /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 0x7f5890b22910> # /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 0x7f5890b0d820> # /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 0x7f5890b0d8b0> # /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 0x7f5890b0da30> # /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 0x7f5893225190> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b1d160> # /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 0x7f58932251f0> # /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 0x7f58932252e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890b0d9d0> # /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 0x7f5890b0df70> # /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 0x7f58909533a0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890953160> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909449a0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58932359a0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5893225e80> # /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 0x7f5893235c70> # /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 0x7f589323d970> # /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 0x7f589095f700> # /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 0x7f589095f340> # /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 0x7f5890970640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890970160> # /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 0x7f58909704c0> import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e32940> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5892e327f0> # /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 0x7f5890979f70> # /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 0x7f589092df70> # /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 0x7f58908c9d60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9be0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c93a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9160> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919eb0> # /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 0x7f58908c91f0> # /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 0x7f58908f4130> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58908c9e80> # /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 0x7f58908e59a0> # /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 0x7f58908f4fa0> # /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 0x7f58907f7190> # /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 0x7f58907f72e0> # /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 0x7f58907f78e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907f7610> # /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 0x7f58907f79a0> # /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 0x7f58908045e0> # /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 0x7f58908046d0> # /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 0x7f5890804eb0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890804ac0> # /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 0x7f5890804f10> # /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 0x7f589081baf0> # /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 0x7f589081bc10> # /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 0x7f589081be50> # /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 0x7f58907ab2e0> # /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 0x7f58907abcd0> # /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 0x7f58907abe20> # /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 0x7f58907b9520> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9100> # /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 0x7f58907b9f10> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907b9a60> # /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 0x7f58907b9d60> # /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 0x7f58907c87f0> # /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 0x7f58907c8f70> # /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 0x7f58907d4280> # /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 0x7f58907d4370> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919490> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58909191f0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890979cd0> # /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 0x7f58907d4ee0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4c10> # /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 0x7f589076e5b0> # /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 0x7f58907784f0> # 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 0x7f589076ee50> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589076edc0> # /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 0x7f58907a4730> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a41c0> # /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 0x7f58906f1a60> # /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 0x7f58906f1c40> # /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 0x7f58907a4ca0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907a4a30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907e1130> # /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 0x7f589076e1f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58907d4ac0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890919220> # /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 0x7f5890711160> # /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 0x7f5890711490> # /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 0x7f5890711d00> # /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 0x7f58906a7610> # /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 0x7f58906a7b80> # /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 0x7f58906b4c40> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4820> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4580> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b41f0> # /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 0x7f58906b4430> # /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 0x7f58906c0bb0> # /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 0x7f58906c0c40> # /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 0x7f58906d0280> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c0dc0> # /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 0x7f58905d72e0> # /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 0x7f58905e2340> # /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 0x7f58905e22e0> # /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 0x7f58905e2490> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905e21f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d7d00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905d73a0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906dea30> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0fa0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906d0940> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906c07f0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58906b4fd0> # /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 0x7f58906c0940> # /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 0x7f58905d7d90> # /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 0x7f58905e2760> # /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 0x7f58905e29d0> # /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 0x7f58905e2f40> # /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 0x7f58905fc730> # /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 0x7f5890580910> # /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 0x7f589058db80> # /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 0x7f58905b0130> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058dbe0> # /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 0x7f589055f400> # /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 0x7f589055f520> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551490> # /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 0x7f58905517c0> # /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 0x7f5890563910> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890551130> # /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 0x7f58905511f0> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890545a90> # /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 0x7f5890563dc0> # /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 0x7f58904fa1f0> # /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 0x7f58904fa2e0> # /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 0x7f58904fa400> # /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 0x7f58904ce640> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890523f40> # /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 0x7f58905359d0> # /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 0x7f5890535a60> # /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 0x7f58904ce2b0> # /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 0x7f58904e03a0> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890506d00> # /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 0x7f5890510970> # /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 0x7f589048e880> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890510280> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904fabb0> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905acd90> # /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 0x7f58904b2640> # /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 0x7f58904b2df0> # /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 0x7f5890441160> # /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 0x7f5890441a90> # /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 0x7f58904611c0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890441d60> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904411f0> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1880> # /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 0x7f589041a2e0> # /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 0x7f589041adc0> # /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 0x7f589041af40> # /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 0x7f5890421be0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904217c0> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890421310> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041aa60> # /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 0x7f589041abb0> # /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 0x7f58903cea00> import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903ce670> # /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 0x7f58903ce6d0> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3610> # /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 0x7f58903c37f0> # /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 0x7f589037a910> # /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 0x7f589037aac0> # /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 0x7f589037ac70> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a5b0> # /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 0x7f589037a8b0> # /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 0x7f58903860d0> # /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 0x7f5890386130> # /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 0x7f5890393340> # /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 0x7f5890393910> # /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 0x7f58903b3e80> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890386c40> # /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 0x7f5890386b20> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589037a250> # /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 0x7f589037a310> # /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 0x7f589037a040> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903d7af0> # /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 0x7f589033b8e0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589033b520> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903e89a0> # /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 0x7f589037a2e0> # /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 0x7f589033bd60> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903c3940> # /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 0x7f5890347910> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431fa0> # /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 0x7f5890360280> # /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 0x7f58903604f0> import 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903550a0> # /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 0x7f5890360df0> # /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 0x7f5890368190> import 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903609d0> # /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 0x7f5890360c40> # /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 0x7f5890368c40> import 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903687f0> # /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 0x7f5890368fa0> # /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 0x7f5890372b50> # /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 0x7f5890372c10> # /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 0x7f5890372ca0> # /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 0x7f5890372d30> # /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 0x7f5890372dc0> import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903724f0> # /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 0x7f5890372f70> import 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368b20> # /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 0x7f589029b370> # /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 0x7f589029b6a0> # /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 0x7f589029b910> # /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 0x7f589029bbb0> # /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 0x7f589029be50> # /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 0x7f58902a1130> import 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368430> # /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 0x7f58902a1490> # /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 0x7f58902a18b0> import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1730> # /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 0x7f58902a1d00> # /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 0x7f58902a1c40> # /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 0x7f58902a1d30> # /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 0x7f58902b00d0> # /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 0x7f58902b0160> import 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890368640> import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903558b0> # /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 0x7f58903558e0> import 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890355430> # /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 0x7f5890368520> # /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 0x7f58903c33a0> # /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 0x7f58902b0fd0> # /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 0x7f5890244580> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244370> import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890244100> # /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 0x7f5890244400> # /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 0x7f589024ff40> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a1c70> # /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 0x7f5890260a60> # /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 0x7f589026d250> # /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 0x7f589026d310> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260af0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260760> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260670> # /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 0x7f589021d1c0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026dd00> # /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 0x7f589026df10> # /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 0x7f589026dfd0> # /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 0x7f589021deb0> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890260730> # /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 0x7f58901ce1c0> import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c3df0> import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901c32e0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890233850> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026db50> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431c40> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890431550> # /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 0x7f58901c3f10> # /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 0x7f58901c3c40> # /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 0x7f58901d7910> # /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 0x7f58901d7d00> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041a520> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589040b880> # /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 0x7f58901f22e0> # /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 0x7f58901f2670> # /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 0x7f58901f2790> # /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 0x7f5890187100> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901f2850> # /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 0x7f5890194160> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187a30> # /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 0x7f589013a910> # /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 0x7f5890146550> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194ee0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890194700> # /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 0x7f58901aaa00> # /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 0x7f589015fc40> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589015f370> # /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 0x7f589015fdf0> # /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 0x7f58901702b0> # /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 0x7f5890170430> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901702e0> # /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 0x7f58901703d0> # /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 0x7f5890170d00> # 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 0x7f5890170b50> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890170520> # /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 0x7f5890114940> # /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 0x7f5890114a30> # /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 0x7f5890114d30> # /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 0x7f5890123340> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901142e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffe80> # /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 0x7f5890114460> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900ffb20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901708e0> # /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 0x7f5890013490> # /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 0x7f589002cf10> import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013cd0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890013820> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890123f40> # /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 0x7f588ffddd90> # /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 0x7f588fff9310> # 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 0x7f588fff9f10> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdde20> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdd760> # /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 0x7f5890008f40> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890008400> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdf850> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58901aa880> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890187ee0> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890474550> # /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 0x7f5890400820> # /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 0x7f588ff8ddf0> # /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 0x7f588ff8df70> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904a1f10> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905809a0> # /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 0x7f588ff3e6d0> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffaeb50> # /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 0x7f588ff4a100> # /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 0x7f588ff4a3a0> # /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 0x7f588ff4a5e0> # /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 0x7f588ff4a820> # /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 0x7f588ff4aa00> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3ec70> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff3e9a0> # /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 0x7f588ff3ee80> # /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 0x7f588ff5a3d0> # /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 0x7f588ff5a880> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5a4f0> # /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 0x7f588fef6190> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff5acd0> # /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 0x7f588ff5ae20> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589058d3d0> # /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 0x7f588ff04b20> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58905806a0> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890577520> # /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 0x7f588ff1a640> # /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 0x7f588ff25910> # /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 0x7f588ff2c6a0> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff25f40> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1aaf0> # /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 0x7f588ff25370> # /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 0x7f588fea3640> # /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 0x7f588fea3850> # /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 0x7f588fea3b50> # /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 0x7f588fea3e20> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff1a0d0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff04cd0> # /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 0x7f588ff1a490> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc' import 'dnf.plugin.dynamic.notify_packagekit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588feb9130> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tlog", "sssd", "authselect"], "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, "state": 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 # cleanup[2] removing dnf.plugin.dynamic.notify_packagekit # destroy dnf.plugin.dynamic.notify_packagekit # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888130.42079: done with _execute_module (ansible.legacy.dnf, {'name': ['tlog', 'sssd', 'authselect'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6535907-7611-162517761604698/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888130.42083: _low_level_execute_command(): starting 7519 1726888130.42085: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6535907-7611-162517761604698/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888130.42096: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888130.42098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888130.42100: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888130.42101: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888130.42103: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888130.42104: stderr chunk (state=3): >>>debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888130.42105: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888130.42106: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888130.42108: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888130.42109: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888130.42110: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888130.43847: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888130.43899: stderr chunk (state=3): >>><<< 7519 1726888130.43903: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888130.44126: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888130.44130: handler run complete 7519 1726888130.44133: attempt loop complete, returning result 7519 1726888130.44135: _execute() done 7519 1726888130.44137: dumping result to json 7519 1726888130.44140: done dumping result, returning 7519 1726888130.44142: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Install session recording packages [0ed44806-2f0b-c82f-f05a-00000000000b] 7519 1726888130.44144: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b 7519 1726888130.44202: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b 7519 1726888130.44206: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "best": null, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "tlog", "sssd", "authselect" ], "nobest": null, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": null, "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do 7519 1726888130.62272: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tlog", "sssd", "authselect"], "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, "state": null}}} <<< 7519 1726888130.68165: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tlog", "sssd", "authselect"], "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, "state": null}}} <<< 7519 1726888130.74555: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 7519 1726888130.74561: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888130.75266: 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 # clear sys.path_importer_cache <<< 7519 1726888130.75364: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75447: 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 <<< 7519 1726888130.75498: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75504: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75507: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75511: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75514: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75518: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # 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 <<< 7519 1726888130.75521: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75527: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75531: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75534: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75536: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75538: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75557: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75731: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.75736: stdout chunk (state=3): >>># 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.comp<<< 7519 1726888130.75740: stdout chunk (state=3): >>>at # 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 <<< 7519 1726888130.75744: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.76234: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 7519 1726888130.76306: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888130.76520: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888130.76524: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 7519 1726888130.76555: stdout chunk (state=3): >>># destroy selinux # destroy distro <<< 7519 1726888130.76574: stdout chunk (state=3): >>># destroy netrc <<< 7519 1726888130.76619: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 7519 1726888130.76648: stdout chunk (state=3): >>># destroy systemd.journal <<< 7519 1726888130.76652: 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 <<< 7519 1726888130.76745: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib <<< 7519 1726888130.76814: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.76819: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.76832: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.76850: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.76857: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.76863: 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 <<< 7519 1726888130.76866: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.76872: stdout chunk (state=3): >>># cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify # destroy asyncore # destroy ctypes <<< 7519 1726888130.76874: stdout chunk (state=3): >>># cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib <<< 7519 1726888130.76878: stdout chunk (state=3): >>># 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<<< 7519 1726888130.77011: stdout chunk (state=3): >>> # 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 <<< 7519 1726888130.77077: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77145: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77176: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77253: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77260: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77263: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77268: stdout chunk (state=3): >>># cleanup[3] wiping gpg.util # cleanup[3] wiping gpg.gpgme <<< 7519 1726888130.77414: stdout chunk (state=3): >>># cleanup[3] wiping gpg._gpgme <<< 7519 1726888130.77420: 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 # cleanup[3] wiping rpm._rpm <<< 7519 1726888130.77428: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77434: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module <<< 7519 1726888130.77439: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77442: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77444: stdout chunk (state=3): >>># cleanup[3] wiping _ssl <<< 7519 1726888130.77446: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77451: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77514: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 7519 1726888130.77526: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77537: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 7519 1726888130.77584: 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 # 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 <<< 7519 1726888130.77587: stdout chunk (state=3): >>># cleanup[3] wiping shlex # cleanup[3] wiping platform <<< 7519 1726888130.77595: stdout chunk (state=3): >>># cleanup[3] wiping subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping locale <<< 7519 1726888130.77953: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77970: 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 # 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 <<< 7519 1726888130.77976: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77979: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.77983: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78004: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78024: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78030: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78033: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78037: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78052: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78073: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78076: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78080: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78136: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78140: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78143: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.78865: stdout chunk (state=3): >>># destroy xml.etree.ElementPath # destroy _elementtree <<< 7519 1726888130.78885: stdout chunk (state=3): >>># destroy _heapq <<< 7519 1726888130.78889: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888130.78926: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7519 1726888130.78957: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse # destroy tokenize <<< 7519 1726888130.79027: stdout chunk (state=3): >>># destroy _compat_pickle <<< 7519 1726888130.79035: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.79042: stdout chunk (state=3): >>># destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap <<< 7519 1726888130.79109: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 7519 1726888130.79162: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy netrc <<< 7519 1726888130.79169: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.79237: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.79276: 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 <<< 7519 1726888130.79302: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.79326: stdout chunk (state=3): >>># destroy base64 # destroy importlib # destroy inspect # destroy gc # destroy math # destroy dateutil.parser._parser # destroy _stat # destroy http.cookies <<< 7519 1726888130.79661: 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 # 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 <<< 7519 1726888130.79670: stdout chunk (state=3): >>># destroy urllib.parse <<< 7519 1726888130.79675: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.79679: stdout chunk (state=3): >>># destroy _weakref # destroy ntpath # destroy posix <<< 7519 1726888130.79681: 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 <<< 7519 1726888130.79687: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.79690: stdout chunk (state=3): >>># destroy _opcode # destroy requests.sessions # destroy json.scanner # destroy _json <<< 7519 1726888130.79692: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.79696: stdout chunk (state=3): >>># destroy configparser # destroy fnmatch # destroy pyinotify <<< 7519 1726888130.79701: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.79733: stdout chunk (state=3): >>># destroy hashlib # destroy encodings # destroy http.cookiejar # destroy chardet # destroy json <<< 7519 1726888130.79736: stdout chunk (state=3): >>># destroy calendar # destroy dateutil.tz # destroy six <<< 7519 1726888130.79821: stdout chunk (state=3): >>># destroy codecs <<< 7519 1726888130.79828: stdout chunk (state=3): >>># destroy gpg.gpgme # destroy gpg.constants # destroy gpg.errors # destroy gpg.util <<< 7519 1726888130.79834: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.79881: 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 <<< 7519 1726888130.79887: stdout chunk (state=3): >>># destroy subprocess # destroy rhsmlib.facts.collector # destroy itertools # destroy http.client <<< 7519 1726888130.80100: stdout chunk (state=3): >>># destroy email <<< 7519 1726888130.80106: stdout chunk (state=3): >>># destroy string # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection <<< 7519 1726888130.80111: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.80135: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888130.80173: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.80177: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7519 1726888130.80241: 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 # 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 <<< 7519 1726888130.80739: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888130.80800: stderr chunk (state=3): >>><<< 7519 1726888130.80803: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7983a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf772850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7b0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf748d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf772d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf713eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf716f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf70c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf712640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf713370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf61edc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61e8b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61eeb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61ef70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61ee80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677d30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf670610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf684670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf71ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf630c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf684280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7209d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3fa460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf638fa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf32e1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3e5c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf720040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf340af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf340e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf352730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf352c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2eb3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf340f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2fb280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3525b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf2fb340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6309d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf3176a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf317760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf317ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf3231f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3178e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf30aa30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6305b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf317a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faacf237670>\r\n# zipimport: found 34 names in \'/tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebee7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf147760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf147400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1477c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf159850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf1594c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf159670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb8cb20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1c0d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1c0190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb68a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb86310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebd8970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf195d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb4f9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5e0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf16b700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb5e100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5c580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5c640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faaceb5bc70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf237820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe1af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe09d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb51850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacebe1520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf160ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace744d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb3d550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb14fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd69d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace744610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacf1af7f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebe0610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb38c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb19460>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb1b7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'email\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742af0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'email.mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742fd0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc\'\r\nimport \'quopri\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace7422e0>\r\nimport \'email.encoders\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc\'\r\nimport \'email.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc\'\r\nimport \'email.quoprimime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4bbd00>\r\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc\'\r\nimport \'email.base64mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9280>\r\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc\'\r\nimport \'email.charset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9460>\r\nimport \'email.header\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4bb460>\r\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9f40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc\'\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9e50>\r\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc\'\r\nimport \'calendar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e08b0>\r\nimport \'email._parseaddr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace457340>\r\nimport \'email.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9910>\r\nimport \'email._policybase\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35130>\r\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc\'\r\nimport \'email._encoded_words\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace6d4460>\r\nimport \'email._header_value_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15370>\r\nimport \'email.headerregistry\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e04f0>\r\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc\'\r\nimport \'uu\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1a00>\r\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc\'\r\nimport \'email.iterators\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1c40>\r\nimport \'email.message\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace726130>\r\nimport \'email.contentmanager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15d00>\r\nimport \'email.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb355e0>\r\nimport \'email.mime.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35820>\r\nimport \'email.mime.nonmultipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742790>\r\nimport \'email.mime.application\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742fa0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc\'\r\nimport \'email.mime.multipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742a30>\r\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc\'\r\nimport \'email.feedparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1f40>\r\nimport \'email.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35a00>\r\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'http\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f1370>\r\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace4fb6a0>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace44ba30>\r\nimport \'http.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f11c0>\r\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc\'\r\nimport \'mimetypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace48f340>\r\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc\'\r\nimport \'netrc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace46dc70>\r\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4a5460>\r\nimport \'urllib.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace46de80>\r\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc\'\r\nimport \'urllib.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4a51c0>\r\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc\'\r\nimport \'http.cookiejar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e2550>\r\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc\'\r\nimport \'gzip\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace20fc70>\r\n# zipimport: zlib available\r\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\r\n# zipimport: zlib available\r\nimport \'gc\' # \r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc\'\r\nimport \'email.mime.text\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172be0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172d60>\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace1c3460>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172fd0>\r\nimport \'dnf.pycomp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172280>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc\'\r\nimport \'dnf.const\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172850>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc\'\r\n# extension module \'libdnf._error\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_error.so\'\r\n# extension module \'libdnf._error\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_error.so\'\r\nimport \'libdnf._error\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace0f79a0>\r\nimport \'libdnf.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc\'\r\n# extension module \'libdnf._common_types\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\'\r\n# extension module \'libdnf._common_types\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\'\r\nimport \'libdnf._common_types\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace099520>\r\nimport \'libdnf.common_types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f79d0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc\'\r\n# extension module \'libdnf._conf\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\'\r\n# extension module \'libdnf._conf\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\'\r\nimport \'libdnf._conf\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacdd5fdf0>\r\nimport \'libdnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1192b0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc\'\r\n# extension module \'libdnf._module\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_module.so\'\r\n# extension module \'libdnf._module\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_module.so\'\r\nimport \'libdnf._module\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc8102b0>\r\nimport \'libdnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0cc880>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc\'\r\n# extension module \'libdnf._repo\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\'\r\n# extension module \'libdnf._repo\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\'\r\nimport \'libdnf._repo\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc6dde50>\r\nimport \'libdnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc7ef550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc\'\r\n# extension module \'libdnf._transaction\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\'\r\n# extension module \'libdnf._transaction\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\'\r\nimport \'libdnf._transaction\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc6489d0>\r\nimport \'libdnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc8104f0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc\'\r\n# extension module \'libdnf._utils\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\'\r\n# extension module \'libdnf._utils\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\'\r\nimport \'libdnf._utils\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc642d30>\r\nimport \'libdnf.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc648f70>\r\nimport \'libdnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7100>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc571af0>\r\nimport \'dnf.i18n\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571310>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.yum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc5846d0>\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'dnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591280>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'rpm._rpm\' loaded from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'rpm._rpm\' executed from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'rpm._rpm\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc591820>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591c70>\r\nimport \'rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591340>\r\nimport \'dnf.yum.rpmtrans\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584760>\r\nimport \'dnf.callback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc57bd90>\r\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'hawkey._hawkey\' loaded from \'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\'\r\n# extension module \'hawkey._hawkey\' executed from \'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\'\r\nimport \'hawkey._hawkey\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc143eb0>\r\nimport \'hawkey\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584160>\r\nimport \'dnf.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571c70>\r\nimport \'dnf.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc674700>\r\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'libcomps._libpycomps\' loaded from \'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\'\r\n# extension module \'libcomps._libpycomps\' executed from \'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\'\r\nimport \'libcomps._libpycomps\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacc674e20>\r\nimport \'libcomps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc6748b0>\r\nimport \'dnf.comps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7250>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.db\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc150d30>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc\'\r\n# extension module \'gpg._gpgme\' loaded from \'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'gpg._gpgme\' executed from \'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'gpg._gpgme\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbfc21f0>\r\nimport \'gpg.gpgme\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc062280>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc\'\r\nimport \'gpg.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e7c0>\r\nimport \'gpg.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc014e20>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc\'\r\nimport \'gpg.constants.data.encoding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee50>\r\nimport \'gpg.constants.data\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06eb80>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc\'\r\nimport \'gpg.constants.keylist.mode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06efd0>\r\nimport \'gpg.constants.keylist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee20>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc\'\r\nimport \'gpg.constants.sig.mode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5190>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc\'\r\nimport \'gpg.constants.sig.notation\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5220>\r\nimport \'gpg.constants.sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ef10>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc\'\r\nimport \'gpg.constants.tofu.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec53a0>\r\nimport \'gpg.constants.tofu\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee80>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc\'\r\nimport \'gpg.constants.create\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ec10>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc\'\r\nimport \'gpg.constants.event\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec51c0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc\'\r\nimport \'gpg.constants.import_type\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5400>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc\'\r\nimport \'gpg.constants.keysign\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5490>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc\'\r\nimport \'gpg.constants.md\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5520>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc\'\r\nimport \'gpg.constants.pk\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec55b0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc\'\r\nimport \'gpg.constants.protocol\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5640>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc\'\r\nimport \'gpg.constants.sigsum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec56d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc\'\r\nimport \'gpg.constants.status\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5760>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc\'\r\nimport \'gpg.constants.validity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec57f0>\r\nimport \'gpg.constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e1f0>\r\nimport \'gpg.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc049190>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbec5bb0>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5910>\r\nimport \'gpg.callbacks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e3d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc\'\r\nimport \'gpg.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06efa0>\r\nimport \'gpg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040c70>\r\nimport \'dnf.crypto\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040280>\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040460>\r\nimport \'dnf.yum.misc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175b20>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc\'\r\nimport \'dnf.db.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040df0>\r\nimport \'dnf.db.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc150cd0>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc\'\r\nimport \'dnf.conf.substitutions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedec10>\r\nimport \'dnf.conf.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbede4c0>\r\nimport \'dnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc\'\r\nimport \'dnf.lock\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe7c280>\r\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2e160>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbe2e1f0>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe8f670>\r\nimport \'logging.handlers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe7c6a0>\r\nimport \'dnf.logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe70a60>\r\nimport \'dnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedef70>\r\nimport \'dnf.conf.read\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedeeb0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'dnf.rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2efa0>\r\nimport \'dnf.rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2e760>\r\nimport \'dnf.dnssec\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbeded60>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc\'\r\nimport \'dnf.drpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe67910>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc\'\r\nimport \'dnf.goal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52820>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc\'\r\nimport \'dnf.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe528b0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52a30>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc\'\r\n# extension module \'libdnf._smartcols\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\'\r\n# extension module \'libdnf._smartcols\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\'\r\nimport \'libdnf._smartcols\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faace564190>\r\nimport \'libdnf.smartcols\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe62160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc\'\r\nimport \'dnf.selector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5641f0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'dnf.module.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5642e0>\r\nimport \'dnf.module.module_base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe529d0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc\'\r\nimport \'dnf.persistor\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe52f70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc\'\r\n# extension module \'_opcode\' loaded from \'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_opcode\' executed from \'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_opcode\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbc983a0>\r\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc98160>\r\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc889a0>\r\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5759a0>\r\nimport \'dnf.plugin\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace564e80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc\'\r\nimport \'dnf.query\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace575c70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc\'\r\nimport \'dnf.repodict\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace57c970>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc\'\r\nimport \'dnf.rpm.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbca6700>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc\'\r\nimport \'dnf.rpm.miscutils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbca6340>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc\'\r\nimport \'dnf.package\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb4640>\r\nimport \'dnf.sack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb4160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc\'\r\nimport \'dnf.subject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb44c0>\r\nimport \'dnf.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172940>\r\nimport \'dnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1727f0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnfpluginscore\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcbdf70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc\'\r\nimport \'dnf.cli.format\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc74f70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\r\n# code object from \'/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_curses\' loaded from \'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_curses\' executed from \'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_curses\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbc0dd60>\r\nimport \'curses\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0dbe0>\r\nimport \'dnf.cli.term\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d3a0>\r\nimport \'dnf.cli.progress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d160>\r\nimport \'dnf.cli.output\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5deb0>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'dnf.cli.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d1f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc\'\r\nimport \'dnf.cli.option_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc39130>\r\nimport \'dnf.cli.commands\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0de80>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.alias\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc299a0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.autoremove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc39fa0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.check\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b190>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.clean\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b2e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.repoquery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b8e0>\r\nimport \'dnf.cli.commands.deplist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b610>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.distrosync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b9a0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.downgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb485e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb486d0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc\'\r\nimport \'dnf.transaction_sr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48eb0>\r\nimport \'dnf.cli.commands.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48ac0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48f10>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.makecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60af0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.mark\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60c10>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb60e50>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.reinstall\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaef2e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.remove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaefcd0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.repolist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbaefe20>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc\'\r\nimport \'dnf.match_counter\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafe520>\r\nimport \'dnf.cli.commands.search\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafe100>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc\'\r\nimport \'cmd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafef10>\r\nimport \'dnf.cli.commands.shell\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafea60>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.swap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafed60>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.updateinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb0b7f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb0bf70>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.upgrademinimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc\'\r\nimport \'dnf.cli.demand\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19370>\r\nimport \'dnf.cli.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d490>\r\nimport \'dnf.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d1f0>\r\nimport \'dnf.plugin.dynamic.builddep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcbdcd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc\'\r\nimport \'dateutil._version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19ee0>\r\nimport \'dateutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19c10>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc\'\r\nimport \'six\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab35b0>\r\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc\'\r\nimport \'numbers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbabc4f0>\r\n# extension module \'_decimal\' loaded from \'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_decimal\' executed from \'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_decimal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacbab3e50>\r\nimport \'decimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab3dc0>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc\'\r\nimport \'dateutil._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8730>\r\nimport \'dateutil.relativedelta\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae81c0>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc\'\r\nimport \'six.moves\' # \r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc\'\r\nimport \'dateutil.tz._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba34a60>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc\'\r\nimport \'dateutil.tz._factories\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba34c40>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc\'\r\n# destroy dateutil.tz.win\r\nimport \'dateutil.tz.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8ca0>\r\nimport \'dateutil.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8a30>\r\nimport \'dateutil.parser._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb26130>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc\'\r\nimport \'dateutil.parser.isoparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab31f0>\r\nimport \'dateutil.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19ac0>\r\nimport \'dnf.plugin.dynamic.changelog\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d220>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.config_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56160>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.copr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.debug\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba56d00>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.debuginfo-install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9eb610>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.download\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9ebb80>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from \'/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n# code object from \'/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc\'\r\n# extension module \'_sqlite3\' loaded from \'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_sqlite3\' executed from \'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_sqlite3\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb9f8c40>\r\nimport \'sqlite3.dbapi2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8820>\r\nimport \'sqlite3\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8580>\r\nimport \'dnf.plugin.dynamic.generate_completion_cache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f81f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.groups_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8430>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc\'\r\nimport \'dbus._compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06bb0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'dbus.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06c40>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc\'\r\n# extension module \'_dbus_bindings\' loaded from \'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\'\r\n# extension module \'_dbus_bindings\' executed from \'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\'\r\nimport \'_dbus_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacba14280>\r\nimport \'dbus.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06dc0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc\'\r\nimport \'dbus.lowlevel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91b2e0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924340>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml.parsers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9242e0>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from \'/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc\'\r\n# extension module \'pyexpat\' loaded from \'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'pyexpat\' executed from \'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'pyexpat\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb924490>\r\nimport \'xml.parsers.expat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9241f0>\r\nimport \'dbus._expat_introspect_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91bd00>\r\nimport \'dbus.proxies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91b3a0>\r\nimport \'dbus.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba22a30>\r\nimport \'dbus.bus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14fa0>\r\nimport \'dbus._dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14940>\r\nimport \'dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba067f0>\r\nimport \'dnf.plugin.dynamic.needs_restarting\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8fd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repoclosure\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06940>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repodiff\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91bd90>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repograph\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924760>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repomanage\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9249d0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.reposync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb924f40>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.system_upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb941730>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c5910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d2b80>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc\'\r\n# extension module \'rhsm._certificate\' loaded from \'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'rhsm._certificate\' executed from \'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'rhsm._certificate\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb8f4130>\r\nimport \'rhsm.certificate\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d2be0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'iniparse.configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a3400>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc\'\r\nimport \'iniparse.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a3520>\r\nimport \'iniparse.ini\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895490>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc\'\r\nimport \'iniparse.compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8957c0>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc\'\r\nimport \'iniparse.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a8910>\r\nimport \'iniparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895130>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc\'\r\nimport \'subscription_manager.i18n\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8951f0>\r\nimport \'rhsm.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb88aa90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc\'\r\nimport \'subscription_manager.injection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8a8dc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d1f0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.services\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d2e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc\'\r\nimport \'rhsmlib.services.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83d400>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc\'\r\nimport \'ntpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb813640>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb867f40>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc\'\r\nimport \'rhsm.https\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb87a9d0>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc\'\r\nimport \'rhsm.ourjson\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb87aa60>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc\'\r\nimport \'rhsm.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8132b0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc\'\r\nimport \'subscription_manager.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8243a0>\r\nimport \'rhsm.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb84bd00>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc\'\r\nimport \'rhsm.bitstream\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb853970>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc\'\r\nimport \'rhsm.huffman\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7d3880>\r\nimport \'rhsm.pathtree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb853280>\r\nimport \'rhsm.certificate2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83dbb0>\r\nimport \'subscription_manager.certdirectory\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8f0d90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc\'\r\nimport \'pprint\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7f7640>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager.branding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7f7df0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785160>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cpuinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785a90>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.collection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7a51c0>\r\nimport \'rhsmlib.facts.collector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785d60>\r\nimport \'rhsmlib.facts.hwprobe\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7851f0>\r\nimport \'subscription_manager.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'cloud_what\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75e2e0>\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cleanup\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75edc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.virt\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ef40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.dmidecodeparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb766be0>\r\nimport \'rhsmlib.facts.dmiinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7667c0>\r\nimport \'rhsmlib.facts.firmware_info\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb766310>\r\nimport \'rhsmlib.facts.host_collector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ea60>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.custom\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ebb0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc\'\r\nimport \'urllib3.packages.ssl_match_hostname\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb713a00>\r\nimport \'urllib3.packages\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb713670>\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc\'\r\nimport \'urllib3.packages.six\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7136d0>\r\nimport \'urllib3.packages.six.moves\' # \r\nimport \'urllib3.packages.six.moves.http_client\' # \r\nimport \'urllib3.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708610>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc\'\r\nimport \'urllib3._version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7087f0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'urllib3.contrib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf910>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc\'\r\nimport \'urllib3.contrib._appengine_environ\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bfac0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc\'\r\nimport \'urllib3.util.wait\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bfc70>\r\nimport \'urllib3.util.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf5b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc\'\r\nimport \'urllib3.util.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf8b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib3.util.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cb0d0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc\'\r\nimport \'urllib3.util.retry\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cb130>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc\'\r\nimport \'hmac\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6d7340>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc\'\r\nimport \'urllib3.util.url\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6d7910>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc\'\r\nimport \'urllib3.util.ssltransport\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6f8e80>\r\nimport \'urllib3.util.ssl_\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cbc40>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc\'\r\nimport \'urllib3.util.timeout\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cbb20>\r\nimport \'urllib3.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf250>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc\'\r\nimport \'urllib3.util.proxy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf310>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc\'\r\nimport \'urllib3._collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf040>\r\nimport \'urllib3.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb71caf0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc\'\r\nimport \'urllib3.fields\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67f8e0>\r\nimport \'urllib3.filepost\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67f520>\r\nimport \'urllib3.packages.six.moves.urllib\' # \r\nimport \'urllib3.packages.six.moves.urllib.parse\' # \r\nimport \'urllib3.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb72d9a0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib3.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf2e0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc\'\r\nimport \'urllib3.util.queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67fd60>\r\nimport \'urllib3.connectionpool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708940>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc\'\r\nimport \'urllib3.poolmanager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb68c910>\r\nimport \'urllib3\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc\'\r\nimport \'chardet.enums\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4280>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc\'\r\nimport \'chardet.charsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a44f0>\r\nimport \'chardet.charsetgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a0a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc\'\r\nimport \'chardet.codingstatemachine\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4df0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc\'\r\nimport \'chardet.escsm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad190>\r\nimport \'chardet.escprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a49d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc\'\r\nimport \'chardet.latin1prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a4c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc\'\r\nimport \'chardet.mbcssm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adc40>\r\nimport \'chardet.utf8prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad7f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc\'\r\nimport \'chardet.mbcharsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adfa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc\'\r\nimport \'chardet.euctwfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6b50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc\'\r\nimport \'chardet.euckrfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6c10>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc\'\r\nimport \'chardet.gb2312freq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6ca0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc\'\r\nimport \'chardet.big5freq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc\'\r\nimport \'chardet.jisfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6dc0>\r\nimport \'chardet.chardistribution\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b64f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc\'\r\nimport \'chardet.jpcntx\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b6f70>\r\nimport \'chardet.sjisprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adb20>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc\'\r\nimport \'chardet.eucjpprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0370>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc\'\r\nimport \'chardet.gb2312prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e06a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc\'\r\nimport \'chardet.euckrprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0910>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc\'\r\nimport \'chardet.cp949prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0bb0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc\'\r\nimport \'chardet.big5prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e0e50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc\'\r\nimport \'chardet.euctwprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5130>\r\nimport \'chardet.mbcsgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad430>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc\'\r\nimport \'chardet.hebrewprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5490>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc\'\r\nimport \'chardet.sbcharsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e58b0>\r\nimport \'chardet.langbulgarianmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5730>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc\'\r\nimport \'chardet.langgreekmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5d00>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc\'\r\nimport \'chardet.langhebrewmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc\'\r\nimport \'chardet.langrussianmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc\'\r\nimport \'chardet.langthaimodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f30d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc\'\r\nimport \'chardet.langturkishmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f3160>\r\nimport \'chardet.sbcsgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad640>\r\nimport \'chardet.universaldetector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a8b0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc\'\r\nimport \'chardet.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a8e0>\r\nimport \'chardet\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a430>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'requests.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad520>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc\'\r\nimport \'requests.__version__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7083a0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc\'\r\nimport \'requests.certs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5f3fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc\'\r\nimport \'http.cookies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589580>\r\nimport \'requests.compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589370>\r\nimport \'requests._internal_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589100>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc\'\r\nimport \'requests.cookies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589400>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc\'\r\nimport \'requests.structures\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb593f40>\r\nimport \'requests.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5c70>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc\'\r\nimport \'idna.package_data\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5a60>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc\'\r\nimport \'idna.idnadata\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2250>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc\'\r\nimport \'idna.intranges\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2310>\r\nimport \'idna.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5af0>\r\nimport \'idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5760>\r\nimport \'requests.packages\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5670>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\'\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5621c0>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2d00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc\'\r\nimport \'requests.hooks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2f10>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc\'\r\nimport \'requests.auth\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc\'\r\nimport \'requests.status_codes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb562eb0>\r\nimport \'requests.models\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc\'\r\nimport \'socks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5131c0>\r\nimport \'urllib3.contrib.socks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508df0>\r\nimport \'requests.adapters\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5082e0>\r\nimport \'requests.sessions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb577850>\r\nimport \'requests.api\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2b50>\r\nimport \'requests\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775c40>\r\nimport \'cloud_what._base_provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775550>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'cloud_what.providers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508f10>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc\'\r\nimport \'cloud_what.providers.aws\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508c40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc\'\r\nimport \'cloud_what.providers.azure\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb51c910>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc\'\r\nimport \'cloud_what.providers.gcp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb51cd00>\r\nimport \'cloud_what.provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75e520>\r\nimport \'rhsm.profile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb74e880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc\'\r\nimport \'subscription_manager.jsonwrapper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5372e0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc\'\r\nimport \'subscription_manager.isodate\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537670>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'syspurpose\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537790>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc\'\r\nimport \'syspurpose.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cb100>\r\nimport \'syspurpose.files\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537850>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc\'\r\nimport \'subscription_manager.certlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9160>\r\nimport \'subscription_manager.syspurposelib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cba30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc\'\r\nimport \'asyncore\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb47f910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc\'\r\nimport \'ctypes.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb48b550>\r\nimport \'pyinotify\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9ee0>\r\nimport \'rhsmlib.file_monitor\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9700>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4eea00>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc\'\r\nimport \'dbus.decorators\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4c40>\r\nimport \'dbus.service\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4370>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc\'\r\nimport \'dbus.server\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4df0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dbus.mainloop\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b52b0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc\'\r\n# extension module \'_dbus_glib_bindings\' loaded from \'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\'\r\n# extension module \'_dbus_glib_bindings\' executed from \'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\'\r\nimport \'_dbus_glib_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb4b5430>\r\nimport \'dbus.mainloop.glib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b52e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc\'\r\nimport \'rhsmlib.dbus.constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b53d0>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc\'\r\n# possible namespace for /usr/lib/python3.9/site-packages/gi\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc\'\r\nimport \'gi._error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b5d00>\r\n# extension module \'gi._gi\' loaded from \'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'gi._gi\' executed from \'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'gi._gi\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb4b5b50>\r\nimport \'gi\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b5520>\r\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc\'\r\nimport \'gi._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458940>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc\'\r\nimport \'gi.docstring\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458a30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc\'\r\nimport \'gi._propertyhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458d30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc\'\r\nimport \'gi._signalhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb468340>\r\nimport \'gi.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4582e0>\r\nimport \'gi.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444e80>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'gi.overrides\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb458460>\r\nimport \'gi.importer\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444b20>\r\nimport \'gi.repository\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b58e0>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc\'\r\nimport \'gi._ossighelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358490>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb371f10>\r\nimport \'optparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358cd0>\r\nimport \'gi._option\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358820>\r\nimport \'gi.overrides.GLib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb468f40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml.etree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320d90>\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc\'\r\nimport \'xml.etree.ElementPath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb33e310>\r\n# extension module \'_elementtree\' loaded from \'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_elementtree\' executed from \'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_elementtree\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb33ef10>\r\nimport \'xml.etree.ElementTree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320e20>\r\nimport \'rhsmlib.dbus.dbus_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320760>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc\'\r\nimport \'socketserver\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb34df40>\r\nimport \'logging.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb34d400>\r\nimport \'rhsm.logutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb323850>\r\nimport \'rhsmlib.dbus.server\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4ee880>\r\nimport \'rhsmlib.services.syspurpose\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cbee0>\r\nimport \'subscription_manager.cache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7b8550>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager.model\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb745820>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc\'\r\nimport \'subscription_manager.model.ent_cert\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2d1df0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc\'\r\nimport \'subscription_manager.repofile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2d1f70>\r\nimport \'subscription_manager.repolib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5f10>\r\nimport \'subscription_manager.productid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c59a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc\'\r\nimport \'subscription_manager.reasons\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2826d0>\r\nimport \'subscription_manager.cert_sorter\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2f3b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.insights\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f100>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.kpatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f3a0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cloud_facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f5e0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.pkg_arches\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28f820>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.network\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb28fa00>\r\nimport \'rhsmlib.facts.all\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb282c70>\r\nimport \'subscription_manager.facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2829a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc\'\r\nimport \'subscription_manager.identity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb282e80>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc\'\r\nimport \'subscription_manager.validity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f3d0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc\'\r\nimport \'rhsmlib.client_info\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f880>\r\nimport \'subscription_manager.cp_provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f4f0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc\'\r\nimport \'subscription_manager.base_plugin\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb23b190>\r\nimport \'subscription_manager.plugins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29fcd0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc\'\r\nimport \'subscription_manager.lock\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29fe20>\r\nimport \'subscription_manager.injectioninit\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d23d0>\r\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'librepo._librepo\' loaded from \'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\'\r\n# extension module \'librepo._librepo\' executed from \'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\'\r\nimport \'librepo._librepo\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faacb248b20>\r\nimport \'librepo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c56a0>\r\nimport \'dnf.plugin.dynamic.product-id\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb94d520>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc\'\r\nimport \'subscription_manager.base_action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc\'\r\nimport \'subscription_manager.content_action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26a910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc\'\r\nimport \'subscription_manager.entbranding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2716a0>\r\nimport \'subscription_manager.rhelentbranding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26af40>\r\nimport \'subscription_manager.entcertlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25faf0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc\'\r\nimport \'subscription_manager.identitycertlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26a370>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc\'\r\nimport \'subscription_manager.healinglib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27a640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc\'\r\nimport \'subscription_manager.factlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27a850>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc\'\r\nimport \'subscription_manager.packageprofilelib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27ab50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc\'\r\nimport \'subscription_manager.installedproductslib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb27ae20>\r\nimport \'subscription_manager.action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f0d0>\r\nimport \'dnf.plugin.dynamic.subscription-manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb248cd0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.upload-profile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f490>\r\n\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tlog", "sssd", "authselect"], "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, "state": null}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n# cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n# cleanup[2] removing gpg.constants.tofu\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n# destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n# cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n# cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n# cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.compat\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n# cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n# cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n# cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n# destroy _sitebuiltins\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy selinux\r\n# destroy distro\r\n# destroy netrc\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy systemd.journal\r\n# destroy iniparse.compat\r\n# destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n# destroy rhsmlib.facts.dmidecodeparser\r\n# destroy rhsmlib.facts.all\r\n# destroy rhsmlib.dbus\r\n# destroy rhsmlib.dbus.server\r\n# destroy rhsmlib.client_info\r\n# destroy librepo\r\n# cleanup[3] wiping subscription_manager.action_client\r\n# cleanup[3] wiping subscription_manager.installedproductslib\r\n# cleanup[3] wiping subscription_manager.packageprofilelib\r\n# cleanup[3] wiping subscription_manager.factlib\r\n# cleanup[3] wiping subscription_manager.healinglib\r\n# cleanup[3] wiping subscription_manager.identitycertlib\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n# cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n# cleanup[3] wiping subscription_manager.content_action_client\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n# cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n# cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n# cleanup[3] wiping subscription_manager.base_plugin\r\n# cleanup[3] wiping subscription_manager.cp_provider\r\n# cleanup[3] wiping subscription_manager.validity\r\n# cleanup[3] wiping subscription_manager.identity\r\n# cleanup[3] wiping subscription_manager.facts\r\n# cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n# cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n# cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n# destroy subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.cache\r\n# destroy rhsmlib.services.syspurpose\r\n# cleanup[3] wiping rhsm.logutil\r\n# cleanup[3] wiping logging.config\r\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\r\n# destroy xml.etree.ElementTree\r\n# cleanup[3] wiping _elementtree\r\n# cleanup[3] wiping xml.etree.ElementPath\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n# cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n# cleanup[3] wiping gi.repository\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides\r\n# destroy gi.overrides.GLib\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n# destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n# cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib\r\n# cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider\r\n# cleanup[3] wiping requests\r\n# destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n# destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n# destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel\r\n# destroy chardet.langrussianmodel\r\n# destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection\r\n# cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n# cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n# cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n# cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n# destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n# cleanup[3] wiping iniparse.ini\r\n# destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n# destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n# cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n# destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n# cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n# cleanup[3] wiping gpg._gpgme\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n# cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n# destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n# destroy xml.etree.ElementPath\r\n# destroy _elementtree\r\n# destroy _heapq\r\n# destroy zipimport\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n# destroy gi._gi\r\n# destroy gi._gobject\r\n# destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy stat\r\n# destroy selectors\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy gzip\r\n# destroy rhsmlib.facts.dmiinfo\r\n# destroy requests\r\n# destroy iniparse.ini\r\n# destroy enum\r\n# destroy signal\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n# destroy _stat\r\n# destroy http.cookies\r\n# destroy urllib.parse\r\n# destroy _weakref\r\n# destroy ntpath\r\n# destroy posix\r\n# destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n# destroy _opcode\r\n# destroy requests.sessions\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy fcntl\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings\r\n# destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n# destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n# destroy hashlib\r\n# destroy encodings\r\n# destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n# destroy calendar\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy codecs\r\n# destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util\r\n# destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n# destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n# destroy http.client\r\n# destroy email\r\n# destroy string\r\n# destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n# destroy errno\r\n# destroy select\r\n# destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n# destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n# destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n# destroy pyexpat\r\n# destroy threading\r\n# destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888130.82397: _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 0x7faacf7f3dc0> # /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 0x7faacf7983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7f3b20> # /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 0x7faacf7f3ac0> 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 0x7faacf798490> # /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 0x7faacf798940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798670> # /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 0x7faacf74f190> # /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 0x7faacf74f220> # /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 0x7faacf772850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf74f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7b0880> # /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 0x7faacf748d90> # /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 0x7faacf772d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf798970> 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 0x7faacf713eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf716f40> # /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 0x7faacf70c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf712640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf713370> # /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 0x7faacf61edc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf61e8b0> 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 0x7faacf61eeb0> # /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 0x7faacf61ef70> # /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 0x7faacf61ee80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf670610> # /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 0x7faacf684670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf71ae20> # /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 0x7faacf630c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf677250> # 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 0x7faacf684280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf7209d0> # /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 0x7faacf630fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf630d90> # /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 0x7faacf630d00> # /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 0x7faacf3fa370> # /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 0x7faacf3fa460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf638fa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632490> # /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 0x7faacf32e1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3e5c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf632eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf720040> # /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 0x7faacf340af0> 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 0x7faacf340e20> # /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 0x7faacf352730> # /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 0x7faacf352c70> # 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 0x7faacf2eb3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf340f10> # /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 0x7faacf2fb280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3525b0> 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 0x7faacf2fb340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6309d0> # /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 0x7faacf3176a0> # /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 0x7faacf317970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf317760> # 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 0x7faacf317850> # /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 0x7faacf317ca0> # 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 0x7faacf3231f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf3178e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf30aa30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf6305b0> # /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 0x7faacf317a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faacf237670> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/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_uljaja9m/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 0x7faacebee7f0> # /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 0x7faacf147760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147370> # /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 0x7faacf147490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147190> 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 0x7faacf147400> # /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 0x7faacf1477c0> # /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 0x7faacf159850> # 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 0x7faacf1594c0> # 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 0x7faacf159670> # /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 0x7faaceb8cb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf1c0d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf147520> # /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 0x7faacf1c0190> # /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 0x7faaceb68a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebd8880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb86310> # 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 0x7faacebd8970> # /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 0x7faacf195d30> # /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 0x7faaceb4f9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe50> # /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 0x7faaceb5e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf19fe20> # /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 0x7faacf16b700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb5e100> # 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 0x7faaceb5c580> # 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 0x7faaceb5c640> # 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 0x7faaceb5bc70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf237820> # /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 0x7faacebe1af0> # 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 0x7faacebe09d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb51850> # 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 0x7faacebe1520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacf160ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/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_uljaja9m/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_uljaja9m/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_uljaja9m/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_uljaja9m/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 0x7faace744d30> # /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 0x7faaceb3d550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb14fd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/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_uljaja9m/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 0x7faacebd69d0> # 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_uljaja9m/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_uljaja9m/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_uljaja9m/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_uljaja9m/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_uljaja9m/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 0x7faace744610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/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_uljaja9m/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_uljaja9m/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_uljaja9m/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_uljaja9m/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 0x7faacf1af7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacebe0610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/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_uljaja9m/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 0x7faaceb38c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb19460> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb1b7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/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_uljaja9m/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_uljaja9m/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_uljaja9m/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_uljaja9m/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 0x7faace742af0> # /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 0x7faace742fd0> # /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 0x7faace7422e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742880> # /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 0x7faaceb35880> # /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 0x7faace4bbd00> # /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 0x7faace4b9280> # /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 0x7faace4b9460> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4bb460> # /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 0x7faace4b9f40> # /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 0x7faace4b9e50> # /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 0x7faace4e08b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace457340> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4b9910> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35130> # /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 0x7faace6d4460> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15370> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4e04f0> # /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 0x7faace4f1a00> # /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 0x7faace4f1c40> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace726130> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb15d00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb355e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35820> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742790> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace742fa0> # /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 0x7faace742a30> # /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 0x7faace4f1f40> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faaceb35a00> # /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 0x7faace4f1370> # /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 0x7faace4fb6a0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace44ba30> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace4f11c0> # /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 0x7faace48f340> # /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 0x7faace46dc70> # /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 0x7faace4a5460> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace46de80> # /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 0x7faace4a51c0> # /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 0x7faace4e2550> # /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 0x7faace20fc70> # zipimport: zlib available import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_uljaja9m/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_uljaja9m/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_uljaja9m/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_uljaja9m/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 0x7faace172be0> # /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 0x7faace172d60> # /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 0x7faace1c3460> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172fd0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172280> # /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 0x7faace172850> # /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 0x7faace0f79a0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7550> # /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 0x7faace099520> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f79d0> # /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 0x7faacdd5fdf0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1192b0> # /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 0x7faacc8102b0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0cc880> # /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 0x7faacc6dde50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc7ef550> # /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 0x7faacc6489d0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc8104f0> # /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 0x7faacc642d30> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc648f70> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7100> # /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 0x7faacc571af0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571310> # /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 0x7faacc5846d0> # /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 0x7faacc591280> # /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 0x7faacc591820> # /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 0x7faacc591c70> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc591340> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584760> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc57bd90> # /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 0x7faacc143eb0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc584160> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc571c70> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc674700> # /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 0x7faacc674e20> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc6748b0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace0f7250> # /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 0x7faacc150d30> # /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 0x7faacbfc21f0> import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc062280> # /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 0x7faacc06e7c0> import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc014e20> # /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 0x7faacc06ee50> import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06eb80> # /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 0x7faacc06efd0> import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee20> # /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 0x7faacbec5190> # /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 0x7faacbec5220> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ef10> # /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 0x7faacbec53a0> import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06ee80> # /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 0x7faacc06ec10> # /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 0x7faacbec51c0> # /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 0x7faacbec5400> # /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 0x7faacbec5490> # /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 0x7faacbec5520> # /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 0x7faacbec55b0> # /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 0x7faacbec5640> # /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 0x7faacbec56d0> # /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 0x7faacbec5760> # /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 0x7faacbec57f0> import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e1f0> import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc049190> # /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 0x7faacbec5bb0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbec5910> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc06e3d0> # /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 0x7faacc06efa0> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040c70> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc040280> # /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 0x7faacc040460> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175b20> # /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 0x7faacc040df0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc150cd0> # /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 0x7faacbedec10> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbede4c0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacc175910> # /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 0x7faacbe7c280> # /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 0x7faacbe2e160> # 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 0x7faacbe2e1f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe8f670> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe7c6a0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe70a60> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedef70> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbedeeb0> # /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 0x7faacbe2efa0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe2e760> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbeded60> # /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 0x7faacbe67910> # /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 0x7faacbe52820> # /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 0x7faacbe528b0> # /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 0x7faacbe52a30> # /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 0x7faace564190> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe62160> # /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 0x7faace5641f0> # /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 0x7faace5642e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbe529d0> # /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 0x7faacbe52f70> # /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 0x7faacbc983a0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc98160> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc889a0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace5759a0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace564e80> # /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 0x7faace575c70> # /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 0x7faace57c970> # /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 0x7faacbca6700> # /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 0x7faacbca6340> # /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 0x7faacbcb4640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcb4160> # /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 0x7faacbcb44c0> import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace172940> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7faace1727f0> # /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 0x7faacbcbdf70> # /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 0x7faacbc74f70> # /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 0x7faacbc0dd60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0dbe0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d3a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0d160> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5deb0> # /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 0x7faacbc0d1f0> # /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 0x7faacbc39130> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc0de80> # /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 0x7faacbc299a0> # /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 0x7faacbc39fa0> # /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 0x7faacbb3b190> # /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 0x7faacbb3b2e0> # /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 0x7faacbb3b8e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb3b610> # /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 0x7faacbb3b9a0> # /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 0x7faacbb485e0> # /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 0x7faacbb486d0> # /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 0x7faacbb48eb0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb48ac0> # /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 0x7faacbb48f10> # /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 0x7faacbb60af0> # /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 0x7faacbb60c10> # /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 0x7faacbb60e50> # /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 0x7faacbaef2e0> # /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 0x7faacbaefcd0> # /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 0x7faacbaefe20> # /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 0x7faacbafe520> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafe100> # /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 0x7faacbafef10> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbafea60> # /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 0x7faacbafed60> # /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 0x7faacbb0b7f0> # /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 0x7faacbb0bf70> # /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 0x7faacbb19280> # /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 0x7faacbb19370> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d490> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d1f0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbcbdcd0> # /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 0x7faacbb19ee0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19c10> # /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 0x7faacbab35b0> # /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 0x7faacbabc4f0> # 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 0x7faacbab3e50> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbab3dc0> # /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 0x7faacbae8730> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae81c0> # /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 0x7faacba34a60> # /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 0x7faacba34c40> # /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 0x7faacbae8ca0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbae8a30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb26130> # /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 0x7faacbab31f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbb19ac0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacbc5d220> # /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 0x7faacba56160> # /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 0x7faacba56490> # /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 0x7faacba56d00> # /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 0x7faacb9eb610> # /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 0x7faacb9ebb80> # /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 0x7faacb9f8c40> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8820> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8580> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f81f0> # /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 0x7faacb9f8430> # /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 0x7faacba06bb0> # /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 0x7faacba06c40> # /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 0x7faacba14280> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba06dc0> # /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 0x7faacb91b2e0> # /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 0x7faacb924340> # /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 0x7faacb9242e0> # /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 0x7faacb924490> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9241f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91bd00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb91b3a0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba22a30> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14fa0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba14940> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacba067f0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb9f8fd0> # /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 0x7faacba06940> # /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 0x7faacb91bd90> # /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 0x7faacb924760> # /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 0x7faacb9249d0> # /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 0x7faacb924f40> # /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 0x7faacb941730> # /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 0x7faacb8c5910> # /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 0x7faacb8d2b80> # /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 0x7faacb8f4130> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d2be0> # /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 0x7faacb8a3400> # /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 0x7faacb8a3520> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895490> # /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 0x7faacb8957c0> # /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 0x7faacb8a8910> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb895130> # /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 0x7faacb8951f0> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb88aa90> # /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 0x7faacb8a8dc0> # /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 0x7faacb83d1f0> # /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 0x7faacb83d2e0> # /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 0x7faacb83d400> # /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 0x7faacb813640> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb867f40> # /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 0x7faacb87a9d0> # /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 0x7faacb87aa60> # /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 0x7faacb8132b0> # /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 0x7faacb8243a0> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb84bd00> # /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 0x7faacb853970> # /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 0x7faacb7d3880> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb853280> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb83dbb0> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8f0d90> # /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 0x7faacb7f7640> # /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 0x7faacb7f7df0> # /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 0x7faacb785160> # /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 0x7faacb785a90> # /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 0x7faacb7a51c0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb785d60> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7851f0> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5880> # /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 0x7faacb75e2e0> # /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 0x7faacb75edc0> # /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 0x7faacb75ef40> # /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 0x7faacb766be0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7667c0> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb766310> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75ea60> # /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 0x7faacb75ebb0> # /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 0x7faacb713a00> import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb713670> # /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 0x7faacb7136d0> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708610> # /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 0x7faacb7087f0> # /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 0x7faacb6bf910> # /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 0x7faacb6bfac0> # /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 0x7faacb6bfc70> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf5b0> # /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 0x7faacb6bf8b0> # /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 0x7faacb6cb0d0> # /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 0x7faacb6cb130> # /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 0x7faacb6d7340> # /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 0x7faacb6d7910> # /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 0x7faacb6f8e80> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6cbc40> # /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 0x7faacb6cbb20> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6bf250> # /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 0x7faacb6bf310> # /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 0x7faacb6bf040> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb71caf0> # /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 0x7faacb67f8e0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb67f520> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb72d9a0> # /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 0x7faacb6bf2e0> # /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 0x7faacb67fd60> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb708940> # /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 0x7faacb68c910> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775fa0> # /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 0x7faacb6a4280> # /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 0x7faacb6a44f0> import 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a0a0> # /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 0x7faacb6a4df0> # /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 0x7faacb6ad190> import 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6a49d0> # /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 0x7faacb6a4c40> # /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 0x7faacb6adc40> import 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad7f0> # /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 0x7faacb6adfa0> # /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 0x7faacb6b6b50> # /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 0x7faacb6b6c10> # /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 0x7faacb6b6ca0> # /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 0x7faacb6b6d30> # /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 0x7faacb6b6dc0> import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6b64f0> # /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 0x7faacb6b6f70> import 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6adb20> # /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 0x7faacb5e0370> # /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 0x7faacb5e06a0> # /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 0x7faacb5e0910> # /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 0x7faacb5e0bb0> # /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 0x7faacb5e0e50> # /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 0x7faacb5e5130> import 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad430> # /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 0x7faacb5e5490> # /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 0x7faacb5e58b0> import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5730> # /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 0x7faacb5e5d00> # /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 0x7faacb5e5c40> # /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 0x7faacb5e5d30> # /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 0x7faacb5f30d0> # /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 0x7faacb5f3160> import 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb6ad640> import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a8b0> # /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 0x7faacb69a8e0> import 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb69a430> # /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 0x7faacb6ad520> # /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 0x7faacb7083a0> # /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 0x7faacb5f3fd0> # /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 0x7faacb589580> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589370> import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb589100> # /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 0x7faacb589400> # /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 0x7faacb593f40> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5e5c70> # /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 0x7faacb5a5a60> # /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 0x7faacb5b2250> # /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 0x7faacb5b2310> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5af0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5760> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5670> # /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 0x7faacb5621c0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2d00> # /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 0x7faacb5b2f10> # /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 0x7faacb5b2fd0> # /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 0x7faacb562eb0> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5a5730> # /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 0x7faacb5131c0> import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb508df0> import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5082e0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb577850> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb5b2b50> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775c40> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb775550> # /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 0x7faacb508f10> # /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 0x7faacb508c40> # /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 0x7faacb51c910> # /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 0x7faacb51cd00> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb75e520> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb74e880> # /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 0x7faacb5372e0> # /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 0x7faacb537670> # /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 0x7faacb537790> # /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 0x7faacb4cb100> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb537850> # /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 0x7faacb4d9160> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cba30> # /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 0x7faacb47f910> # /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 0x7faacb48b550> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9ee0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4d9700> # /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 0x7faacb4eea00> # /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 0x7faacb4a4c40> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4a4370> # /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 0x7faacb4a4df0> # /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 0x7faacb4b52b0> # /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 0x7faacb4b5430> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b52e0> # /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 0x7faacb4b53d0> # /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 0x7faacb4b5d00> # 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 0x7faacb4b5b50> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b5520> # /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 0x7faacb458940> # /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 0x7faacb458a30> # /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 0x7faacb458d30> # /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 0x7faacb468340> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4582e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444e80> # /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 0x7faacb458460> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb444b20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4b58e0> # /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 0x7faacb358490> # /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 0x7faacb371f10> import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358cd0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb358820> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb468f40> # /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 0x7faacb320d90> # /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 0x7faacb33e310> # 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 0x7faacb33ef10> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320e20> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb320760> # /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 0x7faacb34df40> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb34d400> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb323850> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4ee880> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb4cbee0> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7b8550> # /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 0x7faacb745820> # /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 0x7faacb2d1df0> # /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 0x7faacb2d1f70> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb7e5f10> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c59a0> # /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 0x7faacb2826d0> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2f3b50> # /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 0x7faacb28f100> # /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 0x7faacb28f3a0> # /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 0x7faacb28f5e0> # /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 0x7faacb28f820> # /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 0x7faacb28fa00> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb282c70> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb2829a0> # /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 0x7faacb282e80> # /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 0x7faacb29f3d0> # /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 0x7faacb29f880> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29f4f0> # /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 0x7faacb23b190> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb29fcd0> # /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 0x7faacb29fe20> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8d23d0> # /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 0x7faacb248b20> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb8c56a0> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb94d520> # /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 0x7faacb25f640> # /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 0x7faacb26a910> # /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 0x7faacb2716a0> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb26af40> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25faf0> # /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 0x7faacb26a370> # /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 0x7faacb27a640> # /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 0x7faacb27a850> # /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 0x7faacb27ab50> # /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 0x7faacb27ae20> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb25f0d0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faacb248cd0> # /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 0x7faacb25f490> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tlog", "sssd", "authselect"], "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, "state": 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888130.83618: stdout chunk (state=3): >>># destroy xml.etree.ElementPath # destroy _elementtree <<< 7519 1726888130.83625: 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 # 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 <<< 7519 1726888130.83628: 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 # destroy subprocess # destroy rhsmlib.facts.collector # destroy itertools # destroy http.client # destroy email <<< 7519 1726888130.83631: stdout chunk (state=3): >>># destroy string # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection <<< 7519 1726888130.83633: stdout chunk (state=3): >>># 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 <<< 7519 1726888130.85293: stdout chunk (state=3): >>># destroy pyexpat # destroy threading # destroy functools # destroy logging # destroy socket # destroy struct # destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888130.85297: stdout chunk (state=3): >>><<< 7519 1726888130.85301: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888130.85304: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d83a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113b2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113f0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11388d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113b2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132eeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11331f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11327610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132d640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11239dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d112398b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11239e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292d30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1128b610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1129f670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11335e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1124bc70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1129f280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bfa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bd90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bd00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1121e370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1121e460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11253fa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124da30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124d490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d111521c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11209c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124deb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11164af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11164e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11176730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11176c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d111033a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11164f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11114280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d111765b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d11114340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112f850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1112fca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1113c1f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f8e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11123a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b5b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112fa90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0d1105e670>\r\n# zipimport: found 34 names in \'/tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f5c7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f6e760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f6e400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e7c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f80850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f804c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f80670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109ccb20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fe7d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fe7190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109a7a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109c6310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f46970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fbcd30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1098f9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099e0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f92700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1099e100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099c580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099c640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1099bc70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1105e820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4faf0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4d9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10991850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10f4f520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f87ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10574d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1097d550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10954fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f449d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10574610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d10fd67f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f4d610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10978c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095a460>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095b7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'email\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054baf0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'email.mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054bfd0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc\'\r\nimport \'quopri\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b2e0>\r\nimport \'email.encoders\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc\'\r\nimport \'email.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc\'\r\nimport \'email.quoprimime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102acd00>\r\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc\'\r\nimport \'email.base64mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5280>\r\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc\'\r\nimport \'email.charset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5460>\r\nimport \'email.header\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102ac460>\r\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5f40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc\'\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5e50>\r\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc\'\r\nimport \'calendar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103168b0>\r\nimport \'email._parseaddr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102a1cd0>\r\nimport \'email.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5910>\r\nimport \'email._policybase\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975130>\r\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc\'\r\nimport \'email._encoded_words\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10505460>\r\nimport \'email._header_value_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955370>\r\nimport \'email.headerregistry\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103164f0>\r\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc\'\r\nimport \'uu\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031ca00>\r\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc\'\r\nimport \'email.iterators\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031cc40>\r\nimport \'email.message\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10556130>\r\nimport \'email.contentmanager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955d00>\r\nimport \'email.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109755e0>\r\nimport \'email.mime.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975820>\r\nimport \'email.mime.nonmultipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b790>\r\nimport \'email.mime.application\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054bfa0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc\'\r\nimport \'email.mime.multipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054ba30>\r\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc\'\r\nimport \'email.feedparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031cf40>\r\nimport \'email.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975a00>\r\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'http\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031c370>\r\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d103266a0>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10276a30>\r\nimport \'http.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031c1c0>\r\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc\'\r\nimport \'mimetypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102ba340>\r\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc\'\r\nimport \'netrc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1028cc70>\r\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d0bb0>\r\nimport \'urllib.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1028ce80>\r\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc\'\r\nimport \'urllib.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d0e50>\r\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc\'\r\nimport \'http.cookiejar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1030c550>\r\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc\'\r\nimport \'gzip\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1003ac70>\r\n# zipimport: zlib available\r\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\r\n# zipimport: zlib available\r\nimport \'gc\' # \r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc\'\r\nimport \'email.mime.text\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dbe0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dd60>\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0ffee460>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dfd0>\r\nimport \'dnf.pycomp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d280>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc\'\r\nimport \'dnf.const\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d850>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc\'\r\n# extension module \'libdnf._error\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_error.so\'\r\n# extension module \'libdnf._error\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_error.so\'\r\nimport \'libdnf._error\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0ff229a0>\r\nimport \'libdnf.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc\'\r\n# extension module \'libdnf._common_types\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\'\r\n# extension module \'libdnf._common_types\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\'\r\nimport \'libdnf._common_types\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0fec4520>\r\nimport \'libdnf.common_types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff229d0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc\'\r\n# extension module \'libdnf._conf\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\'\r\n# extension module \'libdnf._conf\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\'\r\nimport \'libdnf._conf\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0fe9adf0>\r\nimport \'libdnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff442b0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc\'\r\n# extension module \'libdnf._module\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_module.so\'\r\n# extension module \'libdnf._module\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_module.so\'\r\nimport \'libdnf._module\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e6372b0>\r\nimport \'libdnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0fef6880>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc\'\r\n# extension module \'libdnf._repo\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\'\r\n# extension module \'libdnf._repo\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\'\r\nimport \'libdnf._repo\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e504e50>\r\nimport \'libdnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e616550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc\'\r\n# extension module \'libdnf._transaction\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\'\r\n# extension module \'libdnf._transaction\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\'\r\nimport \'libdnf._transaction\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e4709d0>\r\nimport \'libdnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e6374f0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc\'\r\n# extension module \'libdnf._utils\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\'\r\n# extension module \'libdnf._utils\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\'\r\nimport \'libdnf._utils\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e469d30>\r\nimport \'libdnf.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e470f70>\r\nimport \'libdnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22100>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e398af0>\r\nimport \'dnf.i18n\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398310>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.yum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab6d0>\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'dnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8280>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'rpm._rpm\' loaded from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'rpm._rpm\' executed from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'rpm._rpm\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e3b8820>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8c70>\r\nimport \'rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8340>\r\nimport \'dnf.yum.rpmtrans\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab760>\r\nimport \'dnf.callback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3a2d90>\r\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'hawkey._hawkey\' loaded from \'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\'\r\n# extension module \'hawkey._hawkey\' executed from \'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\'\r\nimport \'hawkey._hawkey\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0df69eb0>\r\nimport \'hawkey\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab160>\r\nimport \'dnf.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398c70>\r\nimport \'dnf.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b700>\r\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'libcomps._libpycomps\' loaded from \'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\'\r\n# extension module \'libcomps._libpycomps\' executed from \'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\'\r\nimport \'libcomps._libpycomps\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0e49be20>\r\nimport \'libcomps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b8b0>\r\nimport \'dnf.comps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22250>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.db\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df76d30>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc\'\r\n# extension module \'gpg._gpgme\' loaded from \'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'gpg._gpgme\' executed from \'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'gpg._gpgme\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dde81f0>\r\nimport \'gpg.gpgme\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de88280>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc\'\r\nimport \'gpg.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de947c0>\r\nimport \'gpg.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de3ae20>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc\'\r\nimport \'gpg.constants.data.encoding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e50>\r\nimport \'gpg.constants.data\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94b80>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc\'\r\nimport \'gpg.constants.keylist.mode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94fd0>\r\nimport \'gpg.constants.keylist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e20>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc\'\r\nimport \'gpg.constants.sig.mode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb190>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc\'\r\nimport \'gpg.constants.sig.notation\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb220>\r\nimport \'gpg.constants.sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94f10>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc\'\r\nimport \'gpg.constants.tofu.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb3a0>\r\nimport \'gpg.constants.tofu\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e80>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc\'\r\nimport \'gpg.constants.create\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94c10>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc\'\r\nimport \'gpg.constants.event\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb1c0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc\'\r\nimport \'gpg.constants.import_type\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb400>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc\'\r\nimport \'gpg.constants.keysign\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb490>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc\'\r\nimport \'gpg.constants.md\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb520>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc\'\r\nimport \'gpg.constants.pk\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb5b0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc\'\r\nimport \'gpg.constants.protocol\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb640>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc\'\r\nimport \'gpg.constants.sigsum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb6d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc\'\r\nimport \'gpg.constants.status\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb760>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc\'\r\nimport \'gpg.constants.validity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb7f0>\r\nimport \'gpg.constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de941f0>\r\nimport \'gpg.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de6f190>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dcebbb0>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb910>\r\nimport \'gpg.callbacks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de943d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc\'\r\nimport \'gpg.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94fa0>\r\nimport \'gpg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66c70>\r\nimport \'dnf.crypto\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66280>\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66460>\r\nimport \'dnf.yum.misc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9cb20>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc\'\r\nimport \'dnf.db.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66df0>\r\nimport \'dnf.db.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df76cd0>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc\'\r\nimport \'dnf.conf.substitutions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04c10>\r\nimport \'dnf.conf.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd044c0>\r\nimport \'dnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9c910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc\'\r\nimport \'dnf.lock\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dca2280>\r\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54160>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dc541f0>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dcb5670>\r\nimport \'logging.handlers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dca26a0>\r\nimport \'dnf.logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc96a60>\r\nimport \'dnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04f70>\r\nimport \'dnf.conf.read\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'dnf.rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54fa0>\r\nimport \'dnf.rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54760>\r\nimport \'dnf.dnssec\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04d60>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc\'\r\nimport \'dnf.drpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc8d910>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc\'\r\nimport \'dnf.goal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77820>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc\'\r\nimport \'dnf.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc778b0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77a30>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc\'\r\n# extension module \'libdnf._smartcols\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\'\r\n# extension module \'libdnf._smartcols\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\'\r\nimport \'libdnf._smartcols\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d1038f190>\r\nimport \'libdnf.smartcols\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc88160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc\'\r\nimport \'dnf.selector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038f1f0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'dnf.module.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038f2e0>\r\nimport \'dnf.module.module_base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc779d0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc\'\r\nimport \'dnf.persistor\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc77f70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc\'\r\n# extension module \'_opcode\' loaded from \'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_opcode\' executed from \'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_opcode\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0dabe3a0>\r\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dabe160>\r\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0daae9a0>\r\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a09a0>\r\nimport \'dnf.plugin\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038fe80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc\'\r\nimport \'dnf.query\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a0c70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc\'\r\nimport \'dnf.repodict\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a7970>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc\'\r\nimport \'dnf.rpm.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dacc700>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc\'\r\nimport \'dnf.rpm.miscutils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dacc340>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc\'\r\nimport \'dnf.package\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada640>\r\nimport \'dnf.sack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc\'\r\nimport \'dnf.subject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada4c0>\r\nimport \'dnf.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d940>\r\nimport \'dnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d7f0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnfpluginscore\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dae3f70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc\'\r\nimport \'dnf.cli.format\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da9af70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\r\n# code object from \'/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_curses\' loaded from \'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_curses\' executed from \'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_curses\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0da33d60>\r\nimport \'curses\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33be0>\r\nimport \'dnf.cli.term\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da333a0>\r\nimport \'dnf.cli.progress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33160>\r\nimport \'dnf.cli.output\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'dnf.cli.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da331f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc\'\r\nimport \'dnf.cli.option_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da5f130>\r\nimport \'dnf.cli.commands\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33e80>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.alias\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da509a0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.autoremove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da5ffa0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.check\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d961190>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.clean\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9612e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.repoquery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9618e0>\r\nimport \'dnf.cli.commands.deplist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d961610>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.distrosync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9619a0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.downgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96f5e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96f6d0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc\'\r\nimport \'dnf.transaction_sr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96feb0>\r\nimport \'dnf.cli.commands.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96fac0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96ff10>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.makecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985af0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.mark\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985c10>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d985e50>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.reinstall\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9162e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.remove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d916cd0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.repolist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d916e20>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc\'\r\nimport \'dnf.match_counter\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924520>\r\nimport \'dnf.cli.commands.search\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924100>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc\'\r\nimport \'cmd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924f10>\r\nimport \'dnf.cli.commands.shell\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924a60>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.swap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924d60>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.updateinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d9317f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d931f70>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.upgrademinimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93f280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc\'\r\nimport \'dnf.cli.demand\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93f370>\r\nimport \'dnf.cli.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83490>\r\nimport \'dnf.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da831f0>\r\nimport \'dnf.plugin.dynamic.builddep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dae3cd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc\'\r\nimport \'dateutil._version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fee0>\r\nimport \'dateutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fc10>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc\'\r\nimport \'six\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d95b0>\r\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc\'\r\nimport \'numbers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8e34f0>\r\n# extension module \'_decimal\' loaded from \'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_decimal\' executed from \'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_decimal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d8d9e50>\r\nimport \'decimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d9dc0>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc\'\r\nimport \'dateutil._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90e730>\r\nimport \'dateutil.relativedelta\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90e1c0>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc\'\r\nimport \'six.moves\' # \r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc\'\r\nimport \'dateutil.tz._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d85aa60>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc\'\r\nimport \'dateutil.tz._factories\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d85ac40>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc\'\r\n# destroy dateutil.tz.win\r\nimport \'dateutil.tz.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90eca0>\r\nimport \'dateutil.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90ea30>\r\nimport \'dateutil.parser._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d94c130>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc\'\r\nimport \'dateutil.parser.isoparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d91f0>\r\nimport \'dateutil.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fac0>\r\nimport \'dnf.plugin.dynamic.changelog\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83220>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.config_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87c160>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.copr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87c490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.debug\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d87cd00>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.debuginfo-install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d812610>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.download\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d812b80>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from \'/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n# code object from \'/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc\'\r\n# extension module \'_sqlite3\' loaded from \'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_sqlite3\' executed from \'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_sqlite3\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d81fc40>\r\nimport \'sqlite3.dbapi2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f820>\r\nimport \'sqlite3\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f580>\r\nimport \'dnf.plugin.dynamic.generate_completion_cache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f1f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.groups_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f430>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc\'\r\nimport \'dbus._compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cbb0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'dbus.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cc40>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc\'\r\n# extension module \'_dbus_bindings\' loaded from \'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\'\r\n# extension module \'_dbus_bindings\' executed from \'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\'\r\nimport \'_dbus_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d83a280>\r\nimport \'dbus.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cdc0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc\'\r\nimport \'dbus.lowlevel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d7422e0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a340>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml.parsers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a2e0>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from \'/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc\'\r\n# extension module \'pyexpat\' loaded from \'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'pyexpat\' executed from \'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'pyexpat\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d74a490>\r\nimport \'xml.parsers.expat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a1f0>\r\nimport \'dbus._expat_introspect_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d742d00>\r\nimport \'dbus.proxies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d7423a0>\r\nimport \'dbus.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d848a30>\r\nimport \'dbus.bus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83afa0>\r\nimport \'dbus._dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83a940>\r\nimport \'dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82c7f0>\r\nimport \'dnf.plugin.dynamic.needs_restarting\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81ffd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repoclosure\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82c940>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repodiff\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d742d90>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repograph\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a760>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repomanage\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a9d0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.reposync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74af40>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.system_upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d767730>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f8b80>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc\'\r\n# extension module \'rhsm._certificate\' loaded from \'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'rhsm._certificate\' executed from \'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'rhsm._certificate\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d71a130>\r\nimport \'rhsm.certificate\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f8be0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'iniparse.configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6c9400>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc\'\r\nimport \'iniparse.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6c9520>\r\nimport \'iniparse.ini\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb490>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc\'\r\nimport \'iniparse.compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb7c0>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc\'\r\nimport \'iniparse.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6ce910>\r\nimport \'iniparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb130>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc\'\r\nimport \'subscription_manager.i18n\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb1f0>\r\nimport \'rhsm.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6b0a90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc\'\r\nimport \'subscription_manager.injection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6cedc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6641f0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.services\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6642e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc\'\r\nimport \'rhsmlib.services.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d664400>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc\'\r\nimport \'ntpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d639640>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d68df40>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc\'\r\nimport \'rhsm.https\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6a09d0>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc\'\r\nimport \'rhsm.ourjson\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6a0a60>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc\'\r\nimport \'rhsm.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6392b0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc\'\r\nimport \'subscription_manager.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d64a3a0>\r\nimport \'rhsm.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d671d00>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc\'\r\nimport \'rhsm.bitstream\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d679970>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc\'\r\nimport \'rhsm.huffman\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5f9880>\r\nimport \'rhsm.pathtree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d679280>\r\nimport \'rhsm.certificate2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d664bb0>\r\nimport \'subscription_manager.certdirectory\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d716d90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc\'\r\nimport \'pprint\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d61d640>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager.branding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d61ddf0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5ab160>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cpuinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5aba90>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.collection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5cb1c0>\r\nimport \'rhsmlib.facts.collector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5abd60>\r\nimport \'rhsmlib.facts.hwprobe\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5ab1f0>\r\nimport \'subscription_manager.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60b880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'cloud_what\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5842e0>\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cleanup\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584dc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.virt\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584f40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.dmidecodeparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58cbe0>\r\nimport \'rhsmlib.facts.dmiinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c7c0>\r\nimport \'rhsmlib.facts.firmware_info\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c310>\r\nimport \'rhsmlib.facts.host_collector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584a60>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.custom\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584bb0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc\'\r\nimport \'urllib3.packages.ssl_match_hostname\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d539a00>\r\nimport \'urllib3.packages\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d539670>\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc\'\r\nimport \'urllib3.packages.six\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5396d0>\r\nimport \'urllib3.packages.six.moves\' # \r\nimport \'urllib3.packages.six.moves.http_client\' # \r\nimport \'urllib3.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d610>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc\'\r\nimport \'urllib3._version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d7f0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'urllib3.contrib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5910>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc\'\r\nimport \'urllib3.contrib._appengine_environ\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5ac0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc\'\r\nimport \'urllib3.util.wait\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5c70>\r\nimport \'urllib3.util.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e55b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc\'\r\nimport \'urllib3.util.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e58b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib3.util.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f10d0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc\'\r\nimport \'urllib3.util.retry\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1130>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc\'\r\nimport \'hmac\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4fd340>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc\'\r\nimport \'urllib3.util.url\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4fd910>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc\'\r\nimport \'urllib3.util.ssltransport\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d51ee80>\r\nimport \'urllib3.util.ssl_\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1c40>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc\'\r\nimport \'urllib3.util.timeout\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1b20>\r\nimport \'urllib3.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5250>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc\'\r\nimport \'urllib3.util.proxy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5310>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc\'\r\nimport \'urllib3._collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5040>\r\nimport \'urllib3.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d542af0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc\'\r\nimport \'urllib3.fields\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a68e0>\r\nimport \'urllib3.filepost\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a6520>\r\nimport \'urllib3.packages.six.moves.urllib\' # \r\nimport \'urllib3.packages.six.moves.urllib.parse\' # \r\nimport \'urllib3.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5539a0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib3.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e52e0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc\'\r\nimport \'urllib3.util.queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a6d60>\r\nimport \'urllib3.connectionpool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d940>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc\'\r\nimport \'urllib3.poolmanager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4b2910>\r\nimport \'urllib3\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bfa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc\'\r\nimport \'chardet.enums\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca280>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc\'\r\nimport \'chardet.charsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca4f0>\r\nimport \'chardet.charsetgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c00a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc\'\r\nimport \'chardet.codingstatemachine\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4cadf0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc\'\r\nimport \'chardet.escsm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3190>\r\nimport \'chardet.escprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca9d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc\'\r\nimport \'chardet.latin1prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4cac40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc\'\r\nimport \'chardet.mbcssm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3c40>\r\nimport \'chardet.utf8prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d37f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc\'\r\nimport \'chardet.mbcharsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc\'\r\nimport \'chardet.euctwfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcb50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc\'\r\nimport \'chardet.euckrfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcc10>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc\'\r\nimport \'chardet.gb2312freq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcca0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc\'\r\nimport \'chardet.big5freq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcd30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc\'\r\nimport \'chardet.jisfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcdc0>\r\nimport \'chardet.chardistribution\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dc4f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc\'\r\nimport \'chardet.jpcntx\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dcf70>\r\nimport \'chardet.sjisprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3b20>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc\'\r\nimport \'chardet.eucjpprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406370>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc\'\r\nimport \'chardet.gb2312prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4066a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc\'\r\nimport \'chardet.euckrprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406910>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc\'\r\nimport \'chardet.cp949prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406bb0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc\'\r\nimport \'chardet.big5prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d406e50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc\'\r\nimport \'chardet.euctwprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b130>\r\nimport \'chardet.mbcsgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3430>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc\'\r\nimport \'chardet.hebrewprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b490>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc\'\r\nimport \'chardet.sbcharsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b8b0>\r\nimport \'chardet.langbulgarianmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b730>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc\'\r\nimport \'chardet.langgreekmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bd00>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc\'\r\nimport \'chardet.langhebrewmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bc40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc\'\r\nimport \'chardet.langrussianmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bd30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc\'\r\nimport \'chardet.langthaimodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4180d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc\'\r\nimport \'chardet.langturkishmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d418160>\r\nimport \'chardet.sbcsgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3640>\r\nimport \'chardet.universaldetector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c08b0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc\'\r\nimport \'chardet.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c08e0>\r\nimport \'chardet\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c0430>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'requests.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3520>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc\'\r\nimport \'requests.__version__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d3a0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc\'\r\nimport \'requests.certs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d418fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc\'\r\nimport \'http.cookies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af580>\r\nimport \'requests.compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af370>\r\nimport \'requests._internal_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af100>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc\'\r\nimport \'requests.cookies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af400>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc\'\r\nimport \'requests.structures\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3b9f40>\r\nimport \'requests.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bc70>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc\'\r\nimport \'idna.package_data\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cba60>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc\'\r\nimport \'idna.idnadata\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8250>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc\'\r\nimport \'idna.intranges\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8310>\r\nimport \'idna.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cbaf0>\r\nimport \'idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb760>\r\nimport \'requests.packages\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb670>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\'\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3881c0>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8d00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc\'\r\nimport \'requests.hooks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8f10>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc\'\r\nimport \'requests.auth\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc\'\r\nimport \'requests.status_codes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d388eb0>\r\nimport \'requests.models\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc\'\r\nimport \'socks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3391c0>\r\nimport \'urllib3.contrib.socks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32edf0>\r\nimport \'requests.adapters\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32e2e0>\r\nimport \'requests.sessions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d39d850>\r\nimport \'requests.api\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8b50>\r\nimport \'requests\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bc40>\r\nimport \'cloud_what._base_provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59b550>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'cloud_what.providers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32ef10>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc\'\r\nimport \'cloud_what.providers.aws\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32ec40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc\'\r\nimport \'cloud_what.providers.azure\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d341910>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc\'\r\nimport \'cloud_what.providers.gcp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d341d00>\r\nimport \'cloud_what.provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584520>\r\nimport \'rhsm.profile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d575880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc\'\r\nimport \'subscription_manager.jsonwrapper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c2e0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc\'\r\nimport \'subscription_manager.isodate\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c670>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'syspurpose\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c790>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc\'\r\nimport \'syspurpose.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1100>\r\nimport \'syspurpose.files\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c850>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc\'\r\nimport \'subscription_manager.certlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ff160>\r\nimport \'subscription_manager.syspurposelib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1a30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc\'\r\nimport \'asyncore\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2a5910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc\'\r\nimport \'ctypes.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2b1550>\r\nimport \'pyinotify\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ffee0>\r\nimport \'rhsmlib.file_monitor\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ff700>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d314a00>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc\'\r\nimport \'dbus.decorators\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2cac40>\r\nimport \'dbus.service\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ca370>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc\'\r\nimport \'dbus.server\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2cadf0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dbus.mainloop\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db2b0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc\'\r\n# extension module \'_dbus_glib_bindings\' loaded from \'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\'\r\n# extension module \'_dbus_glib_bindings\' executed from \'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\'\r\nimport \'_dbus_glib_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d2db430>\r\nimport \'dbus.mainloop.glib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db2e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc\'\r\nimport \'rhsmlib.dbus.constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db3d0>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc\'\r\n# possible namespace for /usr/lib/python3.9/site-packages/gi\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc\'\r\nimport \'gi._error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2dbd00>\r\n# extension module \'gi._gi\' loaded from \'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'gi._gi\' executed from \'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'gi._gi\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d2dbb50>\r\nimport \'gi\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db520>\r\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc\'\r\nimport \'gi._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e940>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc\'\r\nimport \'gi.docstring\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27ea30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc\'\r\nimport \'gi._propertyhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27ed30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc\'\r\nimport \'gi._signalhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d28d340>\r\nimport \'gi.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e2e0>\r\nimport \'gi.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ae80>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'gi.overrides\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e460>\r\nimport \'gi.importer\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ab20>\r\nimport \'gi.repository\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db8e0>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc\'\r\nimport \'gi._ossighelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17e490>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d197f10>\r\nimport \'optparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17ecd0>\r\nimport \'gi._option\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17e820>\r\nimport \'gi.overrides.GLib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d28df40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml.etree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146d90>\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc\'\r\nimport \'xml.etree.ElementPath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d164310>\r\n# extension module \'_elementtree\' loaded from \'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_elementtree\' executed from \'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_elementtree\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d164f10>\r\nimport \'xml.etree.ElementTree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146e20>\r\nimport \'rhsmlib.dbus.dbus_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146760>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc\'\r\nimport \'socketserver\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d173f40>\r\nimport \'logging.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d173400>\r\nimport \'rhsm.logutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d149850>\r\nimport \'rhsmlib.dbus.server\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d314880>\r\nimport \'rhsmlib.services.syspurpose\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1ee0>\r\nimport \'subscription_manager.cache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5de550>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager.model\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d56b820>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc\'\r\nimport \'subscription_manager.model.ent_cert\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0f7df0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc\'\r\nimport \'subscription_manager.repofile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0f7f70>\r\nimport \'subscription_manager.repolib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60bf10>\r\nimport \'subscription_manager.productid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb9a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc\'\r\nimport \'subscription_manager.reasons\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a96d0>\r\nimport \'subscription_manager.cert_sorter\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d119b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.insights\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5100>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.kpatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b53a0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cloud_facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b55e0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.pkg_arches\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5820>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.network\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0b5a00>\r\nimport \'rhsmlib.facts.all\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a9c70>\r\nimport \'subscription_manager.facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a99a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc\'\r\nimport \'subscription_manager.identity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a9e80>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc\'\r\nimport \'subscription_manager.validity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c53d0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc\'\r\nimport \'rhsmlib.client_info\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5880>\r\nimport \'subscription_manager.cp_provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c54f0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc\'\r\nimport \'subscription_manager.base_plugin\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d061190>\r\nimport \'subscription_manager.plugins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5cd0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc\'\r\nimport \'subscription_manager.lock\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5e20>\r\nimport \'subscription_manager.injectioninit\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f83d0>\r\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'librepo._librepo\' loaded from \'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\'\r\n# extension module \'librepo._librepo\' executed from \'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\'\r\nimport \'librepo._librepo\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0d0d06eb20>\r\nimport \'librepo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb6a0>\r\nimport \'dnf.plugin.dynamic.product-id\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6e2520>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc\'\r\nimport \'subscription_manager.base_action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc\'\r\nimport \'subscription_manager.content_action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc\'\r\nimport \'subscription_manager.entbranding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0976a0>\r\nimport \'subscription_manager.rhelentbranding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090f40>\r\nimport \'subscription_manager.entcertlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085af0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc\'\r\nimport \'subscription_manager.identitycertlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090370>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc\'\r\nimport \'subscription_manager.healinglib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00e640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc\'\r\nimport \'subscription_manager.factlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00e850>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc\'\r\nimport \'subscription_manager.packageprofilelib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00eb50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc\'\r\nimport \'subscription_manager.installedproductslib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d00ee20>\r\nimport \'subscription_manager.action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0850d0>\r\nimport \'dnf.plugin.dynamic.subscription-manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d06ecd0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.upload-profile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085490>\r\n\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tlog", "sssd", "authselect"], "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, "state": null}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n# cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n# cleanup[2] removing gpg.constants.tofu\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n# destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n# cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n# cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n# cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.compat\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n# cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n# cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n# cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n# destroy _sitebuiltins\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy selinux\r\n# destroy distro\r\n# destroy netrc\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy systemd.journal\r\n# destroy iniparse.compat\r\n# destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n# destroy rhsmlib.facts.dmidecodeparser\r\n# destroy rhsmlib.facts.all\r\n# destroy rhsmlib.dbus\r\n# destroy rhsmlib.dbus.server\r\n# destroy rhsmlib.client_info\r\n# destroy librepo\r\n# cleanup[3] wiping subscription_manager.action_client\r\n# cleanup[3] wiping subscription_manager.installedproductslib\r\n# cleanup[3] wiping subscription_manager.packageprofilelib\r\n# cleanup[3] wiping subscription_manager.factlib\r\n# cleanup[3] wiping subscription_manager.healinglib\r\n# cleanup[3] wiping subscription_manager.identitycertlib\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n# cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n# cleanup[3] wiping subscription_manager.content_action_client\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n# cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n# cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n# cleanup[3] wiping subscription_manager.base_plugin\r\n# cleanup[3] wiping subscription_manager.cp_provider\r\n# cleanup[3] wiping subscription_manager.validity\r\n# cleanup[3] wiping subscription_manager.identity\r\n# cleanup[3] wiping subscription_manager.facts\r\n# cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n# cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n# cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n# destroy subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.cache\r\n# destroy rhsmlib.services.syspurpose\r\n# cleanup[3] wiping rhsm.logutil\r\n# cleanup[3] wiping logging.config\r\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\r\n# destroy xml.etree.ElementTree\r\n# cleanup[3] wiping _elementtree\r\n# cleanup[3] wiping xml.etree.ElementPath\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n# cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n# cleanup[3] wiping gi.repository\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides\r\n# destroy gi.overrides.GLib\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n# destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n# cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib\r\n# cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider\r\n# cleanup[3] wiping requests\r\n# destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n# destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n# destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel\r\n# destroy chardet.langrussianmodel\r\n# destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection\r\n# cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n# cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n# cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n# cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n# destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n# cleanup[3] wiping iniparse.ini\r\n# destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n# destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n# cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n# destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n# cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n# cleanup[3] wiping gpg._gpgme\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n# cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n# destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n# destroy xml.etree.ElementPath\r\n# destroy _elementtree\r\n# destroy _heapq\r\n# destroy zipimport\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n# destroy gi._gi\r\n# destroy gi._gobject\r\n# destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy stat\r\n# destroy selectors\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy gzip\r\n# destroy rhsmlib.facts.dmiinfo\r\n# destroy requests\r\n# destroy iniparse.ini\r\n# destroy enum\r\n# destroy signal\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n# destroy _stat\r\n# destroy http.cookies\r\n# destroy urllib.parse\r\n# destroy _weakref\r\n# destroy ntpath\r\n# destroy posix\r\n# destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n# destroy _opcode\r\n# destroy requests.sessions\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy fcntl\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings\r\n# destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n# destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n# destroy hashlib\r\n# destroy encodings\r\n# destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n# destroy calendar\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy codecs\r\n# destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util\r\n# destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n# destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n# destroy http.client\r\n# destroy email\r\n# destroy string\r\n# destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n# destroy errno\r\n# destroy select\r\n# destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n# destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n# destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n# destroy pyexpat\r\n# destroy threading\r\n# destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888130.86945: _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 0x7f0d11643dc0> # /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 0x7f0d113d83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11643b20> # /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 0x7f0d11643ac0> 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 0x7f0d113d8490> # /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 0x7f0d113d8940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8670> # /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 0x7f0d1138f190> # /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 0x7f0d1138f220> # /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 0x7f0d113b2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1138f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113f0880> # /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 0x7f0d11388d90> # /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 0x7f0d113b2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d113d8970> 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 0x7f0d1132eeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11331f40> # /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 0x7f0d11327610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1132e370> # /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 0x7f0d11239dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d112398b0> 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 0x7f0d11239eb0> # /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 0x7f0d11239f70> # /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 0x7f0d11239e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1128b610> # /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 0x7f0d1129f670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11335e20> # /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 0x7f0d1124bc70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11292250> # 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 0x7f0d1129f280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b9d0> # /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 0x7f0d1124bfa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124bd90> # /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 0x7f0d1124bd00> # /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 0x7f0d1121e370> # /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 0x7f0d1121e460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11253fa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124da30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124d490> # /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 0x7f0d111521c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11209c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124deb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1133b040> # /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 0x7f0d11164af0> 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 0x7f0d11164e20> # /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 0x7f0d11176730> # /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 0x7f0d11176c70> # 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 0x7f0d111033a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11164f10> # /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 0x7f0d11114280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d111765b0> 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 0x7f0d11114340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b9d0> # /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 0x7f0d1112f6a0> # /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 0x7f0d1112f970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f760> # 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 0x7f0d1112f850> # /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 0x7f0d1112fca0> # 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 0x7f0d1113c1f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1112f8e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d11123a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1124b5b0> # /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 0x7f0d1112fa90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0d1105e670> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/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 0x7f0d10f5c7f0> # /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 0x7f0d10f6e760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e370> # /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 0x7f0d10f6e490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e190> 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 0x7f0d10f6e400> # /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 0x7f0d10f6e7c0> # /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 0x7f0d10f80850> # 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 0x7f0d10f804c0> # 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 0x7f0d10f80670> # /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 0x7f0d109ccb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fe7d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f6e520> # /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 0x7f0d10fe7190> # /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 0x7f0d109a7a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f46880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109c6310> # 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 0x7f0d10f46970> # /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 0x7f0d10fbcd30> # /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 0x7f0d1098f9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e50> # /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 0x7f0d1099e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10fc6e20> # /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 0x7f0d10f92700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1099e100> # 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 0x7f0d1099c580> # 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 0x7f0d1099c640> # 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 0x7f0d1099bc70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1105e820> # /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 0x7f0d10f4faf0> # 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 0x7f0d10f4d9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10991850> # 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 0x7f0d10f4f520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f87ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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 0x7f0d10574d30> # /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 0x7f0d1097d550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10954fd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/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 0x7f0d10f449d0> # 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_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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 0x7f0d10574610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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 0x7f0d10fd67f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10f4d610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/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 0x7f0d10978c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095a460> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1095b7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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 0x7f0d1054baf0> # /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 0x7f0d1054bfd0> # /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 0x7f0d1054b2e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b880> # /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 0x7f0d10975880> # /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 0x7f0d102acd00> # /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 0x7f0d102d5280> # /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 0x7f0d102d5460> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102ac460> # /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 0x7f0d102d5f40> # /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 0x7f0d102d5e50> # /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 0x7f0d103168b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102a1cd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d102d5910> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975130> # /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 0x7f0d10505460> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955370> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103164f0> # /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 0x7f0d1031ca00> # /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 0x7f0d1031cc40> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10556130> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10955d00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d109755e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975820> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054b790> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1054bfa0> # /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 0x7f0d1054ba30> # /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 0x7f0d1031cf40> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10975a00> # /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 0x7f0d1031c370> # /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 0x7f0d103266a0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d10276a30> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1031c1c0> # /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 0x7f0d102ba340> # /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 0x7f0d1028cc70> # /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 0x7f0d102d0bb0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1028ce80> # /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 0x7f0d102d0e50> # /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 0x7f0d1030c550> # /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 0x7f0d1003ac70> # zipimport: zlib available import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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_ro4rw7dh/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 0x7f0d0ff9dbe0> # /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 0x7f0d0ff9dd60> # /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 0x7f0d0ffee460> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9dfd0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d280> # /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 0x7f0d0ff9d850> # /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 0x7f0d0ff229a0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22550> # /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 0x7f0d0fec4520> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff229d0> # /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 0x7f0d0fe9adf0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff442b0> # /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 0x7f0d0e6372b0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0fef6880> # /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 0x7f0d0e504e50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e616550> # /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 0x7f0d0e4709d0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e6374f0> # /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 0x7f0d0e469d30> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e470f70> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22100> # /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 0x7f0d0e398af0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398310> # /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 0x7f0d0e3ab6d0> # /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 0x7f0d0e3b8280> # /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 0x7f0d0e3b8820> # /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 0x7f0d0e3b8c70> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3b8340> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab760> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3a2d90> # /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 0x7f0d0df69eb0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e3ab160> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e398c70> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b700> # /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 0x7f0d0e49be20> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0e49b8b0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff22250> # /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 0x7f0d0df76d30> # /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 0x7f0d0dde81f0> import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de88280> # /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 0x7f0d0de947c0> import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de3ae20> # /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 0x7f0d0de94e50> import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94b80> # /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 0x7f0d0de94fd0> import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e20> # /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 0x7f0d0dceb190> # /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 0x7f0d0dceb220> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94f10> # /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 0x7f0d0dceb3a0> import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de94e80> # /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 0x7f0d0de94c10> # /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 0x7f0d0dceb1c0> # /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 0x7f0d0dceb400> # /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 0x7f0d0dceb490> # /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 0x7f0d0dceb520> # /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 0x7f0d0dceb5b0> # /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 0x7f0d0dceb640> # /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 0x7f0d0dceb6d0> # /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 0x7f0d0dceb760> # /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 0x7f0d0dceb7f0> import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de941f0> import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de6f190> # /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 0x7f0d0dcebbb0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dceb910> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de943d0> # /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 0x7f0d0de94fa0> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66c70> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0de66280> # /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 0x7f0d0de66460> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9cb20> # /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 0x7f0d0de66df0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df76cd0> # /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 0x7f0d0dd04c10> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd044c0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0df9c910> # /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 0x7f0d0dca2280> # /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 0x7f0d0dc54160> # 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 0x7f0d0dc541f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dcb5670> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dca26a0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc96a60> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04f70> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04eb0> # /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 0x7f0d0dc54fa0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc54760> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dd04d60> # /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 0x7f0d0dc8d910> # /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 0x7f0d0dc77820> # /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 0x7f0d0dc778b0> # /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 0x7f0d0dc77a30> # /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 0x7f0d1038f190> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc88160> # /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 0x7f0d1038f1f0> # /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 0x7f0d1038f2e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dc779d0> # /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 0x7f0d0dc77f70> # /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 0x7f0d0dabe3a0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dabe160> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0daae9a0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d103a09a0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d1038fe80> # /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 0x7f0d103a0c70> # /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 0x7f0d103a7970> # /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 0x7f0d0dacc700> # /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 0x7f0d0dacc340> # /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 0x7f0d0dada640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dada160> # /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 0x7f0d0dada4c0> import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d940> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0ff9d7f0> # /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 0x7f0d0dae3f70> # /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 0x7f0d0da9af70> # /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 0x7f0d0da33d60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33be0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da333a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33160> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83eb0> # /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 0x7f0d0da331f0> # /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 0x7f0d0da5f130> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da33e80> # /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 0x7f0d0da509a0> # /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 0x7f0d0da5ffa0> # /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 0x7f0d0d961190> # /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 0x7f0d0d9612e0> # /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 0x7f0d0d9618e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d961610> # /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 0x7f0d0d9619a0> # /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 0x7f0d0d96f5e0> # /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 0x7f0d0d96f6d0> # /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 0x7f0d0d96feb0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d96fac0> # /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 0x7f0d0d96ff10> # /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 0x7f0d0d985af0> # /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 0x7f0d0d985c10> # /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 0x7f0d0d985e50> # /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 0x7f0d0d9162e0> # /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 0x7f0d0d916cd0> # /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 0x7f0d0d916e20> # /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 0x7f0d0d924520> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924100> # /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 0x7f0d0d924f10> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d924a60> # /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 0x7f0d0d924d60> # /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 0x7f0d0d9317f0> # /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 0x7f0d0d931f70> # /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 0x7f0d0d93f280> # /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 0x7f0d0d93f370> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83490> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da831f0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0dae3cd0> # /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 0x7f0d0d93fee0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fc10> # /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 0x7f0d0d8d95b0> # /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 0x7f0d0d8e34f0> # 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 0x7f0d0d8d9e50> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d8d9dc0> # /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 0x7f0d0d90e730> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90e1c0> # /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 0x7f0d0d85aa60> # /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 0x7f0d0d85ac40> # /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 0x7f0d0d90eca0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d90ea30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d94c130> # /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 0x7f0d0d8d91f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d93fac0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0da83220> # /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 0x7f0d0d87c160> # /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 0x7f0d0d87c490> # /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 0x7f0d0d87cd00> # /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 0x7f0d0d812610> # /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 0x7f0d0d812b80> # /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 0x7f0d0d81fc40> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f820> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f580> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81f1f0> # /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 0x7f0d0d81f430> # /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 0x7f0d0d82cbb0> # /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 0x7f0d0d82cc40> # /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 0x7f0d0d83a280> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82cdc0> # /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 0x7f0d0d7422e0> # /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 0x7f0d0d74a340> # /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 0x7f0d0d74a2e0> # /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 0x7f0d0d74a490> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d74a1f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d742d00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d7423a0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d848a30> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83afa0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d83a940> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d82c7f0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d81ffd0> # /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 0x7f0d0d82c940> # /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 0x7f0d0d742d90> # /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 0x7f0d0d74a760> # /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 0x7f0d0d74a9d0> # /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 0x7f0d0d74af40> # /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 0x7f0d0d767730> # /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 0x7f0d0d6eb910> # /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 0x7f0d0d6f8b80> # /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 0x7f0d0d71a130> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f8be0> # /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 0x7f0d0d6c9400> # /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 0x7f0d0d6c9520> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb490> # /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 0x7f0d0d6bb7c0> # /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 0x7f0d0d6ce910> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6bb130> # /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 0x7f0d0d6bb1f0> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6b0a90> # /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 0x7f0d0d6cedc0> # /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 0x7f0d0d6641f0> # /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 0x7f0d0d6642e0> # /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 0x7f0d0d664400> # /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 0x7f0d0d639640> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d68df40> # /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 0x7f0d0d6a09d0> # /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 0x7f0d0d6a0a60> # /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 0x7f0d0d6392b0> # /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 0x7f0d0d64a3a0> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d671d00> # /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 0x7f0d0d679970> # /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 0x7f0d0d5f9880> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d679280> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d664bb0> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d716d90> # /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 0x7f0d0d61d640> # /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 0x7f0d0d61ddf0> # /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 0x7f0d0d5ab160> # /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 0x7f0d0d5aba90> # /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 0x7f0d0d5cb1c0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5abd60> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5ab1f0> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60b880> # /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 0x7f0d0d5842e0> # /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 0x7f0d0d584dc0> # /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 0x7f0d0d584f40> # /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 0x7f0d0d58cbe0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c7c0> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d58c310> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584a60> # /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 0x7f0d0d584bb0> # /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 0x7f0d0d539a00> import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d539670> # /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 0x7f0d0d5396d0> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d610> # /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 0x7f0d0d52d7f0> # /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 0x7f0d0d4e5910> # /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 0x7f0d0d4e5ac0> # /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 0x7f0d0d4e5c70> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e55b0> # /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 0x7f0d0d4e58b0> # /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 0x7f0d0d4f10d0> # /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 0x7f0d0d4f1130> # /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 0x7f0d0d4fd340> # /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 0x7f0d0d4fd910> # /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 0x7f0d0d51ee80> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4f1c40> # /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 0x7f0d0d4f1b20> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4e5250> # /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 0x7f0d0d4e5310> # /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 0x7f0d0d4e5040> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d542af0> # /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 0x7f0d0d4a68e0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4a6520> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5539a0> # /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 0x7f0d0d4e52e0> # /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 0x7f0d0d4a6d60> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d52d940> # /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 0x7f0d0d4b2910> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bfa0> # /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 0x7f0d0d4ca280> # /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 0x7f0d0d4ca4f0> import 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c00a0> # /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 0x7f0d0d4cadf0> # /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 0x7f0d0d4d3190> import 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4ca9d0> # /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 0x7f0d0d4cac40> # /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 0x7f0d0d4d3c40> import 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d37f0> # /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 0x7f0d0d4d3fa0> # /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 0x7f0d0d4dcb50> # /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 0x7f0d0d4dcc10> # /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 0x7f0d0d4dcca0> # /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 0x7f0d0d4dcd30> # /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 0x7f0d0d4dcdc0> import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4dc4f0> # /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 0x7f0d0d4dcf70> import 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3b20> # /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 0x7f0d0d406370> # /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 0x7f0d0d4066a0> # /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 0x7f0d0d406910> # /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 0x7f0d0d406bb0> # /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 0x7f0d0d406e50> # /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 0x7f0d0d40b130> import 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3430> # /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 0x7f0d0d40b490> # /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 0x7f0d0d40b8b0> import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40b730> # /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 0x7f0d0d40bd00> # /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 0x7f0d0d40bc40> # /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 0x7f0d0d40bd30> # /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 0x7f0d0d4180d0> # /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 0x7f0d0d418160> import 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4d3640> import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c08b0> # /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 0x7f0d0d4c08e0> import 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d4c0430> # /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 0x7f0d0d4d3520> # /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 0x7f0d0d52d3a0> # /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 0x7f0d0d418fd0> # /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 0x7f0d0d3af580> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af370> import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3af100> # /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 0x7f0d0d3af400> # /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 0x7f0d0d3b9f40> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d40bc70> # /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 0x7f0d0d3cba60> # /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 0x7f0d0d3d8250> # /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 0x7f0d0d3d8310> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cbaf0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb760> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb670> # /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 0x7f0d0d3881c0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8d00> # /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 0x7f0d0d3d8f10> # /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 0x7f0d0d3d8fd0> # /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 0x7f0d0d388eb0> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3cb730> # /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 0x7f0d0d3391c0> import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32edf0> import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d32e2e0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d39d850> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d3d8b50> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59bc40> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d59b550> # /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 0x7f0d0d32ef10> # /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 0x7f0d0d32ec40> # /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 0x7f0d0d341910> # /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 0x7f0d0d341d00> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d584520> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d575880> # /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 0x7f0d0d35c2e0> # /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 0x7f0d0d35c670> # /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 0x7f0d0d35c790> # /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 0x7f0d0d2f1100> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d35c850> # /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 0x7f0d0d2ff160> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1a30> # /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 0x7f0d0d2a5910> # /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 0x7f0d0d2b1550> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ffee0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ff700> # /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 0x7f0d0d314a00> # /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 0x7f0d0d2cac40> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2ca370> # /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 0x7f0d0d2cadf0> # /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 0x7f0d0d2db2b0> # /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 0x7f0d0d2db430> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db2e0> # /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 0x7f0d0d2db3d0> # /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 0x7f0d0d2dbd00> # 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 0x7f0d0d2dbb50> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db520> # /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 0x7f0d0d27e940> # /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 0x7f0d0d27ea30> # /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 0x7f0d0d27ed30> # /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 0x7f0d0d28d340> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d27e2e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ae80> # /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 0x7f0d0d27e460> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d26ab20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2db8e0> # /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 0x7f0d0d17e490> # /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 0x7f0d0d197f10> import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17ecd0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d17e820> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d28df40> # /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 0x7f0d0d146d90> # /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 0x7f0d0d164310> # 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 0x7f0d0d164f10> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146e20> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d146760> # /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 0x7f0d0d173f40> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d173400> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d149850> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d314880> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d2f1ee0> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d5de550> # /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 0x7f0d0d56b820> # /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 0x7f0d0d0f7df0> # /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 0x7f0d0d0f7f70> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d60bf10> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb9a0> # /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 0x7f0d0d0a96d0> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d119b50> # /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 0x7f0d0d0b5100> # /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 0x7f0d0d0b53a0> # /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 0x7f0d0d0b55e0> # /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 0x7f0d0d0b5820> # /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 0x7f0d0d0b5a00> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a9c70> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0a99a0> # /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 0x7f0d0d0a9e80> # /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 0x7f0d0d0c53d0> # /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 0x7f0d0d0c5880> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c54f0> # /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 0x7f0d0d061190> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0c5cd0> # /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 0x7f0d0d0c5e20> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6f83d0> # /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 0x7f0d0d06eb20> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6eb6a0> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d6e2520> # /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 0x7f0d0d085640> # /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 0x7f0d0d090910> # /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 0x7f0d0d0976a0> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d090f40> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d085af0> # /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 0x7f0d0d090370> # /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 0x7f0d0d00e640> # /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 0x7f0d0d00e850> # /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 0x7f0d0d00eb50> # /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 0x7f0d0d00ee20> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d0850d0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0d0d06ecd0> # /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 0x7f0d0d085490> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tlog", "sssd", "authselect"], "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, "state": 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888130.88147: done with _execute_module (ansible.legacy.dnf, {'name': ['tlog', 'sssd', 'authselect'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6767042-7612-22522838152780/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888130.88152: _low_level_execute_command(): starting 7519 1726888130.88155: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6767042-7612-22522838152780/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888130.90294: done with _execute_module (ansible.legacy.dnf, {'name': ['tlog', 'sssd', 'authselect'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888127.6766841-7613-82229323503035/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888130.90298: _low_level_execute_command(): starting 7519 1726888130.90300: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888130.90303: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888130.90305: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.6766841-7613-82229323503035/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888130.90308: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888130.90310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888130.90312: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888130.90314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888130.90315: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888130.90319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888130.90321: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888130.90325: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888130.90328: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888130.90330: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888130.90332: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888130.90334: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888130.90336: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888130.90338: stdout chunk (state=3): >>><<< 7519 1726888130.90340: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888130.90346: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888130.90348: handler run complete 7519 1726888130.90350: attempt loop complete, returning result 7519 1726888130.90352: _execute() done 7519 1726888130.90354: dumping result to json 7519 1726888130.90356: done dumping result, returning 7519 1726888130.90359: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Install session recording packages [0ed44806-2f0b-c82f-f05a-00000000000b] 7519 1726888130.90361: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b 7519 1726888130.90417: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b 7519 1726888130.90420: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "best": null, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "tlog", "sssd", "authselect" ], "nobest": null, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": null, "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do 7519 1726888130.91587: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888130.91636: stderr chunk (state=3): >>><<< 7519 1726888130.91639: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888130.91657: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888130.91665: handler run complete 7519 1726888130.91927: attempt loop complete, returning result 7519 1726888130.91930: _execute() done 7519 1726888130.91932: dumping result to json 7519 1726888130.91934: done dumping result, returning 7519 1726888130.91935: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Install session recording packages [0ed44806-2f0b-c82f-f05a-00000000000b] 7519 1726888130.91937: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b 7519 1726888130.91983: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000b 7519 1726888130.91985: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "best": null, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "tlog", "sssd", "authselect" ], "nobest": null, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": null, "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do 7519 1726888130.92083: no more pending results, returning what we have 7519 1726888130.92086: results queue empty 7519 1726888130.92086: checking for any_errors_fatal 7519 1726888130.92089: done checking for any_errors_fatal 7519 1726888130.92090: checking for max_fail_percentage 7519 1726888130.92091: done checking for max_fail_percentage 7519 1726888130.92091: checking to see if all hosts have failed and the running result is not ok 7519 1726888130.92092: done checking to see if all hosts have failed 7519 1726888130.92093: getting the remaining hosts for this loop 7519 1726888130.92094: done getting the remaining hosts for this loop 7519 1726888130.92096: getting the next task for host managed_node1 7519 1726888130.92100: done getting next task for host managed_node1 7519 1726888130.92102: ^ task is: TASK: fedora.linux_system_roles.tlog : Get the rpm package facts 7519 1726888130.92103: ^ state is: HOST STATE: block=3, task=6, 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 7519 1726888130.92104: getting the next task for host managed_node2 7519 1726888130.92105: done getting next task for host managed_node2 7519 1726888130.92106: ^ task is: TASK: fedora.linux_system_roles.tlog : Get the rpm package facts 7519 1726888130.92107: ^ state is: HOST STATE: block=3, task=6, 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 7519 1726888130.92108: getting the next task for host managed_node3 7519 1726888130.92109: done getting next task for host managed_node3 7519 1726888130.92112: ^ task is: TASK: fedora.linux_system_roles.tlog : Get the rpm package facts 7519 1726888130.92113: ^ state is: HOST STATE: block=3, task=6, 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 7519 1726888130.92126: getting variables 7519 1726888130.92127: in VariableManager get_vars() 7519 1726888130.92150: Calling all_inventory to load vars for managed_node1 7519 1726888130.92152: Calling groups_inventory to load vars for managed_node1 7519 1726888130.92153: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888130.92160: Calling all_plugins_play to load vars for managed_node1 7519 1726888130.92162: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888130.92163: Calling groups_plugins_play to load vars for managed_node1 7519 1726888130.92198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888130.92224: done with get_vars() 7519 1726888130.92231: done getting variables TASK [fedora.linux_system_roles.tlog : Get the rpm package facts] ************** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:10 Friday 20 September 2024 23:08:50 -0400 (0:00:03.335) 0:00:05.542 ****** 7519 1726888130.92298: entering _queue_task() for managed_node1/package_facts 7519 1726888130.92300: Creating lock for package_facts 7519 1726888130.92541: worker is 1 (out of 3 available) 7519 1726888130.92559: exiting _queue_task() for managed_node1/package_facts 7519 1726888130.92591: getting variables 7519 1726888130.92595: in VariableManager get_vars() 7519 1726888130.92681: Calling all_inventory to load vars for managed_node2 7519 1726888130.92685: Calling groups_inventory to load vars for managed_node2 7519 1726888130.92687: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888130.92704: Calling all_plugins_play to load vars for managed_node2 7519 1726888130.92708: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888130.92712: Calling groups_plugins_play to load vars for managed_node2 7519 1726888130.92801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888130.92852: done with get_vars() 7519 1726888130.92863: done getting variables 7519 1726888130.92962: entering _queue_task() for managed_node2/package_facts 7519 1726888130.93037: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts 7519 1726888130.93255: worker is 2 (out of 3 available) 7519 1726888130.93272: exiting _queue_task() for managed_node2/package_facts 7519 1726888130.93310: getting variables 7519 1726888130.93313: in VariableManager get_vars() 7519 1726888130.93401: Calling all_inventory to load vars for managed_node3 7519 1726888130.93405: Calling groups_inventory to load vars for managed_node3 7519 1726888130.93408: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888130.93429: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000c 7519 1726888130.93434: variable 'ansible_search_path' from source: unknown 7519 1726888130.93436: variable 'ansible_search_path' from source: unknown 7519 1726888130.93438: calling self._execute() 7519 1726888130.93451: Calling all_plugins_play to load vars for managed_node3 7519 1726888130.93455: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888130.93459: Calling groups_plugins_play to load vars for managed_node3 7519 1726888130.93513: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888130.93517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888130.93536: variable 'omit' from source: magic vars 7519 1726888130.93559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888130.93611: done with get_vars() 7519 1726888130.93620: done getting variables 7519 1726888130.93671: variable 'omit' from source: magic vars 7519 1726888130.93699: variable 'omit' from source: magic vars 7519 1726888130.93739: entering _queue_task() for managed_node3/package_facts 7519 1726888130.93764: variable 'omit' from source: magic vars 7519 1726888130.93768: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888130.93821: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888130.93851: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888130.93855: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888130.93875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888130.94563: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888130.94568: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888130.94571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888130.94576: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts 7519 1726888130.94579: Set connection var ansible_shell_executable to /bin/sh 7519 1726888130.94582: Set connection var ansible_pipelining to False 7519 1726888130.94585: Set connection var ansible_shell_type to sh 7519 1726888130.94586: Set connection var ansible_timeout to 10 7519 1726888130.94589: Set connection var ansible_connection to ssh 7519 1726888130.94592: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000c 7519 1726888130.94596: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888130.94597: variable 'ansible_search_path' from source: unknown 7519 1726888130.94599: variable 'ansible_search_path' from source: unknown 7519 1726888130.94601: calling self._execute() 7519 1726888130.94603: variable 'ansible_shell_executable' from source: unknown 7519 1726888130.94605: variable 'ansible_connection' from source: unknown 7519 1726888130.94606: variable 'ansible_module_compression' from source: unknown 7519 1726888130.94609: variable 'ansible_shell_type' from source: unknown 7519 1726888130.94613: variable 'ansible_shell_executable' from source: unknown 7519 1726888130.94616: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888130.94618: variable 'ansible_pipelining' from source: unknown 7519 1726888130.94620: variable 'ansible_timeout' from source: unknown 7519 1726888130.94624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888130.94626: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888130.94628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888130.94630: variable 'omit' from source: magic vars 7519 1726888130.94533: worker is 3 (out of 3 available) 7519 1726888130.94638: exiting _queue_task() for managed_node3/package_facts 7519 1726888130.94651: done queuing things up, now waiting for results queue to drain 7519 1726888130.94652: waiting for pending results... 7519 1726888130.94660: 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__) 7519 1726888130.94663: variable 'omit' from source: magic vars 7519 1726888130.94667: starting attempt loop 7519 1726888130.94669: running the handler 7519 1726888130.94681: _low_level_execute_command(): starting 7519 1726888130.94696: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888130.94790: variable 'omit' from source: magic vars <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888130.94924: variable 'omit' from source: magic vars 7519 1726888130.94962: variable 'omit' from source: magic vars 7519 1726888130.95072: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts 7519 1726888130.95114: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888130.95153: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888130.95176: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888130.95196: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888130.95210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888130.95304: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888130.95312: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888130.95320: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888130.95420: Set connection var ansible_shell_executable to /bin/sh 7519 1726888130.95441: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000c 7519 1726888130.95461: variable 'ansible_search_path' from source: unknown 7519 1726888130.95468: variable 'ansible_search_path' from source: unknown 7519 1726888130.95512: calling self._execute() 7519 1726888130.95551: Set connection var ansible_pipelining to False 7519 1726888130.95593: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888130.95603: Set connection var ansible_shell_type to sh 7519 1726888130.95611: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888130.95621: Set connection var ansible_timeout to 10 7519 1726888130.95631: Set connection var ansible_connection to ssh 7519 1726888130.95638: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888130.95646: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888130.95652: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888130.95662: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888130.95666: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888130.95676: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888130.95698: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888130.95701: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888130.95706: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888130.95712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888130.95719: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888130.95732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888130.95743: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888130.95751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888130.95759: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888130.95771: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888130.95774: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888130.95780: variable 'omit' from source: magic vars 7519 1726888130.95892: variable 'ansible_shell_executable' from source: unknown 7519 1726888130.95904: variable 'ansible_connection' from source: unknown 7519 1726888130.95912: variable 'ansible_module_compression' from source: unknown 7519 1726888130.95919: variable 'ansible_shell_type' from source: unknown 7519 1726888130.95928: variable 'ansible_shell_executable' from source: unknown 7519 1726888130.95935: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888130.95944: variable 'ansible_pipelining' from source: unknown 7519 1726888130.95950: variable 'ansible_timeout' from source: unknown 7519 1726888130.95961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888130.96085: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888130.96094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888130.96105: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888130.96114: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888130.96119: variable 'omit' from source: magic vars 7519 1726888130.96160: variable 'omit' from source: magic vars 7519 1726888130.96195: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888130.96206: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888130.96214: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888130.96233: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888130.96238: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888130.96245: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888130.96252: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888130.96271: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888130.96280: variable 'omit' from source: magic vars 7519 1726888130.96326: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888130.96354: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888130.96359: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888130.96431: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888130.96435: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888130.96439: 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__) 7519 1726888130.96454: variable 'omit' from source: magic vars 7519 1726888130.96458: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888130.96462: starting attempt loop 7519 1726888130.96468: running the handler 7519 1726888130.96491: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888130.96495: _low_level_execute_command(): starting 7519 1726888130.96506: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888130.96512: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888130.96539: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888130.96542: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888130.96546: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888130.96662: Set connection var ansible_shell_executable to /bin/sh 7519 1726888130.96670: Set connection var ansible_pipelining to False 7519 1726888130.96675: Set connection var ansible_shell_type to sh 7519 1726888130.96680: Set connection var ansible_timeout to 10 7519 1726888130.96683: Set connection var ansible_connection to ssh 7519 1726888130.96694: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888130.96730: variable 'ansible_shell_executable' from source: unknown 7519 1726888130.96733: variable 'ansible_connection' from source: unknown 7519 1726888130.96735: variable 'ansible_module_compression' from source: unknown 7519 1726888130.96738: variable 'ansible_shell_type' from source: unknown 7519 1726888130.96740: variable 'ansible_shell_executable' from source: unknown 7519 1726888130.96742: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888130.96746: variable 'ansible_pipelining' from source: unknown 7519 1726888130.96748: variable 'ansible_timeout' from source: unknown 7519 1726888130.96753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888130.97039: 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__) 7519 1726888130.97053: variable 'omit' from source: magic vars 7519 1726888130.97056: starting attempt loop 7519 1726888130.97058: running the handler 7519 1726888130.97073: _low_level_execute_command(): starting 7519 1726888130.97081: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888130.97435: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888130.97453: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888130.97471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888130.97493: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888130.97508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888130.97553: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888130.97871: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888130.97883: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888130.97900: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888130.97916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888130.97936: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888130.97939: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888130.97955: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888130.97958: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888130.97964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888130.97978: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888130.97984: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888130.97987: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888130.97998: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888130.98011: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888130.98025: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888130.98043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888130.98046: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888130.98050: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888130.98055: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888130.98064: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888130.98074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888130.98077: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888130.98079: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888130.98090: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888130.98093: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888130.98099: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888130.98109: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888130.98111: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888130.98114: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888130.98126: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888130.98139: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888130.98141: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888130.98147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888130.98160: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888130.98163: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888130.98165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888130.98173: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888130.98183: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888130.98186: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888130.98188: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888130.98190: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888130.98203: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888130.98206: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888130.98208: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888130.98211: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888130.98225: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888130.98294: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888130.98303: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888130.98306: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888130.98312: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888130.98338: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888130.98341: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888130.98344: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888130.98353: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888130.98358: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888130.98363: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888130.98369: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888130.98418: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888130.98422: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888130.98485: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888130.98492: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888130.98495: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888130.98499: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888130.98519: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888130.98538: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888130.98843: stdout chunk (state=3): >>>/root <<< 7519 1726888130.98991: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888130.99053: stderr chunk (state=3): >>><<< 7519 1726888130.99056: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888130.99085: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888130.99099: _low_level_execute_command(): starting 7519 1726888130.99108: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845 `" && echo ansible-tmp-1726888130.9908662-7681-75942101181845="` echo /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845 `" && echo ansible-tmp-1726888130.9908662-7681-75942101181845="` echo /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845 `" ) && sleep 0'"'"'' 7519 1726888130.99720: 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 <<< 7519 1726888130.99726: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888130.99764: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888130.99768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888130.99773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888130.99776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888130.99831: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888130.99836: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888130.99840: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888130.99851: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888130.99875: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888131.00642: stdout chunk (state=3): >>>/root <<< 7519 1726888131.00808: stdout chunk (state=3): >>>/root <<< 7519 1726888131.00811: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888131.00865: stderr chunk (state=3): >>><<< 7519 1726888131.00870: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888131.00885: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888131.00919: _low_level_execute_command(): starting 7519 1726888131.01045: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470 `" && echo ansible-tmp-1726888131.0088804-7683-101015993241470="` echo /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470 `" && echo ansible-tmp-1726888131.0088804-7683-101015993241470="` echo /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470 `" ) && sleep 0'"'"'' 7519 1726888131.01142: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888131.01150: stdout chunk (state=3): >>><<< 7519 1726888131.01164: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888131.01200: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888131.01218: _low_level_execute_command(): starting 7519 1726888131.01221: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163 `" && echo ansible-tmp-1726888131.0120115-7682-40329810451163="` echo /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163 `" && echo ansible-tmp-1726888131.0120115-7682-40329810451163="` echo /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163 `" ) && sleep 0'"'"'' 7519 1726888131.01945: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888131.01954: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.01969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.01987: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.01996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.02034: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888131.02041: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888131.02048: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888131.02058: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888131.02068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.02081: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.02087: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.02102: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888131.02109: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888131.02118: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888131.02124: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.02134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.02144: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.02152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.02159: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888131.02166: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888131.02173: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888131.02185: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888131.02193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.02203: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.02211: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.02288: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888131.02303: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888131.02307: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888131.02409: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888131.02416: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888131.02419: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888131.02421: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888131.02443: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888131.02446: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888131.02448: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888131.02451: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888131.02453: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888131.02470: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.02473: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.02526: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888131.02529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.02532: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888131.02534: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.02536: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.02565: stdout chunk (state=3): >>>ansible-tmp-1726888130.9908662-7681-75942101181845=/root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845 <<< 7519 1726888131.02596: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888131.02618: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888131.02626: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888131.02744: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888131.02756: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888131.02954: stderr chunk (state=3): >>><<< 7519 1726888131.02957: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888130.9908662-7681-75942101181845=/root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888131.03140: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888130.9908662-7681-75942101181845=/root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888131.03143: variable 'ansible_module_compression' from source: unknown 7519 1726888131.03157: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888131.03231: ANSIBALLZ: Using lock for package_facts 7519 1726888131.03236: ANSIBALLZ: Acquiring lock 7519 1726888131.03239: ANSIBALLZ: Lock acquired: 140005025791776 7519 1726888131.03241: ANSIBALLZ: Creating module 7519 1726888131.05064: stdout chunk (state=3): >>>ansible-tmp-1726888131.0120115-7682-40329810451163=/root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163 <<< 7519 1726888131.05296: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888131.05300: stdout chunk (state=3): >>><<< 7519 1726888131.05309: stderr chunk (state=3): >>><<< 7519 1726888131.05341: stdout chunk (state=3): >>>ansible-tmp-1726888131.0088804-7683-101015993241470=/root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470 <<< <10.31.42.160> (0, b'ansible-tmp-1726888131.0120115-7682-40329810451163=/root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888131.05352: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888131.0120115-7682-40329810451163=/root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888131.05532: variable 'ansible_module_compression' from source: unknown 7519 1726888131.05630: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888131.05635: stdout chunk (state=3): >>><<< 7519 1726888131.05637: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888131.0088804-7683-101015993241470=/root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888131.05645: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888131.0088804-7683-101015993241470=/root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888131.05721: variable 'ansible_module_compression' from source: unknown 7519 1726888131.05778: ANSIBALLZ: Using lock for package_facts 7519 1726888131.05781: ANSIBALLZ: Acquiring lock 7519 1726888131.05837: ANSIBALLZ: Using lock for package_facts 7519 1726888131.05841: ANSIBALLZ: Acquiring lock 7519 1726888131.30474: ANSIBALLZ: Writing module into payload 7519 1726888131.30606: ANSIBALLZ: Writing module 7519 1726888131.30634: ANSIBALLZ: Renaming module 7519 1726888131.30643: ANSIBALLZ: Done creating module 7519 1726888131.31234: ANSIBALLZ: Lock acquired: 140005025791776 7519 1726888131.31238: ANSIBALLZ: Reading module after lock 7519 1726888131.31240: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888131.31242: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/package_facts.py 7519 1726888131.31247: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py 7519 1726888131.31249: ANSIBALLZ: Lock acquired: 140005025791776 7519 1726888131.31251: ANSIBALLZ: Reading module after lock <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzpph7oq8 TO /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py 7519 1726888131.31257: variable 'ansible_facts' from source: host vars for 'managed_node2' <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888131.31262: Sending initial data 7519 1726888131.31264: Sent initial data (159 bytes) Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/package_facts.py 7519 1726888131.31267: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/package_facts.py 7519 1726888131.31282: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpt76vsul4 TO /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwutgq9wp TO /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888131.31561: Sending initial data 7519 1726888131.31564: Sent initial data (160 bytes) 7519 1726888131.31630: Sending initial data 7519 1726888131.31634: Sent initial data (159 bytes) 7519 1726888131.32634: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888131.32676: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.32709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.32731: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.32745: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.32795: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888131.32808: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888131.32820: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888131.32836: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888131.32849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.32863: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.32884: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.32907: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888131.32921: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888131.32938: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888131.32954: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.32969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.32987: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.33008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.33021: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888131.33036: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888131.33049: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888131.33063: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888131.33079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.33094: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.33119: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.33192: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888131.33207: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888131.33229: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888131.33253: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888131.33270: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888131.33283: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888131.33294: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888131.33303: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888131.33556: 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.33678: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888131.33710: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888131.33750: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888131.33773: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888131.33807: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888131.33819: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888131.33853: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888131.33876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.33879: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888131.33882: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.33884: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.33887: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888131.33894: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888131.33909: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888131.33912: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.33914: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.33929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.33932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.33938: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.33946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.33958: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888131.33961: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.33963: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888131.33976: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888131.33980: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.33983: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888131.33985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.34034: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.34038: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888131.34040: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.34050: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888131.34060: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888131.34071: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888131.34082: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.34095: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.34114: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.34132: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888131.34145: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888131.34156: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888131.34162: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888131.34174: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888131.34181: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.34187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.34203: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888131.34206: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.34220: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888131.34247: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888131.34287: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888131.34291: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888131.34293: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888131.34308: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888131.34657: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888131.34661: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent <<< 7519 1726888131.34689: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888131.36002: 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 <<< 7519 1726888131.36006: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888131.36033: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888131.36037: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888131.36071: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 7519 1726888131.36074: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzpph7oq8 <<< 7519 1726888131.36077: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzpph7oq8 /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py <<< 7519 1726888131.36086: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888131.36105: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7519 1726888131.36111: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py M:0x001a <<< 7519 1726888131.36930: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888131.36980: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888131.37047: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpt76vsul4 debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888131.37050: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpt76vsul4 /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py <<< 7519 1726888131.37822: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py M:0x001a <<< 7519 1726888131.37827: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 7519 1726888131.37829: 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 debug3: Sent message limits@openssh.com I:1 debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwutgq9wp debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888131.37832: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwutgq9wp /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py <<< 7519 1726888131.37834: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 7519 1726888131.38095: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py M:0x001a <<< 7519 1726888131.39631: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26509 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 26509 bytes at 261120 debug3: Sent message SSH2_FXP_CLOSE I:5 debug3: SSH2_FXP_STATUS 0 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888131.39635: stdout chunk (state=3): >>><<< 7519 1726888131.39637: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzpph7oq8 /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzpph7oq8\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26509\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 26509 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888131.41256: done transferring module to remote 7519 1726888131.41259: _low_level_execute_command(): starting 7519 1726888131.41261: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/ /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/ /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py && sleep 0'"'"'' 7519 1726888131.41278: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 7519 1726888131.41281: 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888131.41532: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 <<< 7519 1726888131.41561: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26510 <<< 7519 1726888131.41629: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 26510 bytes at 261120 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888131.41643: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 <<< 7519 1726888131.41663: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26509 <<< 7519 1726888131.41701: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888131.41791: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888131.41838: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 26509 bytes at 261120 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888131.41889: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888131.41931: stderr chunk (state=3): >>><<< 7519 1726888131.41934: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpt76vsul4 /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpt76vsul4\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26510\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 26510 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888131.41972: done transferring module to remote 7519 1726888131.42009: _low_level_execute_command(): starting 7519 1726888131.42012: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/ /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/ /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py && sleep 0'"'"'' 7519 1726888131.42124: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888131.42127: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888131.42418: stderr chunk (state=3): >>><<< 7519 1726888131.42421: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwutgq9wp /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwutgq9wp\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:26509\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 26509 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888131.42429: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888131.42431: stdout chunk (state=3): >>><<< 7519 1726888131.42433: done transferring module to remote 7519 1726888131.42435: stderr chunk (state=3): >>><<< 7519 1726888131.42437: _low_level_execute_command(): starting <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888131.42443: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/ /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py && sleep 0' 7519 1726888131.42446: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888131.42450: _low_level_execute_command(): starting 7519 1726888131.42452: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/ /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py && sleep 0'"'"'' <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/AnsiballZ_package_facts.py && sleep 0'"'"'' 7519 1726888131.43631: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888131.43635: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.43638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.43640: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.43642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.43644: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888131.43646: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888131.43648: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888131.43651: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888131.43653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.43655: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.43657: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.43659: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888131.43661: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888131.43664: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888131.43675: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.43678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.43941: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.44214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.44217: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888131.44220: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888131.44224: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888131.44227: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888131.44229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.44231: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.44233: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.44238: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888131.44240: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888131.44242: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888131.44244: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888131.44246: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888131.44248: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888131.44250: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888131.44252: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888131.44254: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888131.44256: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888131.44258: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888131.44260: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888131.44262: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.44264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.44266: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.44268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.44270: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888131.44273: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888131.44275: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888131.44277: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888131.44279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.44281: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.44283: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.44285: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888131.44287: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888131.44289: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888131.44291: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.44294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.44296: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.44299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.44312: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888131.44324: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888131.44329: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888131.44831: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888131.44834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.44836: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.44838: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.44840: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888131.44842: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888131.44844: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888131.44845: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888131.44847: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888131.44849: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888131.44851: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888131.44854: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888131.44856: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888131.44857: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888131.44859: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888131.44861: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888131.44863: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.44864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.45048: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.45067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.45115: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888131.45129: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888131.45140: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888131.45152: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888131.45178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.45194: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.45207: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.45227: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888131.45238: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888131.45250: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888131.45272: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.45286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.45300: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.45319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.45333: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888131.45343: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888131.45352: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888131.45368: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888131.45387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.45400: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.45415: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.45500: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888131.45534: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888131.45550: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888131.45572: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888131.45749: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888131.45812: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888131.45835: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888131.45880: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888131.45896: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888131.45953: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888131.45966: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888131.46873: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888131.46891: stderr chunk (state=3): >>><<< 7519 1726888131.46894: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888131.46919: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888131.46926: _low_level_execute_command(): starting 7519 1726888131.46928: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/AnsiballZ_package_facts.py && sleep 0'"'"'' 7519 1726888131.47444: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888131.47448: stdout chunk (state=3): >>><<< 7519 1726888131.47451: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888131.47458: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888131.47460: _low_level_execute_command(): starting 7519 1726888131.47463: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/AnsiballZ_package_facts.py && sleep 0'"'"'' 7519 1726888131.47683: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888131.47993: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.47996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.47998: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.48001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.48003: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888131.48005: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888131.48006: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888131.48008: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888131.48010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.48012: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.48017: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.48019: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888131.48021: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888131.48025: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888131.48027: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888131.48030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.48032: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.48035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.48037: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888131.48042: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888131.48044: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888131.48047: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888131.48048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.48050: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888131.48053: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.48055: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888131.48069: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888131.48076: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888131.48090: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888131.48095: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888131.48103: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888131.48110: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888131.48129: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888131.48151: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888131.48164: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888131.48224: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888131.48454: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888131.48459: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888131.48461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888131.48499: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888131.48502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888131.48505: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888131.48507: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888131.48577: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7519 1726888131.48583: stdout chunk (state=3): >>>import _imp # builtin <<< 7519 1726888131.48626: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent <<< 7519 1726888131.48670: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888131.48676: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7519 1726888131.48692: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888131.48755: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888131.48758: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888131.48821: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888131.48862: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888131.48879: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888131.48978: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888131.49060: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888131.49062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.49093: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888131.49131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888131.49151: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888131.49199: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898dc0> <<< 7519 1726888131.49318: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d3a0> <<< 7519 1726888131.49321: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898b20> # /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' <<< 7519 1726888131.49346: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898ac0> <<< 7519 1726888131.49349: stdout chunk (state=3): >>>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' <<< 7519 1726888131.49376: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d490> <<< 7519 1726888131.49390: 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' <<< 7519 1726888131.49412: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py<<< 7519 1726888131.49419: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888131.49441: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d940> <<< 7519 1726888131.49497: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d670> <<< 7519 1726888131.49510: 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' <<< 7519 1726888131.49549: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888131.49579: 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 <<< 7519 1726888131.49583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888131.49634: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888131.49652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888131.49733: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf220> <<< 7519 1726888131.49795: 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' <<< 7519 1726888131.49800: 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 0x7f2e525f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf940> <<< 7519 1726888131.49841: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52855880> <<< 7519 1726888131.49844: 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 0x7f2e525c8d90> <<< 7519 1726888131.49902: 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 0x7f2e525f2d90> <<< 7519 1726888131.49950: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d970> <<< 7519 1726888131.49977: 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. <<< 7519 1726888131.50701: 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' # /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 0x7f2e52592eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52596f40> # /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 0x7f2e5258c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52594640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52592370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888131.50914: stdout chunk (state=3): >>># 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 <<< 7519 1726888131.50993: 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' <<< 7519 1726888131.51005: 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 0x7f2e52477e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477910> <<< 7519 1726888131.51036: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888131.51068: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py <<< 7519 1726888131.51088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' <<< 7519 1726888131.51122: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 7519 1726888131.51127: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7519 1726888131.51129: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477f10> <<< 7519 1726888131.51217: stdout chunk (state=3): >>># /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 0x7f2e52477fd0> # /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 0x7f2e5248b0d0> <<< 7519 1726888131.51220: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888131.51271: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888131.51309: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888131.51314: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888131.51364: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888131.51372: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888131.51442: 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' <<< 7519 1726888131.51471: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888131.51487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888131.51524: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888131.51546: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7519 1726888131.51549: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3dc0> <<< 7519 1726888131.51551: stdout chunk (state=3): >>>import _imp # builtin <<< 7519 1726888131.51610: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888131.51626: stdout chunk (state=3): >>>import '_warnings' # <<< 7519 1726888131.51628: stdout chunk (state=3): >>>import '_weakref' # <<< 7519 1726888131.51631: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888131.51633: 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 0x7f1ff2d983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3b20> <<< 7519 1726888131.51659: 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' <<< 7519 1726888131.51682: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3ac0> <<< 7519 1726888131.51718: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888131.51727: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888131.51747: 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' <<< 7519 1726888131.51750: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888131.51758: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98490> <<< 7519 1726888131.51809: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256ed90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52568670> # /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 0x7f2e5257a6d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5259ae20> # /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 0x7f2e5248bcd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256e2b0> # 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 0x7f2e5257a2e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a09d0> # /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 0x7f2e5248beb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248bdf0> # /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 0x7f2e5248bd60> # /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 0x7f2e5245e3d0> # /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' <<< 7519 1726888131.51911: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888131.51915: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888131.51918: 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 # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98670> <<< 7519 1726888131.52018: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888131.52026: 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' # /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 <<< 7519 1726888131.52224: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5245e4c0> <<< 7519 1726888131.52228: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52493f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248da90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248d490> # /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 <<< 7519 1726888131.52254: 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 # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888131.52258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'<<< 7519 1726888131.52262: stdout chunk (state=3): >>> <<< 7519 1726888131.52288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f190> # /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 0x7f1ff2d4f220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888131.52295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888131.52335: 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' <<< 7519 1726888131.52339: 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 0x7f1ff2d72850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f940> <<< 7519 1726888131.52365: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8dc0> <<< 7519 1726888131.52374: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2db0880> <<< 7519 1726888131.52415: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52394220> <<< 7519 1726888131.52419: 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' <<< 7519 1726888131.52421: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8b20> <<< 7519 1726888131.52425: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d48d90> <<< 7519 1726888131.52429: 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' <<< 7519 1726888131.52431: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5244a520> <<< 7519 1726888131.52481: 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' <<< 7519 1726888131.52499: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d72d90> <<< 7519 1726888131.52502: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8ac0><<< 7519 1726888131.52520: stdout chunk (state=3): >>> import '_signal' # <<< 7519 1726888131.52531: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248df10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a0040> <<< 7519 1726888131.52547: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888131.52552: 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'<<< 7519 1726888131.52596: stdout chunk (state=3): >>> <<< 7519 1726888131.52601: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d490><<< 7519 1726888131.52649: stdout chunk (state=3): >>> <<< 7519 1726888131.52655: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py<<< 7519 1726888131.52699: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc'<<< 7519 1726888131.52708: stdout chunk (state=3): >>> <<< 7519 1726888131.52715: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98970> <<< 7519 1726888131.52720: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py<<< 7519 1726888131.52725: stdout chunk (state=3): >>> <<< 7519 1726888131.52728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc'<<< 7519 1726888131.52731: stdout chunk (state=3): >>> <<< 7519 1726888131.52754: 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. <<< 7519 1726888131.52759: 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 # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523a5b50> import 'errno' # <<< 7519 1726888131.52762: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888131.52764: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d940> <<< 7519 1726888131.52789: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d670><<< 7519 1726888131.52794: stdout chunk (state=3): >>> <<< 7519 1726888131.52856: 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 0x7f2e523a5e80> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888131.52861: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py<<< 7519 1726888131.52956: stdout chunk (state=3): >>> <<< 7519 1726888131.52960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc'<<< 7519 1726888131.52962: stdout chunk (state=3): >>> <<< 7519 1726888131.52965: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py<<< 7519 1726888131.52967: stdout chunk (state=3): >>> <<< 7519 1726888131.52969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc'<<< 7519 1726888131.53022: stdout chunk (state=3): >>> <<< 7519 1726888131.53612: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py<<< 7519 1726888131.53653: stdout chunk (state=3): >>> <<< 7519 1726888131.53659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc'<<< 7519 1726888131.53702: stdout chunk (state=3): >>> <<< 7519 1726888131.53706: stdout chunk (state=3): >>>import '_stat' # <<< 7519 1726888131.53709: stdout chunk (state=3): >>> <<< 7519 1726888131.53711: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434190><<< 7519 1726888131.53714: stdout chunk (state=3): >>> <<< 7519 1726888131.53724: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py<<< 7519 1726888131.53729: stdout chunk (state=3): >>># 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 0x7f2e523b5790> # /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 0x7f2e523b5cd0> <<< 7519 1726888131.53732: stdout chunk (state=3): >>> <<< 7519 1726888131.53735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888131.53737: 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 0x7f2e5234f400> <<< 7519 1726888131.53739: 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' <<< 7519 1726888131.53741: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434220> <<< 7519 1726888131.53840: 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 <<< 7519 1726888131.53882: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py<<< 7519 1726888131.53906: stdout chunk (state=3): >>> <<< 7519 1726888131.53911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc'<<< 7519 1726888131.53915: stdout chunk (state=3): >>> <<< 7519 1726888131.53942: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888131.53945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' <<< 7519 1726888131.53968: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7457850><<< 7519 1726888131.53991: 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 # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d13eb0> <<< 7519 1726888131.54057: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d16f40> # /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' <<< 7519 1726888131.54063: stdout chunk (state=3): >>> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7495880> <<< 7519 1726888131.54066: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py<<< 7519 1726888131.54088: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc'<<< 7519 1726888131.54092: stdout chunk (state=3): >>> <<< 7519 1726888131.54170: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b742dd90> <<< 7519 1726888131.54173: stdout chunk (state=3): >>>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 0x7f1ff2d0c610> <<< 7519 1726888131.54177: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d12640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d13370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888131.54180: 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' <<< 7519 1726888131.54208: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523a5f70> # /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 0x7f2e5235f2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5610> 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 0x7f2e5235f3a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248ba30> # /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' <<< 7519 1726888131.54233: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7457d90> <<< 7519 1726888131.54246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888131.54249: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d970> <<< 7519 1726888131.54252: 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. <<< 7519 1726888131.54378: stdout chunk (state=3): >>># /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 0x7f1ff29d3e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3910> import 'itertools' # <<< 7519 1726888131.54381: 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 0x7f1ff29d3f10> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888131.54384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3fd0> # /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 0x7f1ff29e70d0> import '_collections' # <<< 7519 1726888131.54387: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.54390: 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 0x7f2e5237b700> # /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 0x7f2e5237b9d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b7c0> # 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 0x7f2e5237b8b0> # /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' <<< 7519 1726888131.54393: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ceed90> import '_functools' # <<< 7519 1726888131.54886: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ce7670> <<< 7519 1726888131.54918: 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 0x7f1ff2cf96d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d1ae20> <<< 7519 1726888131.54965: 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' # 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 0x7f1ff29e7cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2cee2b0> <<< 7519 1726888131.54968: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888131.54971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'<<< 7519 1726888131.54973: stdout chunk (state=3): >>> <<< 7519 1726888131.54976: 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 0x7f1ff2cf92e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d209d0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888131.54997: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py<<< 7519 1726888131.54999: stdout chunk (state=3): >>> <<< 7519 1726888131.55002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7519 1726888131.55005: stdout chunk (state=3): >>># /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'<<< 7519 1726888131.55007: stdout chunk (state=3): >>> <<< 7519 1726888131.55029: 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' <<< 7519 1726888131.55034: stdout chunk (state=3): >>># 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 0x7f1ff29e7eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7df0> # /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 0x7f1ff29e7d60> # /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' <<< 7519 1726888131.55037: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7519 1726888131.55047: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71aeeb0> <<< 7519 1726888131.55065: 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 0x7f2e5237bd00> # 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 0x7f2e52387250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5236ea90> <<< 7519 1726888131.55069: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248b610> <<< 7519 1726888131.55071: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b0f40> <<< 7519 1726888131.55096: 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 <<< 7519 1726888131.55101: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888131.55104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc'<<< 7519 1726888131.55107: stdout chunk (state=3): >>> <<< 7519 1726888131.55109: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888131.55112: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888131.55117: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py<<< 7519 1726888131.55120: stdout chunk (state=3): >>> <<< 7519 1726888131.55133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888131.55171: stdout chunk (state=3): >>># 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 0x7f1ff29ba3d0> <<< 7519 1726888131.55194: stdout chunk (state=3): >>># /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' <<< 7519 1726888131.55215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888131.55218: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29ba4c0> <<< 7519 1726888131.55231: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888131.55235: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237baf0> <<< 7519 1726888131.55263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'<<< 7519 1726888131.55284: stdout chunk (state=3): >>> <<< 7519 1726888131.55289: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71a7610> <<< 7519 1726888131.55321: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ad640> <<< 7519 1726888131.55326: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ae370><<< 7519 1726888131.55378: stdout chunk (state=3): >>> <<< 7519 1726888131.55381: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29eff40> <<< 7519 1726888131.55383: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888131.55393: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9a90> <<< 7519 1726888131.55766: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9490> <<< 7519 1726888131.55796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888131.55838: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888131.55861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888131.55864: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e522ae6d0> <<< 7519 1726888131.56276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888131.56399: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888131.56541: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888131.56545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888131.56550: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7519 1726888131.56755: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' <<< 7519 1726888131.56814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888131.56819: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28ef220> <<< 7519 1726888131.56864: stdout chunk (state=3): >>> <<< 7519 1726888131.56869: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py<<< 7519 1726888131.56908: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888131.56959: 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 0x7fe7b708ee20><<< 7519 1726888131.56963: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29a6520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9f10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d20040> <<< 7519 1726888131.56966: stdout chunk (state=3): >>># /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' <<< 7519 1726888131.56968: stdout chunk (state=3): >>> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708e910> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py <<< 7519 1726888131.56971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708ef10> # /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' <<< 7519 1726888131.56993: stdout chunk (state=3): >>># zipimport: found 105 names in '/tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip' <<< 7519 1726888131.56998: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.57001: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2900b50> import 'errno' # <<< 7519 1726888131.57003: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708efd0> # /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 0x7fe7b70a20d0> import '_collections' # <<< 7519 1726888131.57005: 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 0x7f1ff2900e80> # /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 0x7f1ff2910790> # /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 0x7f1ff2910cd0> <<< 7519 1726888131.57026: 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 0x7f1ff28aa400> <<< 7519 1726888131.57031: stdout chunk (state=3): >>> <<< 7519 1726888131.57033: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2900f70> <<< 7519 1726888131.57035: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7189d90> <<< 7519 1726888131.57038: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.57041: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888131.57044: 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' # 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 0x7f1ff28bb2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910610> 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 0x7f1ff28bb3a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7a30> <<< 7519 1726888131.57046: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888131.57050: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888131.57054: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7182670> # /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 0x7fe7b71946d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b5e20> # /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' <<< 7519 1726888131.57060: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.57116: stdout chunk (state=3): >>># 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 0x7f1ff28d6700> # /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' <<< 7519 1726888131.57120: 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' <<< 7519 1726888131.57124: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b70a2cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71892b0> <<< 7519 1726888131.57143: 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 0x7f1ff28d69d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d67c0> <<< 7519 1726888131.57160: 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 0x7fe7b71942e0><<< 7519 1726888131.57163: 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 0x7f1ff28d68b0> <<< 7519 1726888131.57166: stdout chunk (state=3): >>> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb9d0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py<<< 7519 1726888131.57168: stdout chunk (state=3): >>> <<< 7519 1726888131.57171: 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' <<< 7519 1726888131.57233: stdout chunk (state=3): >>># 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<<< 7519 1726888131.57237: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.57241: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py<<< 7519 1726888131.57244: stdout chunk (state=3): >>> <<< 7519 1726888131.57247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2df0><<< 7519 1726888131.57283: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.57287: 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 0x7f1ff28d6d00> <<< 7519 1726888131.57290: stdout chunk (state=3): >>> <<< 7519 1726888131.57292: 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 0x7fe7b70a2d60> <<< 7519 1726888131.57296: 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 0x7f1ff28e2250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d6940> <<< 7519 1726888131.57298: 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' <<< 7519 1726888131.57300: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28caa90> <<< 7519 1726888131.57302: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7610> <<< 7519 1726888131.57303: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7519 1726888131.57305: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888131.57307: 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 <<< 7519 1726888131.57309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888131.57311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'<<< 7519 1726888131.57312: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d6af0> <<< 7519 1726888131.57314: stdout chunk (state=3): >>> <<< 7519 1726888131.57316: 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 0x7fe7b70753d0><<< 7519 1726888131.57318: stdout chunk (state=3): >>> <<< 7519 1726888131.57320: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888131.57322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888131.57404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888131.57410: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1ff28126d0> <<< 7519 1726888131.57413: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70754c0> <<< 7519 1726888131.57415: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70aaf40> <<< 7519 1726888131.57421: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4a90> <<< 7519 1726888131.57425: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4490><<< 7519 1726888131.57427: stdout chunk (state=3): >>> <<< 7519 1726888131.57710: 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'<<< 7519 1726888131.57713: stdout chunk (state=3): >>> <<< 7519 1726888131.57716: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888131.57718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'<<< 7519 1726888131.57720: stdout chunk (state=3): >>> <<< 7519 1726888131.57724: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py<<< 7519 1726888131.57726: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6faa220> <<< 7519 1726888131.57728: stdout chunk (state=3): >>># zipimport: found 105 names in '/tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip' # zipimport: zlib available <<< 7519 1726888131.57730: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7061520> <<< 7519 1726888131.57908: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.57912: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4f10><<< 7519 1726888131.57976: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888131.57984: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.58016: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888131.58019: stdout chunk (state=3): >>> <<< 7519 1726888131.58056: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888131.58059: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.58064: 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<<< 7519 1726888131.58066: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc'<<< 7519 1726888131.58068: stdout chunk (state=3): >>> import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fbbb50> import 'errno' # <<< 7519 1726888131.58135: 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 0x7fe7b6fbbe80><<< 7519 1726888131.58141: stdout chunk (state=3): >>> <<< 7519 1726888131.58187: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888131.58192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7519 1726888131.58225: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py <<< 7519 1726888131.58256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcb790> <<< 7519 1726888131.58291: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888131.58357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888131.58403: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcbcd0><<< 7519 1726888131.58407: stdout chunk (state=3): >>> <<< 7519 1726888131.58463: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.58486: 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 0x7fe7b6f65400> <<< 7519 1726888131.58552: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fbbf70> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888131.58604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7519 1726888131.58703: 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 0x7fe7b6f762e0> <<< 7519 1726888131.58707: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcb610> <<< 7519 1726888131.58717: stdout chunk (state=3): >>>import 'pwd' # <<< 7519 1726888131.58759: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.58763: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.58779: stdout chunk (state=3): >>> import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f763a0> <<< 7519 1726888131.58835: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2a30><<< 7519 1726888131.58837: stdout chunk (state=3): >>> <<< 7519 1726888131.58871: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py<<< 7519 1726888131.58873: stdout chunk (state=3): >>> <<< 7519 1726888131.58905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'<<< 7519 1726888131.58906: stdout chunk (state=3): >>> <<< 7519 1726888131.58933: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888131.58958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'<<< 7519 1726888131.58962: stdout chunk (state=3): >>> <<< 7519 1726888131.59048: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.59051: stdout chunk (state=3): >>> # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.59054: stdout chunk (state=3): >>> import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f91700><<< 7519 1726888131.59055: stdout chunk (state=3): >>> <<< 7519 1726888131.59109: 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'<<< 7519 1726888131.59112: stdout chunk (state=3): >>> <<< 7519 1726888131.59180: 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' <<< 7519 1726888131.59184: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f919d0><<< 7519 1726888131.59186: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.59196: stdout chunk (state=3): >>> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f917c0> <<< 7519 1726888131.59257: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.59274: stdout chunk (state=3): >>> # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.59277: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f918b0> <<< 7519 1726888131.59313: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7519 1726888131.59344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7519 1726888131.59616: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.59619: stdout chunk (state=3): >>> <<< 7519 1726888131.59663: 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 0x7fe7b6f91d00> <<< 7519 1726888131.59728: 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'<<< 7519 1726888131.59732: stdout chunk (state=3): >>> <<< 7519 1726888131.59756: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f9d250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f91940> <<< 7519 1726888131.59780: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f85a90><<< 7519 1726888131.59785: stdout chunk (state=3): >>> <<< 7519 1726888131.59825: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2610><<< 7519 1726888131.59827: stdout chunk (state=3): >>> <<< 7519 1726888131.59858: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py<<< 7519 1726888131.59863: stdout chunk (state=3): >>> <<< 7519 1726888131.59956: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.59958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888131.60021: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f91af0> <<< 7519 1726888131.60249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888131.60294: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe7b6edf6d0><<< 7519 1726888131.60300: stdout chunk (state=3): >>> <<< 7519 1726888131.60771: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888131.60776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52130820> <<< 7519 1726888131.60792: 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' <<< 7519 1726888131.60796: stdout chunk (state=3): >>># zipimport: found 105 names in '/tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip' <<< 7519 1726888131.60811: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.60816: 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' <<< 7519 1726888131.60842: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7519 1726888131.60847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888131.60884: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.60886: stdout chunk (state=3): >>># 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 0x7f2e521c0730> <<< 7519 1726888131.60938: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0610> <<< 7519 1726888131.60983: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0340> <<< 7519 1726888131.61001: 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' <<< 7519 1726888131.61009: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.61064: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0460> <<< 7519 1726888131.61069: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/__init__.py<<< 7519 1726888131.61083: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0160> <<< 7519 1726888131.61086: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888131.61088: stdout chunk (state=3): >>> # zipimport: zlib available <<< 7519 1726888131.61120: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.61139: 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 0x7f2e521c03a0> <<< 7519 1726888131.61143: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888131.61164: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.61169: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py<<< 7519 1726888131.61172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888131.61174: stdout chunk (state=3): >>> <<< 7519 1726888131.61255: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.61260: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0790> <<< 7519 1726888131.61262: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888131.61265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888131.61297: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888131.61318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888131.61347: 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' <<< 7519 1726888131.61483: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521987f0> <<< 7519 1726888131.61527: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.61529: 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 0x7f2e52198b80> <<< 7519 1726888131.61561: 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' <<< 7519 1726888131.61616: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521989d0> <<< 7519 1726888131.61621: 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 0x7f1ff2144820> <<< 7519 1726888131.61626: 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' <<< 7519 1726888131.61659: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7519 1726888131.61678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.61682: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888131.61689: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51b88520> <<< 7519 1726888131.61693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888131.61695: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521b9d60> <<< 7519 1726888131.61700: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7519 1726888131.61703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888131.61731: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.61736: stdout chunk (state=3): >>># 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 0x7f1ff21d5730> <<< 7519 1726888131.61792: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5610> <<< 7519 1726888131.61842: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5340> <<< 7519 1726888131.61865: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888131.61870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888131.61959: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5160> <<< 7519 1726888131.61962: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c04f0> <<< 7519 1726888131.61990: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888131.61993: 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' <<< 7519 1726888131.62025: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.62029: 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 0x7f1ff21d53a0> <<< 7519 1726888131.62031: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521b91c0> <<< 7519 1726888131.62033: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888131.62035: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888131.62037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888131.62070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888131.62080: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7519 1726888131.62084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7519 1726888131.62086: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888131.62105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888131.62153: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5790> <<< 7519 1726888131.62157: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888131.62159: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888131.62165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888131.62215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521e9b20> <<< 7519 1726888131.62218: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888131.62271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888131.62300: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c160> <<< 7519 1726888131.62305: 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' <<< 7519 1726888131.62308: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c760> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51b8ed30> <<< 7519 1726888131.62312: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.62314: 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 0x7f2e5218c670> <<< 7519 1726888131.62411: 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 0x7f2e52210d00> <<< 7519 1726888131.62448: 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' <<< 7519 1726888131.62474: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21b57f0> <<< 7519 1726888131.62478: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888131.62481: 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 0x7f1ff21b5b80> <<< 7519 1726888131.62483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888131.62485: 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 0x7f1ff21b59d0> <<< 7519 1726888131.62598: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888131.62602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888131.62604: 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 0x7f2e51be6a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221ae80> <<< 7519 1726888131.62607: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888131.62609: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff20c8520> <<< 7519 1726888131.62611: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21ced60> <<< 7519 1726888131.62670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888131.62674: 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 0x7f2e51bf40a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221aeb0> <<< 7519 1726888131.62677: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888131.62719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.62761: 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' <<< 7519 1726888131.62764: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888131.62842: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e522211c0> <<< 7519 1726888131.62872: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d54f0> <<< 7519 1726888131.62905: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888131.62912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'<<< 7519 1726888131.62916: stdout chunk (state=3): >>> <<< 7519 1726888131.62936: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21ce1c0> <<< 7519 1726888131.62968: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888131.62974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888131.63020: 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' <<< 7519 1726888131.63047: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888131.63056: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf40d0> <<< 7519 1726888131.63059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888131.63093: 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' <<< 7519 1726888131.63113: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21f6b20> <<< 7519 1726888131.63187: 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' <<< 7519 1726888131.63191: 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 0x7f2e521d92b0> <<< 7519 1726888131.63248: 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' <<< 7519 1726888131.63254: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1160> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1760> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff20cdd30> <<< 7519 1726888131.63258: 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 0x7f2e5221aaf0> <<< 7519 1726888131.63297: 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 0x7f2e5221aac0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52210ee0> <<< 7519 1726888131.63337: 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<<< 7519 1726888131.63364: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 7519 1726888131.63367: 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 0x7f1ff21a1670> <<< 7519 1726888131.63370: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888131.63372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888131.63374: 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 0x7f1ff2774d00> <<< 7519 1726888131.63376: 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' <<< 7519 1726888131.63424: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888131.63428: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.63431: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.63435: 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 0x7f2e51bf10d0> <<< 7519 1726888131.63446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888131.63540: 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 0x7f1ff2125a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277de80> <<< 7519 1726888131.63565: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888131.63588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888131.63661: 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 0x7f1ff21340a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277deb0> <<< 7519 1726888131.63708: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.63711: 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 0x7f2e51be7310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf1cd0> <<< 7519 1726888131.63712: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888131.63784: 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 0x7f2e51bf1670> <<< 7519 1726888131.63802: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf2100> <<< 7519 1726888131.63809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.63811: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.63813: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888131.63815: 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' <<< 7519 1726888131.63816: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.63817: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888131.63890: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff27841c0> <<< 7519 1726888131.63905: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.64034: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.64043: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.64051: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888131.64056: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.64059: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888131.64087: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.64120: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21340d0> <<< 7519 1726888131.64320: 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 0x7f1ff21ee2b0> <<< 7519 1726888131.64519: 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 0x7f1ff277daf0> <<< 7519 1726888131.64540: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.64574: 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 0x7f1ff277dac0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2774ee0> # /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' <<< 7519 1726888131.64578: stdout chunk (state=3): >>># /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' <<< 7519 1726888131.64581: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.64605: 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 0x7f1ff21300d0> <<< 7519 1726888131.65010: 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 0x7f1ff2126310> <<< 7519 1726888131.65020: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2130cd0> # 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 0x7f1ff2130670> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2131100> <<< 7519 1726888131.65074: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888131.65078: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888131.65081: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.65088: 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 0x7fe7b6d60820> # /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' <<< 7519 1726888131.65139: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888131.65162: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.65166: stdout chunk (state=3): >>># 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 <<< 7519 1726888131.65350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888131.65353: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.65354: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888131.65356: stdout chunk (state=3): >>># 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 0x7fe7b6df0730> <<< 7519 1726888131.65357: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888131.65364: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888131.65366: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.65367: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0340> <<< 7519 1726888131.65368: 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' <<< 7519 1726888131.65369: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.65431: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.65435: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0460> <<< 7519 1726888131.65437: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0160> <<< 7519 1726888131.65477: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888131.65480: stdout chunk (state=3): >>> <<< 7519 1726888131.65510: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.65542: stdout chunk (state=3): >>> # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.65635: stdout chunk (state=3): >>> <<< 7519 1726888131.65646: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6df03a0> <<< 7519 1726888131.65650: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py<<< 7519 1726888131.65652: stdout chunk (state=3): >>> <<< 7519 1726888131.65655: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.65658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888131.65711: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0790> <<< 7519 1726888131.65786: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py<<< 7519 1726888131.65791: stdout chunk (state=3): >>> <<< 7519 1726888131.65793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<< 7519 1726888131.65796: stdout chunk (state=3): >>> <<< 7519 1726888131.65833: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py<<< 7519 1726888131.65838: stdout chunk (state=3): >>> <<< 7519 1726888131.65881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'<<< 7519 1726888131.65917: stdout chunk (state=3): >>> <<< 7519 1726888131.65933: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py<<< 7519 1726888131.65938: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc'<<< 7519 1726888131.65942: stdout chunk (state=3): >>> <<< 7519 1726888131.66069: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dd17f0><<< 7519 1726888131.66072: stdout chunk (state=3): >>> <<< 7519 1726888131.66281: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888131.66287: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.66290: stdout chunk (state=3): >>> <<< 7519 1726888131.66294: 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 0x7fe7b6dd1b80> <<< 7519 1726888131.66365: 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' <<< 7519 1726888131.66369: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.66398: stdout chunk (state=3): >>># 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 0x7fe7b6dd19d0><<< 7519 1726888131.66416: stdout chunk (state=3): >>> <<< 7519 1726888131.66427: 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 0x7f2e52158910> <<< 7519 1726888131.66453: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888131.66468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc'<<< 7519 1726888131.66476: stdout chunk (state=3): >>> <<< 7519 1726888131.66478: 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' <<< 7519 1726888131.66481: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b67c8520><<< 7519 1726888131.66483: stdout chunk (state=3): >>> <<< 7519 1726888131.66485: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5215f9a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51783640> <<< 7519 1726888131.66487: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dead60> <<< 7519 1726888131.66488: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.66489: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888131.66491: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.66494: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.66496: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888131.66498: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.66648: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df04f0><<< 7519 1726888131.66720: stdout chunk (state=3): >>> <<< 7519 1726888131.66725: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.66756: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py<<< 7519 1726888131.66759: stdout chunk (state=3): >>> <<< 7519 1726888131.66761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc'<<< 7519 1726888131.66763: stdout chunk (state=3): >>> <<< 7519 1726888131.66765: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dea1c0><<< 7519 1726888131.66770: stdout chunk (state=3): >>> <<< 7519 1726888131.66805: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888131.66826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'<<< 7519 1726888131.66829: stdout chunk (state=3): >>> <<< 7519 1726888131.66964: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py<<< 7519 1726888131.66966: stdout chunk (state=3): >>> <<< 7519 1726888131.66968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'<<< 7519 1726888131.66972: stdout chunk (state=3): >>> <<< 7519 1726888131.66974: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888131.66981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7519 1726888131.66983: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py<<< 7519 1726888131.66985: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5219f7f0> # zipimport: zlib available <<< 7519 1726888131.67039: stdout chunk (state=3): >>> <<< 7519 1726888131.67043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888131.67045: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888131.67047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e17b20><<< 7519 1726888131.67050: stdout chunk (state=3): >>> <<< 7519 1726888131.67203: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd160> <<< 7519 1726888131.67207: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd760> <<< 7519 1726888131.67210: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b67cdd30><<< 7519 1726888131.67495: stdout chunk (state=3): >>> <<< 7519 1726888131.67552: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888131.67557: 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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888131.67568: 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 0x7fe7b6dbd670> <<< 7519 1726888131.67571: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888131.67572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.67575: 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 0x7fe7b6e41d00> <<< 7519 1726888131.67577: 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 0x7f1ff2142910> <<< 7519 1726888131.67579: 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 <<< 7519 1726888131.67592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc'<<< 7519 1726888131.67599: stdout chunk (state=3): >>> <<< 7519 1726888131.67601: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py<<< 7519 1726888131.67603: stdout chunk (state=3): >>> <<< 7519 1726888131.67605: 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' <<< 7519 1726888131.67607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'<<< 7519 1726888131.67681: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff216f9a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cee9d0> <<< 7519 1726888131.67683: stdout chunk (state=3): >>> <<< 7519 1726888131.67686: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888131.67689: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.67692: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.67695: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888131.67697: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.67720: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.67725: 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' <<< 7519 1726888131.67727: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d41a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4ae80> <<< 7519 1726888131.67728: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888131.67754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888131.67858: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.67862: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.67883: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.67887: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d500a0> <<< 7519 1726888131.67908: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4aeb0><<< 7519 1726888131.67913: stdout chunk (state=3): >>> <<< 7519 1726888131.67941: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py<<< 7519 1726888131.67944: stdout chunk (state=3): >>> <<< 7519 1726888131.67994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888131.67997: stdout chunk (state=3): >>> <<< 7519 1726888131.68019: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py<<< 7519 1726888131.68119: stdout chunk (state=3): >>> <<< 7519 1726888131.68130: 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' <<< 7519 1726888131.68195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7519 1726888131.68199: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21b37f0> # zipimport: zlib available <<< 7519 1726888131.68202: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e511c0> <<< 7519 1726888131.68329: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.68378: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d500d0> <<< 7519 1726888131.68406: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.68501: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888131.68505: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.68549: 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' <<< 7519 1726888131.68552: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.68553: 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 0x7fe7b6e0a2b0> <<< 7519 1726888131.68604: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888131.68613: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.68640: 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' <<< 7519 1726888131.68644: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e4aaf0> <<< 7519 1726888131.68724: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.68763: 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' <<< 7519 1726888131.68769: 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'<<< 7519 1726888131.68772: stdout chunk (state=3): >>> <<< 7519 1726888131.68775: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e4aac0> <<< 7519 1726888131.68778: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e41ee0> <<< 7519 1726888131.68883: 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<<< 7519 1726888131.68887: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888131.68889: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.68891: stdout chunk (state=3): >>> <<< 7519 1726888131.68893: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888131.68895: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.68909: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.68911: stdout chunk (state=3): >>># 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 <<< 7519 1726888131.68913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888131.68915: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.68975: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.68980: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888131.68984: 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 0x7fe7b6d4c0d0><<< 7519 1726888131.68991: stdout chunk (state=3): >>> <<< 7519 1726888131.69300: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.69310: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.69326: stdout chunk (state=3): >>> # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.69329: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d43310> <<< 7519 1726888131.69353: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4ccd0><<< 7519 1726888131.69357: stdout chunk (state=3): >>> <<< 7519 1726888131.69439: 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'<<< 7519 1726888131.69443: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.69450: 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 0x7fe7b6d4c670> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4d100> <<< 7519 1726888131.69498: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.69501: stdout chunk (state=3): >>> <<< 7519 1726888131.69506: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.69516: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.69539: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888131.69565: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.69602: stdout chunk (state=3): >>> <<< 7519 1726888131.69605: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888131.69608: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888131.69655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888131.69660: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888131.69662: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.69709: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888131.69727: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.69773: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521dc460> <<< 7519 1726888131.69776: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.69791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.69860: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.69975: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70002: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888131.70024: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888131.70028: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7519 1726888131.70030: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70083: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70088: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70091: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888131.70094: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888131.70096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70098: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70136: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888131.70140: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70142: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70178: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70283: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70299: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70368: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70384: 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 <<< 7519 1726888131.70429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.70528: 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' <<< 7519 1726888131.70531: stdout chunk (state=3): >>># 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 0x7f2e52151f40> <<< 7519 1726888131.70685: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5215f1f0> <<< 7519 1726888131.70689: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888131.70735: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888131.70738: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888131.70760: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888131.70804: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70879: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21f0460> <<< 7519 1726888131.70882: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70892: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70910: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.70957: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888131.70993: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888131.70997: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71002: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888131.71044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888131.71078: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888131.71113: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888131.71116: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71121: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888131.71142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888131.71147: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.71159: stdout chunk (state=3): >>> <<< 7519 1726888131.71221: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71232: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52161bb0> <<< 7519 1726888131.71260: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888131.71289: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71293: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52229070> <<< 7519 1726888131.71403: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71408: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521522e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888131.71439: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71441: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71442: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888131.71584: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888131.71587: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71589: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71590: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71603: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/modules/__init__.py <<< 7519 1726888131.71605: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71666: 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 <<< 7519 1726888131.71719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.71829: 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 0x7f1ff21620d0> <<< 7519 1726888131.71855: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888131.71880: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7519 1726888131.71942: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.71947: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888131.71988: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888131.71996: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff216f1f0> <<< 7519 1726888131.71999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.72105: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888131.72109: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72126: 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 0x7fe7b6d5e910> <<< 7519 1726888131.72146: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72262: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py<<< 7519 1726888131.72265: stdout chunk (state=3): >>> <<< 7519 1726888131.72270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7519 1726888131.72272: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72275: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d8b9a0><<< 7519 1726888131.72278: stdout chunk (state=3): >>> <<< 7519 1726888131.72280: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888131.72300: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b63aa640><<< 7519 1726888131.72303: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72305: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888131.72338: stdout chunk (state=3): >>> <<< 7519 1726888131.72396: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888131.72400: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888131.72403: stdout chunk (state=3): >>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py # zipimport: zlib available <<< 7519 1726888131.72407: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72467: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888131.72474: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72477: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/_text.py<<< 7519 1726888131.72479: stdout chunk (state=3): >>> <<< 7519 1726888131.72481: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888131.72487: 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' <<< 7519 1726888131.72512: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72517: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72555: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72608: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2175bb0> <<< 7519 1726888131.72611: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available <<< 7519 1726888131.72652: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff278d070> <<< 7519 1726888131.72728: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72766: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21652e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888131.72770: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72772: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72788: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72834: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72842: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72845: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888131.72898: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py <<< 7519 1726888131.72904: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.72910: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py<<< 7519 1726888131.73008: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888131.73012: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.73014: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888131.73016: stdout chunk (state=3): >>> <<< 7519 1726888131.73018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dcf7f0> # zipimport: zlib available <<< 7519 1726888131.73096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.73319: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.73321: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.73353: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.73427: 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' <<< 7519 1726888131.73456: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py <<< 7519 1726888131.73462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc' <<< 7519 1726888131.73502: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py <<< 7519 1726888131.73504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc' <<< 7519 1726888131.73532: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e514fff70> <<< 7519 1726888131.73559: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py <<< 7519 1726888131.73563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc' <<< 7519 1726888131.73588: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py <<< 7519 1726888131.73637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7519 1726888131.73656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.73678: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py <<< 7519 1726888131.73683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' <<< 7519 1726888131.73689: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.73692: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.73694: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5178b910> <<< 7519 1726888131.73755: 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' <<< 7519 1726888131.73764: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5178b820> <<< 7519 1726888131.73768: stdout chunk (state=3): >>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py # zipimport: zlib available <<< 7519 1726888131.73778: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.73825: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51507190> <<< 7519 1726888131.73828: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.73842: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e514ff5e0> <<< 7519 1726888131.74095: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74192: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e517479a0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747d90> # /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7519 1726888131.74195: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74197: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74214: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available <<< 7519 1726888131.74218: stdout chunk (state=3): >>># 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' <<< 7519 1726888131.74219: 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 0x7f2e5173a100> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51505bb0> # /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' <<< 7519 1726888131.74220: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5173ad90> <<< 7519 1726888131.74275: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py <<< 7519 1726888131.74281: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888131.74286: 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 0x7f2e5176ba60> <<< 7519 1726888131.74289: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51610040> <<< 7519 1726888131.74295: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74331: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74333: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74335: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747fd0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py <<< 7519 1726888131.74336: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74337: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available <<< 7519 1726888131.74371: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.74378: stdout chunk (state=3): >>> <<< 7519 1726888131.74393: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74460: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py <<< 7519 1726888131.74486: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74491: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888131.74515: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.74523: stdout chunk (state=3): >>> <<< 7519 1726888131.74545: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74568: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.74572: stdout chunk (state=3): >>> <<< 7519 1726888131.74656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74660: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py <<< 7519 1726888131.74677: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74681: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py<<< 7519 1726888131.74682: stdout chunk (state=3): >>> # zipimport: zlib available <<< 7519 1726888131.74684: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py <<< 7519 1726888131.74685: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74686: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74732: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py <<< 7519 1726888131.74736: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74742: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.74748: stdout chunk (state=3): >>> <<< 7519 1726888131.74785: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74861: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py <<< 7519 1726888131.74865: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74870: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74910: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888131.74921: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74925: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74982: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.74988: 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' <<< 7519 1726888131.74990: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py <<< 7519 1726888131.74994: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.75140: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py<<< 7519 1726888131.75448: stdout chunk (state=3): >>> <<< 7519 1726888131.75468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc' <<< 7519 1726888131.75481: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888131.75485: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.75488: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py <<< 7519 1726888131.75490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc' <<< 7519 1726888131.75499: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.75501: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888131.75505: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a7fb50> <<< 7519 1726888131.75518: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py <<< 7519 1726888131.75530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc' <<< 7519 1726888131.75534: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.75536: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py <<< 7519 1726888131.75539: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py <<< 7519 1726888131.75542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7519 1726888131.75544: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py <<< 7519 1726888131.75557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' <<< 7519 1726888131.75561: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.75563: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cf4910> <<< 7519 1726888131.75566: 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 0x7f1ff1cf4820> <<< 7519 1726888131.75568: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.75580: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a631c0> <<< 7519 1726888131.75583: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a7f5e0> <<< 7519 1726888131.75586: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb49a0> <<< 7519 1726888131.75589: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4d90> <<< 7519 1726888131.75591: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7519 1726888131.75594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc' <<< 7519 1726888131.75625: 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' <<< 7519 1726888131.75678: 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' <<< 7519 1726888131.75687: stdout chunk (state=3): >>>import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1ca5100> <<< 7519 1726888131.75733: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a70bb0> <<< 7519 1726888131.75755: 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' <<< 7519 1726888131.75759: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888131.75777: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1ca5d90> <<< 7519 1726888131.75838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'<<< 7519 1726888131.75843: stdout chunk (state=3): >>> <<< 7519 1726888131.75845: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py <<< 7519 1726888131.75846: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888131.75848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888131.75884: 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 0x7f1ff1cb65b0> <<< 7519 1726888131.75966: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1b7a040> <<< 7519 1726888131.75973: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76000: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4fd0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py <<< 7519 1726888131.76013: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e0d460> # zipimport: zlib available <<< 7519 1726888131.76060: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76068: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76071: stdout chunk (state=3): >>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py <<< 7519 1726888131.76073: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76128: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76301: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py <<< 7519 1726888131.76379: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76383: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76385: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py<<< 7519 1726888131.76388: stdout chunk (state=3): >>> import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 7519 1726888131.76551: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available <<< 7519 1726888131.76605: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py <<< 7519 1726888131.76608: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76612: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76614: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76618: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py <<< 7519 1726888131.76646: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888131.76649: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76651: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76653: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76655: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py <<< 7519 1726888131.76657: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available <<< 7519 1726888131.76658: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888131.76659: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76729: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available <<< 7519 1726888131.76732: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76734: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76786: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76788: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76822: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76826: 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 <<< 7519 1726888131.76871: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py <<< 7519 1726888131.76875: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py <<< 7519 1726888131.76877: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76881: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.76903: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76943: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.76957: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available <<< 7519 1726888131.77041: 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'<<< 7519 1726888131.77044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.77057: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py # zipimport: zlib available <<< 7519 1726888131.77060: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d7e0d0> <<< 7519 1726888131.77089: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py <<< 7519 1726888131.77095: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.77133: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.77162: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py <<< 7519 1726888131.77167: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.77202: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d8b1f0><<< 7519 1726888131.77222: stdout chunk (state=3): >>> <<< 7519 1726888131.77303: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.77331: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py <<< 7519 1726888131.77335: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.77338: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py <<< 7519 1726888131.77340: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888131.77342: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.77344: stdout chunk (state=3): >>> <<< 7519 1726888131.77380: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.77383: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.77399: stdout chunk (state=3): >>> <<< 7519 1726888131.77489: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py <<< 7519 1726888131.77594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc' <<< 7519 1726888131.77630: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.77636: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de250> <<< 7519 1726888131.77639: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.77667: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888131.77670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888131.77674: stdout chunk (state=3): >>> <<< 7519 1726888131.77677: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888131.77695: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888131.77699: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py<<< 7519 1726888131.77703: stdout chunk (state=3): >>> <<< 7519 1726888131.77731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'<<< 7519 1726888131.77735: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.77737: stdout chunk (state=3): >>> <<< 7519 1726888131.77779: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888131.77848: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de790> <<< 7519 1726888131.77852: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py <<< 7519 1726888131.77855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888131.77858: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.77947: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.77972: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d91bb0> <<< 7519 1726888131.78038: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py <<< 7519 1726888131.78042: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78059: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e5a070> <<< 7519 1726888131.78147: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d812e0><<< 7519 1726888131.78150: stdout chunk (state=3): >>> <<< 7519 1726888131.78171: stdout chunk (state=3): >>># destroy ansible.module_utils.distro <<< 7519 1726888131.78174: stdout chunk (state=3): >>>import ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py<<< 7519 1726888131.78175: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78177: stdout chunk (state=3): >>> <<< 7519 1726888131.78178: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78228: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.78231: stdout chunk (state=3): >>> <<< 7519 1726888131.78293: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py<<< 7519 1726888131.78299: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py <<< 7519 1726888131.78301: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78303: stdout chunk (state=3): >>> import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888131.78347: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py <<< 7519 1726888131.78352: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78375: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78437: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888131.78440: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.78455: stdout chunk (state=3): >>> # zipimport: zlib available <<< 7519 1726888131.78526: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py <<< 7519 1726888131.78530: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78547: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78551: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888131.78553: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78555: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888131.78612: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py <<< 7519 1726888131.78617: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888131.78620: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888131.78758: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78794: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888131.78857: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78863: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py # zipimport: zlib available <<< 7519 1726888131.78915: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.78921: 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 0x7f2e517a4940> <<< 7519 1726888131.78936: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available <<< 7519 1726888131.78976: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79018: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py <<< 7519 1726888131.79025: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79131: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79159: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.79161: stdout chunk (state=3): >>> <<< 7519 1726888131.79245: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.79248: 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' <<< 7519 1726888131.79254: stdout chunk (state=3): >>> <<< 7519 1726888131.79319: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de9d0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py <<< 7519 1726888131.79335: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79350: stdout chunk (state=3): >>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py <<< 7519 1726888131.79378: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1947250> # /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888131.79381: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.79383: stdout chunk (state=3): >>> <<< 7519 1726888131.79384: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888131.79391: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79445: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.79448: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py # zipimport: zlib available <<< 7519 1726888131.79449: stdout chunk (state=3): >>> <<< 7519 1726888131.79507: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.79510: stdout chunk (state=3): >>> <<< 7519 1726888131.79545: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79583: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.79592: stdout chunk (state=3): >>> <<< 7519 1726888131.79648: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1947790> <<< 7519 1726888131.79651: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py <<< 7519 1726888131.79653: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79655: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79670: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79750: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py<<< 7519 1726888131.79753: stdout chunk (state=3): >>> <<< 7519 1726888131.79755: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79759: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.79762: stdout chunk (state=3): >>> <<< 7519 1726888131.79834: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py <<< 7519 1726888131.79838: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79840: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.79869: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.79883: stdout chunk (state=3): >>> <<< 7519 1726888131.79939: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80001: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.80004: stdout chunk (state=3): >>> <<< 7519 1726888131.80074: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py <<< 7519 1726888131.80077: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.80079: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80081: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py <<< 7519 1726888131.80082: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80083: stdout chunk (state=3): >>> <<< 7519 1726888131.80104: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80131: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py <<< 7519 1726888131.80440: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py <<< 7519 1726888131.80444: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80447: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.80450: stdout chunk (state=3): >>> <<< 7519 1726888131.80453: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80455: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80458: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py <<< 7519 1726888131.80462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc' <<< 7519 1726888131.80467: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available <<< 7519 1726888131.80470: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.80492: 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 0x7f2e5214e460> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5214ef10> <<< 7519 1726888131.80495: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py <<< 7519 1726888131.80497: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80504: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80507: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py <<< 7519 1726888131.80509: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80511: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888131.80518: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888131.80524: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80526: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py <<< 7519 1726888131.80528: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80646: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.80649: 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 0x7f1ff1d166d0> <<< 7519 1726888131.80651: stdout chunk (state=3): >>> <<< 7519 1726888131.80700: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.80706: stdout chunk (state=3): >>> <<< 7519 1726888131.80786: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py<<< 7519 1726888131.80799: stdout chunk (state=3): >>> <<< 7519 1726888131.80839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888131.80872: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.80876: stdout chunk (state=3): >>> <<< 7519 1726888131.80877: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py <<< 7519 1726888131.80879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc' <<< 7519 1726888131.80965: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py <<< 7519 1726888131.80970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc'<<< 7519 1726888131.80973: stdout chunk (state=3): >>> <<< 7519 1726888131.80993: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6140b50><<< 7519 1726888131.80997: stdout chunk (state=3): >>> <<< 7519 1726888131.81086: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py <<< 7519 1726888131.81089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc' <<< 7519 1726888131.81091: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available <<< 7519 1726888131.81093: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py <<< 7519 1726888131.81109: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff19479d0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available <<< 7519 1726888131.81179: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.81185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc'<<< 7519 1726888131.81187: stdout chunk (state=3): >>> <<< 7519 1726888131.81232: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py<<< 7519 1726888131.81236: stdout chunk (state=3): >>> <<< 7519 1726888131.81239: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.81247: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py # zipimport: zlib available <<< 7519 1726888131.81250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b63b0910><<< 7519 1726888131.81252: stdout chunk (state=3): >>> <<< 7519 1726888131.81308: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.81313: stdout chunk (state=3): >>> # extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888131.81345: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.81348: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.81467: stdout chunk (state=3): >>> import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b63b0820> <<< 7519 1726888131.81471: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.81474: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82000: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available <<< 7519 1726888131.82007: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82012: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b613f1c0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61405e0> <<< 7519 1726888131.82015: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82018: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636f9a0> <<< 7519 1726888131.82024: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82026: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636fd90> # /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7519 1726888131.82030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc' <<< 7519 1726888131.82033: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82035: 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' <<< 7519 1726888131.82072: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.82076: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.82081: stdout chunk (state=3): >>>import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6360100><<< 7519 1726888131.82084: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py <<< 7519 1726888131.82207: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82212: stdout chunk (state=3): >>> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6131bb0><<< 7519 1726888131.82214: stdout chunk (state=3): >>> <<< 7519 1726888131.82324: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py<<< 7519 1726888131.82332: stdout chunk (state=3): >>> <<< 7519 1726888131.82335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc'<<< 7519 1726888131.82348: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82352: stdout chunk (state=3): >>> <<< 7519 1726888131.82354: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py <<< 7519 1726888131.82356: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py <<< 7519 1726888131.82359: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py # zipimport: zlib available <<< 7519 1726888131.82361: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82363: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6360d90> # /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py <<< 7519 1726888131.82365: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888131.82369: 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' <<< 7519 1726888131.82372: 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 0x7fe7b638da60> <<< 7519 1726888131.82373: 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' <<< 7519 1726888131.82375: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2161460> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2161f10> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py <<< 7519 1726888131.82377: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82408: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888131.82412: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b623b040> <<< 7519 1726888131.82414: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636ffd0> <<< 7519 1726888131.82416: stdout chunk (state=3): >>>import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py <<< 7519 1726888131.82418: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available <<< 7519 1726888131.82421: stdout chunk (state=3): >>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py<<< 7519 1726888131.82424: stdout chunk (state=3): >>> <<< 7519 1726888131.82426: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82428: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.82432: stdout chunk (state=3): >>> # zipimport: zlib available<<< 7519 1726888131.82436: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py <<< 7519 1726888131.82441: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82443: stdout chunk (state=3): >>> <<< 7519 1726888131.82445: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py <<< 7519 1726888131.82447: stdout chunk (state=3): >>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py <<< 7519 1726888131.82449: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82451: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82454: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82456: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82458: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82513: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py<<< 7519 1726888131.82517: stdout chunk (state=3): >>> <<< 7519 1726888131.82519: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.82522: stdout chunk (state=3): >>> <<< 7519 1726888131.82616: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.82620: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82625: stdout chunk (state=3): >>> <<< 7519 1726888131.82670: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py <<< 7519 1726888131.82704: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.82707: stdout chunk (state=3): >>> <<< 7519 1726888131.82735: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82756: stdout chunk (state=3): >>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py<<< 7519 1726888131.82758: stdout chunk (state=3): >>> <<< 7519 1726888131.82843: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py <<< 7519 1726888131.82847: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82849: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82851: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82889: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py <<< 7519 1726888131.82967: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82970: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.82997: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83097: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83101: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py <<< 7519 1726888131.83104: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83127: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83191: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.83267: stdout chunk (state=3): >>> <<< 7519 1726888131.83270: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py <<< 7519 1726888131.83272: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83274: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83276: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83352: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py<<< 7519 1726888131.83357: stdout chunk (state=3): >>> <<< 7519 1726888131.83359: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83360: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83361: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.83363: stdout chunk (state=3): >>> <<< 7519 1726888131.83440: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83446: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83540: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.83547: stdout chunk (state=3): >>> <<< 7519 1726888131.83645: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py <<< 7519 1726888131.83658: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83661: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py<<< 7519 1726888131.83663: stdout chunk (state=3): >>> import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py<<< 7519 1726888131.83669: stdout chunk (state=3): >>> <<< 7519 1726888131.83693: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.83700: stdout chunk (state=3): >>> <<< 7519 1726888131.83807: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83922: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py <<< 7519 1726888131.83937: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py <<< 7519 1726888131.83940: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.83973: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py <<< 7519 1726888131.83981: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.84044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.84083: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.84086: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.84227: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py <<< 7519 1726888131.84231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.84351: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.84426: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.84429: stdout chunk (state=3): >>> <<< 7519 1726888131.84484: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py <<< 7519 1726888131.84488: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.84710: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.84798: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.84915: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py <<< 7519 1726888131.84959: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.84962: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.84964: stdout chunk (state=3): >>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py <<< 7519 1726888131.84965: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.85033: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.85097: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py<<< 7519 1726888131.85114: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py <<< 7519 1726888131.85118: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.85121: stdout chunk (state=3): >>> # zipimport: zlib available <<< 7519 1726888131.85170: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.85175: stdout chunk (state=3): >>> <<< 7519 1726888131.85217: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.85261: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.85281: stdout chunk (state=3): >>> <<< 7519 1726888131.85343: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.85362: stdout chunk (state=3): >>> <<< 7519 1726888131.85406: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.85425: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py <<< 7519 1726888131.85437: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available <<< 7519 1726888131.85551: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.85556: stdout chunk (state=3): >>> <<< 7519 1726888131.85558: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available <<< 7519 1726888131.85559: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py <<< 7519 1726888131.85560: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.85561: stdout chunk (state=3): >>> <<< 7519 1726888131.85662: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.85666: stdout chunk (state=3): >>> <<< 7519 1726888131.85668: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.85669: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.85708: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py<<< 7519 1726888131.85739: stdout chunk (state=3): >>> <<< 7519 1726888131.85742: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.85744: stdout chunk (state=3): >>> <<< 7519 1726888131.85783: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.85843: stdout chunk (state=3): >>> <<< 7519 1726888131.85846: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py <<< 7519 1726888131.85869: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.85871: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available <<< 7519 1726888131.85928: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.85933: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py <<< 7519 1726888131.85937: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.85941: stdout chunk (state=3): >>> <<< 7519 1726888131.85973: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py <<< 7519 1726888131.85977: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.85979: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.85984: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86006: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py <<< 7519 1726888131.86018: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86042: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86099: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py <<< 7519 1726888131.86104: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.86107: stdout chunk (state=3): >>> <<< 7519 1726888131.86109: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available <<< 7519 1726888131.86111: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86172: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86326: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py <<< 7519 1726888131.86342: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available <<< 7519 1726888131.86347: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86363: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py # zipimport: zlib available <<< 7519 1726888131.86366: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6008250> # /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888131.86416: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888131.86527: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py <<< 7519 1726888131.86531: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86557: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86560: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py <<< 7519 1726888131.86597: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888131.86638: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py <<< 7519 1726888131.86647: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86653: stdout chunk (state=3): >>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available <<< 7519 1726888131.86749: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6008790> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py <<< 7519 1726888131.86757: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86760: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86762: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py <<< 7519 1726888131.86764: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86806: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.86809: stdout chunk (state=3): >>> <<< 7519 1726888131.86871: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py <<< 7519 1726888131.86909: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86912: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.86994: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87030: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87050: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87166: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py <<< 7519 1726888131.87171: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.87181: stdout chunk (state=3): >>> <<< 7519 1726888131.87272: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.87276: stdout chunk (state=3): >>> <<< 7519 1726888131.87322: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87352: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py <<< 7519 1726888131.87357: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87382: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py<<< 7519 1726888131.87385: stdout chunk (state=3): >>> <<< 7519 1726888131.87433: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.87436: stdout chunk (state=3): >>> <<< 7519 1726888131.87438: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87474: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.87480: stdout chunk (state=3): >>> <<< 7519 1726888131.87513: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py <<< 7519 1726888131.87516: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87546: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py<<< 7519 1726888131.87557: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87560: stdout chunk (state=3): >>> <<< 7519 1726888131.87646: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py <<< 7519 1726888131.87648: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87649: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py <<< 7519 1726888131.87651: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888131.87656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87691: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py <<< 7519 1726888131.87696: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87699: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87736: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available <<< 7519 1726888131.87739: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87773: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available <<< 7519 1726888131.87776: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87779: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py <<< 7519 1726888131.87888: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87893: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87896: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.87900: 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 0x7fe7b63d16d0> <<< 7519 1726888131.88064: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py <<< 7519 1726888131.88083: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88088: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available <<< 7519 1726888131.88091: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88095: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available <<< 7519 1726888131.88097: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py # zipimport: zlib available <<< 7519 1726888131.88147: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88173: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88179: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py <<< 7519 1726888131.88183: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88186: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88201: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88204: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available <<< 7519 1726888131.88280: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88284: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88312: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b60089d0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available<<< 7519 1726888131.88316: stdout chunk (state=3): >>> <<< 7519 1726888131.88317: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88345: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py <<< 7519 1726888131.88357: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88400: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88402: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88515: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py<<< 7519 1726888131.88518: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py <<< 7519 1726888131.88520: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available <<< 7519 1726888131.88521: stdout chunk (state=3): >>> # zipimport: zlib available <<< 7519 1726888131.88565: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88637: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.88639: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py <<< 7519 1726888131.88641: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88642: stdout chunk (state=3): >>> <<< 7519 1726888131.88715: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88744: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88926: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.88930: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89080: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py <<< 7519 1726888131.89086: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89222: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py <<< 7519 1726888131.89228: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89233: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89241: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py <<< 7519 1726888131.89593: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89600: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available <<< 7519 1726888131.89604: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py <<< 7519 1726888131.89608: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89611: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py # zipimport: zlib available <<< 7519 1726888131.89613: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89615: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89617: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py <<< 7519 1726888131.89620: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py # zipimport: zlib available <<< 7519 1726888131.89625: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available <<< 7519 1726888131.89627: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py # zipimport: zlib available <<< 7519 1726888131.89628: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89630: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89632: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available <<< 7519 1726888131.89636: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89639: 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' <<< 7519 1726888131.89680: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py <<< 7519 1726888131.89686: stdout chunk (state=3): >>>import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py # zipimport: zlib available <<< 7519 1726888131.89810: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89822: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89930: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available <<< 7519 1726888131.89937: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py <<< 7519 1726888131.89940: stdout chunk (state=3): >>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py <<< 7519 1726888131.89943: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89947: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89950: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py # zipimport: zlib available <<< 7519 1726888131.89954: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.89981: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.90046: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.90052: 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 0x7fe7b6d7d460> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d7df10> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888131.90055: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py # zipimport: zlib available <<< 7519 1726888131.90058: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.90061: stdout chunk (state=3): >>>import ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py <<< 7519 1726888131.90088: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.90180: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.90188: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.90284: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py <<< 7519 1726888131.90303: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.90335: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.90340: stdout chunk (state=3): >>> <<< 7519 1726888131.90367: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.90470: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py <<< 7519 1726888131.90473: 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 # code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.90476: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.90641: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available <<< 7519 1726888131.90701: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.90727: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.90827: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.90833: stdout chunk (state=3): >>> <<< 7519 1726888131.90891: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.90901: stdout chunk (state=3): >>> <<< 7519 1726888131.90947: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py<<< 7519 1726888131.90962: stdout chunk (state=3): >>> <<< 7519 1726888131.90983: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py <<< 7519 1726888131.91013: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available <<< 7519 1726888131.91049: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.91052: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.91053: stdout chunk (state=3): >>> <<< 7519 1726888131.91054: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.91080: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.91082: stdout chunk (state=3): >>> <<< 7519 1726888131.91117: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py <<< 7519 1726888131.91120: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.91174: 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' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888131.91177: stdout chunk (state=3): >>>import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e513c3100> <<< 7519 1726888131.91180: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.91210: 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 <<< 7519 1726888131.91265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc' <<< 7519 1726888131.91269: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513c3c40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e515057f0> <<< 7519 1726888131.91270: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available <<< 7519 1726888131.91272: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.91356: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.91496: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py<<< 7519 1726888131.91502: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py <<< 7519 1726888131.91507: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.91509: stdout chunk (state=3): >>> import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py <<< 7519 1726888131.91525: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.91595: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.91676: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.91678: stdout chunk (state=3): >>> <<< 7519 1726888131.91726: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py <<< 7519 1726888131.91730: stdout chunk (state=3): >>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py <<< 7519 1726888131.91733: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.91808: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.91840: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py<<< 7519 1726888131.91846: stdout chunk (state=3): >>> <<< 7519 1726888131.91867: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.91881: stdout chunk (state=3): >>> <<< 7519 1726888131.91888: stdout chunk (state=3): >>>import ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py <<< 7519 1726888131.91925: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.91936: stdout chunk (state=3): >>> <<< 7519 1726888131.91981: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.91987: stdout chunk (state=3): >>> <<< 7519 1726888131.92021: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.92269: 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 # code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888131.92701: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.92714: stdout chunk (state=3): >>> <<< 7519 1726888131.92963: 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' # 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 0x7f1ff192d100> <<< 7519 1726888131.93021: 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 <<< 7519 1726888131.93027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc' <<< 7519 1726888131.93036: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff192dc40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a707f0> <<< 7519 1726888131.93397: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py<<< 7519 1726888131.93402: stdout chunk (state=3): >>> <<< 7519 1726888131.93416: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py <<< 7519 1726888131.93437: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.93442: stdout chunk (state=3): >>> <<< 7519 1726888131.93581: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.93590: stdout chunk (state=3): >>> <<< 7519 1726888131.93721: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py<<< 7519 1726888131.93732: stdout chunk (state=3): >>> <<< 7519 1726888131.93762: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.93764: stdout chunk (state=3): >>> <<< 7519 1726888131.93896: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.94046: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py <<< 7519 1726888131.94062: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.94071: stdout chunk (state=3): >>> <<< 7519 1726888131.94276: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.94283: stdout chunk (state=3): >>> <<< 7519 1726888131.94486: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py<<< 7519 1726888131.94500: stdout chunk (state=3): >>> <<< 7519 1726888131.94506: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.94521: stdout chunk (state=3): >>> <<< 7519 1726888131.94530: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.94556: stdout chunk (state=3): >>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py<<< 7519 1726888131.94560: stdout chunk (state=3): >>> <<< 7519 1726888131.94589: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.94595: stdout chunk (state=3): >>> <<< 7519 1726888131.94651: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.94659: stdout chunk (state=3): >>> <<< 7519 1726888131.94711: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py<<< 7519 1726888131.94746: stdout chunk (state=3): >>> <<< 7519 1726888131.94749: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.94879: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888131.94887: stdout chunk (state=3): >>> <<< 7519 1726888131.95040: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.95324: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.95584: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py <<< 7519 1726888131.95596: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.95644: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.95683: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py <<< 7519 1726888131.95693: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.95708: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.95753: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py <<< 7519 1726888131.95762: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.95843: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.95929: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py <<< 7519 1726888131.95935: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.95964: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.95995: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py <<< 7519 1726888131.96000: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.96070: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.96144: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py <<< 7519 1726888131.96149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.96226: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.96297: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py <<< 7519 1726888131.96303: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.96659: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.97005: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available <<< 7519 1726888131.97075: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.97141: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py <<< 7519 1726888131.97144: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.97186: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.97240: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py # zipimport: zlib available <<< 7519 1726888131.97305: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.97429: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available <<< 7519 1726888131.98059: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available <<< 7519 1726888131.98203: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.98365: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available <<< 7519 1726888131.98410: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.98449: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py <<< 7519 1726888131.98466: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.99010: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available <<< 7519 1726888131.99079: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.99150: stdout chunk (state=3): >>>import ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py <<< 7519 1726888131.99315: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888131.99584: 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 # code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888132.00287: 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' # 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 0x7fe7b5fee100> <<< 7519 1726888132.00346: 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 <<< 7519 1726888132.00350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc' <<< 7519 1726888132.00352: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b5feec40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61317f0> <<< 7519 1726888132.33959: stdout chunk (state=3): >>> {"ansible_facts": {"packages": {"libgcc": [{"name": "libgcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "linux-firmware-whence": [{"name": "linux-firmware-whence", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "tzdata": [{"name": "tzdata", "version": "2024a", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "subscription-manager-rhsm-certificates": [{"name": "subscription-manager-rhsm-certificates", "version": "20220623", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "linux-firmware": [{"name": "linux-firmware", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gawk-all-langpacks": [{"name": "gawk-all-langpacks", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools-wheel": [{"name": "python3-setuptools-wheel", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "publicsuffix-list-dafsa": [{"name": "publicsuffix-list-dafsa", "version": "20210518", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "pcre2-syntax": [{"name": "pcre2-syntax", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ncurses-base": [{"name": "ncurses-base", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libssh-config": [{"name": "libssh-config", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libreport-filesystem": [{"name": "libreport-filesystem", "version": "2.15.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-data": [{"name": "dnf-data", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-misc": [{"name": "kbd-misc", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-legacy": [{"name": "kbd-legacy", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "hwdata": [{"name": "hwdata", "version": "0.348", "release": "9.15.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "fonts-filesystem": [{"name": "fonts-filesystem", "version": "2.0.5", "release": "7.el9.1", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dejavu-sans-fonts": [{"name": "dejavu-sans-fonts", "version": "2.37", "release": "18.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-core-font-en": [{"name": "langpacks-core-font-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld-filesystem": [{"name": "firewalld-filesystem", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "coreutils-common": [{"name": "coreutils-common", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-gpg-keys": [{"name": "centos-gpg-keys", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-repos": [{"name": "centos-stream-repos", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-release": [{"name": "centos-stream-release", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setup": [{"name": "setup", "version": "2.13.7", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "filesystem": [{"name": "filesystem", "version": "3.16", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "basesystem": [{"name": "basesystem", "version": "11", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "glibc-gconv-extra": [{"name": "glibc-gconv-extra", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-langpack-en": [{"name": "glibc-langpack-en", "version": "2.34", "release": "122.el9", "epo<<< 7519 1726888132.33968: stdout chunk (state=3): >>>ch": null, "arch": "x86_64", "source": "rpm"}], "glibc-common": [{"name": "glibc-common", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc": [{"name": "glibc", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses-libs": [{"name": "ncurses-libs", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bash": [{"name": "bash", "version": "5.1.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib": [{"name": "zlib", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-libs": [{"name": "xz-libs", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd": [{"name": "libzstd", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap": [{"name": "libcap", "version": "2.48", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "popt": [{"name": "popt", "version": "1.18", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bzip2-libs": [{"name": "bzip2-libs", "version": "1.0.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt": [{"name": "libxcrypt", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuuid": [{"name": "libuuid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sqlite-libs": [{"name": "sqlite-libs", "version": "3.34.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcom_err": [{"name": "libcom_err", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libstdc++": [{"name": "libstdc++", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmnl": [{"name": "libmnl", "version": "1.0.4", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf": [{"name": "elfutils-libelf", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxml2": [{"name": "libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies": [{"name": "crypto-policies", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "readline": [{"name": "readline", "version": "8.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng": [{"name": "libcap-ng", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit-libs": [{"name": "audit-libs", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "alternatives": [{"name": "alternatives", "version": "1.24", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libunistring": [{"name": "libunistring", "version": "0.9.10", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lua-libs": [{"name": "lua-libs", "version": "5.4.4", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libffi": [{"name": "libffi", "version": "3.4.2", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgpg-error": [{"name": "libgpg-error", "version": "1.42", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsepol": [{"name": "libsepol", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtalloc": [{"name": "libtalloc", "version": "2.4.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libidn2": [{"name": "libidn2", "version": "2.3.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gmp": [{"name": "gmp", "version": "6.2.0", "release": "13.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "json-c": [{"name": "json-c", "version": "0.14", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils-libs": [{"name": "keyutils-libs", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libattr": [{"name": "libattr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libacl": [{"name": "libacl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3": [{"name": "libnl3", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmartcols": [{"name": "libsmartcols", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lz4-libs": [{"name": "lz4-libs", "version": "1.9.3", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre2": [{"name": "pcre2", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux": [{"name": "libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sed": [{"name": "sed", "version": "4.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsemanage": [{"name": "libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shadow-utils": [{"name": "shadow-utils", "version": "4.9", "release": "9.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "findutils": [{"name": "findutils", "version": "4.8.0", "release": "7.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libtevent": [{"name": "libtevent", "version": "0.16.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgcrypt": [{"name": "libgcrypt", "version": "1.10.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file-libs": [{"name": "file-libs", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libedit": [{"name": "libedit", "version": "3.1", "release": "38.20210216cvs.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "psmisc": [{"name": "psmisc", "version": "23.4", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dmidecode": [{"name": "dmidecode", "version": "3.6", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "expat": [{"name": "expat", "version": "2.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdbm-libs": [{"name": "gdbm-libs", "version": "1.23", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "jansson": [{"name": "jansson", "version": "2.14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtasn1": [{"name": "libtasn1", "version": "4.16.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit": [{"name": "p11-kit", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtdb": [{"name": "libtdb", "version": "1.4.10", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "which": [{"name": "which", "version": "2.21", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit-trust": [{"name": "p11-kit-trust", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file": [{"name": "file", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux-utils": [{"name": "libselinux-utils", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libassuan": [{"name": "libassuan", "version": "2.5.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbpf": [{"name": "libbpf", "version": "1.4.0", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "libnftnl": [{"name": "libnftnl", "version": "1.2.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "fuse-libs": [{"name": "fuse-libs", "version": "2.9.9", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbasicobjects": [{<<< 7519 1726888132.34007: stdout chunk (state=3): >>>"name": "libbasicobjects", "version": "0.1.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcollection": [{"name": "libcollection", "version": "0.7.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdb": [{"name": "libdb", "version": "5.3.28", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute": [{"name": "iproute", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdhash": [{"name": "libdhash", "version": "0.5.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgomp": [{"name": "libgomp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libref_array": [{"name": "libref_array", "version": "0.1.5", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libseccomp": [{"name": "libseccomp", "version": "2.5.2", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsigsegv": [{"name": "libsigsegv", "version": "2.13", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_idmap": [{"name": "libsss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lzo": [{"name": "lzo", "version": "2.10", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "numactl-libs": [{"name": "numactl-libs", "version": "2.0.16", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre": [{"name": "pcre", "version": "8.44", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grep": [{"name": "grep", "version": "3.6", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-libs": [{"name": "openssl-libs", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "coreutils": [{"name": "coreutils", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ca-certificates": [{"name": "ca-certificates", "version": "2024.2.69_v8.0.303", "release": "91.4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "systemd-libs": [{"name": "systemd-libs", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libblkid": [{"name": "libblkid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-libs": [{"name": "dbus-libs", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmount": [{"name": "libmount", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux-core": [{"name": "util-linux-core", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfdisk": [{"name": "libfdisk", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gzip": [{"name": "gzip", "version": "1.12", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod": [{"name": "kmod", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod-libs": [{"name": "kmod-libs", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib": [{"name": "cracklib", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib-dicts": [{"name": "cracklib-dicts", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-tools": [{"name": "dbus-tools", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "procps-ng": [{"name": "procps-ng", "version": "3.3.17", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl": [{"name": "openssl", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libarchive": [{"name": "libarchive", "version": "3.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "r<<< 7519 1726888132.34034: stdout chunk (state=3): >>>pm"}], "libevent": [{"name": "libevent", "version": "2.1.12", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_certmap": [{"name": "libsss_certmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz": [{"name": "xz", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "squashfs-tools": [{"name": "squashfs-tools", "version": "4.4", "release": "10.git1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcomps": [{"name": "libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libutempter": [{"name": "libutempter", "version": "1.2.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3-cli": [{"name": "libnl3-cli", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libteam": [{"name": "libteam", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "acl": [{"name": "acl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext-libs": [{"name": "gettext-libs", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext": [{"name": "gettext", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "attr": [{"name": "attr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils": [{"name": "keyutils", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mpfr": [{"name": "mpfr", "version": "4.1.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gawk": [{"name": "gawk", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpsl": [{"name": "libpsl", "version": "0.21.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libksba": [{"name": "libksba", "version": "1.5.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ethtool": [{"name": "ethtool", "version": "6.2", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "ipset-libs": [{"name": "ipset-libs", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ipset": [{"name": "ipset", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "groff-base": [{"name": "groff-base", "version": "1.22.4", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "snappy": [{"name": "snappy", "version": "1.1.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs-libs": [{"name": "e2fsprogs-libs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libss": [{"name": "libss", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-compat": [{"name": "libxcrypt-compat", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pip-wheel": [{"name": "python3-pip-wheel", "version": "21.3.1", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python-unversioned-command": [{"name": "python-unversioned-command", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3": [{"name": "python3", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libs": [{"name": "python3-libs", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools": [{"name": "python3-setuptools", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-six": [{"name": "python3-six", "version": "1.15.0", "release": "9.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dateutil": [{"name": "python3-dateutil", "version": "2.8.1", "release": "<<< 7519 1726888132.34072: stdout chunk (state=3): >>>7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "python3-iniparse": [{"name": "python3-iniparse", "version": "0.4", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-idna": [{"name": "python3-idna", "version": "2.10", "release": "7.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libselinux": [{"name": "python3-libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libsemanage": [{"name": "python3-libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-inotify": [{"name": "python3-inotify", "version": "0.9.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-setools": [{"name": "python3-setools", "version": "4.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-distro": [{"name": "python3-distro", "version": "1.5.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libcomps": [{"name": "python3-libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-chardet": [{"name": "python3-chardet", "version": "4.0.0", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-decorator": [{"name": "python3-decorator", "version": "4.4.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pysocks": [{"name": "python3-pysocks", "version": "1.7.1", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-urllib3": [{"name": "python3-urllib3", "version": "1.26.5", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-requests": [{"name": "python3-requests", "version": "2.25.1", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-cloud-what": [{"name": "python3-cloud-what", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-systemd": [{"name": "python3-systemd", "version": "234", "release": "19.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng-python3": [{"name": "libcap-ng-python3", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-audit": [{"name": "python3-audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pigz": [{"name": "pigz", "version": "2.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "hostname": [{"name": "hostname", "version": "3.23", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools-libs": [{"name": "kernel-tools-libs", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "less": [{"name": "less", "version": "590", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-rpm-macros": [{"name": "systemd-rpm-macros", "version": "252", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "c-ares": [{"name": "c-ares", "version": "1.19.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpio": [{"name": "cpio", "version": "2.13", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "diffutils": [{"name": "diffutils", "version": "3.7", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "inih": [{"name": "inih", "version": "49", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbrotli": [{"name": "libbrotli", "version": "1.0.9", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcbor": [{"name": "libcbor", "version": "0.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdaemon": [{"name": "libdaemon", "version": "0.14", "release": "23.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "teamd": [{"name": "teamd", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "l<<< 7519 1726888132.34076: stdout chunk (state=3): >>>ibeconf": [{"name": "libeconf", "version": "0.4.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpwquality": [{"name": "libpwquality", "version": "1.4.4", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pam": [{"name": "pam", "version": "1.5.1", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux": [{"name": "util-linux", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-common": [{"name": "grub2-common", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "openssh": [{"name": "openssh", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-pc-modules": [{"name": "grub2-pc-modules", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "virt-what": [{"name": "virt-what", "version": "1.25", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kbd": [{"name": "kbd", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libndp": [{"name": "libndp", "version": "1.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfnetlink": [{"name": "libnfnetlink", "version": "1.0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnetfilter_conntrack": [{"name": "libnetfilter_conntrack", "version": "1.0.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-libs": [{"name": "iptables-libs", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-nft": [{"name": "iptables-nft", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nftables": [{"name": "nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-nftables": [{"name": "python3-nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libnghttp2": [{"name": "libnghttp2", "version": "1.43.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpath_utils": [{"name": "libpath_utils", "version": "0.2.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libini_config": [{"name": "libini_config", "version": "1.3.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpipeline": [{"name": "libpipeline", "version": "1.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_nss_idmap": [{"name": "libsss_nss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_sudo": [{"name": "libsss_sudo", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto": [{"name": "libverto", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "krb5-libs": [{"name": "krb5-libs", "version": "1.21.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-lib": [{"name": "cyrus-sasl-lib", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openldap": [{"name": "openldap", "version": "2.6.6", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libssh": [{"name": "libssh", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcurl": [{"name": "libcurl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tpm2-tss": [{"name": "tpm2-tss", "version": "3.2.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ima-evm-utils": [{"name": "ima-evm-utils", "version": "1.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "curl": [{"name": "curl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm": [{"name": "rpm", "version": "4.16.1.<<< 7519 1726888132.34128: stdout chunk (state=3): >>>3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-libs": [{"name": "rpm-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "policycoreutils": [{"name": "policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "selinux-policy": [{"name": "selinux-policy", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "selinux-policy-targeted": [{"name": "selinux-policy-targeted", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dbus": [{"name": "dbus", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "systemd-pam": [{"name": "systemd-pam", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd": [{"name": "systemd", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-common": [{"name": "dbus-common", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dbus-broker": [{"name": "dbus-broker", "version": "28", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie-anacron": [{"name": "cronie-anacron", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie": [{"name": "cronie", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crontabs": [{"name": "crontabs", "version": "1.11", "release": "26.20190603git.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libsolv": [{"name": "libsolv", "version": "0.7.24", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-libs": [{"name": "authselect-libs", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "device-mapper-libs": [{"name": "device-mapper-libs", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "device-mapper": [{"name": "device-mapper", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "grub2-tools-minimal": [{"name": "grub2-tools-minimal", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "cryptsetup-libs": [{"name": "cryptsetup-libs", "version": "2.7.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-udev": [{"name": "systemd-udev", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfido2": [{"name": "libfido2", "version": "1.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "os-prober": [{"name": "os-prober", "version": "1.77", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kpartx": [{"name": "kpartx", "version": "0.8.7", "release": "32.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-default-yama-scope": [{"name": "elfutils-default-yama-scope", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "elfutils-libs": [{"name": "elfutils-libs", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-debuginfod-client": [{"name": "elfutils-debuginfod-client", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils-gold": [{"name": "binutils-gold", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils": [{"name": "binutils", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-build-libs": [{"name": "rpm-build-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "initscripts-service": [{"name": "initscripts-service", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iputils": [{"name": "iputils", "version": "20210202", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi": [{"name": "libkcapi", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi-hmaccalc": [{"name": "libkcapi-hmaccalc", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut": [{"name": "dracut", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules-core": [{"name": "kernel-modules-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-core": [{"name": "kernel-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-tools": [{"name": "grub2-tools", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "grubby": [{"name": "grubby", "version": "8.40", "release": "63.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules": [{"name": "kernel-modules", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-squash": [{"name": "dracut-squash", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "logrotate": [{"name": "logrotate", "version": "3.18.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob": [{"name": "oddjob", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob-mkhomedir": [{"name": "oddjob-mkhomedir", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect": [{"name": "authselect", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-systemd-inhibit": [{"name": "rpm-plugin-systemd-inhibit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-client": [{"name": "sssd-client", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libyaml": [{"name": "libyaml", "version": "0.2.5", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lmdb-libs": [{"name": "lmdb-libs", "version": "0.9.29", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libldb": [{"name": "libldb", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-common": [{"name": "sssd-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nettle": [{"name": "nettle", "version": "3.9.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnutls": [{"name": "gnutls", "version": "3.8.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib2": [{"name": "glib2", "version": "2.68.4", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dbus": [{"name": "python3-dbus", "version": "1.2.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-libnm": [{"name": "NetworkManager-libnm", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "NetworkManager": [{"name": "NetworkManager", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmodulemd": [{"name": "libmodulemd", "version": "2.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuser": [{"name": "libuser", "version": "0.63", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "passwd": [{"name": "passwd", "version": "0.80", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "usermode": [{"name": "usermode", "version": "1.114", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gobject-introspection": [{"name": "gobject-introspection", "version": "1.68.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gobject-base<<< 7519 1726888132.34391: stdout chunk (state=3): >>> {"ansible_facts": {"packages": {"libgcc": [{"name": "libgcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "linux-firmware-whence": [{"name": "linux-firmware-whence", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "tzdata": [{"name": "tzdata", "version": "2024a", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "subscription-manager-rhsm-certificates": [{"name": "subscription-manager-rhsm-certificates", "version": "20220623", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "linux-firmware": [{"name": "linux-firmware", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gawk-all-langpacks": [{"name": "gawk-all-langpacks", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools-wheel": [{"name": "python3-setuptools-wheel", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "publicsuffix-list-dafsa": [{"name": "publicsuffix-list-dafsa", "version": "20210518", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "pcre2-syntax": [{"name": "pcre2-syntax", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ncurses-base": [{"name": "ncurses-base", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libssh-config": [{"name": "libssh-config", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libreport-filesystem": [{"name": "libreport-filesystem", "version": "2.15.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-data": [{"name": "dnf-data", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-misc": [{"name": "kbd-misc", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-legacy": [{"name": "kbd-legacy", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "hwdata": [{"name": "hwdata", "version": "0.348", "release": "9.15.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "fonts-filesystem": [{"name": "fonts-filesystem", "version": "2.0.5", "release": "7.el9.1", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dejavu-sans-fonts": [{"name": "dejavu-sans-fonts", "version": "2.37", "release": "18.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-core-font-en": [{"name": "langpacks-core-font-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld-filesystem": [{"name": "firewalld-filesystem", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "coreutils-common": [{"name": "coreutils-common", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-gpg-keys": [{"name": "centos-gpg-keys", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-repos": [{"name": "centos-stream-repos", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-release": [{"name": "centos-stream-release", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setup": [{"name": "setup", "version": "2.13.7", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "filesystem": [{"name": "filesystem", "version": "3.16", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "basesystem": [{"name": "basesystem", "version": "11", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "glibc-gconv-extra": [{"name": "glibc-gconv-extra", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-langpack-en": [{"name": "glibc-langpack-en", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-common": [{"name": "glibc-common", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc": [{"name": "glibc", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses-libs": [{"name": "ncurses-libs", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bash": [{"name": "bash", "version": "5.1.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib": [{"name": "zlib", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-libs": [{"name": "xz-libs", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd": [{"name": "libzstd", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap": [{"name": "libcap", "version": "2.48", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "popt": [{"name": "popt", "version": "1.18", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bzip2-libs": [{"name": "bzip2-libs", "version": "1.0.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt": [{"name": "libxcrypt", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuuid": [{"name": "libuuid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sqlite-libs": [{"name": "sqlite-libs", "version": "3.34.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcom_err": [{"name": "libcom_err", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libstdc++": [{"name": "libstdc++", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmnl": [{"name": "libmnl", "version": "1.0.4", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf": [{"name": "elfutils-libelf", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxml2": [{"name": "libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies": [{"name": "crypto-policies", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "readline": [{"name": "readline", "version": "8.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng": [{"name": "libcap-ng", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit-libs": [{"name": "audit-libs", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "alternatives": [{"name": "alternatives", "version": "1.24", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libunistring": [{"name": "libunistring", "version": "0.9.10", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lua-libs": [{"name": "lua-libs", "version": "5.4.4", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libffi": [{"name": "libffi", "version": "3.4.2", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgpg-error": [{"name": "libgpg-error", "version": "1.42", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsepol": [{"name": "libsepol", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtalloc": [{"name": "libtalloc", "version": "2.4.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libidn2": [{"name": "libidn2", "version": "2.3.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gmp": [{"name": "gmp", "version": "6.2.0", "release": "13.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "json-c": [{"name": "json-c", "version": "0.14", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils-libs": [{"name": "keyutils-libs", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libattr": [{"name": "libattr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libacl": [{"name": "libacl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3": [{"name": "libnl3", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmartcols": [{"name": "libsmartcols", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lz4-libs": [{"name": "lz4-libs", "version": "1.9.3", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre2": [{"name": "pcre2", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux": [{"name": "libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sed": [{"name": "sed", "version": "4.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsemanage": [{"name": "libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shadow-utils": [{"name": "shadow-utils", "version": "4.9", "release": "9.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "findutils": [{"name": "findutils", "version": "4.8.0", "release": "7.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libtevent": [{"name": "libtevent", "version": "0.16.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgcrypt": [{"name": "libgcrypt", "version": "1.10.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file-libs": [{"name": "file-libs", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libedit": [{"name": "libedit", "version": "3.1", "release": "38.20210216cvs.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "psmisc": [{"name": "psmisc", "version": "23.4", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dmidecode": [{"name": "dmidecode", "version": "3.6", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "expat": [{"name": "expat", "version": "2.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdbm-libs": [{"name": "gdbm-libs", "version": "1.23", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "jansson": [{"name": "jansson", "version": "2.14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtasn1": [{"name": "libtasn1", "version": "4.16.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit": [{"name": "p11-kit", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtdb": [{"name": "libtdb", "version": "1.4.10", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "which": [{"name": "which", "version": "2.21", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit-trust": [{"name": "p11-kit-trust", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file": [{"name": "file", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux-utils": [{"name": "libselinux-utils", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libassuan": [{"name": "libassuan", "version": "2.5.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbpf": [{"name": "libbpf", "version": "1.4.0", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "libnftnl": [{"name": "libnftnl", "version": "1.2.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "fuse-libs": [{"name": "fuse-libs", "version": "2.9.9", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbasicobjects": [{"name": "libbasicobjects", "version": "0.1.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcollection": [{"name": "libcollection", "version": "0.7.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdb": [{"name": "libdb", "version": "5.3.28", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute": [{"name": "iproute", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdhash": [{"name": "libdhash", "version": "0.5.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgomp": [{"name": "libgomp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libref_array": [{"name": "libref_array", "version": "0.1.5", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libseccomp": [{"name": "libseccomp", "version": "2.5.2", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsigsegv": [{"name": "libsigsegv", "version": "2.13", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_idmap": [{"name": "libsss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lzo": [{"name": "lzo", "version": "2.10", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "numactl-libs": [{"name": "numactl-libs", "version": "2.0.16", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre": [{"name": "pcre", "version": "8.44", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grep": [{"name": "grep", "version": "3.6", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-libs": [{"name": "openssl-libs", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "coreutils": [{"name": "coreutils", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ca-certificates": [{"name": "ca-certificates", "version": "2024.2.69_v8.0.303", "release": "91.4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "systemd-libs": [{"name": "systemd-libs", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libblkid": [{"name": "libblkid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-libs": [{"name": "dbus-libs", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmount": [{"name": "libmount", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux-core": [{"name": "util-linux-core", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfdisk": [{"name": "libfdisk", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gzip": [{"name": "gzip", "version": "1.12", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod": [{"name": "kmod", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod-libs": [{"name": "kmod-libs", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib": [{"name": "cracklib", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib-dicts": [{"name": "cracklib-dicts", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-tools": [{"name": "dbus-tools", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "procps-ng": [{"name": "procps-ng", "version": "3.3.17", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl": [{"name": "openssl", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libarchive": [{"name": "libarchive", "version": "3.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libevent": [{"name": "libevent", "version": "2.1.12", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_certmap": [{"name": "libsss_certmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz": [{"name": "xz", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "squashfs-tools": [{"name": "squashfs-tools", "version": "4.4", "release": "10.git1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcomps": [{"name": "libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libutempter": [{"name": "libutempter", "version": "1.2.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3-cli": [{"name": "libnl3-cli", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libteam": [{"name": "libteam", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "acl": [{"name": "acl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext-libs": [{"name": "gettext-libs", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext": [{"name": "gettext", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "attr": [{"name": "attr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils": [{"name": "keyutils", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mpfr": [{"name": "mpfr", "version": "4.1.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gawk": [{"name": "gawk", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpsl": [{"name": "libpsl", "version": "0.21.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libksba": [{"name": "libksba", "version": "1.5.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ethtool": [{"name": "ethtool", "version": "6.2", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "ipset-libs": [{"name": "ipset-libs", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ipset": [{"name": "ipset", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "groff-base": [{"name": "groff-base", "version": "1.22.4", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "snappy": [{"name": "snappy", "version": "1.1.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs-libs": [{"name": "e2fsprogs-libs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libss": [{"name": "libss", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-compat": [{"name": "libxcrypt-compat", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pip-wheel": [{"name": "python3-pip-wheel", "version": "21.3.1", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python-unversioned-command": [{"name": "python-unversioned-command", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3": [{"name": "python3", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libs": [{"name": "python3-libs", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools": [{"name": "python3-setuptools", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-six": [{"name": "python3-six", "version": "1.15.0", "release": "9.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dateutil": [{"name": "python3-dateutil", "version": "2.8.1", "release": "<<< 7519 1726888132.34433: stdout chunk (state=3): >>>7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "python3-iniparse": [{"name": "python3-iniparse", "version": "0.4", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-idna": [{"name": "python3-idna", "version": "2.10", "release": "7.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libselinux": [{"name": "python3-libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libsemanage": [{"name": "python3-libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-inotify": [{"name": "python3-inotify", "version": "0.9.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-setools": [{"name": "python3-setools", "version": "4.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-distro": [{"name": "python3-distro", "version": "1.5.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libcomps": [{"name": "python3-libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-chardet": [{"name": "python3-chardet", "version": "4.0.0", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-decorator": [{"name": "python3-decorator", "version": "4.4.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pysocks": [{"name": "python3-pysocks", "version": "1.7.1", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-urllib3": [{"name": "python3-urllib3", "version": "1.26.5", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-requests": [{"name": "python3-requests", "version": "2.25.1", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-cloud-what": [{"name": "python3-cloud-what", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-systemd": [{"name": "python3-systemd", "version": "234", "release": "19.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng-python3": [{"name": "libcap-ng-python3", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-audit": [{"name": "python3-audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pigz": [{"name": "pigz", "version": "2.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "hostname": [{"name": "hostname", "version": "3.23", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools-libs": [{"name": "kernel-tools-libs", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "less": [{"name": "less", "version": "590", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-rpm-macros": [{"name": "systemd-rpm-macros", "version": "252", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "c-ares": [{"name": "c-ares", "version": "1.19.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpio": [{"name": "cpio", "version": "2.13", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "diffutils": [{"name": "diffutils", "version": "3.7", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "inih": [{"name": "inih", "version": "49", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbrotli": [{"name": "libbrotli", "version": "1.0.9", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcbor": [{"name": "libcbor", "version": "0.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdaemon": [{"name": "libdaemon", "version": "0.14", "release": "23.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "teamd": [{"name": "teamd", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libeconf": [{"name": "libeconf", "version": "0.4.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpwquality": [{"name": "libpwquality", "version": "1.4.4", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pam": [{"name": "pam", "version": "1.5.1", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux": [{"name": "util-linux", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-common": [{"name": "grub2-common", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "openssh": [{"name": "openssh", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-pc-modules": [{"name": "grub2-pc-modules", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "virt-what": [{"name": "virt-what", "version": "1.25", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kbd": [{"name": "kbd", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libndp": [{"name": "libndp", "version": "1.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfnetlink": [{"name": "libnfnetlink", "version": "1.0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnetfilter_conntrack": [{"name": "libnetfilter_conntrack", "version": "1.0.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-libs": [{"name": "iptables-libs", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-nft": [{"name": "iptables-nft", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nftables": [{"name": "nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-nftables": [{"name": "python3-nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libnghttp2": [{"name": "libnghttp2", "version": "1.43.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpath_utils": [{"name": "libpath_utils", "version": "0.2.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libini_config": [{"name": "libini_config", "version": "1.3.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpipeline": [{"name": "libpipeline", "version": "1.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_nss_idmap": [{"name": "libsss_nss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_sudo": [{"name": "libsss_sudo", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto": [{"name": "libverto", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "krb5-libs": [{"name": "krb5-libs", "version": "1.21.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-lib": [{"name": "cyrus-sasl-lib", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openldap": [{"name": "openldap", "version": "2.6.6", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libssh": [{"name": "libssh", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcurl": [{"name": "libcurl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tpm2-tss": [{"name": "tpm2-tss", "version": "3.2.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ima-evm-utils": [{"name": "ima-evm-utils", "version": "1.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "curl": [{"name": "curl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm": [{"name": "rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-libs": [{"name": "rpm-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "policycoreutils": [{"name": "policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "selinux-policy": [{"name": "selinux-policy", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "selinux-policy-targeted": [{"name": "selinux-policy-targeted", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dbus": [{"name": "dbus", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "systemd-pam": [{"name": "systemd-pam", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd": [{"name": "systemd", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-common": [{"name": "dbus-common", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dbus-broker": [{"name": "dbus-broker", "version": "28", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie-anacron": [{"name": "cronie-anacron", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie": [{"name": "cronie", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crontabs": [{"name": "crontabs", "version": "1.11", "release": "26.20190603git.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libsolv": [{"name": "libsolv", "version": "0.7.24", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-libs": [{"name": "authselect-libs", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "device-mapper-libs": [{"name": "device-mapper-libs", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "device-mapper": [{"name": "device-mapper", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "grub2-tools-minimal": [{"name": "grub2-tools-minimal", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "cryptsetup-libs": [{"name": "cryptsetup-libs", "version": "2.7.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-udev": [{"name": "systemd-udev", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfido2": [{"name": "libfido2", "version": "1.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "os-prober": [{"name": "os-prober", "version": "1.77", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kpartx": [{"name": "kpartx", "version": "0.8.7", "release": "32.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-default-yama-scope": [{"name": "elfutils-default-yama-scope", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "elfutils-libs": [{"name": "elfutils-libs", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-debuginfod-client": [{"name": "elfutils-debuginfod-client", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils-gold": [{"name": "binutils-gold", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils": [{"name": "binutils", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-build-libs": [{"name": "rpm-build-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "initscripts-service": [{"name": "initscripts-service", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iputils": [{"name": "iputils", "version": "20210202", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi": [{"name": "libkcapi", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi-hmaccalc": [{"name": "libkcapi-hmaccalc", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut": [{"name": "dracut", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules-core": [{"name": "kernel-modules-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-core": [{"name": "kernel-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-tools": [{"name": "grub2-tools", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "grubby": [{"name": "grubby", "version": "8.40", "release": "63.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules": [{"name": "kernel-modules", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-squash": [{"name": "dracut-squash", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "logrotate": [{"name": "logrotate", "version": "3.18.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob": [{"name": "oddjob", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob-mkhomedir": [{"name": "oddjob-mkhomedir", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect": [{"name": "authselect", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-systemd-inhibit": [{"name": "rpm-plugin-systemd-inhibit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-client": [{"name": "sssd-client", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libyaml": [{"name": "libyaml", "version": "0.2.5", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lmdb-libs": [{"name": "lmdb-libs", "version": "0.9.29", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libldb": [{"name": "libldb", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-common": [{"name": "sssd-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nettle": [{"name": "nettle", "version": "3.9.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnutls": [{"name": "gnutls", "version": "3.8.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib2": [{"name": "glib2", "version": "2.68.4", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dbus": [{"name": "python3-dbus", "version": "1.2.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-libnm": [{"name": "NetworkManager-libnm", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "NetworkManager": [{"name": "NetworkManager", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmodulemd": [{"name": "libmodulemd", "version": "2.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuser": [{"name": "libuser", "version": "0.63", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "passwd": [{"name": "passwd", "version": "0.80", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "usermode": [{"name": "usermode", "version": "1.114", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gobject-introspection": [{"name": "gobject-introspection", "version": "1.68.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gobject-base<<< 7519 1726888132.34469: stdout chunk (state=3): >>>-noarch": [{"name": "python3-gobject-base-noarch", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-gobject-base": [{"name": "python3-gobject-base", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-firewall": [{"name": "python3-firewall", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "npth": [{"name": "npth", "version": "1.6", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnupg2": [{"name": "gnupg2", "version": "2.3.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpgme": [{"name": "gpgme", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "librepo": [{"name": "librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf": [{"name": "libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libdnf": [{"name": "python3-libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-hawkey": [{"name": "python3-hawkey", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf-plugin-subscription-manager": [{"name": "libdnf-plugin-subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-librepo": [{"name": "python3-librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gpg": [{"name": "python3-gpg", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-sign-libs": [{"name": "rpm-sign-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-rpm": [{"name": "python3-rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dnf": [{"name": "python3-dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dnf-plugins-core": [{"name": "python3-dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf": [{"name": "dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-subscription-manager-rhsm": [{"name": "python3-subscription-manager-rhsm", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "subscription-manager": [{"name": "subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oniguruma": [{"name": "oniguruma", "version": "6.9.6", "release": "1.el9.6", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jq": [{"name": "jq", "version": "1.6", "release": "17.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-network": [{"name": "dracut-network", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pciutils-libs": [{"name": "pciutils-libs", "version": "3.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sg3_utils-libs": [{"name": "sg3_utils-libs", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "slang": [{"name": "slang", "version": "2.3.2", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "newt": [{"name": "newt", "version": "0.52.21", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "userspace-rcu": [{"name": "userspace-rcu", "version": "0.12.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "checkpolicy": [{"name": "checkpolicy", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-policycoreutils": [{"name": "python3-policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch"<<< 7519 1726888132.34474: stdout chunk (state=3): >>>: "noarch", "source": "rpm"}], "policycoreutils-python-utils": [{"name": "policycoreutils-python-utils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libestr": [{"name": "libestr", "version": "0.1.11", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfastjson": [{"name": "libfastjson", "version": "0.99.9", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog-logrotate": [{"name": "rsyslog-logrotate", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog": [{"name": "rsyslog", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "liburing": [{"name": "liburing", "version": "2.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "langpacks-core-en": [{"name": "langpacks-core-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-en": [{"name": "langpacks-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "qemu-guest-agent": [{"name": "qemu-guest-agent", "version": "9.0.0", "release": "10.el9", "epoch": 17, "arch": "x86_64", "source": "rpm"}], "rhc": [{"name": "rhc", "version": "0.2.4", "release": "5.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "xfsprogs": [{"name": "xfsprogs", "version": "6.4.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-tui": [{"name": "NetworkManager-tui", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "sg3_utils": [{"name": "sg3_utils", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools": [{"name": "kernel-tools", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kexec-tools": [{"name": "kexec-tools", "version": "2.0.27", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum": [{"name": "yum", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-plugins-core": [{"name": "dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld": [{"name": "firewalld", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "NetworkManager-team": [{"name": "NetworkManager-team", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "initscripts-rename-device": [{"name": "initscripts-rename-device", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "irqbalance": [{"name": "irqbalance", "version": "1.9.4", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "chrony": [{"name": "chrony", "version": "4.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-kcm": [{"name": "sssd-kcm", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-compat": [{"name": "authselect-compat", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel": [{"name": "kernel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies-scripts": [{"name": "crypto-policies-scripts", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "grub2-pc": [{"name": "grub2-pc", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "dracut-config-rescue": [{"name": "dracut-config-rescue", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit": [{"name": "audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssh-clients": [{"name": "openssh-clients", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "parted": [{"name": "parted", "version": "3.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "microcode_ctl": [{"name": "microcode_ctl", "version": "20240531", "release": "1.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "openssh-server": [{"name": "openssh-server", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-selinux": [{"name": "rpm-plugin-selinux", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-audit": [{"name": "rpm-plugin-audit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sudo": [{"name": "sudo", "version": "1.9.5p2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "man-db": [{"name": "man-db", "version": "2.9.3", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute-tc": [{"name": "iproute-tc", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs": [{"name": "e2fsprogs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "prefixdevname": [{"name": "prefixdevname", "version": "0.1.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-minimal": [{"name": "vim-minimal", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "lshw": [{"name": "lshw", "version": "B.02.19.2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses": [{"name": "ncurses", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsysfs": [{"name": "libsysfs", "version": "2.1.1", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lsscsi": [{"name": "lsscsi", "version": "0.32", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iwl100-firmware": [{"name": "iwl100-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl1000-firmware": [{"name": "iwl1000-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl105-firmware": [{"name": "iwl105-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl135-firmware": [{"name": "iwl135-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2000-firmware": [{"name": "iwl2000-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2030-firmware": [{"name": "iwl2030-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl3160-firmware": [{"name": "iwl3160-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl5000-firmware": [{"name": "iwl5000-firmware", "version": "8.83.5.1_1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl5150-firmware": [{"name": "iwl5150-firmware", "version": "8.24.2.2", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6000g2a-firmware": [{"name": "iwl6000g2a-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6050-firmware": [{"name": "iwl6050-firmware", "version": "41.28.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl7260-firmware": [{"name": "iwl7260-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "rootfiles": [{"name": "rootfiles", "version": "8.1", "release": "31.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gpg-pubkey": [{"name": "gpg-pubkey", "version": "3228467c", "release": "613798eb", "epoch": null, "arch": null, "source": "rpm"}, {"name": "gpg-pubkey", "version": "8483c65d", "release": "5ccc5b19", "epoch": null, "arch": null, "source": "rpm"}], "epel-release": [{"name": "epel-release", "version": "9", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "nspr": [{"name": "nspr", "version": "4.35.0", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-system": [{"name": "boost-system", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-util": [{"name": "nss-util", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "make": [{"name": "make", "version": "4.3", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "m4": [{"name": "m4", "version": "1.4.19", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmpc": [{"name": "libmpc", "version": "1.2.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "unzip": [{"name": "unzip", "version": "6.0", "release": "57.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "avahi-libs": [{"name": "avahi-libs", "version": "0.8", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zip": [{"name": "zip", "version": "3.0", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpp": [{"name": "cpp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bison": [{"name": "bison", "version": "3.7.4", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "flex": [{"name": "flex", "version": "2.6.4", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn-freebl": [{"name": "nss-softokn-freebl", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn": [{"name": "nss-softokn", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss": [{"name": "nss", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-sysinit": [{"name": "nss-sysinit", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-filesystem": [{"name": "boost-filesystem", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-thread": [{"name": "boost-thread", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Digest": [{"name": "perl-Digest", "version": "1.19", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Digest-MD5": [{"name": "perl-Digest-MD5", "version": "2.58", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-B": [{"name": "perl-B", "version": "1.80", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-FileHandle": [{"name": "perl-FileHandle", "version": "2.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Data-Dumper": [{"name": "perl-Data-Dumper", "version": "2.174", "release": "462.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-libnet": [{"name": "perl-libnet", "version": "3.13", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-base": [{"name": "perl-base", "version": "2.27", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-URI": [{"name": "perl-URI", "version": "5.09", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-AutoLoader": [{"name": "perl-AutoLoader", "version": "5.74", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Mozilla-CA": [{"name": "perl-Mozilla-CA", "version": "20200520", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-if": [{"name": "perl-if", "version": "0.60.800", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-IP": [{"name": "perl-IO-Socket-IP", "version": "0.41", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Time-Local": [{"name": "perl-Time-Local", "version": "1.300", "<<< 7519 1726888132.34480: stdout chunk (state=3): >>>release": "7.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "perl-File-Path": [{"name": "perl-File-Path", "version": "2.18", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Escapes": [{"name": "perl-Pod-Escapes", "version": "1.07", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Text-Tabs+Wrap": [{"name": "perl-Text-Tabs+Wrap", "version": "2013.0523", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-SSL": [{"name": "perl-IO-Socket-SSL", "version": "2.073", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Net-SSLeay": [{"name": "perl-Net-SSLeay", "version": "1.94", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Class-Struct": [{"name": "perl-Class-Struct", "version": "0.66", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-POSIX": [{"name": "perl-POSIX", "version": "1.94", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Term-ANSIColor": [{"name": "perl-Term-ANSIColor", "version": "5.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IPC-Open3": [{"name": "perl-IPC-Open3", "version": "1.21", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-subs": [{"name": "perl-subs", "version": "1.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-Temp": [{"name": "perl-File-Temp", "version": "0.231.100", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Term-Cap": [{"name": "perl-Term-Cap", "version": "1.17", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Simple": [{"name": "perl-Pod-Simple", "version": "3.42", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-HTTP-Tiny": [{"name": "perl-HTTP-Tiny", "version": "0.076", "release": "462.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Socket": [{"name": "perl-Socket", "version": "2.031", "release": "4.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-SelectSaver": [{"name": "perl-SelectSaver", "version": "1.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Symbol": [{"name": "perl-Symbol", "version": "1.08", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-stat": [{"name": "perl-File-stat", "version": "1.09", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-podlators": [{"name": "perl-podlators", "version": "4.14", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Pod-Perldoc": [{"name": "perl-Pod-Perldoc", "version": "3.28.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Fcntl": [{"name": "perl-Fcntl", "version": "1.13", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Text-ParseWords": [{"name": "perl-Text-ParseWords", "version": "3.30", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-mro": [{"name": "perl-mro", "version": "1.23", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-IO": [{"name": "perl-IO", "version": "1.43", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-overloading": [{"name": "perl-overloading", "version": "0.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Pod-Usage": [{"name": "perl-Pod-Usage", "version": "2.01", "release": "4.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "perl-Errno": [{"name": "perl-Errno", "version": "1.30", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Basename": [{"name": "perl-File-Basename", "version": "2.85", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Std": [{"name": "perl-Getopt-Std", "version": "1.12", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-MIME-Base64": [{"name": "perl-MIME-Base64", "v<<< 7519 1726888132.34506: stdout chunk (state=3): >>>-noarch": [{"name": "python3-gobject-base-noarch", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-gobject-base": [{"name": "python3-gobject-base", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-firewall": [{"name": "python3-firewall", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "npth": [{"name": "npth", "version": "1.6", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnupg2": [{"name": "gnupg2", "version": "2.3.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpgme": [{"name": "gpgme", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "librepo": [{"name": "librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf": [{"name": "libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libdnf": [{"name": "python3-libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-hawkey": [{"name": "python3-hawkey", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf-plugin-subscription-manager": [{"name": "libdnf-plugin-subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-librepo": [{"name": "python3-librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gpg": [{"name": "python3-gpg", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-sign-libs": [{"name": "rpm-sign-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-rpm": [{"name": "python3-rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dnf": [{"name": "python3-dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dnf-plugins-core": [{"name": "python3-dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf": [{"name": "dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-subscription-manager-rhsm": [{"name": "python3-subscription-manager-rhsm", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "subscription-manager": [{"name": "subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oniguruma": [{"name": "oniguruma", "version": "6.9.6", "release": "1.el9.6", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jq": [{"name": "jq", "version": "1.6", "release": "17.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-network": [{"name": "dracut-network", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pciutils-libs": [{"name": "pciutils-libs", "version": "3.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sg3_utils-libs": [{"name": "sg3_utils-libs", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "slang": [{"name": "slang", "version": "2.3.2", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "newt": [{"name": "newt", "version": "0.52.21", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "userspace-rcu": [{"name": "userspace-rcu", "version": "0.12.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "checkpolicy": [{"name": "checkpolicy", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-policycoreutils": [{"name": "python3-policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "policycoreutils-python-utils": [{"name": "policycoreutils-python-utils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libestr": [{"name": "libestr", "version": "0.1.11", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfastjson": [{"name": "libfastjson", "version": "0.99.9", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog-logrotate": [{"name": "rsyslog-logrotate", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog": [{"name": "rsyslog", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "liburing": [{"name": "liburing", "version": "2.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "langpacks-core-en": [{"name": "langpacks-core-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-en": [{"name": "langpacks-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "qemu-guest-agent": [{"name": "qemu-guest-agent", "version": "9.0.0", "release": "10.el9", "epoch": 17, "arch": "x86_64", "source": "rpm"}], "rhc": [{"name": "rhc", "version": "0.2.4", "release": "5.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "xfsprogs": [{"name": "xfsprogs", "version": "6.4.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-tui": [{"name": "NetworkManager-tui", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "sg3_utils": [{"name": "sg3_utils", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools": [{"name": "kernel-tools", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kexec-tools": [{"name": "kexec-tools", "version": "2.0.27", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum": [{"name": "yum", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-plugins-core": [{"name": "dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld": [{"name": "firewalld", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "NetworkManager-team": [{"name": "NetworkManager-team", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "initscripts-rename-device": [{"name": "initscripts-rename-device", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "irqbalance": [{"name": "irqbalance", "version": "1.9.4", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "chrony": [{"name": "chrony", "version": "4.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-kcm": [{"name": "sssd-kcm", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-compat": [{"name": "authselect-compat", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel": [{"name": "kernel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies-scripts": [{"name": "crypto-policies-scripts", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "grub2-pc": [{"name": "grub2-pc", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "dracut-config-rescue": [{"name": "dracut-config-rescue", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit": [{"name": "audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssh-clients": [{"name": "openssh-clients", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source":<<< 7519 1726888132.34689: stdout chunk (state=3): >>> "rpm"}], "parted": [{"name": "parted", "version": "3.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "microcode_ctl": [{"name": "microcode_ctl", "version": "20240531", "release": "1.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "openssh-server": [{"name": "openssh-server", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-selinux": [{"name": "rpm-plugin-selinux", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-audit": [{"name": "rpm-plugin-audit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sudo": [{"name": "sudo", "version": "1.9.5p2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "man-db": [{"name": "man-db", "version": "2.9.3", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute-tc": [{"name": "iproute-tc", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs": [{"name": "e2fsprogs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "prefixdevname": [{"name": "prefixdevname", "version": "0.1.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-minimal": [{"name": "vim-minimal", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "lshw": [{"name": "lshw", "version": "B.02.19.2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses": [{"name": "ncurses", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsysfs": [{"name": "libsysfs", "version": "2.1.1", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lsscsi": [{"name": "lsscsi", "version": "0.32", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iwl100-firmware": [{"name": "iwl100-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl1000-firmware": [{"name": "iwl1000-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl105-firmware": [{"name": "iwl105-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl135-firmware": [{"name": "iwl135-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2000-firmware": [{"name": "iwl2000-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2030-firmware": [{"name": "iwl2030-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl3160-firmware": [{"name": "iwl3160-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl5000-firmware": [{"name": "iwl5000-firmware", "version": "8.83.5.1_1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl5150-firmware": [{"name": "iwl5150-firmware", "version": "8.24.2.2", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6000g2a-firmware": [{"name": "iwl6000g2a-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6050-firmware": [{"name": "iwl6050-firmware", "version": "41.28.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl7260-firmware": [{"name": "iwl7260-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "rootfiles": [{"name": "rootfiles", "version": "8.1", "release": "31.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gpg-pubkey": [{"name": "gpg-pubkey", "version": "3228467c", "release": "613798eb", "epoch": null, "arch": null, "source": "rpm"}, {"name": "gpg-pubkey", "version": "8483c65d", "release": "5ccc5b19", "epoch": null, "arch": null, "source": "rpm"}], "epel-release": [{"name": "epel-release", "version": "9", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "nspr": [{"name": "nspr", "version": "4.35.0", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-system": [{"name": "boost-system", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-util": [{"name": "nss-util", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "make": [{"name": "make", "version": "4.3", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "m4": [{"name": "m4", "version": "1.4.19", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmpc": [{"name": "libmpc", "version": "1.2.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "unzip": [{"name": "unzip", "version": "6.0", "release": "57.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "avahi-libs": [{"name": "avahi-libs", "version": "0.8", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zip": [{"name": "zip", "version": "3.0", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpp": [{"name": "cpp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bison": [{"name": "bison", "version": "3.7.4", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "flex": [{"name": "flex", "version": "2.6.4", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn-freebl": [{"name": "nss-softokn-freebl", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn": [{"name": "nss-softokn", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss": [{"name": "nss", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-sysinit": [{"name": "nss-sysinit", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-filesystem": [{"name": "boost-filesystem", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-thread": [{"name": "boost-thread", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Digest": [{"name": "perl-Digest", "version": "1.19", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Digest-MD5": [{"name": "perl-Digest-MD5", "version": "2.58", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-B": [{"name": "perl-B", "version": "1.80", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-FileHandle": [{"name": "perl-FileHandle", "version": "2.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Data-Dumper": [{"name": "perl-Data-Dumper", "version": "2.174", "release": "462.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-libnet": [{"name": "perl-libnet", "version": "3.13", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-base": [{"name": "perl-base", "version": "2.27", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-URI": [{"name": "perl-URI", "version": "5.09", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-AutoLoader": [{"name": "perl-AutoLoader", "version": "5.74", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Mozilla-CA": [{"name": "perl-Mozilla-CA", "version": "20200520", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-if": [{"name": "perl-if", "version": "0.60.800", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-IP": [{"name": "perl-IO-Socket-IP", "version": "0.41", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Time-Local": [{"name": "perl-Time-Local", "version": "1.300", "release": "7.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "perl-File-Path": [{"name": "perl-File-Path", "version": "2.18", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Escapes": [{"name": "perl-Pod-Escapes", "version": "1.07", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Text-Tabs+Wrap": [{"name": "perl-Text-Tabs+Wrap", "version": "2013.0523", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-SSL": [{"name": "perl-IO-Socket-SSL", "version": "2.073", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Net-SSLeay": [{"name": "perl-Net-SSLeay", "version": "1.94", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Class-Struct": [{"name": "perl-Class-Struct", "version": "0.66", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-POSIX": [{"name": "perl-POSIX", "version": "1.94", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Term-ANSIColor": [{"name": "perl-Term-ANSIColor", "version": "5.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IPC-Open3": [{"name": "perl-IPC-Open3", "version": "1.21", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-subs": [{"name": "perl-subs", "version": "1.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-Temp": [{"name": "perl-File-Temp", "version": "0.231.100", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Term-Cap": [{"name": "perl-Term-Cap", "version": "1.17", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Simple": [{"name": "perl-Pod-Simple", "version": "3.42", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-HTTP-Tiny": [{"name": "perl-HTTP-Tiny", "version": "0.076", "release": "462.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Socket": [{"name": "perl-Socket", "version": "2.031", "release": "4.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-SelectSaver": [{"name": "perl-SelectSaver", "version": "1.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Symbol": [{"name": "perl-Symbol", "version": "1.08", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-stat": [{"name": "perl-File-stat", "version": "1.09", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-podlators": [{"name": "perl-podlators", "version": "4.14", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Pod-Perldoc": [{"name": "perl-Pod-Perldoc", "version": "3.28.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Fcntl": [{"name": "perl-Fcntl", "version": "1.13", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Text-ParseWords": [{"name": "perl-Text-ParseWords", "version": "3.30", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-mro": [{"name": "perl-mro", "version": "1.23", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-IO": [{"name": "perl-IO", "version": "1.43", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-overloading": [{"name": "perl-overloading", "version": "0.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Pod-Usage": [{"name": "perl-Pod-Usage", "version": "2.01", "release": "4.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "perl-Errno": [{"name": "perl-Errno", "version": "1.30", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Basename": [{"name": "perl-File-Basename", "version": "2.85", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Std": [{"name": "perl-Getopt-Std", "version": "1.12", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-MIME-Base64": [{"name": "perl-MIME-Base64", "version": "3.16", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Scalar-List-Utils": [{"name": "perl-Scalar-List-Utils", "version": "1.56", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-constant": [{"name": "perl-constant", "version": "1.33", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Storable": [{"name": "perl-Storable", "version": "3.21", "release": "460.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "perl-overload": [{"name": "perl-overload", "version": "1.31", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-parent": [{"name": "perl-parent", "version": "0.238", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-vars": [{"name": "perl-vars", "version": "1.05", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Long": [{"name": "perl-Getopt-Long", "version": "2.52", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Carp": [{"name": "perl-Carp", "version": "1.50", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Exporter": [{"name": "perl-Exporter", "version": "5.74", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-NDBM_File": [{"name": "perl-NDBM_File", "version": "1.15", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-PathTools": [{"name": "perl-PathTools", "version": "3.78", "release": "461.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Encode": [{"name": "perl-Encode", "version": "3.08", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-libs": [{"name": "perl-libs", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-interpreter": [{"name": "perl-interpreter", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "aspell": [{"name": "aspell", "version": "0.60.8", "release": "8.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "tbb": [{"name": "tbb", "version": "2020.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dyninst": [{"name": "dyninst", "version": "12.1.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-runtime": [{"name": "systemtap-runtime", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-headers": [{"name": "kernel-headers", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-headers": [{"name": "glibc-headers", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "strace": [{"name": "strace", "version": "5.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-m4": [{"name": "pkgconf-m4", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libpkgconf": [{"name": "libpkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf": [{"name": "pkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-pkg-config": [{"name": "pkgconf-pkg-config", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd-devel": [{"name": "libzstd-devel", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib-devel": [{"name": "zlib-devel", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf-devel": [{"name": "elfutils-libelf-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-devel": [{"name": "glibc-devel", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-devel": [{"name": "libxcrypt-devel", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", <<< 7519 1726888132.34989: stdout chunk (state=3): >>>ersion": "3.16", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Scalar-List-Utils": [{"name": "perl-Scalar-List-Utils", "version": "1.56", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-constant": [{"name": "perl-constant", "version": "1.33", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Storable": [{"name": "perl-Storable", "version": "3.21", "release": "460.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "perl-overload": [{"name": "perl-overload", "version": "1.31", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-parent": [{"name": "perl-parent", "version": "0.238", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-vars": [{"name": "perl-vars", "version": "1.05", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Long": [{"name": "perl-Getopt-Long", "version": "2.52", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Carp": [{"name": "perl-Carp", "version": "1.50", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Exporter": [{"name": "perl-Exporter", "version": "5.74", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-NDBM_File": [{"name": "perl-NDBM_File", "version": "1.15", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-PathTools": [{"name": "perl-PathTools", "version": "3.78", "release": "461.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Encode": [{"name": "perl-Encode", "version": "3.08", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-libs": [{"name": "perl-libs", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-interpreter": [{"name": "perl-interpreter", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "aspell": [{"name": "aspell", "version": "0.60.8", "release": "8.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "tbb": [{"name": "tbb", "version": "2020.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dyninst": [{"name": "dyninst", "version": "12.1.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-runtime": [{"name": "systemtap-runtime", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-headers": [{"name": "kernel-headers", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-headers": [{"name": "glibc-headers", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "strace": [{"name": "strace", "version": "5.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-m4": [{"name": "pkgconf-m4", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libpkgconf": [{"name": "libpkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf": [{"name": "pkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-pkg-config": [{"name": "pkgconf-pkg-config", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd-devel": [{"name": "libzstd-devel", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib-devel": [{"name": "zlib-devel", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf-devel": [{"name": "elfutils-libelf-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-devel": [{"name": "glibc-devel", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-devel": [{"name": "libxcrypt-devel", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", <<< 7519 1726888132.35492: stdout chunk (state=3): >>>"source": "rpm"}], "gcc": [{"name": "gcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-devel": [{"name": "openssl-devel", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "kernel-devel": [{"name": "kernel-devel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-devel": [{"name": "xz-devel", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-devel": [{"name": "elfutils-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-devel": [{"name": "systemtap-devel", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "efivar-libs": [{"name": "efivar-libs", "version": "38", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mokutil": [{"name": "mokutil", "version": "0.6.0", "release": "4.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "systemtap-client": [{"name": "systemtap-client", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap": [{"name": "systemtap", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "qa-tools": [{"name": "qa-tools", "version": "4.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libtirpc": [{"name": "libtirpc", "version": "1.3.3", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "git-core": [{"name": "git-core", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfsidmap": [{"name": "libnfsidmap", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "git-core-doc": [{"name": "git-core-doc", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "rpcbind": [{"name": "rpcbind", "version": "1.2.6", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "wget": [{"name": "wget", "version": "1.21.1", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-lib": [{"name": "perl-lib", "version": "0.65", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Find": [{"name": "perl-File-Find", "version": "1.37", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Error": [{"name": "perl-Error", "version": "0.17029", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-DynaLoader": [{"name": "perl-DynaLoader", "version": "1.47", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-TermReadKey": [{"name": "perl-TermReadKey", "version": "2.38", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxslt": [{"name": "libxslt", "version": "1.1.34", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-lxml": [{"name": "python3-lxml", "version": "4.6.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpm-libs": [{"name": "gpm-libs", "version": "1.20.7", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "emacs-filesystem": [{"name": "emacs-filesystem", "version": "27.2", "release": "10.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Git": [{"name": "perl-Git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "git": [{"name": "git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum-utils": [{"name": "yum-utils", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "vim-filesystem": [{"name": "vim-filesystem", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "vim-common": [{"name": "vim-common", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "time": [{"name": "time", "version": "1.9", "release": "18.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tar": [{"name": "tar", "version": "1.34", "release": "7.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "quota-nls": [{"name": "quota-nls", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "quota": [{"name": "quota", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-pyyaml": [{"name": "python3-pyyaml", "version": "5.4.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libev": [{"name": "libev", "version": "4.33", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto-libev": [{"name": "libverto-libev", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gssproxy": [{"name": "gssproxy", "version": "0.8.4", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nfs-utils": [{"name": "nfs-utils", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "bc": [{"name": "bc", "version": "1.07.1", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "beakerlib-redhat": [{"name": "beakerlib-redhat", "version": "1", "release": "35.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "beakerlib": [{"name": "beakerlib", "version": "1.29.3", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "restraint": [{"name": "restraint", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "restraint-rhts": [{"name": "restraint-rhts", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-enhanced": [{"name": "vim-enhanced", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "sssd-nfs-idmap": [{"name": "sssd-nfs-idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsync": [{"name": "rsync", "version": "3.2.3", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pytz": [{"name": "python3-pytz", "version": "2021.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-babel": [{"name": "python3-babel", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyserial": [{"name": "python3-pyserial", "version": "3.4", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyrsistent": [{"name": "python3-pyrsistent", "version": "0.17.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-prettytable": [{"name": "python3-prettytable", "version": "0.7.2", "release": "27.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-oauthlib": [{"name": "python3-oauthlib", "version": "3.1.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-netifaces": [{"name": "python3-netifaces", "version": "0.10.6", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-markupsafe": [{"name": "python3-markupsafe", "version": "1.1.1", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-jinja2": [{"name": "python3-jinja2", "version": "2.11.3", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpointer": [{"name": "python3-jsonpointer", "version": "2.0", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpatch": [{"name": "python3-jsonpatch", "version": "1.21", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-configobj": [{"name": "python3-configobj", "version": "5.0.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-attrs": [{"name": "python3-attrs", "version": "20.3.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonschema": [{"name": "python3-jsonschema", "version": "3.2.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libmaxminddb": [{"name": "libmaxminddb", "version": "1.5.2", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "geolite2-country": [{"name": "geolite2-country", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "geolite2-city": [{"name": "geolite2-city", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ipcalc": [{"name": "ipcalc", "version": "1.0.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdisk": [{"name": "gdisk", "version": "1.0.7", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dhcp-common": [{"name": "dhcp-common", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "noarch", "source": "rpm"}], "dhcp-client": [{"name": "dhcp-client", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "cloud-init": [{"name": "cloud-init", "version": "23.4", "release": "19.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cloud-utils-growpart": [{"name": "cloud-utils-growpart", "version": "0.33", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jitterentropy": [{"name": "jitterentropy", "version": "3.5.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rng-tools": [{"name": "rng-tools", "version": "6.16", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "samba-common": [{"name": "samba-common", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "protobuf-c": [{"name": "protobuf-c", "version": "1.3.3", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-gssapi": [{"name": "cyrus-sasl-gssapi", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5-common": [{"name": "sssd-krb5-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5": [{"name": "sssd-krb5", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ldap": [{"name": "sssd-ldap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adcli": [{"name": "adcli", "version": "0.9.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuv": [{"name": "libuv", "version": "1.42.0", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "fstrm": [{"name": "fstrm", "version": "0.6.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bind-license": [{"name": "bind-license", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "noarch", "source": "rpm"}], "bind-libs": [{"name": "bind-libs", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "bind-utils": [{"name": "bind-utils", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "sssd-proxy": [{"name": "sssd-proxy", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libipa_hbac": [{"name": "libipa_hbac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libicu": [{"name": "libicu", "version": "67.1", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libwbclient": [{"name": "libwbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-common-libs": [{"name": "samba-common-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-client-libs": [{"name": "samba-client-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-common-pac": [{"name": "sssd-common-pac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ipa": [{"name": "sssd-ipa", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmbclient": [{"name": "libsmbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-ad": [{"name": "sssd-ad", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd": [{"name": "sssd", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tlog": [{"name": "tlog", "version": "14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}]}}, "invocation": {"module_args": {"manager": ["auto"], "strategy": "first"}}} # 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 <<< 7519 1726888132.35502: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal<<< 7519 1726888132.35796: stdout chunk (state=3): >>>"source": "rpm"}], "gcc": [{"name": "gcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-devel": [{"name": "openssl-devel", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "kernel-devel": [{"name": "kernel-devel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-devel": [{"name": "xz-devel", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-devel": [{"name": "elfutils-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-devel": [{"name": "systemtap-devel", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "efivar-libs": [{"name": "efivar-libs", "version": "38", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mokutil": [{"name": "mokutil", "version": "0.6.0", "release": "4.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "systemtap-client": [{"name": "systemtap-client", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap": [{"name": "systemtap", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "qa-tools": [{"name": "qa-tools", "version": "4.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libtirpc": [{"name": "libtirpc", "version": "1.3.3", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "git-core": [{"name": "git-core", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfsidmap": [{"name": "libnfsidmap", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "git-core-doc": [{"name": "git-core-doc", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "rpcbind": [{"name": "rpcbind", "version": "1.2.6", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "wget": [{"name": "wget", "version": "1.21.1", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-lib": [{"name": "perl-lib", "version": "0.65", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Find": [{"name": "perl-File-Find", "version": "1.37", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Error": [{"name": "perl-Error", "version": "0.17029", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-DynaLoader": [{"name": "perl-DynaLoader", "version": "1.47", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-TermReadKey": [{"name": "perl-TermReadKey", "version": "2.38", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxslt": [{"name": "libxslt", "version": "1.1.34", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-lxml": [{"name": "python3-lxml", "version": "4.6.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpm-libs": [{"name": "gpm-libs", "version": "1.20.7", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "emacs-filesystem": [{"name": "emacs-filesystem", "version": "27.2", "release": "10.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Git": [{"name": "perl-Git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "git": [{"name": "git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum-utils": [{"name": "yum-utils", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "vim-filesystem": [{"name": "vim-filesystem", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "vim-common": [{"name": "vim-common", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "time": [{"name": "time", "version": "1.9", "release": "18.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tar": [{"name": "tar", "version": "1.34", "release": "7.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "quota-nls": [{"name": "quota-nls", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "quota": [{"name": "quota", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-pyyaml": [{"name": "python3-pyyaml", "version": "5.4.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libev": [{"name": "libev", "version": "4.33", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto-libev": [{"name": "libverto-libev", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gssproxy": [{"name": "gssproxy", "version": "0.8.4", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nfs-utils": [{"name": "nfs-utils", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "bc": [{"name": "bc", "version": "1.07.1", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "beakerlib-redhat": [{"name": "beakerlib-redhat", "version": "1", "release": "35.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "beakerlib": [{"name": "beakerlib", "version": "1.29.3", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "restraint": [{"name": "restraint", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "restraint-rhts": [{"name": "restraint-rhts", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-enhanced": [{"name": "vim-enhanced", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "sssd-nfs-idmap": [{"name": "sssd-nfs-idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsync": [{"name": "rsync", "version": "3.2.3", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pytz": [{"name": "python3-pytz", "version": "2021.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-babel": [{"name": "python3-babel", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyserial": [{"name": "python3-pyserial", "version": "3.4", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyrsistent": [{"name": "python3-pyrsistent", "version": "0.17.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-prettytable": [{"name": "python3-prettytable", "version": "0.7.2", "release": "27.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-oauthlib": [{"name": "python3-oauthlib", "version": "3.1.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-netifaces": [{"name": "python3-netifaces", "version": "0.10.6", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-markupsafe": [{"name": "python3-markupsafe", "version": "1.1.1", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-jinja2": [{"name": "python3-jinja2", "version": "2.11.3", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpointer": [{"name": "python3-jsonpointer", "version": "2.0", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpatch": [{"name": "python3-jsonpatch", "version": "1.21", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-configobj": [{"name": "python3-configobj", "version": "5.0.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-attrs": [{"name": "python3-attrs", "version": "20.3.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonschema": [{"name": "python3-jsonschema", "version": "3.2.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libmaxminddb": [{"name": "libmaxminddb", "version": "1.5.2", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "geolite2-country": [{"name": "geolite2-country", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "geolite2-city": [{"name": "geolite2-city", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ipcalc": [{"name": "ipcalc", "version": "1.0.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdisk": [{"name": "gdisk", "version": "1.0.7", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dhcp-common": [{"name": "dhcp-common", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "noarch", "source": "rpm"}], "dhcp-client": [{"name": "dhcp-client", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "cloud-init": [{"name": "cloud-init", "version": "23.4", "release": "19.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cloud-utils-growpart": [{"name": "cloud-utils-growpart", "version": "0.33", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jitterentropy": [{"name": "jitterentropy", "version": "3.5.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rng-tools": [{"name": "rng-tools", "version": "6.16", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "samba-common": [{"name": "samba-common", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "protobuf-c": [{"name": "protobuf-c", "version": "1.3.3", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-gssapi": [{"name": "cyrus-sasl-gssapi", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5-common": [{"name": "sssd-krb5-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5": [{"name": "sssd-krb5", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ldap": [{"name": "sssd-ldap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adcli": [{"name": "adcli", "version": "0.9.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuv": [{"name": "libuv", "version": "1.42.0", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "fstrm": [{"name": "fstrm", "version": "0.6.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bind-license": [{"name": "bind-license", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "noarch", "source": "rpm"}], "bind-libs": [{"name": "bind-libs", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "bind-utils": [{"name": "bind-utils", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "sssd-proxy": [{"name": "sssd-proxy", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libipa_hbac": [{"name": "libipa_hbac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libicu": [{"name": "libicu", "version": "67.1", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libwbclient": [{"name": "libwbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-common-libs": [{"name": "samba-common-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-client-libs": [{"name": "samba-client-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-common-pac": [{"name": "sssd-common-pac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ipa": [{"name": "sssd-ipa", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmbclient": [{"name": "libsmbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-ad": [{"name": "sssd-ad", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd": [{"name": "sssd", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tlog": [{"name": "tlog", "version": "14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "polkit-libs": [{"name": "polkit-libs", "version": "0.117", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "polkit": [{"name": "polkit", "version": "0.117", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "polkit-pkla-compat": [{"name": "polkit-pkla-compat", "version": "0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "json-glib": [{"name": "json-glib", "version": "1.6.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shared-mime-info": [{"name": "shared-mime-info", "version": "2.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libproxy": [{"name": "libproxy", "version": "0.4.15", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tracer-common": [{"name": "tracer-common", "version": "1.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "sscg": [{"name": "sscg", "version": "3.0.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-psutil": [{"name": "python3-psutil", "version": "5.8.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-tracer": [{"name": "python3-tracer", "version": "1.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-file-magic": [{"name": "python3-file-magic", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dasbus": [{"name": "python3-dasbus", "version": "1.4", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libstemmer": [{"name": "libstemmer", "version": "0", "release": "18.585svn.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libjpeg-turbo": [{"name": "libjpeg-turbo", "version": "2.0.90", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-logos": [{"name": "centos-logos", "version": "90.8", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "abattis-cantarell-fonts": [{"name": "abattis-cantarell-fonts", "version": "0.301", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "PackageKit-glib": [{"name": "PackageKit-glib", "version": "1.2.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-ptyprocess": [{"name": "python3-ptyprocess", "version": "0.6.0", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pexpect": [{"name": "python3-pexpect", "version": "4.8.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "sos": [{"name": "sos", "version": "4.7.2", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libxml2": [{"name": "python3-libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "setroubleshoot-plugins": [{"name": "setroubleshoot-plugins", "version": "3.3.14", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setroubleshoot-server": [{"name": "setroubleshoot-server", "version": "3.3.32", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpng": [{"name": "libpng", "version": "1.6.37", "release": "12.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "gdk-pixbuf2": [{"name": "gdk-pixbuf2", "version": "2.42.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libatomic": [{"name": "libatomic", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "webkit2gtk3-jsc": [{"name": "webkit2gtk3-jsc", "version": "2.44.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libproxy-webkitgtk4": [{"name": "libproxy-webkitgtk4", "version": "0.4.15", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adobe-source-code-pro-fonts": [{"name": "adobe-source-code-pro-fonts", "version": "2.030.1.050", "release": "12.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "gsettings-desktop-schemas": [{"name": "gsettings-desktop-schemas", "version": "40.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib-networking": [{"name": "glib-networking", "version": "2.68.3", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cockpit-bridge": [{"name": "cockpit-bridge", "version": "323", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cockpit-ws": [{"name": "cockpit-ws", "version": "323", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsoup": [{"name": "libsoup", "version": "2.72.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libappstream-glib": [{"name": "libappstream-glib", "version": "0.7.18", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "PackageKit": [{"name": "PackageKit", "version": "1.2.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cockpit-system": [{"name": "cockpit-system", "version": "323", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cockpit-packagekit": [{"name": "cockpit-packagekit", "version": "323", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cockpit": [{"name": "cockpit", "version": "323", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}]}}, "invocation": {"module_args": {"manager": ["auto"], "strategy": "first"}}} # 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 <<< 7519 1726888132.35917: stdout chunk (state=3): >>> # 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<<< 7519 1726888132.35998: stdout chunk (state=3): >>># 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.common.respawn # destroy ansible.module_utils.common.respawn # 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<<< 7519 1726888132.36061: stdout chunk (state=3): >>> # 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.common.respawn # destroy ansible.module_utils.common.respawn # 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<<< 7519 1726888132.36095: stdout chunk (state=3): >>> # 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<<< 7519 1726888132.36149: stdout chunk (state=3): >>> # 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<<< 7519 1726888132.36179: stdout chunk (state=3): >>> # 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<<< 7519 1726888132.36203: stdout chunk (state=3): >>> # 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<<< 7519 1726888132.36354: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts.packages # destroy ansible.module_utils.facts.packages # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # destroy _sitebuiltins<<< 7519 1726888132.36405: stdout chunk (state=3): >>> <<< 7519 1726888132.36409: stdout chunk (state=3): >>># destroy importlib.util<<< 7519 1726888132.36412: stdout chunk (state=3): >>> # destroy importlib.abc<<< 7519 1726888132.36415: stdout chunk (state=3): >>> <<< 7519 1726888132.36420: stdout chunk (state=3): >>># destroy importlib.machinery<<< 7519 1726888132.36433: stdout chunk (state=3): >>> <<< 7519 1726888132.36454: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888132.36471: stdout chunk (state=3): >>># destroy _compression <<< 7519 1726888132.36494: stdout chunk (state=3): >>># destroy binascii<<< 7519 1726888132.36530: stdout chunk (state=3): >>> # destroy importlib <<< 7519 1726888132.36535: stdout chunk (state=3): >>># destroy bz2<<< 7519 1726888132.36540: stdout chunk (state=3): >>> # destroy lzma <<< 7519 1726888132.36637: stdout chunk (state=3): >>> # 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 ansible.module_utils.facts.packages # destroy ansible.module_utils.facts.packages # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # destroy _sitebuiltins <<< 7519 1726888132.36646: stdout chunk (state=3): >>> {"ansible_facts": {"packages": {"libgcc": [{"name": "libgcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "linux-firmware-whence": [{"name": "linux-firmware-whence", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "tzdata": [{"name": "tzdata", "version": "2024a", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "subscription-manager-rhsm-certificates": [{"name": "subscription-manager-rhsm-certificates", "version": "20220623", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "linux-firmware": [{"name": "linux-firmware", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gawk-all-langpacks": [{"name": "gawk-all-langpacks", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools-wheel": [{"name": "python3-setuptools-wheel", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "publicsuffix-list-dafsa": [{"name": "publicsuffix-list-dafsa", "version": "20210518", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "pcre2-syntax": [{"name": "pcre2-syntax", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ncurses-base": [{"name": "ncurses-base", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libssh-config": [{"name": "libssh-config", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libreport-filesystem": [{"name": "libreport-filesystem", "version": "2.15.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-data": [{"name": "dnf-data", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-misc": [{"name": "kbd-misc", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"<<< 7519 1726888132.36677: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888132.36719: stdout chunk (state=3): >>>}], "kbd-legacy": [{"name": "kbd-legacy", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "hwdata": [{"name": "hwdata", "version": "0.348", "release": "9.15.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "fonts-filesystem": [{"name": "fonts-filesystem", "version": "2.0.5", "release": "7.el9.1", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dejavu-sans-fonts": [{"name": "dejavu-sans-fonts", "version": "2.37", "release": "18.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-core-font-en": [{"name": "langpacks-core-font-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld-filesystem": [{"name": "firewalld-filesystem", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "coreutils-common": [{"name": "coreutils-common", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-gpg-keys": [{"name": "centos-gpg-keys", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-repos": [{"name": "centos-stream-repos", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-release": [{"name": "centos-stream-release", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setup": [{"name": "setup", "version": "2.13.7", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "filesystem": [{"name": "filesystem", "version": "3.16", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "basesystem": [{"name": "basesystem", "version": "11", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "glibc-gconv-extra": [{"name": "glibc-gconv-extra", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-langpack-en": [{"name": "glibc-langpack-en", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-common": [{"name": "glibc-common", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc": [{"name": "glibc", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses-libs": [{"name": "ncurses-libs", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bash": [{"name": "bash", "version": "5.1.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib": [{"name": "zlib", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-libs": [{"name": "xz-libs", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd": [{"name": "libzstd", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap": [{"name": "libcap", "version": "2.48", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "popt": [{"name": "popt", "version": "1.18", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bzip2-libs": [{"name": "bzip2-libs", "version": "1.0.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt": [{"name": "libxcrypt", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuuid": [{"name": "libuuid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sqlite-libs": [{"name": "sqlite-libs", "version": "3.34.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcom_err": [{"name": "libcom_err", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libstdc++": [{"name": "libstdc++", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmnl": [{"name": "libmnl", "version": "1.0.4", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf": [{"name": "elfutils-libelf", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxml2": [{"name": "libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies": [{"name": "crypto-policies", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "readline": [{"name": "readline", "version": "8.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng": [{"name": "libcap-ng", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit-libs": [{"name": "audit-libs", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "alternatives": [{"name": "alternatives", "version": "1.24", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libunistring": [{"name": "libunistring", "version": "0.9.10", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lua-libs": [{"name": "lua-libs", "version": "5.4.4", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libffi": [{"name": "libffi", "version": "3.4.2", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgpg-error": [{"name": "libgpg-error", "version": "1.42", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsepol": [{"name": "libsepol", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtalloc": [{"name": "libtalloc", "version": "2.4.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libidn2": [{"name": "libidn2", "version": "2.3.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gmp": [{"name": "gmp", "version": "6.2.0", "release": "13.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "json-c": [{"name": "json-c", "version": "0.14", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils-libs": [{"name": "keyutils-libs", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libattr": [{"name": "libattr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libacl": [{"name": "libacl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3": [{"name": "libnl3", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmartcols": [{"name": "libsmartcols", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lz4-libs": [{"name": "lz4-libs", "version": "1.9.3", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre2": [{"name": "pcre2", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux": [{"name": "libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sed": [{"name": "sed", "version": "4.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsemanage": [{"name": "libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shadow-utils": [{"name": "shadow-utils", "version": "4.9", "release": "9.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "findutils": [{"name": "findutils", "version": "4.8.0", "release": "7.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libtevent": [{"name": "libtevent", "version": "0.16.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgcrypt": [{"name": "libgcrypt", "version": "1.10.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file-libs": [{"name": "file-libs", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libedit": [{"name": "libedit", "version": "3.1", "release": "38.20210216cvs.el9", "epoch": null, "arch": "x86_<<< 7519 1726888132.36728: stdout chunk (state=3): >>>64", "source": "rpm"}], "psmisc": [{"name": "psmisc", "version": "23.4", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dmidecode": [{"name": "dmidecode", "version": "3.6", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "expat": [{"name": "expat", "version": "2.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdbm-libs": [{"name": "gdbm-libs", "version": "1.23", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "jansson": [{"name": "jansson", "version": "2.14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtasn1": [{"name": "libtasn1", "version": "4.16.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit": [{"name": "p11-kit", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtdb": [{"name": "libtdb", "version": "1.4.10", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "which": [{"name": "which", "version": "2.21", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit-trust": [{"name": "p11-kit-trust", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file": [{"name": "file", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux-utils": [{"name": "libselinux-utils", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libassuan": [{"name": "libassuan", "version": "2.5.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbpf": [{"name": "libbpf", "version": "1.4.0", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "libnftnl": [{"name": "libnftnl", "version": "1.2.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "fuse-libs": [{"name": "fuse-libs", "version": "2.9.9", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbasicobjects": [{"name": "libbasicobjects", "version": "0.1.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcollection": [{"name": "libcollection", "version": "0.7.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdb": [{"name": "libdb", "version": "5.3.28", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute": [{"name": "iproute", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdhash": [{"name": "libdhash", "version": "0.5.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgomp": [{"name": "libgomp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libref_array": [{"name": "libref_array", "version": "0.1.5", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libseccomp": [{"name": "libseccomp", "version": "2.5.2", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsigsegv": [{"name": "libsigsegv", "version": "2.13", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_idmap": [{"name": "libsss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lzo": [{"name": "lzo", "version": "2.10", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "numactl-libs": [{"name": "numactl-libs", "version": "2.0.16", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre": [{"name": "pcre", "version": "8.44", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grep": [{"name": "grep", "version": "3.6", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-libs": [{"name": "openssl-libs", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "coreutils": [{"name": "coreutils", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ca-certificates": [{"<<< 7519 1726888132.36748: stdout chunk (state=3): >>># destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy bz2 # destroy lzma <<< 7519 1726888132.36792: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy systemd.journal # destroy systemd.daemon <<< 7519 1726888132.36811: stdout chunk (state=3): >>># destroy hashlib # destroy json.decoder # destroy json.encoder <<< 7519 1726888132.36847: stdout chunk (state=3): >>># destroy json.scanner # destroy _json<<< 7519 1726888132.36852: stdout chunk (state=3): >>> <<< 7519 1726888132.36942: stdout chunk (state=3): >>># destroy encodings # destroy syslog # destroy uuid <<< 7519 1726888132.36946: stdout chunk (state=3): >>># destroy selinux <<< 7519 1726888132.36974: stdout chunk (state=3): >>># destroy distro # destroy logging # destroy argparse <<< 7519 1726888132.37037: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors <<< 7519 1726888132.37042: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.ansible_collector <<< 7519 1726888132.37083: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool <<< 7519 1726888132.37089: stdout chunk (state=3): >>># destroy pickle # destroy multiprocessing.context <<< 7519 1726888132.37115: stdout chunk (state=3): >>># destroy array # destroy _compat_pickle <<< 7519 1726888132.37162: stdout chunk (state=3): >>># destroy queue <<< 7519 1726888132.37168: stdout chunk (state=3): >>># destroy multiprocessing.process <<< 7519 1726888132.37173: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util <<< 7519 1726888132.37185: stdout chunk (state=3): >>># destroy multiprocessing.reduction <<< 7519 1726888132.37218: stdout chunk (state=3): >>># destroy shlex # destroy datetime<<< 7519 1726888132.37243: stdout chunk (state=3): >>> <<< 7519 1726888132.37262: stdout chunk (state=3): >>># destroy base64 <<< 7519 1726888132.37330: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy json <<< 7519 1726888132.37444: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob <<< 7519 1726888132.37480: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy rpm.transaction # destroy rpm <<< 7519 1726888132.37510: stdout chunk (state=3): >>># cleanup[3] wiping rpm._rpm # cleanup[3] wiping termios <<< 7519 1726888132.37561: stdout chunk (state=3): >>># cleanup[3] wiping _ssl <<< 7519 1726888132.37608: stdout chunk (state=3): >>># 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 <<< 7519 1726888132.37658: 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<<< 7519 1726888132.37725: stdout chunk (state=3): >>> # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128<<< 7519 1726888132.37781: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess <<< 7519 1726888132.37892: 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 <<< 7519 1726888132.38001: 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 <<< 7519 1726888132.38053: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg<<< 7519 1726888132.38096: stdout chunk (state=3): >>> # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc<<< 7519 1726888132.38216: stdout chunk (state=3): >>> # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections <<< 7519 1726888132.38265: stdout chunk (state=3): >>># 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 <<< 7519 1726888132.38296: stdout chunk (state=3): >>># cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc <<< 7519 1726888132.38386: stdout chunk (state=3): >>># 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 <<< 7519 1726888132.38446: stdout chunk (state=3): >>># cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings<<< 7519 1726888132.38547: stdout chunk (state=3): >>> # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys<<< 7519 1726888132.38630: stdout chunk (state=3): >>>name": "ca-certificates", "version": "2024.2.69_v8.0.303", "release": "91.4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "systemd-libs": [{"name": "systemd-libs", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libblkid": [{"name": "libblkid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-libs": [{"name": "dbus-libs", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmount": [{"name": "libmount", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux-core": [{"name": "util-linux-core", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfdisk": [{"name": "libfdisk", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gzip": [{"name": "gzip", "version": "1.12", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod": [{"name": "kmod", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod-libs": [{"name": "kmod-libs", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib": [{"name": "cracklib", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib-dicts": [{"name": "cracklib-dicts", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-tools": [{"name": "dbus-tools", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "procps-ng": [{"name": "procps-ng", "version": "3.3.17", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl": [{"name": "openssl", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libarchive": [{"name": "libarchive", "version": "3.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libevent": [{"name": "libevent", "version": "2.1.12", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_certmap": [{"name": "libsss_certmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz": [{"name": "xz", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "squashfs-tools": [{"name": "squashfs-tools", "version": "4.4", "release": "10.git1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcomps": [{"name": "libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libutempter": [{"name": "libutempter", "version": "1.2.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3-cli": [{"name": "libnl3-cli", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libteam": [{"name": "libteam", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "acl": [{"name": "acl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext-libs": [{"name": "gettext-libs", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext": [{"name": "gettext", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "attr": [{"name": "attr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils": [{"name": "keyutils", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mpfr": [{"name": "mpfr", "version": "4.1.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gawk": [{"name": "gawk", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpsl": [{"name": "libpsl", "version": "0.21.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libksba": [{"name": "libksba", "version": "1.5.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ethtool": [{"name": "ethtool", "version": "6.2", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "ipset-libs": [{"name": "ipset-libs", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ipset": [{"name": "ipset", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "groff-base": [{"name": "groff-base", "version": "1.22.4", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "snappy": [{"name": "snappy", "version": "1.1.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs-libs": [{"name": "e2fsprogs-libs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libss": [{"name": "libss", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-compat": [{"name": "libxcrypt-compat", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pip-wheel": [{"name": "python3-pip-wheel", "version": "21.3.1", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python-unversioned-command": [{"name": "python-unversioned-command", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3": [{"name": "python3", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libs": [{"name": "python3-libs", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools": [{"name": "python3-setuptools", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-six": [{"name": "python3-six", "version": "1.15.0", "release": "9.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dateutil": [{"name": "python3-dateutil", "version": "2.8.1", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "python3-iniparse": [{"name": "python3-iniparse", "version": "0.4", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-idna": [{"name": "python3-idna", "version": "2.10", "release": "7.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libselinux": [{"name": "python3-libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libsemanage": [{"name": "python3-libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-inotify": [{"name": "python3-inotify", "version": "0.9.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-setools": [{"name": "python3-setools", "version": "4.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-distro": [{"name": "python3-distro", "version": "1.5.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libcomps": [{"name": "python3-libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-chardet": [{"name": "python3-chardet", "version": "4.0.0", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-decorator": [{"name": "python3-decorator", "version": "4.4.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pysocks": [{"name": "python3-pysocks", "version": "1.7.1", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-urllib3": [{"name": "python3-urllib3", "version": "1.26.5", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-requests": [{"name": "python3-requests", "version": "2.25.1", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-cloud-what": [{"name": "python3-cloud-what", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-systemd": [{"name": "python3-systemd", "version": "234", "release": "19.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng-python3": [{"name": "libcap-ng-python3", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-audit": [{"name": "python3-audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pigz": [{"name": "pigz", "version": "2.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "hostname": [{"name": "hostname", "version": "3.23", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools-libs": [{"name": "kernel-tools-libs", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "less": [{"name": "less", "version": "590", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-rpm-macros": [{"name": "systemd-rpm-macros", "version": "252", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "c-ares": [{"name": "c-ares", "version": "1.19.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpio": [{"name": "cpio", "version": "2.13", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "diffutils": [{"name": "diffutils", "version": "3.7", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "inih": [{"name": "inih", "version": "49", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbrotli": [{"name": "libbrotli", "version": "1.0.9", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcbor": [{"name": "libcbor", "version": "0.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdaemon": [{"name": "libdaemon", "version": "0.14", "release": "23.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "teamd": [{"name": "teamd", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libeconf": [{"name": "libeconf", "version": "0.4.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpwquality": [{"name": "libpwquality", "version": "1.4.4", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pam": [{"name": "pam", "version": "1.5.1", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux": [{"name": "util-linux", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-common": [{"name": "grub2-common", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "openssh": [{"name": "openssh", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-pc-modules": [{"name": "grub2-pc-modules", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "virt-what": [{"name": "virt-what", "version": "1.25", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kbd": [{"name": "kbd", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libndp": [{"name": "libndp", "version": "1.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfnetlink": [{"name": "libnfnetlink", "version": "1.0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnetfilter_conntrack": [{"name": "libnetfilter_conntrack", "version": "1.0.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-libs": [{"name": "iptables-libs", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-nft": [{"name": "iptables-nft", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nftables": [{"name": "nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-nftables": [{"name": "python3-nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libnghttp2": [{"name": "libnghttp2", "version": "1.43.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpath_utils": [{"name": "libpath_utils", "version": "0.2.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libini_config": [{"name": "libini_config", "version": "1.3.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpipeline": [{"name": "libpipeline", "version": "1.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_nss_idmap": [{"name": "libsss_nss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_sudo": [{"name": "libsss_sudo", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto": [{"name": "libverto", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "krb5-libs": [{"name": "krb5-libs", "version": "1.21.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-lib": [{"name": "cyrus-sasl-lib", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openldap": [{"name": "openldap", "version": "2.6.6", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libssh": [{"name": "libssh", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcurl": [{"name": "libcurl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tpm2-tss": [{"name": "tpm2-tss", "version": "3.2.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ima-evm-utils": [{"name": "ima-evm-utils", "version": "1.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "curl": [{"name": "curl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm": [{"name": "rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-libs": [{"name": "rpm-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "policycoreutils": [{"name": "policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "selinux-policy": [{"name": "selinux-policy", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "selinux-policy-targeted": [{"name": "selinux-policy-targeted", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dbus": [{"name": "dbus", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "systemd-pam": [{"name": "systemd-pam", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd": [{"name": "systemd", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-common": [{"name": "dbus-common", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dbus-broker": [{"name": "dbus-broker", "version": "28", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie-anacron": [{"name": "cronie-anacron", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie": [{"name": "cronie", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crontabs": [{"name": "crontabs", "version": "1.11", "release": "26.20190603git.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libsolv": [{"name": "libsolv", "version": "0.7.24", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-libs": [{"name": "authselect-libs", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "device-mapper-libs": [{"name": "device-mapper-libs", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "device-mapper": [{"name": "device-mapper", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "grub2-tools-minimal": [{"name": "grub2-tools-minimal", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "cryptsetup-libs": [{"name": "cryptsetup-libs", "version": "2.7.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-udev": [{"name": "systemd-udev", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfido2": [{"name": "libfido2", "version": "1.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "os-prober": [{"name": "os-prober", "version": "1.77", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kpartx": [{"name": "kpartx", "version": "0.8.7", "release": "32.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-default-yama-scope": [{"name": "elfutils-default-yama-scope", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "elfutils-libs": [{"name": "elfutils-libs", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-debuginfod-client": [{"name": "elfutils-debuginfod-client", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils-gold": [{"name": "binutils-gold", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils": [{"name": "binutils", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-build-libs": [{"name": "rpm-build-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "initscripts-service": [{"name": "initscripts-service", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iputils": [{"name": "iputils", "version": "20210202", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi": [{"name": "libkcapi", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi-hmaccalc": [{"name": "libkcapi-hmaccalc", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut": [{"name": "dracut", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules-core": [{"name": "kernel-modules-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-core": [{"name": "kernel-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-tools": [{"name": "grub2-tools", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "grubby": [{"name": "grubby", "version": "8.40", "release": "63.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules": [{"name": "kernel-modules", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-squash": [{"name": "dracut-squash", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "logrotate": [{"name": "logrotate", "version": "3.18.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob": [{"name": "oddjob", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob-mkhomedir": [{"name": "oddjob-mkhomedir", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect": [{"name": "authselect", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-systemd-inhibit": [{"name": "rpm-plugin-systemd-inhibit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-client": [{"name": "sssd-client", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libyaml": [{"name": "libyaml", "version": "0.2.5", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lmdb-libs": [{"name": "lmdb-libs", "version": "0.9.29", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libldb": [{"name": "libldb", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-common": [{"name": "sssd-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nettle": [{"name": "nettle", "version": "3.9.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnutls": [{"name": "gnutls", "version": "3.8.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib2": [{"name": "glib2", "version": "2.68.4", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dbus": [{"name": "python3-dbus", "version": "1.2.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-libnm": [{"name": "NetworkManager-libnm", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "NetworkManager": [{"name": "NetworkManager", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmodulemd": [{"name": "libmodulemd", "version": "2.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuser": [{"name": "libuser", "version": "0.63", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "passwd": [{"name": "passwd", "version": "0.80", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "usermode": [{"name": "usermode", "version": "1.114", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gobject-introspection": [{"name": "gobject-introspection", "version": "1.68.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gobject-base-noarch": [{"name": "python3-gobject-base-noarch", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-gobject-base": [{"name": "python3-gobject-base", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-firewall": [{"name": "python3-firewall", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "npth": [{"name": "npth", "version": "1.6", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnupg2": [{"name": "gnupg2", "version": "2.3.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpgme": [{"name": "gpgme", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "librepo": [{"name": "librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf": [{"name": "libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libdnf": [{"name": "python3-libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-hawkey": [{"name": "python3-hawkey", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf-plugin-subscription-manager": [{"name": "libdnf-plugin-subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-librepo": [{"name": "python3-librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gpg": [{"name": "python3-gpg", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-sign-libs": [{"name": "rpm-sign-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-rpm": [{"name": "python3-rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dnf": [{"name": "python3-dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dnf-plugins-core": [{"name": "python3-dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf": [{"name": "dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-subscription-manager-rhsm": [{"name": "python3-subscription-manager-rhsm", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "subscription-manager": [{"name": "subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oniguruma": [{"name": "oniguruma", "version": "6.9.6", "release": "1.el9.6", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jq": [{"name": "jq", "version": "1.6", "release": "17.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-network": [{"name": "dracut-network", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pciutils-libs": [{"name": "pciutils-libs", "version": "3.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sg3_utils-libs": [{"name": "sg3_utils-libs", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "slang": [{"name": "slang", "version": "2.3.2", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "newt": [{"name": "newt", "version": "0.52.21", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "userspace-rcu": [{"name": "userspace-rcu", "version": "0.12.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "checkpolicy": [{"name": "checkpolicy", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-policycoreutils": [{"name": "python3-policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "policycoreutils-python-utils": [{"name": "policycoreutils-python-utils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libestr": [{"name": "libestr", "version": "0.1.11", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfastjson": [{"name": "libfastjson", "version": "0.99.9", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog-logrotate": [{"name": "rsyslog-logrotate", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog": [{"name": "rsyslog", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "liburing": [{"name": "liburing", "version": "2.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "langpacks-core-en": [{"name": "langpacks-core-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-en": [{"name": "langpacks-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "qemu-guest-agent": [{"name": "qemu-guest-agent", "version": "9.0.0", "release": "10.el9", "epoch": 17, "arch": "x86_64", "source": "rpm"}], "rhc": [{"name": "rhc", "version": "0.2.4", "release": "5.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "xfsprogs": [{"name": "xfsprogs", "version": "6.4.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-tui": [{"name": "NetworkManager-tui", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "sg3_utils": [{"name": "sg3_utils", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools": [{"name": "kernel-tools", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kexec-tools": [{"name": "kexec-tools", "version": "2.0.27", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum": [{"name": "yum", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-plugins-core": [{"name": "dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld": [{"name": "firewalld", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "NetworkManager-team": [{"name": "NetworkManager-team", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "initscripts-rename-device": [{"name": "initscripts-rename-device", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "irqbalance": [{"name": "irqbalance", "version": "1.9.4", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "chrony": [{"name": "chrony", "version": "4.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-kcm": [{"name": "sssd-kcm", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-compat": [{"name": "authselect-compat", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel": [{"name": "kernel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies-scripts": [{"name": "crypto-policies-scripts", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "grub2-pc": [{"name": "grub2-pc", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "dracut-config-rescue": [{"name": "dracut-config-rescue", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit": [{"name": "audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssh-clients": [{"name": "openssh-clients", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "parted": [{"name": "parted", "version": "3.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "microcode_ctl": [{"name": "microcode_ctl", "version": "20240531", "release": "1.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "openssh-server": [{"name": "openssh-server", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-selinux": [{"name": "rpm-plugin-selinux", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-audit": [{"name": "rpm-plugin-audit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sudo": [{"name": "sudo", "version": "1.9.5p2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "man-db": [{"name": "man-db", "version": "2.9.3", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute-tc": [{"name": "iproute-tc", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs": [{"name": "e2fsprogs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "prefixdevname": [{"name": "prefixdevname", "version": "0.1.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-minimal": [{"name": "vim-minimal", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "lshw": [{"name": "lshw", "version": "B.02.19.2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses": [{"name": "ncurses", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsysfs": [{"name": "libsysfs", "version": "2.1.1", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lsscsi": [{"name": "lsscsi", "version": "0.32", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iwl100-firmware": [{"name": "iwl100-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl1000-firmware": [{"name": "iwl1000-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl105-firmware": [{"name": "iwl105-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl135-firmware": [{"name": "iwl135-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2000-firmware": [{"name": "iwl2000-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2030-firmware": [{"name": "iwl2030-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl3160-firmware": [{"name": "iwl3160-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl5000-firmware": [{"name": "iwl5000-firmware", "version": "8.83.5.1_1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl5150-firmware": [{"name": "iwl5150-firmware", "version": "8.24.2.2", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6000g2a-firmware": [{"name": "iwl6000g2a-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6050-firmware": [{"name": "iwl6050-firmware", "version": "41.28.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl7260-firmware": [{"name": "iwl7260-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "rootfiles": [{"name": "rootfiles", "version": "8.1", "release": "31.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gpg-pubkey": [{"name": "gpg-pubkey", "version": "3228467c", "release": "613798eb", "epoch": null, "arch": null, "source": "rpm"}, {"name": "gpg-pubkey", "version": "8483c65d", "release": "5ccc5b19", "epoch": null, "arch": null, "source": "rpm"}], "epel-release": [{"name": "epel-release", "version": "9", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "nspr": [{"name": "nspr", "version": "4.35.0", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-system": [{"name": "boost-system", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-util": [{"name": "nss-util", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "make": [{"name": "make", "version": "4.3", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "m4": [{"name": "m4", "version": "1.4.19", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmpc": [{"name": "libmpc", "version": "1.2.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "unzip": [{"name": "unzip", "version": "6.0", "release": "57.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "avahi-libs": [{"name": "avahi-libs", "version": "0.8", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zip": [{"name": "zip", "version": "3.0", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpp": [{"name": "cpp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bison": [{"name": "bison", "version": "3.7.4", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "flex": [{"name": "flex", "version": "2.6.4", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn-freebl": [{"name": "nss-softokn-freebl", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn": [{"name": "nss-softokn", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss": [{"name": "nss", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-sysinit": [{"name": "nss-sysinit", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-filesystem": [{"name": "boost-filesystem", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-thread": [{"name": "boost-thread", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Digest": [{"name": "perl-Digest", "version": "1.19", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Digest-MD5": [{"name": "perl-Digest-MD5", "version": "2.58", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-B": [{"name": "perl-B", "version": "1.80", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-FileHandle": [{"name": "perl-FileHandle", "version": "2.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Data-Dumper": [{"name": "perl-Data-Dumper", "version": "2.174", "release": "462.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-libnet": [{"name": "perl-libnet", "version": "3.13", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-base": [{"name": "perl-base", "version": "2.27", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-URI": [{"name": "perl-URI", "version": "5.09", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-AutoLoader": [{"name": "perl-AutoLoader", "version": "5.74", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Mozilla-CA": [{"name": "perl-Mozilla-CA", "version": "20200520", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-if": [{"name": "perl-if", "version": "0.60.800", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-IP": [{"name": "perl-IO-Socket-IP", "version": "0.41", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Time-Local": [{"name": "perl-Time-Local", "version": "1.300", "release": "7.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "perl-File-Path": [{"name": "perl-File-Path", "version": "2.18", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Escapes": [{"name": "perl-Pod-Escapes", "version": "1.07", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Text-Tabs+Wrap": [{"name": "perl-Text-Tabs+Wrap", "version": "2013.0523", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-SSL": [{"name": "perl-IO-Socket-SSL", "version": "2.073", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Net-SSLeay": [{"name": "perl-Net-SSLeay", "version": "1.94", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Class-Struct": [{"name": "perl-Class-Struct", "version": "0.66", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-POSIX": [{"name": "perl-POSIX", "version": "1.94", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Term-ANSIColor": [{"name": "perl-Term-ANSIColor", "version": "5.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IPC-Open3": [{"name": "perl-IPC-Open3", "version": "1.21", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-subs": [{"name": "perl-subs", "version": "1.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-Temp": [{"name": "perl-File-Temp", "version": "0.231.100", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Term-Cap": [{"name": "perl-Term-Cap", "version": "1.17", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Simple": [{"name": "perl-Pod-Simple", "version": "3.42", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-HTTP-Tiny": [{"name": "perl-HTTP-Tiny", "version": "0.076", "release": "462.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Socket": [{"name": "perl-Socket", "version": "2.031", "release": "4.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-SelectSaver": [{"name": "perl-SelectSaver", "version": "1.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Symbol": [{"name": "perl-Symbol", "version": "1.08", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-stat": [{"name": "perl-File-stat", "version": "1.09", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-podlators": [{"name": "perl-podlators", "version": "4.14", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Pod-Perldoc": [{"name": "perl-Pod-Perldoc", "version": "3.28.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Fcntl": [{"name": "perl-Fcntl", "version": "1.13", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Text-ParseWords": [{"name": "perl-Text-ParseWords", "version": "3.30", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-mro": [{"name": "perl-mro", "version": "1.23", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-IO": [{"name": "perl-IO", "version": "1.43", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-overloading": [{"name": "perl-overloading", "version": "0.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Pod-Usage": [{"name": "perl-Pod-Usage", "version": "2.01", "release": "4.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "perl-Errno": [{"name": "perl-Errno", "version": "1.30", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Basename": [{"name": "perl-File-Basename", "version": "2.85", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Std": [{"name": "perl-Getopt-Std", "version": "1.12", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-MIME-Base64": [{"name": "perl-MIME-Base64", "version": "3.16", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Scalar-List-Utils": [{"name": "perl-Scalar-List-Utils", "version": "1.56", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-constant": [{"name": "perl-constant", "version": "1.33", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Storable": [{"name": "perl-Storable", "version": "3.21", "release": "460.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "perl-overload": [{"name": "perl-overload", "version": "1.31", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-parent": [{"name": "perl-parent", "version": "0.238", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-vars": [{"name": "perl-vars", "version": "1.05", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Long": [{"name": "perl-Getopt-Long", "version": "2.52", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Carp": [{"name": "perl-Carp", "version": "1.50", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Exporter": [{"name": "perl-Exporter", "version": "5.74", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-NDBM_File": [{"name": "perl-NDBM_File", "version": "1.15", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-PathTools": [{"name": "perl-PathTools", "version": "3.78", "release": "461.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Encode": [{"name": "perl-Encode", "version": "3.08", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-libs": [{"name": "perl-libs", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-interpreter": [{"name": "perl-interpreter", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "aspell": [{"name": "aspell", "version": "0.60.8", "release": "8.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "tbb": [{"name": "tbb", "version": "2020.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dyninst": [{"name": "dyninst", "version": "12.1.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-runtime": [{"name": "systemtap-runtime", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-headers": [{"name": "kernel-headers", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-headers": [{"name": "glibc-headers", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "strace": [{"name": "strace", "version": "5.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-m4": [{"name": "pkgconf-m4", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libpkgconf": [{"name": "libpkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf": [{"name": "pkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-pkg-config": [{"name": "pkgconf-pkg-config", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd-devel": [{"name": "libzstd-devel", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib-devel": [{"name": "zlib-devel", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf-devel": [{"name": "elfutils-libelf-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-devel": [{"name": "glibc-devel", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-devel": [{"name": "libxcrypt-devel", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gcc": [{"name": "gcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-devel": [{"name": "openssl-devel", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "kernel-devel": [{"name": "kernel-devel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-devel": [{"name": "xz-devel", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-devel": [{"name": "elfutils-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-devel": [{"name": "systemtap-devel", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "efivar-libs": [{"name": "efivar-libs", "version": "38", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mokutil": [{"name": "mokutil", "version": "0.6.0", "release": "4.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "systemtap-client": [{"name": "systemtap-client", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap": [{"name": "systemtap", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "qa-tools": [{"name": "qa-tools", "version": "4.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libtirpc": [{"name": "libtirpc", "version": "1.3.3", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "git-core": [{"name": "git-core", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfsidmap": [{"name": "libnfsidmap", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "git-core-doc": [{"name": "git-core-doc", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "rpcbind": [{"name": "rpcbind", "version": "1.2.6", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "wget": [{"name": "wget", "version": "1.21.1", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-lib": [{"name": "perl-lib", "version": "0.65", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Find": [{"name": "perl-File-Find", "version": "1.37", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Error": [{"name": "perl-Error", "version": "0.17029", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-DynaLoader": [{"name": "perl-DynaLoader", "version": "1.47", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-TermReadKey": [{"name": "perl-TermReadKey", "version": "2.38", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxslt": [{"name": "libxslt", "version": "1.1.34", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-lxml": [{"name": "python3-lxml", "version": "4.6.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpm-libs": [{"name": "gpm-libs", "version": "1.20.7", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "emacs-filesystem": [{"name": "emacs-filesystem", "version": "27.2", "release": "10.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Git": [{"name": "perl-Git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "git": [{"name": "git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum-utils": [{"name": "yum-utils", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "vim-filesystem": [{"name": "vim-filesystem", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "vim-common": [{"name": "vim-common", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "time": [{"name": "time", "version": "1.9", "release": "18.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tar": [{"name": "tar", "version": "1.34", "release": "7.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "quota-nls": [{"name": "quota-nls", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "quota": [{"name": "quota", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-pyyaml": [{"name": "python3-pyyaml", "version": "5.4.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libev": [{"name": "libev", "version": "4.33", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto-libev": [{"name": "libverto-libev", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gssproxy": [{"name": "gssproxy", "version": "0.8.4", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nfs-utils": [{"name": "nfs-utils", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "bc": [{"name": "bc", "version": "1.07.1", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "beakerlib-redhat": [{"name": "beakerlib-redhat", "version": "1", "release": "35.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "beakerlib": [{"name": "beakerlib", "version": "1.29.3", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "restraint": [{"name": "restraint", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "restraint-rhts": [{"name": "restraint-rhts", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-enhanced": [{"name": "vim-enhanced", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "sssd-nfs-idmap": [{"name": "sssd-nfs-idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsync": [{"name": "rsync", "version": "3.2.3", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pytz": [{"name": "python3-pytz", "version": "2021.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-babel": [{"name": "python3-babel", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyserial": [{"name": "python3-pyserial", "version": "3.4", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyrsistent": [{"name": "python3-pyrsistent", "version": "0.17.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-prettytable": [{"name": "python3-prettytable", "version": "0.7.2", "release": "27.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-oauthlib": [{"name": "python3-oauthlib", "version": "3.1.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-netifaces": [{"name": "python3-netifaces", "version": "0.10.6", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-markupsafe": [{"name": "python3-markupsafe", "version": "1.1.1", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-jinja2": [{"name": "python3-jinja2", "version": "2.11.3", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpointer": [{"name": "python3-jsonpointer", "version": "2.0", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpatch": [{"name": "python3-jsonpatch", "version": "1.21", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-configobj": [{"name": "python3-configobj", "version": "5.0.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-attrs": [{"name": "python3-attrs", "version": "20.3.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonschema": [{"name": "python3-jsonschema", "version": "3.2.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libmaxminddb": [{"name": "libmaxminddb", "version": "1.5.2", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "geolite2-country": [{"name": "geolite2-country", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "geolite2-city": [{"name": "geolite2-city", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ipcalc": [{"name": "ipcalc", "version": "1.0.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdisk": [{"name": "gdisk", "version": "1.0.7", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dhcp-common": [{"name": "dhcp-common", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "noarch", "source": "rpm"}], "dhcp-client": [{"name": "dhcp-client", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "cloud-init": [{"name": "cloud-init", "version": "23.4", "release": "19.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cloud-utils-growpart": [{"name": "cloud-utils-growpart", "version": "0.33", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jitterentropy": [{"name": "jitterentropy", "version": "3.5.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rng-tools": [{"name": "rng-tools", "version": "6.16", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "samba-common": [{"name": "samba-common", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "protobuf-c": [{"name": "protobuf-c", "version": "1.3.3", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-gssapi": [{"name": "cyrus-sasl-gssapi", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5-common": [{"name": "sssd-krb5-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5": [{"name": "sssd-krb5", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ldap": [{"name": "sssd-ldap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adcli": [{"name": "adcli", "version": "0.9.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuv": [{"name": "libuv", "version": "1.42.0", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "fstrm": [{"name": "fstrm", "version": "0.6.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bind-license": [{"name": "bind-license", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "noarch", "source": "rpm"}], "bind-libs": [{"name": "bind-libs", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "bind-utils": [{"name": "bind-utils", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "sssd-proxy": [{"name": "sssd-proxy", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libipa_hbac": [{"name": "libipa_hbac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libicu": [{"name": "libicu", "version": "67.1", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libwbclient": [{"name": "libwbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-common-libs": [{"name": "samba-common-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-client-libs": [{"name": "samba-client-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-common-pac": [{"name": "sssd-common-pac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ipa": [{"name": "sssd-ipa", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmbclient": [{"name": "libsmbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-ad": [{"name": "sssd-ad", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd": [{"name": "sssd", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tlog": [{"name": "tlog", "version": "14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}]}}, "invocation": {"module_args": {"manager": ["auto"], "strategy": "first"}}} # 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.common.respawn # destroy ansible.module_utils.common.respawn # 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 ansible.module_utils.facts.packages # destroy ansible.module_utils.facts.packages # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm <<< 7519 1726888132.38678: stdout chunk (state=3): >>># 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 <<< 7519 1726888132.38684: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 7519 1726888132.39228: stdout chunk (state=3): >>># destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction <<< 7519 1726888132.39234: stdout chunk (state=3): >>># 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 rpm.transaction # destroy rpm # cleanup[3] wiping rpm._rpm # 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 rpm._rpm # 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<<< 7519 1726888132.39238: stdout chunk (state=3): >>># destroy shlex <<< 7519 1726888132.39241: stdout chunk (state=3): >>># destroy datetime # destroy base64 <<< 7519 1726888132.39244: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass <<< 7519 1726888132.39246: stdout chunk (state=3): >>># destroy json <<< 7519 1726888132.39249: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 7519 1726888132.39252: stdout chunk (state=3): >>># destroy glob <<< 7519 1726888132.39255: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy rpm.transaction # destroy rpm <<< 7519 1726888132.39257: stdout chunk (state=3): >>># cleanup[3] wiping rpm._rpm # cleanup[3] wiping termios # cleanup[3] wiping _ssl # cleanup[3] wiping configparser <<< 7519 1726888132.39260: stdout chunk (state=3): >>># cleanup[3] wiping _multiprocessing # cleanup[3] wiping _queue # cleanup[3] wiping _pickle # cleanup[3] wiping selinux._selinux <<< 7519 1726888132.39263: 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 # 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 <<< 7519 1726888132.39266: 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 # destroy fnmatch <<< 7519 1726888132.39268: stdout chunk (state=3): >>># cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading <<< 7519 1726888132.39271: stdout chunk (state=3): >>> # 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<<< 7519 1726888132.39665: stdout chunk (state=3): >>># 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 <<< 7519 1726888132.39669: stdout chunk (state=3): >>># 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 <<< 7519 1726888132.39728: 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 <<< 7519 1726888132.39730: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.response <<< 7519 1726888132.39733: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator <<< 7519 1726888132.39735: 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 # 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 <<< 7519 1726888132.39737: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io <<< 7519 1726888132.39738: stdout chunk (state=3): >>># destroy marshal <<< 7519 1726888132.39851: stdout chunk (state=3): >>> # cleanup[3] wiping builtins # destroy rpm._rpm # 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<<< 7519 1726888132.39858: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy rpm._rpm # 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 <<< 7519 1726888132.39861: stdout chunk (state=3): >>> # 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 <<< 7519 1726888132.39863: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 7519 1726888132.39865: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7519 1726888132.39867: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7519 1726888132.39869: stdout chunk (state=3): >>># destroy tokenize # destroy _heapq<<< 7519 1726888132.39870: stdout chunk (state=3): >>> <<< 7519 1726888132.39872: stdout chunk (state=3): >>># destroy posixpath # destroy stat <<< 7519 1726888132.39874: stdout chunk (state=3): >>># 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 <<< 7519 1726888132.39876: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888132.39878: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888132.39880: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888132.39881: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888132.39883: stdout chunk (state=3): >>><<< 7519 1726888132.39885: stderr chunk (state=3): >>><<< 7519 1726888132.40184: stderr chunk (state=3): >>><<< 7519 1726888132.40187: stdout chunk (state=3): >>><<< 7519 1726888132.40191: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888132.40193: stderr chunk (state=3): >>><<< 7519 1726888132.40196: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525f2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52855880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525c8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525f2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52592eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52596f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5258c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52594640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52592370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52477e20>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477910>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248b0d0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256ed90>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52568670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5257a6d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5259ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5248bcd0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256e2b0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5257a2e0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248beb0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248bdf0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248bd60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5245e3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5245e4c0>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52493f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248da90>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248d490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52394220>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5244a520>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248df10>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523a5b50>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e523a5e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5cd0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5234f400>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523a5f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5235f2e0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5610>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5235f3a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248ba30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b9d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b7c0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237b8b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5237bd00>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52387250>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b940>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5236ea90>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248b610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237baf0>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e522ae6d0>\r\n# zipimport: found 105 names in \'/tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52130820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521c0730>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0610>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0160>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521c03a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521987f0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52198b80>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521989d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51b88520>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521b9d60>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c04f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521b91c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521e9b20>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c160>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c760>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51b8ed30>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5218c670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52210d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51be6a00>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221ae80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf40a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221aeb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e522211c0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf40d0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e521d92b0>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5221aaf0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5221aac0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52210ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf10d0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51be7310>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf1cd0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e51bf1670>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf2100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52158910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5215f9a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51783640>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5219f7f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521dc460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e52151f40>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5215f1f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52161bb0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52229070>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521522e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e514fff70>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5178b910>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5178b820>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51507190>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e514ff5e0>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e517479a0>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747d90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5173a100>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51505bb0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5173ad90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5176ba60>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51610040>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747fd0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de250>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de790>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e517a4940>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de9d0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e5214e460>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5214ef10>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'rpm._rpm\' loaded from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'rpm._rpm\' executed from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'rpm._rpm\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e513c3100>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513c3c40>\r\nimport \'rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e515057f0>\r\n\r\n{"ansible_facts": {"packages": {"libgcc": [{"name": "libgcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "linux-firmware-whence": [{"name": "linux-firmware-whence", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "tzdata": [{"name": "tzdata", "version": "2024a", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "subscription-manager-rhsm-certificates": [{"name": "subscription-manager-rhsm-certificates", "version": "20220623", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "linux-firmware": [{"name": "linux-firmware", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gawk-all-langpacks": [{"name": "gawk-all-langpacks", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools-wheel": [{"name": "python3-setuptools-wheel", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "publicsuffix-list-dafsa": [{"name": "publicsuffix-list-dafsa", "version": "20210518", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "pcre2-syntax": [{"name": "pcre2-syntax", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ncurses-base": [{"name": "ncurses-base", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libssh-config": [{"name": "libssh-config", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libreport-filesystem": [{"name": "libreport-filesystem", "version": "2.15.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-data": [{"name": "dnf-data", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-misc": [{"name": "kbd-misc", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-legacy": [{"name": "kbd-legacy", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "hwdata": [{"name": "hwdata", "version": "0.348", "release": "9.15.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "fonts-filesystem": [{"name": "fonts-filesystem", "version": "2.0.5", "release": "7.el9.1", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dejavu-sans-fonts": [{"name": "dejavu-sans-fonts", "version": "2.37", "release": "18.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-core-font-en": [{"name": "langpacks-core-font-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld-filesystem": [{"name": "firewalld-filesystem", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "coreutils-common": [{"name": "coreutils-common", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-gpg-keys": [{"name": "centos-gpg-keys", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-repos": [{"name": "centos-stream-repos", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-release": [{"name": "centos-stream-release", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setup": [{"name": "setup", "version": "2.13.7", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "filesystem": [{"name": "filesystem", "version": "3.16", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "basesystem": [{"name": "basesystem", "version": "11", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "glibc-gconv-extra": [{"name": "glibc-gconv-extra", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-langpack-en": [{"name": "glibc-langpack-en", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-common": [{"name": "glibc-common", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc": [{"name": "glibc", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses-libs": [{"name": "ncurses-libs", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bash": [{"name": "bash", "version": "5.1.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib": [{"name": "zlib", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-libs": [{"name": "xz-libs", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd": [{"name": "libzstd", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap": [{"name": "libcap", "version": "2.48", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "popt": [{"name": "popt", "version": "1.18", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bzip2-libs": [{"name": "bzip2-libs", "version": "1.0.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt": [{"name": "libxcrypt", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuuid": [{"name": "libuuid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sqlite-libs": [{"name": "sqlite-libs", "version": "3.34.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcom_err": [{"name": "libcom_err", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libstdc++": [{"name": "libstdc++", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmnl": [{"name": "libmnl", "version": "1.0.4", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf": [{"name": "elfutils-libelf", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxml2": [{"name": "libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies": [{"name": "crypto-policies", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "readline": [{"name": "readline", "version": "8.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng": [{"name": "libcap-ng", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit-libs": [{"name": "audit-libs", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "alternatives": [{"name": "alternatives", "version": "1.24", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libunistring": [{"name": "libunistring", "version": "0.9.10", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lua-libs": [{"name": "lua-libs", "version": "5.4.4", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libffi": [{"name": "libffi", "version": "3.4.2", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgpg-error": [{"name": "libgpg-error", "version": "1.42", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsepol": [{"name": "libsepol", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtalloc": [{"name": "libtalloc", "version": "2.4.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libidn2": [{"name": "libidn2", "version": "2.3.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gmp": [{"name": "gmp", "version": "6.2.0", "release": "13.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "json-c": [{"name": "json-c", "version": "0.14", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils-libs": [{"name": "keyutils-libs", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libattr": [{"name": "libattr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libacl": [{"name": "libacl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3": [{"name": "libnl3", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmartcols": [{"name": "libsmartcols", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lz4-libs": [{"name": "lz4-libs", "version": "1.9.3", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre2": [{"name": "pcre2", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux": [{"name": "libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sed": [{"name": "sed", "version": "4.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsemanage": [{"name": "libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shadow-utils": [{"name": "shadow-utils", "version": "4.9", "release": "9.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "findutils": [{"name": "findutils", "version": "4.8.0", "release": "7.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libtevent": [{"name": "libtevent", "version": "0.16.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgcrypt": [{"name": "libgcrypt", "version": "1.10.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file-libs": [{"name": "file-libs", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libedit": [{"name": "libedit", "version": "3.1", "release": "38.20210216cvs.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "psmisc": [{"name": "psmisc", "version": "23.4", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dmidecode": [{"name": "dmidecode", "version": "3.6", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "expat": [{"name": "expat", "version": "2.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdbm-libs": [{"name": "gdbm-libs", "version": "1.23", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "jansson": [{"name": "jansson", "version": "2.14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtasn1": [{"name": "libtasn1", "version": "4.16.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit": [{"name": "p11-kit", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtdb": [{"name": "libtdb", "version": "1.4.10", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "which": [{"name": "which", "version": "2.21", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit-trust": [{"name": "p11-kit-trust", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file": [{"name": "file", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux-utils": [{"name": "libselinux-utils", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libassuan": [{"name": "libassuan", "version": "2.5.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbpf": [{"name": "libbpf", "version": "1.4.0", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "libnftnl": [{"name": "libnftnl", "version": "1.2.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "fuse-libs": [{"name": "fuse-libs", "version": "2.9.9", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbasicobjects": [{"name": "libbasicobjects", "version": "0.1.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcollection": [{"name": "libcollection", "version": "0.7.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdb": [{"name": "libdb", "version": "5.3.28", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute": [{"name": "iproute", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdhash": [{"name": "libdhash", "version": "0.5.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgomp": [{"name": "libgomp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libref_array": [{"name": "libref_array", "version": "0.1.5", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libseccomp": [{"name": "libseccomp", "version": "2.5.2", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsigsegv": [{"name": "libsigsegv", "version": "2.13", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_idmap": [{"name": "libsss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lzo": [{"name": "lzo", "version": "2.10", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "numactl-libs": [{"name": "numactl-libs", "version": "2.0.16", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre": [{"name": "pcre", "version": "8.44", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grep": [{"name": "grep", "version": "3.6", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-libs": [{"name": "openssl-libs", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "coreutils": [{"name": "coreutils", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ca-certificates": [{"name": "ca-certificates", "version": "2024.2.69_v8.0.303", "release": "91.4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "systemd-libs": [{"name": "systemd-libs", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libblkid": [{"name": "libblkid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-libs": [{"name": "dbus-libs", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmount": [{"name": "libmount", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux-core": [{"name": "util-linux-core", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfdisk": [{"name": "libfdisk", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gzip": [{"name": "gzip", "version": "1.12", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod": [{"name": "kmod", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod-libs": [{"name": "kmod-libs", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib": [{"name": "cracklib", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib-dicts": [{"name": "cracklib-dicts", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-tools": [{"name": "dbus-tools", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "procps-ng": [{"name": "procps-ng", "version": "3.3.17", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl": [{"name": "openssl", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libarchive": [{"name": "libarchive", "version": "3.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libevent": [{"name": "libevent", "version": "2.1.12", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_certmap": [{"name": "libsss_certmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz": [{"name": "xz", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "squashfs-tools": [{"name": "squashfs-tools", "version": "4.4", "release": "10.git1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcomps": [{"name": "libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libutempter": [{"name": "libutempter", "version": "1.2.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3-cli": [{"name": "libnl3-cli", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libteam": [{"name": "libteam", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "acl": [{"name": "acl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext-libs": [{"name": "gettext-libs", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext": [{"name": "gettext", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "attr": [{"name": "attr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils": [{"name": "keyutils", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mpfr": [{"name": "mpfr", "version": "4.1.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gawk": [{"name": "gawk", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpsl": [{"name": "libpsl", "version": "0.21.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libksba": [{"name": "libksba", "version": "1.5.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ethtool": [{"name": "ethtool", "version": "6.2", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "ipset-libs": [{"name": "ipset-libs", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ipset": [{"name": "ipset", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "groff-base": [{"name": "groff-base", "version": "1.22.4", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "snappy": [{"name": "snappy", "version": "1.1.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs-libs": [{"name": "e2fsprogs-libs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libss": [{"name": "libss", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-compat": [{"name": "libxcrypt-compat", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pip-wheel": [{"name": "python3-pip-wheel", "version": "21.3.1", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python-unversioned-command": [{"name": "python-unversioned-command", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3": [{"name": "python3", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libs": [{"name": "python3-libs", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools": [{"name": "python3-setuptools", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-six": [{"name": "python3-six", "version": "1.15.0", "release": "9.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dateutil": [{"name": "python3-dateutil", "version": "2.8.1", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "python3-iniparse": [{"name": "python3-iniparse", "version": "0.4", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-idna": [{"name": "python3-idna", "version": "2.10", "release": "7.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libselinux": [{"name": "python3-libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libsemanage": [{"name": "python3-libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-inotify": [{"name": "python3-inotify", "version": "0.9.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-setools": [{"name": "python3-setools", "version": "4.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-distro": [{"name": "python3-distro", "version": "1.5.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libcomps": [{"name": "python3-libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-chardet": [{"name": "python3-chardet", "version": "4.0.0", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-decorator": [{"name": "python3-decorator", "version": "4.4.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pysocks": [{"name": "python3-pysocks", "version": "1.7.1", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-urllib3": [{"name": "python3-urllib3", "version": "1.26.5", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-requests": [{"name": "python3-requests", "version": "2.25.1", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-cloud-what": [{"name": "python3-cloud-what", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-systemd": [{"name": "python3-systemd", "version": "234", "release": "19.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng-python3": [{"name": "libcap-ng-python3", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-audit": [{"name": "python3-audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pigz": [{"name": "pigz", "version": "2.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "hostname": [{"name": "hostname", "version": "3.23", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools-libs": [{"name": "kernel-tools-libs", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "less": [{"name": "less", "version": "590", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-rpm-macros": [{"name": "systemd-rpm-macros", "version": "252", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "c-ares": [{"name": "c-ares", "version": "1.19.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpio": [{"name": "cpio", "version": "2.13", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "diffutils": [{"name": "diffutils", "version": "3.7", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "inih": [{"name": "inih", "version": "49", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbrotli": [{"name": "libbrotli", "version": "1.0.9", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcbor": [{"name": "libcbor", "version": "0.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdaemon": [{"name": "libdaemon", "version": "0.14", "release": "23.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "teamd": [{"name": "teamd", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libeconf": [{"name": "libeconf", "version": "0.4.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpwquality": [{"name": "libpwquality", "version": "1.4.4", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pam": [{"name": "pam", "version": "1.5.1", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux": [{"name": "util-linux", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-common": [{"name": "grub2-common", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "openssh": [{"name": "openssh", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-pc-modules": [{"name": "grub2-pc-modules", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "virt-what": [{"name": "virt-what", "version": "1.25", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kbd": [{"name": "kbd", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libndp": [{"name": "libndp", "version": "1.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfnetlink": [{"name": "libnfnetlink", "version": "1.0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnetfilter_conntrack": [{"name": "libnetfilter_conntrack", "version": "1.0.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-libs": [{"name": "iptables-libs", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-nft": [{"name": "iptables-nft", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nftables": [{"name": "nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-nftables": [{"name": "python3-nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libnghttp2": [{"name": "libnghttp2", "version": "1.43.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpath_utils": [{"name": "libpath_utils", "version": "0.2.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libini_config": [{"name": "libini_config", "version": "1.3.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpipeline": [{"name": "libpipeline", "version": "1.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_nss_idmap": [{"name": "libsss_nss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_sudo": [{"name": "libsss_sudo", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto": [{"name": "libverto", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "krb5-libs": [{"name": "krb5-libs", "version": "1.21.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-lib": [{"name": "cyrus-sasl-lib", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openldap": [{"name": "openldap", "version": "2.6.6", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libssh": [{"name": "libssh", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcurl": [{"name": "libcurl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tpm2-tss": [{"name": "tpm2-tss", "version": "3.2.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ima-evm-utils": [{"name": "ima-evm-utils", "version": "1.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "curl": [{"name": "curl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm": [{"name": "rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-libs": [{"name": "rpm-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "policycoreutils": [{"name": "policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "selinux-policy": [{"name": "selinux-policy", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "selinux-policy-targeted": [{"name": "selinux-policy-targeted", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dbus": [{"name": "dbus", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "systemd-pam": [{"name": "systemd-pam", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd": [{"name": "systemd", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-common": [{"name": "dbus-common", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dbus-broker": [{"name": "dbus-broker", "version": "28", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie-anacron": [{"name": "cronie-anacron", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie": [{"name": "cronie", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crontabs": [{"name": "crontabs", "version": "1.11", "release": "26.20190603git.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libsolv": [{"name": "libsolv", "version": "0.7.24", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-libs": [{"name": "authselect-libs", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "device-mapper-libs": [{"name": "device-mapper-libs", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "device-mapper": [{"name": "device-mapper", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "grub2-tools-minimal": [{"name": "grub2-tools-minimal", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "cryptsetup-libs": [{"name": "cryptsetup-libs", "version": "2.7.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-udev": [{"name": "systemd-udev", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfido2": [{"name": "libfido2", "version": "1.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "os-prober": [{"name": "os-prober", "version": "1.77", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kpartx": [{"name": "kpartx", "version": "0.8.7", "release": "32.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-default-yama-scope": [{"name": "elfutils-default-yama-scope", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "elfutils-libs": [{"name": "elfutils-libs", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-debuginfod-client": [{"name": "elfutils-debuginfod-client", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils-gold": [{"name": "binutils-gold", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils": [{"name": "binutils", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-build-libs": [{"name": "rpm-build-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "initscripts-service": [{"name": "initscripts-service", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iputils": [{"name": "iputils", "version": "20210202", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi": [{"name": "libkcapi", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi-hmaccalc": [{"name": "libkcapi-hmaccalc", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut": [{"name": "dracut", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules-core": [{"name": "kernel-modules-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-core": [{"name": "kernel-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-tools": [{"name": "grub2-tools", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "grubby": [{"name": "grubby", "version": "8.40", "release": "63.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules": [{"name": "kernel-modules", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-squash": [{"name": "dracut-squash", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "logrotate": [{"name": "logrotate", "version": "3.18.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob": [{"name": "oddjob", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob-mkhomedir": [{"name": "oddjob-mkhomedir", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect": [{"name": "authselect", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-systemd-inhibit": [{"name": "rpm-plugin-systemd-inhibit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-client": [{"name": "sssd-client", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libyaml": [{"name": "libyaml", "version": "0.2.5", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lmdb-libs": [{"name": "lmdb-libs", "version": "0.9.29", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libldb": [{"name": "libldb", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-common": [{"name": "sssd-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nettle": [{"name": "nettle", "version": "3.9.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnutls": [{"name": "gnutls", "version": "3.8.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib2": [{"name": "glib2", "version": "2.68.4", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dbus": [{"name": "python3-dbus", "version": "1.2.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-libnm": [{"name": "NetworkManager-libnm", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "NetworkManager": [{"name": "NetworkManager", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmodulemd": [{"name": "libmodulemd", "version": "2.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuser": [{"name": "libuser", "version": "0.63", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "passwd": [{"name": "passwd", "version": "0.80", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "usermode": [{"name": "usermode", "version": "1.114", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gobject-introspection": [{"name": "gobject-introspection", "version": "1.68.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gobject-base-noarch": [{"name": "python3-gobject-base-noarch", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-gobject-base": [{"name": "python3-gobject-base", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-firewall": [{"name": "python3-firewall", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "npth": [{"name": "npth", "version": "1.6", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnupg2": [{"name": "gnupg2", "version": "2.3.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpgme": [{"name": "gpgme", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "librepo": [{"name": "librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf": [{"name": "libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libdnf": [{"name": "python3-libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-hawkey": [{"name": "python3-hawkey", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf-plugin-subscription-manager": [{"name": "libdnf-plugin-subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-librepo": [{"name": "python3-librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gpg": [{"name": "python3-gpg", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-sign-libs": [{"name": "rpm-sign-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-rpm": [{"name": "python3-rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dnf": [{"name": "python3-dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dnf-plugins-core": [{"name": "python3-dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf": [{"name": "dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-subscription-manager-rhsm": [{"name": "python3-subscription-manager-rhsm", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "subscription-manager": [{"name": "subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oniguruma": [{"name": "oniguruma", "version": "6.9.6", "release": "1.el9.6", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jq": [{"name": "jq", "version": "1.6", "release": "17.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-network": [{"name": "dracut-network", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pciutils-libs": [{"name": "pciutils-libs", "version": "3.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sg3_utils-libs": [{"name": "sg3_utils-libs", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "slang": [{"name": "slang", "version": "2.3.2", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "newt": [{"name": "newt", "version": "0.52.21", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "userspace-rcu": [{"name": "userspace-rcu", "version": "0.12.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "checkpolicy": [{"name": "checkpolicy", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-policycoreutils": [{"name": "python3-policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "policycoreutils-python-utils": [{"name": "policycoreutils-python-utils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libestr": [{"name": "libestr", "version": "0.1.11", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfastjson": [{"name": "libfastjson", "version": "0.99.9", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog-logrotate": [{"name": "rsyslog-logrotate", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog": [{"name": "rsyslog", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "liburing": [{"name": "liburing", "version": "2.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "langpacks-core-en": [{"name": "langpacks-core-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-en": [{"name": "langpacks-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "qemu-guest-agent": [{"name": "qemu-guest-agent", "version": "9.0.0", "release": "10.el9", "epoch": 17, "arch": "x86_64", "source": "rpm"}], "rhc": [{"name": "rhc", "version": "0.2.4", "release": "5.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "xfsprogs": [{"name": "xfsprogs", "version": "6.4.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-tui": [{"name": "NetworkManager-tui", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "sg3_utils": [{"name": "sg3_utils", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools": [{"name": "kernel-tools", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kexec-tools": [{"name": "kexec-tools", "version": "2.0.27", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum": [{"name": "yum", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-plugins-core": [{"name": "dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld": [{"name": "firewalld", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "NetworkManager-team": [{"name": "NetworkManager-team", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "initscripts-rename-device": [{"name": "initscripts-rename-device", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "irqbalance": [{"name": "irqbalance", "version": "1.9.4", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "chrony": [{"name": "chrony", "version": "4.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-kcm": [{"name": "sssd-kcm", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-compat": [{"name": "authselect-compat", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel": [{"name": "kernel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies-scripts": [{"name": "crypto-policies-scripts", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "grub2-pc": [{"name": "grub2-pc", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "dracut-config-rescue": [{"name": "dracut-config-rescue", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit": [{"name": "audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssh-clients": [{"name": "openssh-clients", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "parted": [{"name": "parted", "version": "3.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "microcode_ctl": [{"name": "microcode_ctl", "version": "20240531", "release": "1.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "openssh-server": [{"name": "openssh-server", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-selinux": [{"name": "rpm-plugin-selinux", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-audit": [{"name": "rpm-plugin-audit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sudo": [{"name": "sudo", "version": "1.9.5p2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "man-db": [{"name": "man-db", "version": "2.9.3", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute-tc": [{"name": "iproute-tc", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs": [{"name": "e2fsprogs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "prefixdevname": [{"name": "prefixdevname", "version": "0.1.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-minimal": [{"name": "vim-minimal", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "lshw": [{"name": "lshw", "version": "B.02.19.2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses": [{"name": "ncurses", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsysfs": [{"name": "libsysfs", "version": "2.1.1", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lsscsi": [{"name": "lsscsi", "version": "0.32", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iwl100-firmware": [{"name": "iwl100-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl1000-firmware": [{"name": "iwl1000-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl105-firmware": [{"name": "iwl105-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl135-firmware": [{"name": "iwl135-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2000-firmware": [{"name": "iwl2000-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2030-firmware": [{"name": "iwl2030-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl3160-firmware": [{"name": "iwl3160-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl5000-firmware": [{"name": "iwl5000-firmware", "version": "8.83.5.1_1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl5150-firmware": [{"name": "iwl5150-firmware", "version": "8.24.2.2", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6000g2a-firmware": [{"name": "iwl6000g2a-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6050-firmware": [{"name": "iwl6050-firmware", "version": "41.28.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl7260-firmware": [{"name": "iwl7260-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "rootfiles": [{"name": "rootfiles", "version": "8.1", "release": "31.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gpg-pubkey": [{"name": "gpg-pubkey", "version": "3228467c", "release": "613798eb", "epoch": null, "arch": null, "source": "rpm"}, {"name": "gpg-pubkey", "version": "8483c65d", "release": "5ccc5b19", "epoch": null, "arch": null, "source": "rpm"}], "epel-release": [{"name": "epel-release", "version": "9", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "nspr": [{"name": "nspr", "version": "4.35.0", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-system": [{"name": "boost-system", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-util": [{"name": "nss-util", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "make": [{"name": "make", "version": "4.3", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "m4": [{"name": "m4", "version": "1.4.19", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmpc": [{"name": "libmpc", "version": "1.2.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "unzip": [{"name": "unzip", "version": "6.0", "release": "57.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "avahi-libs": [{"name": "avahi-libs", "version": "0.8", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zip": [{"name": "zip", "version": "3.0", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpp": [{"name": "cpp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bison": [{"name": "bison", "version": "3.7.4", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "flex": [{"name": "flex", "version": "2.6.4", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn-freebl": [{"name": "nss-softokn-freebl", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn": [{"name": "nss-softokn", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss": [{"name": "nss", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-sysinit": [{"name": "nss-sysinit", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-filesystem": [{"name": "boost-filesystem", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-thread": [{"name": "boost-thread", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Digest": [{"name": "perl-Digest", "version": "1.19", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Digest-MD5": [{"name": "perl-Digest-MD5", "version": "2.58", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-B": [{"name": "perl-B", "version": "1.80", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-FileHandle": [{"name": "perl-FileHandle", "version": "2.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Data-Dumper": [{"name": "perl-Data-Dumper", "version": "2.174", "release": "462.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-libnet": [{"name": "perl-libnet", "version": "3.13", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-base": [{"name": "perl-base", "version": "2.27", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-URI": [{"name": "perl-URI", "version": "5.09", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-AutoLoader": [{"name": "perl-AutoLoader", "version": "5.74", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Mozilla-CA": [{"name": "perl-Mozilla-CA", "version": "20200520", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-if": [{"name": "perl-if", "version": "0.60.800", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-IP": [{"name": "perl-IO-Socket-IP", "version": "0.41", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Time-Local": [{"name": "perl-Time-Local", "version": "1.300", "release": "7.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "perl-File-Path": [{"name": "perl-File-Path", "version": "2.18", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Escapes": [{"name": "perl-Pod-Escapes", "version": "1.07", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Text-Tabs+Wrap": [{"name": "perl-Text-Tabs+Wrap", "version": "2013.0523", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-SSL": [{"name": "perl-IO-Socket-SSL", "version": "2.073", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Net-SSLeay": [{"name": "perl-Net-SSLeay", "version": "1.94", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Class-Struct": [{"name": "perl-Class-Struct", "version": "0.66", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-POSIX": [{"name": "perl-POSIX", "version": "1.94", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Term-ANSIColor": [{"name": "perl-Term-ANSIColor", "version": "5.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IPC-Open3": [{"name": "perl-IPC-Open3", "version": "1.21", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-subs": [{"name": "perl-subs", "version": "1.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-Temp": [{"name": "perl-File-Temp", "version": "0.231.100", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Term-Cap": [{"name": "perl-Term-Cap", "version": "1.17", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Simple": [{"name": "perl-Pod-Simple", "version": "3.42", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-HTTP-Tiny": [{"name": "perl-HTTP-Tiny", "version": "0.076", "release": "462.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Socket": [{"name": "perl-Socket", "version": "2.031", "release": "4.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-SelectSaver": [{"name": "perl-SelectSaver", "version": "1.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Symbol": [{"name": "perl-Symbol", "version": "1.08", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-stat": [{"name": "perl-File-stat", "version": "1.09", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-podlators": [{"name": "perl-podlators", "version": "4.14", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Pod-Perldoc": [{"name": "perl-Pod-Perldoc", "version": "3.28.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Fcntl": [{"name": "perl-Fcntl", "version": "1.13", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Text-ParseWords": [{"name": "perl-Text-ParseWords", "version": "3.30", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-mro": [{"name": "perl-mro", "version": "1.23", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-IO": [{"name": "perl-IO", "version": "1.43", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-overloading": [{"name": "perl-overloading", "version": "0.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Pod-Usage": [{"name": "perl-Pod-Usage", "version": "2.01", "release": "4.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "perl-Errno": [{"name": "perl-Errno", "version": "1.30", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Basename": [{"name": "perl-File-Basename", "version": "2.85", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Std": [{"name": "perl-Getopt-Std", "version": "1.12", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-MIME-Base64": [{"name": "perl-MIME-Base64", "version": "3.16", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Scalar-List-Utils": [{"name": "perl-Scalar-List-Utils", "version": "1.56", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-constant": [{"name": "perl-constant", "version": "1.33", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Storable": [{"name": "perl-Storable", "version": "3.21", "release": "460.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "perl-overload": [{"name": "perl-overload", "version": "1.31", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-parent": [{"name": "perl-parent", "version": "0.238", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-vars": [{"name": "perl-vars", "version": "1.05", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Long": [{"name": "perl-Getopt-Long", "version": "2.52", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Carp": [{"name": "perl-Carp", "version": "1.50", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Exporter": [{"name": "perl-Exporter", "version": "5.74", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-NDBM_File": [{"name": "perl-NDBM_File", "version": "1.15", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-PathTools": [{"name": "perl-PathTools", "version": "3.78", "release": "461.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Encode": [{"name": "perl-Encode", "version": "3.08", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-libs": [{"name": "perl-libs", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-interpreter": [{"name": "perl-interpreter", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "aspell": [{"name": "aspell", "version": "0.60.8", "release": "8.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "tbb": [{"name": "tbb", "version": "2020.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dyninst": [{"name": "dyninst", "version": "12.1.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-runtime": [{"name": "systemtap-runtime", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-headers": [{"name": "kernel-headers", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-headers": [{"name": "glibc-headers", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "strace": [{"name": "strace", "version": "5.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-m4": [{"name": "pkgconf-m4", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libpkgconf": [{"name": "libpkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf": [{"name": "pkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-pkg-config": [{"name": "pkgconf-pkg-config", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd-devel": [{"name": "libzstd-devel", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib-devel": [{"name": "zlib-devel", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf-devel": [{"name": "elfutils-libelf-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-devel": [{"name": "glibc-devel", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-devel": [{"name": "libxcrypt-devel", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gcc": [{"name": "gcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-devel": [{"name": "openssl-devel", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "kernel-devel": [{"name": "kernel-devel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-devel": [{"name": "xz-devel", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-devel": [{"name": "elfutils-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-devel": [{"name": "systemtap-devel", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "efivar-libs": [{"name": "efivar-libs", "version": "38", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mokutil": [{"name": "mokutil", "version": "0.6.0", "release": "4.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "systemtap-client": [{"name": "systemtap-client", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap": [{"name": "systemtap", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "qa-tools": [{"name": "qa-tools", "version": "4.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libtirpc": [{"name": "libtirpc", "version": "1.3.3", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "git-core": [{"name": "git-core", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfsidmap": [{"name": "libnfsidmap", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "git-core-doc": [{"name": "git-core-doc", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "rpcbind": [{"name": "rpcbind", "version": "1.2.6", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "wget": [{"name": "wget", "version": "1.21.1", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-lib": [{"name": "perl-lib", "version": "0.65", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Find": [{"name": "perl-File-Find", "version": "1.37", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Error": [{"name": "perl-Error", "version": "0.17029", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-DynaLoader": [{"name": "perl-DynaLoader", "version": "1.47", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-TermReadKey": [{"name": "perl-TermReadKey", "version": "2.38", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxslt": [{"name": "libxslt", "version": "1.1.34", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-lxml": [{"name": "python3-lxml", "version": "4.6.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpm-libs": [{"name": "gpm-libs", "version": "1.20.7", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "emacs-filesystem": [{"name": "emacs-filesystem", "version": "27.2", "release": "10.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Git": [{"name": "perl-Git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "git": [{"name": "git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum-utils": [{"name": "yum-utils", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "vim-filesystem": [{"name": "vim-filesystem", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "vim-common": [{"name": "vim-common", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "time": [{"name": "time", "version": "1.9", "release": "18.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tar": [{"name": "tar", "version": "1.34", "release": "7.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "quota-nls": [{"name": "quota-nls", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "quota": [{"name": "quota", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-pyyaml": [{"name": "python3-pyyaml", "version": "5.4.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libev": [{"name": "libev", "version": "4.33", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto-libev": [{"name": "libverto-libev", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gssproxy": [{"name": "gssproxy", "version": "0.8.4", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nfs-utils": [{"name": "nfs-utils", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "bc": [{"name": "bc", "version": "1.07.1", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "beakerlib-redhat": [{"name": "beakerlib-redhat", "version": "1", "release": "35.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "beakerlib": [{"name": "beakerlib", "version": "1.29.3", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "restraint": [{"name": "restraint", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "restraint-rhts": [{"name": "restraint-rhts", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-enhanced": [{"name": "vim-enhanced", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "sssd-nfs-idmap": [{"name": "sssd-nfs-idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsync": [{"name": "rsync", "version": "3.2.3", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pytz": [{"name": "python3-pytz", "version": "2021.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-babel": [{"name": "python3-babel", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyserial": [{"name": "python3-pyserial", "version": "3.4", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyrsistent": [{"name": "python3-pyrsistent", "version": "0.17.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-prettytable": [{"name": "python3-prettytable", "version": "0.7.2", "release": "27.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-oauthlib": [{"name": "python3-oauthlib", "version": "3.1.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-netifaces": [{"name": "python3-netifaces", "version": "0.10.6", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-markupsafe": [{"name": "python3-markupsafe", "version": "1.1.1", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-jinja2": [{"name": "python3-jinja2", "version": "2.11.3", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpointer": [{"name": "python3-jsonpointer", "version": "2.0", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpatch": [{"name": "python3-jsonpatch", "version": "1.21", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-configobj": [{"name": "python3-configobj", "version": "5.0.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-attrs": [{"name": "python3-attrs", "version": "20.3.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonschema": [{"name": "python3-jsonschema", "version": "3.2.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libmaxminddb": [{"name": "libmaxminddb", "version": "1.5.2", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "geolite2-country": [{"name": "geolite2-country", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "geolite2-city": [{"name": "geolite2-city", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ipcalc": [{"name": "ipcalc", "version": "1.0.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdisk": [{"name": "gdisk", "version": "1.0.7", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dhcp-common": [{"name": "dhcp-common", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "noarch", "source": "rpm"}], "dhcp-client": [{"name": "dhcp-client", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "cloud-init": [{"name": "cloud-init", "version": "23.4", "release": "19.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cloud-utils-growpart": [{"name": "cloud-utils-growpart", "version": "0.33", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jitterentropy": [{"name": "jitterentropy", "version": "3.5.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rng-tools": [{"name": "rng-tools", "version": "6.16", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "samba-common": [{"name": "samba-common", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "protobuf-c": [{"name": "protobuf-c", "version": "1.3.3", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-gssapi": [{"name": "cyrus-sasl-gssapi", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5-common": [{"name": "sssd-krb5-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5": [{"name": "sssd-krb5", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ldap": [{"name": "sssd-ldap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adcli": [{"name": "adcli", "version": "0.9.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuv": [{"name": "libuv", "version": "1.42.0", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "fstrm": [{"name": "fstrm", "version": "0.6.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bind-license": [{"name": "bind-license", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "noarch", "source": "rpm"}], "bind-libs": [{"name": "bind-libs", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "bind-utils": [{"name": "bind-utils", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "sssd-proxy": [{"name": "sssd-proxy", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libipa_hbac": [{"name": "libipa_hbac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libicu": [{"name": "libicu", "version": "67.1", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libwbclient": [{"name": "libwbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-common-libs": [{"name": "samba-common-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-client-libs": [{"name": "samba-client-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-common-pac": [{"name": "sssd-common-pac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ipa": [{"name": "sssd-ipa", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmbclient": [{"name": "libsmbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-ad": [{"name": "sssd-ad", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd": [{"name": "sssd", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tlog": [{"name": "tlog", "version": "14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "polkit-libs": [{"name": "polkit-libs", "version": "0.117", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "polkit": [{"name": "polkit", "version": "0.117", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "polkit-pkla-compat": [{"name": "polkit-pkla-compat", "version": "0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "json-glib": [{"name": "json-glib", "version": "1.6.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shared-mime-info": [{"name": "shared-mime-info", "version": "2.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libproxy": [{"name": "libproxy", "version": "0.4.15", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tracer-common": [{"name": "tracer-common", "version": "1.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "sscg": [{"name": "sscg", "version": "3.0.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-psutil": [{"name": "python3-psutil", "version": "5.8.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-tracer": [{"name": "python3-tracer", "version": "1.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-file-magic": [{"name": "python3-file-magic", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dasbus": [{"name": "python3-dasbus", "version": "1.4", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libstemmer": [{"name": "libstemmer", "version": "0", "release": "18.585svn.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libjpeg-turbo": [{"name": "libjpeg-turbo", "version": "2.0.90", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-logos": [{"name": "centos-logos", "version": "90.8", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "abattis-cantarell-fonts": [{"name": "abattis-cantarell-fonts", "version": "0.301", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "PackageKit-glib": [{"name": "PackageKit-glib", "version": "1.2.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-ptyprocess": [{"name": "python3-ptyprocess", "version": "0.6.0", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pexpect": [{"name": "python3-pexpect", "version": "4.8.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "sos": [{"name": "sos", "version": "4.7.2", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libxml2": [{"name": "python3-libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "setroubleshoot-plugins": [{"name": "setroubleshoot-plugins", "version": "3.3.14", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setroubleshoot-server": [{"name": "setroubleshoot-server", "version": "3.3.32", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpng": [{"name": "libpng", "version": "1.6.37", "release": "12.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "gdk-pixbuf2": [{"name": "gdk-pixbuf2", "version": "2.42.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libatomic": [{"name": "libatomic", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "webkit2gtk3-jsc": [{"name": "webkit2gtk3-jsc", "version": "2.44.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libproxy-webkitgtk4": [{"name": "libproxy-webkitgtk4", "version": "0.4.15", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adobe-source-code-pro-fonts": [{"name": "adobe-source-code-pro-fonts", "version": "2.030.1.050", "release": "12.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "gsettings-desktop-schemas": [{"name": "gsettings-desktop-schemas", "version": "40.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib-networking": [{"name": "glib-networking", "version": "2.68.3", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cockpit-bridge": [{"name": "cockpit-bridge", "version": "323", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cockpit-ws": [{"name": "cockpit-ws", "version": "323", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsoup": [{"name": "libsoup", "version": "2.72.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libappstream-glib": [{"name": "libappstream-glib", "version": "0.7.18", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "PackageKit": [{"name": "PackageKit", "version": "1.2.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cockpit-system": [{"name": "cockpit-system", "version": "323", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cockpit-packagekit": [{"name": "cockpit-packagekit", "version": "323", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cockpit": [{"name": "cockpit", "version": "323", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}]}}, "invocation": {"module_args": {"manager": ["auto"], "strategy": "first"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts.packages\r\n# destroy ansible.module_utils.facts.packages\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy rpm.transaction\r\n# destroy rpm\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy rpm._rpm\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888132.41381: _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 0x7f2e52898dc0> # /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 0x7f2e5283d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52898b20> # /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 0x7f2e52898ac0> 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 0x7f2e5283d490> # /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 0x7f2e5283d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d670> # /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 0x7f2e525cf190> # /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 0x7f2e525cf220> # /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 0x7f2e525f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525cf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52855880> # /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 0x7f2e525c8d90> # /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 0x7f2e525f2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5283d970> 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 0x7f2e52592eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52596f40> # /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 0x7f2e5258c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52594640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52592370> # /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 0x7f2e52477e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52477910> 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 0x7f2e52477f10> # /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 0x7f2e52477fd0> # /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 0x7f2e5248b0d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256ed90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52568670> # /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 0x7f2e5257a6d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5259ae20> # /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 0x7f2e5248bcd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5256e2b0> # 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 0x7f2e5257a2e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a09d0> # /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 0x7f2e5248beb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248bdf0> # /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 0x7f2e5248bd60> # /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 0x7f2e5245e3d0> # /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 0x7f2e5245e4c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52493f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248da90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248d490> # /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 0x7f2e52394220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5244a520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248df10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e525a0040> # /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 0x7f2e523a5b50> 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 0x7f2e523a5e80> # /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 0x7f2e523b5790> # /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 0x7f2e523b5cd0> # 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 0x7f2e5234f400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523a5f70> # /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 0x7f2e5235f2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e523b5610> 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 0x7f2e5235f3a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248ba30> # /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 0x7f2e5237b700> # /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 0x7f2e5237b9d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b7c0> # 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 0x7f2e5237b8b0> # /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 0x7f2e5237bd00> # 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 0x7f2e52387250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5237b940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5236ea90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5248b610> # /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 0x7f2e5237baf0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e522ae6d0> # zipimport: found 105 names in '/tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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 0x7f2e52130820> # /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 0x7f2e521c0730> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0340> # /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 0x7f2e521c0460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c0160> 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 0x7f2e521c03a0> # /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 0x7f2e521c0790> # /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 0x7f2e521987f0> # 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 0x7f2e52198b80> # 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 0x7f2e521989d0> # /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 0x7f2e51b88520> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521b9d60> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521c04f0> # /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 0x7f2e521b91c0> # /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 0x7f2e521e9b20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c160> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5218c760> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51b8ed30> # 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 0x7f2e5218c670> # /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 0x7f2e52210d00> # /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 0x7f2e51be6a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221ae80> # /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 0x7f2e51bf40a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5221aeb0> # /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 0x7f2e522211c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf40d0> # 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 0x7f2e521d92b0> # 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 0x7f2e5221aaf0> # 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 0x7f2e5221aac0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52210ee0> # /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 0x7f2e51bf10d0> # 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 0x7f2e51be7310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf1cd0> # 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 0x7f2e51bf1670> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51bf2100> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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 0x7f2e52158910> # /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 0x7f2e5215f9a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51783640> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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 0x7f2e5219f7f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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 0x7f2e521dc460> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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 0x7f2e52151f40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5215f1f0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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 0x7f2e52161bb0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e52229070> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e521522e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py # 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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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 0x7f2e514fff70> # /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 0x7f2e5178b910> # 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 0x7f2e5178b820> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51507190> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e514ff5e0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e517479a0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747d90> # /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 0x7f2e5173a100> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51505bb0> # /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 0x7f2e5173ad90> # /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 0x7f2e5176ba60> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51610040> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e51747fd0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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 0x7f2e513de250> # /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 0x7f2e513de790> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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 0x7f2e517a4940> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e513de9d0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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 0x7f2e5214e460> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e5214ef10> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_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_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_sg4z8155/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py # zipimport: zlib available # /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 0x7f2e513c3100> # /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 0x7f2e513c3c40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e515057f0> {"ansible_facts": {"packages": {"libgcc": [{"name": "libgcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "linux-firmware-whence": [{"name": "linux-firmware-whence", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "tzdata": [{"name": "tzdata", "version": "2024a", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "subscription-manager-rhsm-certificates": [{"name": "subscription-manager-rhsm-certificates", "version": "20220623", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "linux-firmware": [{"name": "linux-firmware", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gawk-all-langpacks": [{"name": "gawk-all-langpacks", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools-wheel": [{"name": "python3-setuptools-wheel", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "publicsuffix-list-dafsa": [{"name": "publicsuffix-list-dafsa", "version": "20210518", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "pcre2-syntax": [{"name": "pcre2-syntax", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ncurses-base": [{"name": "ncurses-base", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libssh-config": [{"name": "libssh-config", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libreport-filesystem": [{"name": "libreport-filesystem", "version": "2.15.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-data": [{"name": "dnf-data", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-misc": [{"name": "kbd-misc", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-legacy": [{"name": "kbd-legacy", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "hwdata": [{"name": "hwdata", "version": "0.348", "release": "9.15.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "fonts-filesystem": [{"name": "fonts-filesystem", "version": "2.0.5", "release": "7.el9.1", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dejavu-sans-fonts": [{"name": "dejavu-sans-fonts", "version": "2.37", "release": "18.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-core-font-en": [{"name": "langpacks-core-font-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld-filesystem": [{"name": "firewalld-filesystem", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "coreutils-common": [{"name": "coreutils-common", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-gpg-keys": [{"name": "centos-gpg-keys", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-repos": [{"name": "centos-stream-repos", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-release": [{"name": "centos-stream-release", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setup": [{"name": "setup", "version": "2.13.7", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "filesystem": [{"name": "filesystem", "version": "3.16", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "basesystem": [{"name": "basesystem", "version": "11", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "glibc-gconv-extra": [{"name": "glibc-gconv-extra", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-langpack-en": [{"name": "glibc-langpack-en", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-common": [{"name": "glibc-common", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc": [{"name": "glibc", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses-libs": [{"name": "ncurses-libs", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bash": [{"name": "bash", "version": "5.1.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib": [{"name": "zlib", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-libs": [{"name": "xz-libs", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd": [{"name": "libzstd", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap": [{"name": "libcap", "version": "2.48", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "popt": [{"name": "popt", "version": "1.18", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bzip2-libs": [{"name": "bzip2-libs", "version": "1.0.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt": [{"name": "libxcrypt", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuuid": [{"name": "libuuid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sqlite-libs": [{"name": "sqlite-libs", "version": "3.34.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcom_err": [{"name": "libcom_err", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libstdc++": [{"name": "libstdc++", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmnl": [{"name": "libmnl", "version": "1.0.4", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf": [{"name": "elfutils-libelf", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxml2": [{"name": "libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies": [{"name": "crypto-policies", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "readline": [{"name": "readline", "version": "8.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng": [{"name": "libcap-ng", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit-libs": [{"name": "audit-libs", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "alternatives": [{"name": "alternatives", "version": "1.24", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libunistring": [{"name": "libunistring", "version": "0.9.10", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lua-libs": [{"name": "lua-libs", "version": "5.4.4", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libffi": [{"name": "libffi", "version": "3.4.2", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgpg-error": [{"name": "libgpg-error", "version": "1.42", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsepol": [{"name": "libsepol", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtalloc": [{"name": "libtalloc", "version": "2.4.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libidn2": [{"name": "libidn2", "version": "2.3.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gmp": [{"name": "gmp", "version": "6.2.0", "release": "13.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "json-c": [{"name": "json-c", "version": "0.14", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils-libs": [{"name": "keyutils-libs", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libattr": [{"name": "libattr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libacl": [{"name": "libacl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3": [{"name": "libnl3", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmartcols": [{"name": "libsmartcols", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lz4-libs": [{"name": "lz4-libs", "version": "1.9.3", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre2": [{"name": "pcre2", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux": [{"name": "libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sed": [{"name": "sed", "version": "4.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsemanage": [{"name": "libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shadow-utils": [{"name": "shadow-utils", "version": "4.9", "release": "9.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "findutils": [{"name": "findutils", "version": "4.8.0", "release": "7.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libtevent": [{"name": "libtevent", "version": "0.16.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgcrypt": [{"name": "libgcrypt", "version": "1.10.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file-libs": [{"name": "file-libs", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libedit": [{"name": "libedit", "version": "3.1", "release": "38.20210216cvs.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "psmisc": [{"name": "psmisc", "version": "23.4", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dmidecode": [{"name": "dmidecode", "version": "3.6", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "expat": [{"name": "expat", "version": "2.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdbm-libs": [{"name": "gdbm-libs", "version": "1.23", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "jansson": [{"name": "jansson", "version": "2.14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtasn1": [{"name": "libtasn1", "version": "4.16.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit": [{"name": "p11-kit", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtdb": [{"name": "libtdb", "version": "1.4.10", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "which": [{"name": "which", "version": "2.21", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit-trust": [{"name": "p11-kit-trust", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file": [{"name": "file", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux-utils": [{"name": "libselinux-utils", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libassuan": [{"name": "libassuan", "version": "2.5.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbpf": [{"name": "libbpf", "version": "1.4.0", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "libnftnl": [{"name": "libnftnl", "version": "1.2.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "fuse-libs": [{"name": "fuse-libs", "version": "2.9.9", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbasicobjects": [{"name": "libbasicobjects", "version": "0.1.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcollection": [{"name": "libcollection", "version": "0.7.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdb": [{"name": "libdb", "version": "5.3.28", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute": [{"name": "iproute", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdhash": [{"name": "libdhash", "version": "0.5.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgomp": [{"name": "libgomp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libref_array": [{"name": "libref_array", "version": "0.1.5", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libseccomp": [{"name": "libseccomp", "version": "2.5.2", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsigsegv": [{"name": "libsigsegv", "version": "2.13", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_idmap": [{"name": "libsss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lzo": [{"name": "lzo", "version": "2.10", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "numactl-libs": [{"name": "numactl-libs", "version": "2.0.16", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre": [{"name": "pcre", "version": "8.44", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grep": [{"name": "grep", "version": "3.6", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-libs": [{"name": "openssl-libs", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "coreutils": [{"name": "coreutils", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ca-certificates": [{"name": "ca-certificates", "version": "2024.2.69_v8.0.303", "release": "91.4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "systemd-libs": [{"name": "systemd-libs", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libblkid": [{"name": "libblkid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-libs": [{"name": "dbus-libs", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmount": [{"name": "libmount", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux-core": [{"name": "util-linux-core", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfdisk": [{"name": "libfdisk", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gzip": [{"name": "gzip", "version": "1.12", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod": [{"name": "kmod", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod-libs": [{"name": "kmod-libs", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib": [{"name": "cracklib", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib-dicts": [{"name": "cracklib-dicts", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-tools": [{"name": "dbus-tools", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "procps-ng": [{"name": "procps-ng", "version": "3.3.17", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl": [{"name": "openssl", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libarchive": [{"name": "libarchive", "version": "3.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libevent": [{"name": "libevent", "version": "2.1.12", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_certmap": [{"name": "libsss_certmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz": [{"name": "xz", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "squashfs-tools": [{"name": "squashfs-tools", "version": "4.4", "release": "10.git1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcomps": [{"name": "libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libutempter": [{"name": "libutempter", "version": "1.2.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3-cli": [{"name": "libnl3-cli", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libteam": [{"name": "libteam", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "acl": [{"name": "acl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext-libs": [{"name": "gettext-libs", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext": [{"name": "gettext", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "attr": [{"name": "attr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils": [{"name": "keyutils", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mpfr": [{"name": "mpfr", "version": "4.1.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gawk": [{"name": "gawk", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpsl": [{"name": "libpsl", "version": "0.21.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libksba": [{"name": "libksba", "version": "1.5.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ethtool": [{"name": "ethtool", "version": "6.2", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "ipset-libs": [{"name": "ipset-libs", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ipset": [{"name": "ipset", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "groff-base": [{"name": "groff-base", "version": "1.22.4", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "snappy": [{"name": "snappy", "version": "1.1.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs-libs": [{"name": "e2fsprogs-libs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libss": [{"name": "libss", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-compat": [{"name": "libxcrypt-compat", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pip-wheel": [{"name": "python3-pip-wheel", "version": "21.3.1", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python-unversioned-command": [{"name": "python-unversioned-command", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3": [{"name": "python3", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libs": [{"name": "python3-libs", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools": [{"name": "python3-setuptools", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-six": [{"name": "python3-six", "version": "1.15.0", "release": "9.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dateutil": [{"name": "python3-dateutil", "version": "2.8.1", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "python3-iniparse": [{"name": "python3-iniparse", "version": "0.4", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-idna": [{"name": "python3-idna", "version": "2.10", "release": "7.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libselinux": [{"name": "python3-libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libsemanage": [{"name": "python3-libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-inotify": [{"name": "python3-inotify", "version": "0.9.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-setools": [{"name": "python3-setools", "version": "4.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-distro": [{"name": "python3-distro", "version": "1.5.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libcomps": [{"name": "python3-libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-chardet": [{"name": "python3-chardet", "version": "4.0.0", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-decorator": [{"name": "python3-decorator", "version": "4.4.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pysocks": [{"name": "python3-pysocks", "version": "1.7.1", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-urllib3": [{"name": "python3-urllib3", "version": "1.26.5", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-requests": [{"name": "python3-requests", "version": "2.25.1", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-cloud-what": [{"name": "python3-cloud-what", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-systemd": [{"name": "python3-systemd", "version": "234", "release": "19.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng-python3": [{"name": "libcap-ng-python3", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-audit": [{"name": "python3-audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pigz": [{"name": "pigz", "version": "2.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "hostname": [{"name": "hostname", "version": "3.23", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools-libs": [{"name": "kernel-tools-libs", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "less": [{"name": "less", "version": "590", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-rpm-macros": [{"name": "systemd-rpm-macros", "version": "252", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "c-ares": [{"name": "c-ares", "version": "1.19.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpio": [{"name": "cpio", "version": "2.13", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "diffutils": [{"name": "diffutils", "version": "3.7", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "inih": [{"name": "inih", "version": "49", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbrotli": [{"name": "libbrotli", "version": "1.0.9", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcbor": [{"name": "libcbor", "version": "0.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdaemon": [{"name": "libdaemon", "version": "0.14", "release": "23.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "teamd": [{"name": "teamd", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libeconf": [{"name": "libeconf", "version": "0.4.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpwquality": [{"name": "libpwquality", "version": "1.4.4", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pam": [{"name": "pam", "version": "1.5.1", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux": [{"name": "util-linux", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-common": [{"name": "grub2-common", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "openssh": [{"name": "openssh", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-pc-modules": [{"name": "grub2-pc-modules", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "virt-what": [{"name": "virt-what", "version": "1.25", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kbd": [{"name": "kbd", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libndp": [{"name": "libndp", "version": "1.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfnetlink": [{"name": "libnfnetlink", "version": "1.0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnetfilter_conntrack": [{"name": "libnetfilter_conntrack", "version": "1.0.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-libs": [{"name": "iptables-libs", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-nft": [{"name": "iptables-nft", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nftables": [{"name": "nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-nftables": [{"name": "python3-nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libnghttp2": [{"name": "libnghttp2", "version": "1.43.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpath_utils": [{"name": "libpath_utils", "version": "0.2.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libini_config": [{"name": "libini_config", "version": "1.3.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpipeline": [{"name": "libpipeline", "version": "1.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_nss_idmap": [{"name": "libsss_nss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_sudo": [{"name": "libsss_sudo", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto": [{"name": "libverto", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "krb5-libs": [{"name": "krb5-libs", "version": "1.21.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-lib": [{"name": "cyrus-sasl-lib", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openldap": [{"name": "openldap", "version": "2.6.6", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libssh": [{"name": "libssh", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcurl": [{"name": "libcurl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tpm2-tss": [{"name": "tpm2-tss", "version": "3.2.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ima-evm-utils": [{"name": "ima-evm-utils", "version": "1.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "curl": [{"name": "curl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm": [{"name": "rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-libs": [{"name": "rpm-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "policycoreutils": [{"name": "policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "selinux-policy": [{"name": "selinux-policy", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "selinux-policy-targeted": [{"name": "selinux-policy-targeted", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dbus": [{"name": "dbus", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "systemd-pam": [{"name": "systemd-pam", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd": [{"name": "systemd", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-common": [{"name": "dbus-common", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dbus-broker": [{"name": "dbus-broker", "version": "28", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie-anacron": [{"name": "cronie-anacron", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie": [{"name": "cronie", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crontabs": [{"name": "crontabs", "version": "1.11", "release": "26.20190603git.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libsolv": [{"name": "libsolv", "version": "0.7.24", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-libs": [{"name": "authselect-libs", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "device-mapper-libs": [{"name": "device-mapper-libs", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "device-mapper": [{"name": "device-mapper", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "grub2-tools-minimal": [{"name": "grub2-tools-minimal", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "cryptsetup-libs": [{"name": "cryptsetup-libs", "version": "2.7.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-udev": [{"name": "systemd-udev", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfido2": [{"name": "libfido2", "version": "1.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "os-prober": [{"name": "os-prober", "version": "1.77", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kpartx": [{"name": "kpartx", "version": "0.8.7", "release": "32.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-default-yama-scope": [{"name": "elfutils-default-yama-scope", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "elfutils-libs": [{"name": "elfutils-libs", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-debuginfod-client": [{"name": "elfutils-debuginfod-client", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils-gold": [{"name": "binutils-gold", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils": [{"name": "binutils", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-build-libs": [{"name": "rpm-build-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "initscripts-service": [{"name": "initscripts-service", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iputils": [{"name": "iputils", "version": "20210202", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi": [{"name": "libkcapi", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi-hmaccalc": [{"name": "libkcapi-hmaccalc", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut": [{"name": "dracut", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules-core": [{"name": "kernel-modules-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-core": [{"name": "kernel-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-tools": [{"name": "grub2-tools", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "grubby": [{"name": "grubby", "version": "8.40", "release": "63.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules": [{"name": "kernel-modules", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-squash": [{"name": "dracut-squash", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "logrotate": [{"name": "logrotate", "version": "3.18.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob": [{"name": "oddjob", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob-mkhomedir": [{"name": "oddjob-mkhomedir", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect": [{"name": "authselect", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-systemd-inhibit": [{"name": "rpm-plugin-systemd-inhibit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-client": [{"name": "sssd-client", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libyaml": [{"name": "libyaml", "version": "0.2.5", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lmdb-libs": [{"name": "lmdb-libs", "version": "0.9.29", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libldb": [{"name": "libldb", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-common": [{"name": "sssd-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nettle": [{"name": "nettle", "version": "3.9.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnutls": [{"name": "gnutls", "version": "3.8.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib2": [{"name": "glib2", "version": "2.68.4", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dbus": [{"name": "python3-dbus", "version": "1.2.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-libnm": [{"name": "NetworkManager-libnm", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "NetworkManager": [{"name": "NetworkManager", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmodulemd": [{"name": "libmodulemd", "version": "2.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuser": [{"name": "libuser", "version": "0.63", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "passwd": [{"name": "passwd", "version": "0.80", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "usermode": [{"name": "usermode", "version": "1.114", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gobject-introspection": [{"name": "gobject-introspection", "version": "1.68.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gobject-base-noarch": [{"name": "python3-gobject-base-noarch", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-gobject-base": [{"name": "python3-gobject-base", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-firewall": [{"name": "python3-firewall", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "npth": [{"name": "npth", "version": "1.6", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnupg2": [{"name": "gnupg2", "version": "2.3.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpgme": [{"name": "gpgme", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "librepo": [{"name": "librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf": [{"name": "libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libdnf": [{"name": "python3-libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-hawkey": [{"name": "python3-hawkey", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf-plugin-subscription-manager": [{"name": "libdnf-plugin-subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-librepo": [{"name": "python3-librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gpg": [{"name": "python3-gpg", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-sign-libs": [{"name": "rpm-sign-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-rpm": [{"name": "python3-rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dnf": [{"name": "python3-dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dnf-plugins-core": [{"name": "python3-dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf": [{"name": "dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-subscription-manager-rhsm": [{"name": "python3-subscription-manager-rhsm", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "subscription-manager": [{"name": "subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oniguruma": [{"name": "oniguruma", "version": "6.9.6", "release": "1.el9.6", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jq": [{"name": "jq", "version": "1.6", "release": "17.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-network": [{"name": "dracut-network", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pciutils-libs": [{"name": "pciutils-libs", "version": "3.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sg3_utils-libs": [{"name": "sg3_utils-libs", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "slang": [{"name": "slang", "version": "2.3.2", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "newt": [{"name": "newt", "version": "0.52.21", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "userspace-rcu": [{"name": "userspace-rcu", "version": "0.12.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "checkpolicy": [{"name": "checkpolicy", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-policycoreutils": [{"name": "python3-policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "policycoreutils-python-utils": [{"name": "policycoreutils-python-utils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libestr": [{"name": "libestr", "version": "0.1.11", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfastjson": [{"name": "libfastjson", "version": "0.99.9", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog-logrotate": [{"name": "rsyslog-logrotate", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog": [{"name": "rsyslog", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "liburing": [{"name": "liburing", "version": "2.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "langpacks-core-en": [{"name": "langpacks-core-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-en": [{"name": "langpacks-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "qemu-guest-agent": [{"name": "qemu-guest-agent", "version": "9.0.0", "release": "10.el9", "epoch": 17, "arch": "x86_64", "source": "rpm"}], "rhc": [{"name": "rhc", "version": "0.2.4", "release": "5.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "xfsprogs": [{"name": "xfsprogs", "version": "6.4.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-tui": [{"name": "NetworkManager-tui", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "sg3_utils": [{"name": "sg3_utils", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools": [{"name": "kernel-tools", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kexec-tools": [{"name": "kexec-tools", "version": "2.0.27", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum": [{"name": "yum", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-plugins-core": [{"name": "dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld": [{"name": "firewalld", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "NetworkManager-team": [{"name": "NetworkManager-team", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "initscripts-rename-device": [{"name": "initscripts-rename-device", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "irqbalance": [{"name": "irqbalance", "version": "1.9.4", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "chrony": [{"name": "chrony", "version": "4.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-kcm": [{"name": "sssd-kcm", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-compat": [{"name": "authselect-compat", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel": [{"name": "kernel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies-scripts": [{"name": "crypto-policies-scripts", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "grub2-pc": [{"name": "grub2-pc", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "dracut-config-rescue": [{"name": "dracut-config-rescue", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit": [{"name": "audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssh-clients": [{"name": "openssh-clients", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "parted": [{"name": "parted", "version": "3.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "microcode_ctl": [{"name": "microcode_ctl", "version": "20240531", "release": "1.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "openssh-server": [{"name": "openssh-server", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-selinux": [{"name": "rpm-plugin-selinux", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-audit": [{"name": "rpm-plugin-audit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sudo": [{"name": "sudo", "version": "1.9.5p2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "man-db": [{"name": "man-db", "version": "2.9.3", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute-tc": [{"name": "iproute-tc", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs": [{"name": "e2fsprogs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "prefixdevname": [{"name": "prefixdevname", "version": "0.1.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-minimal": [{"name": "vim-minimal", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "lshw": [{"name": "lshw", "version": "B.02.19.2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses": [{"name": "ncurses", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsysfs": [{"name": "libsysfs", "version": "2.1.1", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lsscsi": [{"name": "lsscsi", "version": "0.32", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iwl100-firmware": [{"name": "iwl100-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl1000-firmware": [{"name": "iwl1000-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl105-firmware": [{"name": "iwl105-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl135-firmware": [{"name": "iwl135-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2000-firmware": [{"name": "iwl2000-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2030-firmware": [{"name": "iwl2030-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl3160-firmware": [{"name": "iwl3160-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl5000-firmware": [{"name": "iwl5000-firmware", "version": "8.83.5.1_1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl5150-firmware": [{"name": "iwl5150-firmware", "version": "8.24.2.2", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6000g2a-firmware": [{"name": "iwl6000g2a-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6050-firmware": [{"name": "iwl6050-firmware", "version": "41.28.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl7260-firmware": [{"name": "iwl7260-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "rootfiles": [{"name": "rootfiles", "version": "8.1", "release": "31.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gpg-pubkey": [{"name": "gpg-pubkey", "version": "3228467c", "release": "613798eb", "epoch": null, "arch": null, "source": "rpm"}, {"name": "gpg-pubkey", "version": "8483c65d", "release": "5ccc5b19", "epoch": null, "arch": null, "source": "rpm"}], "epel-release": [{"name": "epel-release", "version": "9", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "nspr": [{"name": "nspr", "version": "4.35.0", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-system": [{"name": "boost-system", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-util": [{"name": "nss-util", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "make": [{"name": "make", "version": "4.3", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "m4": [{"name": "m4", "version": "1.4.19", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmpc": [{"name": "libmpc", "version": "1.2.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "unzip": [{"name": "unzip", "version": "6.0", "release": "57.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "avahi-libs": [{"name": "avahi-libs", "version": "0.8", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zip": [{"name": "zip", "version": "3.0", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpp": [{"name": "cpp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bison": [{"name": "bison", "version": "3.7.4", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "flex": [{"name": "flex", "version": "2.6.4", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn-freebl": [{"name": "nss-softokn-freebl", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn": [{"name": "nss-softokn", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss": [{"name": "nss", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-sysinit": [{"name": "nss-sysinit", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-filesystem": [{"name": "boost-filesystem", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-thread": [{"name": "boost-thread", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Digest": [{"name": "perl-Digest", "version": "1.19", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Digest-MD5": [{"name": "perl-Digest-MD5", "version": "2.58", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-B": [{"name": "perl-B", "version": "1.80", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-FileHandle": [{"name": "perl-FileHandle", "version": "2.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Data-Dumper": [{"name": "perl-Data-Dumper", "version": "2.174", "release": "462.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-libnet": [{"name": "perl-libnet", "version": "3.13", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-base": [{"name": "perl-base", "version": "2.27", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-URI": [{"name": "perl-URI", "version": "5.09", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-AutoLoader": [{"name": "perl-AutoLoader", "version": "5.74", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Mozilla-CA": [{"name": "perl-Mozilla-CA", "version": "20200520", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-if": [{"name": "perl-if", "version": "0.60.800", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-IP": [{"name": "perl-IO-Socket-IP", "version": "0.41", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Time-Local": [{"name": "perl-Time-Local", "version": "1.300", "release": "7.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "perl-File-Path": [{"name": "perl-File-Path", "version": "2.18", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Escapes": [{"name": "perl-Pod-Escapes", "version": "1.07", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Text-Tabs+Wrap": [{"name": "perl-Text-Tabs+Wrap", "version": "2013.0523", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-SSL": [{"name": "perl-IO-Socket-SSL", "version": "2.073", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Net-SSLeay": [{"name": "perl-Net-SSLeay", "version": "1.94", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Class-Struct": [{"name": "perl-Class-Struct", "version": "0.66", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-POSIX": [{"name": "perl-POSIX", "version": "1.94", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Term-ANSIColor": [{"name": "perl-Term-ANSIColor", "version": "5.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IPC-Open3": [{"name": "perl-IPC-Open3", "version": "1.21", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-subs": [{"name": "perl-subs", "version": "1.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-Temp": [{"name": "perl-File-Temp", "version": "0.231.100", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Term-Cap": [{"name": "perl-Term-Cap", "version": "1.17", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Simple": [{"name": "perl-Pod-Simple", "version": "3.42", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-HTTP-Tiny": [{"name": "perl-HTTP-Tiny", "version": "0.076", "release": "462.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Socket": [{"name": "perl-Socket", "version": "2.031", "release": "4.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-SelectSaver": [{"name": "perl-SelectSaver", "version": "1.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Symbol": [{"name": "perl-Symbol", "version": "1.08", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-stat": [{"name": "perl-File-stat", "version": "1.09", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-podlators": [{"name": "perl-podlators", "version": "4.14", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Pod-Perldoc": [{"name": "perl-Pod-Perldoc", "version": "3.28.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Fcntl": [{"name": "perl-Fcntl", "version": "1.13", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Text-ParseWords": [{"name": "perl-Text-ParseWords", "version": "3.30", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-mro": [{"name": "perl-mro", "version": "1.23", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-IO": [{"name": "perl-IO", "version": "1.43", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-overloading": [{"name": "perl-overloading", "version": "0.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Pod-Usage": [{"name": "perl-Pod-Usage", "version": "2.01", "release": "4.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "perl-Errno": [{"name": "perl-Errno", "version": "1.30", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Basename": [{"name": "perl-File-Basename", "version": "2.85", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Std": [{"name": "perl-Getopt-Std", "version": "1.12", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-MIME-Base64": [{"name": "perl-MIME-Base64", "version": "3.16", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Scalar-List-Utils": [{"name": "perl-Scalar-List-Utils", "version": "1.56", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-constant": [{"name": "perl-constant", "version": "1.33", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Storable": [{"name": "perl-Storable", "version": "3.21", "release": "460.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "perl-overload": [{"name": "perl-overload", "version": "1.31", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-parent": [{"name": "perl-parent", "version": "0.238", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-vars": [{"name": "perl-vars", "version": "1.05", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Long": [{"name": "perl-Getopt-Long", "version": "2.52", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Carp": [{"name": "perl-Carp", "version": "1.50", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Exporter": [{"name": "perl-Exporter", "version": "5.74", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-NDBM_File": [{"name": "perl-NDBM_File", "version": "1.15", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-PathTools": [{"name": "perl-PathTools", "version": "3.78", "release": "461.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Encode": [{"name": "perl-Encode", "version": "3.08", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-libs": [{"name": "perl-libs", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-interpreter": [{"name": "perl-interpreter", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "aspell": [{"name": "aspell", "version": "0.60.8", "release": "8.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "tbb": [{"name": "tbb", "version": "2020.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dyninst": [{"name": "dyninst", "version": "12.1.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-runtime": [{"name": "systemtap-runtime", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-headers": [{"name": "kernel-headers", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-headers": [{"name": "glibc-headers", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "strace": [{"name": "strace", "version": "5.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-m4": [{"name": "pkgconf-m4", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libpkgconf": [{"name": "libpkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf": [{"name": "pkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-pkg-config": [{"name": "pkgconf-pkg-config", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd-devel": [{"name": "libzstd-devel", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib-devel": [{"name": "zlib-devel", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf-devel": [{"name": "elfutils-libelf-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-devel": [{"name": "glibc-devel", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-devel": [{"name": "libxcrypt-devel", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gcc": [{"name": "gcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-devel": [{"name": "openssl-devel", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "kernel-devel": [{"name": "kernel-devel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-devel": [{"name": "xz-devel", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-devel": [{"name": "elfutils-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-devel": [{"name": "systemtap-devel", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "efivar-libs": [{"name": "efivar-libs", "version": "38", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mokutil": [{"name": "mokutil", "version": "0.6.0", "release": "4.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "systemtap-client": [{"name": "systemtap-client", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap": [{"name": "systemtap", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "qa-tools": [{"name": "qa-tools", "version": "4.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libtirpc": [{"name": "libtirpc", "version": "1.3.3", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "git-core": [{"name": "git-core", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfsidmap": [{"name": "libnfsidmap", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "git-core-doc": [{"name": "git-core-doc", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "rpcbind": [{"name": "rpcbind", "version": "1.2.6", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "wget": [{"name": "wget", "version": "1.21.1", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-lib": [{"name": "perl-lib", "version": "0.65", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Find": [{"name": "perl-File-Find", "version": "1.37", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Error": [{"name": "perl-Error", "version": "0.17029", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-DynaLoader": [{"name": "perl-DynaLoader", "version": "1.47", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-TermReadKey": [{"name": "perl-TermReadKey", "version": "2.38", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxslt": [{"name": "libxslt", "version": "1.1.34", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-lxml": [{"name": "python3-lxml", "version": "4.6.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpm-libs": [{"name": "gpm-libs", "version": "1.20.7", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "emacs-filesystem": [{"name": "emacs-filesystem", "version": "27.2", "release": "10.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Git": [{"name": "perl-Git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "git": [{"name": "git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum-utils": [{"name": "yum-utils", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "vim-filesystem": [{"name": "vim-filesystem", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "vim-common": [{"name": "vim-common", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "time": [{"name": "time", "version": "1.9", "release": "18.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tar": [{"name": "tar", "version": "1.34", "release": "7.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "quota-nls": [{"name": "quota-nls", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "quota": [{"name": "quota", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-pyyaml": [{"name": "python3-pyyaml", "version": "5.4.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libev": [{"name": "libev", "version": "4.33", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto-libev": [{"name": "libverto-libev", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gssproxy": [{"name": "gssproxy", "version": "0.8.4", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nfs-utils": [{"name": "nfs-utils", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "bc": [{"name": "bc", "version": "1.07.1", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "beakerlib-redhat": [{"name": "beakerlib-redhat", "version": "1", "release": "35.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "beakerlib": [{"name": "beakerlib", "version": "1.29.3", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "restraint": [{"name": "restraint", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "restraint-rhts": [{"name": "restraint-rhts", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-enhanced": [{"name": "vim-enhanced", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "sssd-nfs-idmap": [{"name": "sssd-nfs-idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsync": [{"name": "rsync", "version": "3.2.3", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pytz": [{"name": "python3-pytz", "version": "2021.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-babel": [{"name": "python3-babel", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyserial": [{"name": "python3-pyserial", "version": "3.4", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyrsistent": [{"name": "python3-pyrsistent", "version": "0.17.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-prettytable": [{"name": "python3-prettytable", "version": "0.7.2", "release": "27.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-oauthlib": [{"name": "python3-oauthlib", "version": "3.1.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-netifaces": [{"name": "python3-netifaces", "version": "0.10.6", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-markupsafe": [{"name": "python3-markupsafe", "version": "1.1.1", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-jinja2": [{"name": "python3-jinja2", "version": "2.11.3", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpointer": [{"name": "python3-jsonpointer", "version": "2.0", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpatch": [{"name": "python3-jsonpatch", "version": "1.21", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-configobj": [{"name": "python3-configobj", "version": "5.0.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-attrs": [{"name": "python3-attrs", "version": "20.3.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonschema": [{"name": "python3-jsonschema", "version": "3.2.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libmaxminddb": [{"name": "libmaxminddb", "version": "1.5.2", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "geolite2-country": [{"name": "geolite2-country", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "geolite2-city": [{"name": "geolite2-city", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ipcalc": [{"name": "ipcalc", "version": "1.0.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdisk": [{"name": "gdisk", "version": "1.0.7", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dhcp-common": [{"name": "dhcp-common", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "noarch", "source": "rpm"}], "dhcp-client": [{"name": "dhcp-client", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "cloud-init": [{"name": "cloud-init", "version": "23.4", "release": "19.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cloud-utils-growpart": [{"name": "cloud-utils-growpart", "version": "0.33", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jitterentropy": [{"name": "jitterentropy", "version": "3.5.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rng-tools": [{"name": "rng-tools", "version": "6.16", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "samba-common": [{"name": "samba-common", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "protobuf-c": [{"name": "protobuf-c", "version": "1.3.3", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-gssapi": [{"name": "cyrus-sasl-gssapi", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5-common": [{"name": "sssd-krb5-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5": [{"name": "sssd-krb5", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ldap": [{"name": "sssd-ldap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adcli": [{"name": "adcli", "version": "0.9.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuv": [{"name": "libuv", "version": "1.42.0", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "fstrm": [{"name": "fstrm", "version": "0.6.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bind-license": [{"name": "bind-license", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "noarch", "source": "rpm"}], "bind-libs": [{"name": "bind-libs", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "bind-utils": [{"name": "bind-utils", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "sssd-proxy": [{"name": "sssd-proxy", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libipa_hbac": [{"name": "libipa_hbac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libicu": [{"name": "libicu", "version": "67.1", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libwbclient": [{"name": "libwbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-common-libs": [{"name": "samba-common-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-client-libs": [{"name": "samba-client-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-common-pac": [{"name": "sssd-common-pac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ipa": [{"name": "sssd-ipa", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmbclient": [{"name": "libsmbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-ad": [{"name": "sssd-ad", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd": [{"name": "sssd", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tlog": [{"name": "tlog", "version": "14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "polkit-libs": [{"name": "polkit-libs", "version": "0.117", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "polkit": [{"name": "polkit", "version": "0.117", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "polkit-pkla-compat": [{"name": "polkit-pkla-compat", "version": "0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "json-glib": [{"name": "json-glib", "version": "1.6.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shared-mime-info": [{"name": "shared-mime-info", "version": "2.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libproxy": [{"name": "libproxy", "version": "0.4.15", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tracer-common": [{"name": "tracer-common", "version": "1.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "sscg": [{"name": "sscg", "version": "3.0.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-psutil": [{"name": "python3-psutil", "version": "5.8.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-tracer": [{"name": "python3-tracer", "version": "1.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-file-magic": [{"name": "python3-file-magic", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dasbus": [{"name": "python3-dasbus", "version": "1.4", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libstemmer": [{"name": "libstemmer", "version": "0", "release": "18.585svn.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libjpeg-turbo": [{"name": "libjpeg-turbo", "version": "2.0.90", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-logos": [{"name": "centos-logos", "version": "90.8", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "abattis-cantarell-fonts": [{"name": "abattis-cantarell-fonts", "version": "0.301", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "PackageKit-glib": [{"name": "PackageKit-glib", "version": "1.2.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-ptyprocess": [{"name": "python3-ptyprocess", "version": "0.6.0", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pexpect": [{"name": "python3-pexpect", "version": "4.8.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "sos": [{"name": "sos", "version": "4.7.2", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libxml2": [{"name": "python3-libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "setroubleshoot-plugins": [{"name": "setroubleshoot-plugins", "version": "3.3.14", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setroubleshoot-server": [{"name": "setroubleshoot-server", "version": "3.3.32", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpng": [{"name": "libpng", "version": "1.6.37", "release": "12.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "gdk-pixbuf2": [{"name": "gdk-pixbuf2", "version": "2.42.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libatomic": [{"name": "libatomic", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "webkit2gtk3-jsc": [{"name": "webkit2gtk3-jsc", "version": "2.44.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libproxy-webkitgtk4": [{"name": "libproxy-webkitgtk4", "version": "0.4.15", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adobe-source-code-pro-fonts": [{"name": "adobe-source-code-pro-fonts", "version": "2.030.1.050", "release": "12.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "gsettings-desktop-schemas": [{"name": "gsettings-desktop-schemas", "version": "40.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib-networking": [{"name": "glib-networking", "version": "2.68.3", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cockpit-bridge": [{"name": "cockpit-bridge", "version": "323", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cockpit-ws": [{"name": "cockpit-ws", "version": "323", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsoup": [{"name": "libsoup", "version": "2.72.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libappstream-glib": [{"name": "libappstream-glib", "version": "0.7.18", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "PackageKit": [{"name": "PackageKit", "version": "1.2.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cockpit-system": [{"name": "cockpit-system", "version": "323", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cockpit-packagekit": [{"name": "cockpit-packagekit", "version": "323", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cockpit": [{"name": "cockpit", "version": "323", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}]}}, "invocation": {"module_args": {"manager": ["auto"], "strategy": "first"}}} # 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.common.respawn # destroy ansible.module_utils.common.respawn # 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 ansible.module_utils.facts.packages # destroy ansible.module_utils.facts.packages # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 rpm.transaction # destroy rpm # cleanup[3] wiping rpm._rpm # 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 rpm._rpm # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d983a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d72850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2db0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d48d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d72d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d13eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d16f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d0c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d12640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d13370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff29d3e20>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3910>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3f10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3fd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e70d0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ceed90>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ce7670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2cf96d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d1ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff29e7cd0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2cee2b0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2cf92e0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d209d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7eb0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7df0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29ba3d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29ba4c0>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29eff40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9a90>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28ef220>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29a6520>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9f10>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d20040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2900b50>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2900e80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910cd0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28aa400>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2900f70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28bb2e0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910610>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28bb3a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7a30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d6700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d69d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d67c0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d68b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28d6d00>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff28e2250>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d6940>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28caa90>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d6af0>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1ff28126d0>\r\n# zipimport: found 105 names in \'/tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2144820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21d5730>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5610>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5160>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21d53a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21b57f0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21b5b80>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21b59d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff20c8520>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21ced60>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d54f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21ce1c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21f6b20>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1160>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1760>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff20cdd30>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21a1670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2774d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2125a00>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277de80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21340a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277deb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff27841c0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21340d0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21ee2b0>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff277daf0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff277dac0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2774ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21300d0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2126310>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2130cd0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2130670>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2131100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2142910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff216f9a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cee9d0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21b37f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21f0460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff21620d0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff216f1f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2175bb0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff278d070>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21652e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a7fb50>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cf4910>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1cf4820>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a631c0>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a7f5e0>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb49a0>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4d90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1ca5100>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a70bb0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1ca5d90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1cb65b0>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1b7a040>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4fd0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1947250>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1947790>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff1d166d0>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff19479d0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff2161460>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2161f10>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'rpm._rpm\' loaded from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'rpm._rpm\' executed from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'rpm._rpm\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ff192d100>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff192dc40>\r\nimport \'rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a707f0>\r\n\r\n{"ansible_facts": {"packages": {"libgcc": [{"name": "libgcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "linux-firmware-whence": [{"name": "linux-firmware-whence", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "tzdata": [{"name": "tzdata", "version": "2024a", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "subscription-manager-rhsm-certificates": [{"name": "subscription-manager-rhsm-certificates", "version": "20220623", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "linux-firmware": [{"name": "linux-firmware", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gawk-all-langpacks": [{"name": "gawk-all-langpacks", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools-wheel": [{"name": "python3-setuptools-wheel", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "publicsuffix-list-dafsa": [{"name": "publicsuffix-list-dafsa", "version": "20210518", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "pcre2-syntax": [{"name": "pcre2-syntax", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ncurses-base": [{"name": "ncurses-base", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libssh-config": [{"name": "libssh-config", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libreport-filesystem": [{"name": "libreport-filesystem", "version": "2.15.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-data": [{"name": "dnf-data", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-misc": [{"name": "kbd-misc", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-legacy": [{"name": "kbd-legacy", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "hwdata": [{"name": "hwdata", "version": "0.348", "release": "9.15.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "fonts-filesystem": [{"name": "fonts-filesystem", "version": "2.0.5", "release": "7.el9.1", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dejavu-sans-fonts": [{"name": "dejavu-sans-fonts", "version": "2.37", "release": "18.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-core-font-en": [{"name": "langpacks-core-font-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld-filesystem": [{"name": "firewalld-filesystem", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "coreutils-common": [{"name": "coreutils-common", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-gpg-keys": [{"name": "centos-gpg-keys", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-repos": [{"name": "centos-stream-repos", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-release": [{"name": "centos-stream-release", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setup": [{"name": "setup", "version": "2.13.7", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "filesystem": [{"name": "filesystem", "version": "3.16", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "basesystem": [{"name": "basesystem", "version": "11", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "glibc-gconv-extra": [{"name": "glibc-gconv-extra", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-langpack-en": [{"name": "glibc-langpack-en", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-common": [{"name": "glibc-common", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc": [{"name": "glibc", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses-libs": [{"name": "ncurses-libs", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bash": [{"name": "bash", "version": "5.1.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib": [{"name": "zlib", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-libs": [{"name": "xz-libs", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd": [{"name": "libzstd", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap": [{"name": "libcap", "version": "2.48", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "popt": [{"name": "popt", "version": "1.18", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bzip2-libs": [{"name": "bzip2-libs", "version": "1.0.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt": [{"name": "libxcrypt", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuuid": [{"name": "libuuid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sqlite-libs": [{"name": "sqlite-libs", "version": "3.34.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcom_err": [{"name": "libcom_err", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libstdc++": [{"name": "libstdc++", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmnl": [{"name": "libmnl", "version": "1.0.4", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf": [{"name": "elfutils-libelf", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxml2": [{"name": "libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies": [{"name": "crypto-policies", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "readline": [{"name": "readline", "version": "8.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng": [{"name": "libcap-ng", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit-libs": [{"name": "audit-libs", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "alternatives": [{"name": "alternatives", "version": "1.24", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libunistring": [{"name": "libunistring", "version": "0.9.10", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lua-libs": [{"name": "lua-libs", "version": "5.4.4", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libffi": [{"name": "libffi", "version": "3.4.2", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgpg-error": [{"name": "libgpg-error", "version": "1.42", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsepol": [{"name": "libsepol", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtalloc": [{"name": "libtalloc", "version": "2.4.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libidn2": [{"name": "libidn2", "version": "2.3.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gmp": [{"name": "gmp", "version": "6.2.0", "release": "13.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "json-c": [{"name": "json-c", "version": "0.14", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils-libs": [{"name": "keyutils-libs", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libattr": [{"name": "libattr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libacl": [{"name": "libacl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3": [{"name": "libnl3", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmartcols": [{"name": "libsmartcols", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lz4-libs": [{"name": "lz4-libs", "version": "1.9.3", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre2": [{"name": "pcre2", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux": [{"name": "libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sed": [{"name": "sed", "version": "4.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsemanage": [{"name": "libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shadow-utils": [{"name": "shadow-utils", "version": "4.9", "release": "9.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "findutils": [{"name": "findutils", "version": "4.8.0", "release": "7.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libtevent": [{"name": "libtevent", "version": "0.16.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgcrypt": [{"name": "libgcrypt", "version": "1.10.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file-libs": [{"name": "file-libs", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libedit": [{"name": "libedit", "version": "3.1", "release": "38.20210216cvs.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "psmisc": [{"name": "psmisc", "version": "23.4", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dmidecode": [{"name": "dmidecode", "version": "3.6", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "expat": [{"name": "expat", "version": "2.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdbm-libs": [{"name": "gdbm-libs", "version": "1.23", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "jansson": [{"name": "jansson", "version": "2.14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtasn1": [{"name": "libtasn1", "version": "4.16.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit": [{"name": "p11-kit", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtdb": [{"name": "libtdb", "version": "1.4.10", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "which": [{"name": "which", "version": "2.21", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit-trust": [{"name": "p11-kit-trust", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file": [{"name": "file", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux-utils": [{"name": "libselinux-utils", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libassuan": [{"name": "libassuan", "version": "2.5.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbpf": [{"name": "libbpf", "version": "1.4.0", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "libnftnl": [{"name": "libnftnl", "version": "1.2.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "fuse-libs": [{"name": "fuse-libs", "version": "2.9.9", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbasicobjects": [{"name": "libbasicobjects", "version": "0.1.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcollection": [{"name": "libcollection", "version": "0.7.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdb": [{"name": "libdb", "version": "5.3.28", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute": [{"name": "iproute", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdhash": [{"name": "libdhash", "version": "0.5.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgomp": [{"name": "libgomp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libref_array": [{"name": "libref_array", "version": "0.1.5", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libseccomp": [{"name": "libseccomp", "version": "2.5.2", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsigsegv": [{"name": "libsigsegv", "version": "2.13", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_idmap": [{"name": "libsss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lzo": [{"name": "lzo", "version": "2.10", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "numactl-libs": [{"name": "numactl-libs", "version": "2.0.16", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre": [{"name": "pcre", "version": "8.44", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grep": [{"name": "grep", "version": "3.6", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-libs": [{"name": "openssl-libs", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "coreutils": [{"name": "coreutils", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ca-certificates": [{"name": "ca-certificates", "version": "2024.2.69_v8.0.303", "release": "91.4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "systemd-libs": [{"name": "systemd-libs", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libblkid": [{"name": "libblkid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-libs": [{"name": "dbus-libs", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmount": [{"name": "libmount", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux-core": [{"name": "util-linux-core", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfdisk": [{"name": "libfdisk", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gzip": [{"name": "gzip", "version": "1.12", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod": [{"name": "kmod", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod-libs": [{"name": "kmod-libs", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib": [{"name": "cracklib", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib-dicts": [{"name": "cracklib-dicts", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-tools": [{"name": "dbus-tools", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "procps-ng": [{"name": "procps-ng", "version": "3.3.17", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl": [{"name": "openssl", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libarchive": [{"name": "libarchive", "version": "3.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libevent": [{"name": "libevent", "version": "2.1.12", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_certmap": [{"name": "libsss_certmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz": [{"name": "xz", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "squashfs-tools": [{"name": "squashfs-tools", "version": "4.4", "release": "10.git1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcomps": [{"name": "libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libutempter": [{"name": "libutempter", "version": "1.2.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3-cli": [{"name": "libnl3-cli", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libteam": [{"name": "libteam", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "acl": [{"name": "acl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext-libs": [{"name": "gettext-libs", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext": [{"name": "gettext", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "attr": [{"name": "attr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils": [{"name": "keyutils", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mpfr": [{"name": "mpfr", "version": "4.1.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gawk": [{"name": "gawk", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpsl": [{"name": "libpsl", "version": "0.21.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libksba": [{"name": "libksba", "version": "1.5.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ethtool": [{"name": "ethtool", "version": "6.2", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "ipset-libs": [{"name": "ipset-libs", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ipset": [{"name": "ipset", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "groff-base": [{"name": "groff-base", "version": "1.22.4", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "snappy": [{"name": "snappy", "version": "1.1.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs-libs": [{"name": "e2fsprogs-libs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libss": [{"name": "libss", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-compat": [{"name": "libxcrypt-compat", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pip-wheel": [{"name": "python3-pip-wheel", "version": "21.3.1", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python-unversioned-command": [{"name": "python-unversioned-command", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3": [{"name": "python3", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libs": [{"name": "python3-libs", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools": [{"name": "python3-setuptools", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-six": [{"name": "python3-six", "version": "1.15.0", "release": "9.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dateutil": [{"name": "python3-dateutil", "version": "2.8.1", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "python3-iniparse": [{"name": "python3-iniparse", "version": "0.4", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-idna": [{"name": "python3-idna", "version": "2.10", "release": "7.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libselinux": [{"name": "python3-libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libsemanage": [{"name": "python3-libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-inotify": [{"name": "python3-inotify", "version": "0.9.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-setools": [{"name": "python3-setools", "version": "4.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-distro": [{"name": "python3-distro", "version": "1.5.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libcomps": [{"name": "python3-libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-chardet": [{"name": "python3-chardet", "version": "4.0.0", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-decorator": [{"name": "python3-decorator", "version": "4.4.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pysocks": [{"name": "python3-pysocks", "version": "1.7.1", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-urllib3": [{"name": "python3-urllib3", "version": "1.26.5", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-requests": [{"name": "python3-requests", "version": "2.25.1", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-cloud-what": [{"name": "python3-cloud-what", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-systemd": [{"name": "python3-systemd", "version": "234", "release": "19.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng-python3": [{"name": "libcap-ng-python3", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-audit": [{"name": "python3-audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pigz": [{"name": "pigz", "version": "2.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "hostname": [{"name": "hostname", "version": "3.23", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools-libs": [{"name": "kernel-tools-libs", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "less": [{"name": "less", "version": "590", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-rpm-macros": [{"name": "systemd-rpm-macros", "version": "252", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "c-ares": [{"name": "c-ares", "version": "1.19.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpio": [{"name": "cpio", "version": "2.13", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "diffutils": [{"name": "diffutils", "version": "3.7", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "inih": [{"name": "inih", "version": "49", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbrotli": [{"name": "libbrotli", "version": "1.0.9", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcbor": [{"name": "libcbor", "version": "0.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdaemon": [{"name": "libdaemon", "version": "0.14", "release": "23.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "teamd": [{"name": "teamd", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libeconf": [{"name": "libeconf", "version": "0.4.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpwquality": [{"name": "libpwquality", "version": "1.4.4", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pam": [{"name": "pam", "version": "1.5.1", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux": [{"name": "util-linux", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-common": [{"name": "grub2-common", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "openssh": [{"name": "openssh", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-pc-modules": [{"name": "grub2-pc-modules", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "virt-what": [{"name": "virt-what", "version": "1.25", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kbd": [{"name": "kbd", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libndp": [{"name": "libndp", "version": "1.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfnetlink": [{"name": "libnfnetlink", "version": "1.0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnetfilter_conntrack": [{"name": "libnetfilter_conntrack", "version": "1.0.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-libs": [{"name": "iptables-libs", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-nft": [{"name": "iptables-nft", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nftables": [{"name": "nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-nftables": [{"name": "python3-nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libnghttp2": [{"name": "libnghttp2", "version": "1.43.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpath_utils": [{"name": "libpath_utils", "version": "0.2.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libini_config": [{"name": "libini_config", "version": "1.3.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpipeline": [{"name": "libpipeline", "version": "1.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_nss_idmap": [{"name": "libsss_nss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_sudo": [{"name": "libsss_sudo", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto": [{"name": "libverto", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "krb5-libs": [{"name": "krb5-libs", "version": "1.21.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-lib": [{"name": "cyrus-sasl-lib", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openldap": [{"name": "openldap", "version": "2.6.6", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libssh": [{"name": "libssh", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcurl": [{"name": "libcurl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tpm2-tss": [{"name": "tpm2-tss", "version": "3.2.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ima-evm-utils": [{"name": "ima-evm-utils", "version": "1.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "curl": [{"name": "curl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm": [{"name": "rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-libs": [{"name": "rpm-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "policycoreutils": [{"name": "policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "selinux-policy": [{"name": "selinux-policy", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "selinux-policy-targeted": [{"name": "selinux-policy-targeted", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dbus": [{"name": "dbus", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "systemd-pam": [{"name": "systemd-pam", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd": [{"name": "systemd", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-common": [{"name": "dbus-common", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dbus-broker": [{"name": "dbus-broker", "version": "28", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie-anacron": [{"name": "cronie-anacron", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie": [{"name": "cronie", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crontabs": [{"name": "crontabs", "version": "1.11", "release": "26.20190603git.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libsolv": [{"name": "libsolv", "version": "0.7.24", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-libs": [{"name": "authselect-libs", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "device-mapper-libs": [{"name": "device-mapper-libs", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "device-mapper": [{"name": "device-mapper", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "grub2-tools-minimal": [{"name": "grub2-tools-minimal", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "cryptsetup-libs": [{"name": "cryptsetup-libs", "version": "2.7.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-udev": [{"name": "systemd-udev", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfido2": [{"name": "libfido2", "version": "1.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "os-prober": [{"name": "os-prober", "version": "1.77", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kpartx": [{"name": "kpartx", "version": "0.8.7", "release": "32.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-default-yama-scope": [{"name": "elfutils-default-yama-scope", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "elfutils-libs": [{"name": "elfutils-libs", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-debuginfod-client": [{"name": "elfutils-debuginfod-client", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils-gold": [{"name": "binutils-gold", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils": [{"name": "binutils", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-build-libs": [{"name": "rpm-build-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "initscripts-service": [{"name": "initscripts-service", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iputils": [{"name": "iputils", "version": "20210202", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi": [{"name": "libkcapi", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi-hmaccalc": [{"name": "libkcapi-hmaccalc", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut": [{"name": "dracut", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules-core": [{"name": "kernel-modules-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-core": [{"name": "kernel-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-tools": [{"name": "grub2-tools", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "grubby": [{"name": "grubby", "version": "8.40", "release": "63.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules": [{"name": "kernel-modules", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-squash": [{"name": "dracut-squash", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "logrotate": [{"name": "logrotate", "version": "3.18.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob": [{"name": "oddjob", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob-mkhomedir": [{"name": "oddjob-mkhomedir", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect": [{"name": "authselect", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-systemd-inhibit": [{"name": "rpm-plugin-systemd-inhibit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-client": [{"name": "sssd-client", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libyaml": [{"name": "libyaml", "version": "0.2.5", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lmdb-libs": [{"name": "lmdb-libs", "version": "0.9.29", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libldb": [{"name": "libldb", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-common": [{"name": "sssd-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nettle": [{"name": "nettle", "version": "3.9.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnutls": [{"name": "gnutls", "version": "3.8.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib2": [{"name": "glib2", "version": "2.68.4", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dbus": [{"name": "python3-dbus", "version": "1.2.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-libnm": [{"name": "NetworkManager-libnm", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "NetworkManager": [{"name": "NetworkManager", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmodulemd": [{"name": "libmodulemd", "version": "2.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuser": [{"name": "libuser", "version": "0.63", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "passwd": [{"name": "passwd", "version": "0.80", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "usermode": [{"name": "usermode", "version": "1.114", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gobject-introspection": [{"name": "gobject-introspection", "version": "1.68.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gobject-base-noarch": [{"name": "python3-gobject-base-noarch", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-gobject-base": [{"name": "python3-gobject-base", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-firewall": [{"name": "python3-firewall", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "npth": [{"name": "npth", "version": "1.6", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnupg2": [{"name": "gnupg2", "version": "2.3.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpgme": [{"name": "gpgme", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "librepo": [{"name": "librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf": [{"name": "libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libdnf": [{"name": "python3-libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-hawkey": [{"name": "python3-hawkey", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf-plugin-subscription-manager": [{"name": "libdnf-plugin-subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-librepo": [{"name": "python3-librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gpg": [{"name": "python3-gpg", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-sign-libs": [{"name": "rpm-sign-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-rpm": [{"name": "python3-rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dnf": [{"name": "python3-dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dnf-plugins-core": [{"name": "python3-dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf": [{"name": "dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-subscription-manager-rhsm": [{"name": "python3-subscription-manager-rhsm", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "subscription-manager": [{"name": "subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oniguruma": [{"name": "oniguruma", "version": "6.9.6", "release": "1.el9.6", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jq": [{"name": "jq", "version": "1.6", "release": "17.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-network": [{"name": "dracut-network", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pciutils-libs": [{"name": "pciutils-libs", "version": "3.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sg3_utils-libs": [{"name": "sg3_utils-libs", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "slang": [{"name": "slang", "version": "2.3.2", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "newt": [{"name": "newt", "version": "0.52.21", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "userspace-rcu": [{"name": "userspace-rcu", "version": "0.12.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "checkpolicy": [{"name": "checkpolicy", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-policycoreutils": [{"name": "python3-policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "policycoreutils-python-utils": [{"name": "policycoreutils-python-utils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libestr": [{"name": "libestr", "version": "0.1.11", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfastjson": [{"name": "libfastjson", "version": "0.99.9", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog-logrotate": [{"name": "rsyslog-logrotate", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog": [{"name": "rsyslog", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "liburing": [{"name": "liburing", "version": "2.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "langpacks-core-en": [{"name": "langpacks-core-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-en": [{"name": "langpacks-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "qemu-guest-agent": [{"name": "qemu-guest-agent", "version": "9.0.0", "release": "10.el9", "epoch": 17, "arch": "x86_64", "source": "rpm"}], "rhc": [{"name": "rhc", "version": "0.2.4", "release": "5.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "xfsprogs": [{"name": "xfsprogs", "version": "6.4.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-tui": [{"name": "NetworkManager-tui", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "sg3_utils": [{"name": "sg3_utils", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools": [{"name": "kernel-tools", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kexec-tools": [{"name": "kexec-tools", "version": "2.0.27", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum": [{"name": "yum", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-plugins-core": [{"name": "dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld": [{"name": "firewalld", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "NetworkManager-team": [{"name": "NetworkManager-team", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "initscripts-rename-device": [{"name": "initscripts-rename-device", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "irqbalance": [{"name": "irqbalance", "version": "1.9.4", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "chrony": [{"name": "chrony", "version": "4.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-kcm": [{"name": "sssd-kcm", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-compat": [{"name": "authselect-compat", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel": [{"name": "kernel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies-scripts": [{"name": "crypto-policies-scripts", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "grub2-pc": [{"name": "grub2-pc", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "dracut-config-rescue": [{"name": "dracut-config-rescue", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit": [{"name": "audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssh-clients": [{"name": "openssh-clients", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "parted": [{"name": "parted", "version": "3.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "microcode_ctl": [{"name": "microcode_ctl", "version": "20240531", "release": "1.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "openssh-server": [{"name": "openssh-server", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-selinux": [{"name": "rpm-plugin-selinux", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-audit": [{"name": "rpm-plugin-audit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sudo": [{"name": "sudo", "version": "1.9.5p2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "man-db": [{"name": "man-db", "version": "2.9.3", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute-tc": [{"name": "iproute-tc", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs": [{"name": "e2fsprogs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "prefixdevname": [{"name": "prefixdevname", "version": "0.1.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-minimal": [{"name": "vim-minimal", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "lshw": [{"name": "lshw", "version": "B.02.19.2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses": [{"name": "ncurses", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsysfs": [{"name": "libsysfs", "version": "2.1.1", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lsscsi": [{"name": "lsscsi", "version": "0.32", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iwl100-firmware": [{"name": "iwl100-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl1000-firmware": [{"name": "iwl1000-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl105-firmware": [{"name": "iwl105-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl135-firmware": [{"name": "iwl135-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2000-firmware": [{"name": "iwl2000-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2030-firmware": [{"name": "iwl2030-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl3160-firmware": [{"name": "iwl3160-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl5000-firmware": [{"name": "iwl5000-firmware", "version": "8.83.5.1_1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl5150-firmware": [{"name": "iwl5150-firmware", "version": "8.24.2.2", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6000g2a-firmware": [{"name": "iwl6000g2a-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6050-firmware": [{"name": "iwl6050-firmware", "version": "41.28.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl7260-firmware": [{"name": "iwl7260-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "rootfiles": [{"name": "rootfiles", "version": "8.1", "release": "31.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gpg-pubkey": [{"name": "gpg-pubkey", "version": "3228467c", "release": "613798eb", "epoch": null, "arch": null, "source": "rpm"}, {"name": "gpg-pubkey", "version": "8483c65d", "release": "5ccc5b19", "epoch": null, "arch": null, "source": "rpm"}], "epel-release": [{"name": "epel-release", "version": "9", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "nspr": [{"name": "nspr", "version": "4.35.0", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-system": [{"name": "boost-system", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-util": [{"name": "nss-util", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "make": [{"name": "make", "version": "4.3", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "m4": [{"name": "m4", "version": "1.4.19", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmpc": [{"name": "libmpc", "version": "1.2.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "unzip": [{"name": "unzip", "version": "6.0", "release": "57.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "avahi-libs": [{"name": "avahi-libs", "version": "0.8", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zip": [{"name": "zip", "version": "3.0", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpp": [{"name": "cpp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bison": [{"name": "bison", "version": "3.7.4", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "flex": [{"name": "flex", "version": "2.6.4", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn-freebl": [{"name": "nss-softokn-freebl", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn": [{"name": "nss-softokn", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss": [{"name": "nss", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-sysinit": [{"name": "nss-sysinit", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-filesystem": [{"name": "boost-filesystem", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-thread": [{"name": "boost-thread", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Digest": [{"name": "perl-Digest", "version": "1.19", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Digest-MD5": [{"name": "perl-Digest-MD5", "version": "2.58", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-B": [{"name": "perl-B", "version": "1.80", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-FileHandle": [{"name": "perl-FileHandle", "version": "2.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Data-Dumper": [{"name": "perl-Data-Dumper", "version": "2.174", "release": "462.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-libnet": [{"name": "perl-libnet", "version": "3.13", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-base": [{"name": "perl-base", "version": "2.27", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-URI": [{"name": "perl-URI", "version": "5.09", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-AutoLoader": [{"name": "perl-AutoLoader", "version": "5.74", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Mozilla-CA": [{"name": "perl-Mozilla-CA", "version": "20200520", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-if": [{"name": "perl-if", "version": "0.60.800", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-IP": [{"name": "perl-IO-Socket-IP", "version": "0.41", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Time-Local": [{"name": "perl-Time-Local", "version": "1.300", "release": "7.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "perl-File-Path": [{"name": "perl-File-Path", "version": "2.18", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Escapes": [{"name": "perl-Pod-Escapes", "version": "1.07", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Text-Tabs+Wrap": [{"name": "perl-Text-Tabs+Wrap", "version": "2013.0523", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-SSL": [{"name": "perl-IO-Socket-SSL", "version": "2.073", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Net-SSLeay": [{"name": "perl-Net-SSLeay", "version": "1.94", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Class-Struct": [{"name": "perl-Class-Struct", "version": "0.66", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-POSIX": [{"name": "perl-POSIX", "version": "1.94", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Term-ANSIColor": [{"name": "perl-Term-ANSIColor", "version": "5.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IPC-Open3": [{"name": "perl-IPC-Open3", "version": "1.21", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-subs": [{"name": "perl-subs", "version": "1.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-Temp": [{"name": "perl-File-Temp", "version": "0.231.100", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Term-Cap": [{"name": "perl-Term-Cap", "version": "1.17", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Simple": [{"name": "perl-Pod-Simple", "version": "3.42", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-HTTP-Tiny": [{"name": "perl-HTTP-Tiny", "version": "0.076", "release": "462.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Socket": [{"name": "perl-Socket", "version": "2.031", "release": "4.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-SelectSaver": [{"name": "perl-SelectSaver", "version": "1.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Symbol": [{"name": "perl-Symbol", "version": "1.08", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-stat": [{"name": "perl-File-stat", "version": "1.09", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-podlators": [{"name": "perl-podlators", "version": "4.14", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Pod-Perldoc": [{"name": "perl-Pod-Perldoc", "version": "3.28.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Fcntl": [{"name": "perl-Fcntl", "version": "1.13", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Text-ParseWords": [{"name": "perl-Text-ParseWords", "version": "3.30", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-mro": [{"name": "perl-mro", "version": "1.23", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-IO": [{"name": "perl-IO", "version": "1.43", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-overloading": [{"name": "perl-overloading", "version": "0.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Pod-Usage": [{"name": "perl-Pod-Usage", "version": "2.01", "release": "4.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "perl-Errno": [{"name": "perl-Errno", "version": "1.30", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Basename": [{"name": "perl-File-Basename", "version": "2.85", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Std": [{"name": "perl-Getopt-Std", "version": "1.12", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-MIME-Base64": [{"name": "perl-MIME-Base64", "version": "3.16", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Scalar-List-Utils": [{"name": "perl-Scalar-List-Utils", "version": "1.56", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-constant": [{"name": "perl-constant", "version": "1.33", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Storable": [{"name": "perl-Storable", "version": "3.21", "release": "460.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "perl-overload": [{"name": "perl-overload", "version": "1.31", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-parent": [{"name": "perl-parent", "version": "0.238", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-vars": [{"name": "perl-vars", "version": "1.05", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Long": [{"name": "perl-Getopt-Long", "version": "2.52", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Carp": [{"name": "perl-Carp", "version": "1.50", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Exporter": [{"name": "perl-Exporter", "version": "5.74", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-NDBM_File": [{"name": "perl-NDBM_File", "version": "1.15", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-PathTools": [{"name": "perl-PathTools", "version": "3.78", "release": "461.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Encode": [{"name": "perl-Encode", "version": "3.08", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-libs": [{"name": "perl-libs", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-interpreter": [{"name": "perl-interpreter", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "aspell": [{"name": "aspell", "version": "0.60.8", "release": "8.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "tbb": [{"name": "tbb", "version": "2020.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dyninst": [{"name": "dyninst", "version": "12.1.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-runtime": [{"name": "systemtap-runtime", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-headers": [{"name": "kernel-headers", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-headers": [{"name": "glibc-headers", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "strace": [{"name": "strace", "version": "5.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-m4": [{"name": "pkgconf-m4", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libpkgconf": [{"name": "libpkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf": [{"name": "pkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-pkg-config": [{"name": "pkgconf-pkg-config", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd-devel": [{"name": "libzstd-devel", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib-devel": [{"name": "zlib-devel", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf-devel": [{"name": "elfutils-libelf-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-devel": [{"name": "glibc-devel", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-devel": [{"name": "libxcrypt-devel", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gcc": [{"name": "gcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-devel": [{"name": "openssl-devel", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "kernel-devel": [{"name": "kernel-devel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-devel": [{"name": "xz-devel", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-devel": [{"name": "elfutils-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-devel": [{"name": "systemtap-devel", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "efivar-libs": [{"name": "efivar-libs", "version": "38", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mokutil": [{"name": "mokutil", "version": "0.6.0", "release": "4.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "systemtap-client": [{"name": "systemtap-client", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap": [{"name": "systemtap", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "qa-tools": [{"name": "qa-tools", "version": "4.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libtirpc": [{"name": "libtirpc", "version": "1.3.3", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "git-core": [{"name": "git-core", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfsidmap": [{"name": "libnfsidmap", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "git-core-doc": [{"name": "git-core-doc", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "rpcbind": [{"name": "rpcbind", "version": "1.2.6", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "wget": [{"name": "wget", "version": "1.21.1", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-lib": [{"name": "perl-lib", "version": "0.65", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Find": [{"name": "perl-File-Find", "version": "1.37", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Error": [{"name": "perl-Error", "version": "0.17029", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-DynaLoader": [{"name": "perl-DynaLoader", "version": "1.47", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-TermReadKey": [{"name": "perl-TermReadKey", "version": "2.38", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxslt": [{"name": "libxslt", "version": "1.1.34", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-lxml": [{"name": "python3-lxml", "version": "4.6.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpm-libs": [{"name": "gpm-libs", "version": "1.20.7", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "emacs-filesystem": [{"name": "emacs-filesystem", "version": "27.2", "release": "10.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Git": [{"name": "perl-Git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "git": [{"name": "git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum-utils": [{"name": "yum-utils", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "vim-filesystem": [{"name": "vim-filesystem", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "vim-common": [{"name": "vim-common", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "time": [{"name": "time", "version": "1.9", "release": "18.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tar": [{"name": "tar", "version": "1.34", "release": "7.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "quota-nls": [{"name": "quota-nls", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "quota": [{"name": "quota", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-pyyaml": [{"name": "python3-pyyaml", "version": "5.4.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libev": [{"name": "libev", "version": "4.33", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto-libev": [{"name": "libverto-libev", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gssproxy": [{"name": "gssproxy", "version": "0.8.4", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nfs-utils": [{"name": "nfs-utils", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "bc": [{"name": "bc", "version": "1.07.1", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "beakerlib-redhat": [{"name": "beakerlib-redhat", "version": "1", "release": "35.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "beakerlib": [{"name": "beakerlib", "version": "1.29.3", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "restraint": [{"name": "restraint", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "restraint-rhts": [{"name": "restraint-rhts", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-enhanced": [{"name": "vim-enhanced", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "sssd-nfs-idmap": [{"name": "sssd-nfs-idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsync": [{"name": "rsync", "version": "3.2.3", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pytz": [{"name": "python3-pytz", "version": "2021.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-babel": [{"name": "python3-babel", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyserial": [{"name": "python3-pyserial", "version": "3.4", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyrsistent": [{"name": "python3-pyrsistent", "version": "0.17.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-prettytable": [{"name": "python3-prettytable", "version": "0.7.2", "release": "27.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-oauthlib": [{"name": "python3-oauthlib", "version": "3.1.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-netifaces": [{"name": "python3-netifaces", "version": "0.10.6", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-markupsafe": [{"name": "python3-markupsafe", "version": "1.1.1", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-jinja2": [{"name": "python3-jinja2", "version": "2.11.3", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpointer": [{"name": "python3-jsonpointer", "version": "2.0", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpatch": [{"name": "python3-jsonpatch", "version": "1.21", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-configobj": [{"name": "python3-configobj", "version": "5.0.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-attrs": [{"name": "python3-attrs", "version": "20.3.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonschema": [{"name": "python3-jsonschema", "version": "3.2.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libmaxminddb": [{"name": "libmaxminddb", "version": "1.5.2", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "geolite2-country": [{"name": "geolite2-country", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "geolite2-city": [{"name": "geolite2-city", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ipcalc": [{"name": "ipcalc", "version": "1.0.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdisk": [{"name": "gdisk", "version": "1.0.7", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dhcp-common": [{"name": "dhcp-common", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "noarch", "source": "rpm"}], "dhcp-client": [{"name": "dhcp-client", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "cloud-init": [{"name": "cloud-init", "version": "23.4", "release": "19.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cloud-utils-growpart": [{"name": "cloud-utils-growpart", "version": "0.33", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jitterentropy": [{"name": "jitterentropy", "version": "3.5.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rng-tools": [{"name": "rng-tools", "version": "6.16", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "samba-common": [{"name": "samba-common", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "protobuf-c": [{"name": "protobuf-c", "version": "1.3.3", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-gssapi": [{"name": "cyrus-sasl-gssapi", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5-common": [{"name": "sssd-krb5-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5": [{"name": "sssd-krb5", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ldap": [{"name": "sssd-ldap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adcli": [{"name": "adcli", "version": "0.9.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuv": [{"name": "libuv", "version": "1.42.0", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "fstrm": [{"name": "fstrm", "version": "0.6.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bind-license": [{"name": "bind-license", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "noarch", "source": "rpm"}], "bind-libs": [{"name": "bind-libs", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "bind-utils": [{"name": "bind-utils", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "sssd-proxy": [{"name": "sssd-proxy", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libipa_hbac": [{"name": "libipa_hbac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libicu": [{"name": "libicu", "version": "67.1", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libwbclient": [{"name": "libwbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-common-libs": [{"name": "samba-common-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-client-libs": [{"name": "samba-client-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-common-pac": [{"name": "sssd-common-pac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ipa": [{"name": "sssd-ipa", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmbclient": [{"name": "libsmbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-ad": [{"name": "sssd-ad", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd": [{"name": "sssd", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tlog": [{"name": "tlog", "version": "14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}]}}, "invocation": {"module_args": {"manager": ["auto"], "strategy": "first"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts.packages\r\n# destroy ansible.module_utils.facts.packages\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy rpm.transaction\r\n# destroy rpm\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy rpm._rpm\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888132.44735: _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 0x7f1ff2df3dc0> # /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 0x7f1ff2d983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2df3b20> # /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 0x7f1ff2df3ac0> 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 0x7f1ff2d98490> # /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 0x7f1ff2d98940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98670> # /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 0x7f1ff2d4f190> # /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 0x7f1ff2d4f220> # /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 0x7f1ff2d72850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d4f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2db0880> # /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 0x7f1ff2d48d90> # /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 0x7f1ff2d72d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d98970> 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 0x7f1ff2d13eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d16f40> # /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 0x7f1ff2d0c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d12640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d13370> # /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 0x7f1ff29d3e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29d3910> 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 0x7f1ff29d3f10> # /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 0x7f1ff29d3fd0> # /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 0x7f1ff29e70d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ceed90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2ce7670> # /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 0x7f1ff2cf96d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d1ae20> # /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 0x7f1ff29e7cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2cee2b0> # 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 0x7f1ff2cf92e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d209d0> # /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 0x7f1ff29e7eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7df0> # /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 0x7f1ff29e7d60> # /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 0x7f1ff29ba3d0> # /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 0x7f1ff29ba4c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29eff40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9a90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9490> # /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 0x7f1ff28ef220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29a6520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e9f10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2d20040> # /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 0x7f1ff2900b50> 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 0x7f1ff2900e80> # /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 0x7f1ff2910790> # /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 0x7f1ff2910cd0> # 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 0x7f1ff28aa400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2900f70> # /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 0x7f1ff28bb2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2910610> 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 0x7f1ff28bb3a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7a30> # /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 0x7f1ff28d6700> # /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 0x7f1ff28d69d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d67c0> # 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 0x7f1ff28d68b0> # /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 0x7f1ff28d6d00> # 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 0x7f1ff28e2250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28d6940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff28caa90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff29e7610> # /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 0x7f1ff28d6af0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1ff28126d0> # zipimport: found 105 names in '/tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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 0x7f1ff2144820> # /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 0x7f1ff21d5730> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5340> # /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 0x7f1ff21d5460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d5160> 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 0x7f1ff21d53a0> # /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 0x7f1ff21d5790> # /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 0x7f1ff21b57f0> # 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 0x7f1ff21b5b80> # 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 0x7f1ff21b59d0> # /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 0x7f1ff20c8520> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21ced60> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21d54f0> # /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 0x7f1ff21ce1c0> # /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 0x7f1ff21f6b20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1160> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21a1760> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff20cdd30> # 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 0x7f1ff21a1670> # /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 0x7f1ff2774d00> # /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 0x7f1ff2125a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277de80> # /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 0x7f1ff21340a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff277deb0> # /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 0x7f1ff27841c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21340d0> # 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 0x7f1ff21ee2b0> # 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 0x7f1ff277daf0> # 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 0x7f1ff277dac0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2774ee0> # /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 0x7f1ff21300d0> # 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 0x7f1ff2126310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2130cd0> # 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 0x7f1ff2130670> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2131100> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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 0x7f1ff2142910> # /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 0x7f1ff216f9a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cee9d0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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 0x7f1ff21b37f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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 0x7f1ff21f0460> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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 0x7f1ff21620d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff216f1f0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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 0x7f1ff2175bb0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff278d070> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff21652e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py # 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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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 0x7f1ff1a7fb50> # /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 0x7f1ff1cf4910> # 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 0x7f1ff1cf4820> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a631c0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a7f5e0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb49a0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4d90> # /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 0x7f1ff1ca5100> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a70bb0> # /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 0x7f1ff1ca5d90> # /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 0x7f1ff1cb65b0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1b7a040> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1cb4fd0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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 0x7f1ff1947250> # /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 0x7f1ff1947790> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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 0x7f1ff1d166d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff19479d0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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 0x7f1ff2161460> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff2161f10> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_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_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_0kqo16ta/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py # zipimport: zlib available # /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 0x7f1ff192d100> # /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 0x7f1ff192dc40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ff1a707f0> {"ansible_facts": {"packages": {"libgcc": [{"name": "libgcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "linux-firmware-whence": [{"name": "linux-firmware-whence", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "tzdata": [{"name": "tzdata", "version": "2024a", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "subscription-manager-rhsm-certificates": [{"name": "subscription-manager-rhsm-certificates", "version": "20220623", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "linux-firmware": [{"name": "linux-firmware", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gawk-all-langpacks": [{"name": "gawk-all-langpacks", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools-wheel": [{"name": "python3-setuptools-wheel", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "publicsuffix-list-dafsa": [{"name": "publicsuffix-list-dafsa", "version": "20210518", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "pcre2-syntax": [{"name": "pcre2-syntax", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ncurses-base": [{"name": "ncurses-base", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libssh-config": [{"name": "libssh-config", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libreport-filesystem": [{"name": "libreport-filesystem", "version": "2.15.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-data": [{"name": "dnf-data", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-misc": [{"name": "kbd-misc", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-legacy": [{"name": "kbd-legacy", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "hwdata": [{"name": "hwdata", "version": "0.348", "release": "9.15.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "fonts-filesystem": [{"name": "fonts-filesystem", "version": "2.0.5", "release": "7.el9.1", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dejavu-sans-fonts": [{"name": "dejavu-sans-fonts", "version": "2.37", "release": "18.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-core-font-en": [{"name": "langpacks-core-font-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld-filesystem": [{"name": "firewalld-filesystem", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "coreutils-common": [{"name": "coreutils-common", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-gpg-keys": [{"name": "centos-gpg-keys", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-repos": [{"name": "centos-stream-repos", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-release": [{"name": "centos-stream-release", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setup": [{"name": "setup", "version": "2.13.7", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "filesystem": [{"name": "filesystem", "version": "3.16", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "basesystem": [{"name": "basesystem", "version": "11", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "glibc-gconv-extra": [{"name": "glibc-gconv-extra", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-langpack-en": [{"name": "glibc-langpack-en", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-common": [{"name": "glibc-common", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc": [{"name": "glibc", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses-libs": [{"name": "ncurses-libs", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bash": [{"name": "bash", "version": "5.1.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib": [{"name": "zlib", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-libs": [{"name": "xz-libs", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd": [{"name": "libzstd", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap": [{"name": "libcap", "version": "2.48", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "popt": [{"name": "popt", "version": "1.18", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bzip2-libs": [{"name": "bzip2-libs", "version": "1.0.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt": [{"name": "libxcrypt", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuuid": [{"name": "libuuid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sqlite-libs": [{"name": "sqlite-libs", "version": "3.34.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcom_err": [{"name": "libcom_err", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libstdc++": [{"name": "libstdc++", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmnl": [{"name": "libmnl", "version": "1.0.4", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf": [{"name": "elfutils-libelf", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxml2": [{"name": "libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies": [{"name": "crypto-policies", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "readline": [{"name": "readline", "version": "8.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng": [{"name": "libcap-ng", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit-libs": [{"name": "audit-libs", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "alternatives": [{"name": "alternatives", "version": "1.24", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libunistring": [{"name": "libunistring", "version": "0.9.10", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lua-libs": [{"name": "lua-libs", "version": "5.4.4", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libffi": [{"name": "libffi", "version": "3.4.2", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgpg-error": [{"name": "libgpg-error", "version": "1.42", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsepol": [{"name": "libsepol", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtalloc": [{"name": "libtalloc", "version": "2.4.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libidn2": [{"name": "libidn2", "version": "2.3.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gmp": [{"name": "gmp", "version": "6.2.0", "release": "13.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "json-c": [{"name": "json-c", "version": "0.14", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils-libs": [{"name": "keyutils-libs", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libattr": [{"name": "libattr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libacl": [{"name": "libacl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3": [{"name": "libnl3", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmartcols": [{"name": "libsmartcols", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lz4-libs": [{"name": "lz4-libs", "version": "1.9.3", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre2": [{"name": "pcre2", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux": [{"name": "libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sed": [{"name": "sed", "version": "4.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsemanage": [{"name": "libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shadow-utils": [{"name": "shadow-utils", "version": "4.9", "release": "9.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "findutils": [{"name": "findutils", "version": "4.8.0", "release": "7.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libtevent": [{"name": "libtevent", "version": "0.16.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgcrypt": [{"name": "libgcrypt", "version": "1.10.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file-libs": [{"name": "file-libs", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libedit": [{"name": "libedit", "version": "3.1", "release": "38.20210216cvs.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "psmisc": [{"name": "psmisc", "version": "23.4", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dmidecode": [{"name": "dmidecode", "version": "3.6", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "expat": [{"name": "expat", "version": "2.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdbm-libs": [{"name": "gdbm-libs", "version": "1.23", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "jansson": [{"name": "jansson", "version": "2.14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtasn1": [{"name": "libtasn1", "version": "4.16.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit": [{"name": "p11-kit", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtdb": [{"name": "libtdb", "version": "1.4.10", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "which": [{"name": "which", "version": "2.21", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit-trust": [{"name": "p11-kit-trust", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file": [{"name": "file", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux-utils": [{"name": "libselinux-utils", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libassuan": [{"name": "libassuan", "version": "2.5.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbpf": [{"name": "libbpf", "version": "1.4.0", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "libnftnl": [{"name": "libnftnl", "version": "1.2.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "fuse-libs": [{"name": "fuse-libs", "version": "2.9.9", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbasicobjects": [{"name": "libbasicobjects", "version": "0.1.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcollection": [{"name": "libcollection", "version": "0.7.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdb": [{"name": "libdb", "version": "5.3.28", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute": [{"name": "iproute", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdhash": [{"name": "libdhash", "version": "0.5.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgomp": [{"name": "libgomp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libref_array": [{"name": "libref_array", "version": "0.1.5", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libseccomp": [{"name": "libseccomp", "version": "2.5.2", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsigsegv": [{"name": "libsigsegv", "version": "2.13", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_idmap": [{"name": "libsss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lzo": [{"name": "lzo", "version": "2.10", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "numactl-libs": [{"name": "numactl-libs", "version": "2.0.16", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre": [{"name": "pcre", "version": "8.44", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grep": [{"name": "grep", "version": "3.6", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-libs": [{"name": "openssl-libs", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "coreutils": [{"name": "coreutils", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ca-certificates": [{"name": "ca-certificates", "version": "2024.2.69_v8.0.303", "release": "91.4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "systemd-libs": [{"name": "systemd-libs", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libblkid": [{"name": "libblkid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-libs": [{"name": "dbus-libs", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmount": [{"name": "libmount", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux-core": [{"name": "util-linux-core", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfdisk": [{"name": "libfdisk", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gzip": [{"name": "gzip", "version": "1.12", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod": [{"name": "kmod", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod-libs": [{"name": "kmod-libs", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib": [{"name": "cracklib", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib-dicts": [{"name": "cracklib-dicts", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-tools": [{"name": "dbus-tools", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "procps-ng": [{"name": "procps-ng", "version": "3.3.17", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl": [{"name": "openssl", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libarchive": [{"name": "libarchive", "version": "3.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libevent": [{"name": "libevent", "version": "2.1.12", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_certmap": [{"name": "libsss_certmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz": [{"name": "xz", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "squashfs-tools": [{"name": "squashfs-tools", "version": "4.4", "release": "10.git1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcomps": [{"name": "libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libutempter": [{"name": "libutempter", "version": "1.2.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3-cli": [{"name": "libnl3-cli", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libteam": [{"name": "libteam", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "acl": [{"name": "acl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext-libs": [{"name": "gettext-libs", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext": [{"name": "gettext", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "attr": [{"name": "attr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils": [{"name": "keyutils", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mpfr": [{"name": "mpfr", "version": "4.1.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gawk": [{"name": "gawk", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpsl": [{"name": "libpsl", "version": "0.21.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libksba": [{"name": "libksba", "version": "1.5.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ethtool": [{"name": "ethtool", "version": "6.2", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "ipset-libs": [{"name": "ipset-libs", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ipset": [{"name": "ipset", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "groff-base": [{"name": "groff-base", "version": "1.22.4", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "snappy": [{"name": "snappy", "version": "1.1.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs-libs": [{"name": "e2fsprogs-libs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libss": [{"name": "libss", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-compat": [{"name": "libxcrypt-compat", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pip-wheel": [{"name": "python3-pip-wheel", "version": "21.3.1", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python-unversioned-command": [{"name": "python-unversioned-command", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3": [{"name": "python3", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libs": [{"name": "python3-libs", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools": [{"name": "python3-setuptools", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-six": [{"name": "python3-six", "version": "1.15.0", "release": "9.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dateutil": [{"name": "python3-dateutil", "version": "2.8.1", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "python3-iniparse": [{"name": "python3-iniparse", "version": "0.4", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-idna": [{"name": "python3-idna", "version": "2.10", "release": "7.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libselinux": [{"name": "python3-libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libsemanage": [{"name": "python3-libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-inotify": [{"name": "python3-inotify", "version": "0.9.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-setools": [{"name": "python3-setools", "version": "4.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-distro": [{"name": "python3-distro", "version": "1.5.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libcomps": [{"name": "python3-libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-chardet": [{"name": "python3-chardet", "version": "4.0.0", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-decorator": [{"name": "python3-decorator", "version": "4.4.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pysocks": [{"name": "python3-pysocks", "version": "1.7.1", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-urllib3": [{"name": "python3-urllib3", "version": "1.26.5", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-requests": [{"name": "python3-requests", "version": "2.25.1", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-cloud-what": [{"name": "python3-cloud-what", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-systemd": [{"name": "python3-systemd", "version": "234", "release": "19.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng-python3": [{"name": "libcap-ng-python3", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-audit": [{"name": "python3-audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pigz": [{"name": "pigz", "version": "2.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "hostname": [{"name": "hostname", "version": "3.23", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools-libs": [{"name": "kernel-tools-libs", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "less": [{"name": "less", "version": "590", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-rpm-macros": [{"name": "systemd-rpm-macros", "version": "252", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "c-ares": [{"name": "c-ares", "version": "1.19.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpio": [{"name": "cpio", "version": "2.13", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "diffutils": [{"name": "diffutils", "version": "3.7", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "inih": [{"name": "inih", "version": "49", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbrotli": [{"name": "libbrotli", "version": "1.0.9", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcbor": [{"name": "libcbor", "version": "0.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdaemon": [{"name": "libdaemon", "version": "0.14", "release": "23.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "teamd": [{"name": "teamd", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libeconf": [{"name": "libeconf", "version": "0.4.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpwquality": [{"name": "libpwquality", "version": "1.4.4", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pam": [{"name": "pam", "version": "1.5.1", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux": [{"name": "util-linux", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-common": [{"name": "grub2-common", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "openssh": [{"name": "openssh", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-pc-modules": [{"name": "grub2-pc-modules", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "virt-what": [{"name": "virt-what", "version": "1.25", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kbd": [{"name": "kbd", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libndp": [{"name": "libndp", "version": "1.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfnetlink": [{"name": "libnfnetlink", "version": "1.0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnetfilter_conntrack": [{"name": "libnetfilter_conntrack", "version": "1.0.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-libs": [{"name": "iptables-libs", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-nft": [{"name": "iptables-nft", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nftables": [{"name": "nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-nftables": [{"name": "python3-nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libnghttp2": [{"name": "libnghttp2", "version": "1.43.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpath_utils": [{"name": "libpath_utils", "version": "0.2.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libini_config": [{"name": "libini_config", "version": "1.3.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpipeline": [{"name": "libpipeline", "version": "1.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_nss_idmap": [{"name": "libsss_nss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_sudo": [{"name": "libsss_sudo", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto": [{"name": "libverto", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "krb5-libs": [{"name": "krb5-libs", "version": "1.21.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-lib": [{"name": "cyrus-sasl-lib", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openldap": [{"name": "openldap", "version": "2.6.6", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libssh": [{"name": "libssh", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcurl": [{"name": "libcurl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tpm2-tss": [{"name": "tpm2-tss", "version": "3.2.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ima-evm-utils": [{"name": "ima-evm-utils", "version": "1.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "curl": [{"name": "curl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm": [{"name": "rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-libs": [{"name": "rpm-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "policycoreutils": [{"name": "policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "selinux-policy": [{"name": "selinux-policy", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "selinux-policy-targeted": [{"name": "selinux-policy-targeted", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dbus": [{"name": "dbus", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "systemd-pam": [{"name": "systemd-pam", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd": [{"name": "systemd", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-common": [{"name": "dbus-common", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dbus-broker": [{"name": "dbus-broker", "version": "28", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie-anacron": [{"name": "cronie-anacron", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie": [{"name": "cronie", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crontabs": [{"name": "crontabs", "version": "1.11", "release": "26.20190603git.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libsolv": [{"name": "libsolv", "version": "0.7.24", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-libs": [{"name": "authselect-libs", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "device-mapper-libs": [{"name": "device-mapper-libs", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "device-mapper": [{"name": "device-mapper", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "grub2-tools-minimal": [{"name": "grub2-tools-minimal", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "cryptsetup-libs": [{"name": "cryptsetup-libs", "version": "2.7.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-udev": [{"name": "systemd-udev", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfido2": [{"name": "libfido2", "version": "1.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "os-prober": [{"name": "os-prober", "version": "1.77", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kpartx": [{"name": "kpartx", "version": "0.8.7", "release": "32.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-default-yama-scope": [{"name": "elfutils-default-yama-scope", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "elfutils-libs": [{"name": "elfutils-libs", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-debuginfod-client": [{"name": "elfutils-debuginfod-client", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils-gold": [{"name": "binutils-gold", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils": [{"name": "binutils", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-build-libs": [{"name": "rpm-build-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "initscripts-service": [{"name": "initscripts-service", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iputils": [{"name": "iputils", "version": "20210202", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi": [{"name": "libkcapi", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi-hmaccalc": [{"name": "libkcapi-hmaccalc", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut": [{"name": "dracut", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules-core": [{"name": "kernel-modules-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-core": [{"name": "kernel-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-tools": [{"name": "grub2-tools", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "grubby": [{"name": "grubby", "version": "8.40", "release": "63.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules": [{"name": "kernel-modules", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-squash": [{"name": "dracut-squash", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "logrotate": [{"name": "logrotate", "version": "3.18.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob": [{"name": "oddjob", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob-mkhomedir": [{"name": "oddjob-mkhomedir", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect": [{"name": "authselect", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-systemd-inhibit": [{"name": "rpm-plugin-systemd-inhibit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-client": [{"name": "sssd-client", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libyaml": [{"name": "libyaml", "version": "0.2.5", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lmdb-libs": [{"name": "lmdb-libs", "version": "0.9.29", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libldb": [{"name": "libldb", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-common": [{"name": "sssd-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nettle": [{"name": "nettle", "version": "3.9.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnutls": [{"name": "gnutls", "version": "3.8.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib2": [{"name": "glib2", "version": "2.68.4", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dbus": [{"name": "python3-dbus", "version": "1.2.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-libnm": [{"name": "NetworkManager-libnm", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "NetworkManager": [{"name": "NetworkManager", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmodulemd": [{"name": "libmodulemd", "version": "2.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuser": [{"name": "libuser", "version": "0.63", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "passwd": [{"name": "passwd", "version": "0.80", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "usermode": [{"name": "usermode", "version": "1.114", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gobject-introspection": [{"name": "gobject-introspection", "version": "1.68.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gobject-base-noarch": [{"name": "python3-gobject-base-noarch", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-gobject-base": [{"name": "python3-gobject-base", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-firewall": [{"name": "python3-firewall", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "npth": [{"name": "npth", "version": "1.6", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnupg2": [{"name": "gnupg2", "version": "2.3.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpgme": [{"name": "gpgme", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "librepo": [{"name": "librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf": [{"name": "libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libdnf": [{"name": "python3-libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-hawkey": [{"name": "python3-hawkey", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf-plugin-subscription-manager": [{"name": "libdnf-plugin-subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-librepo": [{"name": "python3-librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gpg": [{"name": "python3-gpg", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-sign-libs": [{"name": "rpm-sign-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-rpm": [{"name": "python3-rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dnf": [{"name": "python3-dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dnf-plugins-core": [{"name": "python3-dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf": [{"name": "dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-subscription-manager-rhsm": [{"name": "python3-subscription-manager-rhsm", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "subscription-manager": [{"name": "subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oniguruma": [{"name": "oniguruma", "version": "6.9.6", "release": "1.el9.6", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jq": [{"name": "jq", "version": "1.6", "release": "17.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-network": [{"name": "dracut-network", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pciutils-libs": [{"name": "pciutils-libs", "version": "3.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sg3_utils-libs": [{"name": "sg3_utils-libs", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "slang": [{"name": "slang", "version": "2.3.2", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "newt": [{"name": "newt", "version": "0.52.21", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "userspace-rcu": [{"name": "userspace-rcu", "version": "0.12.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "checkpolicy": [{"name": "checkpolicy", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-policycoreutils": [{"name": "python3-policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "policycoreutils-python-utils": [{"name": "policycoreutils-python-utils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libestr": [{"name": "libestr", "version": "0.1.11", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfastjson": [{"name": "libfastjson", "version": "0.99.9", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog-logrotate": [{"name": "rsyslog-logrotate", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog": [{"name": "rsyslog", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "liburing": [{"name": "liburing", "version": "2.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "langpacks-core-en": [{"name": "langpacks-core-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-en": [{"name": "langpacks-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "qemu-guest-agent": [{"name": "qemu-guest-agent", "version": "9.0.0", "release": "10.el9", "epoch": 17, "arch": "x86_64", "source": "rpm"}], "rhc": [{"name": "rhc", "version": "0.2.4", "release": "5.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "xfsprogs": [{"name": "xfsprogs", "version": "6.4.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-tui": [{"name": "NetworkManager-tui", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "sg3_utils": [{"name": "sg3_utils", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools": [{"name": "kernel-tools", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kexec-tools": [{"name": "kexec-tools", "version": "2.0.27", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum": [{"name": "yum", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-plugins-core": [{"name": "dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld": [{"name": "firewalld", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "NetworkManager-team": [{"name": "NetworkManager-team", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "initscripts-rename-device": [{"name": "initscripts-rename-device", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "irqbalance": [{"name": "irqbalance", "version": "1.9.4", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "chrony": [{"name": "chrony", "version": "4.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-kcm": [{"name": "sssd-kcm", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-compat": [{"name": "authselect-compat", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel": [{"name": "kernel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies-scripts": [{"name": "crypto-policies-scripts", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "grub2-pc": [{"name": "grub2-pc", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "dracut-config-rescue": [{"name": "dracut-config-rescue", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit": [{"name": "audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssh-clients": [{"name": "openssh-clients", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "parted": [{"name": "parted", "version": "3.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "microcode_ctl": [{"name": "microcode_ctl", "version": "20240531", "release": "1.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "openssh-server": [{"name": "openssh-server", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-selinux": [{"name": "rpm-plugin-selinux", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-audit": [{"name": "rpm-plugin-audit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sudo": [{"name": "sudo", "version": "1.9.5p2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "man-db": [{"name": "man-db", "version": "2.9.3", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute-tc": [{"name": "iproute-tc", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs": [{"name": "e2fsprogs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "prefixdevname": [{"name": "prefixdevname", "version": "0.1.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-minimal": [{"name": "vim-minimal", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "lshw": [{"name": "lshw", "version": "B.02.19.2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses": [{"name": "ncurses", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsysfs": [{"name": "libsysfs", "version": "2.1.1", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lsscsi": [{"name": "lsscsi", "version": "0.32", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iwl100-firmware": [{"name": "iwl100-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl1000-firmware": [{"name": "iwl1000-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl105-firmware": [{"name": "iwl105-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl135-firmware": [{"name": "iwl135-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2000-firmware": [{"name": "iwl2000-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2030-firmware": [{"name": "iwl2030-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl3160-firmware": [{"name": "iwl3160-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl5000-firmware": [{"name": "iwl5000-firmware", "version": "8.83.5.1_1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl5150-firmware": [{"name": "iwl5150-firmware", "version": "8.24.2.2", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6000g2a-firmware": [{"name": "iwl6000g2a-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6050-firmware": [{"name": "iwl6050-firmware", "version": "41.28.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl7260-firmware": [{"name": "iwl7260-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "rootfiles": [{"name": "rootfiles", "version": "8.1", "release": "31.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gpg-pubkey": [{"name": "gpg-pubkey", "version": "3228467c", "release": "613798eb", "epoch": null, "arch": null, "source": "rpm"}, {"name": "gpg-pubkey", "version": "8483c65d", "release": "5ccc5b19", "epoch": null, "arch": null, "source": "rpm"}], "epel-release": [{"name": "epel-release", "version": "9", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "nspr": [{"name": "nspr", "version": "4.35.0", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-system": [{"name": "boost-system", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-util": [{"name": "nss-util", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "make": [{"name": "make", "version": "4.3", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "m4": [{"name": "m4", "version": "1.4.19", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmpc": [{"name": "libmpc", "version": "1.2.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "unzip": [{"name": "unzip", "version": "6.0", "release": "57.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "avahi-libs": [{"name": "avahi-libs", "version": "0.8", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zip": [{"name": "zip", "version": "3.0", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpp": [{"name": "cpp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bison": [{"name": "bison", "version": "3.7.4", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "flex": [{"name": "flex", "version": "2.6.4", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn-freebl": [{"name": "nss-softokn-freebl", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn": [{"name": "nss-softokn", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss": [{"name": "nss", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-sysinit": [{"name": "nss-sysinit", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-filesystem": [{"name": "boost-filesystem", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-thread": [{"name": "boost-thread", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Digest": [{"name": "perl-Digest", "version": "1.19", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Digest-MD5": [{"name": "perl-Digest-MD5", "version": "2.58", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-B": [{"name": "perl-B", "version": "1.80", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-FileHandle": [{"name": "perl-FileHandle", "version": "2.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Data-Dumper": [{"name": "perl-Data-Dumper", "version": "2.174", "release": "462.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-libnet": [{"name": "perl-libnet", "version": "3.13", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-base": [{"name": "perl-base", "version": "2.27", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-URI": [{"name": "perl-URI", "version": "5.09", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-AutoLoader": [{"name": "perl-AutoLoader", "version": "5.74", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Mozilla-CA": [{"name": "perl-Mozilla-CA", "version": "20200520", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-if": [{"name": "perl-if", "version": "0.60.800", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-IP": [{"name": "perl-IO-Socket-IP", "version": "0.41", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Time-Local": [{"name": "perl-Time-Local", "version": "1.300", "release": "7.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "perl-File-Path": [{"name": "perl-File-Path", "version": "2.18", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Escapes": [{"name": "perl-Pod-Escapes", "version": "1.07", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Text-Tabs+Wrap": [{"name": "perl-Text-Tabs+Wrap", "version": "2013.0523", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-SSL": [{"name": "perl-IO-Socket-SSL", "version": "2.073", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Net-SSLeay": [{"name": "perl-Net-SSLeay", "version": "1.94", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Class-Struct": [{"name": "perl-Class-Struct", "version": "0.66", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-POSIX": [{"name": "perl-POSIX", "version": "1.94", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Term-ANSIColor": [{"name": "perl-Term-ANSIColor", "version": "5.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IPC-Open3": [{"name": "perl-IPC-Open3", "version": "1.21", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-subs": [{"name": "perl-subs", "version": "1.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-Temp": [{"name": "perl-File-Temp", "version": "0.231.100", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Term-Cap": [{"name": "perl-Term-Cap", "version": "1.17", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Simple": [{"name": "perl-Pod-Simple", "version": "3.42", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-HTTP-Tiny": [{"name": "perl-HTTP-Tiny", "version": "0.076", "release": "462.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Socket": [{"name": "perl-Socket", "version": "2.031", "release": "4.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-SelectSaver": [{"name": "perl-SelectSaver", "version": "1.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Symbol": [{"name": "perl-Symbol", "version": "1.08", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-stat": [{"name": "perl-File-stat", "version": "1.09", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-podlators": [{"name": "perl-podlators", "version": "4.14", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Pod-Perldoc": [{"name": "perl-Pod-Perldoc", "version": "3.28.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Fcntl": [{"name": "perl-Fcntl", "version": "1.13", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Text-ParseWords": [{"name": "perl-Text-ParseWords", "version": "3.30", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-mro": [{"name": "perl-mro", "version": "1.23", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-IO": [{"name": "perl-IO", "version": "1.43", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-overloading": [{"name": "perl-overloading", "version": "0.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Pod-Usage": [{"name": "perl-Pod-Usage", "version": "2.01", "release": "4.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "perl-Errno": [{"name": "perl-Errno", "version": "1.30", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Basename": [{"name": "perl-File-Basename", "version": "2.85", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Std": [{"name": "perl-Getopt-Std", "version": "1.12", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-MIME-Base64": [{"name": "perl-MIME-Base64", "version": "3.16", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Scalar-List-Utils": [{"name": "perl-Scalar-List-Utils", "version": "1.56", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-constant": [{"name": "perl-constant", "version": "1.33", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Storable": [{"name": "perl-Storable", "version": "3.21", "release": "460.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "perl-overload": [{"name": "perl-overload", "version": "1.31", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-parent": [{"name": "perl-parent", "version": "0.238", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-vars": [{"name": "perl-vars", "version": "1.05", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Long": [{"name": "perl-Getopt-Long", "version": "2.52", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Carp": [{"name": "perl-Carp", "version": "1.50", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Exporter": [{"name": "perl-Exporter", "version": "5.74", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-NDBM_File": [{"name": "perl-NDBM_File", "version": "1.15", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-PathTools": [{"name": "perl-PathTools", "version": "3.78", "release": "461.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Encode": [{"name": "perl-Encode", "version": "3.08", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-libs": [{"name": "perl-libs", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-interpreter": [{"name": "perl-interpreter", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "aspell": [{"name": "aspell", "version": "0.60.8", "release": "8.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "tbb": [{"name": "tbb", "version": "2020.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dyninst": [{"name": "dyninst", "version": "12.1.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-runtime": [{"name": "systemtap-runtime", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-headers": [{"name": "kernel-headers", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-headers": [{"name": "glibc-headers", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "strace": [{"name": "strace", "version": "5.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-m4": [{"name": "pkgconf-m4", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libpkgconf": [{"name": "libpkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf": [{"name": "pkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-pkg-config": [{"name": "pkgconf-pkg-config", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd-devel": [{"name": "libzstd-devel", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib-devel": [{"name": "zlib-devel", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf-devel": [{"name": "elfutils-libelf-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-devel": [{"name": "glibc-devel", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-devel": [{"name": "libxcrypt-devel", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gcc": [{"name": "gcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-devel": [{"name": "openssl-devel", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "kernel-devel": [{"name": "kernel-devel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-devel": [{"name": "xz-devel", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-devel": [{"name": "elfutils-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-devel": [{"name": "systemtap-devel", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "efivar-libs": [{"name": "efivar-libs", "version": "38", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mokutil": [{"name": "mokutil", "version": "0.6.0", "release": "4.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "systemtap-client": [{"name": "systemtap-client", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap": [{"name": "systemtap", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "qa-tools": [{"name": "qa-tools", "version": "4.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libtirpc": [{"name": "libtirpc", "version": "1.3.3", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "git-core": [{"name": "git-core", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfsidmap": [{"name": "libnfsidmap", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "git-core-doc": [{"name": "git-core-doc", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "rpcbind": [{"name": "rpcbind", "version": "1.2.6", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "wget": [{"name": "wget", "version": "1.21.1", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-lib": [{"name": "perl-lib", "version": "0.65", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Find": [{"name": "perl-File-Find", "version": "1.37", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Error": [{"name": "perl-Error", "version": "0.17029", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-DynaLoader": [{"name": "perl-DynaLoader", "version": "1.47", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-TermReadKey": [{"name": "perl-TermReadKey", "version": "2.38", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxslt": [{"name": "libxslt", "version": "1.1.34", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-lxml": [{"name": "python3-lxml", "version": "4.6.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpm-libs": [{"name": "gpm-libs", "version": "1.20.7", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "emacs-filesystem": [{"name": "emacs-filesystem", "version": "27.2", "release": "10.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Git": [{"name": "perl-Git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "git": [{"name": "git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum-utils": [{"name": "yum-utils", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "vim-filesystem": [{"name": "vim-filesystem", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "vim-common": [{"name": "vim-common", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "time": [{"name": "time", "version": "1.9", "release": "18.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tar": [{"name": "tar", "version": "1.34", "release": "7.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "quota-nls": [{"name": "quota-nls", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "quota": [{"name": "quota", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-pyyaml": [{"name": "python3-pyyaml", "version": "5.4.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libev": [{"name": "libev", "version": "4.33", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto-libev": [{"name": "libverto-libev", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gssproxy": [{"name": "gssproxy", "version": "0.8.4", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nfs-utils": [{"name": "nfs-utils", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "bc": [{"name": "bc", "version": "1.07.1", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "beakerlib-redhat": [{"name": "beakerlib-redhat", "version": "1", "release": "35.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "beakerlib": [{"name": "beakerlib", "version": "1.29.3", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "restraint": [{"name": "restraint", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "restraint-rhts": [{"name": "restraint-rhts", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-enhanced": [{"name": "vim-enhanced", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "sssd-nfs-idmap": [{"name": "sssd-nfs-idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsync": [{"name": "rsync", "version": "3.2.3", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pytz": [{"name": "python3-pytz", "version": "2021.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-babel": [{"name": "python3-babel", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyserial": [{"name": "python3-pyserial", "version": "3.4", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyrsistent": [{"name": "python3-pyrsistent", "version": "0.17.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-prettytable": [{"name": "python3-prettytable", "version": "0.7.2", "release": "27.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-oauthlib": [{"name": "python3-oauthlib", "version": "3.1.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-netifaces": [{"name": "python3-netifaces", "version": "0.10.6", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-markupsafe": [{"name": "python3-markupsafe", "version": "1.1.1", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-jinja2": [{"name": "python3-jinja2", "version": "2.11.3", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpointer": [{"name": "python3-jsonpointer", "version": "2.0", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpatch": [{"name": "python3-jsonpatch", "version": "1.21", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-configobj": [{"name": "python3-configobj", "version": "5.0.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-attrs": [{"name": "python3-attrs", "version": "20.3.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonschema": [{"name": "python3-jsonschema", "version": "3.2.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libmaxminddb": [{"name": "libmaxminddb", "version": "1.5.2", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "geolite2-country": [{"name": "geolite2-country", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "geolite2-city": [{"name": "geolite2-city", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ipcalc": [{"name": "ipcalc", "version": "1.0.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdisk": [{"name": "gdisk", "version": "1.0.7", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dhcp-common": [{"name": "dhcp-common", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "noarch", "source": "rpm"}], "dhcp-client": [{"name": "dhcp-client", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "cloud-init": [{"name": "cloud-init", "version": "23.4", "release": "19.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cloud-utils-growpart": [{"name": "cloud-utils-growpart", "version": "0.33", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jitterentropy": [{"name": "jitterentropy", "version": "3.5.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rng-tools": [{"name": "rng-tools", "version": "6.16", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "samba-common": [{"name": "samba-common", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "protobuf-c": [{"name": "protobuf-c", "version": "1.3.3", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-gssapi": [{"name": "cyrus-sasl-gssapi", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5-common": [{"name": "sssd-krb5-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5": [{"name": "sssd-krb5", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ldap": [{"name": "sssd-ldap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adcli": [{"name": "adcli", "version": "0.9.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuv": [{"name": "libuv", "version": "1.42.0", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "fstrm": [{"name": "fstrm", "version": "0.6.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bind-license": [{"name": "bind-license", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "noarch", "source": "rpm"}], "bind-libs": [{"name": "bind-libs", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "bind-utils": [{"name": "bind-utils", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "sssd-proxy": [{"name": "sssd-proxy", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libipa_hbac": [{"name": "libipa_hbac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libicu": [{"name": "libicu", "version": "67.1", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libwbclient": [{"name": "libwbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-common-libs": [{"name": "samba-common-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-client-libs": [{"name": "samba-client-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-common-pac": [{"name": "sssd-common-pac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ipa": [{"name": "sssd-ipa", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmbclient": [{"name": "libsmbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-ad": [{"name": "sssd-ad", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd": [{"name": "sssd", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tlog": [{"name": "tlog", "version": "14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}]}}, "invocation": {"module_args": {"manager": ["auto"], "strategy": "first"}}} # 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.common.respawn # destroy ansible.module_utils.common.respawn # 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 ansible.module_utils.facts.packages # destroy ansible.module_utils.facts.packages # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 rpm.transaction # destroy rpm # cleanup[3] wiping rpm._rpm # 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 rpm._rpm # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7457850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7495880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b742dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7457d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71aeeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b0f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71a7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ad640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b708ee20>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708e910>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708ef10>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708efd0>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a20d0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7189d90>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7182670>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71946d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b70a2cd0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71892b0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b71942e0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2eb0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2df0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70753d0>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70754c0>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70aaf40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4a90>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6faa220>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7061520>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4f10>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fbbb50>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6fbbe80>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcb790>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcbcd0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f65400>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fbbf70>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f762e0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcb610>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f763a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2a30>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f91700>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f919d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f917c0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f918b0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f91d00>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6f9d250>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f91940>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f85a90>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2610>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f91af0>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe7b6edf6d0>\r\n# zipimport: found 105 names in \'/tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d60820>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6df0730>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0610>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0340>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0160>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6df03a0>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0790>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dd17f0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dd1b80>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dd19d0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b67c8520>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dead60>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df04f0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dea1c0>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e17b20>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd160>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd760>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b67cdd30>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6dbd670>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e41d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d41a00>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4ae80>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d500a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4aeb0>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e511c0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d500d0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e0a2b0>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e4aaf0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6e4aac0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e41ee0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d4c0d0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d43310>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4ccd0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d4c670>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4d100>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d5e910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d8b9a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b63aa640>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dcf7f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e0d460>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d7e0d0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d8b1f0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d91bb0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e5a070>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d812e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6140b50>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b63b0910>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b63b0820>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b613f1c0>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61405e0>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636f9a0>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636fd90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6360100>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6131bb0>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6360d90>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b638da60>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b623b040>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636ffd0>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6008250>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6008790>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b63d16d0>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b60089d0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b6d7d460>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d7df10>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'rpm._rpm\' loaded from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'rpm._rpm\' executed from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'rpm._rpm\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7b5fee100>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b5feec40>\r\nimport \'rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61317f0>\r\n\r\n{"ansible_facts": {"packages": {"libgcc": [{"name": "libgcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "linux-firmware-whence": [{"name": "linux-firmware-whence", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "tzdata": [{"name": "tzdata", "version": "2024a", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "subscription-manager-rhsm-certificates": [{"name": "subscription-manager-rhsm-certificates", "version": "20220623", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "linux-firmware": [{"name": "linux-firmware", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gawk-all-langpacks": [{"name": "gawk-all-langpacks", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools-wheel": [{"name": "python3-setuptools-wheel", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "publicsuffix-list-dafsa": [{"name": "publicsuffix-list-dafsa", "version": "20210518", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "pcre2-syntax": [{"name": "pcre2-syntax", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ncurses-base": [{"name": "ncurses-base", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libssh-config": [{"name": "libssh-config", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libreport-filesystem": [{"name": "libreport-filesystem", "version": "2.15.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-data": [{"name": "dnf-data", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-misc": [{"name": "kbd-misc", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-legacy": [{"name": "kbd-legacy", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "hwdata": [{"name": "hwdata", "version": "0.348", "release": "9.15.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "fonts-filesystem": [{"name": "fonts-filesystem", "version": "2.0.5", "release": "7.el9.1", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dejavu-sans-fonts": [{"name": "dejavu-sans-fonts", "version": "2.37", "release": "18.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-core-font-en": [{"name": "langpacks-core-font-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld-filesystem": [{"name": "firewalld-filesystem", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "coreutils-common": [{"name": "coreutils-common", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-gpg-keys": [{"name": "centos-gpg-keys", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-repos": [{"name": "centos-stream-repos", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-release": [{"name": "centos-stream-release", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setup": [{"name": "setup", "version": "2.13.7", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "filesystem": [{"name": "filesystem", "version": "3.16", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "basesystem": [{"name": "basesystem", "version": "11", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "glibc-gconv-extra": [{"name": "glibc-gconv-extra", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-langpack-en": [{"name": "glibc-langpack-en", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-common": [{"name": "glibc-common", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc": [{"name": "glibc", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses-libs": [{"name": "ncurses-libs", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bash": [{"name": "bash", "version": "5.1.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib": [{"name": "zlib", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-libs": [{"name": "xz-libs", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd": [{"name": "libzstd", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap": [{"name": "libcap", "version": "2.48", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "popt": [{"name": "popt", "version": "1.18", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bzip2-libs": [{"name": "bzip2-libs", "version": "1.0.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt": [{"name": "libxcrypt", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuuid": [{"name": "libuuid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sqlite-libs": [{"name": "sqlite-libs", "version": "3.34.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcom_err": [{"name": "libcom_err", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libstdc++": [{"name": "libstdc++", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmnl": [{"name": "libmnl", "version": "1.0.4", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf": [{"name": "elfutils-libelf", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxml2": [{"name": "libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies": [{"name": "crypto-policies", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "readline": [{"name": "readline", "version": "8.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng": [{"name": "libcap-ng", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit-libs": [{"name": "audit-libs", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "alternatives": [{"name": "alternatives", "version": "1.24", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libunistring": [{"name": "libunistring", "version": "0.9.10", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lua-libs": [{"name": "lua-libs", "version": "5.4.4", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libffi": [{"name": "libffi", "version": "3.4.2", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgpg-error": [{"name": "libgpg-error", "version": "1.42", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsepol": [{"name": "libsepol", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtalloc": [{"name": "libtalloc", "version": "2.4.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libidn2": [{"name": "libidn2", "version": "2.3.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gmp": [{"name": "gmp", "version": "6.2.0", "release": "13.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "json-c": [{"name": "json-c", "version": "0.14", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils-libs": [{"name": "keyutils-libs", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libattr": [{"name": "libattr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libacl": [{"name": "libacl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3": [{"name": "libnl3", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmartcols": [{"name": "libsmartcols", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lz4-libs": [{"name": "lz4-libs", "version": "1.9.3", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre2": [{"name": "pcre2", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux": [{"name": "libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sed": [{"name": "sed", "version": "4.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsemanage": [{"name": "libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shadow-utils": [{"name": "shadow-utils", "version": "4.9", "release": "9.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "findutils": [{"name": "findutils", "version": "4.8.0", "release": "7.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libtevent": [{"name": "libtevent", "version": "0.16.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgcrypt": [{"name": "libgcrypt", "version": "1.10.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file-libs": [{"name": "file-libs", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libedit": [{"name": "libedit", "version": "3.1", "release": "38.20210216cvs.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "psmisc": [{"name": "psmisc", "version": "23.4", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dmidecode": [{"name": "dmidecode", "version": "3.6", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "expat": [{"name": "expat", "version": "2.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdbm-libs": [{"name": "gdbm-libs", "version": "1.23", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "jansson": [{"name": "jansson", "version": "2.14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtasn1": [{"name": "libtasn1", "version": "4.16.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit": [{"name": "p11-kit", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtdb": [{"name": "libtdb", "version": "1.4.10", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "which": [{"name": "which", "version": "2.21", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit-trust": [{"name": "p11-kit-trust", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file": [{"name": "file", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux-utils": [{"name": "libselinux-utils", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libassuan": [{"name": "libassuan", "version": "2.5.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbpf": [{"name": "libbpf", "version": "1.4.0", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "libnftnl": [{"name": "libnftnl", "version": "1.2.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "fuse-libs": [{"name": "fuse-libs", "version": "2.9.9", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbasicobjects": [{"name": "libbasicobjects", "version": "0.1.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcollection": [{"name": "libcollection", "version": "0.7.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdb": [{"name": "libdb", "version": "5.3.28", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute": [{"name": "iproute", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdhash": [{"name": "libdhash", "version": "0.5.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgomp": [{"name": "libgomp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libref_array": [{"name": "libref_array", "version": "0.1.5", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libseccomp": [{"name": "libseccomp", "version": "2.5.2", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsigsegv": [{"name": "libsigsegv", "version": "2.13", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_idmap": [{"name": "libsss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lzo": [{"name": "lzo", "version": "2.10", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "numactl-libs": [{"name": "numactl-libs", "version": "2.0.16", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre": [{"name": "pcre", "version": "8.44", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grep": [{"name": "grep", "version": "3.6", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-libs": [{"name": "openssl-libs", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "coreutils": [{"name": "coreutils", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ca-certificates": [{"name": "ca-certificates", "version": "2024.2.69_v8.0.303", "release": "91.4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "systemd-libs": [{"name": "systemd-libs", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libblkid": [{"name": "libblkid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-libs": [{"name": "dbus-libs", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmount": [{"name": "libmount", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux-core": [{"name": "util-linux-core", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfdisk": [{"name": "libfdisk", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gzip": [{"name": "gzip", "version": "1.12", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod": [{"name": "kmod", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod-libs": [{"name": "kmod-libs", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib": [{"name": "cracklib", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib-dicts": [{"name": "cracklib-dicts", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-tools": [{"name": "dbus-tools", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "procps-ng": [{"name": "procps-ng", "version": "3.3.17", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl": [{"name": "openssl", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libarchive": [{"name": "libarchive", "version": "3.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libevent": [{"name": "libevent", "version": "2.1.12", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_certmap": [{"name": "libsss_certmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz": [{"name": "xz", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "squashfs-tools": [{"name": "squashfs-tools", "version": "4.4", "release": "10.git1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcomps": [{"name": "libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libutempter": [{"name": "libutempter", "version": "1.2.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3-cli": [{"name": "libnl3-cli", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libteam": [{"name": "libteam", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "acl": [{"name": "acl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext-libs": [{"name": "gettext-libs", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext": [{"name": "gettext", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "attr": [{"name": "attr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils": [{"name": "keyutils", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mpfr": [{"name": "mpfr", "version": "4.1.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gawk": [{"name": "gawk", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpsl": [{"name": "libpsl", "version": "0.21.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libksba": [{"name": "libksba", "version": "1.5.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ethtool": [{"name": "ethtool", "version": "6.2", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "ipset-libs": [{"name": "ipset-libs", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ipset": [{"name": "ipset", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "groff-base": [{"name": "groff-base", "version": "1.22.4", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "snappy": [{"name": "snappy", "version": "1.1.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs-libs": [{"name": "e2fsprogs-libs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libss": [{"name": "libss", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-compat": [{"name": "libxcrypt-compat", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pip-wheel": [{"name": "python3-pip-wheel", "version": "21.3.1", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python-unversioned-command": [{"name": "python-unversioned-command", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3": [{"name": "python3", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libs": [{"name": "python3-libs", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools": [{"name": "python3-setuptools", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-six": [{"name": "python3-six", "version": "1.15.0", "release": "9.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dateutil": [{"name": "python3-dateutil", "version": "2.8.1", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "python3-iniparse": [{"name": "python3-iniparse", "version": "0.4", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-idna": [{"name": "python3-idna", "version": "2.10", "release": "7.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libselinux": [{"name": "python3-libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libsemanage": [{"name": "python3-libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-inotify": [{"name": "python3-inotify", "version": "0.9.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-setools": [{"name": "python3-setools", "version": "4.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-distro": [{"name": "python3-distro", "version": "1.5.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libcomps": [{"name": "python3-libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-chardet": [{"name": "python3-chardet", "version": "4.0.0", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-decorator": [{"name": "python3-decorator", "version": "4.4.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pysocks": [{"name": "python3-pysocks", "version": "1.7.1", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-urllib3": [{"name": "python3-urllib3", "version": "1.26.5", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-requests": [{"name": "python3-requests", "version": "2.25.1", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-cloud-what": [{"name": "python3-cloud-what", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-systemd": [{"name": "python3-systemd", "version": "234", "release": "19.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng-python3": [{"name": "libcap-ng-python3", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-audit": [{"name": "python3-audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pigz": [{"name": "pigz", "version": "2.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "hostname": [{"name": "hostname", "version": "3.23", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools-libs": [{"name": "kernel-tools-libs", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "less": [{"name": "less", "version": "590", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-rpm-macros": [{"name": "systemd-rpm-macros", "version": "252", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "c-ares": [{"name": "c-ares", "version": "1.19.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpio": [{"name": "cpio", "version": "2.13", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "diffutils": [{"name": "diffutils", "version": "3.7", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "inih": [{"name": "inih", "version": "49", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbrotli": [{"name": "libbrotli", "version": "1.0.9", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcbor": [{"name": "libcbor", "version": "0.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdaemon": [{"name": "libdaemon", "version": "0.14", "release": "23.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "teamd": [{"name": "teamd", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libeconf": [{"name": "libeconf", "version": "0.4.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpwquality": [{"name": "libpwquality", "version": "1.4.4", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pam": [{"name": "pam", "version": "1.5.1", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux": [{"name": "util-linux", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-common": [{"name": "grub2-common", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "openssh": [{"name": "openssh", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-pc-modules": [{"name": "grub2-pc-modules", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "virt-what": [{"name": "virt-what", "version": "1.25", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kbd": [{"name": "kbd", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libndp": [{"name": "libndp", "version": "1.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfnetlink": [{"name": "libnfnetlink", "version": "1.0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnetfilter_conntrack": [{"name": "libnetfilter_conntrack", "version": "1.0.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-libs": [{"name": "iptables-libs", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-nft": [{"name": "iptables-nft", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nftables": [{"name": "nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-nftables": [{"name": "python3-nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libnghttp2": [{"name": "libnghttp2", "version": "1.43.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpath_utils": [{"name": "libpath_utils", "version": "0.2.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libini_config": [{"name": "libini_config", "version": "1.3.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpipeline": [{"name": "libpipeline", "version": "1.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_nss_idmap": [{"name": "libsss_nss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_sudo": [{"name": "libsss_sudo", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto": [{"name": "libverto", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "krb5-libs": [{"name": "krb5-libs", "version": "1.21.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-lib": [{"name": "cyrus-sasl-lib", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openldap": [{"name": "openldap", "version": "2.6.6", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libssh": [{"name": "libssh", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcurl": [{"name": "libcurl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tpm2-tss": [{"name": "tpm2-tss", "version": "3.2.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ima-evm-utils": [{"name": "ima-evm-utils", "version": "1.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "curl": [{"name": "curl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm": [{"name": "rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-libs": [{"name": "rpm-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "policycoreutils": [{"name": "policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "selinux-policy": [{"name": "selinux-policy", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "selinux-policy-targeted": [{"name": "selinux-policy-targeted", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dbus": [{"name": "dbus", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "systemd-pam": [{"name": "systemd-pam", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd": [{"name": "systemd", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-common": [{"name": "dbus-common", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dbus-broker": [{"name": "dbus-broker", "version": "28", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie-anacron": [{"name": "cronie-anacron", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie": [{"name": "cronie", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crontabs": [{"name": "crontabs", "version": "1.11", "release": "26.20190603git.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libsolv": [{"name": "libsolv", "version": "0.7.24", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-libs": [{"name": "authselect-libs", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "device-mapper-libs": [{"name": "device-mapper-libs", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "device-mapper": [{"name": "device-mapper", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "grub2-tools-minimal": [{"name": "grub2-tools-minimal", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "cryptsetup-libs": [{"name": "cryptsetup-libs", "version": "2.7.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-udev": [{"name": "systemd-udev", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfido2": [{"name": "libfido2", "version": "1.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "os-prober": [{"name": "os-prober", "version": "1.77", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kpartx": [{"name": "kpartx", "version": "0.8.7", "release": "32.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-default-yama-scope": [{"name": "elfutils-default-yama-scope", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "elfutils-libs": [{"name": "elfutils-libs", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-debuginfod-client": [{"name": "elfutils-debuginfod-client", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils-gold": [{"name": "binutils-gold", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils": [{"name": "binutils", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-build-libs": [{"name": "rpm-build-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "initscripts-service": [{"name": "initscripts-service", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iputils": [{"name": "iputils", "version": "20210202", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi": [{"name": "libkcapi", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi-hmaccalc": [{"name": "libkcapi-hmaccalc", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut": [{"name": "dracut", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules-core": [{"name": "kernel-modules-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-core": [{"name": "kernel-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-tools": [{"name": "grub2-tools", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "grubby": [{"name": "grubby", "version": "8.40", "release": "63.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules": [{"name": "kernel-modules", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-squash": [{"name": "dracut-squash", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "logrotate": [{"name": "logrotate", "version": "3.18.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob": [{"name": "oddjob", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob-mkhomedir": [{"name": "oddjob-mkhomedir", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect": [{"name": "authselect", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-systemd-inhibit": [{"name": "rpm-plugin-systemd-inhibit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-client": [{"name": "sssd-client", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libyaml": [{"name": "libyaml", "version": "0.2.5", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lmdb-libs": [{"name": "lmdb-libs", "version": "0.9.29", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libldb": [{"name": "libldb", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-common": [{"name": "sssd-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nettle": [{"name": "nettle", "version": "3.9.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnutls": [{"name": "gnutls", "version": "3.8.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib2": [{"name": "glib2", "version": "2.68.4", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dbus": [{"name": "python3-dbus", "version": "1.2.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-libnm": [{"name": "NetworkManager-libnm", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "NetworkManager": [{"name": "NetworkManager", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmodulemd": [{"name": "libmodulemd", "version": "2.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuser": [{"name": "libuser", "version": "0.63", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "passwd": [{"name": "passwd", "version": "0.80", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "usermode": [{"name": "usermode", "version": "1.114", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gobject-introspection": [{"name": "gobject-introspection", "version": "1.68.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gobject-base-noarch": [{"name": "python3-gobject-base-noarch", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-gobject-base": [{"name": "python3-gobject-base", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-firewall": [{"name": "python3-firewall", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "npth": [{"name": "npth", "version": "1.6", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnupg2": [{"name": "gnupg2", "version": "2.3.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpgme": [{"name": "gpgme", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "librepo": [{"name": "librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf": [{"name": "libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libdnf": [{"name": "python3-libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-hawkey": [{"name": "python3-hawkey", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf-plugin-subscription-manager": [{"name": "libdnf-plugin-subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-librepo": [{"name": "python3-librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gpg": [{"name": "python3-gpg", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-sign-libs": [{"name": "rpm-sign-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-rpm": [{"name": "python3-rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dnf": [{"name": "python3-dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dnf-plugins-core": [{"name": "python3-dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf": [{"name": "dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-subscription-manager-rhsm": [{"name": "python3-subscription-manager-rhsm", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "subscription-manager": [{"name": "subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oniguruma": [{"name": "oniguruma", "version": "6.9.6", "release": "1.el9.6", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jq": [{"name": "jq", "version": "1.6", "release": "17.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-network": [{"name": "dracut-network", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pciutils-libs": [{"name": "pciutils-libs", "version": "3.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sg3_utils-libs": [{"name": "sg3_utils-libs", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "slang": [{"name": "slang", "version": "2.3.2", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "newt": [{"name": "newt", "version": "0.52.21", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "userspace-rcu": [{"name": "userspace-rcu", "version": "0.12.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "checkpolicy": [{"name": "checkpolicy", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-policycoreutils": [{"name": "python3-policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "policycoreutils-python-utils": [{"name": "policycoreutils-python-utils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libestr": [{"name": "libestr", "version": "0.1.11", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfastjson": [{"name": "libfastjson", "version": "0.99.9", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog-logrotate": [{"name": "rsyslog-logrotate", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog": [{"name": "rsyslog", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "liburing": [{"name": "liburing", "version": "2.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "langpacks-core-en": [{"name": "langpacks-core-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-en": [{"name": "langpacks-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "qemu-guest-agent": [{"name": "qemu-guest-agent", "version": "9.0.0", "release": "10.el9", "epoch": 17, "arch": "x86_64", "source": "rpm"}], "rhc": [{"name": "rhc", "version": "0.2.4", "release": "5.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "xfsprogs": [{"name": "xfsprogs", "version": "6.4.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-tui": [{"name": "NetworkManager-tui", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "sg3_utils": [{"name": "sg3_utils", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools": [{"name": "kernel-tools", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kexec-tools": [{"name": "kexec-tools", "version": "2.0.27", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum": [{"name": "yum", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-plugins-core": [{"name": "dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld": [{"name": "firewalld", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "NetworkManager-team": [{"name": "NetworkManager-team", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "initscripts-rename-device": [{"name": "initscripts-rename-device", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "irqbalance": [{"name": "irqbalance", "version": "1.9.4", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "chrony": [{"name": "chrony", "version": "4.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-kcm": [{"name": "sssd-kcm", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-compat": [{"name": "authselect-compat", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel": [{"name": "kernel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies-scripts": [{"name": "crypto-policies-scripts", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "grub2-pc": [{"name": "grub2-pc", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "dracut-config-rescue": [{"name": "dracut-config-rescue", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit": [{"name": "audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssh-clients": [{"name": "openssh-clients", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "parted": [{"name": "parted", "version": "3.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "microcode_ctl": [{"name": "microcode_ctl", "version": "20240531", "release": "1.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "openssh-server": [{"name": "openssh-server", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-selinux": [{"name": "rpm-plugin-selinux", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-audit": [{"name": "rpm-plugin-audit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sudo": [{"name": "sudo", "version": "1.9.5p2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "man-db": [{"name": "man-db", "version": "2.9.3", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute-tc": [{"name": "iproute-tc", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs": [{"name": "e2fsprogs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "prefixdevname": [{"name": "prefixdevname", "version": "0.1.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-minimal": [{"name": "vim-minimal", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "lshw": [{"name": "lshw", "version": "B.02.19.2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses": [{"name": "ncurses", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsysfs": [{"name": "libsysfs", "version": "2.1.1", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lsscsi": [{"name": "lsscsi", "version": "0.32", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iwl100-firmware": [{"name": "iwl100-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl1000-firmware": [{"name": "iwl1000-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl105-firmware": [{"name": "iwl105-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl135-firmware": [{"name": "iwl135-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2000-firmware": [{"name": "iwl2000-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2030-firmware": [{"name": "iwl2030-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl3160-firmware": [{"name": "iwl3160-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl5000-firmware": [{"name": "iwl5000-firmware", "version": "8.83.5.1_1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl5150-firmware": [{"name": "iwl5150-firmware", "version": "8.24.2.2", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6000g2a-firmware": [{"name": "iwl6000g2a-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6050-firmware": [{"name": "iwl6050-firmware", "version": "41.28.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl7260-firmware": [{"name": "iwl7260-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "rootfiles": [{"name": "rootfiles", "version": "8.1", "release": "31.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gpg-pubkey": [{"name": "gpg-pubkey", "version": "3228467c", "release": "613798eb", "epoch": null, "arch": null, "source": "rpm"}, {"name": "gpg-pubkey", "version": "8483c65d", "release": "5ccc5b19", "epoch": null, "arch": null, "source": "rpm"}], "epel-release": [{"name": "epel-release", "version": "9", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "nspr": [{"name": "nspr", "version": "4.35.0", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-system": [{"name": "boost-system", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-util": [{"name": "nss-util", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "make": [{"name": "make", "version": "4.3", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "m4": [{"name": "m4", "version": "1.4.19", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmpc": [{"name": "libmpc", "version": "1.2.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "unzip": [{"name": "unzip", "version": "6.0", "release": "57.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "avahi-libs": [{"name": "avahi-libs", "version": "0.8", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zip": [{"name": "zip", "version": "3.0", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpp": [{"name": "cpp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bison": [{"name": "bison", "version": "3.7.4", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "flex": [{"name": "flex", "version": "2.6.4", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn-freebl": [{"name": "nss-softokn-freebl", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn": [{"name": "nss-softokn", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss": [{"name": "nss", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-sysinit": [{"name": "nss-sysinit", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-filesystem": [{"name": "boost-filesystem", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-thread": [{"name": "boost-thread", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Digest": [{"name": "perl-Digest", "version": "1.19", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Digest-MD5": [{"name": "perl-Digest-MD5", "version": "2.58", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-B": [{"name": "perl-B", "version": "1.80", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-FileHandle": [{"name": "perl-FileHandle", "version": "2.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Data-Dumper": [{"name": "perl-Data-Dumper", "version": "2.174", "release": "462.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-libnet": [{"name": "perl-libnet", "version": "3.13", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-base": [{"name": "perl-base", "version": "2.27", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-URI": [{"name": "perl-URI", "version": "5.09", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-AutoLoader": [{"name": "perl-AutoLoader", "version": "5.74", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Mozilla-CA": [{"name": "perl-Mozilla-CA", "version": "20200520", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-if": [{"name": "perl-if", "version": "0.60.800", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-IP": [{"name": "perl-IO-Socket-IP", "version": "0.41", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Time-Local": [{"name": "perl-Time-Local", "version": "1.300", "release": "7.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "perl-File-Path": [{"name": "perl-File-Path", "version": "2.18", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Escapes": [{"name": "perl-Pod-Escapes", "version": "1.07", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Text-Tabs+Wrap": [{"name": "perl-Text-Tabs+Wrap", "version": "2013.0523", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-SSL": [{"name": "perl-IO-Socket-SSL", "version": "2.073", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Net-SSLeay": [{"name": "perl-Net-SSLeay", "version": "1.94", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Class-Struct": [{"name": "perl-Class-Struct", "version": "0.66", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-POSIX": [{"name": "perl-POSIX", "version": "1.94", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Term-ANSIColor": [{"name": "perl-Term-ANSIColor", "version": "5.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IPC-Open3": [{"name": "perl-IPC-Open3", "version": "1.21", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-subs": [{"name": "perl-subs", "version": "1.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-Temp": [{"name": "perl-File-Temp", "version": "0.231.100", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Term-Cap": [{"name": "perl-Term-Cap", "version": "1.17", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Simple": [{"name": "perl-Pod-Simple", "version": "3.42", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-HTTP-Tiny": [{"name": "perl-HTTP-Tiny", "version": "0.076", "release": "462.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Socket": [{"name": "perl-Socket", "version": "2.031", "release": "4.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-SelectSaver": [{"name": "perl-SelectSaver", "version": "1.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Symbol": [{"name": "perl-Symbol", "version": "1.08", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-stat": [{"name": "perl-File-stat", "version": "1.09", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-podlators": [{"name": "perl-podlators", "version": "4.14", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Pod-Perldoc": [{"name": "perl-Pod-Perldoc", "version": "3.28.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Fcntl": [{"name": "perl-Fcntl", "version": "1.13", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Text-ParseWords": [{"name": "perl-Text-ParseWords", "version": "3.30", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-mro": [{"name": "perl-mro", "version": "1.23", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-IO": [{"name": "perl-IO", "version": "1.43", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-overloading": [{"name": "perl-overloading", "version": "0.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Pod-Usage": [{"name": "perl-Pod-Usage", "version": "2.01", "release": "4.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "perl-Errno": [{"name": "perl-Errno", "version": "1.30", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Basename": [{"name": "perl-File-Basename", "version": "2.85", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Std": [{"name": "perl-Getopt-Std", "version": "1.12", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-MIME-Base64": [{"name": "perl-MIME-Base64", "version": "3.16", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Scalar-List-Utils": [{"name": "perl-Scalar-List-Utils", "version": "1.56", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-constant": [{"name": "perl-constant", "version": "1.33", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Storable": [{"name": "perl-Storable", "version": "3.21", "release": "460.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "perl-overload": [{"name": "perl-overload", "version": "1.31", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-parent": [{"name": "perl-parent", "version": "0.238", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-vars": [{"name": "perl-vars", "version": "1.05", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Long": [{"name": "perl-Getopt-Long", "version": "2.52", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Carp": [{"name": "perl-Carp", "version": "1.50", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Exporter": [{"name": "perl-Exporter", "version": "5.74", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-NDBM_File": [{"name": "perl-NDBM_File", "version": "1.15", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-PathTools": [{"name": "perl-PathTools", "version": "3.78", "release": "461.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Encode": [{"name": "perl-Encode", "version": "3.08", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-libs": [{"name": "perl-libs", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-interpreter": [{"name": "perl-interpreter", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "aspell": [{"name": "aspell", "version": "0.60.8", "release": "8.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "tbb": [{"name": "tbb", "version": "2020.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dyninst": [{"name": "dyninst", "version": "12.1.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-runtime": [{"name": "systemtap-runtime", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-headers": [{"name": "kernel-headers", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-headers": [{"name": "glibc-headers", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "strace": [{"name": "strace", "version": "5.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-m4": [{"name": "pkgconf-m4", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libpkgconf": [{"name": "libpkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf": [{"name": "pkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-pkg-config": [{"name": "pkgconf-pkg-config", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd-devel": [{"name": "libzstd-devel", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib-devel": [{"name": "zlib-devel", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf-devel": [{"name": "elfutils-libelf-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-devel": [{"name": "glibc-devel", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-devel": [{"name": "libxcrypt-devel", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gcc": [{"name": "gcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-devel": [{"name": "openssl-devel", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "kernel-devel": [{"name": "kernel-devel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-devel": [{"name": "xz-devel", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-devel": [{"name": "elfutils-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-devel": [{"name": "systemtap-devel", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "efivar-libs": [{"name": "efivar-libs", "version": "38", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mokutil": [{"name": "mokutil", "version": "0.6.0", "release": "4.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "systemtap-client": [{"name": "systemtap-client", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap": [{"name": "systemtap", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "qa-tools": [{"name": "qa-tools", "version": "4.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libtirpc": [{"name": "libtirpc", "version": "1.3.3", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "git-core": [{"name": "git-core", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfsidmap": [{"name": "libnfsidmap", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "git-core-doc": [{"name": "git-core-doc", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "rpcbind": [{"name": "rpcbind", "version": "1.2.6", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "wget": [{"name": "wget", "version": "1.21.1", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-lib": [{"name": "perl-lib", "version": "0.65", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Find": [{"name": "perl-File-Find", "version": "1.37", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Error": [{"name": "perl-Error", "version": "0.17029", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-DynaLoader": [{"name": "perl-DynaLoader", "version": "1.47", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-TermReadKey": [{"name": "perl-TermReadKey", "version": "2.38", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxslt": [{"name": "libxslt", "version": "1.1.34", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-lxml": [{"name": "python3-lxml", "version": "4.6.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpm-libs": [{"name": "gpm-libs", "version": "1.20.7", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "emacs-filesystem": [{"name": "emacs-filesystem", "version": "27.2", "release": "10.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Git": [{"name": "perl-Git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "git": [{"name": "git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum-utils": [{"name": "yum-utils", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "vim-filesystem": [{"name": "vim-filesystem", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "vim-common": [{"name": "vim-common", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "time": [{"name": "time", "version": "1.9", "release": "18.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tar": [{"name": "tar", "version": "1.34", "release": "7.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "quota-nls": [{"name": "quota-nls", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "quota": [{"name": "quota", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-pyyaml": [{"name": "python3-pyyaml", "version": "5.4.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libev": [{"name": "libev", "version": "4.33", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto-libev": [{"name": "libverto-libev", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gssproxy": [{"name": "gssproxy", "version": "0.8.4", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nfs-utils": [{"name": "nfs-utils", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "bc": [{"name": "bc", "version": "1.07.1", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "beakerlib-redhat": [{"name": "beakerlib-redhat", "version": "1", "release": "35.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "beakerlib": [{"name": "beakerlib", "version": "1.29.3", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "restraint": [{"name": "restraint", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "restraint-rhts": [{"name": "restraint-rhts", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-enhanced": [{"name": "vim-enhanced", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "sssd-nfs-idmap": [{"name": "sssd-nfs-idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsync": [{"name": "rsync", "version": "3.2.3", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pytz": [{"name": "python3-pytz", "version": "2021.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-babel": [{"name": "python3-babel", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyserial": [{"name": "python3-pyserial", "version": "3.4", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyrsistent": [{"name": "python3-pyrsistent", "version": "0.17.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-prettytable": [{"name": "python3-prettytable", "version": "0.7.2", "release": "27.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-oauthlib": [{"name": "python3-oauthlib", "version": "3.1.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-netifaces": [{"name": "python3-netifaces", "version": "0.10.6", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-markupsafe": [{"name": "python3-markupsafe", "version": "1.1.1", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-jinja2": [{"name": "python3-jinja2", "version": "2.11.3", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpointer": [{"name": "python3-jsonpointer", "version": "2.0", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpatch": [{"name": "python3-jsonpatch", "version": "1.21", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-configobj": [{"name": "python3-configobj", "version": "5.0.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-attrs": [{"name": "python3-attrs", "version": "20.3.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonschema": [{"name": "python3-jsonschema", "version": "3.2.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libmaxminddb": [{"name": "libmaxminddb", "version": "1.5.2", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "geolite2-country": [{"name": "geolite2-country", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "geolite2-city": [{"name": "geolite2-city", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ipcalc": [{"name": "ipcalc", "version": "1.0.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdisk": [{"name": "gdisk", "version": "1.0.7", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dhcp-common": [{"name": "dhcp-common", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "noarch", "source": "rpm"}], "dhcp-client": [{"name": "dhcp-client", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "cloud-init": [{"name": "cloud-init", "version": "23.4", "release": "19.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cloud-utils-growpart": [{"name": "cloud-utils-growpart", "version": "0.33", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jitterentropy": [{"name": "jitterentropy", "version": "3.5.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rng-tools": [{"name": "rng-tools", "version": "6.16", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "samba-common": [{"name": "samba-common", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "protobuf-c": [{"name": "protobuf-c", "version": "1.3.3", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-gssapi": [{"name": "cyrus-sasl-gssapi", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5-common": [{"name": "sssd-krb5-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5": [{"name": "sssd-krb5", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ldap": [{"name": "sssd-ldap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adcli": [{"name": "adcli", "version": "0.9.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuv": [{"name": "libuv", "version": "1.42.0", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "fstrm": [{"name": "fstrm", "version": "0.6.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bind-license": [{"name": "bind-license", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "noarch", "source": "rpm"}], "bind-libs": [{"name": "bind-libs", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "bind-utils": [{"name": "bind-utils", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "sssd-proxy": [{"name": "sssd-proxy", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libipa_hbac": [{"name": "libipa_hbac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libicu": [{"name": "libicu", "version": "67.1", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libwbclient": [{"name": "libwbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-common-libs": [{"name": "samba-common-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-client-libs": [{"name": "samba-client-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-common-pac": [{"name": "sssd-common-pac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ipa": [{"name": "sssd-ipa", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmbclient": [{"name": "libsmbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-ad": [{"name": "sssd-ad", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd": [{"name": "sssd", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tlog": [{"name": "tlog", "version": "14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}]}}, "invocation": {"module_args": {"manager": ["auto"], "strategy": "first"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts.packages\r\n# destroy ansible.module_utils.facts.packages\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy rpm.transaction\r\n# destroy rpm\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy rpm._rpm\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888132.49142: _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 0x7fe7b74d8dc0> # /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 0x7fe7b747d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b74d8b20> # /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 0x7fe7b74d8ac0> 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 0x7fe7b747d490> # /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 0x7fe7b747d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d670> # /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 0x7fe7b7434190> # /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 0x7fe7b7434220> # /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 0x7fe7b7457850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7434940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7495880> # /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 0x7fe7b742dd90> # /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 0x7fe7b7457d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b747d970> 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 0x7fe7b71aeeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b0f40> # /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 0x7fe7b71a7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ad640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71ae370> # /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 0x7fe7b708ee20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b708e910> 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 0x7fe7b708ef10> # /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 0x7fe7b708efd0> # /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 0x7fe7b70a20d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7189d90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7182670> # /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 0x7fe7b71946d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71b5e20> # /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 0x7fe7b70a2cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71892b0> # 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 0x7fe7b71942e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb9d0> # /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 0x7fe7b70a2eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2df0> # /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 0x7fe7b70a2d60> # /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 0x7fe7b70753d0> # /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 0x7fe7b70754c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70aaf40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4a90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4490> # /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 0x7fe7b6faa220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b7061520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a4f10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b71bb040> # /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 0x7fe7b6fbbb50> 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 0x7fe7b6fbbe80> # /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 0x7fe7b6fcb790> # /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 0x7fe7b6fcbcd0> # 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 0x7fe7b6f65400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fbbf70> # /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 0x7fe7b6f762e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6fcb610> 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 0x7fe7b6f763a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2a30> # /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 0x7fe7b6f91700> # /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 0x7fe7b6f919d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f917c0> # 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 0x7fe7b6f918b0> # /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 0x7fe7b6f91d00> # 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 0x7fe7b6f9d250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f91940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6f85a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b70a2610> # /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 0x7fe7b6f91af0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe7b6edf6d0> # zipimport: found 105 names in '/tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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 0x7fe7b6d60820> # /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 0x7fe7b6df0730> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0340> # /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 0x7fe7b6df0460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df0160> 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 0x7fe7b6df03a0> # /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 0x7fe7b6df0790> # /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 0x7fe7b6dd17f0> # 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 0x7fe7b6dd1b80> # 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 0x7fe7b6dd19d0> # /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 0x7fe7b67c8520> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dead60> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6df04f0> # /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 0x7fe7b6dea1c0> # /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 0x7fe7b6e17b20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd160> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6dbd760> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b67cdd30> # 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 0x7fe7b6dbd670> # /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 0x7fe7b6e41d00> # /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 0x7fe7b6d41a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4ae80> # /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 0x7fe7b6d500a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e4aeb0> # /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 0x7fe7b6e511c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d500d0> # 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 0x7fe7b6e0a2b0> # 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 0x7fe7b6e4aaf0> # 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 0x7fe7b6e4aac0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e41ee0> # /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 0x7fe7b6d4c0d0> # 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 0x7fe7b6d43310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4ccd0> # 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 0x7fe7b6d4c670> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d4d100> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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 0x7fe7b6d5e910> # /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 0x7fe7b6d8b9a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b63aa640> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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 0x7fe7b6dcf7f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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 0x7fe7b6e0d460> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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 0x7fe7b6d7e0d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d8b1f0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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 0x7fe7b6d91bb0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6e5a070> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d812e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/common/respawn.py # 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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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 0x7fe7b6140b50> # /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 0x7fe7b63b0910> # 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 0x7fe7b63b0820> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b613f1c0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61405e0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636f9a0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636fd90> # /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 0x7fe7b6360100> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6131bb0> # /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 0x7fe7b6360d90> # /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 0x7fe7b638da60> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b623b040> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b636ffd0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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 0x7fe7b6008250> # /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 0x7fe7b6008790> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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 0x7fe7b63d16d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b60089d0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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 0x7fe7b6d7d460> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b6d7df10> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_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_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.packages # loaded from Zip /tmp/ansible_package_facts_payload_q4pmx36k/ansible_package_facts_payload.zip/ansible/module_utils/facts/packages.py # zipimport: zlib available # /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 0x7fe7b5fee100> # /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 0x7fe7b5feec40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7b61317f0> {"ansible_facts": {"packages": {"libgcc": [{"name": "libgcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "linux-firmware-whence": [{"name": "linux-firmware-whence", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "tzdata": [{"name": "tzdata", "version": "2024a", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "subscription-manager-rhsm-certificates": [{"name": "subscription-manager-rhsm-certificates", "version": "20220623", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "linux-firmware": [{"name": "linux-firmware", "version": "20240905", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gawk-all-langpacks": [{"name": "gawk-all-langpacks", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools-wheel": [{"name": "python3-setuptools-wheel", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "publicsuffix-list-dafsa": [{"name": "publicsuffix-list-dafsa", "version": "20210518", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "pcre2-syntax": [{"name": "pcre2-syntax", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ncurses-base": [{"name": "ncurses-base", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libssh-config": [{"name": "libssh-config", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libreport-filesystem": [{"name": "libreport-filesystem", "version": "2.15.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-data": [{"name": "dnf-data", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-misc": [{"name": "kbd-misc", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "kbd-legacy": [{"name": "kbd-legacy", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "hwdata": [{"name": "hwdata", "version": "0.348", "release": "9.15.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "fonts-filesystem": [{"name": "fonts-filesystem", "version": "2.0.5", "release": "7.el9.1", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dejavu-sans-fonts": [{"name": "dejavu-sans-fonts", "version": "2.37", "release": "18.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-core-font-en": [{"name": "langpacks-core-font-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld-filesystem": [{"name": "firewalld-filesystem", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "coreutils-common": [{"name": "coreutils-common", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "centos-gpg-keys": [{"name": "centos-gpg-keys", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-repos": [{"name": "centos-stream-repos", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "centos-stream-release": [{"name": "centos-stream-release", "version": "9.0", "release": "26.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "setup": [{"name": "setup", "version": "2.13.7", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "filesystem": [{"name": "filesystem", "version": "3.16", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "basesystem": [{"name": "basesystem", "version": "11", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "glibc-gconv-extra": [{"name": "glibc-gconv-extra", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-langpack-en": [{"name": "glibc-langpack-en", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-common": [{"name": "glibc-common", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc": [{"name": "glibc", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses-libs": [{"name": "ncurses-libs", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bash": [{"name": "bash", "version": "5.1.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib": [{"name": "zlib", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-libs": [{"name": "xz-libs", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd": [{"name": "libzstd", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap": [{"name": "libcap", "version": "2.48", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "popt": [{"name": "popt", "version": "1.18", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bzip2-libs": [{"name": "bzip2-libs", "version": "1.0.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt": [{"name": "libxcrypt", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuuid": [{"name": "libuuid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sqlite-libs": [{"name": "sqlite-libs", "version": "3.34.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcom_err": [{"name": "libcom_err", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libstdc++": [{"name": "libstdc++", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmnl": [{"name": "libmnl", "version": "1.0.4", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf": [{"name": "elfutils-libelf", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxml2": [{"name": "libxml2", "version": "2.9.13", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies": [{"name": "crypto-policies", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "readline": [{"name": "readline", "version": "8.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng": [{"name": "libcap-ng", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit-libs": [{"name": "audit-libs", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "alternatives": [{"name": "alternatives", "version": "1.24", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libunistring": [{"name": "libunistring", "version": "0.9.10", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lua-libs": [{"name": "lua-libs", "version": "5.4.4", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libffi": [{"name": "libffi", "version": "3.4.2", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgpg-error": [{"name": "libgpg-error", "version": "1.42", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsepol": [{"name": "libsepol", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtalloc": [{"name": "libtalloc", "version": "2.4.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libidn2": [{"name": "libidn2", "version": "2.3.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gmp": [{"name": "gmp", "version": "6.2.0", "release": "13.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "json-c": [{"name": "json-c", "version": "0.14", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils-libs": [{"name": "keyutils-libs", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libattr": [{"name": "libattr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libacl": [{"name": "libacl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3": [{"name": "libnl3", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmartcols": [{"name": "libsmartcols", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lz4-libs": [{"name": "lz4-libs", "version": "1.9.3", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre2": [{"name": "pcre2", "version": "10.40", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux": [{"name": "libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sed": [{"name": "sed", "version": "4.8", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsemanage": [{"name": "libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "shadow-utils": [{"name": "shadow-utils", "version": "4.9", "release": "9.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "findutils": [{"name": "findutils", "version": "4.8.0", "release": "7.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libtevent": [{"name": "libtevent", "version": "0.16.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgcrypt": [{"name": "libgcrypt", "version": "1.10.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file-libs": [{"name": "file-libs", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libedit": [{"name": "libedit", "version": "3.1", "release": "38.20210216cvs.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "psmisc": [{"name": "psmisc", "version": "23.4", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dmidecode": [{"name": "dmidecode", "version": "3.6", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "expat": [{"name": "expat", "version": "2.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdbm-libs": [{"name": "gdbm-libs", "version": "1.23", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "jansson": [{"name": "jansson", "version": "2.14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtasn1": [{"name": "libtasn1", "version": "4.16.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit": [{"name": "p11-kit", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libtdb": [{"name": "libtdb", "version": "1.4.10", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "which": [{"name": "which", "version": "2.21", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "p11-kit-trust": [{"name": "p11-kit-trust", "version": "0.25.3", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "file": [{"name": "file", "version": "5.39", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libselinux-utils": [{"name": "libselinux-utils", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libassuan": [{"name": "libassuan", "version": "2.5.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbpf": [{"name": "libbpf", "version": "1.4.0", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "libnftnl": [{"name": "libnftnl", "version": "1.2.6", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "fuse-libs": [{"name": "fuse-libs", "version": "2.9.9", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbasicobjects": [{"name": "libbasicobjects", "version": "0.1.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcollection": [{"name": "libcollection", "version": "0.7.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdb": [{"name": "libdb", "version": "5.3.28", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute": [{"name": "iproute", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdhash": [{"name": "libdhash", "version": "0.5.0", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libgomp": [{"name": "libgomp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libref_array": [{"name": "libref_array", "version": "0.1.5", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libseccomp": [{"name": "libseccomp", "version": "2.5.2", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsigsegv": [{"name": "libsigsegv", "version": "2.13", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_idmap": [{"name": "libsss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lzo": [{"name": "lzo", "version": "2.10", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "numactl-libs": [{"name": "numactl-libs", "version": "2.0.16", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pcre": [{"name": "pcre", "version": "8.44", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grep": [{"name": "grep", "version": "3.6", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-libs": [{"name": "openssl-libs", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "coreutils": [{"name": "coreutils", "version": "8.32", "release": "36.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ca-certificates": [{"name": "ca-certificates", "version": "2024.2.69_v8.0.303", "release": "91.4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "systemd-libs": [{"name": "systemd-libs", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libblkid": [{"name": "libblkid", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-libs": [{"name": "dbus-libs", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmount": [{"name": "libmount", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux-core": [{"name": "util-linux-core", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfdisk": [{"name": "libfdisk", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gzip": [{"name": "gzip", "version": "1.12", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod": [{"name": "kmod", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kmod-libs": [{"name": "kmod-libs", "version": "28", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib": [{"name": "cracklib", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cracklib-dicts": [{"name": "cracklib-dicts", "version": "2.9.6", "release": "27.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-tools": [{"name": "dbus-tools", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "procps-ng": [{"name": "procps-ng", "version": "3.3.17", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl": [{"name": "openssl", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libarchive": [{"name": "libarchive", "version": "3.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libevent": [{"name": "libevent", "version": "2.1.12", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_certmap": [{"name": "libsss_certmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz": [{"name": "xz", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "squashfs-tools": [{"name": "squashfs-tools", "version": "4.4", "release": "10.git1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcomps": [{"name": "libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libutempter": [{"name": "libutempter", "version": "1.2.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnl3-cli": [{"name": "libnl3-cli", "version": "3.9.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libteam": [{"name": "libteam", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "acl": [{"name": "acl", "version": "2.3.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext-libs": [{"name": "gettext-libs", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gettext": [{"name": "gettext", "version": "0.21", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "attr": [{"name": "attr", "version": "2.5.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "keyutils": [{"name": "keyutils", "version": "1.6.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mpfr": [{"name": "mpfr", "version": "4.1.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gawk": [{"name": "gawk", "version": "5.1.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpsl": [{"name": "libpsl", "version": "0.21.1", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libksba": [{"name": "libksba", "version": "1.5.1", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ethtool": [{"name": "ethtool", "version": "6.2", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "ipset-libs": [{"name": "ipset-libs", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ipset": [{"name": "ipset", "version": "7.11", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "groff-base": [{"name": "groff-base", "version": "1.22.4", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "snappy": [{"name": "snappy", "version": "1.1.8", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs-libs": [{"name": "e2fsprogs-libs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libss": [{"name": "libss", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-compat": [{"name": "libxcrypt-compat", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pip-wheel": [{"name": "python3-pip-wheel", "version": "21.3.1", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python-unversioned-command": [{"name": "python-unversioned-command", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3": [{"name": "python3", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libs": [{"name": "python3-libs", "version": "3.9.19", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-setuptools": [{"name": "python3-setuptools", "version": "53.0.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-six": [{"name": "python3-six", "version": "1.15.0", "release": "9.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dateutil": [{"name": "python3-dateutil", "version": "2.8.1", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "python3-iniparse": [{"name": "python3-iniparse", "version": "0.4", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-idna": [{"name": "python3-idna", "version": "2.10", "release": "7.el9.1", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libselinux": [{"name": "python3-libselinux", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libsemanage": [{"name": "python3-libsemanage", "version": "3.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-inotify": [{"name": "python3-inotify", "version": "0.9.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-setools": [{"name": "python3-setools", "version": "4.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-distro": [{"name": "python3-distro", "version": "1.5.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-libcomps": [{"name": "python3-libcomps", "version": "0.1.18", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-chardet": [{"name": "python3-chardet", "version": "4.0.0", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-decorator": [{"name": "python3-decorator", "version": "4.4.2", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pysocks": [{"name": "python3-pysocks", "version": "1.7.1", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-urllib3": [{"name": "python3-urllib3", "version": "1.26.5", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-requests": [{"name": "python3-requests", "version": "2.25.1", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-cloud-what": [{"name": "python3-cloud-what", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-systemd": [{"name": "python3-systemd", "version": "234", "release": "19.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcap-ng-python3": [{"name": "libcap-ng-python3", "version": "0.8.2", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-audit": [{"name": "python3-audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pigz": [{"name": "pigz", "version": "2.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "hostname": [{"name": "hostname", "version": "3.23", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools-libs": [{"name": "kernel-tools-libs", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "less": [{"name": "less", "version": "590", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-rpm-macros": [{"name": "systemd-rpm-macros", "version": "252", "release": "45.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "c-ares": [{"name": "c-ares", "version": "1.19.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpio": [{"name": "cpio", "version": "2.13", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "diffutils": [{"name": "diffutils", "version": "3.7", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "inih": [{"name": "inih", "version": "49", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libbrotli": [{"name": "libbrotli", "version": "1.0.9", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcbor": [{"name": "libcbor", "version": "0.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdaemon": [{"name": "libdaemon", "version": "0.14", "release": "23.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "teamd": [{"name": "teamd", "version": "1.31", "release": "16.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libeconf": [{"name": "libeconf", "version": "0.4.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpwquality": [{"name": "libpwquality", "version": "1.4.4", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pam": [{"name": "pam", "version": "1.5.1", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "util-linux": [{"name": "util-linux", "version": "2.37.4", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-common": [{"name": "grub2-common", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "openssh": [{"name": "openssh", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-pc-modules": [{"name": "grub2-pc-modules", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "virt-what": [{"name": "virt-what", "version": "1.25", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kbd": [{"name": "kbd", "version": "2.4.0", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libndp": [{"name": "libndp", "version": "1.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfnetlink": [{"name": "libnfnetlink", "version": "1.0.1", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnetfilter_conntrack": [{"name": "libnetfilter_conntrack", "version": "1.0.9", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-libs": [{"name": "iptables-libs", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iptables-nft": [{"name": "iptables-nft", "version": "1.8.10", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nftables": [{"name": "nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-nftables": [{"name": "python3-nftables", "version": "1.0.9", "release": "3.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libnghttp2": [{"name": "libnghttp2", "version": "1.43.0", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpath_utils": [{"name": "libpath_utils", "version": "0.2.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libini_config": [{"name": "libini_config", "version": "1.3.1", "release": "53.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libpipeline": [{"name": "libpipeline", "version": "1.5.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_nss_idmap": [{"name": "libsss_nss_idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsss_sudo": [{"name": "libsss_sudo", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto": [{"name": "libverto", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "krb5-libs": [{"name": "krb5-libs", "version": "1.21.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-lib": [{"name": "cyrus-sasl-lib", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openldap": [{"name": "openldap", "version": "2.6.6", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libssh": [{"name": "libssh", "version": "0.10.4", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libcurl": [{"name": "libcurl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tpm2-tss": [{"name": "tpm2-tss", "version": "3.2.3", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ima-evm-utils": [{"name": "ima-evm-utils", "version": "1.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "curl": [{"name": "curl", "version": "7.76.1", "release": "31.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm": [{"name": "rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-libs": [{"name": "rpm-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "policycoreutils": [{"name": "policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "selinux-policy": [{"name": "selinux-policy", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "selinux-policy-targeted": [{"name": "selinux-policy-targeted", "version": "38.1.44", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dbus": [{"name": "dbus", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "systemd-pam": [{"name": "systemd-pam", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd": [{"name": "systemd", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dbus-common": [{"name": "dbus-common", "version": "1.12.20", "release": "8.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "dbus-broker": [{"name": "dbus-broker", "version": "28", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie-anacron": [{"name": "cronie-anacron", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cronie": [{"name": "cronie", "version": "1.5.7", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crontabs": [{"name": "crontabs", "version": "1.11", "release": "26.20190603git.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libsolv": [{"name": "libsolv", "version": "0.7.24", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-libs": [{"name": "authselect-libs", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "device-mapper-libs": [{"name": "device-mapper-libs", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "device-mapper": [{"name": "device-mapper", "version": "1.02.198", "release": "2.el9", "epoch": 9, "arch": "x86_64", "source": "rpm"}], "grub2-tools-minimal": [{"name": "grub2-tools-minimal", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "cryptsetup-libs": [{"name": "cryptsetup-libs", "version": "2.7.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemd-udev": [{"name": "systemd-udev", "version": "252", "release": "45.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfido2": [{"name": "libfido2", "version": "1.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "os-prober": [{"name": "os-prober", "version": "1.77", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kpartx": [{"name": "kpartx", "version": "0.8.7", "release": "32.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-default-yama-scope": [{"name": "elfutils-default-yama-scope", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "elfutils-libs": [{"name": "elfutils-libs", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-debuginfod-client": [{"name": "elfutils-debuginfod-client", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils-gold": [{"name": "binutils-gold", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "binutils": [{"name": "binutils", "version": "2.35.2", "release": "54.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-build-libs": [{"name": "rpm-build-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "initscripts-service": [{"name": "initscripts-service", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iputils": [{"name": "iputils", "version": "20210202", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi": [{"name": "libkcapi", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libkcapi-hmaccalc": [{"name": "libkcapi-hmaccalc", "version": "1.4.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut": [{"name": "dracut", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules-core": [{"name": "kernel-modules-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-core": [{"name": "kernel-core", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "grub2-tools": [{"name": "grub2-tools", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "grubby": [{"name": "grubby", "version": "8.40", "release": "63.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-modules": [{"name": "kernel-modules", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-squash": [{"name": "dracut-squash", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "logrotate": [{"name": "logrotate", "version": "3.18.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob": [{"name": "oddjob", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oddjob-mkhomedir": [{"name": "oddjob-mkhomedir", "version": "0.34.7", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect": [{"name": "authselect", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-systemd-inhibit": [{"name": "rpm-plugin-systemd-inhibit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-client": [{"name": "sssd-client", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libyaml": [{"name": "libyaml", "version": "0.2.5", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lmdb-libs": [{"name": "lmdb-libs", "version": "0.9.29", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libldb": [{"name": "libldb", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-common": [{"name": "sssd-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nettle": [{"name": "nettle", "version": "3.9.1", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnutls": [{"name": "gnutls", "version": "3.8.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glib2": [{"name": "glib2", "version": "2.68.4", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dbus": [{"name": "python3-dbus", "version": "1.2.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-libnm": [{"name": "NetworkManager-libnm", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "NetworkManager": [{"name": "NetworkManager", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "libmodulemd": [{"name": "libmodulemd", "version": "2.13.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuser": [{"name": "libuser", "version": "0.63", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "passwd": [{"name": "passwd", "version": "0.80", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "usermode": [{"name": "usermode", "version": "1.114", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gobject-introspection": [{"name": "gobject-introspection", "version": "1.68.0", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gobject-base-noarch": [{"name": "python3-gobject-base-noarch", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-gobject-base": [{"name": "python3-gobject-base", "version": "3.40.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-firewall": [{"name": "python3-firewall", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "npth": [{"name": "npth", "version": "1.6", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gnupg2": [{"name": "gnupg2", "version": "2.3.3", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpgme": [{"name": "gpgme", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "librepo": [{"name": "librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf": [{"name": "libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-libdnf": [{"name": "python3-libdnf", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-hawkey": [{"name": "python3-hawkey", "version": "0.69.0", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libdnf-plugin-subscription-manager": [{"name": "libdnf-plugin-subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-librepo": [{"name": "python3-librepo", "version": "1.14.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-gpg": [{"name": "python3-gpg", "version": "1.15.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-sign-libs": [{"name": "rpm-sign-libs", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-rpm": [{"name": "python3-rpm", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-dnf": [{"name": "python3-dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-dnf-plugins-core": [{"name": "python3-dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf": [{"name": "dnf", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-subscription-manager-rhsm": [{"name": "python3-subscription-manager-rhsm", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "subscription-manager": [{"name": "subscription-manager", "version": "1.29.42", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "oniguruma": [{"name": "oniguruma", "version": "6.9.6", "release": "1.el9.6", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jq": [{"name": "jq", "version": "1.6", "release": "17.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dracut-network": [{"name": "dracut-network", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pciutils-libs": [{"name": "pciutils-libs", "version": "3.7.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sg3_utils-libs": [{"name": "sg3_utils-libs", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "slang": [{"name": "slang", "version": "2.3.2", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "newt": [{"name": "newt", "version": "0.52.21", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "userspace-rcu": [{"name": "userspace-rcu", "version": "0.12.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "checkpolicy": [{"name": "checkpolicy", "version": "3.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-policycoreutils": [{"name": "python3-policycoreutils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "policycoreutils-python-utils": [{"name": "policycoreutils-python-utils", "version": "3.6", "release": "2.1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libestr": [{"name": "libestr", "version": "0.1.11", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libfastjson": [{"name": "libfastjson", "version": "0.99.9", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog-logrotate": [{"name": "rsyslog-logrotate", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsyslog": [{"name": "rsyslog", "version": "8.2310.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "liburing": [{"name": "liburing", "version": "2.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "langpacks-core-en": [{"name": "langpacks-core-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "langpacks-en": [{"name": "langpacks-en", "version": "3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "qemu-guest-agent": [{"name": "qemu-guest-agent", "version": "9.0.0", "release": "10.el9", "epoch": 17, "arch": "x86_64", "source": "rpm"}], "rhc": [{"name": "rhc", "version": "0.2.4", "release": "5.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "xfsprogs": [{"name": "xfsprogs", "version": "6.4.0", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "NetworkManager-tui": [{"name": "NetworkManager-tui", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "sg3_utils": [{"name": "sg3_utils", "version": "1.47", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-tools": [{"name": "kernel-tools", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kexec-tools": [{"name": "kexec-tools", "version": "2.0.27", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum": [{"name": "yum", "version": "4.14.0", "release": "17.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "dnf-plugins-core": [{"name": "dnf-plugins-core", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "firewalld": [{"name": "firewalld", "version": "1.3.4", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "NetworkManager-team": [{"name": "NetworkManager-team", "version": "1.51.0", "release": "1.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "initscripts-rename-device": [{"name": "initscripts-rename-device", "version": "10.11.8", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "irqbalance": [{"name": "irqbalance", "version": "1.9.4", "release": "1.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "chrony": [{"name": "chrony", "version": "4.6", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-kcm": [{"name": "sssd-kcm", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "authselect-compat": [{"name": "authselect-compat", "version": "1.2.6", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel": [{"name": "kernel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "crypto-policies-scripts": [{"name": "crypto-policies-scripts", "version": "20240822", "release": "1.gitbaf3e06.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "grub2-pc": [{"name": "grub2-pc", "version": "2.06", "release": "92.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "dracut-config-rescue": [{"name": "dracut-config-rescue", "version": "057", "release": "70.git20240819.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "audit": [{"name": "audit", "version": "3.1.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssh-clients": [{"name": "openssh-clients", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "parted": [{"name": "parted", "version": "3.5", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "microcode_ctl": [{"name": "microcode_ctl", "version": "20240531", "release": "1.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "openssh-server": [{"name": "openssh-server", "version": "8.7p1", "release": "43.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-selinux": [{"name": "rpm-plugin-selinux", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rpm-plugin-audit": [{"name": "rpm-plugin-audit", "version": "4.16.1.3", "release": "34.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sudo": [{"name": "sudo", "version": "1.9.5p2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "man-db": [{"name": "man-db", "version": "2.9.3", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iproute-tc": [{"name": "iproute-tc", "version": "6.2.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "e2fsprogs": [{"name": "e2fsprogs", "version": "1.46.5", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "prefixdevname": [{"name": "prefixdevname", "version": "0.1.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-minimal": [{"name": "vim-minimal", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "lshw": [{"name": "lshw", "version": "B.02.19.2", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "ncurses": [{"name": "ncurses", "version": "6.2", "release": "10.20210508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsysfs": [{"name": "libsysfs", "version": "2.1.1", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "lsscsi": [{"name": "lsscsi", "version": "0.32", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "iwl100-firmware": [{"name": "iwl100-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl1000-firmware": [{"name": "iwl1000-firmware", "version": "39.31.5.1", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl105-firmware": [{"name": "iwl105-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl135-firmware": [{"name": "iwl135-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2000-firmware": [{"name": "iwl2000-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl2030-firmware": [{"name": "iwl2030-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl3160-firmware": [{"name": "iwl3160-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "iwl5000-firmware": [{"name": "iwl5000-firmware", "version": "8.83.5.1_1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl5150-firmware": [{"name": "iwl5150-firmware", "version": "8.24.2.2", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6000g2a-firmware": [{"name": "iwl6000g2a-firmware", "version": "18.168.6.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl6050-firmware": [{"name": "iwl6050-firmware", "version": "41.28.5.1", "release": "146.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "iwl7260-firmware": [{"name": "iwl7260-firmware", "version": "25.30.13.0", "release": "146.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "rootfiles": [{"name": "rootfiles", "version": "8.1", "release": "31.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "gpg-pubkey": [{"name": "gpg-pubkey", "version": "3228467c", "release": "613798eb", "epoch": null, "arch": null, "source": "rpm"}, {"name": "gpg-pubkey", "version": "8483c65d", "release": "5ccc5b19", "epoch": null, "arch": null, "source": "rpm"}], "epel-release": [{"name": "epel-release", "version": "9", "release": "8.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "nspr": [{"name": "nspr", "version": "4.35.0", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-system": [{"name": "boost-system", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-util": [{"name": "nss-util", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "make": [{"name": "make", "version": "4.3", "release": "8.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "m4": [{"name": "m4", "version": "1.4.19", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libmpc": [{"name": "libmpc", "version": "1.2.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "unzip": [{"name": "unzip", "version": "6.0", "release": "57.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "avahi-libs": [{"name": "avahi-libs", "version": "0.8", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zip": [{"name": "zip", "version": "3.0", "release": "35.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cpp": [{"name": "cpp", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bison": [{"name": "bison", "version": "3.7.4", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "flex": [{"name": "flex", "version": "2.6.4", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn-freebl": [{"name": "nss-softokn-freebl", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-softokn": [{"name": "nss-softokn", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss": [{"name": "nss", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nss-sysinit": [{"name": "nss-sysinit", "version": "3.101.0", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-filesystem": [{"name": "boost-filesystem", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "boost-thread": [{"name": "boost-thread", "version": "1.75.0", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Digest": [{"name": "perl-Digest", "version": "1.19", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Digest-MD5": [{"name": "perl-Digest-MD5", "version": "2.58", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-B": [{"name": "perl-B", "version": "1.80", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-FileHandle": [{"name": "perl-FileHandle", "version": "2.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Data-Dumper": [{"name": "perl-Data-Dumper", "version": "2.174", "release": "462.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-libnet": [{"name": "perl-libnet", "version": "3.13", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-base": [{"name": "perl-base", "version": "2.27", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-URI": [{"name": "perl-URI", "version": "5.09", "release": "3.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-AutoLoader": [{"name": "perl-AutoLoader", "version": "5.74", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Mozilla-CA": [{"name": "perl-Mozilla-CA", "version": "20200520", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-if": [{"name": "perl-if", "version": "0.60.800", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-IP": [{"name": "perl-IO-Socket-IP", "version": "0.41", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Time-Local": [{"name": "perl-Time-Local", "version": "1.300", "release": "7.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "perl-File-Path": [{"name": "perl-File-Path", "version": "2.18", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Escapes": [{"name": "perl-Pod-Escapes", "version": "1.07", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Text-Tabs+Wrap": [{"name": "perl-Text-Tabs+Wrap", "version": "2013.0523", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IO-Socket-SSL": [{"name": "perl-IO-Socket-SSL", "version": "2.073", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Net-SSLeay": [{"name": "perl-Net-SSLeay", "version": "1.94", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Class-Struct": [{"name": "perl-Class-Struct", "version": "0.66", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-POSIX": [{"name": "perl-POSIX", "version": "1.94", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Term-ANSIColor": [{"name": "perl-Term-ANSIColor", "version": "5.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-IPC-Open3": [{"name": "perl-IPC-Open3", "version": "1.21", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-subs": [{"name": "perl-subs", "version": "1.03", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-Temp": [{"name": "perl-File-Temp", "version": "0.231.100", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Term-Cap": [{"name": "perl-Term-Cap", "version": "1.17", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Pod-Simple": [{"name": "perl-Pod-Simple", "version": "3.42", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-HTTP-Tiny": [{"name": "perl-HTTP-Tiny", "version": "0.076", "release": "462.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Socket": [{"name": "perl-Socket", "version": "2.031", "release": "4.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-SelectSaver": [{"name": "perl-SelectSaver", "version": "1.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Symbol": [{"name": "perl-Symbol", "version": "1.08", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-File-stat": [{"name": "perl-File-stat", "version": "1.09", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-podlators": [{"name": "perl-podlators", "version": "4.14", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Pod-Perldoc": [{"name": "perl-Pod-Perldoc", "version": "3.28.01", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Fcntl": [{"name": "perl-Fcntl", "version": "1.13", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-Text-ParseWords": [{"name": "perl-Text-ParseWords", "version": "3.30", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-mro": [{"name": "perl-mro", "version": "1.23", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-IO": [{"name": "perl-IO", "version": "1.43", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-overloading": [{"name": "perl-overloading", "version": "0.02", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Pod-Usage": [{"name": "perl-Pod-Usage", "version": "2.01", "release": "4.el9", "epoch": 4, "arch": "noarch", "source": "rpm"}], "perl-Errno": [{"name": "perl-Errno", "version": "1.30", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Basename": [{"name": "perl-File-Basename", "version": "2.85", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Std": [{"name": "perl-Getopt-Std", "version": "1.12", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-MIME-Base64": [{"name": "perl-MIME-Base64", "version": "3.16", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Scalar-List-Utils": [{"name": "perl-Scalar-List-Utils", "version": "1.56", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-constant": [{"name": "perl-constant", "version": "1.33", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Storable": [{"name": "perl-Storable", "version": "3.21", "release": "460.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "perl-overload": [{"name": "perl-overload", "version": "1.31", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-parent": [{"name": "perl-parent", "version": "0.238", "release": "460.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-vars": [{"name": "perl-vars", "version": "1.05", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Getopt-Long": [{"name": "perl-Getopt-Long", "version": "2.52", "release": "4.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Carp": [{"name": "perl-Carp", "version": "1.50", "release": "460.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-Exporter": [{"name": "perl-Exporter", "version": "5.74", "release": "461.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "perl-NDBM_File": [{"name": "perl-NDBM_File", "version": "1.15", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-PathTools": [{"name": "perl-PathTools", "version": "3.78", "release": "461.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-Encode": [{"name": "perl-Encode", "version": "3.08", "release": "462.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-libs": [{"name": "perl-libs", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "perl-interpreter": [{"name": "perl-interpreter", "version": "5.32.1", "release": "481.el9", "epoch": 4, "arch": "x86_64", "source": "rpm"}], "aspell": [{"name": "aspell", "version": "0.60.8", "release": "8.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "tbb": [{"name": "tbb", "version": "2020.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dyninst": [{"name": "dyninst", "version": "12.1.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-runtime": [{"name": "systemtap-runtime", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "kernel-headers": [{"name": "kernel-headers", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-headers": [{"name": "glibc-headers", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "strace": [{"name": "strace", "version": "5.18", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-m4": [{"name": "pkgconf-m4", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libpkgconf": [{"name": "libpkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf": [{"name": "pkgconf", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "pkgconf-pkg-config": [{"name": "pkgconf-pkg-config", "version": "1.7.3", "release": "10.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libzstd-devel": [{"name": "libzstd-devel", "version": "1.5.1", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "zlib-devel": [{"name": "zlib-devel", "version": "1.2.11", "release": "41.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-libelf-devel": [{"name": "elfutils-libelf-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "glibc-devel": [{"name": "glibc-devel", "version": "2.34", "release": "122.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxcrypt-devel": [{"name": "libxcrypt-devel", "version": "4.4.18", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gcc": [{"name": "gcc", "version": "11.5.0", "release": "2.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "openssl-devel": [{"name": "openssl-devel", "version": "3.2.2", "release": "6.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "kernel-devel": [{"name": "kernel-devel", "version": "5.14.0", "release": "508.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "xz-devel": [{"name": "xz-devel", "version": "5.2.5", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "elfutils-devel": [{"name": "elfutils-devel", "version": "0.191", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap-devel": [{"name": "systemtap-devel", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "efivar-libs": [{"name": "efivar-libs", "version": "38", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "mokutil": [{"name": "mokutil", "version": "0.6.0", "release": "4.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "systemtap-client": [{"name": "systemtap-client", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "systemtap": [{"name": "systemtap", "version": "5.1", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "qa-tools": [{"name": "qa-tools", "version": "4.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libtirpc": [{"name": "libtirpc", "version": "1.3.3", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "git-core": [{"name": "git-core", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libnfsidmap": [{"name": "libnfsidmap", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "git-core-doc": [{"name": "git-core-doc", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "rpcbind": [{"name": "rpcbind", "version": "1.2.6", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "wget": [{"name": "wget", "version": "1.21.1", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "perl-lib": [{"name": "perl-lib", "version": "0.65", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-File-Find": [{"name": "perl-File-Find", "version": "1.37", "release": "481.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "perl-Error": [{"name": "perl-Error", "version": "0.17029", "release": "7.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-DynaLoader": [{"name": "perl-DynaLoader", "version": "1.47", "release": "481.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "perl-TermReadKey": [{"name": "perl-TermReadKey", "version": "2.38", "release": "11.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libxslt": [{"name": "libxslt", "version": "1.1.34", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-lxml": [{"name": "python3-lxml", "version": "4.6.5", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gpm-libs": [{"name": "gpm-libs", "version": "1.20.7", "release": "29.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "emacs-filesystem": [{"name": "emacs-filesystem", "version": "27.2", "release": "10.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "perl-Git": [{"name": "perl-Git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "git": [{"name": "git", "version": "2.43.5", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "yum-utils": [{"name": "yum-utils", "version": "4.3.0", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "vim-filesystem": [{"name": "vim-filesystem", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "noarch", "source": "rpm"}], "vim-common": [{"name": "vim-common", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "time": [{"name": "time", "version": "1.9", "release": "18.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tar": [{"name": "tar", "version": "1.34", "release": "7.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "quota-nls": [{"name": "quota-nls", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "noarch", "source": "rpm"}], "quota": [{"name": "quota", "version": "4.09", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "python3-pyyaml": [{"name": "python3-pyyaml", "version": "5.4.1", "release": "6.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libev": [{"name": "libev", "version": "4.33", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libverto-libev": [{"name": "libverto-libev", "version": "0.3.2", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gssproxy": [{"name": "gssproxy", "version": "0.8.4", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "nfs-utils": [{"name": "nfs-utils", "version": "2.5.4", "release": "27.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "bc": [{"name": "bc", "version": "1.07.1", "release": "14.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "beakerlib-redhat": [{"name": "beakerlib-redhat", "version": "1", "release": "35.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "beakerlib": [{"name": "beakerlib", "version": "1.29.3", "release": "1.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "restraint": [{"name": "restraint", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "restraint-rhts": [{"name": "restraint-rhts", "version": "0.4.4", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "vim-enhanced": [{"name": "vim-enhanced", "version": "8.2.2637", "release": "21.el9", "epoch": 2, "arch": "x86_64", "source": "rpm"}], "sssd-nfs-idmap": [{"name": "sssd-nfs-idmap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rsync": [{"name": "rsync", "version": "3.2.3", "release": "20.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-pytz": [{"name": "python3-pytz", "version": "2021.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-babel": [{"name": "python3-babel", "version": "2.9.1", "release": "2.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyserial": [{"name": "python3-pyserial", "version": "3.4", "release": "12.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-pyrsistent": [{"name": "python3-pyrsistent", "version": "0.17.3", "release": "8.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-prettytable": [{"name": "python3-prettytable", "version": "0.7.2", "release": "27.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-oauthlib": [{"name": "python3-oauthlib", "version": "3.1.1", "release": "5.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-netifaces": [{"name": "python3-netifaces", "version": "0.10.6", "release": "15.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-markupsafe": [{"name": "python3-markupsafe", "version": "1.1.1", "release": "12.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "python3-jinja2": [{"name": "python3-jinja2", "version": "2.11.3", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpointer": [{"name": "python3-jsonpointer", "version": "2.0", "release": "4.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonpatch": [{"name": "python3-jsonpatch", "version": "1.21", "release": "16.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-configobj": [{"name": "python3-configobj", "version": "5.0.6", "release": "25.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-attrs": [{"name": "python3-attrs", "version": "20.3.0", "release": "7.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "python3-jsonschema": [{"name": "python3-jsonschema", "version": "3.2.0", "release": "13.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "libmaxminddb": [{"name": "libmaxminddb", "version": "1.5.2", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "geolite2-country": [{"name": "geolite2-country", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "geolite2-city": [{"name": "geolite2-city", "version": "20191217", "release": "6.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "ipcalc": [{"name": "ipcalc", "version": "1.0.0", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "gdisk": [{"name": "gdisk", "version": "1.0.7", "release": "5.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "dhcp-common": [{"name": "dhcp-common", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "noarch", "source": "rpm"}], "dhcp-client": [{"name": "dhcp-client", "version": "4.4.2", "release": "19.b1.el9", "epoch": 12, "arch": "x86_64", "source": "rpm"}], "cloud-init": [{"name": "cloud-init", "version": "23.4", "release": "19.el9", "epoch": null, "arch": "noarch", "source": "rpm"}], "cloud-utils-growpart": [{"name": "cloud-utils-growpart", "version": "0.33", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "jitterentropy": [{"name": "jitterentropy", "version": "3.5.0", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "rng-tools": [{"name": "rng-tools", "version": "6.16", "release": "7.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "samba-common": [{"name": "samba-common", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "noarch", "source": "rpm"}], "protobuf-c": [{"name": "protobuf-c", "version": "1.3.3", "release": "13.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "cyrus-sasl-gssapi": [{"name": "cyrus-sasl-gssapi", "version": "2.1.27", "release": "21.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5-common": [{"name": "sssd-krb5-common", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-krb5": [{"name": "sssd-krb5", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ldap": [{"name": "sssd-ldap", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "adcli": [{"name": "adcli", "version": "0.9.2", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libuv": [{"name": "libuv", "version": "1.42.0", "release": "2.el9", "epoch": 1, "arch": "x86_64", "source": "rpm"}], "fstrm": [{"name": "fstrm", "version": "0.6.1", "release": "3.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "bind-license": [{"name": "bind-license", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "noarch", "source": "rpm"}], "bind-libs": [{"name": "bind-libs", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "bind-utils": [{"name": "bind-utils", "version": "9.16.23", "release": "24.el9", "epoch": 32, "arch": "x86_64", "source": "rpm"}], "sssd-proxy": [{"name": "sssd-proxy", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libipa_hbac": [{"name": "libipa_hbac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libicu": [{"name": "libicu", "version": "67.1", "release": "9.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libwbclient": [{"name": "libwbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-common-libs": [{"name": "samba-common-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "samba-client-libs": [{"name": "samba-client-libs", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-common-pac": [{"name": "sssd-common-pac", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd-ipa": [{"name": "sssd-ipa", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "libsmbclient": [{"name": "libsmbclient", "version": "4.20.2", "release": "2.el9", "epoch": 0, "arch": "x86_64", "source": "rpm"}], "sssd-ad": [{"name": "sssd-ad", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "sssd": [{"name": "sssd", "version": "2.9.5", "release": "4.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}], "tlog": [{"name": "tlog", "version": "14", "release": "1.el9", "epoch": null, "arch": "x86_64", "source": "rpm"}]}}, "invocation": {"module_args": {"manager": ["auto"], "strategy": "first"}}} # 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.common.respawn # destroy ansible.module_utils.common.respawn # 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 ansible.module_utils.facts.packages # destroy ansible.module_utils.facts.packages # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 rpm.transaction # destroy rpm # cleanup[3] wiping rpm._rpm # 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 rpm._rpm # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888132.61250: done with _execute_module (package_facts, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'package_facts', '_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-1726888130.9908662-7681-75942101181845/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888132.61254: _low_level_execute_command(): starting 7519 1726888132.61257: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888130.9908662-7681-75942101181845/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888132.61265: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888132.61267: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888132.61269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888132.61271: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888132.61273: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888132.61275: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888132.61277: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888132.61279: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888132.61281: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888132.61283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888132.61285: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888132.61287: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888132.61289: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888132.61291: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888132.61293: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888132.61295: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888132.61297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888132.61298: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888132.61300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888132.61302: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888132.61304: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888132.61306: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888132.61309: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888132.61311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888132.61313: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888132.61315: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888132.61317: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888132.61318: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888132.61320: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888132.61323: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888132.61325: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888132.61327: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888132.61329: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888132.61331: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888132.61665: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888132.61676: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888132.61679: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888132.61682: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888132.61684: stdout chunk (state=3): >>><<< 7519 1726888132.61686: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888132.61695: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888132.61697: handler run complete 7519 1726888132.61699: done with _execute_module (package_facts, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'package_facts', '_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-1726888131.0088804-7683-101015993241470/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888132.61701: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888132.61703: _low_level_execute_command(): starting 7519 1726888132.61705: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888131.0088804-7683-101015993241470/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888132.61712: done with _execute_module (package_facts, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'package_facts', '_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-1726888131.0120115-7682-40329810451163/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888132.61978: _low_level_execute_command(): starting 7519 1726888132.61981: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888131.0120115-7682-40329810451163/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888132.63593: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888132.63648: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888132.63666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888132.63686: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888132.63741: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888132.63790: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888132.63801: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888132.63811: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888132.63826: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888132.63850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888132.63962: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888132.63984: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888132.64001: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888132.64013: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888132.64031: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888132.64046: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888132.64066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888132.64093: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888132.64107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888132.64128: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888132.64145: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888132.64160: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888132.64179: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888132.64206: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888132.64226: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888132.64241: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888132.64396: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888132.64413: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888132.64435: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888132.64462: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888132.64480: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888132.64497: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888132.64509: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888132.64521: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888132.64547: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888132.64583: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888132.64636: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888132.65162: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888132.65165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888132.65244: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888132.65296: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888132.65300: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888132.65302: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888132.65304: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888132.65370: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888132.65374: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888132.65654: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888132.65707: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888132.65730: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888132.65773: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888132.66534: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888132.66540: stdout chunk (state=3): >>><<< 7519 1726888132.66542: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888132.66839: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888132.66842: handler run complete 7519 1726888132.67584: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888132.67833: stderr chunk (state=3): >>><<< 7519 1726888132.67836: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888132.67843: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888132.67847: handler run complete 7519 1726888132.69640: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888132.70012: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888132.71479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888132.71673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888132.75976: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888132.79194: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888132.79437: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888132.80800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888132.81001: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888132.82219: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888132.83781: attempt loop complete, returning result 7519 1726888132.83802: _execute() done 7519 1726888132.83810: dumping result to json 7519 1726888132.83925: attempt loop complete, returning result 7519 1726888132.84111: _execute() done 7519 1726888132.84121: dumping result to json 7519 1726888132.84571: done dumping result, returning 7519 1726888132.84585: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts [0ed44806-2f0b-c82f-f05a-00000000000c] 7519 1726888132.84605: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c 7519 1726888132.84835: done dumping result, returning 7519 1726888132.84987: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts [0ed44806-2f0b-c82f-f05a-00000000000c] 7519 1726888132.85216: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888132.85529: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c 7519 1726888132.88886: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c 7519 1726888132.88889: WORKER PROCESS EXITING 7519 1726888132.88892: attempt loop complete, returning result 7519 1726888132.88894: _execute() done 7519 1726888132.88896: dumping result to json 7519 1726888132.90166: done dumping result, returning 7519 1726888132.90170: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Get the rpm package facts [0ed44806-2f0b-c82f-f05a-00000000000c] 7519 1726888132.90173: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c 7519 1726888132.92097: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c 7519 1726888132.92100: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "adcli": [ { "arch": "x86_64", "epoch": null, "name": "adcli", "release": "1.el9", "source": "rpm", "version": "0.9.2" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.el9", "source": "rpm", "version": "1.24" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "8.el9", "source": "rpm", "version": "0.60.8" } ], "attr": [ { "arch": "x86_64", "epoch": null, "name": "attr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "21.el9", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.el9", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "9.el9", "source": "rpm", "version": "5.1.8" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "14.el9", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el9", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "35.el9", "source": "rpm", "version": "1" } ], "bind-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-libs", "release": "24.el9", "source": "rpm", "version": "9.16.23" } ], "bind-license": [ { "arch": "noarch", "epoch": 32, "name": "bind-license", "release": "24.el9", "source": "rpm", "version": "9.16.23" } ], "bind-utils": [ { "arch": "x86_64", "epoch": 32, "name": "bind-utils", "release": "24.el9", "source": "rpm", "version": "9.16.23" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "54.el9", "source": "rpm", "version": "2.35.2" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "54.el9", "source": "rpm", "version": "2.35.2" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "5.el9", "source": "rpm", "version": "3.7.4" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "8.el9", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "2.el9", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "91.4.el9", "source": "rpm", "version": "2024.2.69_v8.0.303" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el9", "source": "rpm", "version": "4.6" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "19.el9", "source": "rpm", "version": "23.4" } ], "cloud-utils-growpart": [ { "arch": "x86_64", "epoch": null, "name": "cloud-utils-growpart", "release": "1.el9", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "36.el9", "source": "rpm", "version": "8.32" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "36.el9", "source": "rpm", "version": "8.32" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "16.el9", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "26.20190603git.el9", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitbaf3e06.el9", "source": "rpm", "version": "20240822" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitbaf3e06.el9", "source": "rpm", "version": "20240822" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.el9", "source": "rpm", "version": "2.7.2" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "31.el9", "source": "rpm", "version": "7.76.1" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-gssapi", "release": "21.el9", "source": "rpm", "version": "2.1.27" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "21.el9", "source": "rpm", "version": "2.1.27" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "7.el9", "source": "rpm", "version": "28" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dejavu-sans-fonts": [ { "arch": "noarch", "epoch": null, "name": "dejavu-sans-fonts", "release": "18.el9", "source": "rpm", "version": "2.37" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper", "release": "2.el9", "source": "rpm", "version": "1.02.198" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-libs", "release": "2.el9", "source": "rpm", "version": "1.02.198" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "12.el9", "source": "rpm", "version": "3.7" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "1.el9", "source": "rpm", "version": "12.1.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "3.el9", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "10.el9", "source": "rpm", "version": "27.2" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "8.el9", "source": "rpm", "version": "9" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "1.el9", "source": "rpm", "version": "6.2" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.el9", "source": "rpm", "version": "2.5.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "5.el9", "source": "rpm", "version": "3.16" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "7.el9", "source": "rpm", "version": "4.8.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "9.el9", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.el9.1", "source": "rpm", "version": "2.0.5" } ], "fstrm": [ { "arch": "x86_64", "epoch": null, "name": "fstrm", "release": "3.el9", "source": "rpm", "version": "0.6.1" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.el9", "source": "rpm", "version": "2.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "1.el9", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.el9", "source": "rpm", "version": "1.0.7" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "15.el9", "source": "rpm", "version": "2.68.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "13.el9", "source": "rpm", "version": "6.2.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.el9", "source": "rpm", "version": "2.3.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "4.el9", "source": "rpm", "version": "3.8.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "11.el9", "source": "rpm", "version": "1.68.0" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "613798eb", "source": "rpm", "version": "3228467c" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "29.el9", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "5.el9", "source": "rpm", "version": "3.6" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "10.el9", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "63.el9", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "7.el9", "source": "rpm", "version": "0.8.4" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.el9", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el9", "source": "rpm", "version": "3.23" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "9.15.el9", "source": "rpm", "version": "0.348" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "2.el9", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "6.el9", "source": "rpm", "version": "49" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "4.el9", "source": "rpm", "version": "10.11.8" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "4.el9", "source": "rpm", "version": "10.11.8" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "5.el9", "source": "rpm", "version": "1.0.0" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.el9", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "5.el9", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "11.el9", "source": "rpm", "version": "20210202" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "1.el9", "source": "rpm", "version": "1.9.4" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "146.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "146.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl3160-firmware", "release": "146.el9", "source": "rpm", "version": "25.30.13.0" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "146.el9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "146.el9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "146.el9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl7260-firmware", "release": "146.el9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el9", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "1.el9", "source": "rpm", "version": "3.5.0" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "17.el9", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "11.el9", "source": "rpm", "version": "0.14" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "15.el9", "source": "rpm", "version": "2.0.27" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "10.el9", "source": "rpm", "version": "28" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "10.el9", "source": "rpm", "version": "28" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "32.el9", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.el9", "source": "rpm", "version": "1.21.1" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "5.el9", "source": "rpm", "version": "590" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.el9", "source": "rpm", "version": "3.5.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el9", "source": "rpm", "version": "2.5.5" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.el9", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "1.el9", "source": "rpm", "version": "1.4.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "6.el9", "source": "rpm", "version": "1.0.9" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.el9", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.el9", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.el9", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "31.el9", "source": "rpm", "version": "7.76.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "23.el9", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "54.el9", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.el9", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "libdnf-plugin-subscription-manager": [ { "arch": "x86_64", "epoch": null, "name": "libdnf-plugin-subscription-manager", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "4.el9", "source": "rpm", "version": "0.4.1" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "38.20210216cvs.el9", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "4.el9", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.el9", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.el9", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "5.el9", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.el9", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "2.el9", "source": "rpm", "version": "1.13.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "11.el9", "source": "rpm", "version": "1.10.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "5.el9", "source": "rpm", "version": "1.42" } ], "libicu": [ { "arch": "x86_64", "epoch": null, "name": "libicu", "release": "9.el9", "source": "rpm", "version": "67.1" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "7.el9", "source": "rpm", "version": "2.3.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.el9", "source": "rpm", "version": "1.3.1" } ], "libipa_hbac": [ { "arch": "x86_64", "epoch": null, "name": "libipa_hbac", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "7.el9", "source": "rpm", "version": "1.5.1" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "4.el9", "source": "rpm", "version": "1.5.2" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "16.el9", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el9", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "4.el9", "source": "rpm", "version": "1.2.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "1.el9", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.el9", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "27.el9", "source": "rpm", "version": "2.5.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "4.el9", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "6.el9", "source": "rpm", "version": "1.43.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.el9", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "4.el9", "source": "rpm", "version": "1.5.3" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.el9", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "8.el9", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.el9", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "6.el9", "source": "rpm", "version": "2.15.2" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.el9", "source": "rpm", "version": "2.5.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.el9", "source": "rpm", "version": "2.13" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libsmbclient": [ { "arch": "x86_64", "epoch": 0, "name": "libsmbclient", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "3.el9", "source": "rpm", "version": "0.7.24" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "10.el9", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el9", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "8.el9", "source": "rpm", "version": "4.16.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el9", "source": "rpm", "version": "1.4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el9", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "9.el9", "source": "rpm", "version": "1.3.3" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "15.el9", "source": "rpm", "version": "0.9.10" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "1.el9", "source": "rpm", "version": "2.5" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "15.el9", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.el9", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libuv": [ { "arch": "x86_64", "epoch": 1, "name": "libuv", "release": "2.el9", "source": "rpm", "version": "1.42.0" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libwbclient": [ { "arch": "x86_64", "epoch": 0, "name": "libwbclient", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el9", "source": "rpm", "version": "2.9.13" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "9.el9", "source": "rpm", "version": "1.1.34" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.el9", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "146.el9", "source": "rpm", "version": "20240905" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "146.el9", "source": "rpm", "version": "20240905" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "3.el9", "source": "rpm", "version": "0.9.29" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "8.el9", "source": "rpm", "version": "3.18.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "10.el9", "source": "rpm", "version": "B.02.19.2" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el9", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "4.el9", "source": "rpm", "version": "5.4.4" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "5.el9", "source": "rpm", "version": "1.9.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "1.el9", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "8.el9", "source": "rpm", "version": "4.3" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "7.el9", "source": "rpm", "version": "2.9.3" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "1.el9", "source": "rpm", "version": "20240531" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "4.el9", "source": "rpm", "version": "0.6.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "7.el9", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.el9", "source": "rpm", "version": "3.9.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el9", "source": "rpm", "version": "0.52.21" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "27.el9", "source": "rpm", "version": "2.5.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.el9", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.el9", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "14.el9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "3.el9", "source": "rpm", "version": "2.0.16" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.el9.6", "source": "rpm", "version": "6.9.6" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "3.el9", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "10.el9", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "20.el9", "source": "rpm", "version": "1.5.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.el9", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.el9", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "5.el9", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "4.el9", "source": "rpm", "version": "8.44" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "6.el9", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "6.el9", "source": "rpm", "version": "10.40" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "481.el9", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "481.el9", "source": "rpm", "version": "1.80" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "460.el9", "source": "rpm", "version": "1.50" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "481.el9", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "462.el9", "source": "rpm", "version": "2.174" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "4.el9", "source": "rpm", "version": "1.19" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "4.el9", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "481.el9", "source": "rpm", "version": "1.47" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "462.el9", "source": "rpm", "version": "3.08" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "481.el9", "source": "rpm", "version": "1.30" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "7.el9", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "461.el9", "source": "rpm", "version": "5.74" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "481.el9", "source": "rpm", "version": "1.13" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "481.el9", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "481.el9", "source": "rpm", "version": "1.37" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "4.el9", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "4.el9", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "481.el9", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "481.el9", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el9", "source": "rpm", "version": "2.52" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "481.el9", "source": "rpm", "version": "1.12" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "462.el9", "source": "rpm", "version": "0.076" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "481.el9", "source": "rpm", "version": "1.43" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el9", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.el9", "source": "rpm", "version": "2.073" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "481.el9", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "4.el9", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "6.el9", "source": "rpm", "version": "20200520" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "481.el9", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "1.el9", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "481.el9", "source": "rpm", "version": "1.94" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "461.el9", "source": "rpm", "version": "3.78" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "460.el9", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "461.el9", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el9", "source": "rpm", "version": "3.42" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.el9", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Scalar-List-Utils", "release": "462.el9", "source": "rpm", "version": "1.56" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "481.el9", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "4.el9", "source": "rpm", "version": "2.031" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "460.el9", "source": "rpm", "version": "3.21" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "481.el9", "source": "rpm", "version": "1.08" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "461.el9", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "460.el9", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "11.el9", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "460.el9", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "460.el9", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "7.el9", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el9", "source": "rpm", "version": "5.09" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "481.el9", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "461.el9", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "481.el9", "source": "rpm", "version": "0.60.800" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "481.el9", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "4.el9", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "481.el9", "source": "rpm", "version": "1.23" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "481.el9", "source": "rpm", "version": "1.31" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "481.el9", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "460.el9", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "460.el9", "source": "rpm", "version": "4.14" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "481.el9", "source": "rpm", "version": "1.03" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "481.el9", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el9", "source": "rpm", "version": "2.5" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "8.el9", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "8.el9", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "14.el9", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "13.el9", "source": "rpm", "version": "1.3.3" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.el9", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.el9", "source": "rpm", "version": "20210518" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "7.el9", "source": "rpm", "version": "20.3.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "5.el9", "source": "rpm", "version": "4.0.0" } ], "python3-cloud-what": [ { "arch": "x86_64", "epoch": null, "name": "python3-cloud-what", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "25.el9", "source": "rpm", "version": "5.0.6" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "7.el9", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.el9", "source": "rpm", "version": "1.2.18" } ], "python3-decorator": [ { "arch": "noarch", "epoch": null, "name": "python3-decorator", "release": "6.el9", "source": "rpm", "version": "4.4.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "7.el9", "source": "rpm", "version": "1.5.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "7.el9.1", "source": "rpm", "version": "2.10" } ], "python3-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python3-iniparse", "release": "45.el9", "source": "rpm", "version": "0.4" } ], "python3-inotify": [ { "arch": "noarch", "epoch": null, "name": "python3-inotify", "release": "25.el9", "source": "rpm", "version": "0.9.6" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "6.el9", "source": "rpm", "version": "2.11.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "16.el9", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "4.el9", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.el9", "source": "rpm", "version": "3.2.0" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-librepo": [ { "arch": "x86_64", "epoch": null, "name": "python3-librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.el9", "source": "rpm", "version": "4.6.5" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "12.el9", "source": "rpm", "version": "1.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "15.el9", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.el9", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "5.el9", "source": "rpm", "version": "3.1.1" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "1.el9", "source": "rpm", "version": "21.3.1" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "27.el9", "source": "rpm", "version": "0.7.2" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "8.el9", "source": "rpm", "version": "0.17.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "12.el9", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.el9", "source": "rpm", "version": "1.7.1" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "5.el9", "source": "rpm", "version": "2021.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.el9", "source": "rpm", "version": "5.4.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "8.el9", "source": "rpm", "version": "2.25.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.el9", "source": "rpm", "version": "4.4.4" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.el9", "source": "rpm", "version": "1.15.0" } ], "python3-subscription-manager-rhsm": [ { "arch": "x86_64", "epoch": null, "name": "python3-subscription-manager-rhsm", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "19.el9", "source": "rpm", "version": "234" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "6.el9", "source": "rpm", "version": "1.26.5" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "5.el9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 17, "name": "qemu-guest-agent", "release": "10.el9", "source": "rpm", "version": "9.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.el9", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.el9", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.el9", "source": "rpm", "version": "8.1" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "rhc": [ { "arch": "x86_64", "epoch": 1, "name": "rhc", "release": "5.el9", "source": "rpm", "version": "0.2.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "7.el9", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.el9", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "7.el9", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "20.el9", "source": "rpm", "version": "3.2.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "samba-client-libs": [ { "arch": "x86_64", "epoch": 0, "name": "samba-client-libs", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "samba-common": [ { "arch": "noarch", "epoch": 0, "name": "samba-common", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": 0, "name": "samba-common-libs", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "9.el9", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el9", "source": "rpm", "version": "38.1.44" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el9", "source": "rpm", "version": "38.1.44" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "10.el9", "source": "rpm", "version": "2.13.7" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "9.el9", "source": "rpm", "version": "4.9" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el9", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "8.el9", "source": "rpm", "version": "1.1.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.el9", "source": "rpm", "version": "3.34.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "10.git1.el9", "source": "rpm", "version": "4.4" } ], "sssd": [ { "arch": "x86_64", "epoch": null, "name": "sssd", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-ad": [ { "arch": "x86_64", "epoch": null, "name": "sssd-ad", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-common-pac": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common-pac", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-ipa": [ { "arch": "x86_64", "epoch": null, "name": "sssd-ipa", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-krb5": [ { "arch": "x86_64", "epoch": null, "name": "sssd-krb5", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-krb5-common", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-ldap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-ldap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-proxy": [ { "arch": "x86_64", "epoch": null, "name": "sssd-proxy", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "2.el9", "source": "rpm", "version": "5.18" } ], "subscription-manager": [ { "arch": "x86_64", "epoch": null, "name": "subscription-manager", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "subscription-manager-rhsm-certificates": [ { "arch": "noarch", "epoch": null, "name": "subscription-manager-rhsm-certificates", "release": "1.el9", "source": "rpm", "version": "20220623" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el9", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-rpm-macros": [ { "arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "7.el9", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "8.el9", "source": "rpm", "version": "2020.3" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.el9", "source": "rpm", "version": "1.9" } ], "tlog": [ { "arch": "x86_64", "epoch": null, "name": "tlog", "release": "1.el9", "source": "rpm", "version": "14" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.el9", "source": "rpm", "version": "3.2.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "2.el9", "source": "rpm", "version": "2024a" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "57.el9", "source": "rpm", "version": "6.0" } ], "usermode": [ { "arch": "x86_64", "epoch": null, "name": "usermode", "release": "5.el9", "source": "rpm", "version": "1.114" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el9", "source": "rpm", "version": "0.12.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "10.el9", "source": "rpm", "version": "1.25" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "8.el9", "source": "rpm", "version": "1.21.1" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "29.el9", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.el9", "source": "rpm", "version": "6.4.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "35.el9", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false, "invocation": { "module_args": { "manager": [ "auto" ], "strategy": "first" } } } 7519 1726888132.96400: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000c 7519 1726888132.98132: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "adcli": [ { "arch": "x86_64", "epoch": null, "name": "adcli", "release": "1.el9", "source": "rpm", "version": "0.9.2" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.el9", "source": "rpm", "version": "1.24" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "8.el9", "source": "rpm", "version": "0.60.8" } ], "attr": [ { "arch": "x86_64", "epoch": null, "name": "attr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "21.el9", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.el9", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "9.el9", "source": "rpm", "version": "5.1.8" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "14.el9", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el9", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "35.el9", "source": "rpm", "version": "1" } ], "bind-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-libs", "release": "24.el9", "source": "rpm", "version": "9.16.23" } ], "bind-license": [ { "arch": "noarch", "epoch": 32, "name": "bind-license", "release": "24.el9", "source": "rpm", "version": "9.16.23" } ], "bind-utils": [ { "arch": "x86_64", "epoch": 32, "name": "bind-utils", "release": "24.el9", "source": "rpm", "version": "9.16.23" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "54.el9", "source": "rpm", "version": "2.35.2" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "54.el9", "source": "rpm", "version": "2.35.2" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "5.el9", "source": "rpm", "version": "3.7.4" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "8.el9", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "2.el9", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "91.4.el9", "source": "rpm", "version": "2024.2.69_v8.0.303" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el9", "source": "rpm", "version": "4.6" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "19.el9", "source": "rpm", "version": "23.4" } ], "cloud-utils-growpart": [ { "arch": "x86_64", "epoch": null, "name": "cloud-utils-growpart", "release": "1.el9", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "36.el9", "source": "rpm", "version": "8.32" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "36.el9", "source": "rpm", "version": "8.32" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "16.el9", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "26.20190603git.el9", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitbaf3e06.el9", "source": "rpm", "version": "20240822" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitbaf3e06.el9", "source": "rpm", "version": "20240822" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.el9", "source": "rpm", "version": "2.7.2" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "31.el9", "source": "rpm", "version": "7.76.1" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-gssapi", "release": "21.el9", "source": "rpm", "version": "2.1.27" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "21.el9", "source": "rpm", "version": "2.1.27" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "7.el9", "source": "rpm", "version": "28" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dejavu-sans-fonts": [ { "arch": "noarch", "epoch": null, "name": "dejavu-sans-fonts", "release": "18.el9", "source": "rpm", "version": "2.37" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper", "release": "2.el9", "source": "rpm", "version": "1.02.198" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-libs", "release": "2.el9", "source": "rpm", "version": "1.02.198" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "12.el9", "source": "rpm", "version": "3.7" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "1.el9", "source": "rpm", "version": "12.1.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "3.el9", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "10.el9", "source": "rpm", "version": "27.2" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "8.el9", "source": "rpm", "version": "9" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "1.el9", "source": "rpm", "version": "6.2" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.el9", "source": "rpm", "version": "2.5.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "5.el9", "source": "rpm", "version": "3.16" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "7.el9", "source": "rpm", "version": "4.8.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "9.el9", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.el9.1", "source": "rpm", "version": "2.0.5" } ], "fstrm": [ { "arch": "x86_64", "epoch": null, "name": "fstrm", "release": "3.el9", "source": "rpm", "version": "0.6.1" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.el9", "source": "rpm", "version": "2.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "1.el9", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.el9", "source": "rpm", "version": "1.0.7" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "15.el9", "source": "rpm", "version": "2.68.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "13.el9", "source": "rpm", "version": "6.2.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.el9", "source": "rpm", "version": "2.3.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "4.el9", "source": "rpm", "version": "3.8.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "11.el9", "source": "rpm", "version": "1.68.0" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "613798eb", "source": "rpm", "version": "3228467c" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "29.el9", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "5.el9", "source": "rpm", "version": "3.6" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "10.el9", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "63.el9", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "7.el9", "source": "rpm", "version": "0.8.4" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.el9", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el9", "source": "rpm", "version": "3.23" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "9.15.el9", "source": "rpm", "version": "0.348" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "2.el9", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "6.el9", "source": "rpm", "version": "49" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "4.el9", "source": "rpm", "version": "10.11.8" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "4.el9", "source": "rpm", "version": "10.11.8" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "5.el9", "source": "rpm", "version": "1.0.0" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.el9", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "5.el9", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "11.el9", "source": "rpm", "version": "20210202" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "1.el9", "source": "rpm", "version": "1.9.4" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "146.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "146.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl3160-firmware", "release": "146.el9", "source": "rpm", "version": "25.30.13.0" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "146.el9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "146.el9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "146.el9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl7260-firmware", "release": "146.el9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el9", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "1.el9", "source": "rpm", "version": "3.5.0" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "17.el9", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "11.el9", "source": "rpm", "version": "0.14" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "15.el9", "source": "rpm", "version": "2.0.27" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "10.el9", "source": "rpm", "version": "28" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "10.el9", "source": "rpm", "version": "28" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "32.el9", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.el9", "source": "rpm", "version": "1.21.1" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "5.el9", "source": "rpm", "version": "590" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.el9", "source": "rpm", "version": "3.5.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el9", "source": "rpm", "version": "2.5.5" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.el9", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "1.el9", "source": "rpm", "version": "1.4.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "6.el9", "source": "rpm", "version": "1.0.9" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.el9", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.el9", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.el9", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "31.el9", "source": "rpm", "version": "7.76.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "23.el9", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "54.el9", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.el9", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "libdnf-plugin-subscription-manager": [ { "arch": "x86_64", "epoch": null, "name": "libdnf-plugin-subscription-manager", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "4.el9", "source": "rpm", "version": "0.4.1" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "38.20210216cvs.el9", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "4.el9", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.el9", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.el9", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "5.el9", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.el9", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "2.el9", "source": "rpm", "version": "1.13.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "11.el9", "source": "rpm", "version": "1.10.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "5.el9", "source": "rpm", "version": "1.42" } ], "libicu": [ { "arch": "x86_64", "epoch": null, "name": "libicu", "release": "9.el9", "source": "rpm", "version": "67.1" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "7.el9", "source": "rpm", "version": "2.3.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.el9", "source": "rpm", "version": "1.3.1" } ], "libipa_hbac": [ { "arch": "x86_64", "epoch": null, "name": "libipa_hbac", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "7.el9", "source": "rpm", "version": "1.5.1" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "4.el9", "source": "rpm", "version": "1.5.2" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "16.el9", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el9", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "4.el9", "source": "rpm", "version": "1.2.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "1.el9", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.el9", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "27.el9", "source": "rpm", "version": "2.5.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "4.el9", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "6.el9", "source": "rpm", "version": "1.43.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.el9", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "4.el9", "source": "rpm", "version": "1.5.3" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.el9", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "8.el9", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.el9", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "6.el9", "source": "rpm", "version": "2.15.2" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.el9", "source": "rpm", "version": "2.5.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.el9", "source": "rpm", "version": "2.13" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libsmbclient": [ { "arch": "x86_64", "epoch": 0, "name": "libsmbclient", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "3.el9", "source": "rpm", "version": "0.7.24" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "10.el9", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el9", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "8.el9", "source": "rpm", "version": "4.16.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el9", "source": "rpm", "version": "1.4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el9", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "9.el9", "source": "rpm", "version": "1.3.3" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "15.el9", "source": "rpm", "version": "0.9.10" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "1.el9", "source": "rpm", "version": "2.5" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "15.el9", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.el9", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libuv": [ { "arch": "x86_64", "epoch": 1, "name": "libuv", "release": "2.el9", "source": "rpm", "version": "1.42.0" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libwbclient": [ { "arch": "x86_64", "epoch": 0, "name": "libwbclient", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el9", "source": "rpm", "version": "2.9.13" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "9.el9", "source": "rpm", "version": "1.1.34" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.el9", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "146.el9", "source": "rpm", "version": "20240905" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "146.el9", "source": "rpm", "version": "20240905" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "3.el9", "source": "rpm", "version": "0.9.29" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "8.el9", "source": "rpm", "version": "3.18.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "10.el9", "source": "rpm", "version": "B.02.19.2" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el9", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "4.el9", "source": "rpm", "version": "5.4.4" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "5.el9", "source": "rpm", "version": "1.9.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "1.el9", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "8.el9", "source": "rpm", "version": "4.3" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "7.el9", "source": "rpm", "version": "2.9.3" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "1.el9", "source": "rpm", "version": "20240531" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "4.el9", "source": "rpm", "version": "0.6.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "7.el9", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.el9", "source": "rpm", "version": "3.9.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el9", "source": "rpm", "version": "0.52.21" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "27.el9", "source": "rpm", "version": "2.5.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.el9", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.el9", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "14.el9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "3.el9", "source": "rpm", "version": "2.0.16" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.el9.6", "source": "rpm", "version": "6.9.6" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "3.el9", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "10.el9", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "20.el9", "source": "rpm", "version": "1.5.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.el9", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.el9", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "5.el9", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "4.el9", "source": "rpm", "version": "8.44" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "6.el9", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "6.el9", "source": "rpm", "version": "10.40" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "481.el9", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "481.el9", "source": "rpm", "version": "1.80" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "460.el9", "source": "rpm", "version": "1.50" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "481.el9", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "462.el9", "source": "rpm", "version": "2.174" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "4.el9", "source": "rpm", "version": "1.19" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "4.el9", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "481.el9", "source": "rpm", "version": "1.47" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "462.el9", "source": "rpm", "version": "3.08" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "481.el9", "source": "rpm", "version": "1.30" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "7.el9", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "461.el9", "source": "rpm", "version": "5.74" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "481.el9", "source": "rpm", "version": "1.13" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "481.el9", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "481.el9", "source": "rpm", "version": "1.37" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "4.el9", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "4.el9", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "481.el9", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "481.el9", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el9", "source": "rpm", "version": "2.52" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "481.el9", "source": "rpm", "version": "1.12" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "462.el9", "source": "rpm", "version": "0.076" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "481.el9", "source": "rpm", "version": "1.43" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el9", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.el9", "source": "rpm", "version": "2.073" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "481.el9", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "4.el9", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "6.el9", "source": "rpm", "version": "20200520" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "481.el9", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "1.el9", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "481.el9", "source": "rpm", "version": "1.94" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "461.el9", "source": "rpm", "version": "3.78" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "460.el9", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "461.el9", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el9", "source": "rpm", "version": "3.42" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.el9", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Scalar-List-Utils", "release": "462.el9", "source": "rpm", "version": "1.56" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "481.el9", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "4.el9", "source": "rpm", "version": "2.031" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "460.el9", "source": "rpm", "version": "3.21" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "481.el9", "source": "rpm", "version": "1.08" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "461.el9", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "460.el9", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "11.el9", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "460.el9", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "460.el9", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "7.el9", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el9", "source": "rpm", "version": "5.09" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "481.el9", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "461.el9", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "481.el9", "source": "rpm", "version": "0.60.800" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "481.el9", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "4.el9", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "481.el9", "source": "rpm", "version": "1.23" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "481.el9", "source": "rpm", "version": "1.31" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "481.el9", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "460.el9", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "460.el9", "source": "rpm", "version": "4.14" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "481.el9", "source": "rpm", "version": "1.03" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "481.el9", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el9", "source": "rpm", "version": "2.5" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "8.el9", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "8.el9", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "14.el9", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "13.el9", "source": "rpm", "version": "1.3.3" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.el9", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.el9", "source": "rpm", "version": "20210518" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "7.el9", "source": "rpm", "version": "20.3.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "5.el9", "source": "rpm", "version": "4.0.0" } ], "python3-cloud-what": [ { "arch": "x86_64", "epoch": null, "name": "python3-cloud-what", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "25.el9", "source": "rpm", "version": "5.0.6" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "7.el9", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.el9", "source": "rpm", "version": "1.2.18" } ], "python3-decorator": [ { "arch": "noarch", "epoch": null, "name": "python3-decorator", "release": "6.el9", "source": "rpm", "version": "4.4.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "7.el9", "source": "rpm", "version": "1.5.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "7.el9.1", "source": "rpm", "version": "2.10" } ], "python3-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python3-iniparse", "release": "45.el9", "source": "rpm", "version": "0.4" } ], "python3-inotify": [ { "arch": "noarch", "epoch": null, "name": "python3-inotify", "release": "25.el9", "source": "rpm", "version": "0.9.6" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "6.el9", "source": "rpm", "version": "2.11.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "16.el9", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "4.el9", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.el9", "source": "rpm", "version": "3.2.0" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-librepo": [ { "arch": "x86_64", "epoch": null, "name": "python3-librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.el9", "source": "rpm", "version": "4.6.5" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "12.el9", "source": "rpm", "version": "1.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "15.el9", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.el9", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "5.el9", "source": "rpm", "version": "3.1.1" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "1.el9", "source": "rpm", "version": "21.3.1" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "27.el9", "source": "rpm", "version": "0.7.2" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "8.el9", "source": "rpm", "version": "0.17.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "12.el9", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.el9", "source": "rpm", "version": "1.7.1" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "5.el9", "source": "rpm", "version": "2021.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.el9", "source": "rpm", "version": "5.4.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "8.el9", "source": "rpm", "version": "2.25.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.el9", "source": "rpm", "version": "4.4.4" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.el9", "source": "rpm", "version": "1.15.0" } ], "python3-subscription-manager-rhsm": [ { "arch": "x86_64", "epoch": null, "name": "python3-subscription-manager-rhsm", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "19.el9", "source": "rpm", "version": "234" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "6.el9", "source": "rpm", "version": "1.26.5" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "5.el9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 17, "name": "qemu-guest-agent", "release": "10.el9", "source": "rpm", "version": "9.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.el9", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.el9", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.el9", "source": "rpm", "version": "8.1" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "rhc": [ { "arch": "x86_64", "epoch": 1, "name": "rhc", "release": "5.el9", "source": "rpm", "version": "0.2.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "7.el9", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.el9", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "7.el9", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "20.el9", "source": "rpm", "version": "3.2.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "samba-client-libs": [ { "arch": "x86_64", "epoch": 0, "name": "samba-client-libs", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "samba-common": [ { "arch": "noarch", "epoch": 0, "name": "samba-common", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": 0, "name": "samba-common-libs", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "9.el9", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el9", "source": "rpm", "version": "38.1.44" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el9", "source": "rpm", "version": "38.1.44" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "10.el9", "source": "rpm", "version": "2.13.7" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "9.el9", "source": "rpm", "version": "4.9" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el9", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "8.el9", "source": "rpm", "version": "1.1.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.el9", "source": "rpm", "version": "3.34.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "10.git1.el9", "source": "rpm", "version": "4.4" } ], "sssd": [ { "arch": "x86_64", "epoch": null, "name": "sssd", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-ad": [ { "arch": "x86_64", "epoch": null, "name": "sssd-ad", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-common-pac": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common-pac", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-ipa": [ { "arch": "x86_64", "epoch": null, "name": "sssd-ipa", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-krb5": [ { "arch": "x86_64", "epoch": null, "name": "sssd-krb5", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-krb5-common", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-ldap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-ldap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-proxy": [ { "arch": "x86_64", "epoch": null, "name": "sssd-proxy", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "2.el9", "source": "rpm", "version": "5.18" } ], "subscription-manager": [ { "arch": "x86_64", "epoch": null, "name": "subscription-manager", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "subscription-manager-rhsm-certificates": [ { "arch": "noarch", "epoch": null, "name": "subscription-manager-rhsm-certificates", "release": "1.el9", "source": "rpm", "version": "20220623" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el9", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-rpm-macros": [ { "arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "7.el9", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "8.el9", "source": "rpm", "version": "2020.3" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.el9", "source": "rpm", "version": "1.9" } ], "tlog": [ { "arch": "x86_64", "epoch": null, "name": "tlog", "release": "1.el9", "source": "rpm", "version": "14" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.el9", "source": "rpm", "version": "3.2.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "2.el9", "source": "rpm", "version": "2024a" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "57.el9", "source": "rpm", "version": "6.0" } ], "usermode": [ { "arch": "x86_64", "epoch": null, "name": "usermode", "release": "5.el9", "source": "rpm", "version": "1.114" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el9", "source": "rpm", "version": "0.12.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "10.el9", "source": "rpm", "version": "1.25" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "8.el9", "source": "rpm", "version": "1.21.1" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "29.el9", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.el9", "source": "rpm", "version": "6.4.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "35.el9", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false, "invocation": { "module_args": { "manager": [ "auto" ], "strategy": "first" } } } ok: [managed_node1] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el9", "source": "rpm", "version": "1.51.0" } ], "PackageKit": [ { "arch": "x86_64", "epoch": null, "name": "PackageKit", "release": "1.el9", "source": "rpm", "version": "1.2.6" } ], "PackageKit-glib": [ { "arch": "x86_64", "epoch": null, "name": "PackageKit-glib", "release": "1.el9", "source": "rpm", "version": "1.2.6" } ], "abattis-cantarell-fonts": [ { "arch": "noarch", "epoch": null, "name": "abattis-cantarell-fonts", "release": "4.el9", "source": "rpm", "version": "0.301" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "adcli": [ { "arch": "x86_64", "epoch": null, "name": "adcli", "release": "1.el9", "source": "rpm", "version": "0.9.2" } ], "adobe-source-code-pro-fonts": [ { "arch": "noarch", "epoch": null, "name": "adobe-source-code-pro-fonts", "release": "12.el9.1", "source": "rpm", "version": "2.030.1.050" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.el9", "source": "rpm", "version": "1.24" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "8.el9", "source": "rpm", "version": "0.60.8" } ], "attr": [ { "arch": "x86_64", "epoch": null, "name": "attr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "21.el9", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.el9", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "9.el9", "source": "rpm", "version": "5.1.8" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "14.el9", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el9", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "35.el9", "source": "rpm", "version": "1" } ], "bind-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-libs", "release": "24.el9", "source": "rpm", "version": "9.16.23" } ], "bind-license": [ { "arch": "noarch", "epoch": 32, "name": "bind-license", "release": "24.el9", "source": "rpm", "version": "9.16.23" } ], "bind-utils": [ { "arch": "x86_64", "epoch": 32, "name": "bind-utils", "release": "24.el9", "source": "rpm", "version": "9.16.23" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "54.el9", "source": "rpm", "version": "2.35.2" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "54.el9", "source": "rpm", "version": "2.35.2" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "5.el9", "source": "rpm", "version": "3.7.4" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "8.el9", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "2.el9", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "91.4.el9", "source": "rpm", "version": "2024.2.69_v8.0.303" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-logos": [ { "arch": "x86_64", "epoch": null, "name": "centos-logos", "release": "1.el9", "source": "rpm", "version": "90.8" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el9", "source": "rpm", "version": "4.6" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "19.el9", "source": "rpm", "version": "23.4" } ], "cloud-utils-growpart": [ { "arch": "x86_64", "epoch": null, "name": "cloud-utils-growpart", "release": "1.el9", "source": "rpm", "version": "0.33" } ], "cockpit": [ { "arch": "x86_64", "epoch": null, "name": "cockpit", "release": "1.el9", "source": "rpm", "version": "323" } ], "cockpit-bridge": [ { "arch": "x86_64", "epoch": null, "name": "cockpit-bridge", "release": "1.el9", "source": "rpm", "version": "323" } ], "cockpit-packagekit": [ { "arch": "noarch", "epoch": null, "name": "cockpit-packagekit", "release": "1.el9", "source": "rpm", "version": "323" } ], "cockpit-system": [ { "arch": "noarch", "epoch": null, "name": "cockpit-system", "release": "1.el9", "source": "rpm", "version": "323" } ], "cockpit-ws": [ { "arch": "x86_64", "epoch": null, "name": "cockpit-ws", "release": "1.el9", "source": "rpm", "version": "323" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "36.el9", "source": "rpm", "version": "8.32" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "36.el9", "source": "rpm", "version": "8.32" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "16.el9", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "26.20190603git.el9", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitbaf3e06.el9", "source": "rpm", "version": "20240822" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitbaf3e06.el9", "source": "rpm", "version": "20240822" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.el9", "source": "rpm", "version": "2.7.2" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "31.el9", "source": "rpm", "version": "7.76.1" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-gssapi", "release": "21.el9", "source": "rpm", "version": "2.1.27" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "21.el9", "source": "rpm", "version": "2.1.27" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "7.el9", "source": "rpm", "version": "28" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dejavu-sans-fonts": [ { "arch": "noarch", "epoch": null, "name": "dejavu-sans-fonts", "release": "18.el9", "source": "rpm", "version": "2.37" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper", "release": "2.el9", "source": "rpm", "version": "1.02.198" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-libs", "release": "2.el9", "source": "rpm", "version": "1.02.198" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "12.el9", "source": "rpm", "version": "3.7" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "70.git20240819.el9", "source": "rpm", "version": "057" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "1.el9", "source": "rpm", "version": "12.1.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "3.el9", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "10.el9", "source": "rpm", "version": "27.2" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "8.el9", "source": "rpm", "version": "9" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "1.el9", "source": "rpm", "version": "6.2" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.el9", "source": "rpm", "version": "2.5.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "5.el9", "source": "rpm", "version": "3.16" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "7.el9", "source": "rpm", "version": "4.8.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "9.el9", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.el9.1", "source": "rpm", "version": "2.0.5" } ], "fstrm": [ { "arch": "x86_64", "epoch": null, "name": "fstrm", "release": "3.el9", "source": "rpm", "version": "0.6.1" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.el9", "source": "rpm", "version": "2.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "1.el9", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.el9", "source": "rpm", "version": "1.0.7" } ], "gdk-pixbuf2": [ { "arch": "x86_64", "epoch": null, "name": "gdk-pixbuf2", "release": "4.el9", "source": "rpm", "version": "2.42.6" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "glib-networking": [ { "arch": "x86_64", "epoch": null, "name": "glib-networking", "release": "3.el9", "source": "rpm", "version": "2.68.3" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "15.el9", "source": "rpm", "version": "2.68.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "122.el9", "source": "rpm", "version": "2.34" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "13.el9", "source": "rpm", "version": "6.2.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.el9", "source": "rpm", "version": "2.3.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "4.el9", "source": "rpm", "version": "3.8.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "11.el9", "source": "rpm", "version": "1.68.0" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "613798eb", "source": "rpm", "version": "3228467c" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "29.el9", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "5.el9", "source": "rpm", "version": "3.6" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "10.el9", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "92.el9", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "63.el9", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": null, "name": "gsettings-desktop-schemas", "release": "6.el9", "source": "rpm", "version": "40.0" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "7.el9", "source": "rpm", "version": "0.8.4" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.el9", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el9", "source": "rpm", "version": "3.23" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "9.15.el9", "source": "rpm", "version": "0.348" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "2.el9", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "6.el9", "source": "rpm", "version": "49" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "4.el9", "source": "rpm", "version": "10.11.8" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "4.el9", "source": "rpm", "version": "10.11.8" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "5.el9", "source": "rpm", "version": "1.0.0" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.el9", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "5.el9", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "11.el9", "source": "rpm", "version": "20210202" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "1.el9", "source": "rpm", "version": "1.9.4" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "146.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "146.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl3160-firmware", "release": "146.el9", "source": "rpm", "version": "25.30.13.0" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "146.el9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "146.el9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "146.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "146.el9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl7260-firmware", "release": "146.el9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el9", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "1.el9", "source": "rpm", "version": "3.5.0" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "17.el9", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "11.el9", "source": "rpm", "version": "0.14" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.el9", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "508.el9", "source": "rpm", "version": "5.14.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "15.el9", "source": "rpm", "version": "2.0.27" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "10.el9", "source": "rpm", "version": "28" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "10.el9", "source": "rpm", "version": "28" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "32.el9", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.el9", "source": "rpm", "version": "1.21.1" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "5.el9", "source": "rpm", "version": "590" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "libappstream-glib": [ { "arch": "x86_64", "epoch": null, "name": "libappstream-glib", "release": "5.el9", "source": "rpm", "version": "0.7.18" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.el9", "source": "rpm", "version": "3.5.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el9", "source": "rpm", "version": "2.5.5" } ], "libatomic": [ { "arch": "x86_64", "epoch": null, "name": "libatomic", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.el9", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "1.el9", "source": "rpm", "version": "1.4.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "6.el9", "source": "rpm", "version": "1.0.9" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.el9", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.el9", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.el9", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "31.el9", "source": "rpm", "version": "7.76.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "23.el9", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "54.el9", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.el9", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "libdnf-plugin-subscription-manager": [ { "arch": "x86_64", "epoch": null, "name": "libdnf-plugin-subscription-manager", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "4.el9", "source": "rpm", "version": "0.4.1" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "38.20210216cvs.el9", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "4.el9", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.el9", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.el9", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "5.el9", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.el9", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "2.el9", "source": "rpm", "version": "1.13.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "11.el9", "source": "rpm", "version": "1.10.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "5.el9", "source": "rpm", "version": "1.42" } ], "libicu": [ { "arch": "x86_64", "epoch": null, "name": "libicu", "release": "9.el9", "source": "rpm", "version": "67.1" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "7.el9", "source": "rpm", "version": "2.3.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.el9", "source": "rpm", "version": "1.3.1" } ], "libipa_hbac": [ { "arch": "x86_64", "epoch": null, "name": "libipa_hbac", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libjpeg-turbo": [ { "arch": "x86_64", "epoch": null, "name": "libjpeg-turbo", "release": "7.el9", "source": "rpm", "version": "2.0.90" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "7.el9", "source": "rpm", "version": "1.5.1" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "4.el9", "source": "rpm", "version": "1.5.2" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "16.el9", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el9", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "4.el9", "source": "rpm", "version": "1.2.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "1.el9", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.el9", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "27.el9", "source": "rpm", "version": "2.5.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "4.el9", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "6.el9", "source": "rpm", "version": "1.43.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.el9", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "4.el9", "source": "rpm", "version": "1.5.3" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "12.el9", "source": "rpm", "version": "1.6.37" } ], "libproxy": [ { "arch": "x86_64", "epoch": null, "name": "libproxy", "release": "35.el9", "source": "rpm", "version": "0.4.15" } ], "libproxy-webkitgtk4": [ { "arch": "x86_64", "epoch": null, "name": "libproxy-webkitgtk4", "release": "35.el9", "source": "rpm", "version": "0.4.15" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.el9", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "8.el9", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.el9", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "6.el9", "source": "rpm", "version": "2.15.2" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.el9", "source": "rpm", "version": "2.5.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.el9", "source": "rpm", "version": "2.13" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libsmbclient": [ { "arch": "x86_64", "epoch": 0, "name": "libsmbclient", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "3.el9", "source": "rpm", "version": "0.7.24" } ], "libsoup": [ { "arch": "x86_64", "epoch": null, "name": "libsoup", "release": "8.el9", "source": "rpm", "version": "2.72.0" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libstemmer": [ { "arch": "x86_64", "epoch": null, "name": "libstemmer", "release": "18.585svn.el9", "source": "rpm", "version": "0" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "10.el9", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el9", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "8.el9", "source": "rpm", "version": "4.16.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el9", "source": "rpm", "version": "1.4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el9", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "9.el9", "source": "rpm", "version": "1.3.3" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "15.el9", "source": "rpm", "version": "0.9.10" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "1.el9", "source": "rpm", "version": "2.5" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "15.el9", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.el9", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libuv": [ { "arch": "x86_64", "epoch": 1, "name": "libuv", "release": "2.el9", "source": "rpm", "version": "1.42.0" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libwbclient": [ { "arch": "x86_64", "epoch": 0, "name": "libwbclient", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el9", "source": "rpm", "version": "2.9.13" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "9.el9", "source": "rpm", "version": "1.1.34" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.el9", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "146.el9", "source": "rpm", "version": "20240905" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "146.el9", "source": "rpm", "version": "20240905" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "3.el9", "source": "rpm", "version": "0.9.29" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "8.el9", "source": "rpm", "version": "3.18.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "10.el9", "source": "rpm", "version": "B.02.19.2" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el9", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "4.el9", "source": "rpm", "version": "5.4.4" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "5.el9", "source": "rpm", "version": "1.9.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "1.el9", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "8.el9", "source": "rpm", "version": "4.3" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "7.el9", "source": "rpm", "version": "2.9.3" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "1.el9", "source": "rpm", "version": "20240531" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "4.el9", "source": "rpm", "version": "0.6.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "7.el9", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.el9", "source": "rpm", "version": "3.9.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el9", "source": "rpm", "version": "0.52.21" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "27.el9", "source": "rpm", "version": "2.5.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.el9", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.el9", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "14.el9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "3.el9", "source": "rpm", "version": "2.0.16" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.el9.6", "source": "rpm", "version": "6.9.6" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "3.el9", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "10.el9", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "20.el9", "source": "rpm", "version": "1.5.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.el9", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.el9", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "5.el9", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "4.el9", "source": "rpm", "version": "8.44" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "6.el9", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "6.el9", "source": "rpm", "version": "10.40" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "481.el9", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "481.el9", "source": "rpm", "version": "1.80" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "460.el9", "source": "rpm", "version": "1.50" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "481.el9", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "462.el9", "source": "rpm", "version": "2.174" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "4.el9", "source": "rpm", "version": "1.19" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "4.el9", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "481.el9", "source": "rpm", "version": "1.47" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "462.el9", "source": "rpm", "version": "3.08" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "481.el9", "source": "rpm", "version": "1.30" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "7.el9", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "461.el9", "source": "rpm", "version": "5.74" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "481.el9", "source": "rpm", "version": "1.13" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "481.el9", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "481.el9", "source": "rpm", "version": "1.37" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "4.el9", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "4.el9", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "481.el9", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "481.el9", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el9", "source": "rpm", "version": "2.52" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "481.el9", "source": "rpm", "version": "1.12" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "462.el9", "source": "rpm", "version": "0.076" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "481.el9", "source": "rpm", "version": "1.43" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el9", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.el9", "source": "rpm", "version": "2.073" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "481.el9", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "4.el9", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "6.el9", "source": "rpm", "version": "20200520" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "481.el9", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "1.el9", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "481.el9", "source": "rpm", "version": "1.94" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "461.el9", "source": "rpm", "version": "3.78" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "460.el9", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "461.el9", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el9", "source": "rpm", "version": "3.42" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.el9", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Scalar-List-Utils", "release": "462.el9", "source": "rpm", "version": "1.56" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "481.el9", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "4.el9", "source": "rpm", "version": "2.031" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "460.el9", "source": "rpm", "version": "3.21" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "481.el9", "source": "rpm", "version": "1.08" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "461.el9", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "460.el9", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "11.el9", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "460.el9", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "460.el9", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "7.el9", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el9", "source": "rpm", "version": "5.09" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "481.el9", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "461.el9", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "481.el9", "source": "rpm", "version": "0.60.800" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "481.el9", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "4.el9", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "481.el9", "source": "rpm", "version": "1.23" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "481.el9", "source": "rpm", "version": "1.31" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "481.el9", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "460.el9", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "460.el9", "source": "rpm", "version": "4.14" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "481.el9", "source": "rpm", "version": "1.03" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "481.el9", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el9", "source": "rpm", "version": "2.5" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "13.el9", "source": "rpm", "version": "0.117" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "13.el9", "source": "rpm", "version": "0.117" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "21.el9", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "8.el9", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "8.el9", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "14.el9", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "13.el9", "source": "rpm", "version": "1.3.3" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.el9", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.el9", "source": "rpm", "version": "20210518" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "7.el9", "source": "rpm", "version": "20.3.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "5.el9", "source": "rpm", "version": "4.0.0" } ], "python3-cloud-what": [ { "arch": "x86_64", "epoch": null, "name": "python3-cloud-what", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "25.el9", "source": "rpm", "version": "5.0.6" } ], "python3-dasbus": [ { "arch": "noarch", "epoch": null, "name": "python3-dasbus", "release": "5.el9", "source": "rpm", "version": "1.4" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "7.el9", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.el9", "source": "rpm", "version": "1.2.18" } ], "python3-decorator": [ { "arch": "noarch", "epoch": null, "name": "python3-decorator", "release": "6.el9", "source": "rpm", "version": "4.4.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "7.el9", "source": "rpm", "version": "1.5.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "python3-file-magic": [ { "arch": "noarch", "epoch": null, "name": "python3-file-magic", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "7.el9.1", "source": "rpm", "version": "2.10" } ], "python3-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python3-iniparse", "release": "45.el9", "source": "rpm", "version": "0.4" } ], "python3-inotify": [ { "arch": "noarch", "epoch": null, "name": "python3-inotify", "release": "25.el9", "source": "rpm", "version": "0.9.6" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "6.el9", "source": "rpm", "version": "2.11.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "16.el9", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "4.el9", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.el9", "source": "rpm", "version": "3.2.0" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-librepo": [ { "arch": "x86_64", "epoch": null, "name": "python3-librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "8.el9", "source": "rpm", "version": "3.9.19" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "python3-libxml2": [ { "arch": "x86_64", "epoch": null, "name": "python3-libxml2", "release": "6.el9", "source": "rpm", "version": "2.9.13" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.el9", "source": "rpm", "version": "4.6.5" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "12.el9", "source": "rpm", "version": "1.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "15.el9", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.el9", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "5.el9", "source": "rpm", "version": "3.1.1" } ], "python3-pexpect": [ { "arch": "noarch", "epoch": null, "name": "python3-pexpect", "release": "7.el9", "source": "rpm", "version": "4.8.0" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "1.el9", "source": "rpm", "version": "21.3.1" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "27.el9", "source": "rpm", "version": "0.7.2" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "12.el9", "source": "rpm", "version": "5.8.0" } ], "python3-ptyprocess": [ { "arch": "noarch", "epoch": null, "name": "python3-ptyprocess", "release": "12.el9", "source": "rpm", "version": "0.6.0" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "8.el9", "source": "rpm", "version": "0.17.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "12.el9", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.el9", "source": "rpm", "version": "1.7.1" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "5.el9", "source": "rpm", "version": "2021.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.el9", "source": "rpm", "version": "5.4.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "8.el9", "source": "rpm", "version": "2.25.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.el9", "source": "rpm", "version": "4.4.4" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.el9", "source": "rpm", "version": "1.15.0" } ], "python3-subscription-manager-rhsm": [ { "arch": "x86_64", "epoch": null, "name": "python3-subscription-manager-rhsm", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "19.el9", "source": "rpm", "version": "234" } ], "python3-tracer": [ { "arch": "noarch", "epoch": null, "name": "python3-tracer", "release": "2.el9", "source": "rpm", "version": "1.1" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "6.el9", "source": "rpm", "version": "1.26.5" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "5.el9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 17, "name": "qemu-guest-agent", "release": "10.el9", "source": "rpm", "version": "9.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.el9", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.el9", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.el9", "source": "rpm", "version": "8.1" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "rhc": [ { "arch": "x86_64", "epoch": 1, "name": "rhc", "release": "5.el9", "source": "rpm", "version": "0.2.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "7.el9", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.el9", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "7.el9", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "34.el9", "source": "rpm", "version": "4.16.1.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "20.el9", "source": "rpm", "version": "3.2.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "samba-client-libs": [ { "arch": "x86_64", "epoch": 0, "name": "samba-client-libs", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "samba-common": [ { "arch": "noarch", "epoch": 0, "name": "samba-common", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": 0, "name": "samba-common-libs", "release": "2.el9", "source": "rpm", "version": "4.20.2" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "9.el9", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el9", "source": "rpm", "version": "38.1.44" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el9", "source": "rpm", "version": "38.1.44" } ], "setroubleshoot-plugins": [ { "arch": "noarch", "epoch": null, "name": "setroubleshoot-plugins", "release": "4.el9", "source": "rpm", "version": "3.3.14" } ], "setroubleshoot-server": [ { "arch": "x86_64", "epoch": null, "name": "setroubleshoot-server", "release": "1.el9", "source": "rpm", "version": "3.3.32" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "10.el9", "source": "rpm", "version": "2.13.7" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "9.el9", "source": "rpm", "version": "4.9" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.el9", "source": "rpm", "version": "2.1" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el9", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "8.el9", "source": "rpm", "version": "1.1.8" } ], "sos": [ { "arch": "noarch", "epoch": null, "name": "sos", "release": "3.el9", "source": "rpm", "version": "4.7.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.el9", "source": "rpm", "version": "3.34.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "10.git1.el9", "source": "rpm", "version": "4.4" } ], "sscg": [ { "arch": "x86_64", "epoch": null, "name": "sscg", "release": "7.el9", "source": "rpm", "version": "3.0.0" } ], "sssd": [ { "arch": "x86_64", "epoch": null, "name": "sssd", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-ad": [ { "arch": "x86_64", "epoch": null, "name": "sssd-ad", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-common-pac": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common-pac", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-ipa": [ { "arch": "x86_64", "epoch": null, "name": "sssd-ipa", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-krb5": [ { "arch": "x86_64", "epoch": null, "name": "sssd-krb5", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-krb5-common", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-ldap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-ldap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-proxy": [ { "arch": "x86_64", "epoch": null, "name": "sssd-proxy", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "2.el9", "source": "rpm", "version": "5.18" } ], "subscription-manager": [ { "arch": "x86_64", "epoch": null, "name": "subscription-manager", "release": "1.el9", "source": "rpm", "version": "1.29.42" } ], "subscription-manager-rhsm-certificates": [ { "arch": "noarch", "epoch": null, "name": "subscription-manager-rhsm-certificates", "release": "1.el9", "source": "rpm", "version": "20220623" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el9", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-rpm-macros": [ { "arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "45.el9", "source": "rpm", "version": "252" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "4.el9", "source": "rpm", "version": "5.1" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "7.el9", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "8.el9", "source": "rpm", "version": "2020.3" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.el9", "source": "rpm", "version": "1.9" } ], "tlog": [ { "arch": "x86_64", "epoch": null, "name": "tlog", "release": "1.el9", "source": "rpm", "version": "14" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.el9", "source": "rpm", "version": "3.2.3" } ], "tracer-common": [ { "arch": "noarch", "epoch": null, "name": "tracer-common", "release": "2.el9", "source": "rpm", "version": "1.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "2.el9", "source": "rpm", "version": "2024a" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "57.el9", "source": "rpm", "version": "6.0" } ], "usermode": [ { "arch": "x86_64", "epoch": null, "name": "usermode", "release": "5.el9", "source": "rpm", "version": "1.114" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el9", "source": "rpm", "version": "0.12.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "10.el9", "source": "rpm", "version": "1.25" } ], "webkit2gtk3-jsc": [ { "arch": "x86_64", "epoch": null, "name": "webkit2gtk3-jsc", "release": "2.el9", "source": "rpm", "version": "2.44.3" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "8.el9", "source": "rpm", "version": "1.21.1" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "29.el9", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.el9", "source": "rpm", "version": "6.4.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "17.el9", "source": "rpm", "version": "4.14.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "35.el9", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false, "invocation": { "module_args": { "manager": [ "auto" ], "strategy": "first" } } } 7519 1726888133.15711: no more pending results, returning what we have 7519 1726888133.15721: results queue empty 7519 1726888133.15722: checking for any_errors_fatal 7519 1726888133.15728: done checking for any_errors_fatal 7519 1726888133.15729: checking for max_fail_percentage 7519 1726888133.15730: done checking for max_fail_percentage 7519 1726888133.15731: checking to see if all hosts have failed and the running result is not ok 7519 1726888133.15732: done checking to see if all hosts have failed 7519 1726888133.15733: getting the remaining hosts for this loop 7519 1726888133.15734: done getting the remaining hosts for this loop 7519 1726888133.15738: getting the next task for host managed_node1 7519 1726888133.15741: done getting next task for host managed_node1 7519 1726888133.15744: ^ task is: TASK: fedora.linux_system_roles.tlog : Install cockpit session recording 7519 1726888133.15746: ^ state is: HOST STATE: block=3, task=7, 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 7519 1726888133.15748: getting the next task for host managed_node2 7519 1726888133.15749: done getting next task for host managed_node2 7519 1726888133.15751: ^ task is: TASK: fedora.linux_system_roles.tlog : Install cockpit session recording 7519 1726888133.15752: ^ state is: HOST STATE: block=3, task=7, 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 7519 1726888133.15753: getting the next task for host managed_node3 7519 1726888133.15755: done getting next task for host managed_node3 7519 1726888133.15756: ^ task is: TASK: fedora.linux_system_roles.tlog : Install cockpit session recording 7519 1726888133.15757: ^ state is: HOST STATE: block=3, task=7, 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 7519 1726888133.15769: getting variables 7519 1726888133.15770: in VariableManager get_vars() 7519 1726888133.15789: Calling all_inventory to load vars for managed_node1 7519 1726888133.15792: Calling groups_inventory to load vars for managed_node1 7519 1726888133.15794: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888133.15799: Calling all_plugins_play to load vars for managed_node1 7519 1726888133.15801: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888133.15804: Calling groups_plugins_play to load vars for managed_node1 7519 1726888133.17303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888133.19011: done with get_vars() 7519 1726888133.19043: done getting variables 7519 1726888133.19110: 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=True) TASK [fedora.linux_system_roles.tlog : Install cockpit session recording] ****** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:13 Friday 20 September 2024 23:08:53 -0400 (0:00:02.268) 0:00:07.810 ****** 7519 1726888133.19148: entering _queue_task() for managed_node1/package 7519 1726888133.19508: worker is 1 (out of 3 available) 7519 1726888133.19525: exiting _queue_task() for managed_node1/package 7519 1726888133.19563: getting variables 7519 1726888133.19570: in VariableManager get_vars() 7519 1726888133.19661: Calling all_inventory to load vars for managed_node2 7519 1726888133.19672: Calling groups_inventory to load vars for managed_node2 7519 1726888133.19678: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888133.19693: Calling all_plugins_play to load vars for managed_node2 7519 1726888133.19697: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888133.19700: Calling groups_plugins_play to load vars for managed_node2 7519 1726888133.21216: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording 7519 1726888133.21223: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000d 7519 1726888133.21236: variable 'ansible_search_path' from source: unknown 7519 1726888133.21240: variable 'ansible_search_path' from source: unknown 7519 1726888133.21242: calling self._execute() 7519 1726888133.21831: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888133.21837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888133.21840: variable 'omit' from source: magic vars 7519 1726888133.22562: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888133.22628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888133.25416: Evaluated conditional ('cockpit' in ansible_facts.packages): True 7519 1726888133.25420: variable 'omit' from source: magic vars 7519 1726888133.25634: variable 'omit' from source: magic vars 7519 1726888133.25638: variable '__tlog_cockpit_packages' from source: role '' all vars 7519 1726888133.25641: variable '__tlog_cockpit_packages' from source: role '' all vars 7519 1726888133.25645: 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) 7519 1726888133.25647: 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) 7519 1726888133.25650: 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) 7519 1726888133.25652: 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) 7519 1726888133.25656: 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) 7519 1726888133.25658: variable '__tlog_is_ostree' from source: set_fact 7519 1726888133.25662: variable 'omit' from source: magic vars 7519 1726888133.25664: variable 'omit' from source: magic vars 7519 1726888133.25666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888133.25669: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888133.25671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888133.25674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888133.25676: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888133.25678: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888133.25680: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888133.25682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888133.26203: Set connection var ansible_shell_executable to /bin/sh 7519 1726888133.26208: Set connection var ansible_pipelining to False 7519 1726888133.26211: Set connection var ansible_shell_type to sh 7519 1726888133.26215: Set connection var ansible_timeout to 10 7519 1726888133.26217: Set connection var ansible_connection to ssh 7519 1726888133.26221: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888133.26226: variable 'ansible_shell_executable' from source: unknown 7519 1726888133.26228: variable 'ansible_connection' from source: unknown 7519 1726888133.26230: variable 'ansible_module_compression' from source: unknown 7519 1726888133.26233: variable 'ansible_shell_type' from source: unknown 7519 1726888133.26235: variable 'ansible_shell_executable' from source: unknown 7519 1726888133.26237: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888133.26239: variable 'ansible_pipelining' from source: unknown 7519 1726888133.26242: variable 'ansible_timeout' from source: unknown 7519 1726888133.26244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888133.26248: 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) 7519 1726888133.26251: variable 'omit' from source: magic vars 7519 1726888133.26253: starting attempt loop 7519 1726888133.26255: running the handler 7519 1726888133.26257: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888133.26259: _low_level_execute_command(): starting 7519 1726888133.26261: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888133.27964: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888133.27967: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888133.27969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888133.27971: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888133.27973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888133.27975: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888133.27977: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888133.27979: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888133.27982: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888133.27984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888133.27986: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888133.27988: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888133.28005: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888133.28007: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888133.28009: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888133.28011: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888133.28013: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888133.28015: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888133.28017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888133.28422: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888133.28430: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888133.28433: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888133.28435: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888133.28437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888133.28439: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888133.28441: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888133.28443: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888133.28445: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888133.28446: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888133.28448: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888133.28450: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888133.28451: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888133.28453: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888133.28455: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888133.28456: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888133.28458: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888133.28460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888133.28772: done with get_vars() 7519 1726888133.28801: done getting variables 7519 1726888133.28871: 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=True) 7519 1726888133.28881: entering _queue_task() for managed_node2/package 7519 1726888133.29590: worker is 2 (out of 3 available) 7519 1726888133.29603: exiting _queue_task() for managed_node2/package 7519 1726888133.29637: getting variables 7519 1726888133.29640: in VariableManager get_vars() 7519 1726888133.29722: Calling all_inventory to load vars for managed_node3 7519 1726888133.29727: Calling groups_inventory to load vars for managed_node3 7519 1726888133.29730: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888133.29745: Calling all_plugins_play to load vars for managed_node3 7519 1726888133.29748: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888133.29751: Calling groups_plugins_play to load vars for managed_node3 7519 1726888133.31005: stdout chunk (state=3): >>>/root <<< 7519 1726888133.31011: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording 7519 1726888133.31016: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000d 7519 1726888133.31020: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888133.31022: stdout chunk (state=3): >>><<< 7519 1726888133.31027: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888133.31039: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888133.31042: _low_level_execute_command(): starting 7519 1726888133.31045: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360 `" && echo ansible-tmp-1726888133.3077736-7767-261638625005360="` echo /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360 `" && echo ansible-tmp-1726888133.3077736-7767-261638625005360="` echo /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360 `" ) && sleep 0'"'"'' 7519 1726888133.31061: variable 'ansible_search_path' from source: unknown 7519 1726888133.31063: variable 'ansible_search_path' from source: unknown 7519 1726888133.31065: calling self._execute() 7519 1726888133.31439: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888133.32073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888133.32077: variable 'omit' from source: magic vars 7519 1726888133.32369: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888133.33756: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888133.33769: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888133.35128: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888133.35132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888133.35134: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888133.35136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888133.35138: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888133.35140: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888133.35142: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888133.35145: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888133.35147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888133.35149: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888133.35151: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888133.35155: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888133.35157: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888133.35158: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888133.35160: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888133.35162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888133.35164: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888133.35165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888133.35167: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888133.35169: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888133.35170: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888133.35173: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888133.35175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888133.35177: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888133.35178: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888133.35180: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888133.35182: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888133.35184: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888133.35186: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888133.35187: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888133.35189: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888133.35191: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888133.35193: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888133.35195: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888133.35197: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888133.35199: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888133.36403: Evaluated conditional ('cockpit' in ansible_facts.packages): False 7519 1726888133.36407: when evaluation is False, skipping this task 7519 1726888133.36409: _execute() done 7519 1726888133.36412: dumping result to json 7519 1726888133.36416: done dumping result, returning 7519 1726888133.36418: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording [0ed44806-2f0b-c82f-f05a-00000000000d] 7519 1726888133.36420: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d 7519 1726888133.36489: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d 7519 1726888133.36492: WORKER PROCESS EXITING 7519 1726888133.37869: done with get_vars() 7519 1726888133.37954: done getting variables 7519 1726888133.38133: 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=True) 7519 1726888133.38144: entering _queue_task() for managed_node3/package 7519 1726888133.38165: stdout chunk (state=3): >>>ansible-tmp-1726888133.3077736-7767-261638625005360=/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360 <<< 7519 1726888133.38168: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888133.38171: stderr chunk (state=3): >>><<< 7519 1726888133.38173: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888133.3077736-7767-261638625005360=/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888133.38181: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888133.3077736-7767-261638625005360=/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888133.38184: variable 'ansible_module_compression' from source: unknown 7519 1726888133.38186: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 7519 1726888133.38187: variable 'ansible_facts' from source: host vars for 'managed_node1' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py 7519 1726888133.38406: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpib6ayj5x TO /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888133.38690: Sending initial data 7519 1726888133.38693: Sent initial data (152 bytes) 7519 1726888133.40387: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888133.40417: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888133.40427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888133.40410: worker is 3 (out of 3 available) 7519 1726888133.40436: exiting _queue_task() for managed_node3/package skipping: [managed_node2] => { "changed": false, "false_condition": "'cockpit' in ansible_facts.packages", "skip_reason": "Conditional result was False" } 7519 1726888133.40522: done queuing things up, now waiting for results queue to drain 7519 1726888133.40525: waiting for pending results... 7519 1726888133.40839: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording 7519 1726888133.40947: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000d 7519 1726888133.40967: variable 'ansible_search_path' from source: unknown 7519 1726888133.40979: variable 'ansible_search_path' from source: unknown 7519 1726888133.41025: calling self._execute() 7519 1726888133.41109: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888133.41120: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888133.41135: variable 'omit' from source: magic vars 7519 1726888133.41552: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888133.42261: Evaluated conditional ('cockpit' in ansible_facts.packages): False 7519 1726888133.42269: when evaluation is False, skipping this task 7519 1726888133.42276: _execute() done 7519 1726888133.42291: dumping result to json 7519 1726888133.42302: done dumping result, returning 7519 1726888133.42314: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording [0ed44806-2f0b-c82f-f05a-00000000000d] 7519 1726888133.42338: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d skipping: [managed_node3] => { "changed": false, "false_condition": "'cockpit' in ansible_facts.packages", "skip_reason": "Conditional result was False" } 7519 1726888133.42472: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d 7519 1726888133.42479: WORKER PROCESS EXITING 7519 1726888133.42863: 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 <<< 7519 1726888133.42914: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888133.42965: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpib6ayj5x debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888133.42971: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpib6ayj5x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py <<< 7519 1726888133.43015: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py M:0x001a <<< 7519 1726888133.43669: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 7519 1726888133.45192: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21801 <<< 7519 1726888133.45419: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 21801 bytes at 261120 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888133.45519: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888133.45746: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888133.45850: stderr chunk (state=3): >>><<< 7519 1726888133.45854: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpib6ayj5x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpib6ayj5x\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21801\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21801 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888133.45866: done transferring module to remote 7519 1726888133.45997: _low_level_execute_command(): starting 7519 1726888133.46002: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888133.46718: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888133.46722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888133.46756: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888133.46761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration <<< 7519 1726888133.46764: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888133.46775: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888133.46806: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888133.46809: 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.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888133.46812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888133.46816: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888133.46882: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888133.46888: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888133.46903: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888133.46925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888133.49573: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888133.49627: stderr chunk (state=3): >>><<< 7519 1726888133.49631: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888133.49650: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888133.49655: _low_level_execute_command(): starting 7519 1726888133.49658: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_setup.py && sleep 0'"'"'' 7519 1726888133.50455: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888133.50459: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888133.50497: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888133.50502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888133.50504: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888133.50506: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888133.50557: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888133.50576: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888133.50589: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888133.50621: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888133.50627: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888133.50645: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888133.50677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888133.53836: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888133.53878: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888133.53933: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888133.53966: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888133.54040: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888133.54210: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888133.54215: 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 # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98dc0> <<< 7519 1726888133.54253: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888133.54259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7519 1726888133.54261: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98b20> <<< 7519 1726888133.54295: 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' <<< 7519 1726888133.54309: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98ac0> <<< 7519 1726888133.54331: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888133.54354: 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' <<< 7519 1726888133.54375: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d490> <<< 7519 1726888133.54402: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py <<< 7519 1726888133.54409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7519 1726888133.54437: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7519 1726888133.54444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888133.54450: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888133.54454: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d940> <<< 7519 1726888133.54484: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d670> <<< 7519 1726888133.54703: 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' # /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 0x7f4cf47cf190> <<< 7519 1726888133.54709: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888133.54728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888133.54830: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf220> <<< 7519 1726888133.54904: 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 0x7f4cf47f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf940> <<< 7519 1726888133.54942: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a55880> <<< 7519 1726888133.54973: 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 0x7f4cf47c8d90> <<< 7519 1726888133.55062: 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 0x7f4cf47f2d90> <<< 7519 1726888133.55147: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d970> <<< 7519 1726888133.55214: 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. <<< 7519 1726888133.55762: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888133.55765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888133.55817: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888133.55839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7519 1726888133.55841: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888133.55868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888133.55900: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888133.55919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4792eb0> <<< 7519 1726888133.55996: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4796f40> <<< 7519 1726888133.55999: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888133.56019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888133.56047: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888133.56076: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888133.56086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888133.56114: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888133.56117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888133.56152: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf478c610> <<< 7519 1726888133.56224: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4794640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4792370> <<< 7519 1726888133.56227: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888133.56302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888133.56328: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888133.56366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888133.56393: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888133.56412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888133.56454: 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 0x7f4cf467ddc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467d8b0> import 'itertools' # <<< 7519 1726888133.56530: 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 0x7f4cf467deb0> # /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' <<< 7519 1726888133.56556: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467df70> <<< 7519 1726888133.56662: 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 0x7f4cf467de80> import '_collections' # <<< 7519 1726888133.56702: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476ed30> import '_functools' # <<< 7519 1726888133.56804: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4768610> <<< 7519 1726888133.56846: 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 0x7f4cf477b670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf479ae20> # /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' <<< 7519 1726888133.56932: 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' <<< 7519 1726888133.56989: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf468fc70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476e250> # 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 0x7f4cf477b280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a09d0> # /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' <<< 7519 1726888133.57045: 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 <<< 7519 1726888133.57088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468ffa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468fd90> <<< 7519 1726888133.57110: 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 0x7f4cf468fd00> <<< 7519 1726888133.57218: 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' # /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' <<< 7519 1726888133.57293: stdout chunk (state=3): >>># /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' <<< 7519 1726888133.57319: 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 0x7f4cf4663370> <<< 7519 1726888133.57346: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888133.57366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888133.57437: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4663460> <<< 7519 1726888133.57596: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4697fa0> <<< 7519 1726888133.57640: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691a30> <<< 7519 1726888133.57654: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691490> <<< 7519 1726888133.57679: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888133.57695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888133.57735: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888133.57751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888133.57779: 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' <<< 7519 1726888133.57798: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45971c0> <<< 7519 1726888133.57862: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf464dc70> <<< 7519 1726888133.57947: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a0040> <<< 7519 1726888133.57975: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888133.58004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888133.58054: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45a8af0> <<< 7519 1726888133.58061: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888133.58091: 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' <<< 7519 1726888133.58105: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45a8e20> <<< 7519 1726888133.58115: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888133.58130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7519 1726888133.58182: 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 0x7f4cf45bc730> <<< 7519 1726888133.58197: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888133.58302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bcc70> <<< 7519 1726888133.58378: 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 0x7f4cf45483a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45a8f10> <<< 7519 1726888133.58387: 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' <<< 7519 1726888133.58449: 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 0x7f4cf4558280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bc5b0> import 'pwd' # <<< 7519 1726888133.58531: 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 0x7f4cf4558340> <<< 7519 1726888133.58587: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f9d0> <<< 7519 1726888133.58632: stdout chunk (state=3): >>># /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' <<< 7519 1726888133.58691: 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' <<< 7519 1726888133.58719: 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 0x7f4cf45746a0> # /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' <<< 7519 1726888133.58739: 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' <<< 7519 1726888133.58752: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4574760> <<< 7519 1726888133.58805: 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 0x7f4cf4574850> <<< 7519 1726888133.58822: 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' <<< 7519 1726888133.59121: 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 0x7f4cf4574ca0> <<< 7519 1726888133.59172: 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 0x7f4cf45811f0> <<< 7519 1726888133.59178: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45748e0> <<< 7519 1726888133.59194: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4567a30> <<< 7519 1726888133.59226: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f5b0> <<< 7519 1726888133.59247: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888133.59331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888133.59383: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4574a90> <<< 7519 1726888133.59612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888133.59621: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cf4494670> <<< 7519 1726888133.60604: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888133.63197: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.66267: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888133.66300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' <<< 7519 1726888133.66312: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43297f0> <<< 7519 1726888133.66385: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7519 1726888133.66404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888133.66494: 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' <<< 7519 1726888133.66552: 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' <<< 7519 1726888133.66648: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.66663: stdout chunk (state=3): >>># 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 0x7f4cf43b9760> <<< 7519 1726888133.66744: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9640> <<< 7519 1726888133.66830: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9370> <<< 7519 1726888133.66860: 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' <<< 7519 1726888133.66948: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9490> <<< 7519 1726888133.66967: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9190> <<< 7519 1726888133.66976: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888133.67015: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.67027: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.67032: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43b9400> <<< 7519 1726888133.67063: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888133.67145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888133.67247: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b97c0> <<< 7519 1726888133.67315: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888133.67357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888133.67389: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888133.67428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888133.67456: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888133.67474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888133.67779: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43a07c0> <<< 7519 1726888133.67864: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888133.67867: stdout chunk (state=3): >>> <<< 7519 1726888133.67888: 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 0x7f4cf43a0b50> <<< 7519 1726888133.67957: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.67960: stdout chunk (state=3): >>># 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 0x7f4cf43a09a0> <<< 7519 1726888133.67991: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888133.68010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888133.68064: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3d874f0> <<< 7519 1726888133.68091: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b2d30> <<< 7519 1726888133.68528: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9520> <<< 7519 1726888133.68560: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888133.68602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888133.68628: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b2190> <<< 7519 1726888133.68656: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888133.68690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888133.68734: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7519 1726888133.68744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7519 1726888133.68775: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888133.68798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888133.68835: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888133.68843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' <<< 7519 1726888133.68861: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43e2a90> <<< 7519 1726888133.69044: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386190> <<< 7519 1726888133.69057: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386790> <<< 7519 1726888133.69074: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3d8dd00> <<< 7519 1726888133.69104: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.69138: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.69142: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43866a0> <<< 7519 1726888133.69183: 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 <<< 7519 1726888133.69187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888133.69196: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4407d30> <<< 7519 1726888133.69251: 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 <<< 7519 1726888133.69285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888133.69348: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888133.69470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888133.69677: 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' <<< 7519 1726888133.69712: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3de69a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e50> <<< 7519 1726888133.69721: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888133.69741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888133.69842: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.69866: 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 0x7f4cf3df50d0> <<< 7519 1726888133.69880: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e20> <<< 7519 1726888133.69918: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888133.70034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888133.70067: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7519 1726888133.70099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' <<< 7519 1726888133.70128: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888133.70293: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf441a220> <<< 7519 1726888133.70715: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df5100> <<< 7519 1726888133.70887: 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' <<< 7519 1726888133.70891: 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 0x7f4cf43deb80><<< 7519 1726888133.70898: stdout chunk (state=3): >>> <<< 7519 1726888133.70954: 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' <<< 7519 1726888133.70990: 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' <<< 7519 1726888133.71000: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4411ac0> <<< 7519 1726888133.71077: 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' <<< 7519 1726888133.71108: 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' <<< 7519 1726888133.71112: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4411d00> <<< 7519 1726888133.71149: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4494820> <<< 7519 1726888133.71253: 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' <<< 7519 1726888133.71294: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888133.71350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888133.71443: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.71461: 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 0x7f4cf3df20d0> <<< 7519 1726888133.71799: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.71820: 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 0x7f4cf3de7370> <<< 7519 1726888133.71845: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df2d00> <<< 7519 1726888133.71880: 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' <<< 7519 1726888133.71903: 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' <<< 7519 1726888133.71915: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df26a0> <<< 7519 1726888133.71918: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df3130> <<< 7519 1726888133.71934: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.71956: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.71973: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888133.72001: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.72116: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.72245: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.72249: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.72263: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888133.72441: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888133.72544: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.72663: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.73738: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.75424: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888133.75496: 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_ansible.legacy.setup_payload_48ll9e1d/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' <<< 7519 1726888133.75602: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.75621: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.75628: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43268b0> <<< 7519 1726888133.75786: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888133.75802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7519 1726888133.75833: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4354910> <<< 7519 1726888133.75862: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39856a0> <<< 7519 1726888133.75992: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888133.76018: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.76054: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.76080: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888133.76097: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.76321: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.76649: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888133.76663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7519 1726888133.76714: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43997f0> <<< 7519 1726888133.76746: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.77977: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.79070: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.79184: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.79433: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888133.79461: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.79575: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.79665: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888133.79681: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.79839: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.79984: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888133.80008: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.80028: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.80053: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888133.80076: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.80127: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.80175: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888133.80196: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.80562: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.81050: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888133.81099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888133.81120: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888133.81237: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf398ad90> <<< 7519 1726888133.81264: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.81378: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.81552: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888133.81563: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py <<< 7519 1726888133.81579: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888133.81596: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888133.81642: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.81703: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.82029: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888133.82032: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.82035: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.82230: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.82384: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.82527: 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 <<< 7519 1726888133.82592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888133.82757: 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' <<< 7519 1726888133.82764: stdout chunk (state=3): >>># 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 0x7f4cf43450a0> <<< 7519 1726888133.83045: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3964fa0> <<< 7519 1726888133.83141: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py <<< 7519 1726888133.83158: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888133.83185: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.83344: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.83583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.83625: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.83678: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888133.83704: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888133.83736: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888133.83787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888133.83826: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888133.83855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888133.83989: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf434e160> <<< 7519 1726888133.84051: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf434bcd0> <<< 7519 1726888133.84150: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf398abb0> <<< 7519 1726888133.84159: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888133.84174: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84215: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84250: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py <<< 7519 1726888133.84262: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888133.84363: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888133.84388: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84415: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84427: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py <<< 7519 1726888133.84448: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84533: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84620: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84644: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84677: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84738: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84792: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84844: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.84886: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py <<< 7519 1726888133.84912: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.85019: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.85127: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.85154: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.85201: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py <<< 7519 1726888133.85221: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.85448: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.85670: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.85728: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.85805: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py <<< 7519 1726888133.85815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888133.85844: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py <<< 7519 1726888133.85871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc' <<< 7519 1726888133.85896: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py <<< 7519 1726888133.85921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc' <<< 7519 1726888133.85969: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3700a60> <<< 7519 1726888133.85995: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py <<< 7519 1726888133.86009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc' <<< 7519 1726888133.86056: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py <<< 7519 1726888133.86098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7519 1726888133.86136: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py <<< 7519 1726888133.86158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' <<< 7519 1726888133.86176: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3967940> <<< 7519 1726888133.86230: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.86262: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.86267: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3967520> <<< 7519 1726888133.86333: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394b250> <<< 7519 1726888133.86354: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394ba30> <<< 7519 1726888133.86393: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a460> <<< 7519 1726888133.86413: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a910> <<< 7519 1726888133.86442: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7519 1726888133.86475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc' <<< 7519 1726888133.86503: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py <<< 7519 1726888133.86521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc' <<< 7519 1726888133.86567: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.86574: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.86585: stdout chunk (state=3): >>>import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3997d00> <<< 7519 1726888133.86601: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3997d60> <<< 7519 1726888133.86632: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py <<< 7519 1726888133.86653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc' <<< 7519 1726888133.86690: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3997250> <<< 7519 1726888133.86720: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py <<< 7519 1726888133.86753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888133.86791: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.86810: stdout chunk (state=3): >>># 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 0x7f4cf3768f70> <<< 7519 1726888133.86853: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39b34c0> <<< 7519 1726888133.86885: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a310> <<< 7519 1726888133.86899: stdout chunk (state=3): >>>import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py <<< 7519 1726888133.86921: stdout chunk (state=3): >>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py <<< 7519 1726888133.86942: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.86960: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.86980: stdout chunk (state=3): >>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py <<< 7519 1726888133.87001: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87079: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87150: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py <<< 7519 1726888133.87174: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87238: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87306: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py <<< 7519 1726888133.87328: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87353: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87362: stdout chunk (state=3): >>>import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py <<< 7519 1726888133.87387: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87425: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87464: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py <<< 7519 1726888133.87483: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87547: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87609: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py <<< 7519 1726888133.87641: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87721: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87809: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py <<< 7519 1726888133.87817: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87885: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.87967: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.88045: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.88125: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py <<< 7519 1726888133.88139: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py <<< 7519 1726888133.88159: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.88911: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.89541: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py <<< 7519 1726888133.89562: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.89645: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.89723: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.89765: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.89806: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py <<< 7519 1726888133.89827: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py <<< 7519 1726888133.89844: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.89885: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.89926: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py <<< 7519 1726888133.89949: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.90023: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.90095: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py <<< 7519 1726888133.90115: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.90158: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.90194: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py <<< 7519 1726888133.90220: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.90254: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.90299: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py <<< 7519 1726888133.90324: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.90425: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.90537: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py <<< 7519 1726888133.90556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc' <<< 7519 1726888133.90600: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3676ca0> <<< 7519 1726888133.90638: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888133.90681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888133.90954: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3676fd0> <<< 7519 1726888133.90971: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py <<< 7519 1726888133.90993: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.91079: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.91171: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py <<< 7519 1726888133.91189: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.91318: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.91440: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py <<< 7519 1726888133.91464: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.91555: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.91665: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py <<< 7519 1726888133.91682: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.91739: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.91806: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7519 1726888133.91849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7519 1726888133.92076: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.92101: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.92106: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3674b20> <<< 7519 1726888133.92525: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf36c34f0> <<< 7519 1726888133.92535: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py <<< 7519 1726888133.92560: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.92664: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.92729: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py <<< 7519 1726888133.92742: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.92856: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.92957: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.93116: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.93332: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py <<< 7519 1726888133.93345: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py <<< 7519 1726888133.93363: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.93425: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.93479: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py <<< 7519 1726888133.93505: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.93557: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.93634: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py <<< 7519 1726888133.93640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc' <<< 7519 1726888133.93696: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.93712: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888133.93725: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf35ed190> <<< 7519 1726888133.93741: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf35ed2e0> <<< 7519 1726888133.93750: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py <<< 7519 1726888133.93762: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.93786: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.93799: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py <<< 7519 1726888133.93828: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.93874: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.93931: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py <<< 7519 1726888133.93949: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.94163: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.94369: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py <<< 7519 1726888133.94392: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.94526: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.94661: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.94720: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.94772: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py <<< 7519 1726888133.94788: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py <<< 7519 1726888133.94814: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.94953: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.94987: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.95184: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.95381: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py <<< 7519 1726888133.95396: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py <<< 7519 1726888133.95420: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.95592: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.95760: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py <<< 7519 1726888133.95783: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.95833: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.95880: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.96648: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.97424: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py <<< 7519 1726888133.97440: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py <<< 7519 1726888133.97458: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.97618: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.97744: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py <<< 7519 1726888133.97766: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.97890: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.98025: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py <<< 7519 1726888133.98056: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.98271: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.98472: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py <<< 7519 1726888133.98496: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.98515: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.98539: stdout chunk (state=3): >>>import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py <<< 7519 1726888133.98568: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.98635: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.98680: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py <<< 7519 1726888133.98703: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.98839: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.98985: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.99292: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.99601: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py <<< 7519 1726888133.99614: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py <<< 7519 1726888133.99631: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.99656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.99720: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py <<< 7519 1726888133.99737: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.99766: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.99798: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py <<< 7519 1726888133.99829: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888133.99912: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.00000: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py <<< 7519 1726888134.00018: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.00050: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.00093: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py <<< 7519 1726888134.00117: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.00196: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.00274: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py <<< 7519 1726888134.00296: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.00375: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888134.00381: stdout chunk (state=3): >>> <<< 7519 1726888134.00459: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py <<< 7519 1726888134.00479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.00841: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01180: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py <<< 7519 1726888134.01201: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01271: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01351: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py <<< 7519 1726888134.01372: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01420: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01462: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py <<< 7519 1726888134.01487: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01529: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01575: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py <<< 7519 1726888134.01594: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01637: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01679: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py <<< 7519 1726888134.01703: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01792: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01885: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py <<< 7519 1726888134.01904: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01933: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.01940: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py <<< 7519 1726888134.01962: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.02014: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.02063: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py <<< 7519 1726888134.02087: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.02133: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.02157: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.02216: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.02285: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.02349: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.02447: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py <<< 7519 1726888134.02461: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py <<< 7519 1726888134.02477: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.02530: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.02590: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py <<< 7519 1726888134.02608: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.02850: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.03097: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py <<< 7519 1726888134.03121: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.03184: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.03244: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py <<< 7519 1726888134.03259: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.03318: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.03371: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py <<< 7519 1726888134.03391: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.03481: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.03583: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py <<< 7519 1726888134.03591: stdout chunk (state=3): >>>import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py <<< 7519 1726888134.03611: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.03708: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.03809: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py <<< 7519 1726888134.03825: stdout chunk (state=3): >>>import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py <<< 7519 1726888134.03835: stdout chunk (state=3): >>>import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py <<< 7519 1726888134.03937: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.04219: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888134.04792: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py <<< 7519 1726888134.04817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc' <<< 7519 1726888134.04853: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py <<< 7519 1726888134.04885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc' <<< 7519 1726888134.04929: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888134.04944: stdout chunk (state=3): >>># 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 0x7f4cf3472c70> <<< 7519 1726888134.04973: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439520> <<< 7519 1726888134.05062: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439d30> <<< 7519 1726888134.07472: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 7519 1726888134.08191: stdout chunk (state=3): >>># clear builtins._ # clear sys.path <<< 7519 1726888134.08208: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 7519 1726888134.08230: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks <<< 7519 1726888134.08243: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7519 1726888134.08265: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ <<< 7519 1726888134.08286: stdout chunk (state=3): >>># restore sys.stdin <<< 7519 1726888134.08290: stdout chunk (state=3): >>># restore sys.stdout # restore sys.stderr <<< 7519 1726888134.08317: stdout chunk (state=3): >>># 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 <<< 7519 1726888134.08326: stdout chunk (state=3): >>># cleanup[2] removing _weakref # cleanup[2] removing _io <<< 7519 1726888134.08331: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix <<< 7519 1726888134.08350: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases <<< 7519 1726888134.08359: stdout chunk (state=3): >>># cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal <<< 7519 1726888134.08380: stdout chunk (state=3): >>># cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc <<< 7519 1726888134.08420: stdout chunk (state=3): >>># cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat <<< 7519 1726888134.08453: stdout chunk (state=3): >>># cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 7519 1726888134.08737: stdout chunk (state=3): >>># 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 <<< 7519 1726888134.08834: stdout chunk (state=3): >>># 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 <<< 7519 1726888134.08889: stdout chunk (state=3): >>># 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 <<< 7519 1726888134.08892: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text <<< 7519 1726888134.08895: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves <<< 7519 1726888134.08918: stdout chunk (state=3): >>># 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 <<< 7519 1726888134.08942: stdout chunk (state=3): >>># cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes <<< 7519 1726888134.08946: stdout chunk (state=3): >>># destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text <<< 7519 1726888134.08976: stdout chunk (state=3): >>># destroy ansible.module_utils._text # cleanup[2] removing copy <<< 7519 1726888134.08980: stdout chunk (state=3): >>># destroy copy # cleanup[2] removing ansible.module_utils.common.collections <<< 7519 1726888134.09002: stdout chunk (state=3): >>># destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings <<< 7519 1726888134.09005: stdout chunk (state=3): >>># destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors<<< 7519 1726888134.09007: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.parsing <<< 7519 1726888134.09499: stdout chunk (state=3): >>># 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.c<<< 7519 1726888134.09530: stdout chunk (state=3): >>>ompat.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 ansi<<< 7519 1726888134.09554: stdout chunk (state=3): >>>ble.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 <<< 7519 1726888134.09600: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888134.09675: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888134.09737: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888134.09876: stdout chunk (state=3): >>># destroy _compression # destroy binascii # destroy importlib # destroy bz2 # destroy lzma <<< 7519 1726888134.09908: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy systemd.journal # destroy systemd.daemon # destroy hashlib<<< 7519 1726888134.09928: stdout chunk (state=3): >>> <<< 7519 1726888134.09959: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder<<< 7519 1726888134.09963: stdout chunk (state=3): >>> <<< 7519 1726888134.09966: stdout chunk (state=3): >>># destroy json.scanner<<< 7519 1726888134.09972: stdout chunk (state=3): >>> <<< 7519 1726888134.09984: stdout chunk (state=3): >>># destroy _json<<< 7519 1726888134.10006: stdout chunk (state=3): >>> <<< 7519 1726888134.10009: stdout chunk (state=3): >>># destroy encodings<<< 7519 1726888134.10011: stdout chunk (state=3): >>> <<< 7519 1726888134.10061: stdout chunk (state=3): >>># destroy syslog<<< 7519 1726888134.10065: stdout chunk (state=3): >>> <<< 7519 1726888134.10068: stdout chunk (state=3): >>># destroy uuid<<< 7519 1726888134.10069: stdout chunk (state=3): >>> <<< 7519 1726888134.10191: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy logging # destroy argparse <<< 7519 1726888134.10349: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 7519 1726888134.10388: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 7519 1726888134.10468: stdout chunk (state=3): >>># destroy queue # destroy multiprocessing.process <<< 7519 1726888134.10492: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util<<< 7519 1726888134.10496: stdout chunk (state=3): >>> <<< 7519 1726888134.10499: stdout chunk (state=3): >>># destroy multiprocessing.reduction<<< 7519 1726888134.10502: stdout chunk (state=3): >>> <<< 7519 1726888134.10533: stdout chunk (state=3): >>># destroy shlex<<< 7519 1726888134.10538: stdout chunk (state=3): >>> <<< 7519 1726888134.10559: stdout chunk (state=3): >>># destroy datetime<<< 7519 1726888134.10564: stdout chunk (state=3): >>> <<< 7519 1726888134.10588: stdout chunk (state=3): >>># destroy base64<<< 7519 1726888134.10593: stdout chunk (state=3): >>> <<< 7519 1726888134.10624: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux<<< 7519 1726888134.10634: stdout chunk (state=3): >>> <<< 7519 1726888134.10647: stdout chunk (state=3): >>># destroy getpass<<< 7519 1726888134.10657: stdout chunk (state=3): >>> <<< 7519 1726888134.10676: stdout chunk (state=3): >>># destroy json <<< 7519 1726888134.10714: stdout chunk (state=3): >>># destroy socket<<< 7519 1726888134.10736: stdout chunk (state=3): >>> # destroy struct<<< 7519 1726888134.10741: stdout chunk (state=3): >>> <<< 7519 1726888134.10759: stdout chunk (state=3): >>># destroy glob<<< 7519 1726888134.10764: stdout chunk (state=3): >>> <<< 7519 1726888134.10806: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.typing<<< 7519 1726888134.10808: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.timeout<<< 7519 1726888134.10810: stdout chunk (state=3): >>> <<< 7519 1726888134.10811: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.collector<<< 7519 1726888134.10812: stdout chunk (state=3): >>> <<< 7519 1726888134.10862: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna<<< 7519 1726888134.10866: stdout chunk (state=3): >>> <<< 7519 1726888134.10903: stdout chunk (state=3): >>># destroy stringprep <<< 7519 1726888134.10907: stdout chunk (state=3): >>># cleanup[3] wiping unicodedata<<< 7519 1726888134.10911: stdout chunk (state=3): >>> <<< 7519 1726888134.10913: stdout chunk (state=3): >>># cleanup[3] wiping gc<<< 7519 1726888134.10932: stdout chunk (state=3): >>> # cleanup[3] wiping termios <<< 7519 1726888134.10954: stdout chunk (state=3): >>># cleanup[3] wiping _ssl <<< 7519 1726888134.10973: stdout chunk (state=3): >>># cleanup[3] wiping configparser <<< 7519 1726888134.10976: stdout chunk (state=3): >>># cleanup[3] wiping _multiprocessing<<< 7519 1726888134.10995: stdout chunk (state=3): >>> # cleanup[3] wiping _queue<<< 7519 1726888134.11018: stdout chunk (state=3): >>> # cleanup[3] wiping _pickle # cleanup[3] wiping selinux._selinux<<< 7519 1726888134.11040: stdout chunk (state=3): >>> <<< 7519 1726888134.11165: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian<<< 7519 1726888134.11171: stdout chunk (state=3): >>> # cleanup[3] wiping _ctypes <<< 7519 1726888134.11174: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc<<< 7519 1726888134.11180: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves<<< 7519 1726888134.11183: stdout chunk (state=3): >>> # destroy configparser<<< 7519 1726888134.11188: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._daemon<<< 7519 1726888134.11192: stdout chunk (state=3): >>> # cleanup[3] wiping _socket<<< 7519 1726888134.11196: stdout chunk (state=3): >>> <<< 7519 1726888134.11228: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128<<< 7519 1726888134.11270: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid <<< 7519 1726888134.11272: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache<<< 7519 1726888134.11274: stdout chunk (state=3): >>> <<< 7519 1726888134.11294: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping platform<<< 7519 1726888134.11428: stdout chunk (state=3): >>> <<< 7519 1726888134.11432: stdout chunk (state=3): >>># destroy subprocess<<< 7519 1726888134.11440: stdout chunk (state=3): >>> <<< 7519 1726888134.11443: stdout chunk (state=3): >>># cleanup[3] wiping selectors <<< 7519 1726888134.11445: stdout chunk (state=3): >>># cleanup[3] wiping select <<< 7519 1726888134.11448: stdout chunk (state=3): >>># cleanup[3] wiping _posixsubprocess<<< 7519 1726888134.11451: stdout chunk (state=3): >>> # cleanup[3] wiping signal <<< 7519 1726888134.11453: stdout chunk (state=3): >>># cleanup[3] wiping fcntl <<< 7519 1726888134.11456: stdout chunk (state=3): >>># cleanup[3] wiping atexit<<< 7519 1726888134.11458: stdout chunk (state=3): >>> # cleanup[3] wiping encodings.cp437<<< 7519 1726888134.11535: stdout chunk (state=3): >>> # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib <<< 7519 1726888134.11540: stdout chunk (state=3): >>># cleanup[3] wiping _random <<< 7519 1726888134.11542: stdout chunk (state=3): >>># cleanup[3] wiping _bisect <<< 7519 1726888134.11544: stdout chunk (state=3): >>># cleanup[3] wiping math <<< 7519 1726888134.11549: stdout chunk (state=3): >>># cleanup[3] wiping shutil <<< 7519 1726888134.11629: stdout chunk (state=3): >>># destroy fnmatch # cleanup[3] wiping grp<<< 7519 1726888134.11633: stdout chunk (state=3): >>> # cleanup[3] wiping pwd<<< 7519 1726888134.11635: stdout chunk (state=3): >>> # cleanup[3] wiping _lzma<<< 7519 1726888134.11637: stdout chunk (state=3): >>> # cleanup[3] wiping threading<<< 7519 1726888134.11641: stdout chunk (state=3): >>> <<< 7519 1726888134.11737: stdout chunk (state=3): >>># cleanup[3] wiping zlib<<< 7519 1726888134.11744: stdout chunk (state=3): >>> # cleanup[3] wiping errno # cleanup[3] wiping weakref<<< 7519 1726888134.11749: stdout chunk (state=3): >>> # cleanup[3] wiping contextlib<<< 7519 1726888134.11750: stdout chunk (state=3): >>> <<< 7519 1726888134.11752: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc <<< 7519 1726888134.11753: stdout chunk (state=3): >>># cleanup[3] wiping warnings<<< 7519 1726888134.11754: stdout chunk (state=3): >>> <<< 7519 1726888134.11758: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external <<< 7519 1726888134.11799: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct<<< 7519 1726888134.11808: stdout chunk (state=3): >>> # cleanup[3] wiping re <<< 7519 1726888134.11862: stdout chunk (state=3): >>># destroy enum # destroy sre_compile<<< 7519 1726888134.11870: stdout chunk (state=3): >>> # destroy copyreg # cleanup[3] wiping functools<<< 7519 1726888134.11876: stdout chunk (state=3): >>> <<< 7519 1726888134.11899: stdout chunk (state=3): >>># cleanup[3] wiping _functools # destroy _functools<<< 7519 1726888134.11931: stdout chunk (state=3): >>> # cleanup[3] wiping collections # destroy _collections_abc<<< 7519 1726888134.11962: stdout chunk (state=3): >>> # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections<<< 7519 1726888134.12068: stdout chunk (state=3): >>> # destroy _collections<<< 7519 1726888134.12074: stdout chunk (state=3): >>> # cleanup[3] wiping operator<<< 7519 1726888134.12079: stdout chunk (state=3): >>> # cleanup[3] wiping _operator<<< 7519 1726888134.12088: stdout chunk (state=3): >>> # cleanup[3] wiping itertools<<< 7519 1726888134.12092: stdout chunk (state=3): >>> # cleanup[3] wiping _heapq<<< 7519 1726888134.12098: stdout chunk (state=3): >>> # cleanup[3] wiping sre_parse<<< 7519 1726888134.12106: stdout chunk (state=3): >>> <<< 7519 1726888134.12156: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os <<< 7519 1726888134.12276: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat <<< 7519 1726888134.12308: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1<<< 7519 1726888134.12371: stdout chunk (state=3): >>> # 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<<< 7519 1726888134.12389: stdout chunk (state=3): >>> # 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<<< 7519 1726888134.12486: stdout chunk (state=3): >>> # destroy unicodedata # destroy gc # destroy termios <<< 7519 1726888134.12528: stdout chunk (state=3): >>># destroy _ssl # destroy _multiprocessing # destroy _queue # destroy _pickle # destroy systemd._daemon # destroy _socket<<< 7519 1726888134.12541: 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<<< 7519 1726888134.12844: stdout chunk (state=3): >>> # destroy platform <<< 7519 1726888134.12858: stdout chunk (state=3): >>># destroy _uuid <<< 7519 1726888134.12882: stdout chunk (state=3): >>># destroy _sre <<< 7519 1726888134.12894: stdout chunk (state=3): >>># destroy sre_parse <<< 7519 1726888134.12916: stdout chunk (state=3): >>># destroy tokenize <<< 7519 1726888134.12945: stdout chunk (state=3): >>># destroy _heapq<<< 7519 1726888134.12962: stdout chunk (state=3): >>> <<< 7519 1726888134.12977: stdout chunk (state=3): >>># destroy posixpath <<< 7519 1726888134.12989: stdout chunk (state=3): >>># destroy stat <<< 7519 1726888134.13021: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 7519 1726888134.13040: stdout chunk (state=3): >>># destroy errno <<< 7519 1726888134.13061: stdout chunk (state=3): >>># destroy signal # destroy contextlib <<< 7519 1726888134.13085: stdout chunk (state=3): >>># destroy pwd # destroy grp<<< 7519 1726888134.13109: stdout chunk (state=3): >>> # destroy _posixsubprocess <<< 7519 1726888134.13117: stdout chunk (state=3): >>># destroy selectors <<< 7519 1726888134.13142: stdout chunk (state=3): >>># destroy select <<< 7519 1726888134.13179: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse <<< 7519 1726888134.13201: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request <<< 7519 1726888134.13226: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser<<< 7519 1726888134.13258: stdout chunk (state=3): >>> # destroy functools # destroy itertools <<< 7519 1726888134.13278: stdout chunk (state=3): >>># destroy operator <<< 7519 1726888134.13296: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _operator <<< 7519 1726888134.13368: stdout chunk (state=3): >>># destroy _frozen_importlib_external <<< 7519 1726888134.13372: stdout chunk (state=3): >>># destroy _imp<<< 7519 1726888134.13374: stdout chunk (state=3): >>> <<< 7519 1726888134.13379: stdout chunk (state=3): >>># destroy io <<< 7519 1726888134.13382: stdout chunk (state=3): >>># destroy marshal<<< 7519 1726888134.13383: stdout chunk (state=3): >>> <<< 7519 1726888134.13454: stdout chunk (state=3): >>># destroy _frozen_importlib<<< 7519 1726888134.13457: stdout chunk (state=3): >>> <<< 7519 1726888134.13460: stdout chunk (state=3): >>># clear sys.audit hooks<<< 7519 1726888134.13462: stdout chunk (state=3): >>> <<< 7519 1726888134.13950: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888134.14008: stderr chunk (state=3): >>><<< 7519 1726888134.14013: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47f2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a55880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47c8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47f2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4792eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4796f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf478c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4794640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4792370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf467ddc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467d8b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467deb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467df70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467de80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476ed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4768610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf477b670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf479ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf468fc70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476e250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf477b280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468ffa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468fd90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468fd00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4663370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4663460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4697fa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45971c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf464dc70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45a8af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45a8e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bc730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bcc70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45483a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45a8f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4558280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bc5b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4558340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45746a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4574760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4574ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf45811f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45748e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4567a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f5b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4574a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cf4494670>\r\n# zipimport: found 103 names in \'/tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43297f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43b9760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43b9400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b97c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43a07c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43a0b50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43a09a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3d874f0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b2d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b2190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43e2a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386190>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386790>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3d8dd00>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43866a0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4407d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3de69a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df50d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf441a220>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df5100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43deb80>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4411ac0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf4411d00>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4494820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df20d0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3de7370>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df2d00>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3df26a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df3130>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43268b0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4354910>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39856a0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43997f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf398ad90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf43450a0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3964fa0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf434e160>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf434bcd0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf398abb0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3700a60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3967940>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3967520>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394b250>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394ba30>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a460>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a910>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3997d00>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3997d60>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3997250>\r\n# /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3768f70>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39b34c0>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a310>\r\nimport ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py\r\nimport ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py\r\nimport ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py\r\nimport ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3676ca0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3676fd0>\r\nimport ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3674b20>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf36c34f0>\r\nimport ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py\r\nimport ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf35ed190>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf35ed2e0>\r\nimport ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py\r\nimport ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py\r\nimport ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py\r\nimport ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py\r\nimport ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py\r\nimport ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py\r\nimport ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py\r\nimport ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py\r\nimport ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py\r\nimport ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py\r\n# zipimport: zlib available\r\nimport \'gc\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cf3472c70>\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439520>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439d30>\r\n\r\n{"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}}\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selinux\r\n# destroy distro\r\n# destroy logging\r\n# destroy argparse\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy pickle\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy base64\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping _multiprocessing\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy unicodedata\r\n# destroy gc\r\n# destroy termios\r\n# destroy _ssl\r\n# destroy _multiprocessing\r\n# destroy _queue\r\n# destroy _pickle\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888134.14476: _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 0x7f4cf4a98dc0> # /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 0x7f4cf4a3d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a98b20> # /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 0x7f4cf4a98ac0> 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 0x7f4cf4a3d490> # /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 0x7f4cf4a3d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d670> # /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 0x7f4cf47cf190> # /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 0x7f4cf47cf220> # /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 0x7f4cf47f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47cf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a55880> # /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 0x7f4cf47c8d90> # /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 0x7f4cf47f2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4a3d970> 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 0x7f4cf4792eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4796f40> # /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 0x7f4cf478c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4794640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4792370> # /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 0x7f4cf467ddc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf467d8b0> 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 0x7f4cf467deb0> # /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 0x7f4cf467df70> # /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 0x7f4cf467de80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476ed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4768610> # /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 0x7f4cf477b670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf479ae20> # /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 0x7f4cf468fc70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf476e250> # 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 0x7f4cf477b280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a09d0> # /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 0x7f4cf468ffa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468fd90> # /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 0x7f4cf468fd00> # /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 0x7f4cf4663370> # /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 0x7f4cf4663460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4697fa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691490> # /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 0x7f4cf45971c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf464dc70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4691eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf47a0040> # /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 0x7f4cf45a8af0> 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 0x7f4cf45a8e20> # /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 0x7f4cf45bc730> # /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 0x7f4cf45bcc70> # 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 0x7f4cf45483a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45a8f10> # /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 0x7f4cf4558280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45bc5b0> 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 0x7f4cf4558340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f9d0> # /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 0x7f4cf45746a0> # /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 0x7f4cf4574970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4574760> # 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 0x7f4cf4574850> # /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 0x7f4cf4574ca0> # 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 0x7f4cf45811f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf45748e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4567a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf468f5b0> # /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 0x7f4cf4574a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cf4494670> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/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 0x7f4cf43297f0> # /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 0x7f4cf43b9760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9370> # /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 0x7f4cf43b9490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9190> 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 0x7f4cf43b9400> # /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 0x7f4cf43b97c0> # /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 0x7f4cf43a07c0> # 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 0x7f4cf43a0b50> # 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 0x7f4cf43a09a0> # /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 0x7f4cf3d874f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b2d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf43b9520> # /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 0x7f4cf43b2190> # /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 0x7f4cf43e2a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386190> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4386790> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3d8dd00> # 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 0x7f4cf43866a0> # /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 0x7f4cf4407d30> # /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 0x7f4cf3de69a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e50> # /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 0x7f4cf3df50d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4411e20> # /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 0x7f4cf441a220> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df5100> # 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 0x7f4cf43deb80> # 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 0x7f4cf4411ac0> # 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 0x7f4cf4411d00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf4494820> # /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 0x7f4cf3df20d0> # 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 0x7f4cf3de7370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df2d00> # 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 0x7f4cf3df26a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3df3130> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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 0x7f4cf43268b0> # /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 0x7f4cf4354910> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39856a0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/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 0x7f4cf43997f0> # 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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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 0x7f4cf398ad90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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 0x7f4cf43450a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3964fa0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/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 0x7f4cf434e160> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf434bcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf398abb0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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 0x7f4cf3700a60> # /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 0x7f4cf3967940> # 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 0x7f4cf3967520> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394b250> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf394ba30> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a460> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a910> # /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 0x7f4cf3997d00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3997d60> # /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 0x7f4cf3997250> # /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 0x7f4cf3768f70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf39b34c0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf399a310> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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 0x7f4cf3676ca0> # /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 0x7f4cf3676fd0> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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 0x7f4cf3674b20> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf36c34f0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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 0x7f4cf35ed190> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf35ed2e0> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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_48ll9e1d/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 0x7f4cf3472c70> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439520> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cf3439d30> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "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 # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888134.16040: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888133.3077736-7767-261638625005360/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888134.16044: variable 'ansible_module_compression' from source: unknown 7519 1726888134.16046: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 7519 1726888134.16048: variable 'ansible_facts' from source: host vars for 'managed_node1' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py 7519 1726888134.16051: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpmg68j5r5 TO /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888134.16209: Sending initial data 7519 1726888134.16215: Sent initial data (150 bytes) 7519 1726888134.17766: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888134.17787: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888134.17803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888134.17824: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888134.17841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888134.17884: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888134.17903: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888134.17916: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888134.17934: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888134.17948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888134.17966: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888134.17980: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888134.17997: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888134.18014: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888134.18031: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888134.18045: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888134.18061: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888134.18077: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888134.18091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888134.18105: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888134.18119: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888134.18137: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888134.18151: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888134.18168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888134.18184: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888134.18198: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888134.18366: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888134.18384: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888134.18387: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888134.18403: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888134.18445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888134.21244: 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 <<< 7519 1726888134.21248: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888134.21252: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpmg68j5r5 debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888134.21580: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpmg68j5r5 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py <<< 7519 1726888134.21584: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py M:0x001a <<< 7519 1726888134.21965: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562 <<< 7519 1726888134.22663: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 161562 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888134.22711: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888134.23096: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888134.23100: stdout chunk (state=3): >>><<< 7519 1726888134.23103: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpmg68j5r5 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpmg68j5r5\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161562\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 161562 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888134.23109: done transferring module to remote 7519 1726888134.23112: _low_level_execute_command(): starting 7519 1726888134.23114: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py && sleep 0'"'"'' 7519 1726888134.23762: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888134.23777: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888134.23801: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888134.23821: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888134.23837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888134.23880: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888134.23893: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888134.23914: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888134.23931: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888134.23945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888134.23961: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888134.23974: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888134.23990: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888134.24007: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888134.24031: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888134.24047: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888134.24062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888134.24081: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888134.24097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888134.24112: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888134.24127: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888134.24159: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888134.24176: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888134.24193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888134.24214: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888134.24236: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888134.24327: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888134.24346: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888134.24370: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888134.24395: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888134.24412: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888134.24426: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888134.24438: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888134.24449: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888134.24467: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888134.24507: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888134.24540: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888134.27031: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888134.27048: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888134.27151: stderr chunk (state=3): >>><<< 7519 1726888134.27162: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888134.27295: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888134.27301: _low_level_execute_command(): starting 7519 1726888134.27304: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/AnsiballZ_dnf.py && sleep 0'"'"'' 7519 1726888134.28035: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888134.28053: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888134.28075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888134.28094: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888134.28106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888134.28152: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888134.28172: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888134.28185: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888134.28198: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888134.28212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888134.28229: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888134.28242: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888134.28258: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888134.28274: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888134.28292: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888134.28306: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888134.28319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888134.28338: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888134.28352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888134.28365: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888134.28376: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888134.28394: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888134.28408: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888134.28421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888134.28438: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888134.28451: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888134.28534: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888134.28551: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888134.28563: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888134.28585: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888134.28604: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888134.28627: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888134.28640: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888134.28651: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888134.28669: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888134.28704: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888134.28755: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888134.31414: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin<<< 7519 1726888134.31419: stdout chunk (state=3): >>> <<< 7519 1726888134.31467: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888134.31490: stdout chunk (state=3): >>>import '_warnings' # <<< 7519 1726888134.31493: stdout chunk (state=3): >>>import '_weakref' # <<< 7519 1726888134.31559: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888134.31590: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888134.31639: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888134.31690: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888134.31710: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888134.31756: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888134.31786: stdout chunk (state=3): >>>import 'zipimport' # <<< 7519 1726888134.31790: stdout chunk (state=3): >>># installed zipimport hook <<< 7519 1726888134.31855: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888134.31867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.31897: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888134.31944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888134.31955: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888134.31989: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8dc0> <<< 7519 1726888134.32057: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888134.32097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7519 1726888134.32139: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d3a0> <<< 7519 1726888134.32145: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8b20> <<< 7519 1726888134.32174: 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' <<< 7519 1726888134.32189: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8ac0> <<< 7519 1726888134.32563: stdout chunk (state=3): >>>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 0x7fc45507d490> # /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 0x7fc45507d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d670> # /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 <<< 7519 1726888134.32600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888134.32630: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888134.32660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888134.32708: stdout chunk (state=3): >>>import '_stat' # <<< 7519 1726888134.32742: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888134.32778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888134.32883: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034220> <<< 7519 1726888134.32940: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888134.32963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888134.32999: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888134.33028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455057850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034940> <<< 7519 1726888134.33070: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455095880> <<< 7519 1726888134.33128: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py <<< 7519 1726888134.33144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45502dd90> <<< 7519 1726888134.33212: 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' <<< 7519 1726888134.33255: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455057d90> <<< 7519 1726888134.33333: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d970> <<< 7519 1726888134.33397: 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. <<< 7519 1726888134.33767: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888134.33798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888134.33857: 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' <<< 7519 1726888134.33894: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888134.33928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888134.33975: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888134.34005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7519 1726888134.34024: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dadeb0> <<< 7519 1726888134.34082: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db1f40> <<< 7519 1726888134.34130: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888134.34158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888134.34188: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888134.34219: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888134.34263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888134.34276: 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' <<< 7519 1726888134.34328: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454da7610> <<< 7519 1726888134.34360: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454daf640> <<< 7519 1726888134.34385: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dad370> <<< 7519 1726888134.34398: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888134.34936: stdout chunk (state=3): >>># 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 0x7fc454cb9dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb98b0> 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 0x7fc454cb9eb0> # /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' # <<< 7519 1726888134.35028: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9f70> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7519 1726888134.35045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9e80> import '_collections' # <<< 7519 1726888134.35117: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12d30> <<< 7519 1726888134.35131: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888134.35181: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d0c610> <<< 7519 1726888134.35296: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py <<< 7519 1726888134.35344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d1f670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db5e20> <<< 7519 1726888134.35356: 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' <<< 7519 1726888134.35441: 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'<<< 7519 1726888134.35453: stdout chunk (state=3): >>> import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454ccbc70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12250> <<< 7519 1726888134.35537: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888134.35570: 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 0x7fc454d1f280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb9d0> <<< 7519 1726888134.35605: 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' <<< 7519 1726888134.35652: 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' <<< 7519 1726888134.35688: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888134.35822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbfa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbd90> # /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'<<< 7519 1726888134.35850: stdout chunk (state=3): >>> import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbd00> <<< 7519 1726888134.35888: 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' <<< 7519 1726888134.35935: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7519 1726888134.35950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888134.35981: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888134.36054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888134.36121: 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' <<< 7519 1726888134.36152: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c9f370> <<< 7519 1726888134.36181: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888134.36193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888134.36240: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c9f460> <<< 7519 1726888134.36437: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cd3fa0> <<< 7519 1726888134.36490: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccda30> <<< 7519 1726888134.36521: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccd490> <<< 7519 1726888134.36556: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888134.36582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888134.36632: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888134.36664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888134.36938: 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 0x7fc454bed1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c89c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccdeb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888134.36973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888134.37043: 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' <<< 7519 1726888134.37146: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bfeaf0> 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 0x7fc454bfee20> <<< 7519 1726888134.37176: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888134.37201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7519 1726888134.37252: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py <<< 7519 1726888134.37311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c11730> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888134.37365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888134.37404: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c11c70> <<< 7519 1726888134.37473: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888134.37503: 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 0x7fc454ba93a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bfef10> <<< 7519 1726888134.37624: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888134.37651: stdout chunk (state=3): >>># 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 0x7fc454bb9280> <<< 7519 1726888134.37676: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c115b0> import 'pwd' # <<< 7519 1726888134.37742: 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 0x7fc454bb9340> <<< 7519 1726888134.37801: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb9d0> <<< 7519 1726888134.37829: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888134.37859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888134.37891: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888134.37930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888134.37989: 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 0x7fc454bd56a0> <<< 7519 1726888134.38116: 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' # 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 0x7fc454bd5970> <<< 7519 1726888134.38180: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd5760> <<< 7519 1726888134.38243: 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 0x7fc454bd5850> # /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' <<< 7519 1726888134.38540: 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 0x7fc454bd5ca0> <<< 7519 1726888134.38623: 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'<<< 7519 1726888134.38657: stdout chunk (state=3): >>> import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454be21f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd58e0> <<< 7519 1726888134.38669: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bc8a30> <<< 7519 1726888134.38697: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb5b0> <<< 7519 1726888134.38736: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888134.38826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888134.38937: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd5a90> <<< 7519 1726888134.39028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888134.39058: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc4545e7670> <<< 7519 1726888134.39289: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip' <<< 7519 1726888134.39303: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.39440: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.39466: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py<<< 7519 1726888134.39530: stdout chunk (state=3): >>> <<< 7519 1726888134.39565: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888134.39596: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888134.39627: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.41511: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.43229: 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' <<< 7519 1726888134.43247: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544e67f0> <<< 7519 1726888134.43306: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7519 1726888134.43310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.43366: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888134.43369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888134.43426: 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' <<< 7519 1726888134.43491: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888134.43505: stdout chunk (state=3): >>># 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 0x7fc4544f7760> <<< 7519 1726888134.43577: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7640> <<< 7519 1726888134.43645: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7370> <<< 7519 1726888134.43689: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888134.43703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888134.43797: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7490> <<< 7519 1726888134.43811: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7190> import 'atexit' # <<< 7519 1726888134.43904: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888134.43909: 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 0x7fc4544f7400> <<< 7519 1726888134.43926: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888134.43971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888134.44040: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f77c0> <<< 7519 1726888134.44080: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888134.44121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888134.44152: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888134.44203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888134.44254: 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' <<< 7519 1726888134.44393: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544657c0> <<< 7519 1726888134.44489: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888134.44492: 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 0x7fc454465b50> <<< 7519 1726888134.44558: 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 0x7fc4544659a0> <<< 7519 1726888134.44600: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888134.44653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888134.44721: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454483b20> <<< 7519 1726888134.44751: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454570d30> <<< 7519 1726888134.45054: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7520> <<< 7519 1726888134.45112: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888134.45142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888134.45159: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454570190> <<< 7519 1726888134.45190: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888134.45888: 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' # /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 0x7fc4544e1a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45447d310> # 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 0x7fc454515970> # /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 0x7fc454545d30> # /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 <<< 7519 1726888134.45940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888134.46102: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888134.46135: 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 0x7fc4544479a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe50> <<< 7519 1726888134.46180: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888134.46227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888134.46341: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888134.46354: 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 0x7fc4544550d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe20> <<< 7519 1726888134.46387: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888134.46456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.46497: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7519 1726888134.46527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7519 1726888134.46625: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45451c700> <<< 7519 1726888134.46864: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454455100> <<< 7519 1726888134.47044: 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 0x7fc454453580> <<< 7519 1726888134.47111: 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'<<< 7519 1726888134.47131: stdout chunk (state=3): >>> import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454453640> <<< 7519 1726888134.47197: 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' <<< 7519 1726888134.47228: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454452c70> <<< 7519 1726888134.47278: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4545e7820> # /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' <<< 7519 1726888134.47319: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888134.47356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888134.47456: 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' <<< 7519 1726888134.47468: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d8af0> <<< 7519 1726888134.47834: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888134.47864: 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 0x7fc4544d79d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454448850> <<< 7519 1726888134.47953: 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' <<< 7519 1726888134.47985: 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 0x7fc4544d8520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454510ac0> <<< 7519 1726888134.48012: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.48044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.48532: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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_dywns0j0/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_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888134.48665: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.48837: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.49634: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.50237: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888134.50263: 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_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888134.50315: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888134.50330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.50426: 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 0x7fc45401fd30> <<< 7519 1726888134.50550: 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' <<< 7519 1726888134.50564: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454434550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454411040> <<< 7519 1726888134.50633: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888134.50669: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888134.50716: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888134.50760: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.50958: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.51161: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888134.51173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7519 1726888134.51224: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544cd9d0> <<< 7519 1726888134.51237: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.51860: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.52424: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.52516: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.52600: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888134.52637: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.52678: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.52755: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888134.52766: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.52854: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.52989: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888134.53031: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888134.53060: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888134.53081: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.53126: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.53194: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888134.53210: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.53502: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.53832: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888134.53888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888134.53920: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888134.54035: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45401f610> <<< 7519 1726888134.54060: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.54166: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.54287: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888134.54320: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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_dywns0j0/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_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888134.54351: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.54825: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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' <<< 7519 1726888134.54944: 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 0x7fc45455f7f0> <<< 7519 1726888134.54996: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544d7610> <<< 7519 1726888134.55052: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888134.55088: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.55258: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.55332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.55364: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.55440: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888134.55452: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888134.55479: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888134.55550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888134.55563: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888134.55590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888134.55710: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45442fc70> <<< 7519 1726888134.55771: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454415bb0> <<< 7519 1726888134.55896: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544137f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888134.55910: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.55944: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.56002: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888134.56088: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888134.56151: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888134.56176: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py <<< 7519 1726888134.56188: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.56937: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.57665: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.58421: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.59304: 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' <<< 7519 1726888134.59318: stdout chunk (state=3): >>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdaf0> <<< 7519 1726888134.59372: 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'<<< 7519 1726888134.59387: stdout chunk (state=3): >>> import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdfd0> <<< 7519 1726888134.59433: 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' <<< 7519 1726888134.59473: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py <<< 7519 1726888134.59504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc' <<< 7519 1726888134.59559: stdout chunk (state=3): >>># /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 0x7fc453ffd2e0> <<< 7519 1726888134.59570: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd880> <<< 7519 1726888134.59611: 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' <<< 7519 1726888134.59656: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py <<< 7519 1726888134.59667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc' <<< 7519 1726888134.59718: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426880> <<< 7519 1726888134.59757: stdout chunk (state=3): >>># /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'<<< 7519 1726888134.59787: stdout chunk (state=3): >>> <<< 7519 1726888134.59816: 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' <<< 7519 1726888134.60520: stdout chunk (state=3): >>># /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 0x7fc453d22d00> # /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 0x7fc453d3c280> # /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 0x7fc453d3c460> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d22460> # /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 0x7fc453d3cf40> # /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' <<< 7519 1726888134.60559: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3ce50> <<< 7519 1726888134.60606: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py <<< 7519 1726888134.60650: stdout chunk (state=3): >>># 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 <<< 7519 1726888134.60689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc' <<< 7519 1726888134.60757: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc78b0> <<< 7519 1726888134.60768: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d76340> <<< 7519 1726888134.60829: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c910> <<< 7519 1726888134.60860: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426130> <<< 7519 1726888134.60896: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py <<< 7519 1726888134.60933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc' <<< 7519 1726888134.60969: 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 <<< 7519 1726888134.61036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc' <<< 7519 1726888134.61082: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py <<< 7519 1726888134.61094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc' <<< 7519 1726888134.61126: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453fb1460> <<< 7519 1726888134.61362: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440d370> <<< 7519 1726888134.61411: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc74f0> <<< 7519 1726888134.61457: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py <<< 7519 1726888134.61492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc' <<< 7519 1726888134.61506: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py <<< 7519 1726888134.61541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc' <<< 7519 1726888134.61604: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py <<< 7519 1726888134.61623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc' import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcda00> <<< 7519 1726888134.61691: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py <<< 7519 1726888134.61740: 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 0x7fc453dcdc40> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454002130> <<< 7519 1726888134.61751: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440dd00> <<< 7519 1726888134.61826: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544265e0> <<< 7519 1726888134.61891: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426820> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd790> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdfa0> <<< 7519 1726888134.61906: stdout chunk (state=3): >>># /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 0x7fc453ffda30> <<< 7519 1726888134.61957: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.62000: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py <<< 7519 1726888134.62012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc' <<< 7519 1726888134.62099: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcdf40> <<< 7519 1726888134.62627: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426a00> # /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 0x7fc453dcd370> # /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' <<< 7519 1726888134.62758: 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 0x7fc453dd76a0> <<< 7519 1726888134.63208: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d27a30> <<< 7519 1726888134.63249: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcd1c0> <<< 7519 1726888134.63287: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py <<< 7519 1726888134.63338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc' <<< 7519 1726888134.63350: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d6b340> <<< 7519 1726888134.63390: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py <<< 7519 1726888134.63440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d7cc70> <<< 7519 1726888134.63465: 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' <<< 7519 1726888134.63509: stdout chunk (state=3): >>># /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py <<< 7519 1726888134.63560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d44bb0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d7ce80> <<< 7519 1726888134.63596: stdout chunk (state=3): >>># /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py <<< 7519 1726888134.63676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc' <<< 7519 1726888134.63798: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d44e50> <<< 7519 1726888134.63834: stdout chunk (state=3): >>># /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py <<< 7519 1726888134.63885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc' <<< 7519 1726888134.64352: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc8550> <<< 7519 1726888134.64366: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py <<< 7519 1726888134.64393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc' <<< 7519 1726888134.64443: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453aebc70> <<< 7519 1726888134.64495: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.64643: stdout chunk (state=3): >>>import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py <<< 7519 1726888134.64678: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.64824: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.65027: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py <<< 7519 1726888134.65040: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.65093: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.65156: stdout chunk (state=3): >>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py <<< 7519 1726888134.65184: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.65362: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.65527: stdout chunk (state=3): >>>import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py <<< 7519 1726888134.65693: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888134.65900: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888134.66405: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.66452: 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 <<< 7519 1726888134.66490: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc' <<< 7519 1726888134.66503: 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' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4ebe0> <<< 7519 1726888134.66537: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7519 1726888134.66601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7519 1726888134.66919: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4ed60> <<< 7519 1726888134.66950: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py <<< 7519 1726888134.66967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc' <<< 7519 1726888134.67021: 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 0x7fc453a9f460> <<< 7519 1726888134.67439: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4efd0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e280> # /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 0x7fc453a4e850> # /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' <<< 7519 1726888134.67512: stdout chunk (state=3): >>># 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 0x7fc4539d39a0> <<< 7519 1726888134.67530: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3550> # /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py <<< 7519 1726888134.67555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc' <<< 7519 1726888134.67660: 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 0x7fc453975520> <<< 7519 1726888134.67702: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d39d0> <<< 7519 1726888134.67736: 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 <<< 7519 1726888134.67836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc' <<< 7519 1726888134.69471: 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 0x7fc4538d4df0> <<< 7519 1726888134.69597: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539f52b0> <<< 7519 1726888134.69639: 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 <<< 7519 1726888134.69736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc' <<< 7519 1726888134.69875: stdout chunk (state=3): >>># 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 0x7fc4520e32b0> <<< 7519 1726888134.69934: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539a8880> <<< 7519 1726888134.69967: 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 <<< 7519 1726888134.69990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc' <<< 7519 1726888134.70224: stdout chunk (state=3): >>># 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 0x7fc451fb0e50> <<< 7519 1726888134.70263: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520c2550> <<< 7519 1726888134.70294: 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 <<< 7519 1726888134.70347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc' <<< 7519 1726888134.70478: 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 0x7fc451f1c9d0> <<< 7519 1726888134.70533: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520e34f0> <<< 7519 1726888134.70567: 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 <<< 7519 1726888134.70585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc' <<< 7519 1726888134.70654: stdout chunk (state=3): >>># 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 0x7fc451f15d30> <<< 7519 1726888134.70681: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f1cf70> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3100> <<< 7519 1726888134.70707: 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 <<< 7519 1726888134.70750: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc' <<< 7519 1726888134.70773: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc' <<< 7519 1726888134.70804: 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 <<< 7519 1726888134.70837: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc' <<< 7519 1726888134.70856: 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 0x7fc451e44af0> <<< 7519 1726888134.71258: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44310> # /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 0x7fc451e586d0> # /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 0x7fc451e65280> # /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' <<< 7519 1726888134.71763: 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' # 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 0x7fc451e65820> <<< 7519 1726888134.71832: 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 <<< 7519 1726888134.71856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65c70> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65340> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58760> <<< 7519 1726888134.71881: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e4ed90> <<< 7519 1726888134.71924: 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 <<< 7519 1726888134.71940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.72081: stdout chunk (state=3): >>># 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 0x7fc451a16eb0> <<< 7519 1726888134.72105: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58160> <<< 7519 1726888134.72239: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44c70> <<< 7519 1726888134.72268: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f47700> <<< 7519 1726888134.72310: 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' <<< 7519 1726888134.72439: 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 0x7fc451f47e20> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f478b0> <<< 7519 1726888134.72477: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3250> <<< 7519 1726888134.72509: 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 0x7fc451a25d30> <<< 7519 1726888134.72539: 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 <<< 7519 1726888134.72569: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc' <<< 7519 1726888134.72605: 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 <<< 7519 1726888134.72634: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc' <<< 7519 1726888134.72655: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc' <<< 7519 1726888134.72694: 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' <<< 7519 1726888134.72734: 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 <<< 7519 1726888134.72791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc' <<< 7519 1726888134.72829: 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 <<< 7519 1726888134.72969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc' <<< 7519 1726888134.73129: 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 0x7fc4518951f0> <<< 7519 1726888134.73287: stdout chunk (state=3): >>>import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451935280> <<< 7519 1726888134.73319: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc' <<< 7519 1726888134.73336: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc' import 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519427c0> <<< 7519 1726888134.73489: stdout chunk (state=3): >>>import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4518e8e20> # /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' <<< 7519 1726888134.73569: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.73600: 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' <<< 7519 1726888134.73657: stdout chunk (state=3): >>>import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e50> import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942b80> <<< 7519 1726888134.73690: 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' <<< 7519 1726888134.73725: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc' <<< 7519 1726888134.73772: stdout chunk (state=3): >>>import 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942fd0> import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e20> <<< 7519 1726888134.73803: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.73836: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc' <<< 7519 1726888134.73878: stdout chunk (state=3): >>>import 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799190> <<< 7519 1726888134.73909: 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' <<< 7519 1726888134.73964: stdout chunk (state=3): >>>import 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799220> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942f10> <<< 7519 1726888134.73994: 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' <<< 7519 1726888134.74033: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc' <<< 7519 1726888134.74086: stdout chunk (state=3): >>>import 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517993a0> import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e80> <<< 7519 1726888134.74116: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc' <<< 7519 1726888134.74169: stdout chunk (state=3): >>>import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942c10> <<< 7519 1726888134.74198: 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' <<< 7519 1726888134.74250: stdout chunk (state=3): >>>import 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517991c0> <<< 7519 1726888134.74280: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc' <<< 7519 1726888134.74331: stdout chunk (state=3): >>>import 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799400> <<< 7519 1726888134.74363: 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' <<< 7519 1726888134.74428: stdout chunk (state=3): >>>import 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799490> <<< 7519 1726888134.74442: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc' <<< 7519 1726888134.74507: stdout chunk (state=3): >>>import 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799520> <<< 7519 1726888134.74529: 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' <<< 7519 1726888134.74577: stdout chunk (state=3): >>>import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517995b0> <<< 7519 1726888134.74607: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc' <<< 7519 1726888134.74655: stdout chunk (state=3): >>>import 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799640> <<< 7519 1726888134.74688: 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' <<< 7519 1726888134.74741: stdout chunk (state=3): >>>import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517996d0> <<< 7519 1726888134.74776: 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' <<< 7519 1726888134.74807: stdout chunk (state=3): >>>import 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799760> <<< 7519 1726888134.74828: 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' <<< 7519 1726888134.74874: stdout chunk (state=3): >>>import 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517997f0> import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519421f0> <<< 7519 1726888134.74950: stdout chunk (state=3): >>>import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45191c190> <<< 7519 1726888134.74980: 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 # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc' <<< 7519 1726888134.74993: 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' <<< 7519 1726888134.75176: 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 0x7fc451799bb0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799910> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519423d0> <<< 7519 1726888134.75203: 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' import 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942fa0> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913c70> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913280> <<< 7519 1726888134.75233: 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' <<< 7519 1726888134.75277: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913460> <<< 7519 1726888134.75300: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49b20> <<< 7519 1726888134.75334: 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 <<< 7519 1726888134.75365: stdout chunk (state=3): >>># 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 0x7fc451913df0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a25cd0> <<< 7519 1726888134.75393: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.75434: 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 <<< 7519 1726888134.75470: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc' <<< 7519 1726888134.75491: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc' <<< 7519 1726888134.75523: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1c10> <<< 7519 1726888134.75554: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b14c0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49910> # /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' <<< 7519 1726888134.75589: 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 <<< 7519 1726888134.75639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc' <<< 7519 1726888134.75710: 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 # 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' <<< 7519 1726888134.75745: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45174f280> # /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py <<< 7519 1726888134.75780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc' <<< 7519 1726888134.75870: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.75910: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py <<< 7519 1726888134.75928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701160> <<< 7519 1726888134.75967: 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 0x7fc4517011f0> <<< 7519 1726888134.76044: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451762670> <<< 7519 1726888134.76083: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45174f6a0> <<< 7519 1726888134.76115: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451743a60> <<< 7519 1726888134.76152: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1f70> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1eb0> <<< 7519 1726888134.76189: 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 <<< 7519 1726888134.76211: stdout chunk (state=3): >>># 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 <<< 7519 1726888134.76352: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.76401: 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 0x7fc451701fa0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701760> <<< 7519 1726888134.76440: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1d60> <<< 7519 1726888134.76487: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc' <<< 7519 1726888134.76535: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45173a910> # /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 0x7fc451725820> <<< 7519 1726888134.76549: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517258b0> <<< 7519 1726888134.76581: 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 # 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 0x7fc451725a30> <<< 7519 1726888134.76607: 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 <<< 7519 1726888134.76645: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc' <<< 7519 1726888134.76658: 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 <<< 7519 1726888134.76699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc' <<< 7519 1726888134.76806: stdout chunk (state=3): >>># 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 0x7fc453e40190> <<< 7519 1726888134.76843: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451735160> <<< 7519 1726888134.76873: 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 0x7fc453e401f0> # /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' <<< 7519 1726888134.76910: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e402e0> <<< 7519 1726888134.76948: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517259d0> # /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' <<< 7519 1726888134.76989: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725f70> <<< 7519 1726888134.77032: 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 # 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 <<< 7519 1726888134.77083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc' <<< 7519 1726888134.77117: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py <<< 7519 1726888134.77157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc' <<< 7519 1726888134.77208: 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' # 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 0x7fc45156b3a0> <<< 7519 1726888134.77226: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45156b160> <<< 7519 1726888134.77270: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45155b9a0> <<< 7519 1726888134.77410: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e519a0> <<< 7519 1726888134.77441: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e40e80> # /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 0x7fc453e51c70> <<< 7519 1726888134.77487: 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' <<< 7519 1726888134.77540: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e59970> # /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 0x7fc451579700> <<< 7519 1726888134.77555: 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 0x7fc451579340> <<< 7519 1726888134.77599: 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' <<< 7519 1726888134.77625: 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 <<< 7519 1726888134.77658: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451587640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451587160> <<< 7519 1726888134.77760: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4515874c0> <<< 7519 1726888134.77773: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e940> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e7f0> <<< 7519 1726888134.78427: 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 <<< 7519 1726888134.78446: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc' <<< 7519 1726888134.78501: 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 # code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.78504: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451590f70> <<< 7519 1726888134.78519: 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' <<< 7519 1726888134.78543: 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 <<< 7519 1726888134.78606: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc' <<< 7519 1726888134.78626: 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 <<< 7519 1726888134.78698: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc' <<< 7519 1726888134.78746: 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 # 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 0x7fc451545f70> <<< 7519 1726888134.78760: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc' <<< 7519 1726888134.78774: 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 # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc' <<< 7519 1726888134.78811: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.78964: stdout chunk (state=3): >>># 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 0x7fc4514e1d60> <<< 7519 1726888134.78979: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1be0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e13a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1160> <<< 7519 1726888134.78999: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530eb0> <<< 7519 1726888134.79036: 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 # 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 0x7fc4514e11f0> <<< 7519 1726888134.79098: 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 <<< 7519 1726888134.79102: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.79128: 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 <<< 7519 1726888134.79151: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc' <<< 7519 1726888134.79177: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45150c130> <<< 7519 1726888134.79204: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1e80> <<< 7519 1726888134.79255: 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' <<< 7519 1726888134.79274: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514fc9a0> <<< 7519 1726888134.79340: 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 # 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 0x7fc45150cfa0> <<< 7519 1726888134.79345: 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 0x7fc45140f190> <<< 7519 1726888134.79850: 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 0x7fc45140f2e0> # /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 0x7fc45140f8e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f610> # /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 0x7fc45140f9a0> # /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 0x7fc45141b5e0> # /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 0x7fc45141b6d0> # /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 0x7fc45141beb0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141bac0> # /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 0x7fc45141bf10> # /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' <<< 7519 1726888134.79887: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433af0> <<< 7519 1726888134.79918: 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 0x7fc451433c10> # /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' <<< 7519 1726888134.79966: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433e50> <<< 7519 1726888134.80038: 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 0x7fc4513c22e0> # /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 0x7fc4513c2cd0> <<< 7519 1726888134.80142: 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' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c2e20> <<< 7519 1726888134.80146: 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' <<< 7519 1726888134.80195: 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 0x7fc4513d1520> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1100> # /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 <<< 7519 1726888134.80308: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc' <<< 7519 1726888134.80373: 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 0x7fc4513d1f10> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1a60> <<< 7519 1726888134.80396: stdout chunk (state=3): >>># /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 0x7fc4513d1d60> <<< 7519 1726888134.80474: 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 <<< 7519 1726888134.80522: stdout chunk (state=3): >>># 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 0x7fc4513df7f0> <<< 7519 1726888134.80588: stdout chunk (state=3): >>># /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 0x7fc4513dff70> <<< 7519 1726888134.80627: 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 0x7fc4513ec280> # /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 0x7fc4513ec370> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530490> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4515301f0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451590cd0> # /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' <<< 7519 1726888134.80672: 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' <<< 7519 1726888134.80736: 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 0x7fc4513ecee0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecc10> # /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' <<< 7519 1726888134.80762: 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 <<< 7519 1726888134.80815: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc' <<< 7519 1726888134.80838: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py <<< 7519 1726888134.80881: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc' <<< 7519 1726888134.80961: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513865b0> <<< 7519 1726888134.80999: 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' <<< 7519 1726888134.81063: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py <<< 7519 1726888134.81087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc' <<< 7519 1726888134.81112: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45138f4f0> <<< 7519 1726888134.81160: 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 0x7fc451386e50> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451386dc0> <<< 7519 1726888134.81205: 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 <<< 7519 1726888134.81254: stdout chunk (state=3): >>># 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 0x7fc4513bb730> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bb1c0> <<< 7519 1726888134.81287: 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' <<< 7519 1726888134.81311: 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 <<< 7519 1726888134.81391: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc' import 'six.moves' # <<< 7519 1726888134.81506: stdout chunk (state=3): >>># /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 0x7fc451308a60> # /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 0x7fc451308c40> <<< 7519 1726888134.81578: 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' # destroy dateutil.tz.win <<< 7519 1726888134.81625: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bbca0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bba30> <<< 7519 1726888134.81661: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513f9130> # /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' <<< 7519 1726888134.81717: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513861f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecac0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530220> <<< 7519 1726888134.81756: 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 <<< 7519 1726888134.81783: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc' <<< 7519 1726888134.81832: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329160> <<< 7519 1726888134.81863: 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 <<< 7519 1726888134.81933: stdout chunk (state=3): >>># 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 0x7fc451329490> <<< 7519 1726888134.81996: 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 0x7fc451329d00> # /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' <<< 7519 1726888134.82072: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512be610> # /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 0x7fc4512beb80> <<< 7519 1726888134.82104: 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' <<< 7519 1726888134.82128: 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' <<< 7519 1726888134.82139: 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' <<< 7519 1726888134.82203: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888134.82232: stdout chunk (state=3): >>># 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 0x7fc4512cbc40> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb820> <<< 7519 1726888134.82236: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb580> <<< 7519 1726888134.82243: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb1f0> <<< 7519 1726888134.82268: 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 <<< 7519 1726888134.82276: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc' <<< 7519 1726888134.82316: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb430> <<< 7519 1726888134.82340: 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 <<< 7519 1726888134.82353: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc' <<< 7519 1726888134.82384: 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 <<< 7519 1726888134.82392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888134.82422: 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 0x7fc4512d9bb0> <<< 7519 1726888134.82443: 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 <<< 7519 1726888134.82451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc' <<< 7519 1726888134.82479: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9c40> <<< 7519 1726888134.82502: 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' <<< 7519 1726888134.82599: 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 0x7fc4512e7280> <<< 7519 1726888134.82610: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9dc0> <<< 7519 1726888134.82635: 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' <<< 7519 1726888134.82658: 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 <<< 7519 1726888134.82678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc' <<< 7519 1726888134.82699: 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 <<< 7519 1726888134.82722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888134.82744: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py <<< 7519 1726888134.82748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511ee2e0> <<< 7519 1726888134.82781: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py <<< 7519 1726888134.82810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc' <<< 7519 1726888134.82855: 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' <<< 7519 1726888134.82906: 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 0x7fc4511f8340> # /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 0x7fc4511f82e0> <<< 7519 1726888134.82931: 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' <<< 7519 1726888134.83042: 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 0x7fc4511f8490> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f81f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511eed00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511ee3a0> <<< 7519 1726888134.83076: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512f5a30> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7fa0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7940> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d97f0> <<< 7519 1726888134.83092: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cbfd0> <<< 7519 1726888134.83104: 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' <<< 7519 1726888134.83120: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9940> <<< 7519 1726888134.83142: 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 <<< 7519 1726888134.83157: 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 0x7fc4511eed90> <<< 7519 1726888134.83184: 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 <<< 7519 1726888134.83198: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc' <<< 7519 1726888134.83208: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8760> <<< 7519 1726888134.83265: 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 <<< 7519 1726888134.83268: stdout chunk (state=3): >>># 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 0x7fc4511f89d0> <<< 7519 1726888134.83284: 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 <<< 7519 1726888134.83296: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc' <<< 7519 1726888134.83303: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8f40> <<< 7519 1726888134.83328: 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 <<< 7519 1726888134.83447: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc' <<< 7519 1726888134.83452: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451214730> <<< 7519 1726888134.83455: 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' <<< 7519 1726888134.83484: 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 0x7fc451198910> <<< 7519 1726888134.83533: 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 # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc' <<< 7519 1726888134.83561: 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 0x7fc4511a5b80> <<< 7519 1726888134.83574: 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 <<< 7519 1726888134.83623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc' <<< 7519 1726888134.83660: 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 0x7fc4511c7130> <<< 7519 1726888134.83805: stdout chunk (state=3): >>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a5be0> <<< 7519 1726888134.83861: 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 # 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' <<< 7519 1726888134.83902: 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' <<< 7519 1726888134.83963: 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 # code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc' <<< 7519 1726888134.84008: 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' import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451176400> <<< 7519 1726888134.84038: 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' import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451176520> <<< 7519 1726888134.84141: stdout chunk (state=3): >>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168490> <<< 7519 1726888134.84170: 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 <<< 7519 1726888134.84187: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc' <<< 7519 1726888134.84237: stdout chunk (state=3): >>>import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511687c0> <<< 7519 1726888134.84258: 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 0x7fc45117b910> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168130> <<< 7519 1726888134.84293: 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' <<< 7519 1726888134.84311: stdout chunk (state=3): >>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511681f0> <<< 7519 1726888134.84356: stdout chunk (state=3): >>>import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45115ca90> <<< 7519 1726888134.84376: 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 0x7fc45117bdc0> <<< 7519 1726888134.84416: 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 0x7fc4511111f0> <<< 7519 1726888134.84447: 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 0x7fc4511112e0> <<< 7519 1726888134.84480: 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' <<< 7519 1726888134.84502: stdout chunk (state=3): >>>import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451111400> <<< 7519 1726888134.84530: 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 <<< 7519 1726888134.84555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc' <<< 7519 1726888134.84585: 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 <<< 7519 1726888134.84735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888134.84766: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py <<< 7519 1726888134.84811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc' <<< 7519 1726888134.84843: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.84898: stdout chunk (state=3): >>>import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510e6640> <<< 7519 1726888134.84950: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45113af40> <<< 7519 1726888134.84987: 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' <<< 7519 1726888134.85010: stdout chunk (state=3): >>>import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45114d9d0> <<< 7519 1726888134.85026: 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' <<< 7519 1726888134.85059: stdout chunk (state=3): >>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45114da60> <<< 7519 1726888134.85083: 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 <<< 7519 1726888134.85101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc' <<< 7519 1726888134.85171: stdout chunk (state=3): >>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510e62b0> <<< 7519 1726888134.85187: 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 0x7fc4510f73a0> <<< 7519 1726888134.85462: stdout chunk (state=3): >>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45111ed00> <<< 7519 1726888134.85492: 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 <<< 7519 1726888134.85502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc' <<< 7519 1726888134.85536: 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' <<< 7519 1726888134.85546: stdout chunk (state=3): >>>import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451127970> <<< 7519 1726888134.85566: 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 <<< 7519 1726888134.85574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc' <<< 7519 1726888134.85597: stdout chunk (state=3): >>>import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510a6880> <<< 7519 1726888134.85609: stdout chunk (state=3): >>>import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451127280> <<< 7519 1726888134.85674: stdout chunk (state=3): >>>import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451111bb0> <<< 7519 1726888134.85750: stdout chunk (state=3): >>>import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511c4d90> <<< 7519 1726888134.85776: 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 <<< 7519 1726888134.85801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc' <<< 7519 1726888134.85824: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py <<< 7519 1726888134.85843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc' <<< 7519 1726888134.85857: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510ca640> <<< 7519 1726888134.85892: 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' <<< 7519 1726888134.85903: stdout chunk (state=3): >>>import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510cadf0> <<< 7519 1726888134.85934: 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 0x7fc451058160> <<< 7519 1726888134.85977: 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 <<< 7519 1726888134.86005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc' <<< 7519 1726888134.86041: 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 <<< 7519 1726888134.86058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc' <<< 7519 1726888134.86138: stdout chunk (state=3): >>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058a90> <<< 7519 1726888134.86159: 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 <<< 7519 1726888134.86167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc' <<< 7519 1726888134.86193: 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 <<< 7519 1726888134.86207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc' <<< 7519 1726888134.86224: stdout chunk (state=3): >>>import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510781c0> <<< 7519 1726888134.86244: stdout chunk (state=3): >>>import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058d60> <<< 7519 1726888134.86274: stdout chunk (state=3): >>>import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510581f0> <<< 7519 1726888134.86327: stdout chunk (state=3): >>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8880> <<< 7519 1726888134.86344: 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 <<< 7519 1726888134.86371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc' <<< 7519 1726888134.86390: 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 <<< 7519 1726888134.86447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc' <<< 7519 1726888134.86466: 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 <<< 7519 1726888134.86486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc' <<< 7519 1726888134.86550: 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 0x7fc4510312e0> <<< 7519 1726888134.86557: 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' <<< 7519 1726888134.86646: 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' # /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 0x7fc451031dc0> <<< 7519 1726888134.86713: 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' import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031f40> # /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' <<< 7519 1726888134.86791: 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' <<< 7519 1726888134.86796: 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 # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc' <<< 7519 1726888134.87142: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451039be0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510397c0> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451039310> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031a60> # /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 0x7fc451031bb0> # /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' <<< 7519 1726888134.87145: 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' <<< 7519 1726888134.87148: 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 # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc' <<< 7519 1726888134.87220: 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' <<< 7519 1726888134.87248: 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 0x7fc450fe5a00> import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe5670> # /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py <<< 7519 1726888134.87281: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc' <<< 7519 1726888134.87384: stdout chunk (state=3): >>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe56d0> import 'urllib3.packages.six.moves' # <<< 7519 1726888134.87397: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.http_client' # <<< 7519 1726888134.87468: stdout chunk (state=3): >>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb610> <<< 7519 1726888134.87504: 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 0x7fc450fdb7f0> <<< 7519 1726888134.87549: 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 <<< 7519 1726888134.87585: 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 <<< 7519 1726888134.87601: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc' <<< 7519 1726888134.87638: 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' <<< 7519 1726888134.87673: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.87970: 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 0x7fc450f92910> # /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 0x7fc450f92ac0> # /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 0x7fc450f92c70> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f925b0> # /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 0x7fc450f928b0> # /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 0x7fc450f9e0d0> # /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' <<< 7519 1726888134.88038: stdout chunk (state=3): >>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9e130> <<< 7519 1726888134.88140: 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 # 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' <<< 7519 1726888134.88153: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450faa340> # /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' <<< 7519 1726888134.89901: stdout chunk (state=3): >>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450faa910> <<< 7519 1726888134.89953: 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 0x7fc450fcbe80> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9ec40> <<< 7519 1726888134.89991: 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 0x7fc450f9eb20> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92250> # /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 0x7fc450f92310> <<< 7519 1726888134.90037: 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 <<< 7519 1726888134.90055: 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 0x7fc450f92040> <<< 7519 1726888134.90115: stdout chunk (state=3): >>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fefaf0> <<< 7519 1726888134.90144: 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' # /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' <<< 7519 1726888134.90221: 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' <<< 7519 1726888134.90249: stdout chunk (state=3): >>>import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f528e0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f52520> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510009a0> <<< 7519 1726888134.90275: 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 # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc' <<< 7519 1726888134.90336: stdout chunk (state=3): >>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f922e0> <<< 7519 1726888134.90362: 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 0x7fc450f52d60> <<< 7519 1726888134.90400: stdout chunk (state=3): >>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb940> # /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py <<< 7519 1726888134.90420: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc' <<< 7519 1726888134.90470: stdout chunk (state=3): >>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f5f910> <<< 7519 1726888134.90508: stdout chunk (state=3): >>>import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048fa0> <<< 7519 1726888134.90546: 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' # /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' <<< 7519 1726888134.90570: 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 <<< 7519 1726888134.90654: stdout chunk (state=3): >>># 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 0x7fc450f77280> <<< 7519 1726888134.90710: 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' import 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f774f0> import 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d0a0> # /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' <<< 7519 1726888134.90821: 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 0x7fc450f77df0> # /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 0x7fc450f80190> import 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f779d0> # /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' <<< 7519 1726888134.90908: stdout chunk (state=3): >>>import 'chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77c40> # /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' <<< 7519 1726888134.90955: 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 0x7fc450f80c40> import 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f807f0> <<< 7519 1726888134.91048: 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' # /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 0x7fc450f80fa0> # /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' <<< 7519 1726888134.91091: 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 <<< 7519 1726888134.91138: 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 0x7fc450f89b50> # /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py <<< 7519 1726888134.91169: 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 0x7fc450f89c10> # /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py <<< 7519 1726888134.91265: 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 0x7fc450f89ca0> <<< 7519 1726888134.91292: 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 # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc' import 'chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89d30> # /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py <<< 7519 1726888134.91345: 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 0x7fc450f89dc0> <<< 7519 1726888134.91426: stdout chunk (state=3): >>>import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f894f0> # /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py <<< 7519 1726888134.91480: 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 0x7fc450f89f70> import 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80b20> # /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py <<< 7519 1726888134.91545: 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 0x7fc450eb3370> # /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 0x7fc450eb36a0> <<< 7519 1726888134.91620: 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 0x7fc450eb3910> # /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 0x7fc450eb3bb0> <<< 7519 1726888134.91692: 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 0x7fc450eb3e50> # /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 0x7fc450eb8130> import 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80430> # /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' <<< 7519 1726888134.91786: 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 0x7fc450eb8490> <<< 7519 1726888134.91800: 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' # /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' <<< 7519 1726888134.91854: stdout chunk (state=3): >>>import 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb88b0> <<< 7519 1726888134.91898: stdout chunk (state=3): >>>import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8730> <<< 7519 1726888134.91946: 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' import 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8d00> <<< 7519 1726888134.92015: 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' import 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8c40> <<< 7519 1726888134.92034: 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' <<< 7519 1726888134.92083: stdout chunk (state=3): >>>import 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8d30> <<< 7519 1726888134.92096: 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' <<< 7519 1726888134.92151: stdout chunk (state=3): >>>import 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec70d0> # /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' <<< 7519 1726888134.92198: stdout chunk (state=3): >>>import 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec7160> import 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80640> <<< 7519 1726888134.92261: stdout chunk (state=3): >>>import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d8b0> <<< 7519 1726888134.92296: 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 0x7fc450f6d8e0> import 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d430> <<< 7519 1726888134.92368: 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' import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80520> <<< 7519 1726888134.92409: 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 0x7fc450fdb3a0> <<< 7519 1726888134.92426: 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 <<< 7519 1726888134.92450: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc' <<< 7519 1726888134.92529: stdout chunk (state=3): >>># /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 0x7fc450ec7fd0> # /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' <<< 7519 1726888134.92591: stdout chunk (state=3): >>># /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 <<< 7519 1726888134.92609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc' <<< 7519 1726888134.92847: stdout chunk (state=3): >>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c580> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c370> import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c100> <<< 7519 1726888134.92883: 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 # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc' <<< 7519 1726888134.92897: stdout chunk (state=3): >>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c400> <<< 7519 1726888134.92942: 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 0x7fc450e66f40> <<< 7519 1726888134.92991: stdout chunk (state=3): >>>import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8c70> <<< 7519 1726888134.93021: 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' <<< 7519 1726888134.93089: 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' <<< 7519 1726888134.93140: 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 0x7fc450e78a60> <<< 7519 1726888134.93173: 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 # code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc' <<< 7519 1726888134.93191: 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 <<< 7519 1726888134.93218: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc' <<< 7519 1726888134.93240: stdout chunk (state=3): >>>import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85250> <<< 7519 1726888134.93278: 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 0x7fc450e85310> <<< 7519 1726888134.93350: stdout chunk (state=3): >>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78af0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78760> <<< 7519 1726888134.93435: stdout chunk (state=3): >>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78670> <<< 7519 1726888134.93450: 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 <<< 7519 1726888134.93473: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc' <<< 7519 1726888134.93520: 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' <<< 7519 1726888134.93559: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py <<< 7519 1726888134.93596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e351c0> <<< 7519 1726888134.93643: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85d00> # /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 0x7fc450e85f10> <<< 7519 1726888134.93675: 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' <<< 7519 1726888134.93715: stdout chunk (state=3): >>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85fd0> <<< 7519 1726888134.93756: 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' <<< 7519 1726888134.93822: stdout chunk (state=3): >>>import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e35eb0> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78730> # /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' <<< 7519 1726888134.93862: 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 <<< 7519 1726888134.93908: stdout chunk (state=3): >>># 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' <<< 7519 1726888134.93969: 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' <<< 7519 1726888134.94001: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.94088: stdout chunk (state=3): >>>import 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450de61c0> <<< 7519 1726888134.94101: stdout chunk (state=3): >>>import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbdf0> import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddb2e0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e4a850> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85b50> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048c40> <<< 7519 1726888134.94156: stdout chunk (state=3): >>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048550> # /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 0x7fc450ddbf10> <<< 7519 1726888134.94237: 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 # code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc' <<< 7519 1726888134.94250: stdout chunk (state=3): >>>import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbc40> # /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' <<< 7519 1726888134.94353: stdout chunk (state=3): >>>import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450def910> <<< 7519 1726888134.94367: 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' import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450defd00> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031520> <<< 7519 1726888134.94449: stdout chunk (state=3): >>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451021880> <<< 7519 1726888134.94464: 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 0x7fc450e0a2e0> <<< 7519 1726888134.94500: 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 0x7fc450e0a670> <<< 7519 1726888134.94577: 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 0x7fc450e0a790> <<< 7519 1726888134.94611: 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 # 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 0x7fc450d9e100> <<< 7519 1726888134.94683: stdout chunk (state=3): >>>import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a850> # /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' <<< 7519 1726888134.94744: 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 # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc' <<< 7519 1726888134.94816: 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' <<< 7519 1726888134.94881: stdout chunk (state=3): >>>import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dac160> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9ea30> # /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py <<< 7519 1726888134.94900: stdout chunk (state=3): >>># 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 <<< 7519 1726888134.94955: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc' <<< 7519 1726888134.94995: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py <<< 7519 1726888134.95043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc' import 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d52910> <<< 7519 1726888134.95094: stdout chunk (state=3): >>># /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 0x7fc450d5e550> <<< 7519 1726888134.95154: stdout chunk (state=3): >>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dacee0> <<< 7519 1726888134.95180: stdout chunk (state=3): >>>import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dac700> <<< 7519 1726888134.95223: 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 0x7fc450dc1a00> <<< 7519 1726888134.95271: 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 # 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 <<< 7519 1726888134.95375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc' <<< 7519 1726888134.95418: 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 # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc' import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77c40> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77370> # /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 0x7fc450d77df0> <<< 7519 1726888134.95469: 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 0x7fc450d882b0> <<< 7519 1726888134.95560: stdout chunk (state=3): >>># /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 0x7fc450d88430> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d882e0> <<< 7519 1726888134.95588: 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 0x7fc450d883d0> <<< 7519 1726888134.95636: 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' # possible namespace for /usr/lib/python3.9/site-packages/gi <<< 7519 1726888134.95748: stdout chunk (state=3): >>># /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 0x7fc450d88d00> <<< 7519 1726888134.95828: stdout chunk (state=3): >>># 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 0x7fc450d88b50> <<< 7519 1726888134.95857: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d88520> <<< 7519 1726888134.95908: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.95944: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.95978: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.96037: stdout chunk (state=3): >>># /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 0x7fc450d2c940> <<< 7519 1726888134.96057: stdout chunk (state=3): >>># /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 0x7fc450d2ca30> <<< 7519 1726888134.96101: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.96174: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2cd30> # /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 0x7fc450d3b340> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c2e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17e80> <<< 7519 1726888134.96247: 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' <<< 7519 1726888134.96316: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c460> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17b20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d888e0> <<< 7519 1726888134.96334: 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 <<< 7519 1726888134.96411: stdout chunk (state=3): >>># 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 0x7fc450c2b490> <<< 7519 1726888134.96459: 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' # /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py <<< 7519 1726888134.96511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc' <<< 7519 1726888134.96588: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py <<< 7519 1726888134.96646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc' <<< 7519 1726888134.96815: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c44f10> <<< 7519 1726888134.96868: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2bcd0> <<< 7519 1726888134.96895: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2b820> <<< 7519 1726888134.97092: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d3bf40> <<< 7519 1726888134.97157: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.97190: stdout chunk (state=3): >>># /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 0x7fc450bf3d90> <<< 7519 1726888134.97217: stdout chunk (state=3): >>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py <<< 7519 1726888134.97274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc' <<< 7519 1726888134.97303: stdout chunk (state=3): >>># /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py <<< 7519 1726888134.97319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc' <<< 7519 1726888134.97378: stdout chunk (state=3): >>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c11310> <<< 7519 1726888134.97463: 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 0x7fc450c11f10> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3e20> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3760> <<< 7519 1726888134.97518: 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' <<< 7519 1726888134.97543: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py <<< 7519 1726888134.97568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc' <<< 7519 1726888134.97592: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py <<< 7519 1726888134.97620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc' <<< 7519 1726888134.97654: stdout chunk (state=3): >>>import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c22f40> <<< 7519 1726888134.97830: stdout chunk (state=3): >>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c22400> <<< 7519 1726888134.97865: stdout chunk (state=3): >>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf6850> <<< 7519 1726888134.97902: stdout chunk (state=3): >>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dc1880> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9eee0> <<< 7519 1726888134.97980: stdout chunk (state=3): >>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45108c550> <<< 7519 1726888134.98018: 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' <<< 7519 1726888134.98064: stdout chunk (state=3): >>>import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451018820> <<< 7519 1726888134.98093: 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 0x7fc450ba4df0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py <<< 7519 1726888134.98129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc' <<< 7519 1726888134.98199: stdout chunk (state=3): >>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ba4f70> <<< 7519 1726888134.98240: stdout chunk (state=3): >>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8f10> <<< 7519 1726888134.98307: stdout chunk (state=3): >>>import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511989a0> <<< 7519 1726888134.98332: 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' # /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 <<< 7519 1726888134.98372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc' <<< 7519 1726888134.98418: 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 0x7fc450b566d0> <<< 7519 1726888134.98542: stdout chunk (state=3): >>>import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bc6b50> # /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' <<< 7519 1726888134.98609: stdout chunk (state=3): >>>import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62100> # /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' <<< 7519 1726888134.98696: stdout chunk (state=3): >>>import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b623a0> # /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 0x7fc450b625e0> # /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' <<< 7519 1726888134.98787: stdout chunk (state=3): >>>import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62820> # /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 0x7fc450b62a00> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b56c70> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b569a0> <<< 7519 1726888134.98827: 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 0x7fc450b56e80> <<< 7519 1726888134.98906: 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 0x7fc450b723d0> # /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 0x7fc450b72880> <<< 7519 1726888134.98971: stdout chunk (state=3): >>>import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b724f0> <<< 7519 1726888134.99038: 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' <<< 7519 1726888134.99082: 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 0x7fc450b0e190> <<< 7519 1726888134.99130: stdout chunk (state=3): >>>import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72cd0> <<< 7519 1726888134.99159: 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 # 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 0x7fc450b72e20> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a53d0> <<< 7519 1726888134.99221: 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 <<< 7519 1726888134.99306: stdout chunk (state=3): >>># 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 0x7fc450b1bb20> <<< 7519 1726888134.99382: stdout chunk (state=3): >>>import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511986a0> <<< 7519 1726888134.99401: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451220520> <<< 7519 1726888134.99457: 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 # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc' <<< 7519 1726888134.99484: 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' <<< 7519 1726888134.99512: stdout chunk (state=3): >>># /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' <<< 7519 1726888134.99559: stdout chunk (state=3): >>>import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32640> # /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' <<< 7519 1726888134.99638: 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' import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3d910> <<< 7519 1726888134.99716: 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' # /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 0x7fc450b446a0> <<< 7519 1726888134.99761: stdout chunk (state=3): >>>import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3df40> <<< 7519 1726888134.99820: stdout chunk (state=3): >>>import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32af0> <<< 7519 1726888134.99873: 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 0x7fc450b3d370> <<< 7519 1726888134.99937: 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' import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4d640> # /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 0x7fc450b4d850> <<< 7519 1726888135.00028: 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 0x7fc450b4db50> # /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 0x7fc450b4de20> <<< 7519 1726888135.00100: stdout chunk (state=3): >>>import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b320d0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b1bcd0> # /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 0x7fc450b32490> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc' import 'dnf.plugin.dynamic.notify_packagekit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ad1130> <<< 7519 1726888135.70921: stdout chunk (state=3): >>> {"msg": "Check mode: No changes made, but would have if not in check mode", "changed": true, "results": ["Installed: cockpit-session-recording-16-1.el9.noarch"], "rc": 0, "invocation": {"module_args": {"name": ["cockpit-session-recording"], "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, "state": null}}} <<< 7519 1726888135.72008: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 7519 1726888135.72268: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888135.72969: 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 # clear sys.path_importer_cache <<< 7519 1726888135.72977: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout <<< 7519 1726888135.73005: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.73409: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.73415: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.73420: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.73424: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.73427: stdout chunk (state=3): >>># 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 # cleanup[2] removing dnf.plugin.dynamic.notify_packagekit # destroy dnf.plugin.dynamic.notify_packagekit <<< 7519 1726888135.74263: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888135.74269: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 7519 1726888135.74303: stdout chunk (state=3): >>># destroy selinux # destroy distro <<< 7519 1726888135.74326: stdout chunk (state=3): >>># destroy netrc <<< 7519 1726888135.74358: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 7519 1726888135.74377: stdout chunk (state=3): >>># destroy systemd.journal <<< 7519 1726888135.74391: 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 <<< 7519 1726888135.74466: 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 # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib <<< 7519 1726888135.74473: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74476: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74481: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74501: stdout chunk (state=3): >>># 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<<< 7519 1726888135.74523: 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 <<< 7519 1726888135.74547: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74580: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74598: stdout chunk (state=3): >>># destroy requests._internal_utils # destroy requests.exceptions # destroy requests.compat # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.packages<<< 7519 1726888135.74604: stdout chunk (state=3): >>> # 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 <<< 7519 1726888135.74619: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74641: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74668: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74736: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74788: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74796: stdout chunk (state=3): >>># destroy iniparse.config # cleanup[3] wiping rhsm.certificate <<< 7519 1726888135.74820: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74929: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.74983: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.75074: stdout chunk (state=3): >>># cleanup[3] wiping gpg._gpgme <<< 7519 1726888135.75177: 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 # 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 <<< 7519 1726888135.75274: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.75336: 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 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 <<< 7519 1726888135.75343: stdout chunk (state=3): >>># cleanup[3] wiping subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping locale <<< 7519 1726888135.75586: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.75668: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.75706: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy librepo._librepo <<< 7519 1726888135.75730: stdout chunk (state=3): >>># destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy _queue # destroy _ssl <<< 7519 1726888135.75744: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.76824: stdout chunk (state=3): >>># destroy xml.etree.ElementPath # destroy _elementtree <<< 7519 1726888135.76845: stdout chunk (state=3): >>># destroy _heapq <<< 7519 1726888135.76853: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888135.76886: stdout chunk (state=3): >>># destroy platform <<< 7519 1726888135.76890: stdout chunk (state=3): >>># destroy _uuid <<< 7519 1726888135.76921: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse # destroy tokenize <<< 7519 1726888135.76948: stdout chunk (state=3): >>># destroy _compat_pickle <<< 7519 1726888135.76965: stdout chunk (state=3): >>># destroy _pickle # destroy libdnf._error # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject <<< 7519 1726888135.76972: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.77000: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 7519 1726888135.77021: stdout chunk (state=3): >>># destroy stat <<< 7519 1726888135.77029: stdout chunk (state=3): >>># destroy selectors <<< 7519 1726888135.77063: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 7519 1726888135.77074: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _operator <<< 7519 1726888135.77106: stdout chunk (state=3): >>># destroy gzip <<< 7519 1726888135.77154: stdout chunk (state=3): >>># destroy rhsmlib.facts.dmiinfo # destroy requests # destroy iniparse.ini <<< 7519 1726888135.77234: stdout chunk (state=3): >>># destroy enum # destroy signal # destroy queue # destroy shlex <<< 7519 1726888135.77251: stdout chunk (state=3): >>># destroy pwd <<< 7519 1726888135.77270: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.77281: stdout chunk (state=3): >>># destroy _stat # destroy http.cookies <<< 7519 1726888135.77329: stdout chunk (state=3): >>># destroy urllib.parse <<< 7519 1726888135.77365: stdout chunk (state=3): >>># destroy _weakref <<< 7519 1726888135.77380: stdout chunk (state=3): >>># destroy ntpath # destroy posix <<< 7519 1726888135.77420: 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 <<< 7519 1726888135.77450: stdout chunk (state=3): >>># destroy _opcode <<< 7519 1726888135.77478: stdout chunk (state=3): >>># destroy requests.sessions # destroy json.scanner # destroy _json <<< 7519 1726888135.77496: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.77518: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.77542: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.77562: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.77577: stdout chunk (state=3): >>># destroy encodings # destroy http.cookiejar # destroy chardet # destroy json <<< 7519 1726888135.77631: stdout chunk (state=3): >>># destroy calendar # destroy dateutil.tz # destroy six <<< 7519 1726888135.77681: stdout chunk (state=3): >>># destroy codecs <<< 7519 1726888135.77701: stdout chunk (state=3): >>># destroy gpg.gpgme # destroy gpg.constants # destroy gpg.errors # destroy gpg.util <<< 7519 1726888135.77783: 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 <<< 7519 1726888135.77811: stdout chunk (state=3): >>># destroy subprocess # destroy rhsmlib.facts.collector # destroy itertools <<< 7519 1726888135.77823: stdout chunk (state=3): >>># destroy http.client # destroy email <<< 7519 1726888135.77873: stdout chunk (state=3): >>># destroy string <<< 7519 1726888135.77879: stdout chunk (state=3): >>># destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection <<< 7519 1726888135.77894: stdout chunk (state=3): >>># destroy errno # destroy select <<< 7519 1726888135.77907: stdout chunk (state=3): >>># 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 <<< 7519 1726888135.77937: stdout chunk (state=3): >>># destroy pyexpat # destroy threading <<< 7519 1726888135.77949: stdout chunk (state=3): >>># destroy functools # destroy logging # destroy socket # destroy struct <<< 7519 1726888135.78075: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 7519 1726888135.78083: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7519 1726888135.78682: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888135.78748: stderr chunk (state=3): >>><<< 7519 1726888135.78758: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455057850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455095880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45502dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455057d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dadeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454da7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454daf640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454cb9dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb98b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb9e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12d30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d0c610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d1f670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454ccbc70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454d1f280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbfa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbd90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbd00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c9f370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c9f460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cd3fa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccda30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccd490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bed1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c89c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccdeb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bfeaf0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bfee20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c11730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c11c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454ba93a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bfef10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bb9280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c115b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bb9340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb9d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd56a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd5760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454bd5ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454be21f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd58e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bc8a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb5b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd5a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc4545e7670>\r\n# zipimport: found 34 names in \'/tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544e67f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544f7760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544f7400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f77c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544657c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454465b50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544659a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454483b20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454570d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454570190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544e1a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45447d310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454515970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454545d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544479a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544550d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45451c700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454455100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454453580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454453640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc454452c70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4545e7820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d8af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d79d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454448850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4544d8520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454510ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45401fd30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454434550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454411040>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544cd9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45401f610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45455f7f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544d7610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45442fc70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454415bb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544137f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'email\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdaf0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'email.mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdfd0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc\'\r\nimport \'quopri\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd2e0>\r\nimport \'email.encoders\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc\'\r\nimport \'email.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426880>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc\'\r\nimport \'email.quoprimime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d22d00>\r\n# /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc\'\r\nimport \'email.base64mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c280>\r\n# /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc\'\r\nimport \'email.charset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c460>\r\nimport \'email.header\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d22460>\r\n# /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3cf40>\r\n# /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc\'\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3ce50>\r\n# /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc\'\r\nimport \'calendar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc78b0>\r\nimport \'email._parseaddr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d76340>\r\nimport \'email.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c910>\r\nimport \'email._policybase\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426130>\r\n# /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc\'\r\nimport \'email._encoded_words\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453fb1460>\r\nimport \'email._header_value_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440d370>\r\nimport \'email.headerregistry\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc74f0>\r\n# /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc\'\r\nimport \'uu\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcda00>\r\n# /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc\'\r\nimport \'email.iterators\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcdc40>\r\nimport \'email.message\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454002130>\r\nimport \'email.contentmanager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440dd00>\r\nimport \'email.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544265e0>\r\nimport \'email.mime.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426820>\r\nimport \'email.mime.nonmultipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd790>\r\nimport \'email.mime.application\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdfa0>\r\n# /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc\'\r\nimport \'email.mime.multipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffda30>\r\n# /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py\r\n# code object from \'/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc\'\r\nimport \'email.feedparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcdf40>\r\nimport \'email.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426a00>\r\n# /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'http\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcd370>\r\n# /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453dd76a0>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d27a30>\r\nimport \'http.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcd1c0>\r\n# /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc\'\r\nimport \'mimetypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d6b340>\r\n# /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc\'\r\nimport \'netrc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d7cc70>\r\n# /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d44bb0>\r\nimport \'urllib.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d7ce80>\r\n# /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py\r\n# code object from \'/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc\'\r\nimport \'urllib.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d44e50>\r\n# /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc\'\r\nimport \'http.cookiejar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc8550>\r\n# /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc\'\r\nimport \'gzip\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453aebc70>\r\n# zipimport: zlib available\r\nimport ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py\r\n# zipimport: zlib available\r\nimport \'gc\' # \r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py\r\n# code object from \'/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc\'\r\nimport \'email.mime.text\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4ebe0>\r\n# /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4ed60>\r\n# /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc\'\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453a9f460>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4efd0>\r\nimport \'dnf.pycomp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e280>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc\'\r\nimport \'dnf.const\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e850>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc\'\r\n# extension module \'libdnf._error\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_error.so\'\r\n# extension module \'libdnf._error\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_error.so\'\r\nimport \'libdnf._error\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4539d39a0>\r\nimport \'libdnf.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc\'\r\n# extension module \'libdnf._common_types\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\'\r\n# extension module \'libdnf._common_types\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_common_types.so\'\r\nimport \'libdnf._common_types\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453975520>\r\nimport \'libdnf.common_types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d39d0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc\'\r\n# extension module \'libdnf._conf\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\'\r\n# extension module \'libdnf._conf\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_conf.so\'\r\nimport \'libdnf._conf\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4538d4df0>\r\nimport \'libdnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539f52b0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc\'\r\n# extension module \'libdnf._module\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_module.so\'\r\n# extension module \'libdnf._module\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_module.so\'\r\nimport \'libdnf._module\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4520e32b0>\r\nimport \'libdnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539a8880>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc\'\r\n# extension module \'libdnf._repo\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\'\r\n# extension module \'libdnf._repo\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_repo.so\'\r\nimport \'libdnf._repo\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451fb0e50>\r\nimport \'libdnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520c2550>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc\'\r\n# extension module \'libdnf._transaction\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\'\r\n# extension module \'libdnf._transaction\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_transaction.so\'\r\nimport \'libdnf._transaction\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f1c9d0>\r\nimport \'libdnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520e34f0>\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc\'\r\n# extension module \'libdnf._utils\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\'\r\n# extension module \'libdnf._utils\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_utils.so\'\r\nimport \'libdnf._utils\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f15d30>\r\nimport \'libdnf.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f1cf70>\r\nimport \'libdnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3100>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451e44af0>\r\nimport \'dnf.i18n\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44310>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.yum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e586d0>\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'dnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65280>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'rpm._rpm\' loaded from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'rpm._rpm\' executed from \'/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'rpm._rpm\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451e65820>\r\n# /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65c70>\r\nimport \'rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65340>\r\nimport \'dnf.yum.rpmtrans\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58760>\r\nimport \'dnf.callback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e4ed90>\r\n# /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'hawkey._hawkey\' loaded from \'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\'\r\n# extension module \'hawkey._hawkey\' executed from \'/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so\'\r\nimport \'hawkey._hawkey\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451a16eb0>\r\nimport \'hawkey\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58160>\r\nimport \'dnf.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44c70>\r\nimport \'dnf.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f47700>\r\n# /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'libcomps._libpycomps\' loaded from \'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\'\r\n# extension module \'libcomps._libpycomps\' executed from \'/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so\'\r\nimport \'libcomps._libpycomps\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451f47e20>\r\nimport \'libcomps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f478b0>\r\nimport \'dnf.comps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3250>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.db\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a25d30>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc\'\r\n# extension module \'gpg._gpgme\' loaded from \'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'gpg._gpgme\' executed from \'/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'gpg._gpgme\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4518951f0>\r\nimport \'gpg.gpgme\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451935280>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc\'\r\nimport \'gpg.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519427c0>\r\nimport \'gpg.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4518e8e20>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc\'\r\nimport \'gpg.constants.data.encoding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e50>\r\nimport \'gpg.constants.data\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942b80>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc\'\r\nimport \'gpg.constants.keylist.mode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942fd0>\r\nimport \'gpg.constants.keylist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e20>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc\'\r\nimport \'gpg.constants.sig.mode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799190>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc\'\r\nimport \'gpg.constants.sig.notation\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799220>\r\nimport \'gpg.constants.sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942f10>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc\'\r\nimport \'gpg.constants.tofu.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517993a0>\r\nimport \'gpg.constants.tofu\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e80>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc\'\r\nimport \'gpg.constants.create\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942c10>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc\'\r\nimport \'gpg.constants.event\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517991c0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc\'\r\nimport \'gpg.constants.import_type\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799400>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc\'\r\nimport \'gpg.constants.keysign\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799490>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc\'\r\nimport \'gpg.constants.md\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799520>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc\'\r\nimport \'gpg.constants.pk\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517995b0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc\'\r\nimport \'gpg.constants.protocol\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799640>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc\'\r\nimport \'gpg.constants.sigsum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517996d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc\'\r\nimport \'gpg.constants.status\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799760>\r\n# /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc\'\r\nimport \'gpg.constants.validity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517997f0>\r\nimport \'gpg.constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519421f0>\r\nimport \'gpg.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45191c190>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451799bb0>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799910>\r\nimport \'gpg.callbacks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519423d0>\r\n# /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc\'\r\nimport \'gpg.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942fa0>\r\nimport \'gpg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913c70>\r\nimport \'dnf.crypto\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913280>\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913460>\r\nimport \'dnf.yum.misc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49b20>\r\n# /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc\'\r\nimport \'dnf.db.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913df0>\r\nimport \'dnf.db.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a25cd0>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc\'\r\nimport \'dnf.conf.substitutions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1c10>\r\nimport \'dnf.conf.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b14c0>\r\nimport \'dnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49910>\r\n# /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc\'\r\nimport \'dnf.lock\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45174f280>\r\n# /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701160>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4517011f0>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451762670>\r\nimport \'logging.handlers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45174f6a0>\r\nimport \'dnf.logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451743a60>\r\nimport \'dnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1f70>\r\nimport \'dnf.conf.read\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc\'\r\nimport \'dnf.rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701fa0>\r\nimport \'dnf.rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701760>\r\nimport \'dnf.dnssec\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1d60>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc\'\r\nimport \'dnf.drpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45173a910>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc\'\r\nimport \'dnf.goal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725820>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc\'\r\nimport \'dnf.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517258b0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725a30>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc\'\r\n# extension module \'libdnf._smartcols\' loaded from \'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\'\r\n# extension module \'libdnf._smartcols\' executed from \'/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so\'\r\nimport \'libdnf._smartcols\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc453e40190>\r\nimport \'libdnf.smartcols\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451735160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc\'\r\nimport \'dnf.selector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e401f0>\r\n# /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'dnf.module.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e402e0>\r\nimport \'dnf.module.module_base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517259d0>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc\'\r\nimport \'dnf.persistor\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451725f70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc\'\r\n# extension module \'_opcode\' loaded from \'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_opcode\' executed from \'/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_opcode\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc45156b3a0>\r\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45156b160>\r\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45155b9a0>\r\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e519a0>\r\nimport \'dnf.plugin\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e40e80>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc\'\r\nimport \'dnf.query\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e51c70>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc\'\r\nimport \'dnf.repodict\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e59970>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc\'\r\nimport \'dnf.rpm.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451579700>\r\n# /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc\'\r\nimport \'dnf.rpm.miscutils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451579340>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc\'\r\nimport \'dnf.package\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451587640>\r\nimport \'dnf.sack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451587160>\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc\'\r\nimport \'dnf.subject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4515874c0>\r\nimport \'dnf.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e940>\r\nimport \'dnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e7f0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dnfpluginscore\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451590f70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc\'\r\nimport \'dnf.cli.format\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451545f70>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py\r\n# code object from \'/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_curses\' loaded from \'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_curses\' executed from \'/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_curses\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4514e1d60>\r\nimport \'curses\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1be0>\r\nimport \'dnf.cli.term\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e13a0>\r\nimport \'dnf.cli.progress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1160>\r\nimport \'dnf.cli.output\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530eb0>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'dnf.cli.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e11f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc\'\r\nimport \'dnf.cli.option_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45150c130>\r\nimport \'dnf.cli.commands\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1e80>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.alias\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514fc9a0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.autoremove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45150cfa0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.check\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f190>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.clean\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f2e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.repoquery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f8e0>\r\nimport \'dnf.cli.commands.deplist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f610>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.distrosync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f9a0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.downgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141b5e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141b6d0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc\'\r\nimport \'dnf.transaction_sr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141beb0>\r\nimport \'dnf.cli.commands.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141bac0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141bf10>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.makecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433af0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.mark\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433c10>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451433e50>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.reinstall\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c22e0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.remove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c2cd0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.repolist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513c2e20>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc\'\r\nimport \'dnf.match_counter\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1520>\r\nimport \'dnf.cli.commands.search\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1100>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc\'\r\nimport \'cmd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1f10>\r\nimport \'dnf.cli.commands.shell\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1a60>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.swap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1d60>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.updateinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513df7f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513dff70>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc\'\r\nimport \'dnf.cli.commands.upgrademinimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ec280>\r\n# /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc\'\r\nimport \'dnf.cli.demand\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ec370>\r\nimport \'dnf.cli.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530490>\r\nimport \'dnf.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4515301f0>\r\nimport \'dnf.plugin.dynamic.builddep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451590cd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc\'\r\nimport \'dateutil._version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecee0>\r\nimport \'dateutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecc10>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc\'\r\nimport \'six\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513865b0>\r\n# /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc\'\r\nimport \'numbers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45138f4f0>\r\n# extension module \'_decimal\' loaded from \'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_decimal\' executed from \'/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_decimal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc451386e50>\r\nimport \'decimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451386dc0>\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc\'\r\nimport \'dateutil._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bb730>\r\nimport \'dateutil.relativedelta\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bb1c0>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc\'\r\nimport \'six.moves\' # \r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc\'\r\nimport \'dateutil.tz._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451308a60>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc\'\r\nimport \'dateutil.tz._factories\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451308c40>\r\n# /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc\'\r\n# destroy dateutil.tz.win\r\nimport \'dateutil.tz.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bbca0>\r\nimport \'dateutil.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bba30>\r\nimport \'dateutil.parser._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513f9130>\r\n# /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc\'\r\nimport \'dateutil.parser.isoparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513861f0>\r\nimport \'dateutil.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecac0>\r\nimport \'dnf.plugin.dynamic.changelog\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530220>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.config_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329160>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.copr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.debug\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451329d00>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.debuginfo-install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512be610>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.download\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512beb80>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py\r\n# code object from \'/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py\r\n# code object from \'/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc\'\r\n# extension module \'_sqlite3\' loaded from \'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_sqlite3\' executed from \'/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_sqlite3\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4512cbc40>\r\nimport \'sqlite3.dbapi2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb820>\r\nimport \'sqlite3\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb580>\r\nimport \'dnf.plugin.dynamic.generate_completion_cache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb1f0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.groups_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb430>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc\'\r\nimport \'dbus._compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9bb0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'dbus.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9c40>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc\'\r\n# extension module \'_dbus_bindings\' loaded from \'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\'\r\n# extension module \'_dbus_bindings\' executed from \'/usr/lib64/python3.9/site-packages/_dbus_bindings.so\'\r\nimport \'_dbus_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4512e7280>\r\nimport \'dbus.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9dc0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc\'\r\nimport \'dbus.lowlevel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511ee2e0>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8340>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml.parsers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f82e0>\r\n# /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py\r\n# code object from \'/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc\'\r\n# extension module \'pyexpat\' loaded from \'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'pyexpat\' executed from \'/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'pyexpat\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4511f8490>\r\nimport \'xml.parsers.expat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f81f0>\r\nimport \'dbus._expat_introspect_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511eed00>\r\nimport \'dbus.proxies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511ee3a0>\r\nimport \'dbus.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512f5a30>\r\nimport \'dbus.bus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7fa0>\r\nimport \'dbus._dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7940>\r\nimport \'dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d97f0>\r\nimport \'dnf.plugin.dynamic.needs_restarting\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cbfd0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repoclosure\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9940>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repodiff\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511eed90>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repograph\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8760>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.repomanage\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f89d0>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.reposync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f8f40>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.system_upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451214730>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451198910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a5b80>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc\'\r\n# extension module \'rhsm._certificate\' loaded from \'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'rhsm._certificate\' executed from \'/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'rhsm._certificate\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4511c7130>\r\nimport \'rhsm.certificate\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a5be0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc\'\r\nimport \'iniparse.configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451176400>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc\'\r\nimport \'iniparse.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451176520>\r\nimport \'iniparse.ini\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168490>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc\'\r\nimport \'iniparse.compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511687c0>\r\n# /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc\'\r\nimport \'iniparse.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45117b910>\r\nimport \'iniparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168130>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc\'\r\nimport \'subscription_manager.i18n\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511681f0>\r\nimport \'rhsm.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45115ca90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc\'\r\nimport \'subscription_manager.injection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45117bdc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511111f0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.services\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511112e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc\'\r\nimport \'rhsmlib.services.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451111400>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc\'\r\nimport \'ntpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510e6640>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45113af40>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc\'\r\nimport \'rhsm.https\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45114d9d0>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc\'\r\nimport \'rhsm.ourjson\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45114da60>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc\'\r\nimport \'rhsm.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510e62b0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc\'\r\nimport \'subscription_manager.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510f73a0>\r\nimport \'rhsm.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45111ed00>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc\'\r\nimport \'rhsm.bitstream\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451127970>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc\'\r\nimport \'rhsm.huffman\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510a6880>\r\nimport \'rhsm.pathtree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451127280>\r\nimport \'rhsm.certificate2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451111bb0>\r\nimport \'subscription_manager.certdirectory\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511c4d90>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc\'\r\nimport \'pprint\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510ca640>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager.branding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510cadf0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058160>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cpuinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058a90>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.collection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510781c0>\r\nimport \'rhsmlib.facts.collector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058d60>\r\nimport \'rhsmlib.facts.hwprobe\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510581f0>\r\nimport \'subscription_manager.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'cloud_what\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510312e0>\r\n# /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cleanup\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031dc0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.virt\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031f40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.dmidecodeparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451039be0>\r\nimport \'rhsmlib.facts.dmiinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510397c0>\r\nimport \'rhsmlib.facts.firmware_info\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451039310>\r\nimport \'rhsmlib.facts.host_collector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031a60>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.custom\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031bb0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc\'\r\nimport \'urllib3.packages.ssl_match_hostname\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe5a00>\r\nimport \'urllib3.packages\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe5670>\r\n# /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc\'\r\nimport \'urllib3.packages.six\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe56d0>\r\nimport \'urllib3.packages.six.moves\' # \r\nimport \'urllib3.packages.six.moves.http_client\' # \r\nimport \'urllib3.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb610>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc\'\r\nimport \'urllib3._version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb7f0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'urllib3.contrib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92910>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc\'\r\nimport \'urllib3.contrib._appengine_environ\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92ac0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc\'\r\nimport \'urllib3.util.wait\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92c70>\r\nimport \'urllib3.util.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f925b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc\'\r\nimport \'urllib3.util.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f928b0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib3.util.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9e0d0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc\'\r\nimport \'urllib3.util.retry\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9e130>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc\'\r\nimport \'hmac\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450faa340>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc\'\r\nimport \'urllib3.util.url\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450faa910>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc\'\r\nimport \'urllib3.util.ssltransport\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fcbe80>\r\nimport \'urllib3.util.ssl_\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9ec40>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc\'\r\nimport \'urllib3.util.timeout\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9eb20>\r\nimport \'urllib3.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92250>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc\'\r\nimport \'urllib3.util.proxy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92310>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc\'\r\nimport \'urllib3._collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92040>\r\nimport \'urllib3.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fefaf0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc\'\r\nimport \'urllib3.fields\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f528e0>\r\nimport \'urllib3.filepost\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f52520>\r\nimport \'urllib3.packages.six.moves.urllib\' # \r\nimport \'urllib3.packages.six.moves.urllib.parse\' # \r\nimport \'urllib3.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510009a0>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc\'\r\nimport \'urllib3.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f922e0>\r\n# /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc\'\r\nimport \'urllib3.util.queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f52d60>\r\nimport \'urllib3.connectionpool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb940>\r\n# /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc\'\r\nimport \'urllib3.poolmanager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f5f910>\r\nimport \'urllib3\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc\'\r\nimport \'chardet.enums\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77280>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc\'\r\nimport \'chardet.charsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f774f0>\r\nimport \'chardet.charsetgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d0a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc\'\r\nimport \'chardet.codingstatemachine\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77df0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc\'\r\nimport \'chardet.escsm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80190>\r\nimport \'chardet.escprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f779d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc\'\r\nimport \'chardet.latin1prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f77c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc\'\r\nimport \'chardet.mbcssm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80c40>\r\nimport \'chardet.utf8prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f807f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc\'\r\nimport \'chardet.mbcharsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80fa0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc\'\r\nimport \'chardet.euctwfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89b50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc\'\r\nimport \'chardet.euckrfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89c10>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc\'\r\nimport \'chardet.gb2312freq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89ca0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc\'\r\nimport \'chardet.big5freq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc\'\r\nimport \'chardet.jisfreq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89dc0>\r\nimport \'chardet.chardistribution\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f894f0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc\'\r\nimport \'chardet.jpcntx\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f89f70>\r\nimport \'chardet.sjisprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80b20>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc\'\r\nimport \'chardet.eucjpprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3370>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc\'\r\nimport \'chardet.gb2312prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb36a0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc\'\r\nimport \'chardet.euckrprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3910>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc\'\r\nimport \'chardet.cp949prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3bb0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc\'\r\nimport \'chardet.big5prober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb3e50>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc\'\r\nimport \'chardet.euctwprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8130>\r\nimport \'chardet.mbcsgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80430>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc\'\r\nimport \'chardet.hebrewprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8490>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc\'\r\nimport \'chardet.sbcharsetprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb88b0>\r\nimport \'chardet.langbulgarianmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8730>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc\'\r\nimport \'chardet.langgreekmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8d00>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc\'\r\nimport \'chardet.langhebrewmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8c40>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc\'\r\nimport \'chardet.langrussianmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8d30>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc\'\r\nimport \'chardet.langthaimodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec70d0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc\'\r\nimport \'chardet.langturkishmodel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec7160>\r\nimport \'chardet.sbcsgroupprober\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80640>\r\nimport \'chardet.universaldetector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d8b0>\r\n# /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py\r\n# code object from \'/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc\'\r\nimport \'chardet.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d8e0>\r\nimport \'chardet\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d430>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc\'\r\nimport \'requests.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80520>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc\'\r\nimport \'requests.__version__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb3a0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc\'\r\nimport \'requests.certs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ec7fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py\r\n# code object from \'/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc\'\r\nimport \'http.cookies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c580>\r\nimport \'requests.compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c370>\r\nimport \'requests._internal_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c100>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc\'\r\nimport \'requests.cookies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c400>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc\'\r\nimport \'requests.structures\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e66f40>\r\nimport \'requests.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8c70>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc\'\r\nimport \'idna.package_data\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78a60>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc\'\r\nimport \'idna.idnadata\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85250>\r\n# /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py\r\n# code object from \'/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc\'\r\nimport \'idna.intranges\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85310>\r\nimport \'idna.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78af0>\r\nimport \'idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78760>\r\nimport \'requests.packages\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78670>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc\'\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e351c0>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85d00>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc\'\r\nimport \'requests.hooks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85f10>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc\'\r\nimport \'requests.auth\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85fd0>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc\'\r\nimport \'requests.status_codes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e35eb0>\r\nimport \'requests.models\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78730>\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py\r\n# code object from \'/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc\'\r\nimport \'socks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450de61c0>\r\nimport \'urllib3.contrib.socks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbdf0>\r\nimport \'requests.adapters\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddb2e0>\r\nimport \'requests.sessions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e4a850>\r\nimport \'requests.api\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85b50>\r\nimport \'requests\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048c40>\r\nimport \'cloud_what._base_provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048550>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'cloud_what.providers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbf10>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc\'\r\nimport \'cloud_what.providers.aws\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbc40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc\'\r\nimport \'cloud_what.providers.azure\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450def910>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc\'\r\nimport \'cloud_what.providers.gcp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450defd00>\r\nimport \'cloud_what.provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031520>\r\nimport \'rhsm.profile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451021880>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc\'\r\nimport \'subscription_manager.jsonwrapper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a2e0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc\'\r\nimport \'subscription_manager.isodate\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a670>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'syspurpose\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a790>\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc\'\r\nimport \'syspurpose.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9e100>\r\nimport \'syspurpose.files\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a850>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc\'\r\nimport \'subscription_manager.certlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dac160>\r\nimport \'subscription_manager.syspurposelib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9ea30>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc\'\r\n# /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc\'\r\nimport \'asyncore\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d52910>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc\'\r\nimport \'ctypes.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d5e550>\r\nimport \'pyinotify\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dacee0>\r\nimport \'rhsmlib.file_monitor\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dac700>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'rhsmlib.dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dc1a00>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc\'\r\nimport \'dbus.decorators\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77c40>\r\nimport \'dbus.service\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77370>\r\n# /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc\'\r\nimport \'dbus.server\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77df0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'dbus.mainloop\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d882b0>\r\n# /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc\'\r\n# extension module \'_dbus_glib_bindings\' loaded from \'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\'\r\n# extension module \'_dbus_glib_bindings\' executed from \'/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so\'\r\nimport \'_dbus_glib_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450d88430>\r\nimport \'dbus.mainloop.glib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d882e0>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc\'\r\nimport \'rhsmlib.dbus.constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d883d0>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc\'\r\n# possible namespace for /usr/lib/python3.9/site-packages/gi\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc\'\r\nimport \'gi._error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d88d00>\r\n# extension module \'gi._gi\' loaded from \'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'gi._gi\' executed from \'/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'gi._gi\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450d88b50>\r\nimport \'gi\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d88520>\r\n# /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc\'\r\nimport \'gi._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c940>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc\'\r\nimport \'gi.docstring\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2ca30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc\'\r\nimport \'gi._propertyhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2cd30>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc\'\r\nimport \'gi._signalhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d3b340>\r\nimport \'gi.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c2e0>\r\nimport \'gi.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17e80>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'gi.overrides\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c460>\r\nimport \'gi.importer\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17b20>\r\nimport \'gi.repository\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d888e0>\r\n# /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py\r\n# code object from \'/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc\'\r\nimport \'gi._ossighelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2b490>\r\n# /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c44f10>\r\nimport \'optparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2bcd0>\r\nimport \'gi._option\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2b820>\r\nimport \'gi.overrides.GLib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d3bf40>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'xml.etree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3d90>\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py\r\n# code object from \'/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc\'\r\nimport \'xml.etree.ElementPath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c11310>\r\n# extension module \'_elementtree\' loaded from \'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_elementtree\' executed from \'/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_elementtree\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450c11f10>\r\nimport \'xml.etree.ElementTree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3e20>\r\nimport \'rhsmlib.dbus.dbus_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3760>\r\n# /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc\'\r\nimport \'socketserver\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c22f40>\r\nimport \'logging.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c22400>\r\nimport \'rhsm.logutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf6850>\r\nimport \'rhsmlib.dbus.server\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dc1880>\r\nimport \'rhsmlib.services.syspurpose\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9eee0>\r\nimport \'subscription_manager.cache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45108c550>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'subscription_manager.model\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451018820>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc\'\r\nimport \'subscription_manager.model.ent_cert\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ba4df0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc\'\r\nimport \'subscription_manager.repofile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ba4f70>\r\nimport \'subscription_manager.repolib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8f10>\r\nimport \'subscription_manager.productid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511989a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc\'\r\nimport \'subscription_manager.reasons\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b566d0>\r\nimport \'subscription_manager.cert_sorter\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bc6b50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.insights\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62100>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.kpatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b623a0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.cloud_facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b625e0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.pkg_arches\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62820>\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc\'\r\nimport \'rhsmlib.facts.network\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b62a00>\r\nimport \'rhsmlib.facts.all\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b56c70>\r\nimport \'subscription_manager.facts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b569a0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc\'\r\nimport \'subscription_manager.identity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b56e80>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc\'\r\nimport \'subscription_manager.validity\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b723d0>\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc\'\r\nimport \'rhsmlib.client_info\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72880>\r\nimport \'subscription_manager.cp_provider\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b724f0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc\'\r\nimport \'subscription_manager.base_plugin\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b0e190>\r\nimport \'subscription_manager.plugins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72cd0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc\'\r\nimport \'subscription_manager.lock\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72e20>\r\nimport \'subscription_manager.injectioninit\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a53d0>\r\n# /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'librepo._librepo\' loaded from \'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\'\r\n# extension module \'librepo._librepo\' executed from \'/usr/lib64/python3.9/site-packages/librepo/_librepo.so\'\r\nimport \'librepo._librepo\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc450b1bb20>\r\nimport \'librepo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511986a0>\r\nimport \'dnf.plugin.dynamic.product-id\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451220520>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc\'\r\nimport \'subscription_manager.base_action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc\'\r\n# /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\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc\'\r\nimport \'subscription_manager.content_action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3d910>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc\'\r\nimport \'subscription_manager.entbranding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b446a0>\r\nimport \'subscription_manager.rhelentbranding\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3df40>\r\nimport \'subscription_manager.entcertlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32af0>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc\'\r\nimport \'subscription_manager.identitycertlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3d370>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc\'\r\nimport \'subscription_manager.healinglib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4d640>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc\'\r\nimport \'subscription_manager.factlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4d850>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc\'\r\nimport \'subscription_manager.packageprofilelib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4db50>\r\n# /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc\'\r\nimport \'subscription_manager.installedproductslib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b4de20>\r\nimport \'subscription_manager.action_client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b320d0>\r\nimport \'dnf.plugin.dynamic.subscription-manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b1bcd0>\r\n# /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\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.upload-profile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32490>\r\n# /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py\r\n# code object from \'/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc\'\r\nimport \'dnf.plugin.dynamic.notify_packagekit\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ad1130>\r\n\r\n{"msg": "Check mode: No changes made, but would have if not in check mode", "changed": true, "results": ["Installed: cockpit-session-recording-16-1.el9.noarch"], "rc": 0, "invocation": {"module_args": {"name": ["cockpit-session-recording"], "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, "state": null}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing uu\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing gpg._gpgme\r\n# cleanup[2] removing gpg.gpgme\r\n# cleanup[2] removing gpg.util\r\n# cleanup[2] removing gpg.errors\r\n# cleanup[2] removing gpg.constants.data.encoding\r\n# cleanup[2] removing gpg.constants.data\r\n# cleanup[2] removing gpg.constants.keylist.mode\r\n# cleanup[2] removing gpg.constants.keylist\r\n# cleanup[2] removing gpg.constants.sig.mode\r\n# cleanup[2] removing gpg.constants.sig.notation\r\n# cleanup[2] removing gpg.constants.sig\r\n# cleanup[2] removing gpg.constants.tofu.policy\r\n# cleanup[2] removing gpg.constants.tofu\r\n# cleanup[2] removing gpg.constants.create\r\n# cleanup[2] removing gpg.constants.event\r\n# cleanup[2] removing gpg.constants.import_type\r\n# cleanup[2] removing gpg.constants.keysign\r\n# cleanup[2] removing gpg.constants.md\r\n# cleanup[2] removing gpg.constants.pk\r\n# cleanup[2] removing gpg.constants.protocol\r\n# cleanup[2] removing gpg.constants.sigsum\r\n# cleanup[2] removing gpg.constants.status\r\n# cleanup[2] removing gpg.constants.validity\r\n# cleanup[2] removing gpg.constants\r\n# cleanup[2] removing gpg.core\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# destroy getpass\r\n# cleanup[2] removing gpg.callbacks\r\n# cleanup[2] removing gpg.version\r\n# cleanup[2] removing gpg\r\n# destroy gpg\r\n# destroy gpg.core\r\n# destroy gpg.callbacks\r\n# destroy gpg.version\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing subscription_manager\r\n# cleanup[2] removing rhsm\r\n# cleanup[2] removing rhsm._certificate\r\n# cleanup[2] removing rhsm.certificate\r\n# cleanup[2] removing iniparse.configparser\r\n# cleanup[2] removing iniparse.config\r\n# cleanup[2] removing iniparse.ini\r\n# cleanup[2] removing iniparse.compat\r\n# cleanup[2] removing iniparse.utils\r\n# cleanup[2] removing iniparse\r\n# destroy iniparse\r\n# destroy iniparse.configparser\r\n# destroy iniparse.utils\r\n# cleanup[2] removing subscription_manager.i18n\r\n# cleanup[2] removing rhsm.config\r\n# cleanup[2] removing subscription_manager.injection\r\n# cleanup[2] removing rhsmlib\r\n# destroy rhsmlib\r\n# cleanup[2] removing rhsmlib.services\r\n# cleanup[2] removing rhsmlib.services.config\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing pathlib\r\n# destroy pathlib\r\n# cleanup[2] removing rhsm.https\r\n# cleanup[2] removing rhsm.ourjson\r\n# cleanup[2] removing rhsm.utils\r\n# cleanup[2] removing subscription_manager.version\r\n# cleanup[2] removing rhsm.connection\r\n# cleanup[2] removing rhsm.bitstream\r\n# cleanup[2] removing rhsm.huffman\r\n# cleanup[2] removing rhsm.pathtree\r\n# cleanup[2] removing rhsm.certificate2\r\n# cleanup[2] removing subscription_manager.certdirectory\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing subscription_manager.branding\r\n# cleanup[2] removing rhsmlib.facts\r\n# cleanup[2] removing rhsmlib.facts.cpuinfo\r\n# cleanup[2] removing rhsmlib.facts.collection\r\n# cleanup[2] removing rhsmlib.facts.collector\r\n# cleanup[2] removing rhsmlib.facts.hwprobe\r\n# cleanup[2] removing subscription_manager.utils\r\n# cleanup[2] removing cloud_what\r\n# destroy cloud_what\r\n# cleanup[2] removing rhsmlib.facts.cleanup\r\n# cleanup[2] removing rhsmlib.facts.virt\r\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\r\n# cleanup[2] removing rhsmlib.facts.dmiinfo\r\n# cleanup[2] removing rhsmlib.facts.firmware_info\r\n# cleanup[2] removing rhsmlib.facts.host_collector\r\n# cleanup[2] removing rhsmlib.facts.custom\r\n# cleanup[2] removing urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing urllib3.packages\r\n# cleanup[2] removing urllib3.packages.six\r\n# cleanup[2] removing urllib3.packages.six.moves\r\n# cleanup[2] removing urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing urllib3.exceptions\r\n# cleanup[2] removing urllib3._version\r\n# cleanup[2] removing urllib3.contrib\r\n# cleanup[2] removing urllib3.contrib._appengine_environ\r\n# cleanup[2] removing urllib3.util.wait\r\n# cleanup[2] removing urllib3.util.connection\r\n# cleanup[2] removing urllib3.util.request\r\n# cleanup[2] removing urllib3.util.response\r\n# cleanup[2] removing urllib3.util.retry\r\n# cleanup[2] removing hmac\r\n# cleanup[2] removing urllib3.util.url\r\n# cleanup[2] removing urllib3.util.ssltransport\r\n# cleanup[2] removing urllib3.util.ssl_\r\n# cleanup[2] removing urllib3.util.timeout\r\n# cleanup[2] removing urllib3.util\r\n# cleanup[2] removing urllib3.util.proxy\r\n# cleanup[2] removing urllib3._collections\r\n# cleanup[2] removing urllib3.connection\r\n# cleanup[2] removing urllib3.fields\r\n# cleanup[2] removing urllib3.filepost\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing urllib3.request\r\n# cleanup[2] removing urllib3.response\r\n# cleanup[2] removing urllib3.util.queue\r\n# cleanup[2] removing urllib3.connectionpool\r\n# cleanup[2] removing urllib3.poolmanager\r\n# cleanup[2] removing urllib3\r\n# cleanup[2] removing chardet.enums\r\n# cleanup[2] removing chardet.charsetprober\r\n# cleanup[2] removing chardet.charsetgroupprober\r\n# cleanup[2] removing chardet.codingstatemachine\r\n# cleanup[2] removing chardet.escsm\r\n# cleanup[2] removing chardet.escprober\r\n# cleanup[2] removing chardet.latin1prober\r\n# cleanup[2] removing chardet.mbcssm\r\n# cleanup[2] removing chardet.utf8prober\r\n# cleanup[2] removing chardet.mbcharsetprober\r\n# cleanup[2] removing chardet.euctwfreq\r\n# cleanup[2] removing chardet.euckrfreq\r\n# cleanup[2] removing chardet.gb2312freq\r\n# cleanup[2] removing chardet.big5freq\r\n# cleanup[2] removing chardet.jisfreq\r\n# cleanup[2] removing chardet.chardistribution\r\n# cleanup[2] removing chardet.jpcntx\r\n# cleanup[2] removing chardet.sjisprober\r\n# cleanup[2] removing chardet.eucjpprober\r\n# cleanup[2] removing chardet.gb2312prober\r\n# cleanup[2] removing chardet.euckrprober\r\n# cleanup[2] removing chardet.cp949prober\r\n# cleanup[2] removing chardet.big5prober\r\n# cleanup[2] removing chardet.euctwprober\r\n# cleanup[2] removing chardet.mbcsgroupprober\r\n# cleanup[2] removing chardet.hebrewprober\r\n# cleanup[2] removing chardet.sbcharsetprober\r\n# cleanup[2] removing chardet.langbulgarianmodel\r\n# cleanup[2] removing chardet.langgreekmodel\r\n# cleanup[2] removing chardet.langhebrewmodel\r\n# cleanup[2] removing chardet.langrussianmodel\r\n# cleanup[2] removing chardet.langthaimodel\r\n# cleanup[2] removing chardet.langturkishmodel\r\n# cleanup[2] removing chardet.sbcsgroupprober\r\n# cleanup[2] removing chardet.universaldetector\r\n# cleanup[2] removing chardet.version\r\n# cleanup[2] removing chardet\r\n# cleanup[2] removing requests.exceptions\r\n# cleanup[2] removing requests.__version__\r\n# destroy requests.__version__\r\n# cleanup[2] removing requests.certs\r\n# cleanup[2] removing http.cookies\r\n# cleanup[2] removing requests.compat\r\n# cleanup[2] removing requests._internal_utils\r\n# cleanup[2] removing requests.cookies\r\n# cleanup[2] removing requests.structures\r\n# cleanup[2] removing requests.utils\r\n# cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname\r\n# cleanup[2] removing requests.packages.urllib3.packages\r\n# cleanup[2] removing requests.packages.urllib3.packages.six\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[2] removing requests.packages.urllib3.exceptions\r\n# cleanup[2] removing requests.packages.urllib3._version\r\n# cleanup[2] removing requests.packages.urllib3.contrib\r\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[2] removing requests.packages.urllib3.util.wait\r\n# cleanup[2] removing requests.packages.urllib3.util.connection\r\n# cleanup[2] removing requests.packages.urllib3.util.request\r\n# cleanup[2] removing requests.packages.urllib3.util.response\r\n# cleanup[2] removing requests.packages.urllib3.util.retry\r\n# cleanup[2] removing requests.packages.urllib3.util.url\r\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\r\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\r\n# cleanup[2] removing requests.packages.urllib3.util.timeout\r\n# cleanup[2] removing requests.packages.urllib3.util\r\n# cleanup[2] removing requests.packages.urllib3.util.proxy\r\n# cleanup[2] removing requests.packages.urllib3._collections\r\n# cleanup[2] removing requests.packages.urllib3.connection\r\n# cleanup[2] removing requests.packages.urllib3.fields\r\n# cleanup[2] removing requests.packages.urllib3.filepost\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[2] removing requests.packages.urllib3.request\r\n# cleanup[2] removing requests.packages.urllib3.response\r\n# cleanup[2] removing requests.packages.urllib3.util.queue\r\n# cleanup[2] removing requests.packages.urllib3.connectionpool\r\n# cleanup[2] removing requests.packages.urllib3.poolmanager\r\n# cleanup[2] removing requests.packages.urllib3\r\n# cleanup[2] removing idna.package_data\r\n# cleanup[2] removing idna.idnadata\r\n# cleanup[2] removing idna.intranges\r\n# cleanup[2] removing idna.core\r\n# cleanup[2] removing idna\r\n# cleanup[2] removing requests.packages.idna.package_data\r\n# cleanup[2] removing requests.packages.idna.idnadata\r\n# cleanup[2] removing requests.packages.idna.intranges\r\n# cleanup[2] removing requests.packages.idna.core\r\n# cleanup[2] removing requests.packages.idna\r\n# cleanup[2] removing requests.packages.chardet.enums\r\n# cleanup[2] removing requests.packages.chardet.charsetprober\r\n# cleanup[2] removing requests.packages.chardet.charsetgroupprober\r\n# cleanup[2] removing requests.packages.chardet.codingstatemachine\r\n# cleanup[2] removing requests.packages.chardet.escsm\r\n# cleanup[2] removing requests.packages.chardet.escprober\r\n# cleanup[2] removing requests.packages.chardet.latin1prober\r\n# cleanup[2] removing requests.packages.chardet.mbcssm\r\n# cleanup[2] removing requests.packages.chardet.utf8prober\r\n# cleanup[2] removing requests.packages.chardet.mbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.euctwfreq\r\n# cleanup[2] removing requests.packages.chardet.euckrfreq\r\n# cleanup[2] removing requests.packages.chardet.gb2312freq\r\n# cleanup[2] removing requests.packages.chardet.big5freq\r\n# cleanup[2] removing requests.packages.chardet.jisfreq\r\n# cleanup[2] removing requests.packages.chardet.chardistribution\r\n# cleanup[2] removing requests.packages.chardet.jpcntx\r\n# cleanup[2] removing requests.packages.chardet.sjisprober\r\n# cleanup[2] removing requests.packages.chardet.eucjpprober\r\n# cleanup[2] removing requests.packages.chardet.gb2312prober\r\n# cleanup[2] removing requests.packages.chardet.euckrprober\r\n# cleanup[2] removing requests.packages.chardet.cp949prober\r\n# cleanup[2] removing requests.packages.chardet.big5prober\r\n# cleanup[2] removing requests.packages.chardet.euctwprober\r\n# cleanup[2] removing requests.packages.chardet.mbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.hebrewprober\r\n# cleanup[2] removing requests.packages.chardet.sbcharsetprober\r\n# cleanup[2] removing requests.packages.chardet.langbulgarianmodel\r\n# cleanup[2] removing requests.packages.chardet.langgreekmodel\r\n# cleanup[2] removing requests.packages.chardet.langhebrewmodel\r\n# cleanup[2] removing requests.packages.chardet.langrussianmodel\r\n# cleanup[2] removing requests.packages.chardet.langthaimodel\r\n# cleanup[2] removing requests.packages.chardet.langturkishmodel\r\n# cleanup[2] removing requests.packages.chardet.sbcsgroupprober\r\n# cleanup[2] removing requests.packages.chardet.universaldetector\r\n# cleanup[2] removing requests.packages.chardet.version\r\n# cleanup[2] removing requests.packages.chardet\r\n# cleanup[2] removing requests.packages\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing requests.hooks\r\n# cleanup[2] removing requests.auth\r\n# cleanup[2] removing requests.status_codes\r\n# cleanup[2] removing requests.models\r\n# cleanup[2] removing socks\r\n# cleanup[2] removing urllib3.contrib.socks\r\n# cleanup[2] removing requests.adapters\r\n# cleanup[2] removing requests.sessions\r\n# cleanup[2] removing requests.api\r\n# cleanup[2] removing requests\r\n# cleanup[2] removing cloud_what._base_provider\r\n# destroy cloud_what._base_provider\r\n# cleanup[2] removing cloud_what.providers\r\n# destroy cloud_what.providers\r\n# cleanup[2] removing cloud_what.providers.aws\r\n# destroy cloud_what.providers.aws\r\n# cleanup[2] removing cloud_what.providers.azure\r\n# destroy cloud_what.providers.azure\r\n# cleanup[2] removing cloud_what.providers.gcp\r\n# destroy cloud_what.providers.gcp\r\n# cleanup[2] removing cloud_what.provider\r\n# cleanup[2] removing rhsm.profile\r\n# cleanup[2] removing subscription_manager.jsonwrapper\r\n# cleanup[2] removing subscription_manager.isodate\r\n# cleanup[2] removing syspurpose\r\n# destroy syspurpose\r\n# cleanup[2] removing syspurpose.utils\r\n# destroy syspurpose.utils\r\n# cleanup[2] removing syspurpose.files\r\n# destroy syspurpose.files\r\n# cleanup[2] removing subscription_manager.certlib\r\n# cleanup[2] removing subscription_manager.syspurposelib\r\n# cleanup[2] removing asyncore\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyinotify\r\n# cleanup[2] removing rhsmlib.file_monitor\r\n# cleanup[2] removing rhsmlib.dbus\r\n# cleanup[2] removing dbus.decorators\r\n# cleanup[2] removing dbus.service\r\n# cleanup[2] removing dbus.server\r\n# cleanup[2] removing dbus.mainloop\r\n# cleanup[2] removing _dbus_glib_bindings\r\n# cleanup[2] removing dbus.mainloop.glib\r\n# cleanup[2] removing rhsmlib.dbus.constants\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n# cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing xml.etree\r\n# destroy xml.etree\r\n# cleanup[2] removing xml.etree.ElementPath\r\n# cleanup[2] removing _elementtree\r\n# cleanup[2] removing xml.etree.ElementTree\r\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\r\n# cleanup[2] removing socketserver\r\n# destroy socketserver\r\n# cleanup[2] removing logging.config\r\n# cleanup[2] removing rhsm.logutil\r\n# cleanup[2] removing rhsmlib.dbus.server\r\n# cleanup[2] removing rhsmlib.services.syspurpose\r\n# cleanup[2] removing subscription_manager.cache\r\n# cleanup[2] removing subscription_manager.model\r\n# cleanup[2] removing subscription_manager.model.ent_cert\r\n# cleanup[2] removing subscription_manager.repofile\r\n# cleanup[2] removing subscription_manager.repolib\r\n# cleanup[2] removing subscription_manager.productid\r\n# cleanup[2] removing subscription_manager.reasons\r\n# cleanup[2] removing subscription_manager.cert_sorter\r\n# cleanup[2] removing rhsmlib.facts.insights\r\n# cleanup[2] removing rhsmlib.facts.kpatch\r\n# cleanup[2] removing rhsmlib.facts.cloud_facts\r\n# cleanup[2] removing rhsmlib.facts.pkg_arches\r\n# cleanup[2] removing rhsmlib.facts.network\r\n# cleanup[2] removing rhsmlib.facts.all\r\n# cleanup[2] removing subscription_manager.facts\r\n# cleanup[2] removing subscription_manager.identity\r\n# cleanup[2] removing subscription_manager.validity\r\n# cleanup[2] removing rhsmlib.client_info\r\n# cleanup[2] removing subscription_manager.cp_provider\r\n# cleanup[2] removing subscription_manager.base_plugin\r\n# cleanup[2] removing subscription_manager.plugins\r\n# cleanup[2] removing subscription_manager.lock\r\n# cleanup[2] removing subscription_manager.injectioninit\r\n# cleanup[2] removing librepo._librepo\r\n# cleanup[2] removing librepo\r\n# cleanup[2] removing dnf.plugin.dynamic.product-id\r\n# destroy dnf.plugin.dynamic.product-id\r\n# cleanup[2] removing subscription_manager.base_action_client\r\n# cleanup[2] removing subscription_manager.content_action_client\r\n# cleanup[2] removing subscription_manager.entbranding\r\n# cleanup[2] removing subscription_manager.rhelentbranding\r\n# cleanup[2] removing subscription_manager.entcertlib\r\n# cleanup[2] removing subscription_manager.identitycertlib\r\n# cleanup[2] removing subscription_manager.healinglib\r\n# cleanup[2] removing subscription_manager.factlib\r\n# cleanup[2] removing subscription_manager.packageprofilelib\r\n# cleanup[2] removing subscription_manager.installedproductslib\r\n# cleanup[2] removing subscription_manager.action_client\r\n# cleanup[2] removing dnf.plugin.dynamic.subscription-manager\r\n# destroy dnf.plugin.dynamic.subscription-manager\r\n# cleanup[2] removing dnf.plugin.dynamic.upload-profile\r\n# destroy dnf.plugin.dynamic.upload-profile\r\n# cleanup[2] removing dnf.plugin.dynamic.notify_packagekit\r\n# destroy dnf.plugin.dynamic.notify_packagekit\r\n# destroy _sitebuiltins\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy selinux\r\n# destroy distro\r\n# destroy netrc\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy systemd.journal\r\n# destroy iniparse.compat\r\n# destroy rhsmlib.services\r\n# destroy rhsmlib.facts\r\n# destroy rhsmlib.facts.dmidecodeparser\r\n# destroy rhsmlib.facts.all\r\n# destroy rhsmlib.dbus\r\n# destroy rhsmlib.dbus.server\r\n# destroy rhsmlib.client_info\r\n# destroy librepo\r\n# cleanup[3] wiping subscription_manager.action_client\r\n# cleanup[3] wiping subscription_manager.installedproductslib\r\n# cleanup[3] wiping subscription_manager.packageprofilelib\r\n# cleanup[3] wiping subscription_manager.factlib\r\n# cleanup[3] wiping subscription_manager.healinglib\r\n# cleanup[3] wiping subscription_manager.identitycertlib\r\n# cleanup[3] wiping subscription_manager.entcertlib\r\n# cleanup[3] wiping subscription_manager.rhelentbranding\r\n# cleanup[3] wiping subscription_manager.entbranding\r\n# cleanup[3] wiping subscription_manager.content_action_client\r\n# cleanup[3] wiping subscription_manager.base_action_client\r\n# cleanup[3] wiping librepo._librepo\r\n# cleanup[3] wiping subscription_manager.injectioninit\r\n# cleanup[3] wiping subscription_manager.lock\r\n# cleanup[3] wiping subscription_manager.plugins\r\n# cleanup[3] wiping subscription_manager.base_plugin\r\n# cleanup[3] wiping subscription_manager.cp_provider\r\n# cleanup[3] wiping subscription_manager.validity\r\n# cleanup[3] wiping subscription_manager.identity\r\n# cleanup[3] wiping subscription_manager.facts\r\n# cleanup[3] wiping rhsmlib.facts.network\r\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\r\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\r\n# cleanup[3] wiping rhsmlib.facts.kpatch\r\n# cleanup[3] wiping rhsmlib.facts.insights\r\n# cleanup[3] wiping subscription_manager.cert_sorter\r\n# destroy rhsmlib.file_monitor\r\n# cleanup[3] wiping subscription_manager.reasons\r\n# cleanup[3] wiping subscription_manager.productid\r\n# cleanup[3] wiping subscription_manager.repolib\r\n# cleanup[3] wiping subscription_manager.repofile\r\n# cleanup[3] wiping subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.model\r\n# destroy subscription_manager.model.ent_cert\r\n# cleanup[3] wiping subscription_manager.cache\r\n# destroy rhsmlib.services.syspurpose\r\n# cleanup[3] wiping rhsm.logutil\r\n# cleanup[3] wiping logging.config\r\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\r\n# destroy xml.etree.ElementTree\r\n# cleanup[3] wiping _elementtree\r\n# cleanup[3] wiping xml.etree.ElementPath\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n# cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping gi._ossighelper\r\n# cleanup[3] wiping gi.repository\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides\r\n# destroy gi.overrides.GLib\r\n# cleanup[3] wiping gi.module\r\n# destroy gi\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi._gobject\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping gi._error\r\n# cleanup[3] wiping rhsmlib.dbus.constants\r\n# cleanup[3] wiping dbus.mainloop.glib\r\n# cleanup[3] wiping _dbus_glib_bindings\r\n# cleanup[3] wiping dbus.mainloop\r\n# destroy dbus.mainloop.glib\r\n# cleanup[3] wiping dbus.server\r\n# cleanup[3] wiping dbus.service\r\n# cleanup[3] wiping dbus.decorators\r\n# cleanup[3] wiping pyinotify\r\n# destroy asyncore\r\n# destroy ctypes\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping subscription_manager.syspurposelib\r\n# cleanup[3] wiping subscription_manager.certlib\r\n# cleanup[3] wiping subscription_manager.isodate\r\n# cleanup[3] wiping subscription_manager.jsonwrapper\r\n# cleanup[3] wiping rhsm.profile\r\n# destroy cloud_what.provider\r\n# cleanup[3] wiping requests\r\n# destroy requests._internal_utils\r\n# destroy requests.exceptions\r\n# destroy requests.compat\r\n# destroy requests.cookies\r\n# destroy requests.structures\r\n# destroy requests.utils\r\n# destroy requests.packages\r\n# destroy urllib3\r\n# destroy idna\r\n# destroy idna.package_data\r\n# destroy idna.intranges\r\n# destroy idna.core\r\n# destroy requests.hooks\r\n# destroy requests.auth\r\n# destroy requests.status_codes\r\n# destroy requests.models\r\n# destroy requests.adapters\r\n# destroy requests.api\r\n# cleanup[3] wiping requests.sessions\r\n# cleanup[3] wiping urllib3.contrib.socks\r\n# destroy socks\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping requests.packages.chardet\r\n# destroy chardet.enums\r\n# destroy chardet.charsetprober\r\n# destroy chardet.charsetgroupprober\r\n# destroy chardet.codingstatemachine\r\n# destroy chardet.escsm\r\n# destroy chardet.escprober\r\n# destroy chardet.latin1prober\r\n# destroy chardet.mbcssm\r\n# destroy chardet.utf8prober\r\n# destroy chardet.mbcharsetprober\r\n# destroy chardet.euctwfreq\r\n# destroy chardet.euckrfreq\r\n# destroy chardet.gb2312freq\r\n# destroy chardet.big5freq\r\n# destroy chardet.jisfreq\r\n# destroy chardet.chardistribution\r\n# destroy chardet.jpcntx\r\n# destroy chardet.sjisprober\r\n# destroy chardet.eucjpprober\r\n# destroy chardet.gb2312prober\r\n# destroy chardet.euckrprober\r\n# destroy chardet.cp949prober\r\n# destroy chardet.big5prober\r\n# destroy chardet.euctwprober\r\n# destroy chardet.mbcsgroupprober\r\n# destroy chardet.hebrewprober\r\n# destroy chardet.sbcharsetprober\r\n# destroy chardet.langbulgarianmodel\r\n# destroy chardet.langgreekmodel\r\n# destroy chardet.langhebrewmodel\r\n# destroy chardet.langrussianmodel\r\n# destroy chardet.langthaimodel\r\n# destroy chardet.langturkishmodel\r\n# destroy chardet.sbcsgroupprober\r\n# destroy chardet.universaldetector\r\n# destroy chardet.version\r\n# cleanup[3] wiping requests.packages.idna.idnadata\r\n# cleanup[3] wiping idna.idnadata\r\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\r\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\r\n# cleanup[3] wiping requests.packages.urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.response\r\n# cleanup[3] wiping requests.packages.urllib3.request\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\r\n# cleanup[3] wiping requests.packages.urllib3.filepost\r\n# cleanup[3] wiping requests.packages.urllib3.fields\r\n# destroy mimetypes\r\n# cleanup[3] wiping requests.packages.urllib3.connection\r\n# cleanup[3] wiping requests.packages.urllib3._collections\r\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\r\n# cleanup[3] wiping requests.packages.urllib3.util\r\n# destroy urllib3.util.wait\r\n# destroy urllib3.util.connection\r\n# destroy urllib3.util.request\r\n# destroy urllib3.util.response\r\n# destroy urllib3.util.retry\r\n# destroy urllib3.util.url\r\n# destroy urllib3.util.ssltransport\r\n# destroy urllib3.util.ssl_\r\n# destroy urllib3.util.timeout\r\n# destroy urllib3.util.proxy\r\n# destroy urllib3.util.queue\r\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping requests.packages.urllib3.contrib\r\n# destroy urllib3.contrib.socks\r\n# cleanup[3] wiping requests.packages.urllib3._version\r\n# cleanup[3] wiping requests.packages.urllib3.exceptions\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages.six\r\n# destroy urllib3.packages.six.moves.urllib\r\n# destroy urllib3.packages.six.moves\r\n# cleanup[3] wiping requests.packages.urllib3.packages\r\n# destroy urllib3.packages.ssl_match_hostname\r\n# cleanup[3] wiping http.cookies\r\n# cleanup[3] wiping requests.certs\r\n# cleanup[3] wiping chardet\r\n# cleanup[3] wiping urllib3.poolmanager\r\n# cleanup[3] wiping urllib3.connectionpool\r\n# cleanup[3] wiping urllib3.response\r\n# cleanup[3] wiping urllib3.request\r\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\r\n# cleanup[3] wiping urllib3.filepost\r\n# cleanup[3] wiping urllib3.fields\r\n# cleanup[3] wiping urllib3.connection\r\n# cleanup[3] wiping urllib3._collections\r\n# cleanup[3] wiping urllib3.util\r\n# cleanup[3] wiping hmac\r\n# cleanup[3] wiping urllib3.contrib._appengine_environ\r\n# cleanup[3] wiping urllib3.contrib\r\n# cleanup[3] wiping urllib3._version\r\n# cleanup[3] wiping urllib3.exceptions\r\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\r\n# cleanup[3] wiping urllib3.packages.six\r\n# cleanup[3] wiping urllib3.packages\r\n# cleanup[3] wiping rhsmlib.facts.custom\r\n# cleanup[3] wiping rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.cleanup\r\n# destroy rhsmlib.facts.virt\r\n# destroy rhsmlib.facts.firmware_info\r\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\r\n# cleanup[3] wiping subscription_manager.utils\r\n# destroy pprint\r\n# destroy uuid\r\n# cleanup[3] wiping rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.cpuinfo\r\n# cleanup[3] wiping rhsmlib.facts.collector\r\n# destroy rhsmlib.facts.collection\r\n# cleanup[3] wiping subscription_manager.branding\r\n# cleanup[3] wiping subscription_manager.certdirectory\r\n# cleanup[3] wiping rhsm.certificate2\r\n# cleanup[3] wiping rhsm.pathtree\r\n# cleanup[3] wiping rhsm.huffman\r\n# cleanup[3] wiping rhsm.bitstream\r\n# cleanup[3] wiping rhsm.connection\r\n# destroy subscription_manager\r\n# destroy subscription_manager.i18n\r\n# destroy subscription_manager.version\r\n# destroy subscription_manager.certdirectory\r\n# destroy subscription_manager.branding\r\n# destroy subscription_manager.utils\r\n# destroy subscription_manager.jsonwrapper\r\n# destroy subscription_manager.isodate\r\n# destroy subscription_manager.certlib\r\n# destroy subscription_manager.syspurposelib\r\n# destroy subscription_manager.cache\r\n# destroy subscription_manager.model\r\n# destroy subscription_manager.repofile\r\n# destroy subscription_manager.repolib\r\n# destroy subscription_manager.productid\r\n# destroy subscription_manager.reasons\r\n# destroy subscription_manager.cert_sorter\r\n# destroy subscription_manager.facts\r\n# destroy subscription_manager.identity\r\n# destroy subscription_manager.validity\r\n# destroy subscription_manager.cp_provider\r\n# destroy subscription_manager.base_plugin\r\n# destroy subscription_manager.plugins\r\n# destroy subscription_manager.lock\r\n# destroy subscription_manager.injectioninit\r\n# destroy subscription_manager.base_action_client\r\n# destroy subscription_manager.content_action_client\r\n# destroy subscription_manager.entbranding\r\n# destroy subscription_manager.rhelentbranding\r\n# destroy subscription_manager.entcertlib\r\n# destroy subscription_manager.identitycertlib\r\n# destroy subscription_manager.healinglib\r\n# destroy subscription_manager.factlib\r\n# destroy subscription_manager.packageprofilelib\r\n# destroy subscription_manager.installedproductslib\r\n# destroy subscription_manager.action_client\r\n# cleanup[3] wiping rhsm.utils\r\n# cleanup[3] wiping rhsm.ourjson\r\n# cleanup[3] wiping rhsm.https\r\n# cleanup[3] wiping ntpath\r\n# cleanup[3] wiping rhsmlib.services.config\r\n# cleanup[3] wiping subscription_manager.injection\r\n# cleanup[3] wiping rhsm.config\r\n# cleanup[3] wiping iniparse.ini\r\n# destroy iniparse.config\r\n# cleanup[3] wiping rhsm.certificate\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# cleanup[3] wiping rhsm._certificate\r\n# cleanup[3] wiping rhsm\r\n# destroy rhsm.certificate\r\n# destroy rhsm.config\r\n# destroy rhsm.https\r\n# destroy rhsm.ourjson\r\n# destroy rhsm.utils\r\n# destroy rhsm.bitstream\r\n# destroy rhsm.huffman\r\n# destroy rhsm.pathtree\r\n# destroy rhsm.certificate2\r\n# destroy rhsm.profile\r\n# destroy rhsm.logutil\r\n# cleanup[3] wiping dbus\r\n# destroy dbus._compat\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus._dbus\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus.decorators\r\n# destroy dbus.service\r\n# destroy dbus.server\r\n# destroy dbus.mainloop\r\n# cleanup[3] wiping xml.parsers.expat.errors\r\n# cleanup[3] wiping xml.parsers.expat.model\r\n# cleanup[3] wiping pyexpat\r\n# cleanup[3] wiping pyexpat.model\r\n# cleanup[3] wiping pyexpat.errors\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping _sqlite3\r\n# cleanup[3] wiping dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# cleanup[3] wiping dateutil.tz\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# cleanup[3] wiping six.moves\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping six\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping gpg.constants\r\n# destroy gpg.constants.data\r\n# destroy gpg.constants.data.encoding\r\n# destroy gpg.constants.keylist\r\n# destroy gpg.constants.keylist.mode\r\n# destroy gpg.constants.sig\r\n# destroy gpg.constants.sig.mode\r\n# destroy gpg.constants.sig.notation\r\n# destroy gpg.constants.tofu\r\n# destroy gpg.constants.tofu.policy\r\n# destroy gpg.constants.create\r\n# destroy gpg.constants.event\r\n# destroy gpg.constants.import_type\r\n# destroy gpg.constants.keysign\r\n# destroy gpg.constants.md\r\n# destroy gpg.constants.pk\r\n# destroy gpg.constants.protocol\r\n# destroy gpg.constants.sigsum\r\n# destroy gpg.constants.status\r\n# destroy gpg.constants.validity\r\n# cleanup[3] wiping gpg.errors\r\n# cleanup[3] wiping gpg.util\r\n# cleanup[3] wiping gpg.gpgme\r\n# cleanup[3] wiping gpg._gpgme\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping gzip\r\n# cleanup[3] wiping http.cookiejar\r\n# cleanup[3] wiping urllib.request\r\n# destroy http\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# cleanup[3] wiping ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy uu\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping urllib.parse\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# destroy array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# destroy logging.config\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# destroy syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping zipfile\r\n# destroy bz2\r\n# destroy lzma\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping bisect\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping _compression\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib.abc\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib.machinery\r\n# destroy importlib.abc\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping enum\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.latin_1\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy librepo._librepo\r\n# destroy _dbus_glib_bindings\r\n# destroy rhsm._certificate\r\n# destroy decimal\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy _queue\r\n# destroy _ssl\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _string\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _random\r\n# destroy _bisect\r\n# destroy grp\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy marshal\r\n# destroy xml.etree.ElementPath\r\n# destroy _elementtree\r\n# destroy _heapq\r\n# destroy zipimport\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy libdnf._error\r\n# destroy gi.types\r\n# destroy gi._error\r\n# destroy gi._gi\r\n# destroy gi._gobject\r\n# destroy gi._constants\r\n# destroy gi.docstring\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy textwrap\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy stat\r\n# destroy selectors\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy gzip\r\n# destroy rhsmlib.facts.dmiinfo\r\n# destroy requests\r\n# destroy iniparse.ini\r\n# destroy enum\r\n# destroy signal\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy _functools\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy locale\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy base64\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy dateutil.parser._parser\r\n# destroy _stat\r\n# destroy http.cookies\r\n# destroy urllib.parse\r\n# destroy _weakref\r\n# destroy ntpath\r\n# destroy posix\r\n# destroy rhsmlib.facts.custom\r\n# destroy rhsmlib.facts.host_collector\r\n# destroy rhsmlib.facts.hwprobe\r\n# destroy rhsmlib.facts.insights\r\n# destroy rhsmlib.facts.kpatch\r\n# destroy rhsmlib.facts.cloud_facts\r\n# destroy rhsmlib.facts.pkg_arches\r\n# destroy rhsmlib.facts.network\r\n# destroy rhsm\r\n# destroy rhsmlib.dbus.dbus_utils\r\n# destroy _opcode\r\n# destroy requests.sessions\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy traceback\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy fcntl\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy operator\r\n# destroy random\r\n# destroy rpm\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy _thread\r\n# destroy _warnings\r\n# destroy configparser\r\n# destroy fnmatch\r\n# destroy pyinotify\r\n# destroy urllib3.packages\r\n# destroy urllib3.exceptions\r\n# destroy urllib3._version\r\n# destroy urllib3.contrib\r\n# destroy urllib3.util\r\n# destroy urllib3._collections\r\n# destroy urllib3.connection\r\n# destroy urllib3.fields\r\n# destroy urllib3.filepost\r\n# destroy urllib3.request\r\n# destroy urllib3.response\r\n# destroy urllib3.connectionpool\r\n# destroy urllib3.poolmanager\r\n# destroy copy\r\n# destroy contextlib\r\n# destroy tempfile\r\n# destroy zipfile\r\n# destroy requests.certs\r\n# destroy hashlib\r\n# destroy encodings\r\n# destroy http.cookiejar\r\n# destroy chardet\r\n# destroy json\r\n# destroy calendar\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy codecs\r\n# destroy gpg.gpgme\r\n# destroy gpg.constants\r\n# destroy gpg.errors\r\n# destroy gpg.util\r\n# destroy urllib3.packages.six.moves.urllib_parse\r\n# destroy urllib3.packages.six.moves.urllib.error\r\n# destroy urllib3.packages.six.moves.urllib.request\r\n# destroy urllib3.packages.six.moves.urllib.response\r\n# destroy urllib3.packages.six.moves.urllib.robotparser\r\n# destroy subprocess\r\n# destroy rhsmlib.facts.collector\r\n# destroy itertools\r\n# destroy http.client\r\n# destroy email\r\n# destroy string\r\n# destroy dbus\r\n# destroy rhsmlib.dbus.constants\r\n# destroy rhsm.connection\r\n# destroy gi.repository.GLib\r\n# destroy rhsmlib.services.config\r\n# destroy subscription_manager.injection\r\n# destroy errno\r\n# destroy select\r\n# destroy urllib3.contrib._appengine_environ\r\n# destroy hmac\r\n# destroy warnings\r\n# destroy binascii\r\n# destroy urllib3.packages.six\r\n# destroy _hashlib\r\n# destroy ssl\r\n# destroy posixpath\r\n# destroy urllib\r\n# destroy io\r\n# destroy io\r\n# destroy _lzma\r\n# destroy _compression\r\n# destroy idna.idnadata\r\n# destroy bisect\r\n# destroy unicodedata\r\n# destroy re\r\n# destroy pyexpat\r\n# destroy threading\r\n# destroy functools\r\n# destroy logging\r\n# destroy socket\r\n# destroy struct\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888135.80832: _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 0x7fc4550d8dc0> # /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 0x7fc45507d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4550d8b20> # /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 0x7fc4550d8ac0> 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 0x7fc45507d490> # /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 0x7fc45507d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d670> # /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 0x7fc455034190> # /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 0x7fc455034220> # /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 0x7fc455057850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455034940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc455095880> # /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 0x7fc45502dd90> # /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 0x7fc455057d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45507d970> 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 0x7fc454dadeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db1f40> # /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 0x7fc454da7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454daf640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dad370> # /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 0x7fc454cb9dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cb98b0> 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 0x7fc454cb9eb0> # /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 0x7fc454cb9f70> # /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 0x7fc454cb9e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d0c610> # /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 0x7fc454d1f670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454db5e20> # /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 0x7fc454ccbc70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454d12250> # 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 0x7fc454d1f280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb9d0> # /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 0x7fc454ccbfa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccbd90> # /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 0x7fc454ccbd00> # /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 0x7fc454c9f370> # /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 0x7fc454c9f460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454cd3fa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccda30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccd490> # /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 0x7fc454bed1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c89c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccdeb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454dbb040> # /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 0x7fc454bfeaf0> 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 0x7fc454bfee20> # /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 0x7fc454c11730> # /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 0x7fc454c11c70> # 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 0x7fc454ba93a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bfef10> # /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 0x7fc454bb9280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454c115b0> 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 0x7fc454bb9340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb9d0> # /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 0x7fc454bd56a0> # /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 0x7fc454bd5970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd5760> # 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 0x7fc454bd5850> # /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 0x7fc454bd5ca0> # 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 0x7fc454be21f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bd58e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454bc8a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454ccb5b0> # /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 0x7fc454bd5a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc4545e7670> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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_dywns0j0/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 0x7fc4544e67f0> # /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 0x7fc4544f7760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7370> # /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 0x7fc4544f7490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7190> 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 0x7fc4544f7400> # /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 0x7fc4544f77c0> # /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 0x7fc4544657c0> # 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 0x7fc454465b50> # 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 0x7fc4544659a0> # /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 0x7fc454483b20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454570d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544f7520> # /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 0x7fc454570190> # /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 0x7fc4544e1a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454515880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45447d310> # 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 0x7fc454515970> # /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 0x7fc454545d30> # /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 0x7fc4544479a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe50> # /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 0x7fc4544550d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45454fe20> # /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 0x7fc45451c700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454455100> # 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 0x7fc454453580> # 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 0x7fc454453640> # 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 0x7fc454452c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4545e7820> # /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 0x7fc4544d8af0> # 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 0x7fc4544d79d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454448850> # 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 0x7fc4544d8520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454510ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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_dywns0j0/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_dywns0j0/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_dywns0j0/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_dywns0j0/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 0x7fc45401fd30> # /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 0x7fc454434550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454411040> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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_dywns0j0/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 0x7fc4544cd9d0> # 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_dywns0j0/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_dywns0j0/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_dywns0j0/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_dywns0j0/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_dywns0j0/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 0x7fc45401f610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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_dywns0j0/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_dywns0j0/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_dywns0j0/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_dywns0j0/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 0x7fc45455f7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544d7610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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_dywns0j0/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 0x7fc45442fc70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454415bb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544137f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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_dywns0j0/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_dywns0j0/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_dywns0j0/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_dywns0j0/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 0x7fc453ffdaf0> # /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 0x7fc453ffdfd0> # /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 0x7fc453ffd2e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd880> # /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 0x7fc454426880> # /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 0x7fc453d22d00> # /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 0x7fc453d3c280> # /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 0x7fc453d3c460> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d22460> # /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 0x7fc453d3cf40> # /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 0x7fc453d3ce50> # /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 0x7fc453dc78b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d76340> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d3c910> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426130> # /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 0x7fc453fb1460> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440d370> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dc74f0> # /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 0x7fc453dcda00> # /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 0x7fc453dcdc40> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454002130> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45440dd00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4544265e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426820> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffd790> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453ffdfa0> # /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 0x7fc453ffda30> # /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 0x7fc453dcdf40> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc454426a00> # /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 0x7fc453dcd370> # /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 0x7fc453dd76a0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d27a30> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453dcd1c0> # /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 0x7fc453d6b340> # /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 0x7fc453d7cc70> # /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 0x7fc453d44bb0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453d7ce80> # /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 0x7fc453d44e50> # /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 0x7fc453dc8550> # /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 0x7fc453aebc70> # zipimport: zlib available import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_dywns0j0/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_dywns0j0/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_dywns0j0/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_dywns0j0/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 0x7fc453a4ebe0> # /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 0x7fc453a4ed60> # /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 0x7fc453a9f460> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4efd0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e280> # /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 0x7fc453a4e850> # /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 0x7fc4539d39a0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3550> # /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 0x7fc453975520> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d39d0> # /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 0x7fc4538d4df0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539f52b0> # /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 0x7fc4520e32b0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539a8880> # /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 0x7fc451fb0e50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520c2550> # /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 0x7fc451f1c9d0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4520e34f0> # /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 0x7fc451f15d30> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f1cf70> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3100> # /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 0x7fc451e44af0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44310> # /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 0x7fc451e586d0> # /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 0x7fc451e65280> # /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 0x7fc451e65820> # /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 0x7fc451e65c70> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e65340> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58760> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e4ed90> # /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 0x7fc451a16eb0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e58160> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451e44c70> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f47700> # /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 0x7fc451f47e20> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451f478b0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4539d3250> # /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 0x7fc451a25d30> # /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 0x7fc4518951f0> import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451935280> # /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 0x7fc4519427c0> import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4518e8e20> # /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 0x7fc451942e50> import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942b80> # /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 0x7fc451942fd0> import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e20> # /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 0x7fc451799190> # /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 0x7fc451799220> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942f10> # /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 0x7fc4517993a0> import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451942e80> # /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 0x7fc451942c10> # /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 0x7fc4517991c0> # /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 0x7fc451799400> # /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 0x7fc451799490> # /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 0x7fc451799520> # /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 0x7fc4517995b0> # /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 0x7fc451799640> # /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 0x7fc4517996d0> # /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 0x7fc451799760> # /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 0x7fc4517997f0> import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519421f0> import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45191c190> # /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 0x7fc451799bb0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451799910> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4519423d0> # /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 0x7fc451942fa0> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913c70> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451913280> # /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 0x7fc451913460> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49b20> # /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 0x7fc451913df0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a25cd0> # /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 0x7fc4517b1c10> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b14c0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451a49910> # /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 0x7fc45174f280> # /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 0x7fc451701160> # 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 0x7fc4517011f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451762670> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45174f6a0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451743a60> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1f70> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1eb0> # /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 0x7fc451701fa0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451701760> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517b1d60> # /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 0x7fc45173a910> # /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 0x7fc451725820> # /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 0x7fc4517258b0> # /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 0x7fc451725a30> # /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 0x7fc453e40190> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451735160> # /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 0x7fc453e401f0> # /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 0x7fc453e402e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4517259d0> # /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 0x7fc451725f70> # /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 0x7fc45156b3a0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45156b160> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45155b9a0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e519a0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453e40e80> # /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 0x7fc453e51c70> # /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 0x7fc453e59970> # /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 0x7fc451579700> # /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 0x7fc451579340> # /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 0x7fc451587640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451587160> # /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 0x7fc4515874c0> import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e940> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc453a4e7f0> # /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 0x7fc451590f70> # /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 0x7fc451545f70> # /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 0x7fc4514e1d60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1be0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e13a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1160> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530eb0> # /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 0x7fc4514e11f0> # /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 0x7fc45150c130> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4514e1e80> # /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 0x7fc4514fc9a0> # /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 0x7fc45150cfa0> # /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 0x7fc45140f190> # /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 0x7fc45140f2e0> # /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 0x7fc45140f8e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45140f610> # /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 0x7fc45140f9a0> # /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 0x7fc45141b5e0> # /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 0x7fc45141b6d0> # /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 0x7fc45141beb0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45141bac0> # /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 0x7fc45141bf10> # /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 0x7fc451433af0> # /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 0x7fc451433c10> # /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 0x7fc451433e50> # /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 0x7fc4513c22e0> # /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 0x7fc4513c2cd0> # /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 0x7fc4513c2e20> # /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 0x7fc4513d1520> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1100> # /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 0x7fc4513d1f10> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513d1a60> # /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 0x7fc4513d1d60> # /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 0x7fc4513df7f0> # /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 0x7fc4513dff70> # /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 0x7fc4513ec280> # /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 0x7fc4513ec370> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530490> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4515301f0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451590cd0> # /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 0x7fc4513ecee0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecc10> # /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 0x7fc4513865b0> # /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 0x7fc45138f4f0> # 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 0x7fc451386e50> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451386dc0> # /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 0x7fc4513bb730> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bb1c0> # /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 0x7fc451308a60> # /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 0x7fc451308c40> # /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 0x7fc4513bbca0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513bba30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513f9130> # /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 0x7fc4513861f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4513ecac0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451530220> # /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 0x7fc451329160> # /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 0x7fc451329490> # /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 0x7fc451329d00> # /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 0x7fc4512be610> # /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 0x7fc4512beb80> # /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 0x7fc4512cbc40> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb820> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb580> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cb1f0> # /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 0x7fc4512cb430> # /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 0x7fc4512d9bb0> # /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 0x7fc4512d9c40> # /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 0x7fc4512e7280> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d9dc0> # /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 0x7fc4511ee2e0> # /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 0x7fc4511f8340> # /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 0x7fc4511f82e0> # /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 0x7fc4511f8490> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511f81f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511eed00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511ee3a0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512f5a30> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7fa0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512e7940> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512d97f0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4512cbfd0> # /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 0x7fc4512d9940> # /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 0x7fc4511eed90> # /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 0x7fc4511f8760> # /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 0x7fc4511f89d0> # /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 0x7fc4511f8f40> # /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 0x7fc451214730> # /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 0x7fc451198910> # /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 0x7fc4511a5b80> # /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 0x7fc4511c7130> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a5be0> # /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 0x7fc451176400> # /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 0x7fc451176520> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168490> # /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 0x7fc4511687c0> # /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 0x7fc45117b910> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451168130> # /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 0x7fc4511681f0> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45115ca90> # /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 0x7fc45117bdc0> # /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 0x7fc4511111f0> # /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 0x7fc4511112e0> # /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 0x7fc451111400> # /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 0x7fc4510e6640> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45113af40> # /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 0x7fc45114d9d0> # /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 0x7fc45114da60> # /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 0x7fc4510e62b0> # /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 0x7fc4510f73a0> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45111ed00> # /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 0x7fc451127970> # /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 0x7fc4510a6880> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451127280> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451111bb0> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511c4d90> # /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 0x7fc4510ca640> # /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 0x7fc4510cadf0> # /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 0x7fc451058160> # /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 0x7fc451058a90> # /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 0x7fc4510781c0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451058d60> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510581f0> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8880> # /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 0x7fc4510312e0> # /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 0x7fc451031dc0> # /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 0x7fc451031f40> # /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 0x7fc451039be0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510397c0> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451039310> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031a60> # /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 0x7fc451031bb0> # /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 0x7fc450fe5a00> import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fe5670> # /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 0x7fc450fe56d0> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb610> # /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 0x7fc450fdb7f0> # /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 0x7fc450f92910> # /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 0x7fc450f92ac0> # /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 0x7fc450f92c70> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f925b0> # /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 0x7fc450f928b0> # /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 0x7fc450f9e0d0> # /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 0x7fc450f9e130> # /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 0x7fc450faa340> # /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 0x7fc450faa910> # /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 0x7fc450fcbe80> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f9ec40> # /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 0x7fc450f9eb20> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f92250> # /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 0x7fc450f92310> # /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 0x7fc450f92040> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fefaf0> # /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 0x7fc450f528e0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f52520> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510009a0> # /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 0x7fc450f922e0> # /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 0x7fc450f52d60> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450fdb940> # /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 0x7fc450f5f910> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048fa0> # /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 0x7fc450f77280> # /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 0x7fc450f774f0> import 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d0a0> # /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 0x7fc450f77df0> # /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 0x7fc450f80190> import 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f779d0> # /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 0x7fc450f77c40> # /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 0x7fc450f80c40> import 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f807f0> # /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 0x7fc450f80fa0> # /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 0x7fc450f89b50> # /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 0x7fc450f89c10> # /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 0x7fc450f89ca0> # /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 0x7fc450f89d30> # /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 0x7fc450f89dc0> import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f894f0> # /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 0x7fc450f89f70> import 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80b20> # /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 0x7fc450eb3370> # /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 0x7fc450eb36a0> # /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 0x7fc450eb3910> # /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 0x7fc450eb3bb0> # /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 0x7fc450eb3e50> # /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 0x7fc450eb8130> import 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80430> # /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 0x7fc450eb8490> # /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 0x7fc450eb88b0> import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8730> # /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 0x7fc450eb8d00> # /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 0x7fc450eb8c40> # /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 0x7fc450eb8d30> # /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 0x7fc450ec70d0> # /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 0x7fc450ec7160> import 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f80640> import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d8b0> # /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 0x7fc450f6d8e0> import 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450f6d430> # /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 0x7fc450f80520> # /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 0x7fc450fdb3a0> # /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 0x7fc450ec7fd0> # /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 0x7fc450e5c580> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c370> import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e5c100> # /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 0x7fc450e5c400> # /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 0x7fc450e66f40> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450eb8c70> # /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 0x7fc450e78a60> # /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 0x7fc450e85250> # /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 0x7fc450e85310> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78af0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78760> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78670> # /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 0x7fc450e351c0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85d00> # /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 0x7fc450e85f10> # /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 0x7fc450e85fd0> # /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 0x7fc450e35eb0> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e78730> # /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 0x7fc450de61c0> import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddbdf0> import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ddb2e0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e4a850> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e85b50> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048c40> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451048550> # /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 0x7fc450ddbf10> # /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 0x7fc450ddbc40> # /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 0x7fc450def910> # /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 0x7fc450defd00> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451031520> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451021880> # /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 0x7fc450e0a2e0> # /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 0x7fc450e0a670> # /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 0x7fc450e0a790> # /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 0x7fc450d9e100> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450e0a850> # /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 0x7fc450dac160> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9ea30> # /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 0x7fc450d52910> # /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 0x7fc450d5e550> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dacee0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dac700> # /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 0x7fc450dc1a00> # /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 0x7fc450d77c40> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d77370> # /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 0x7fc450d77df0> # /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 0x7fc450d882b0> # /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 0x7fc450d88430> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d882e0> # /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 0x7fc450d883d0> # /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 0x7fc450d88d00> # 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 0x7fc450d88b50> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d88520> # /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 0x7fc450d2c940> # /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 0x7fc450d2ca30> # /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 0x7fc450d2cd30> # /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 0x7fc450d3b340> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d2c2e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17e80> # /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 0x7fc450d2c460> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d17b20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d888e0> # /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 0x7fc450c2b490> # /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 0x7fc450c44f10> import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2bcd0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c2b820> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d3bf40> # /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 0x7fc450bf3d90> # /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 0x7fc450c11310> # 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 0x7fc450c11f10> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3e20> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf3760> # /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 0x7fc450c22f40> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450c22400> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bf6850> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450dc1880> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450d9eee0> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc45108c550> # /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 0x7fc451018820> # /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 0x7fc450ba4df0> # /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 0x7fc450ba4f70> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4510b8f10> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511989a0> # /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 0x7fc450b566d0> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450bc6b50> # /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 0x7fc450b62100> # /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 0x7fc450b623a0> # /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 0x7fc450b625e0> # /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 0x7fc450b62820> # /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 0x7fc450b62a00> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b56c70> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b569a0> # /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 0x7fc450b56e80> # /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 0x7fc450b723d0> # /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 0x7fc450b72880> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b724f0> # /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 0x7fc450b0e190> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b72cd0> # /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 0x7fc450b72e20> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511a53d0> # /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 0x7fc450b1bb20> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4511986a0> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc451220520> # /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 0x7fc450b32640> # /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 0x7fc450b3d910> # /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 0x7fc450b446a0> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b3df40> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b32af0> # /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 0x7fc450b3d370> # /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 0x7fc450b4d640> # /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 0x7fc450b4d850> # /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 0x7fc450b4db50> # /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 0x7fc450b4de20> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b320d0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450b1bcd0> # /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 0x7fc450b32490> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/notify_packagekit.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/notify_packagekit.cpython-39.pyc' import 'dnf.plugin.dynamic.notify_packagekit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc450ad1130> {"msg": "Check mode: No changes made, but would have if not in check mode", "changed": true, "results": ["Installed: cockpit-session-recording-16-1.el9.noarch"], "rc": 0, "invocation": {"module_args": {"name": ["cockpit-session-recording"], "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, "state": 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 # cleanup[2] removing dnf.plugin.dynamic.notify_packagekit # destroy dnf.plugin.dynamic.notify_packagekit # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888135.86294: done with _execute_module (ansible.legacy.dnf, {'name': ['cockpit-session-recording'], '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888133.3077736-7767-261638625005360/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888135.86305: _low_level_execute_command(): starting 7519 1726888135.86307: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888133.3077736-7767-261638625005360/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888135.86947: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888135.86950: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888135.86952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888135.86955: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888135.86957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888135.86958: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888135.86960: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888135.86962: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888135.86964: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888135.87029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888135.87032: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888135.87034: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888135.87036: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888135.87038: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888135.87040: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888135.87042: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888135.87044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888135.87048: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888135.87053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888135.87055: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888135.87057: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888135.87059: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888135.87061: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888135.87063: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888135.87065: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888135.87067: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888135.87069: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888135.87071: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888135.87073: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888135.87079: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888135.87081: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888135.87083: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888135.87085: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888135.87087: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888135.87089: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888135.87091: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888135.87092: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888135.87571: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888135.87629: stderr chunk (state=3): >>><<< 7519 1726888135.87632: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888135.88051: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888135.88054: handler run complete 7519 1726888135.88056: attempt loop complete, returning result 7519 1726888135.88058: _execute() done 7519 1726888135.88059: dumping result to json 7519 1726888135.88061: done dumping result, returning 7519 1726888135.88063: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Install cockpit session recording [0ed44806-2f0b-c82f-f05a-00000000000d] 7519 1726888135.88064: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d 7519 1726888135.88112: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000d 7519 1726888135.88115: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "best": null, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "cockpit-session-recording" ], "nobest": null, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": null, "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [ "Installed: cockpit-session-recording-16-1.el9.noarch" ] } MSG: Check mode: No changes made, but would have if not in check mode 7519 1726888135.88209: no more pending results, returning what we have 7519 1726888135.88212: results queue empty 7519 1726888135.88213: checking for any_errors_fatal 7519 1726888135.88219: done checking for any_errors_fatal 7519 1726888135.88219: checking for max_fail_percentage 7519 1726888135.88221: done checking for max_fail_percentage 7519 1726888135.88221: checking to see if all hosts have failed and the running result is not ok 7519 1726888135.88222: done checking to see if all hosts have failed 7519 1726888135.88224: getting the remaining hosts for this loop 7519 1726888135.88226: done getting the remaining hosts for this loop 7519 1726888135.88228: getting the next task for host managed_node1 7519 1726888135.88232: done getting next task for host managed_node1 7519 1726888135.88235: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd services section 7519 1726888135.88236: ^ state is: HOST STATE: block=3, task=8, 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 7519 1726888135.88237: getting the next task for host managed_node2 7519 1726888135.88238: done getting next task for host managed_node2 7519 1726888135.88239: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd services section 7519 1726888135.88240: ^ state is: HOST STATE: block=3, task=8, 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 7519 1726888135.88241: getting the next task for host managed_node3 7519 1726888135.88242: done getting next task for host managed_node3 7519 1726888135.88243: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd services section 7519 1726888135.88244: ^ state is: HOST STATE: block=3, task=8, 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 7519 1726888135.88256: getting variables 7519 1726888135.88257: in VariableManager get_vars() 7519 1726888135.88281: Calling all_inventory to load vars for managed_node1 7519 1726888135.88283: Calling groups_inventory to load vars for managed_node1 7519 1726888135.88284: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888135.88290: Calling all_plugins_play to load vars for managed_node1 7519 1726888135.88292: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888135.88294: Calling groups_plugins_play to load vars for managed_node1 7519 1726888135.89041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888135.90615: done with get_vars() 7519 1726888135.90637: done getting variables TASK [fedora.linux_system_roles.tlog : Configure sssd services section] ******** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:20 Friday 20 September 2024 23:08:55 -0400 (0:00:02.715) 0:00:10.526 ****** 7519 1726888135.90685: entering _queue_task() for managed_node1/community.general.ini_file 7519 1726888135.90687: Creating lock for community.general.ini_file 7519 1726888135.91008: worker is 1 (out of 3 available) 7519 1726888135.91030: exiting _queue_task() for managed_node1/community.general.ini_file 7519 1726888135.91070: getting variables 7519 1726888135.91074: in VariableManager get_vars() 7519 1726888135.91180: Calling all_inventory to load vars for managed_node2 7519 1726888135.91184: Calling groups_inventory to load vars for managed_node2 7519 1726888135.91187: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888135.91201: Calling all_plugins_play to load vars for managed_node2 7519 1726888135.91204: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888135.91207: Calling groups_plugins_play to load vars for managed_node2 7519 1726888135.92981: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd services section 7519 1726888135.92986: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000e 7519 1726888135.92988: variable 'ansible_search_path' from source: unknown 7519 1726888135.92989: variable 'ansible_search_path' from source: unknown 7519 1726888135.92991: variable 'omit' from source: magic vars 7519 1726888135.92993: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888135.92995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888135.92997: variable 'omit' from source: magic vars 7519 1726888135.93107: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888135.94268: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888135.94272: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888135.94275: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888135.95710: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888135.95713: variable 'omit' from source: magic vars 7519 1726888135.95716: variable 'omit' from source: magic vars 7519 1726888135.95718: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888135.95720: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888135.95722: variable 'item' from source: unknown 7519 1726888135.95725: variable 'item' from source: unknown 7519 1726888135.95727: variable 'omit' from source: magic vars 7519 1726888135.95729: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888135.95732: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888135.95734: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888135.95735: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888135.95738: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888135.95739: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888135.95741: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888135.95743: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888135.95844: done with get_vars() 7519 1726888135.95868: done getting variables 7519 1726888135.95897: entering _queue_task() for managed_node2/community.general.ini_file 7519 1726888135.96305: worker is 2 (out of 3 available) 7519 1726888135.96849: exiting _queue_task() for managed_node2/community.general.ini_file 7519 1726888135.96889: Set connection var ansible_shell_executable to /bin/sh 7519 1726888135.96896: Set connection var ansible_pipelining to False 7519 1726888135.96900: Set connection var ansible_shell_type to sh 7519 1726888135.96904: Set connection var ansible_timeout to 10 7519 1726888135.96908: Set connection var ansible_connection to ssh 7519 1726888135.96911: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888135.96914: variable 'ansible_shell_executable' from source: unknown 7519 1726888135.96916: variable 'ansible_connection' from source: unknown 7519 1726888135.96919: variable 'ansible_module_compression' from source: unknown 7519 1726888135.96922: variable 'ansible_shell_type' from source: unknown 7519 1726888135.96926: variable 'ansible_shell_executable' from source: unknown 7519 1726888135.96928: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888135.96931: variable 'ansible_pipelining' from source: unknown 7519 1726888135.96933: variable 'ansible_timeout' from source: unknown 7519 1726888135.96935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888135.96940: 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__) 7519 1726888135.96943: variable 'omit' from source: magic vars 7519 1726888135.96945: starting attempt loop 7519 1726888135.96947: running the handler 7519 1726888135.96950: _low_level_execute_command(): starting 7519 1726888135.96952: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888135.96977: getting variables 7519 1726888135.96980: in VariableManager get_vars() 7519 1726888135.97052: Calling all_inventory to load vars for managed_node3 7519 1726888135.97056: Calling groups_inventory to load vars for managed_node3 7519 1726888135.97059: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888135.97072: Calling all_plugins_play to load vars for managed_node3 7519 1726888135.97075: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888135.97078: Calling groups_plugins_play to load vars for managed_node3 7519 1726888135.98190: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd services section 7519 1726888135.98194: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000e 7519 1726888135.98196: variable 'ansible_search_path' from source: unknown 7519 1726888135.98198: variable 'ansible_search_path' from source: unknown 7519 1726888135.98200: variable 'omit' from source: magic vars 7519 1726888135.98202: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888135.98204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888135.98206: variable 'omit' from source: magic vars 7519 1726888135.99341: 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 <<< 7519 1726888135.99346: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888135.99349: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888135.99354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888135.99357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888135.99361: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888135.99364: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888135.99367: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888135.99369: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888135.99371: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888135.99373: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888135.99375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888135.99377: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888135.99379: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888135.99381: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888135.99817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888136.00691: stdout chunk (state=3): >>>/root <<< 7519 1726888136.00696: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.00700: stderr chunk (state=3): >>><<< 7519 1726888136.00702: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.00715: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.00718: _low_level_execute_command(): starting 7519 1726888136.00721: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351 `" && echo ansible-tmp-1726888136.0040274-7835-235975672484351="` echo /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351 `" && echo ansible-tmp-1726888136.0040274-7835-235975672484351="` echo /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351 `" ) && sleep 0'"'"'' 7519 1726888136.00730: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888136.00732: variable 'omit' from source: magic vars 7519 1726888136.00734: variable 'omit' from source: magic vars 7519 1726888136.02239: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888136.02242: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888136.02244: variable 'item' from source: unknown 7519 1726888136.02246: variable 'item' from source: unknown 7519 1726888136.02248: variable 'omit' from source: magic vars 7519 1726888136.02250: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888136.02253: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888136.02255: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888136.02257: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888136.02259: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888136.02261: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888136.02263: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888136.02264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888136.03178: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.03182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.03185: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.03188: stderr chunk (state=3): >>>debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.03192: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.03194: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.03196: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.03200: Set connection var ansible_shell_executable to /bin/sh 7519 1726888136.03202: Set connection var ansible_pipelining to False 7519 1726888136.03204: Set connection var ansible_shell_type to sh 7519 1726888136.03206: Set connection var ansible_timeout to 10 7519 1726888136.03208: Set connection var ansible_connection to ssh 7519 1726888136.03210: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888136.03212: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888136.03214: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.03216: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888136.03218: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888136.03221: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.03224: variable 'ansible_shell_executable' from source: unknown 7519 1726888136.03227: variable 'ansible_connection' from source: unknown 7519 1726888136.03229: variable 'ansible_module_compression' from source: unknown 7519 1726888136.03231: variable 'ansible_shell_type' from source: unknown 7519 1726888136.03233: variable 'ansible_shell_executable' from source: unknown 7519 1726888136.03234: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888136.03236: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888136.03238: variable 'ansible_pipelining' from source: unknown 7519 1726888136.03240: variable 'ansible_timeout' from source: unknown 7519 1726888136.03242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888136.03244: 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__) 7519 1726888136.03246: variable 'omit' from source: magic vars 7519 1726888136.03248: starting attempt loop 7519 1726888136.03250: running the handler 7519 1726888136.03252: _low_level_execute_command(): starting 7519 1726888136.03253: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888136.03372: done with get_vars() 7519 1726888136.03403: done getting variables 7519 1726888136.03564: entering _queue_task() for managed_node3/community.general.ini_file <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888136.04383: worker is 3 (out of 3 available) 7519 1726888136.04396: exiting _queue_task() for managed_node3/community.general.ini_file 7519 1726888136.04408: done queuing things up, now waiting for results queue to drain 7519 1726888136.04410: waiting for pending results... 7519 1726888136.04668: 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 <<< 7519 1726888136.04674: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.04705: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.04709: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.04713: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.04776: stdout chunk (state=3): >>>ansible-tmp-1726888136.0040274-7835-235975672484351=/root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351 <<< 7519 1726888136.04792: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888136.04810: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.04818: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888136.04834: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.04899: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.05000: stderr chunk (state=3): >>><<< 7519 1726888136.05003: stdout chunk (state=3): >>><<< 7519 1726888136.05008: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< <10.31.40.27> (0, b'ansible-tmp-1726888136.0040274-7835-235975672484351=/root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.05338: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.0040274-7835-235975672484351=/root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.05347: variable 'ansible_module_compression' from source: unknown 7519 1726888136.05350: ANSIBALLZ: Using lock for community.general.ini_file 7519 1726888136.05352: ANSIBALLZ: Acquiring lock 7519 1726888136.05355: ANSIBALLZ: Lock acquired: 140005031727792 7519 1726888136.05358: ANSIBALLZ: Creating module 7519 1726888136.05360: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd services section 7519 1726888136.05362: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000e 7519 1726888136.05628: variable 'ansible_search_path' from source: unknown 7519 1726888136.05631: variable 'ansible_search_path' from source: unknown 7519 1726888136.05634: variable 'omit' from source: magic vars 7519 1726888136.05690: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888136.05709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888136.05725: variable 'omit' from source: magic vars 7519 1726888136.06156: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888136.06167: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888136.06325: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888136.06529: stdout chunk (state=3): >>>/root <<< 7519 1726888136.06629: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.06757: stderr chunk (state=3): >>><<< 7519 1726888136.06760: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.06836: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.06839: _low_level_execute_command(): starting 7519 1726888136.06843: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973 `" && echo ansible-tmp-1726888136.0679133-7837-196815305912973="` echo /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973 `" && echo ansible-tmp-1726888136.0679133-7837-196815305912973="` echo /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973 `" ) && sleep 0'"'"'' 7519 1726888136.07504: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888136.07511: variable 'omit' from source: magic vars 7519 1726888136.07557: variable 'omit' from source: magic vars 7519 1726888136.07730: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888136.07931: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888136.08024: variable 'item' from source: unknown 7519 1726888136.08225: variable 'item' from source: unknown 7519 1726888136.08365: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.08373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.08396: variable 'omit' from source: magic vars 7519 1726888136.08445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888136.08612: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888136.08615: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888136.08618: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888136.08620: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.08625: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.08769: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888136.08775: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888136.08777: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888136.08782: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888136.08784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888136.08797: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent <<< 7519 1726888136.08819: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.08902: Set connection var ansible_shell_executable to /bin/sh 7519 1726888136.08910: Set connection var ansible_pipelining to False 7519 1726888136.08938: Set connection var ansible_shell_type to sh 7519 1726888136.08943: Set connection var ansible_timeout to 10 7519 1726888136.08945: Set connection var ansible_connection to ssh 7519 1726888136.08951: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888136.08979: variable 'ansible_shell_executable' from source: unknown 7519 1726888136.08982: variable 'ansible_connection' from source: unknown 7519 1726888136.08985: variable 'ansible_module_compression' from source: unknown 7519 1726888136.08987: variable 'ansible_shell_type' from source: unknown 7519 1726888136.08990: variable 'ansible_shell_executable' from source: unknown 7519 1726888136.08992: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888136.08994: variable 'ansible_pipelining' from source: unknown 7519 1726888136.08996: variable 'ansible_timeout' from source: unknown 7519 1726888136.09001: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888136.09224: 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__) 7519 1726888136.09234: variable 'omit' from source: magic vars 7519 1726888136.09246: starting attempt loop 7519 1726888136.09253: running the handler 7519 1726888136.09268: _low_level_execute_command(): starting 7519 1726888136.09276: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888136.10053: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.10070: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.10085: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.10109: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.10139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.10188: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.10207: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.10238: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.10261: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.10280: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.10299: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.10325: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.10359: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.10376: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888136.10395: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.10418: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.10440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.10471: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.10486: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.10499: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.10511: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.10526: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.10540: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.10553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.10567: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.10586: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.10675: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.10681: stdout chunk (state=3): >>>ansible-tmp-1726888136.0679133-7837-196815305912973=/root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973 <<< 7519 1726888136.10703: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.10720: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.10745: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.10864: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.10867: stderr chunk (state=3): >>><<< 7519 1726888136.10870: stdout chunk (state=3): >>><<< 7519 1726888136.10880: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< <10.31.42.160> (0, b'ansible-tmp-1726888136.0679133-7837-196815305912973=/root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.10900: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.10929: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.0679133-7837-196815305912973=/root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.11135: variable 'ansible_module_compression' from source: unknown 7519 1726888136.11139: ANSIBALLZ: Using lock for community.general.ini_file 7519 1726888136.11143: ANSIBALLZ: Acquiring lock 7519 1726888136.11163: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.11178: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.11199: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888136.11244: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.11288: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.13433: stdout chunk (state=3): >>>/root <<< 7519 1726888136.13584: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888136.13598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888136.13703: stderr chunk (state=3): >>><<< 7519 1726888136.13720: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.13878: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.13881: _low_level_execute_command(): starting 7519 1726888136.13884: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193 `" && echo ansible-tmp-1726888136.1376753-7843-3831624834193="` echo /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193 `" && echo ansible-tmp-1726888136.1376753-7843-3831624834193="` echo /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193 `" ) && sleep 0'"'"'' 7519 1726888136.14882: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.14896: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.14910: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.14929: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.14942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.14984: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.14997: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.15009: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.15027: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.15041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.15054: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.15066: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.15083: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.15094: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888136.15107: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.15120: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.15138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.15154: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.15166: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.15178: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.15190: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.15200: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.15213: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.15229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.15245: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.15257: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.15330: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.15346: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.15361: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.15382: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.15399: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.15411: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.15426: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.15438: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.15453: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888136.15483: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.15548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.17440: stdout chunk (state=3): >>>ansible-tmp-1726888136.1376753-7843-3831624834193=/root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193 <<< 7519 1726888136.17644: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.17648: stdout chunk (state=3): >>><<< 7519 1726888136.17651: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888136.1376753-7843-3831624834193=/root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.18036: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.1376753-7843-3831624834193=/root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.18040: variable 'ansible_module_compression' from source: unknown 7519 1726888136.18172: ANSIBALLZ: Using lock for community.general.ini_file 7519 1726888136.18189: ANSIBALLZ: Acquiring lock 7519 1726888136.24206: ANSIBALLZ: Writing module into payload 7519 1726888136.24391: ANSIBALLZ: Writing module 7519 1726888136.24429: ANSIBALLZ: Renaming module 7519 1726888136.24442: ANSIBALLZ: Done creating module 7519 1726888136.24716: ANSIBALLZ: Lock acquired: 140005031727792 7519 1726888136.24719: ANSIBALLZ: Reading module after lock 7519 1726888136.24723: ANSIBALLZ: Lock acquired: 140005031727792 7519 1726888136.24727: ANSIBALLZ: Reading module after lock 7519 1726888136.24729: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888136.24731: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888136.24738: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py 7519 1726888136.24740: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp63bgnkac TO /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpno7icz0i TO /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888136.24777: variable 'ansible_facts' from source: host vars for 'managed_node1' Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888136.24877: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxthmn0ab TO /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888136.25069: Sending initial data 7519 1726888136.25072: Sent initial data (155 bytes) 7519 1726888136.25412: Sending initial data 7519 1726888136.25415: Sent initial data (153 bytes) 7519 1726888136.25662: Sending initial data 7519 1726888136.25665: Sent initial data (155 bytes) 7519 1726888136.26653: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.26669: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.26685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.26708: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.26728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.26770: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.26784: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.26797: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.26817: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.26836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.26851: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.26864: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.26887: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.26905: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888136.26927: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.26949: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.26972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.26996: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.27017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.27039: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.27062: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.27080: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.27098: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.27119: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.27141: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.27167: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.27302: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.27398: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.27411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.27440: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.27458: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.27471: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.27483: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.27500: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.27521: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888136.27557: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.27616: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.28048: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.28052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.28098: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.28101: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.28104: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.28108: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.28161: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888136.28180: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.28183: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888136.28200: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.28253: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.28354: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.28368: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.28382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.28406: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.28419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.28473: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888136.28485: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.28495: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.28508: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.28520: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.28535: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.28552: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.29030: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.29043: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888136.29061: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.29074: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.29086: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.29100: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.29109: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.29119: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888136.29130: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.29138: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.29148: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.29158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.29180: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.29191: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.29256: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.29280: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.29294: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.29311: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.29327: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.29339: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.29350: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.29360: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.29380: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888136.29440: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.29450: 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 <<< 7519 1726888136.29458: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888136.29469: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888136.29497: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888136.29546: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp63bgnkac debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888136.29549: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp63bgnkac /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py <<< 7519 1726888136.29593: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888136.30329: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122935 <<< 7519 1726888136.30376: 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 <<< 7519 1726888136.30389: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888136.30562: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888136.30624: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpno7icz0i debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888136.30628: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpno7icz0i /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py <<< 7519 1726888136.30661: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122935 bytes at 0 <<< 7519 1726888136.30672: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888136.30679: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888136.30977: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888136.30981: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.30983: stderr chunk (state=3): >>><<< 7519 1726888136.30985: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp63bgnkac /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp63bgnkac\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122935\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122935 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888136.30994: done transferring module to remote 7519 1726888136.30996: _low_level_execute_command(): starting 7519 1726888136.31548: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/ /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/ /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888136.31559: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888136.31561: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888136.31563: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxthmn0ab debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888136.31565: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxthmn0ab /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py <<< 7519 1726888136.31569: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888136.31571: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122933 <<< 7519 1726888136.31835: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122933 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888136.31893: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888136.32071: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.32370: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122935 <<< 7519 1726888136.32373: stderr chunk (state=3): >>><<< 7519 1726888136.32375: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpno7icz0i /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpno7icz0i\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122933\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122933 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888136.32381: done transferring module to remote 7519 1726888136.32383: _low_level_execute_command(): starting 7519 1726888136.32386: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/ /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/ /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888136.32961: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122935 bytes at 0 <<< 7519 1726888136.32994: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888136.33136: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.33229: stderr chunk (state=3): >>><<< 7519 1726888136.33232: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxthmn0ab /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxthmn0ab\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122935\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122935 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888136.33366: done transferring module to remote 7519 1726888136.33368: _low_level_execute_command(): starting 7519 1726888136.33370: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/ /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/ /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888136.33751: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.33800: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.33818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.33832: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.33839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.33877: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.33925: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.33934: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.34018: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.34031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.34376: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.34387: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.34408: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.34434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.34450: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.34469: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.34472: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.34487: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888136.34499: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.34511: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.34528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.34536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.34556: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.34576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.34579: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.34583: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 7519 1726888136.34586: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.34600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.34603: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.34605: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.34608: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.34619: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.34622: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.34634: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888136.34637: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.34639: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.34643: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.34655: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.34659: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.34662: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.34669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.34686: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.34689: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.34691: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.34693: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.34712: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.34728: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.34735: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.34744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.34753: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.34760: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.34839: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.34882: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.34946: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.34953: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.34969: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.34972: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.34982: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.34995: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.34998: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.35000: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.35003: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.35014: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888136.35043: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.35059: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.35082: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.35094: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.35097: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.35110: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.35137: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.35245: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888136.35373: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.35463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.35879: 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 <<< 7519 1726888136.35885: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.36041: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888136.36121: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.36139: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.36154: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.36167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.36180: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.36192: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.36210: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.36233: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888136.36249: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.36262: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.36274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.36287: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.36299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.36309: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888136.36319: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.36340: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.36356: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.36366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.36378: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.36388: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.36582: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.36596: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.36609: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.36635: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.36654: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.36680: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.36693: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.36705: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.36721: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888136.36754: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.36799: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888136.36940: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.36953: stderr chunk (state=3): >>><<< 7519 1726888136.36956: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.36985: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.36988: _low_level_execute_command(): starting 7519 1726888136.36993: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888136.37295: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.37299: stdout chunk (state=3): >>><<< 7519 1726888136.37308: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.37438: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.37443: _low_level_execute_command(): starting 7519 1726888136.37445: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888136.38217: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.38238: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.38256: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.38275: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.38290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.38342: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.38353: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.38363: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.38374: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.38385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.38397: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.38407: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.38431: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.38563: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888136.38574: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.38585: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.38597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.38610: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.38628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.38640: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.38664: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.38683: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.38700: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.38721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.38745: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.38757: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.38836: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.38851: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.38866: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.38894: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.38910: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.38999: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.39010: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.39025: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.39116: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888136.39138: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.39146: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.39199: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.39238: stderr chunk (state=3): >>><<< 7519 1726888136.39241: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.39357: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.39360: _low_level_execute_command(): starting 7519 1726888136.39363: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888136.39384: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.39395: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.39407: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.39427: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.39438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.39484: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.39491: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.39499: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.39509: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.39521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.39533: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.39541: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.39555: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.39566: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888136.39573: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.39581: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.39593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.39603: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.39611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.39627: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.39634: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.39641: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.39649: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.39659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.39669: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.39681: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.39755: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.39765: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.39772: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.39792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.39807: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.39813: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.39836: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.39842: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.39854: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888136.39878: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.39940: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.40530: 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 <<< 7519 1726888136.40534: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.40574: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.40577: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888136.40579: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.40661: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888136.40665: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.40670: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888136.40690: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.40740: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888136.41205: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888136.41212: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888136.41265: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888136.41268: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888136.41297: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888136.41335: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888136.41381: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888136.41447: 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' <<< 7519 1726888136.41452: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888136.41476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888136.41506: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483dc0> <<< 7519 1726888136.41548: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888136.41552: 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 0x7f7fef4283a0> <<< 7519 1726888136.41554: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483b20> <<< 7519 1726888136.41591: 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' <<< 7519 1726888136.41597: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483ac0> <<< 7519 1726888136.41637: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888136.41649: 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' <<< 7519 1726888136.41658: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428490> <<< 7519 1726888136.41680: 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' <<< 7519 1726888136.41699: 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' <<< 7519 1726888136.41725: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888136.41731: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428940> <<< 7519 1726888136.41746: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428670> <<< 7519 1726888136.41948: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888136.41951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888136.41953: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888136.41957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888136.41962: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888136.41965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888136.41967: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf190> <<< 7519 1726888136.41968: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888136.41970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888136.41972: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888136.42052: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888136.42056: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf220> <<< 7519 1726888136.42060: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888136.42131: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888136.42165: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 7519 1726888136.42182: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888136.42215: 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' <<< 7519 1726888136.42250: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888136.42271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117dc0> <<< 7519 1726888136.42274: 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 0x7f7fef1f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf940> <<< 7519 1726888136.42282: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef440880> # /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 0x7f7fef1c8d90> # /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 0x7f7fef1f2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428970> 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. <<< 7519 1726888136.42332: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117b20> <<< 7519 1726888136.42351: 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' <<< 7519 1726888136.42379: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117ac0> <<< 7519 1726888136.42384: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888136.42419: 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' <<< 7519 1726888136.42500: 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' <<< 7519 1726888136.42510: 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' <<< 7519 1726888136.42542: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc490> # /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' <<< 7519 1726888136.42591: 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 0x7f30a30bc940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc670> # /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' <<< 7519 1726888136.42602: stdout chunk (state=3): >>># /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' <<< 7519 1726888136.42609: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16eeb0> <<< 7519 1726888136.42650: 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 <<< 7519 1726888136.42679: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef171f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888136.42688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888136.42696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888136.42716: stdout chunk (state=3): >>># 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' <<< 7519 1726888136.42749: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073220> <<< 7519 1726888136.42807: 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' <<< 7519 1726888136.42814: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef167610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16e370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888136.42817: 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' <<< 7519 1726888136.42831: 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 0x7f30a3096850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073940> <<< 7519 1726888136.42882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888136.42931: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888136.42947: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30d4880> # /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 0x7f30a306cd90> # /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 0x7f30a3096d90> <<< 7519 1726888136.43020: 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' <<< 7519 1726888136.43047: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc970> 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. <<< 7519 1726888136.43087: 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 0x7f7fef0f0dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f08b0> 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 0x7f7fef0f0eb0> # /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' # <<< 7519 1726888136.43109: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0f70> <<< 7519 1726888136.43124: 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 0x7f7fef0f0e80> import '_collections' # <<< 7519 1726888136.43189: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149d30> <<< 7519 1726888136.43201: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888136.43213: 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' <<< 7519 1726888136.43251: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef142610> <<< 7519 1726888136.43313: 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 <<< 7519 1726888136.43344: 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 # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd3eb0> <<< 7519 1726888136.43403: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd6f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888136.43488: 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 0x7f7fef156670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef175e20> # /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 0x7f7fef102c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149250> # 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 0x7f7fef156280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b9d0> # /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 0x7f7fef102fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102d90> <<< 7519 1726888136.43562: stdout chunk (state=3): >>># 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' <<< 7519 1726888136.43575: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7519 1726888136.43596: 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 0x7f7fef102d00> # /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 <<< 7519 1726888136.43616: stdout chunk (state=3): >>>import _imp # builtin <<< 7519 1726888136.43665: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 7519 1726888136.43669: stdout chunk (state=3): >>>import '_weakref' # <<< 7519 1726888136.43708: stdout chunk (state=3): >>># 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 0x7f7fef0d5370> # /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' <<< 7519 1726888136.43748: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888136.43769: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888136.43773: 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 0x7f30a2dcc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd3370> # /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 0x7f30a2d55dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d558b0> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py <<< 7519 1726888136.43775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55eb0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888136.43778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888136.43827: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0d5460> <<< 7519 1726888136.43860: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888136.43868: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55f70> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7519 1726888136.43990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' <<< 7519 1726888136.43995: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888136.43998: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888136.44000: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2daed30> import '_functools' # <<< 7519 1726888136.44003: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef10afa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104490> # /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' <<< 7519 1726888136.44094: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888136.44245: stdout chunk (state=3): >>>import 'zipimport' # <<< 7519 1726888136.44309: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888136.44409: stdout chunk (state=3): >>># installed zipimport hook <<< 7519 1726888136.44418: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2da7610> # /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 0x7f30a2dbb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2ddae20> <<< 7519 1726888136.44490: 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' <<< 7519 1726888136.44493: stdout chunk (state=3): >>># 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 0x7f7feefef1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0c0c70> <<< 7519 1726888136.44498: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888136.44506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888136.44735: 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 0x7f30a2d67c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dae250> # 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 0x7f30a2dbb280> <<< 7519 1726888136.44745: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888136.44749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888136.44752: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888136.44795: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888136.44807: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de09d0> <<< 7519 1726888136.44826: 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 # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef002af0> import 'errno' # <<< 7519 1726888136.44857: 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' # /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 0x7f30a2d67fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67d90> <<< 7519 1726888136.44860: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3dc0> <<< 7519 1726888136.44863: 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 0x7f30a2d67d00> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888136.44865: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888136.44893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7519 1726888136.44896: 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 0x7f7fef002e20> # /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 0x7f7fef013730> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888136.45071: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507583a0> <<< 7519 1726888136.45162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef013c70> <<< 7519 1726888136.45198: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3b20> <<< 7519 1726888136.45370: 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 0x7f5d507b3ac0> import '_signal' # <<< 7519 1726888136.45570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7519 1726888136.45576: 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 0x7f7feefa03a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef002f10> # /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 0x7f7feefb1280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0135b0> <<< 7519 1726888136.45580: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 7519 1726888136.45583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7519 1726888136.45586: 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 0x7f30a2d3a370> # /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 0x7f30a2d3a460> <<< 7519 1726888136.45591: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758490> <<< 7519 1726888136.45594: stdout chunk (state=3): >>>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 0x7f7feefb1340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1029d0> <<< 7519 1726888136.45597: 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' <<< 7519 1726888136.45657: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d6ffa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69a30> <<< 7519 1726888136.45770: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py<<< 7519 1726888136.45773: stdout chunk (state=3): >>># /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' <<< 7519 1726888136.45776: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888136.45779: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888136.45782: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758940> <<< 7519 1726888136.45785: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69490> # /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' <<< 7519 1726888136.45787: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758670><<< 7519 1726888136.45793: 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' # 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 0x7f7feefcc6a0> # /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 0x7f7feefcc970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc760> # 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 0x7f7feefcc850> <<< 7519 1726888136.45806: stdout chunk (state=3): >>> <<< 7519 1726888136.45809: stdout chunk (state=3): >>># /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 0x7f30a2c6e1c0> <<< 7519 1726888136.45814: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888136.45817: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d25c70> <<< 7519 1726888136.45820: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69eb0> <<< 7519 1726888136.45915: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de0040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888136.45919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888136.45924: 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' <<< 7519 1726888136.45927: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888136.45930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888136.45934: 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 # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c81af0> import 'errno' # <<< 7519 1726888136.45937: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888136.45940: 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 0x7f30a2c81e20> <<< 7519 1726888136.45944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888136.45947: 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' <<< 7519 1726888136.45950: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f190> <<< 7519 1726888136.45953: 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 0x7f7feefccca0> # 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 0x7f7feefda1f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc8e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefc1a30> <<< 7519 1726888136.45956: 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 0x7f30a2c92730> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888136.45961: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888136.45964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888136.45967: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1025b0> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888136.45969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888136.45972: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c92c70> <<< 7519 1726888136.45975: 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' <<< 7519 1726888136.45978: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c2a3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c81f10> <<< 7519 1726888136.45980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888136.45982: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcca90> <<< 7519 1726888136.46042: 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' <<< 7519 1726888136.46045: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f220> <<< 7519 1726888136.46065: 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 0x7f30a2c3b280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c925b0> import 'pwd' # <<< 7519 1726888136.46069: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py<<< 7519 1726888136.46072: stdout chunk (state=3): >>> <<< 7519 1726888136.46074: 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 0x7f30a2c3b340> <<< 7519 1726888136.46112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888136.46134: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d679d0> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888136.46138: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py<<< 7519 1726888136.46140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7fee9e7670> <<< 7519 1726888136.46144: stdout chunk (state=3): >>> <<< 7519 1726888136.46147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50732850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50770880><<< 7519 1726888136.46205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888136.46209: stdout chunk (state=3): >>> <<< 7519 1726888136.46211: 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' # 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 0x7f30a2c566a0> # /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' <<< 7519 1726888136.46217: 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 0x7f30a2c56970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c56760> <<< 7519 1726888136.46291: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888136.46294: 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 0x7f5d50708d90> <<< 7519 1726888136.46298: 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 0x7f30a2c56850> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7519 1726888136.46302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7519 1726888136.46305: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py<<< 7519 1726888136.46307: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' <<< 7519 1726888136.46309: stdout chunk (state=3): >>>import '_locale' # <<< 7519 1726888136.46312: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888136.46319: stdout chunk (state=3): >>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50732d90> <<< 7519 1726888136.46321: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888136.46326: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888136.46442: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758970><<< 7519 1726888136.46498: stdout chunk (state=3): >>> <<< 7519 1726888136.46502: 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 0x7f30a2c56ca0> <<< 7519 1726888136.46531: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888136.46534: 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 0x7f30a2c641f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c568e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c4ba30> <<< 7519 1726888136.46537: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) <<< 7519 1726888136.46539: stdout chunk (state=3): >>> [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux<<< 7519 1726888136.46541: stdout chunk (state=3): >>> <<< 7519 1726888136.46560: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d675b0> <<< 7519 1726888136.46564: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information. <<< 7519 1726888136.46566: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888136.46624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888136.46627: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c56a90> <<< 7519 1726888136.46630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888136.46632: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f30a2b94670> <<< 7519 1726888136.46680: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py<<< 7519 1726888136.46683: stdout chunk (state=3): >>> <<< 7519 1726888136.46685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc'<<< 7519 1726888136.46688: stdout chunk (state=3): >>> <<< 7519 1726888136.46691: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py<<< 7519 1726888136.46694: stdout chunk (state=3): >>> <<< 7519 1726888136.46840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'<<< 7519 1726888136.46860: stdout chunk (state=3): >>> <<< 7519 1726888136.46864: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py<<< 7519 1726888136.46866: stdout chunk (state=3): >>> <<< 7519 1726888136.46869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888136.46871: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py<<< 7519 1726888136.46873: stdout chunk (state=3): >>> <<< 7519 1726888136.46875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc'<<< 7519 1726888136.46876: stdout chunk (state=3): >>> <<< 7519 1726888136.46878: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888136.46880: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d2eb0><<< 7519 1726888136.46883: stdout chunk (state=3): >>> <<< 7519 1726888136.46885: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d6f40> <<< 7519 1726888136.46887: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/__init__.py <<< 7519 1726888136.46889: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.46891: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py<<< 7519 1726888136.46910: stdout chunk (state=3): >>> <<< 7519 1726888136.46916: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.46918: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888136.46920: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.46924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # <<< 7519 1726888136.47007: stdout chunk (state=3): >>> <<< 7519 1726888136.47087: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888136.47091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888136.47094: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py<<< 7519 1726888136.47096: stdout chunk (state=3): >>> <<< 7519 1726888136.47100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc'<<< 7519 1726888136.47102: stdout chunk (state=3): >>> <<< 7519 1726888136.47184: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506cc610><<< 7519 1726888136.47189: stdout chunk (state=3): >>> <<< 7519 1726888136.47192: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d4640><<< 7519 1726888136.47194: stdout chunk (state=3): >>> <<< 7519 1726888136.47198: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d2370><<< 7519 1726888136.47202: stdout chunk (state=3): >>> <<< 7519 1726888136.47205: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py<<< 7519 1726888136.47279: stdout chunk (state=3): >>> <<< 7519 1726888136.47282: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.47284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc'<<< 7519 1726888136.47287: stdout chunk (state=3): >>> <<< 7519 1726888136.47289: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py<<< 7519 1726888136.47291: stdout chunk (state=3): >>> <<< 7519 1726888136.47426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888136.47434: stdout chunk (state=3): >>> <<< 7519 1726888136.47534: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py<<< 7519 1726888136.47537: stdout chunk (state=3): >>> <<< 7519 1726888136.47544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc'<<< 7519 1726888136.47551: stdout chunk (state=3): >>> <<< 7519 1726888136.47554: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888136.47556: stdout chunk (state=3): >>> <<< 7519 1726888136.47558: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888136.47568: stdout chunk (state=3): >>> <<< 7519 1726888136.47661: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50655dc0><<< 7519 1726888136.47664: stdout chunk (state=3): >>> <<< 7519 1726888136.47666: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506558b0><<< 7519 1726888136.47717: stdout chunk (state=3): >>> <<< 7519 1726888136.47724: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888136.47728: stdout chunk (state=3): >>> <<< 7519 1726888136.47731: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py<<< 7519 1726888136.47735: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc'<<< 7519 1726888136.47738: stdout chunk (state=3): >>> <<< 7519 1726888136.47741: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655eb0><<< 7519 1726888136.47744: stdout chunk (state=3): >>> <<< 7519 1726888136.47747: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py<<< 7519 1726888136.47749: stdout chunk (state=3): >>> <<< 7519 1726888136.47751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc'<<< 7519 1726888136.47755: stdout chunk (state=3): >>> <<< 7519 1726888136.47757: stdout chunk (state=3): >>>import '_operator' # <<< 7519 1726888136.47758: stdout chunk (state=3): >>> <<< 7519 1726888136.47777: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655f70><<< 7519 1726888136.47813: stdout chunk (state=3): >>> <<< 7519 1726888136.47817: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7519 1726888136.47820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc'<<< 7519 1726888136.47825: stdout chunk (state=3): >>> import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655e80> import '_collections' # <<< 7519 1726888136.47828: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506aed30><<< 7519 1726888136.47832: stdout chunk (state=3): >>> <<< 7519 1726888136.47834: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888136.47836: stdout chunk (state=3): >>> <<< 7519 1726888136.47858: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506a7610> <<< 7519 1726888136.47883: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py <<< 7519 1726888136.47903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc'<<< 7519 1726888136.47929: stdout chunk (state=3): >>> <<< 7519 1726888136.47946: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506bc670><<< 7519 1726888136.47970: stdout chunk (state=3): >>> <<< 7519 1726888136.47974: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506dae20><<< 7519 1726888136.47976: stdout chunk (state=3): >>> <<< 7519 1726888136.47979: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py<<< 7519 1726888136.47981: stdout chunk (state=3): >>> <<< 7519 1726888136.47983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc'<<< 7519 1726888136.47985: stdout chunk (state=3): >>> <<< 7519 1726888136.47987: 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' <<< 7519 1726888136.48015: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50667c70> <<< 7519 1726888136.48092: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506ae250> <<< 7519 1726888136.48182: 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 0x7f7fee8d07f0> # /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' <<< 7519 1726888136.48286: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888136.48289: stdout chunk (state=3): >>> <<< 7519 1726888136.48360: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888136.48365: stdout chunk (state=3): >>> import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d506bc280><<< 7519 1726888136.48418: 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' <<< 7519 1726888136.48435: stdout chunk (state=3): >>> <<< 7519 1726888136.48474: 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 0x7f7fee961760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961640> <<< 7519 1726888136.48519: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e09d0> <<< 7519 1726888136.48522: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888136.48527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc'<<< 7519 1726888136.48541: stdout chunk (state=3): >>> <<< 7519 1726888136.48544: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961370> <<< 7519 1726888136.48546: 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' <<< 7519 1726888136.48567: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py<<< 7519 1726888136.48573: stdout chunk (state=3): >>> <<< 7519 1726888136.48576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888136.48578: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961190> import 'atexit' # <<< 7519 1726888136.48580: 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 0x7f7fee961400> <<< 7519 1726888136.48612: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888136.48616: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888136.48618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc'<<< 7519 1726888136.48622: stdout chunk (state=3): >>> <<< 7519 1726888136.48630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888136.48634: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667fa0> <<< 7519 1726888136.48669: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667d90><<< 7519 1726888136.48671: stdout chunk (state=3): >>> <<< 7519 1726888136.48674: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee9617c0> <<< 7519 1726888136.48678: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888136.48680: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.48694: 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' <<< 7519 1726888136.48764: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.48780: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667d00> <<< 7519 1726888136.48812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888136.48825: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py<<< 7519 1726888136.48855: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888136.48867: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888136.48869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7519 1726888136.48873: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py<<< 7519 1726888136.48875: stdout chunk (state=3): >>> <<< 7519 1726888136.48994: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8b6850> <<< 7519 1726888136.49069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'<<< 7519 1726888136.49074: stdout chunk (state=3): >>> <<< 7519 1726888136.49076: 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 0x7f7fee8b64c0> <<< 7519 1726888136.49079: 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 0x7f7fee8b6670> <<< 7519 1726888136.49081: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888136.49105: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888136.49240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888136.49246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc'<<< 7519 1726888136.49249: stdout chunk (state=3): >>> <<< 7519 1726888136.49251: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee871b20> <<< 7519 1726888136.49255: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee95bd30> <<< 7519 1726888136.49257: 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'<<< 7519 1726888136.49259: stdout chunk (state=3): >>> <<< 7519 1726888136.49428: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503fa370> <<< 7519 1726888136.49710: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py<<< 7519 1726888136.49781: stdout chunk (state=3): >>> <<< 7519 1726888136.49786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'<<< 7519 1726888136.49789: stdout chunk (state=3): >>> <<< 7519 1726888136.49791: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961520> <<< 7519 1726888136.49794: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503fa460> <<< 7519 1726888136.49796: 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' <<< 7519 1726888136.49797: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee95b190> <<< 7519 1726888136.49799: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888136.49801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888136.49803: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7519 1726888136.49804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7519 1726888136.49808: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888136.49811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888136.49813: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888136.49815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' <<< 7519 1726888136.49817: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee82fa90> <<< 7519 1726888136.49819: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50670fa0><<< 7519 1726888136.49864: stdout chunk (state=3): >>> <<< 7519 1726888136.49871: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900e80> <<< 7519 1726888136.49873: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee86c310> <<< 7519 1726888136.49876: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669a30><<< 7519 1726888136.49878: stdout chunk (state=3): >>> <<< 7519 1726888136.49880: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888136.49883: 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 0x7f7fee900970> <<< 7519 1726888136.49885: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669490> <<< 7519 1726888136.49887: 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 0x7f7fee931d30> <<< 7519 1726888136.49889: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py<<< 7519 1726888136.49892: stdout chunk (state=3): >>> <<< 7519 1726888136.49894: 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' <<< 7519 1726888136.49896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc'<<< 7519 1726888136.49899: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888136.49901: stdout chunk (state=3): >>> <<< 7519 1726888136.49903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888136.49904: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888136.49906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'<<< 7519 1726888136.50000: stdout chunk (state=3): >>> <<< 7519 1726888136.50107: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888136.50113: 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 0x7f7fee8319a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e50> <<< 7519 1726888136.50115: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7519 1726888136.50130: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888136.50154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888136.50169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'<<< 7519 1726888136.50184: stdout chunk (state=3): >>> import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503491c0> <<< 7519 1726888136.50280: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888136.50324: 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 0x7f7fee8400d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e20> <<< 7519 1726888136.50328: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503e5c70> <<< 7519 1726888136.50330: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888136.50335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888136.50707: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7519 1726888136.50711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7519 1726888136.50715: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888136.50717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' <<< 7519 1726888136.50719: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e0040> <<< 7519 1726888136.50721: stdout chunk (state=3): >>># /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 <<< 7519 1726888136.50725: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25247f0> <<< 7519 1726888136.50743: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee906700> <<< 7519 1726888136.50745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5035baf0> import 'errno' # <<< 7519 1726888136.50747: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py<<< 7519 1726888136.50749: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888136.50751: stdout chunk (state=3): >>> <<< 7519 1726888136.50752: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888136.50756: 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 0x7f5d5035be20> # /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 0x7f5d5036d730> <<< 7519 1726888136.50758: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888136.50760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'<<< 7519 1726888136.50762: stdout chunk (state=3): >>> <<< 7519 1726888136.50764: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee840100> <<< 7519 1726888136.50765: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888136.50767: 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'<<< 7519 1726888136.50769: stdout chunk (state=3): >>> <<< 7519 1726888136.50774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888136.50776: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036dc70> # 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 0x7f5d502fa3a0> <<< 7519 1726888136.50778: 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' <<< 7519 1726888136.50780: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5035bf10> <<< 7519 1726888136.50782: 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 0x7f7fee83e580> <<< 7519 1726888136.50784: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888136.50792: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888136.50795: 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 0x7f7fee83e640> <<< 7519 1726888136.50796: stdout chunk (state=3): >>> import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25b5760> <<< 7519 1726888136.50801: 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' # 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 0x7f5d5030a280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036d5b0> import 'pwd' # <<< 7519 1726888136.50803: 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 0x7f7fee83dc70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee9e7820> <<< 7519 1726888136.50805: 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 <<< 7519 1726888136.50806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 7519 1726888136.50808: 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 0x7f5d5030a340> <<< 7519 1726888136.50810: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888136.50812: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5640><<< 7519 1726888136.50815: stdout chunk (state=3): >>> <<< 7519 1726888136.50820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888136.50824: 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 0x7f7fee8c3af0> <<< 7519 1726888136.50826: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5370> <<< 7519 1726888136.50827: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888136.50829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'<<< 7519 1726888136.50831: stdout chunk (state=3): >>> <<< 7519 1726888136.50833: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5490><<< 7519 1726888136.50834: stdout chunk (state=3): >>> <<< 7519 1726888136.50836: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5190><<< 7519 1726888136.50838: stdout chunk (state=3): >>> <<< 7519 1726888136.50839: 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 0x7f7fee8c19d0> <<< 7519 1726888136.50844: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888136.50846: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee833850> <<< 7519 1726888136.50848: 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 0x7f7fee8c3520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8fbac0> <<< 7519 1726888136.50854: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.50858: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888136.50860: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.50862: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888136.50864: 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 0x7f30a25b5400> <<< 7519 1726888136.50866: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.50867: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888136.50869: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506679d0> # /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 0x7f5d503266a0> # /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 0x7f5d50326970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50326760> # 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 0x7f5d50326850> # /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' <<< 7519 1726888136.51130: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.51133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'<<< 7519 1726888136.51139: stdout chunk (state=3): >>> <<< 7519 1726888136.51145: 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 0x7f5d50326ca0> <<< 7519 1726888136.51147: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.51149: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888136.51151: 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 0x7f5d503341f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503268e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5031aa30> <<< 7519 1726888136.51153: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b57c0> <<< 7519 1726888136.51155: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888136.51159: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506675b0> <<< 7519 1726888136.51161: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888136.51163: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888136.51164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<< 7519 1726888136.51166: stdout chunk (state=3): >>> # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888136.51168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888136.51170: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888136.51388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a250a850> # 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 0x7f30a250a4c0> # 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 0x7f30a250a670> # /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 0x7f30a24c5b20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25afd30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5520> # /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 0x7f30a25af190> # /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 0x7f30a249ea90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24c0310> # 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 0x7f30a2554970> # /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 0x7f30a2585d30> # /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' <<< 7519 1726888136.51393: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888136.51396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50326a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5d5025b670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888136.51673: 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 0x7f30a24859a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de50> # /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 0x7f30a24940d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de20> # /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' <<< 7519 1726888136.51678: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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 0x7f7fee401d30> # /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 0x7f7fee80b550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee802fd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888136.51748: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a255a700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2494100> <<< 7519 1726888136.51769: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888136.51789: 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' <<< 7519 1726888136.51805: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.51842: 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 0x7f30a2492580> # 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 0x7f30a2492640> <<< 7519 1726888136.51890: 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 0x7f30a2491c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2b94820> <<< 7519 1726888136.51929: 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 <<< 7519 1726888136.51961: 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' <<< 7519 1726888136.51965: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8b79d0> <<< 7519 1726888136.51982: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52027: stdout chunk (state=3): >>># 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 0x7f30a2517af0> <<< 7519 1726888136.52208: 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 0x7f30a25159d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2487850> <<< 7519 1726888136.52271: 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 0x7f30a2517520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a254fac0> # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888136.52286: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888136.52288: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52361: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52468: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888136.52497: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52501: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888136.52503: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52591: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52689: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52728: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52785: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52845: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888136.52848: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52891: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52911: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52917: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888136.52920: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.52987: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53068: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888136.53073: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53084: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53087: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888136.53089: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53163: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53167: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888136.53169: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53178: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53353: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53547: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888136.53581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888136.53595: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888136.53648: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888136.53671: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888136.53676: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee401610> <<< 7519 1726888136.53691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888136.53694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53729: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53800: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py <<< 7519 1726888136.53803: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888136.53833: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53864: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53900: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888136.53910: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53944: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.53981: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.54075: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.54136: 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 <<< 7519 1726888136.54162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888136.54242: 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 0x7f7fee94a7f0> <<< 7519 1726888136.54275: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8c1610> <<< 7519 1726888136.54324: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py <<< 7519 1726888136.54327: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888136.54330: 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 0x7f30a2094d30> # /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 0x7f30a245f550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2456fd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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 0x7f30a250b9d0> <<< 7519 1726888136.54457: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.54471: 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 0x7f5d4fbee7f0> <<< 7519 1726888136.54511: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.54551: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.54572: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888136.54575: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888136.54583: 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' # /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 0x7f5d501d5760> <<< 7519 1726888136.54609: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888136.54658: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5640> <<< 7519 1726888136.54662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888136.54665: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888136.54708: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5370> <<< 7519 1726888136.54712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888136.54714: 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' <<< 7519 1726888136.54762: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee81bc70> <<< 7519 1726888136.54826: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5190> <<< 7519 1726888136.54831: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888136.54834: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee800bb0> <<< 7519 1726888136.54868: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee7fd7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888136.54873: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.54875: 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 0x7f5d501d5400> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888136.54891: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.54914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888136.54921: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888136.54939: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d57c0> <<< 7519 1726888136.54960: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888136.54983: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888136.54998: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.55031: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.55059: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888136.55066: stdout chunk (state=3): >>>import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py <<< 7519 1726888136.55069: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available <<< 7519 1726888136.55074: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.55113: 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' <<< 7519 1726888136.55117: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py <<< 7519 1726888136.55122: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.55126: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.55128: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py <<< 7519 1726888136.55152: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888136.55155: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb6d7c0> <<< 7519 1726888136.55175: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py <<< 7519 1726888136.55179: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.55409: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.55485: 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 0x7f5d4fb6db50> # 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 0x7f5d4fb6d9a0> # /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 0x7f5d4fb8eb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ced30> <<< 7519 1726888136.55616: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5520> <<< 7519 1726888136.55651: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.55654: 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' <<< 7519 1726888136.55663: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ce190> <<< 7519 1726888136.55700: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.55704: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888136.55706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888136.55750: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888136.55754: stdout chunk (state=3): >>> <<< 7519 1726888136.55756: 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' <<< 7519 1726888136.55770: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888136.55775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888136.55807: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888136.55810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' <<< 7519 1726888136.55816: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbeaa90> <<< 7519 1726888136.55842: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee391820> <<< 7519 1726888136.55862: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py<<< 7519 1726888136.55865: stdout chunk (state=3): >>> <<< 7519 1726888136.55885: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888136.55892: stdout chunk (state=3): >>> <<< 7519 1726888136.55943: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173880> <<< 7519 1726888136.55964: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb88310> <<< 7519 1726888136.55967: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.55986: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888136.55990: 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 0x7f5d50173970> <<< 7519 1726888136.56017: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "services", "value": "nss, pam", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888136.56050: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available<<< 7519 1726888136.56057: stdout chunk (state=3): >>> <<< 7519 1726888136.56084: 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 0x7f5d501a4d30> # /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' <<< 7519 1726888136.56107: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888136.56183: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.56188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888136.56721: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888136.56727: 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 # 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 <<< 7519 1726888136.56731: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.56734: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.56736: stdout chunk (state=3): >>># 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<<< 7519 1726888136.56738: stdout chunk (state=3): >>> # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast <<< 7519 1726888136.56741: 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 <<< 7519 1726888136.56744: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community<<< 7519 1726888136.56746: stdout chunk (state=3): >>> # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins <<< 7519 1726888136.56748: stdout chunk (state=3): >>># cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888136.56750: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888136.56752: 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 0x7f5d4fb4f9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade50> <<< 7519 1726888136.56754: 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 0x7f5d4fb5e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade20> # /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 0x7f5d50179700> <<< 7519 1726888136.56932: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888136.57181: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.57185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888136.57188: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888136.57236: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888136.57240: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2094610> # zipimport: zlib available <<< 7519 1726888136.57243: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb5e100> <<< 7519 1726888136.57246: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping selinux._selinux <<< 7519 1726888136.57249: 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 <<< 7519 1726888136.57251: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.57254: 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 <<< 7519 1726888136.57256: 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 <<< 7519 1726888136.57258: stdout chunk (state=3): >>># cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading <<< 7519 1726888136.57397: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.57403: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.57412: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.57418: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat <<< 7519 1726888136.57421: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.57425: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.57428: stdout chunk (state=3): >>># destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7519 1726888136.57431: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888136.57433: 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 0x7f5d4fb5b580> # 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 0x7f5d4fb5b640> # 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 0x7f5d4fb5ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5025b820> # /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' <<< 7519 1726888136.57436: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.57468: 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 0x7f5d4fbe0af0> <<< 7519 1726888136.57472: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7519 1726888136.57646: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse # destroy tokenize <<< 7519 1726888136.57650: stdout chunk (state=3): >>># destroy _heapq # destroy posixpath <<< 7519 1726888136.57653: stdout chunk (state=3): >>># destroy stat <<< 7519 1726888136.57655: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal <<< 7519 1726888136.57831: stdout chunk (state=3): >>># destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors <<< 7519 1726888136.57937: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.57941: stdout chunk (state=3): >>># destroy select <<< 7519 1726888136.57943: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888136.57946: 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 <<< 7519 1726888136.57949: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 7519 1726888136.57952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888136.57954: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7519 1726888136.57957: 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 0x7f30a259e7f0> <<< 7519 1726888136.57968: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2515610> <<< 7519 1726888136.57972: 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 0x7f5d4fbdf9d0> <<< 7519 1726888136.57975: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb50850> # 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 0x7f5d4fbe0520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5016eac0> <<< 7519 1726888136.57980: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.57982: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.57985: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888136.57988: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888136.57991: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888136.57993: stderr chunk (state=3): >>><<< 7519 1726888136.57996: stdout chunk (state=3): >>><<< 7519 1726888136.58014: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.58080: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888136.58085: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py <<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef4283a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1f2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef440880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1c8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1f2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16eeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef171f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef167610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16d640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef0f0dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f08b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f0e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149d30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef142610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef156670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef175e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef102c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef156280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0d5370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0d5460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef10afa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefef1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0c0c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef002af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fef002e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef013730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef013c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefa03a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef002f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefb1280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0135b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefb1340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1029d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefcc850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefccca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7feefda1f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc8e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefc1a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1025b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcca90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7fee9e7670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8d07f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee961760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee961400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee9617c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8b6850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8b64c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8b6670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee871b20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee95bd30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee95b190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee82fa90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee86c310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee900970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee931d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8319a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8400d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee906700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee840100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83e580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83e640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee83dc70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee9e7820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c3af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c19d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee833850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee8c3520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8fbac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee401d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee80b550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee802fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8b79d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee401610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7fee94a7f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8c1610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee81bc70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee800bb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee7fd7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee391820>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "services", "value": "nss, pam", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888136.58206: _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 0x7f7fef483dc0> # /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 0x7f7fef4283a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef483b20> # /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 0x7f7fef483ac0> 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 0x7f7fef428490> # /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 0x7f7fef428940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428670> # /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 0x7f7fef1cf190> # /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 0x7f7fef1cf220> # /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 0x7f7fef1f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1cf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef440880> # /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 0x7f7fef1c8d90> # /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 0x7f7fef1f2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef428970> 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 0x7f7fef16eeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef171f40> # /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 0x7f7fef167610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef16e370> # /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 0x7f7fef0f0dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0f08b0> 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 0x7f7fef0f0eb0> # /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 0x7f7fef0f0f70> # /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 0x7f7fef0f0e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef142610> # /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 0x7f7fef156670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef175e20> # /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 0x7f7fef102c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef149250> # 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 0x7f7fef156280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b9d0> # /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 0x7f7fef102fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef102d90> # /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 0x7f7fef102d00> # /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 0x7f7fef0d5370> # /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 0x7f7fef0d5460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef10afa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104490> # /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 0x7f7feefef1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0c0c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef104eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef17b040> # /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 0x7f7fef002af0> 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 0x7f7fef002e20> # /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 0x7f7fef013730> # /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 0x7f7fef013c70> # 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 0x7f7feefa03a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef002f10> # /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 0x7f7feefb1280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef0135b0> 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 0x7f7feefb1340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1029d0> # /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 0x7f7feefcc6a0> # /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 0x7f7feefcc970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc760> # 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 0x7f7feefcc850> # /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 0x7f7feefccca0> # 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 0x7f7feefda1f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefcc8e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7feefc1a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fef1025b0> # /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 0x7f7feefcca90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7fee9e7670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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 0x7f7fee8d07f0> # /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 0x7f7fee961760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961370> # /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 0x7f7fee961490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961190> 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 0x7f7fee961400> # /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 0x7f7fee9617c0> # /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 0x7f7fee8b6850> # 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 0x7f7fee8b64c0> # 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 0x7f7fee8b6670> # /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 0x7f7fee871b20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee95bd30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee961520> # /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 0x7f7fee95b190> # /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 0x7f7fee82fa90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee900880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee86c310> # 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 0x7f7fee900970> # /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 0x7f7fee931d30> # /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 0x7f7fee8319a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e50> # /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 0x7f7fee8400d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee939e20> # /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 0x7f7fee906700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee840100> # 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 0x7f7fee83e580> # 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 0x7f7fee83e640> # 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 0x7f7fee83dc70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee9e7820> # /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 0x7f7fee8c3af0> # 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 0x7f7fee8c19d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee833850> # 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 0x7f7fee8c3520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8fbac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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 0x7f7fee401d30> # /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 0x7f7fee80b550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee802fd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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 0x7f7fee8b79d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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 0x7f7fee401610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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 0x7f7fee94a7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee8c1610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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 0x7f7fee81bc70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee800bb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee7fd7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_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_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_mr5hycew/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7fee391820> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "services", "value": "nss, pam", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888136.60502: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'services', 'value': 'nss, pam', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.0679133-7837-196815305912973/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888136.60507: _low_level_execute_command(): starting 7519 1726888136.60511: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888136.60518: 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 # 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 <<< 7519 1726888136.60521: 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 # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a246fc70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2453bb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24507f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py <<< 7519 1726888136.60526: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.0679133-7837-196815305912973/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888136.60533: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.60536: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888136.60539: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.60541: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.60544: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2024820> <<< 7519 1726888136.60547: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.60550: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "services", "value": "nss, pam", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888136.60554: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.60556: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888136.60560: 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_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888136.60569: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.60572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.60576: 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 # 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<<< 7519 1726888136.60826: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888136.60836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888136.60842: stdout chunk (state=3): >>>[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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collectio<<< 7519 1726888136.60845: stdout chunk (state=3): >>>ns.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 <<< 7519 1726888136.60847: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 7519 1726888136.60850: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888136.60853: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.60856: 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 0x7f5d4f751d30> <<< 7519 1726888136.60860: 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 0x7f5d4fb2b550> <<< 7519 1726888136.60865: 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 encodings.utf_8_sig # 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<<< 7519 1726888136.60869: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888136.60873: 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<<< 7519 1726888136.60875: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1ffd0> <<< 7519 1726888136.60877: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.60879: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888136.60881: stdout chunk (state=3): >>> # destroy fnmatch # cleanup[3] wiping grp<<< 7519 1726888136.60883: stdout chunk (state=3): >>> # cleanup[3] wiping pwd<<< 7519 1726888136.60885: stdout chunk (state=3): >>> # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref<<< 7519 1726888136.60888: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888136.60897: stdout chunk (state=3): >>> # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external<<< 7519 1726888136.60902: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap<<< 7519 1726888136.60904: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888136.60905: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.60909: stdout chunk (state=3): >>> # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile<<< 7519 1726888136.60912: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888136.60914: stdout chunk (state=3): >>> # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools<<< 7519 1726888136.60916: stdout chunk (state=3): >>> # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq<<< 7519 1726888136.60919: stdout chunk (state=3): >>> # 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<<< 7519 1726888136.60933: stdout chunk (state=3): >>> # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path<<< 7519 1726888136.60936: stdout chunk (state=3): >>> # destroy genericpath # cleanup[3] wiping posixpath<<< 7519 1726888136.60939: stdout chunk (state=3): >>> # 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 <<< 7519 1726888136.60945: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal<<< 7519 1726888136.60951: stdout chunk (state=3): >>> # 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<<< 7519 1726888136.60953: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.60955: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.60958: 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' <<< 7519 1726888136.60961: stdout chunk (state=3): >>> # 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 <<< 7519 1726888136.60963: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbd49d0> # zipimport: zlib available <<< 7519 1726888136.60967: stdout chunk (state=3): >>># destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath <<< 7519 1726888136.60969: stdout chunk (state=3): >>># destroy stat # destroy ansible.module_utils.six.moves.urllib <<< 7519 1726888136.60971: stdout chunk (state=3): >>># destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp <<< 7519 1726888136.60974: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy selectors <<< 7519 1726888136.60976: stdout chunk (state=3): >>># destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error <<< 7519 1726888136.61126: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response <<< 7519 1726888136.61129: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator <<< 7519 1726888136.61132: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _operator <<< 7519 1726888136.61134: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io<<< 7519 1726888136.61206: stdout chunk (state=3): >>> # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks<<< 7519 1726888136.61209: stdout chunk (state=3): >>> <<< 7519 1726888136.61300: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.61967: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888136.61993: stdout chunk (state=3): >>><<< 7519 1726888136.61995: stderr chunk (state=3): >>><<< 7519 1726888136.61998: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3096850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30d4880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a306cd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3096d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd3eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dcc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd2640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2d55dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d558b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d55e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2daed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2da7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dbb670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2ddae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2d67c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dae250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2dbb280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d3a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d3a460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d6ffa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c6e1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d25c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c81af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c81e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c92730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c92c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c2a3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c81f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c3b280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c925b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c3b340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c566a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c56760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c56ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2c641f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c568e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c4ba30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d675b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c56a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f30a2b94670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25247f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25b5760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25b5400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b57c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a250a850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a250a4c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a250a670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24c5b20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25afd30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25af190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a249ea90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24c0310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2554970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2585d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a24859a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a24940d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a255a700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2494100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2492580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2492640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2491c70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2b94820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2517af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a25159d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2487850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2517520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a254fac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a2094d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a245f550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2456fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a250b9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2094610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30a259e7f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2515610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a246fc70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2453bb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24507f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2024820>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "services", "value": "nss, pam", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888136.64297: _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 0x7f30a3117dc0> # /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 0x7f30a30bc3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3117b20> # /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 0x7f30a3117ac0> 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 0x7f30a30bc490> # /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 0x7f30a30bc940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc670> # /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 0x7f30a3073190> # /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 0x7f30a3073220> # /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 0x7f30a3096850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a3073940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30d4880> # /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 0x7f30a306cd90> # /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 0x7f30a3096d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a30bc970> 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 0x7f30a2dd3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd6f40> # /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 0x7f30a2dcc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dd3370> # /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 0x7f30a2d55dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d558b0> 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 0x7f30a2d55eb0> # /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 0x7f30a2d55f70> # /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 0x7f30a2d55e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2daed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2da7610> # /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 0x7f30a2dbb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2ddae20> # /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 0x7f30a2d67c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2dae250> # 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 0x7f30a2dbb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de09d0> # /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 0x7f30a2d67fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d67d90> # /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 0x7f30a2d67d00> # /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 0x7f30a2d3a370> # /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 0x7f30a2d3a460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d6ffa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69490> # /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 0x7f30a2c6e1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d25c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d69eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2de0040> # /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 0x7f30a2c81af0> 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 0x7f30a2c81e20> # /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 0x7f30a2c92730> # /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 0x7f30a2c92c70> # 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 0x7f30a2c2a3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c81f10> # /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 0x7f30a2c3b280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c925b0> 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 0x7f30a2c3b340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d679d0> # /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 0x7f30a2c566a0> # /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 0x7f30a2c56970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c56760> # 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 0x7f30a2c56850> # /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 0x7f30a2c56ca0> # 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 0x7f30a2c641f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c568e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2c4ba30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2d675b0> # /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 0x7f30a2c56a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f30a2b94670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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 0x7f30a25247f0> # /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 0x7f30a25b5760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5370> # /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 0x7f30a25b5490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5190> 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 0x7f30a25b5400> # /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 0x7f30a25b57c0> # /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 0x7f30a250a850> # 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 0x7f30a250a4c0> # 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 0x7f30a250a670> # /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 0x7f30a24c5b20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25afd30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a25b5520> # /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 0x7f30a25af190> # /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 0x7f30a249ea90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2554880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24c0310> # 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 0x7f30a2554970> # /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 0x7f30a2585d30> # /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 0x7f30a24859a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de50> # /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 0x7f30a24940d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a258de20> # /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 0x7f30a255a700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2494100> # 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 0x7f30a2492580> # 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 0x7f30a2492640> # 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 0x7f30a2491c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2b94820> # /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 0x7f30a2517af0> # 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 0x7f30a25159d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2487850> # 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 0x7f30a2517520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a254fac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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 0x7f30a2094d30> # /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 0x7f30a245f550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2456fd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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 0x7f30a250b9d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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 0x7f30a2094610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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 0x7f30a259e7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2515610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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 0x7f30a246fc70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2453bb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a24507f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_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_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_6cwzqwus/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30a2024820> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "services", "value": "nss, pam", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888136.64492: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.64498: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.64565: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888136.64667: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.64737: stderr chunk (state=3): >>><<< 7519 1726888136.64740: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.64861: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.64867: handler run complete 7519 1726888136.64871: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888136.64875: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7519 1726888136.64877: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.64880: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888136.64885: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.64888: attempt loop complete, returning result 7519 1726888136.64891: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.64893: variable 'item' from source: unknown 7519 1726888136.64896: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888136.64899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888136.64902: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888136.64904: variable 'item' from source: unknown 7519 1726888136.64906: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4f751610> <<< 7519 1726888136.64908: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.64911: stdout chunk (state=3): >>># zipimport: zlib available <<< ok: [managed_node2] => (item={'key': 'services', 'value': 'nss, pam'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "services", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "sssd", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "nss, pam", "values": null } }, "item": { "key": "services", "value": "nss, pam" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888136.67870: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888136.67875: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888136.67879: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67882: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67885: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888136.67887: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67890: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67893: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67896: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'services', 'value': 'nss, pam', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.1376753-7843-3831624834193/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888136.67899: _low_level_execute_command(): starting 7519 1726888136.67902: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888136.67908: 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 <<< 7519 1726888136.67911: stdout chunk (state=3): >>># 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 0x7f5d501bd7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbdf610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888136.67916: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888136.67919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888136.67922: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67926: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67928: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67931: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888136.67933: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888136.67936: variable 'omit' from source: magic vars 7519 1726888136.67938: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888136.67941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888136.67944: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.1376753-7843-3831624834193/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888136.67952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888136.67955: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb38c70> <<< 7519 1726888136.67957: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1dbb0> <<< 7519 1726888136.67960: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1b7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888136.67963: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67965: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67968: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py <<< 7519 1726888136.67971: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888136.67973: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888136.67976: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67979: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py <<< 7519 1726888136.67981: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67984: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67986: stdout chunk (state=3): >>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py <<< 7519 1726888136.67989: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67991: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py <<< 7519 1726888136.67994: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.67996: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888136.67999: stdout chunk (state=3): >>> <<< 7519 1726888136.68001: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py <<< 7519 1726888136.68004: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.68006: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.68009: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py <<< 7519 1726888136.68012: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.68016: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.68018: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888136.68020: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888136.68025: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888136.68027: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888136.68030: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py <<< 7519 1726888136.68032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' <<< 7519 1726888136.68035: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4f6e3820> <<< 7519 1726888136.68038: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "services", "value": "nss, pam", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7519 1726888136.68043: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888136.68045: 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 <<< 7519 1726888136.68048: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.68059: 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 # clear sys.path_importer_cache <<< 7519 1726888136.68062: stdout chunk (state=3): >>># clear sys.meta_path <<< 7519 1726888136.68064: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.68066: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal <<< 7519 1726888136.68068: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.68070: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.68072: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.68074: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.68076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.68078: 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<<< 7519 1726888136.68081: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.68083: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.68085: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.68087: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888136.68089: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.68091: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.68093: stdout chunk (state=3): >>> # 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 <<< 7519 1726888136.68095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.68097: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.68781: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.68786: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.68789: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.68791: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.68794: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.68796: stdout chunk (state=3): >>># 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<<< 7519 1726888136.68799: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.68801: stdout chunk (state=3): >>> # 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888136.68805: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.68807: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.68809: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.68812: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.68817: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888136.68819: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.68821: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888136.68825: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.68827: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.68829: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.68831: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.68834: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.68836: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888136.68838: stdout chunk (state=3): >>># destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888136.68840: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.68842: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888136.68844: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.68846: stdout chunk (state=3): >>># destroy _json # destroy encodings <<< 7519 1726888136.68848: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888136.68850: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.68852: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # 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 <<< 7519 1726888136.68855: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.68857: 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 # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7519 1726888136.69090: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7519 1726888136.69094: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat <<< 7519 1726888136.69099: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.69154: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888136.69333: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888136.69346: variable 'omit' from source: magic vars 7519 1726888136.69372: variable 'omit' from source: magic vars 7519 1726888136.69432: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888136.69548: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888136.69954: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888136.69958: stderr chunk (state=3): >>><<< 7519 1726888136.69960: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507583a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50732850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50770880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50708d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50732d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d2eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506cc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d4640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d2370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50655dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506558b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50655e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506aed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506a7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506bc670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506dae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50667c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506ae250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d506bc280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503fa460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50670fa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503491c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503e5c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5035baf0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5035be20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036d730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036dc70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d502fa3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5035bf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5030a280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036d5b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d5030a340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d503266a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50326760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50326ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d503341f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503268e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5031aa30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506675b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50326a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5d5025b670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbee7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501d5760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501d5400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d57c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb6d7c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb6db50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb6d9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb8eb20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ced30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ce190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbeaa90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb88310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d50173970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501a4d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb4f9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5e0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50179700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb5e100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5b580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5b640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fb5ac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5025b820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbe0af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbdf9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb50850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4fbe0520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5016eac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d4f751d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb2b550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbd49d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4f751610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d501bd7f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbdf610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb38c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1dbb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1b7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4f6e3820>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "services", "value": "nss, pam", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888136.70229: _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 0x7f5d507b3dc0> # /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 0x7f5d507583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d507b3b20> # /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 0x7f5d507b3ac0> 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 0x7f5d50758490> # /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 0x7f5d50758940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758670> # /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 0x7f5d5070f190> # /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 0x7f5d5070f220> # /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 0x7f5d50732850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5070f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50770880> # /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 0x7f5d50708d90> # /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 0x7f5d50732d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50758970> 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 0x7f5d506d2eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d6f40> # /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 0x7f5d506cc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d4640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506d2370> # /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 0x7f5d50655dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506558b0> 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 0x7f5d50655eb0> # /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 0x7f5d50655f70> # /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 0x7f5d50655e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506aed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506a7610> # /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 0x7f5d506bc670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506dae20> # /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 0x7f5d50667c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506ae250> # 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 0x7f5d506bc280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e09d0> # /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 0x7f5d50667fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50667d90> # /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 0x7f5d50667d00> # /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 0x7f5d503fa370> # /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 0x7f5d503fa460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50670fa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669490> # /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 0x7f5d503491c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503e5c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50669eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506e0040> # /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 0x7f5d5035baf0> 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 0x7f5d5035be20> # /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 0x7f5d5036d730> # /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 0x7f5d5036dc70> # 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 0x7f5d502fa3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5035bf10> # /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 0x7f5d5030a280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5036d5b0> 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 0x7f5d5030a340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506679d0> # /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 0x7f5d503266a0> # /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 0x7f5d50326970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50326760> # 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 0x7f5d50326850> # /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 0x7f5d50326ca0> # 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 0x7f5d503341f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d503268e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5031aa30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d506675b0> # /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 0x7f5d50326a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5d5025b670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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 0x7f5d4fbee7f0> # /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 0x7f5d501d5760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5370> # /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 0x7f5d501d5490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5190> 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 0x7f5d501d5400> # /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 0x7f5d501d57c0> # /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 0x7f5d4fb6d7c0> # 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 0x7f5d4fb6db50> # 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 0x7f5d4fb6d9a0> # /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 0x7f5d4fb8eb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ced30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501d5520> # /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 0x7f5d501ce190> # /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 0x7f5d4fbeaa90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d50173880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb88310> # 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 0x7f5d50173970> # /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 0x7f5d501a4d30> # /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 0x7f5d4fb4f9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade50> # /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 0x7f5d4fb5e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d501ade20> # /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 0x7f5d50179700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb5e100> # 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 0x7f5d4fb5b580> # 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 0x7f5d4fb5b640> # 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 0x7f5d4fb5ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5025b820> # /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 0x7f5d4fbe0af0> # 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 0x7f5d4fbdf9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb50850> # 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 0x7f5d4fbe0520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d5016eac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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 0x7f5d4f751d30> # /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 0x7f5d4fb2b550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1ffd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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 0x7f5d4fbd49d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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 0x7f5d4f751610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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 0x7f5d501bd7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fbdf610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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 0x7f5d4fb38c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1dbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4fb1b7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_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_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_wm0siuwy/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d4f6e3820> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "services", "value": "nss, pam", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888136.74696: variable 'item' from source: unknown 7519 1726888136.74701: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'services', 'value': 'nss, pam', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.0040274-7835-235975672484351/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888136.74704: _low_level_execute_command(): starting 7519 1726888136.74707: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888136.74712: variable 'item' from source: unknown <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.0040274-7835-235975672484351/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888136.74717: variable 'omit' from source: magic vars 7519 1726888136.74719: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888136.74722: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888136.74725: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888136.74728: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888136.74729: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888136.74731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888136.74733: Set connection var ansible_shell_executable to /bin/sh 7519 1726888136.74735: Set connection var ansible_pipelining to False 7519 1726888136.74737: Set connection var ansible_shell_type to sh 7519 1726888136.74738: Set connection var ansible_timeout to 10 7519 1726888136.74740: Set connection var ansible_connection to ssh 7519 1726888136.74742: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888136.74743: variable 'ansible_shell_executable' from source: unknown 7519 1726888136.74745: variable 'ansible_connection' from source: unknown 7519 1726888136.74747: variable 'ansible_module_compression' from source: unknown 7519 1726888136.74749: variable 'ansible_shell_type' from source: unknown 7519 1726888136.74751: variable 'ansible_shell_executable' from source: unknown 7519 1726888136.74753: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888136.74754: variable 'ansible_pipelining' from source: unknown 7519 1726888136.74756: variable 'ansible_timeout' from source: unknown 7519 1726888136.74767: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888136.74770: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.74772: stderr chunk (state=3): >>><<< 7519 1726888136.74774: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.74780: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.74784: handler run complete 7519 1726888136.74786: attempt loop complete, returning result 7519 1726888136.74788: variable 'item' from source: unknown 7519 1726888136.74790: variable 'item' from source: unknown ok: [managed_node3] => (item={'key': 'services', 'value': 'nss, pam'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "services", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "sssd", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "nss, pam", "values": null } }, "item": { "key": "services", "value": "nss, pam" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888136.75048: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888136.75051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888136.75053: variable 'omit' from source: magic vars 7519 1726888136.75055: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.75058: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.75060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.75062: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.75064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.75066: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888136.75068: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.75070: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.75072: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.75074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.75076: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.75078: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.75080: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.75082: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888136.75126: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.75130: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888136.75133: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888136.75135: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.75137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.75140: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.75142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.75143: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888136.75145: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.75147: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.75202: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.75209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.75212: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.75214: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.75216: 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__) (found_in_cache=True, class_only=False) 7519 1726888136.75219: variable 'omit' from source: magic vars 7519 1726888136.75221: starting attempt loop 7519 1726888136.75224: running the handler 7519 1726888136.75227: _low_level_execute_command(): starting 7519 1726888136.75229: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888136.75233: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.75235: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.75237: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.75239: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.75241: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.75243: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.75245: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.75247: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.75249: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888136.75250: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888136.75252: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.75254: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888136.75261: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.75263: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.75265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.75267: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.75269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.75271: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.75273: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.75275: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.75277: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.75279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.75281: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.75283: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.75285: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.75287: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888136.75289: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.75291: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.75293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.75295: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.75297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.75299: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.75417: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.75434: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.75436: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.75438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.75440: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.75442: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.75444: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.75446: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.75448: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.75450: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888136.75452: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.75453: variable 'omit' from source: magic vars 7519 1726888136.75527: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.75541: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.75548: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.75551: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.75555: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888136.75557: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.75559: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.75560: variable 'omit' from source: magic vars 7519 1726888136.75562: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888136.75564: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888136.75566: variable 'item' from source: unknown 7519 1726888136.75568: variable 'item' from source: unknown 7519 1726888136.75570: variable 'omit' from source: magic vars 7519 1726888136.75572: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888136.75574: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888136.75576: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888136.75578: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888136.75580: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888136.75581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888136.75591: Set connection var ansible_shell_executable to /bin/sh 7519 1726888136.75597: Set connection var ansible_pipelining to False 7519 1726888136.75599: Set connection var ansible_shell_type to sh 7519 1726888136.75601: Set connection var ansible_timeout to 10 7519 1726888136.75609: Set connection var ansible_connection to ssh 7519 1726888136.75611: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888136.75613: variable 'ansible_shell_executable' from source: unknown 7519 1726888136.75615: variable 'ansible_connection' from source: unknown 7519 1726888136.75617: variable 'ansible_module_compression' from source: unknown 7519 1726888136.75618: variable 'ansible_shell_type' from source: unknown 7519 1726888136.75620: variable 'ansible_shell_executable' from source: unknown 7519 1726888136.75623: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888136.75625: variable 'ansible_pipelining' from source: unknown 7519 1726888136.75668: variable 'ansible_timeout' from source: unknown 7519 1726888136.75671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888136.75673: 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__) (found_in_cache=True, class_only=False) 7519 1726888136.75675: variable 'omit' from source: magic vars 7519 1726888136.75677: starting attempt loop 7519 1726888136.75679: running the handler 7519 1726888136.75681: _low_level_execute_command(): starting 7519 1726888136.75682: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888136.75829: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.75832: stderr chunk (state=3): >>><<< 7519 1726888136.75837: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.75843: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.75845: handler run complete 7519 1726888136.75847: attempt loop complete, returning result 7519 1726888136.75864: variable 'item' from source: unknown 7519 1726888136.75974: stdout chunk (state=3): >>>/root <<< 7519 1726888136.76080: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.76096: stderr chunk (state=3): >>><<< 7519 1726888136.76098: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.76131: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.76145: _low_level_execute_command(): starting 7519 1726888136.76149: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249 `" && echo ansible-tmp-1726888136.7613246-7837-229210779613249="` echo /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249 `" && echo ansible-tmp-1726888136.7613246-7837-229210779613249="` echo /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249 `" ) && sleep 0'"'"'' 7519 1726888136.76332: variable 'item' from source: unknown ok: [managed_node1] => (item={'key': 'services', 'value': 'nss, pam'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "services", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "sssd", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "nss, pam", "values": null } }, "item": { "key": "services", "value": "nss, pam" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888136.76703: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888136.76712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888136.76730: variable 'omit' from source: magic vars 7519 1726888136.77435: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888136.77442: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888136.77945: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888136.78415: 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 <<< 7519 1726888136.78430: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.78500: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.78648: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.78698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.78716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.78742: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.78756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.78770: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.78778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.78816: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.78936: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.78969: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888136.79019: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888136.79037: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.79067: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.79162: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.79297: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.79307: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.79321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.79334: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.79343: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.79360: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.79365: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888136.79375: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.79378: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.79500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.79524: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.79547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.79555: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.79563: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.79570: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.79581: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.79585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.79597: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.79605: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.79684: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.80034: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent <<< 7519 1726888136.80245: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.80798: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888136.80825: variable 'omit' from source: magic vars 7519 1726888136.80863: variable 'omit' from source: magic vars 7519 1726888136.80938: stdout chunk (state=3): >>>ansible-tmp-1726888136.7613246-7837-229210779613249=/root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249 <<< 7519 1726888136.80981: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888136.81115: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.81119: stderr chunk (state=3): >>><<< 7519 1726888136.81121: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'ansible-tmp-1726888136.7613246-7837-229210779613249=/root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.81149: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.7613246-7837-229210779613249=/root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.81271: variable 'ansible_module_compression' from source: unknown 7519 1726888136.81320: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888136.81354: variable 'ansible_facts' from source: host vars for 'managed_node2' Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888136.81425: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpa2wxsutl TO /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888136.81679: stdout chunk (state=3): >>>/root <<< 7519 1726888136.81759: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888136.81907: Sending initial data 7519 1726888136.81916: Sent initial data (155 bytes) 7519 1726888136.81932: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.81935: stdout chunk (state=3): >>><<< 7519 1726888136.81942: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.81965: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.81976: _low_level_execute_command(): starting 7519 1726888136.81981: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081 `" && echo ansible-tmp-1726888136.8196611-7843-257028976150081="` echo /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081 `" && echo ansible-tmp-1726888136.8196611-7843-257028976150081="` echo /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081 `" ) && sleep 0'"'"'' 7519 1726888136.82126: variable 'item' from source: unknown 7519 1726888136.82232: variable 'item' from source: unknown 7519 1726888136.82264: variable 'omit' from source: magic vars 7519 1726888136.82302: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888136.82331: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888136.82348: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888136.82373: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888136.82384: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888136.82394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888136.82491: Set connection var ansible_shell_executable to /bin/sh 7519 1726888136.82503: Set connection var ansible_pipelining to False 7519 1726888136.82511: Set connection var ansible_shell_type to sh 7519 1726888136.82528: Set connection var ansible_timeout to 10 7519 1726888136.82536: Set connection var ansible_connection to ssh 7519 1726888136.82547: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888136.82577: variable 'ansible_shell_executable' from source: unknown 7519 1726888136.82584: variable 'ansible_connection' from source: unknown 7519 1726888136.82590: variable 'ansible_module_compression' from source: unknown 7519 1726888136.82596: variable 'ansible_shell_type' from source: unknown 7519 1726888136.82600: variable 'ansible_shell_executable' from source: unknown 7519 1726888136.82605: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888136.82612: variable 'ansible_pipelining' from source: unknown 7519 1726888136.82621: variable 'ansible_timeout' from source: unknown 7519 1726888136.82631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888136.82754: 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__) (found_in_cache=True, class_only=False) 7519 1726888136.82769: variable 'omit' from source: magic vars 7519 1726888136.82778: starting attempt loop 7519 1726888136.82784: running the handler 7519 1726888136.82793: _low_level_execute_command(): starting 7519 1726888136.82800: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888136.83500: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.83516: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.83560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.83586: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.83616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.83741: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.83934: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.84438: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.84452: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.84465: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.84489: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.84502: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.84505: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.84521: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.84538: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888136.84549: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.84552: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.84561: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.84564: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.84571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.84582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.84600: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.84612: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.84618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.84620: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.84625: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.84628: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.84636: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.84649: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.84662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.84667: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888136.84674: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.84686: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.84700: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.84722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.84740: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.84755: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.84779: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.84798: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888136.84817: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.84841: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.84862: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.84886: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.84903: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.84924: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888136.84939: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.84957: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.84978: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.84996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.85017: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.85037: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.85118: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.85139: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.85156: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.85184: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.85203: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.85217: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.85233: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.85244: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.85252: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.85260: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888136.85282: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.85299: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.85336: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.85351: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888136.85369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.85387: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.85398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.85442: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.85446: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.85454: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.85457: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.85463: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.85474: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.85477: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.85480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.85486: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.85504: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.85507: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.85524: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.85527: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.85529: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.85540: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.85548: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888136.85551: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.85562: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.85575: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.85589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.85605: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.85625: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888136.85635: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.85675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.85694: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.85707: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.85725: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.85758: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.85777: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.85794: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.85821: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.85862: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.85917: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.85936: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.85946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.85971: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.85997: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.86017: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.86031: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.86040: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.86052: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888136.86079: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.86126: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.87648: stdout chunk (state=3): >>>ansible-tmp-1726888136.8196611-7843-257028976150081=/root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081 <<< 7519 1726888136.87852: stdout chunk (state=3): >>>/root <<< 7519 1726888136.87857: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.87860: stdout chunk (state=3): >>><<< 7519 1726888136.87863: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888136.8196611-7843-257028976150081=/root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.88064: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.8196611-7843-257028976150081=/root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.88069: variable 'ansible_module_compression' from source: unknown 7519 1726888136.88071: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888136.88077: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.88359: stderr chunk (state=3): >>><<< 7519 1726888136.88362: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.88369: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.88372: _low_level_execute_command(): starting 7519 1726888136.88375: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101 `" && echo ansible-tmp-1726888136.8812885-7835-272018952356101="` echo /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101 `" && echo ansible-tmp-1726888136.8812885-7835-272018952356101="` echo /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101 `" ) && sleep 0'"'"'' 7519 1726888136.88384: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888136.88418: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpa2wxsutl debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888136.88421: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpa2wxsutl /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py <<< 7519 1726888136.88489: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888136.88563: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888136.88566: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888136.88568: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934 <<< Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888136.88703: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgh47fnj8 TO /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888136.89640: Sending initial data 7519 1726888136.89643: Sent initial data (155 bytes) 7519 1726888136.89854: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122934 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888136.89907: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888136.90130: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.90156: stderr chunk (state=3): >>><<< 7519 1726888136.90159: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpa2wxsutl /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpa2wxsutl\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122934 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888136.90188: done transferring module to remote 7519 1726888136.90201: _low_level_execute_command(): starting 7519 1726888136.90204: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/ /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/ /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888136.91459: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.91468: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.91479: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.91491: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.91499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.91546: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.91553: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.91559: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.91568: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.91576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.91584: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.91592: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.91602: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.91610: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888136.91619: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.91635: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.91645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.91655: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.91663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.91670: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.91676: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.91683: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.91691: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.91698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.91710: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.91713: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.91787: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.91802: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.91811: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.91833: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.91845: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.91852: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.91859: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.91865: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.91877: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888136.91908: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.91950: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.92279: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.92289: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.92300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.92313: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.92326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.92368: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888136.92371: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.92376: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.92385: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.92393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.92402: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.92409: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.92424: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.92433: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888136.92439: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.92447: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.92456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.92466: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.92476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.92479: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888136.92485: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.92492: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.92500: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.92508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.92520: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.92531: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.92595: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.92746: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.92753: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.92772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.92788: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.92798: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.92808: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.92811: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.92828: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888136.92889: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.92898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888136.93379: 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 <<< 7519 1726888136.93383: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.93417: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.93420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.93424: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.93426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.93481: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888136.93503: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888136.93507: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888136.93519: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.93562: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.93795: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.93799: stdout chunk (state=3): >>><<< 7519 1726888136.93805: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.93835: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.93838: _low_level_execute_command(): starting 7519 1726888136.93843: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888136.94515: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.94529: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.94540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.94554: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.94564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.94601: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.94607: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.94614: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.94628: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.94636: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.94644: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.94652: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.94664: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.94672: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888136.94676: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.94681: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.94692: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.94703: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.94710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.94721: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888136.94733: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888136.94740: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888136.94749: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888136.94757: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.94767: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.94775: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.94845: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888136.94855: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888136.94861: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888136.94879: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888136.94892: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888136.94898: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888136.94903: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888136.94909: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888136.94927: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888136.94956: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888136.95013: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888136.95398: 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 <<< 7519 1726888136.95409: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888136.95455: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888136.95506: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgh47fnj8 <<< 7519 1726888136.95509: stdout chunk (state=3): >>>ansible-tmp-1726888136.8812885-7835-272018952356101=/root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101 <<< 7519 1726888136.95511: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgh47fnj8 /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py <<< 7519 1726888136.95525: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888136.95557: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888136.95858: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.95861: stdout chunk (state=3): >>><<< 7519 1726888136.95864: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888136.8812885-7835-272018952356101=/root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888136.95870: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888136.8812885-7835-272018952356101=/root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888136.96133: variable 'ansible_module_compression' from source: unknown 7519 1726888136.96136: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888136.96138: variable 'ansible_facts' from source: host vars for 'managed_node1' Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888136.96142: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppvktwj87 TO /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888136.96161: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934 <<< 7519 1726888136.96654: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122934 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888136.96719: Sending initial data 7519 1726888136.96724: Sent initial data (155 bytes) 7519 1726888136.96727: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888136.96936: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888136.96967: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888136.97107: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888136.97110: stderr chunk (state=3): >>><<< 7519 1726888136.97112: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgh47fnj8 /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgh47fnj8\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122934 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888136.97118: done transferring module to remote 7519 1726888136.97120: _low_level_execute_command(): starting 7519 1726888136.97131: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/ /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888136.97140: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/ /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888136.97147: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888136.97151: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888136.97155: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888136.97227: 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' <<< 7519 1726888136.97252: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888136.97259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888136.97286: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8dc0> <<< 7519 1726888136.97339: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888136.97345: 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 0x7fdb26a7d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8b20> <<< 7519 1726888136.97381: 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' <<< 7519 1726888136.97388: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8ac0> <<< 7519 1726888136.97428: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888136.97440: 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' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d490> <<< 7519 1726888136.97482: 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' <<< 7519 1726888136.97489: 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' <<< 7519 1726888136.97519: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888136.97534: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d670> <<< 7519 1726888136.97571: 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' <<< 7519 1726888136.97614: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888136.97635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888136.97650: 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' <<< 7519 1726888136.97695: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34190> <<< 7519 1726888136.97703: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888136.97720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888136.97798: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34220> <<< 7519 1726888136.97862: 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' <<< 7519 1726888136.97869: 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 0x7fdb26a57850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34940> <<< 7519 1726888136.97893: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a95880> <<< 7519 1726888136.97924: 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' <<< 7519 1726888136.97932: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a2dd90> <<< 7519 1726888136.97987: 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 0x7fdb26a57d90> <<< 7519 1726888136.98044: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d970> <<< 7519 1726888136.98072: 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. <<< 7519 1726888136.98284: 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' <<< 7519 1726888136.98328: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888136.98333: stdout chunk (state=3): >>># 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 <<< 7519 1726888136.98358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888136.98372: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888136.98390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7519 1726888136.98396: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d3eb0> <<< 7519 1726888136.98446: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d6f40> <<< 7519 1726888136.98461: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888136.98478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888136.98488: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888136.98519: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888136.98534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888136.98551: 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' <<< 7519 1726888136.98590: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267cc610> <<< 7519 1726888136.98601: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d2640> <<< 7519 1726888136.98616: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d3370> <<< 7519 1726888136.98619: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888136.98700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888136.98712: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888136.98746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888136.98773: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888136.98777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888136.98806: 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 0x7fdb26755dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267558b0> <<< 7519 1726888136.98829: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888136.98873: 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 0x7fdb26755eb0> <<< 7519 1726888136.98885: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888136.98892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888136.98916: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755f70> <<< 7519 1726888136.98947: 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' <<< 7519 1726888136.98963: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755e80> <<< 7519 1726888136.98969: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888136.99015: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267aed30> import '_functools' # <<< 7519 1726888136.99050: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267a7610> <<< 7519 1726888136.99116: 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 0x7fdb267bb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267dae20> <<< 7519 1726888136.99134: 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' <<< 7519 1726888136.99162: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888136.99166: 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 0x7fdb26767c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267ae250> <<< 7519 1726888136.99207: 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 0x7fdb267bb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e09d0> <<< 7519 1726888136.99230: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.99236: 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' <<< 7519 1726888136.99259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888136.99262: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7519 1726888136.99267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888136.99291: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888136.99296: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888136.99309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767d90> <<< 7519 1726888136.99350: 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 0x7fdb26767d00> <<< 7519 1726888136.99372: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888136.99383: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888136.99393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7519 1726888136.99406: 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' <<< 7519 1726888136.99435: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888136.99484: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888136.99501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888136.99519: 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 0x7fdb2673a370> <<< 7519 1726888136.99544: stdout chunk (state=3): >>># /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' <<< 7519 1726888136.99653: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2673a460> <<< 7519 1726888136.99669: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888136.99686: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888136.99695: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2676ffa0> <<< 7519 1726888136.99713: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888136.99732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888136.99745: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769490> <<< 7519 1726888136.99769: 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' <<< 7519 1726888136.99786: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888136.99806: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888136.99817: stdout chunk (state=3): >>># /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' <<< 7519 1726888136.99848: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888136.99864: 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 0x7fdb2666e1c0> <<< 7519 1726888136.99888: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888136.99899: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26725c70> <<< 7519 1726888136.99913: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888136.99937: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888136.99947: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e0040> <<< 7519 1726888136.99984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.00003: stdout chunk (state=3): >>># /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' <<< 7519 1726888137.00024: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26681af0> <<< 7519 1726888137.00036: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888137.00065: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.00084: 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 0x7fdb26681e20> <<< 7519 1726888137.00103: 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' <<< 7519 1726888137.00132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.00148: 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 0x7fdb26692730> <<< 7519 1726888137.00167: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888137.00177: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888137.00206: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.00221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888137.00235: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26692c70> <<< 7519 1726888137.00263: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.00274: 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 0x7fdb2662a3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26681f10> <<< 7519 1726888137.00300: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.00322: 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' <<< 7519 1726888137.00352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.00364: 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 0x7fdb2663b280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266925b0> import 'pwd' # <<< 7519 1726888137.00384: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.00398: 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 0x7fdb2663b340> <<< 7519 1726888137.00431: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.00448: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267679d0> <<< 7519 1726888137.00521: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.00658: stdout chunk (state=3): >>># /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 0x7fdb266566a0> # /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 0x7fdb26656970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26656760> # 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 0x7fdb26656850> # /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' <<< 7519 1726888137.00675: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.00686: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.00710: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.00729: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.00740: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.00757: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.00769: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.00785: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888137.00819: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.00882: 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 0x7fdb26656ca0> <<< 7519 1726888137.00898: 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 0x7fdb266641f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266568e0> <<< 7519 1726888137.00916: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2664ba30> <<< 7519 1726888137.00935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.00952: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267675b0> <<< 7519 1726888137.00963: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888137.01012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888137.01093: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26656a90> <<< 7519 1726888137.01166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdb2658b670> <<< 7519 1726888137.01226: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.01240: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.01254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.01272: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.01282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.01339: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888137.01431: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.01447: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py <<< 7519 1726888137.01499: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.01502: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.01506: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888137.01508: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.01512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.01514: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.01516: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.01536: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888137.01574: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888137.01848: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.01854: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888137.01864: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.01908: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888137.02773: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.02777: stdout chunk (state=3): >>><<< 7519 1726888137.02779: stderr chunk (state=3): >>><<< 7519 1726888137.02781: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.02919: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.02926: _low_level_execute_command(): starting 7519 1726888137.02930: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888137.03633: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.03637: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.03717: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 7519 1726888137.03721: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.03726: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.03729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888137.03731: 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 0x7fdb25f247f0> # /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' <<< 7519 1726888137.03733: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.03738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.03762: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.03767: 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' # /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' <<< 7519 1726888137.03778: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.03790: 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 0x7fdb25fb5760> <<< 7519 1726888137.03834: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5640> <<< 7519 1726888137.03883: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888137.03886: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5370> <<< 7519 1726888137.03893: 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' <<< 7519 1726888137.03912: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent <<< 7519 1726888137.03942: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5490> <<< 7519 1726888137.03946: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5190> import 'atexit' # <<< 7519 1726888137.03988: 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 0x7fdb25fb5400> <<< 7519 1726888137.03991: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888137.04006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.04019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888137.04050: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb57c0> <<< 7519 1726888137.04079: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888137.04100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888137.04113: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888137.04127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888137.04159: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888137.04164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888137.04231: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f0a850> <<< 7519 1726888137.04270: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888137.04274: 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 0x7fdb25f0a4c0> <<< 7519 1726888137.04303: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888137.04306: stdout chunk (state=3): >>># 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 0x7fdb25f0a670> <<< 7519 1726888137.04326: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888137.04342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888137.04382: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25ec5b20> <<< 7519 1726888137.04395: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fafd30> <<< 7519 1726888137.04556: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5520> <<< 7519 1726888137.04579: 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' <<< 7519 1726888137.04618: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25faf190> <<< 7519 1726888137.04623: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888137.04652: 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 <<< 7519 1726888137.04671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888137.04677: 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 <<< 7519 1726888137.04704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888137.04738: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888137.04750: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888137.04769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e83a90> <<< 7519 1726888137.05155: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25ebf310> # 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 0x7fdb25f54970> # /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 0x7fdb25f85d30> # /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 0x7fdb25e859a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de50> # /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 0x7fdb25e940d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de20> # /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' <<< 7519 1726888137.05196: 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' <<< 7519 1726888137.05200: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppvktwj87 debug3: Sent message fd 3 T:17 I:3 debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888137.05202: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888137.05204: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppvktwj87 /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py <<< 7519 1726888137.05243: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f5a700> <<< 7519 1726888137.05370: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e94100> <<< 7519 1726888137.05465: 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' <<< 7519 1726888137.05499: 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 0x7fdb25e92580> <<< 7519 1726888137.05504: 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' <<< 7519 1726888137.05506: 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 0x7fdb25e92640> <<< 7519 1726888137.05551: 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' <<< 7519 1726888137.05557: 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 0x7fdb25e91c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2658b820> <<< 7519 1726888137.05578: 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' <<< 7519 1726888137.05589: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888137.05615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888137.05664: 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 0x7fdb25f17af0> <<< 7519 1726888137.05925: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934 <<< 7519 1726888137.05974: 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 0x7fdb25f159d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e87850> # 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 0x7fdb25f17520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f4fac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888137.05977: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888137.06024: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.06050: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888137.06085: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888137.06123: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888137.06131: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888137.06164: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 7519 1726888137.06167: stdout chunk (state=3): >>># installed zipimport hook <<< 7519 1726888137.06183: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888137.06201: 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' <<< 7519 1726888137.06218: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888137.06241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888137.06259: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.06278: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3dc0> <<< 7519 1726888137.06321: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888137.06327: 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 0x7f525fd983a0> <<< 7519 1726888137.06330: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3b20> <<< 7519 1726888137.06354: 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' <<< 7519 1726888137.06357: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.06372: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3ac0> import '_signal' # <<< 7519 1726888137.06410: 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' <<< 7519 1726888137.06413: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98490> <<< 7519 1726888137.06438: 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' <<< 7519 1726888137.06455: 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' <<< 7519 1726888137.06476: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888137.06479: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98940> <<< 7519 1726888137.06522: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98670> <<< 7519 1726888137.06537: 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' <<< 7519 1726888137.06634: 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' <<< 7519 1726888137.06638: stdout chunk (state=3): >>>import '_stat' # <<< 7519 1726888137.06640: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f190> <<< 7519 1726888137.06648: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888137.06728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888137.06822: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.06861: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f220> # /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 0x7f525fd72850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdb0880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py <<< 7519 1726888137.06865: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122934 bytes at 0 <<< 7519 1726888137.06867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd48d90> <<< 7519 1726888137.06870: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888137.06887: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888137.06961: 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 0x7f525fd72d90> <<< 7519 1726888137.06976: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.06989: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98970> <<< 7519 1726888137.07062: 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. <<< 7519 1726888137.07138: stderr chunk (state=3): >>><<< 7519 1726888137.07141: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppvktwj87 /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmppvktwj87\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122934\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122934 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888137.07172: done transferring module to remote 7519 1726888137.07201: 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' <<< 7519 1726888137.07204: _low_level_execute_command(): starting 7519 1726888137.07206: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/ /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888137.07237: 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' <<< 7519 1726888137.07277: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888137.07302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888137.07309: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888137.07328: 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' <<< 7519 1726888137.07332: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd13eb0> <<< 7519 1726888137.07334: 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' <<< 7519 1726888137.07386: 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 0x7fdb25a8ad30> <<< 7519 1726888137.07497: 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 0x7fdb25e5f550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e56fd0> <<< 7519 1726888137.07527: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available <<< <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/ /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888137.07663: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888137.07684: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.07763: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd15f40> # /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 0x7f525fd0c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd12640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd13370> # /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 0x7f525fc95dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc958b0> import 'itertools' # <<< 7519 1726888137.07843: 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 0x7f525fc95eb0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888137.07846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95f70> # /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 0x7f525fc95e80> import '_collections' # <<< 7519 1726888137.07853: 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' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f0b9d0> # zipimport: zlib available <<< 7519 1726888137.07931: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fceed30> <<< 7519 1726888137.07961: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fce7610> <<< 7519 1726888137.08020: 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 0x7f525fcfb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd1ae20> # /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' <<< 7519 1726888137.08066: 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 0x7f525fca7c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcee250> <<< 7519 1726888137.08084: 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 0x7f525fcfb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd209d0> <<< 7519 1726888137.08103: 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' <<< 7519 1726888137.08153: 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 <<< 7519 1726888137.08188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7d90> <<< 7519 1726888137.08241: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.08265: 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 0x7f525fca7d00> # /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' <<< 7519 1726888137.08277: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888137.08332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888137.08366: 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 0x7f525fc7a370> <<< 7519 1726888137.08371: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888137.08397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888137.08416: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc7a460> <<< 7519 1726888137.08526: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcaffa0> <<< 7519 1726888137.08590: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.08667: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9490> <<< 7519 1726888137.08671: 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' <<< 7519 1726888137.09305: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.09308: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888137.09311: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888137.09399: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888137.09420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888137.09436: stdout chunk (state=3): >>># /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 0x7f525f9881c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc65c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd20040> # /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 0x7f525f99baf0> 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 0x7f525f99be20> # /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 0x7f525f9ac730> # /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 0x7f525f9acc70> # 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 0x7f525f9393a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f99bf10> # /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 0x7f525f94a280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9ac5b0> 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 0x7f525f94a340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca79d0> # /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 0x7f525f9656a0> # /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 0x7f525f965970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f965760> # 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 0x7f525f965850> # /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' <<< 7519 1726888137.09497: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25a8a610> <<< 7519 1726888137.09501: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.09548: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.09637: 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 0x7f525f965ca0> <<< 7519 1726888137.09663: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 7519 1726888137.09691: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.09736: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888137.09765: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.09781: 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 0x7f525f9731f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9658e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f95aa30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca75b0> # /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 0x7f525f965a90> <<< 7519 1726888137.09802: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.09888: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.09904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888137.09909: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f525f887670> <<< 7519 1726888137.09956: 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 <<< 7519 1726888137.09976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888137.10050: 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 0x7fdb25f9e7f0> <<< 7519 1726888137.10163: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f15610> <<< 7519 1726888137.10185: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888137.10256: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888137.10264: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.10480: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/__init__.py <<< 7519 1726888137.10595: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.10969: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.11059: stdout chunk (state=3): >>># 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' <<< 7519 1726888137.11073: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e6fc70> <<< 7519 1726888137.11116: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e53bb0> <<< 7519 1726888137.11171: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e507f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888137.11263: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888137.11389: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.11415: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888137.11419: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888137.11421: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888137.11425: stdout chunk (state=3): >>>import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available <<< 7519 1726888137.11667: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.11757: stdout chunk (state=3): >>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py <<< 7519 1726888137.11760: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.11763: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py <<< 7519 1726888137.11766: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888137.11768: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py <<< 7519 1726888137.11770: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.11773: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.11775: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py <<< 7519 1726888137.11777: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.11779: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.11782: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.11865: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25a1b820> <<< 7519 1726888137.11868: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.11871: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "domains", "value": "nssfiles", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888137.11896: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.11911: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.11933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.11954: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.11968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.12031: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.12045: 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 <<< 7519 1726888137.12055: 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 <<< 7519 1726888137.12058: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.12064: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.12077: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.12101: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.12105: 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 <<< 7519 1726888137.12107: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.12113: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.12143: 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 # 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 <<< 7519 1726888137.12178: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888137.12182: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.12184: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.12186: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.12188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.12257: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888137.12274: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888137.12279: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888137.12291: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.12352: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888137.12356: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888137.12359: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888137.12389: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888137.12393: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888137.12434: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.12439: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy encodings <<< 7519 1726888137.12454: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy array # destroy datetime <<< 7519 1726888137.12483: stdout chunk (state=3): >>># destroy selinux # destroy distro <<< 7519 1726888137.12488: stdout chunk (state=3): >>># destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888137.12502: 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 0x7f525f7837f0> <<< 7519 1726888137.12559: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping selinux._selinux <<< 7519 1726888137.12564: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian <<< 7519 1726888137.12569: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess <<< 7519 1726888137.12608: 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 <<< 7519 1726888137.12612: 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 <<< 7519 1726888137.12615: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.12691: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.12695: 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 # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath <<< 7519 1726888137.12701: stdout chunk (state=3): >>># cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 7519 1726888137.12704: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal <<< 7519 1726888137.12707: 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 # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 7519 1726888137.12721: 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' # /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' <<< 7519 1726888137.12730: 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 # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7519 1726888137.12732: 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 0x7f525f814760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814370> # /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' <<< 7519 1726888137.12767: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814190> import 'atexit' # <<< 7519 1726888137.12813: 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 0x7f525f814400> <<< 7519 1726888137.12825: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888137.12875: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7519 1726888137.12880: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse # destroy tokenize <<< 7519 1726888137.12884: stdout chunk (state=3): >>># destroy _heapq # destroy posixpath <<< 7519 1726888137.12937: stdout chunk (state=3): >>># destroy stat # destroy ansible.module_utils.six.moves.urllib <<< 7519 1726888137.12940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888137.12943: stdout chunk (state=3): >>># destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors <<< 7519 1726888137.12947: stdout chunk (state=3): >>># destroy select <<< 7519 1726888137.12949: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888137.12952: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f8147c0> # /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 <<< 7519 1726888137.12985: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888137.12988: 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' <<< 7519 1726888137.13066: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f784850> <<< 7519 1726888137.13102: 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 0x7f525f7844c0> <<< 7519 1726888137.13143: 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 0x7f525f784670> <<< 7519 1726888137.13155: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888137.13174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888137.13227: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1ceb20> <<< 7519 1726888137.13233: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f80ed30> <<< 7519 1726888137.13307: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888137.13869: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814520> # /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 0x7f525f80e190> # /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 0x7f525f1a7a90> <<< 7519 1726888137.14009: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1c9310> # 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 0x7f525f7b3970> # /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 0x7f525f7e4d30> # /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 0x7f525f18e9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe50> # /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 0x7f525f19e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe20> <<< 7519 1726888137.14188: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888137.14195: stdout chunk (state=3): >>># 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 0x7f525f7b9700> <<< 7519 1726888137.14241: stderr chunk (state=3): >>><<< 7519 1726888137.14246: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f19e100> <<< 7519 1726888137.14283: stdout chunk (state=3): >>><<< 7519 1726888137.14389: 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 0x7f525f19b580> <<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a57850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a95880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a2dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a57d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d3eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267cc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d2640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26755dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267558b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26755e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267aed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267a7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267bb670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267dae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26767c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267ae250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb267bb280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2673a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2673a460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2676ffa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2666e1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26725c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26681af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26681e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26692730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26692c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2662a3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26681f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2663b280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266925b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb2663b340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb266566a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26656760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb26656ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb266641f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266568e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2664ba30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267675b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26656a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdb2658b670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f247f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25fb5760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25fb5400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb57c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f0a850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f0a4c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f0a670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25ec5b20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fafd30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25faf190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e83a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25ebf310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f54970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f85d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e859a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e940d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f5a700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e94100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e92580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e92640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25e91c70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2658b820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f17af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f159d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e87850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f17520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f4fac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25a8ad30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e5f550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e56fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f0b9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25a8a610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdb25f9e7f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f15610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e6fc70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e53bb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e507f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25a1b820>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "domains", "value": "nssfiles", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888137.15231: _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 0x7fdb26ad8dc0> # /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 0x7fdb26a7d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26ad8b20> # /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 0x7fdb26ad8ac0> 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 0x7fdb26a7d490> # /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 0x7fdb26a7d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d670> # /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 0x7fdb26a34190> # /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 0x7fdb26a34220> # /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 0x7fdb26a57850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a34940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a95880> # /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 0x7fdb26a2dd90> # /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 0x7fdb26a57d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26a7d970> 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 0x7fdb267d3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d6f40> # /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 0x7fdb267cc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267d3370> # /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 0x7fdb26755dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267558b0> 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 0x7fdb26755eb0> # /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 0x7fdb26755f70> # /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 0x7fdb26755e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267aed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267a7610> # /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 0x7fdb267bb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267dae20> # /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 0x7fdb26767c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267ae250> # 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 0x7fdb267bb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e09d0> # /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 0x7fdb26767fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26767d90> # /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 0x7fdb26767d00> # /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 0x7fdb2673a370> # /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 0x7fdb2673a460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2676ffa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769490> # /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 0x7fdb2666e1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26725c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26769eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267e0040> # /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 0x7fdb26681af0> 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 0x7fdb26681e20> # /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 0x7fdb26692730> # /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 0x7fdb26692c70> # 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 0x7fdb2662a3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26681f10> # /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 0x7fdb2663b280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266925b0> 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 0x7fdb2663b340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267679d0> # /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 0x7fdb266566a0> # /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 0x7fdb26656970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb26656760> # 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 0x7fdb26656850> # /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 0x7fdb26656ca0> # 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 0x7fdb266641f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb266568e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2664ba30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb267675b0> # /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 0x7fdb26656a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdb2658b670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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 0x7fdb25f247f0> # /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 0x7fdb25fb5760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5370> # /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 0x7fdb25fb5490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5190> 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 0x7fdb25fb5400> # /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 0x7fdb25fb57c0> # /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 0x7fdb25f0a850> # 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 0x7fdb25f0a4c0> # 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 0x7fdb25f0a670> # /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 0x7fdb25ec5b20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fafd30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25fb5520> # /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 0x7fdb25faf190> # /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 0x7fdb25e83a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f54880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25ebf310> # 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 0x7fdb25f54970> # /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 0x7fdb25f85d30> # /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 0x7fdb25e859a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de50> # /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 0x7fdb25e940d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f8de20> # /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 0x7fdb25f5a700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e94100> # 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 0x7fdb25e92580> # 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 0x7fdb25e92640> # 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 0x7fdb25e91c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb2658b820> # /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 0x7fdb25f17af0> # 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 0x7fdb25f159d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e87850> # 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 0x7fdb25f17520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f4fac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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 0x7fdb25a8ad30> # /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 0x7fdb25e5f550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e56fd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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 0x7fdb25f0b9d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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 0x7fdb25a8a610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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 0x7fdb25f9e7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25f15610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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 0x7fdb25e6fc70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e53bb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25e507f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_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_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_kdefppzv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdb25a1b820> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "domains", "value": "nssfiles", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888137.17245: 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 0x7f525f19b640> # 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 0x7f525f19ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f887820> # /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 <<< 7519 1726888137.17249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888137.17784: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'domains', 'value': 'nssfiles', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.7613246-7837-229210779613249/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888137.17788: _low_level_execute_command(): starting 7519 1726888137.17791: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.7613246-7837-229210779613249/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888137.17803: 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 0x7f525f775af0> <<< 7519 1726888137.17806: 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 0x7f525f7749d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f18f850> # 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 0x7f525f775520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7aeac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888137.17809: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.17811: stderr chunk (state=3): >>><<< 7519 1726888137.17817: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.20378: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.20384: _low_level_execute_command(): starting 7519 1726888137.20388: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888137.20398: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20400: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888137.20402: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7519 1726888137.20404: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888137.20406: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888137.20408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888137.20410: 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' <<< 7519 1726888137.20412: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525ed8ed30> <<< 7519 1726888137.20414: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888137.20416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f168550> <<< 7519 1726888137.20418: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15ffd0> <<< 7519 1726888137.20420: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888137.20421: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20425: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20427: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888137.20428: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20430: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20432: 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' <<< 7519 1726888137.20434: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f76a9d0> <<< 7519 1726888137.20436: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20437: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20439: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20442: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20444: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888137.20446: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20448: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888137.20452: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20454: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20456: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888137.20458: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20460: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20462: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py<<< 7519 1726888137.20463: stdout chunk (state=3): >>> <<< 7519 1726888137.20465: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20467: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20469: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888137.20471: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20473: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.20474: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20476: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.20478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.20480: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.20482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.20483: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.20485: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.20487: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.20489: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.20491: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888137.20492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.20494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888137.20496: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.20498: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888137.20500: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.20501: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.20503: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888137.20505: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.20507: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.20508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.20510: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.20512: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525ed8e610> <<< 7519 1726888137.20514: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20516: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.20517: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.20519: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.20521: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.20529: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.20535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.20538: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20540: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.20542: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.20544: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888137.20546: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888137.20548: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20550: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20552: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888137.20554: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20556: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20558: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.20560: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20562: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.20564: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.20566: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.20568: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.20570: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20573: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.20575: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.20577: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.20579: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888137.20582: 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 <<< 7519 1726888137.20584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888137.20586: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.20588: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.20590: 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 0x7f525f7fd7f0> <<< 7519 1726888137.20592: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f774610> <<< 7519 1726888137.20595: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888137.20597: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20599: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20601: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20603: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20605: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888137.20607: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888137.20609: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888137.20611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888137.20613: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888137.20615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888137.20617: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.20619: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f178c70> <<< 7519 1726888137.20620: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15cbb0> <<< 7519 1726888137.20627: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1597f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888137.20630: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20632: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888137.20642: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888137.20644: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888137.20646: stdout chunk (state=3): >>>import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available <<< 7519 1726888137.20648: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available <<< 7519 1726888137.20650: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py <<< 7519 1726888137.20654: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888137.20656: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py <<< 7519 1726888137.20661: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20663: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.20665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.20667: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.20668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.20670: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888137.20672: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.20674: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.20678: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.20680: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.20682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.20684: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.20686: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.22485: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.22488: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888137.22491: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.22497: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.22499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.22501: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.22503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.22504: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888137.22506: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.22508: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.22510: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.22512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.22514: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.22516: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.22519: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.22521: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.22531: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.22533: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.22535: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.22536: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.22538: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.22540: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.22542: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.22544: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888137.22546: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.22548: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525ed24820> <<< 7519 1726888137.22550: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.22552: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "domains", "value": "nssfiles", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888137.22554: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888137.22559: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888137.22563: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888137.22565: 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 <<< 7519 1726888137.22567: 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 # 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888137.22571: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888137.22573: 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' <<< 7519 1726888137.22575: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888137.22577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888137.22579: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888137.22581: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98dc0> <<< 7519 1726888137.22583: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.22585: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888137.22588: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.22591: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # 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 <<< 7519 1726888137.22595: 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 0x7f3144e3d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98b20> # /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 0x7f3144e98ac0> 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 0x7f3144e3d490> # /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 0x7f3144e3d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d670> # /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 0x7f3144bcf190> # /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' <<< 7519 1726888137.22598: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.22600: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf220> <<< 7519 1726888137.22602: 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 0x7f3144bf2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf940> <<< 7519 1726888137.22605: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e55880> # /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 0x7f3144bc8d90> <<< 7519 1726888137.22607: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.22608: 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 0x7f3144bf2d90> <<< 7519 1726888137.22610: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888137.22612: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d970> 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. <<< 7519 1726888137.22614: 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' <<< 7519 1726888137.22617: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888137.22619: 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' <<< 7519 1726888137.22621: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888137.22627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888137.22629: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.22631: 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 0x7f3144b6deb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b71f40> # /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' # <<< 7519 1726888137.22635: 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' <<< 7519 1726888137.22673: 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 0x7f3144b67610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6f640> <<< 7519 1726888137.22680: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6d370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888137.22916: stderr chunk (state=3): >>><<< 7519 1726888137.22920: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd983a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd72850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdb0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd48d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd72d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd13eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd15f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd0c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd12640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd13370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fc95dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc958b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc95e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fceed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fce7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcfb670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd1ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fca7c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcee250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525fcfb280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd209d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc7a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc7a460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcaffa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9881c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc65c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd20040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f99baf0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f99be20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9ac730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9acc70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9393a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f99bf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f94a280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9ac5b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f94a340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9656a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f965760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f965ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f9731f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9658e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f95aa30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f965a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f525f887670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7837f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f814760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f814400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f8147c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f784850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7844c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f784670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1ceb20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f80ed30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f80e190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1a7a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1c9310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7b3970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7e4d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f18e9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19e0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b9700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f19e100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19b580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19b640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f19ac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f887820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f775af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7749d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f18f850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f775520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7aeac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525ed8ed30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f168550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f76a9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525ed8e610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525f7fd7f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f774610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f178c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15cbb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1597f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525ed24820>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "domains", "value": "nssfiles", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888137.25035: _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 0x7f525fdf3dc0> # /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 0x7f525fd983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdf3b20> # /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 0x7f525fdf3ac0> 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 0x7f525fd98490> # /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 0x7f525fd98940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98670> # /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 0x7f525fd4f190> # /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 0x7f525fd4f220> # /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 0x7f525fd72850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd4f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fdb0880> # /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 0x7f525fd48d90> # /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 0x7f525fd72d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd98970> 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 0x7f525fd13eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd15f40> # /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 0x7f525fd0c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd12640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd13370> # /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 0x7f525fc95dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc958b0> 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 0x7f525fc95eb0> # /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 0x7f525fc95f70> # /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 0x7f525fc95e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fceed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fce7610> # /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 0x7f525fcfb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd1ae20> # /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 0x7f525fca7c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcee250> # 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 0x7f525fcfb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd209d0> # /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 0x7f525fca7fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca7d90> # /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 0x7f525fca7d00> # /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 0x7f525fc7a370> # /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 0x7f525fc7a460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fcaffa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9490> # /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 0x7f525f9881c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fc65c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca9eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fd20040> # /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 0x7f525f99baf0> 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 0x7f525f99be20> # /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 0x7f525f9ac730> # /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 0x7f525f9acc70> # 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 0x7f525f9393a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f99bf10> # /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 0x7f525f94a280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9ac5b0> 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 0x7f525f94a340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca79d0> # /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 0x7f525f9656a0> # /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 0x7f525f965970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f965760> # 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 0x7f525f965850> # /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 0x7f525f965ca0> # 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 0x7f525f9731f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f9658e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f95aa30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525fca75b0> # /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 0x7f525f965a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f525f887670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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 0x7f525f7837f0> # /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 0x7f525f814760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814370> # /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 0x7f525f814490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814190> 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 0x7f525f814400> # /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 0x7f525f8147c0> # /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 0x7f525f784850> # 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 0x7f525f7844c0> # 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 0x7f525f784670> # /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 0x7f525f1ceb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f80ed30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f814520> # /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 0x7f525f80e190> # /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 0x7f525f1a7a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7b3880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1c9310> # 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 0x7f525f7b3970> # /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 0x7f525f7e4d30> # /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 0x7f525f18e9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe50> # /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 0x7f525f19e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7ebe20> # /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 0x7f525f7b9700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f19e100> # 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 0x7f525f19b580> # 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 0x7f525f19b640> # 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 0x7f525f19ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f887820> # /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 0x7f525f775af0> # 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 0x7f525f7749d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f18f850> # 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 0x7f525f775520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f7aeac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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 0x7f525ed8ed30> # /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 0x7f525f168550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15ffd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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 0x7f525f76a9d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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 0x7f525ed8e610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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 0x7f525f7fd7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f774610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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 0x7f525f178c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f15cbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525f1597f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_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_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload__ihl73_f/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525ed24820> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "domains", "value": "nssfiles", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888137.29435: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'domains', 'value': 'nssfiles', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.8196611-7843-257028976150081/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888137.29438: _low_level_execute_command(): starting 7519 1726888137.29441: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.8196611-7843-257028976150081/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888137.29456: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.29469: 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 0x7f3144af0dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af08b0> 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 0x7f3144af0eb0> # /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 0x7f3144af0f70> # /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 0x7f3144af0e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b43610> # /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 0x7f3144b57670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b75e20> # /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 0x7f3144b02c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49250> # 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 0x7f3144b57280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b9d0> # /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 0x7f3144b02fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02d90> # /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 0x7f3144b02d00> # /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 0x7f3144ad6370> # /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 0x7f3144ad6460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b0bfa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04490> # /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 0x7f3144a091c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ac0c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b040> # /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 0x7f3144a1caf0> 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 0x7f3144a1ce20> # /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 0x7f3144a2e730> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888137.29474: stderr chunk (state=3): >>><<< 7519 1726888137.29476: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.29485: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.29582: handler run complete 7519 1726888137.29687: attempt loop complete, returning result 7519 1726888137.29691: variable 'item' from source: unknown 7519 1726888137.29693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2ec70> # 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 0x7f31449bb3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a1cf10> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py<<< 7519 1726888137.29695: stdout chunk (state=3): >>> <<< 7519 1726888137.29697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'<<< 7519 1726888137.29699: stdout chunk (state=3): >>> <<< 7519 1726888137.29700: variable 'item' from source: unknown 7519 1726888137.29702: 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 0x7f31449cb280><<< 7519 1726888137.29704: stdout chunk (state=3): >>> <<< 7519 1726888137.29706: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2e5b0> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888137.31137: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888137.31147: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449cb340> <<< ok: [managed_node2] => (item={'key': 'domains', 'value': 'nssfiles'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "domains", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "sssd", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "nssfiles", "values": null } }, "item": { "key": "domains", "value": "nssfiles" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888137.31404: dumping result to json 7519 1726888137.31407: done dumping result, returning 7519 1726888137.31410: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd services section [0ed44806-2f0b-c82f-f05a-00000000000e] 7519 1726888137.31412: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b029d0> <<< 7519 1726888137.31416: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888137.31418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc'<<< 7519 1726888137.31420: stdout chunk (state=3): >>> <<< 7519 1726888137.31424: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888137.31503: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e 7519 1726888137.31518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888137.31543: 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 0x7f31449e76a0> <<< 7519 1726888137.31836: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e 7519 1726888137.31840: WORKER PROCESS EXITING 7519 1726888137.31842: 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' # 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 0x7f31449e7970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e7760> # 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 0x7f31449e7850> # /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 0x7f31449e7ca0> <<< 7519 1726888137.31845: 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 0x7f31449f51f0> <<< 7519 1726888137.31846: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e78e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449dba30> <<< 7519 1726888137.31848: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b025b0> <<< 7519 1726888137.31850: stdout chunk (state=3): >>># /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' <<< 7519 1726888137.31851: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e7a90> <<< 7519 1726888137.31853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f31443e8670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888137.31855: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.31856: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888137.31858: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.31860: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888137.31862: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.31864: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.31866: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.31868: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.31870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.31871: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.31873: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.31875: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888137.31877: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.31878: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.31882: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.31884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.31886: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.31888: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.31890: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.31892: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888137.31894: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.31896: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.31899: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.31901: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.31903: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.31905: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888137.31907: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.31909: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.31911: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.31915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.31917: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.31920: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.31922: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.31927: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.31930: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.31932: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.31934: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.31937: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.31943: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.31946: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.31949: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888137.31951: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.31954: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.31956: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888137.31959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442e57f0> <<< 7519 1726888137.31961: 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' <<< 7519 1726888137.31964: 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' <<< 7519 1726888137.31967: 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' <<< 7519 1726888137.31969: 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 0x7f3144376760> <<< 7519 1726888137.31972: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376640> <<< 7519 1726888137.31974: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376370> <<< 7519 1726888137.31977: 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' <<< 7519 1726888137.31979: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376190> <<< 7519 1726888137.31982: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888137.31984: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888137.32052: 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 0x7f3144376400> <<< 7519 1726888137.32057: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888137.32061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888137.32063: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31443767c0> <<< 7519 1726888137.32066: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888137.32068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<< 7519 1726888137.32071: stdout chunk (state=3): >>> <<< 7519 1726888137.32074: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888137.32076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888137.32079: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888137.32081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888137.32086: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442647c0> <<< 7519 1726888137.32088: 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 0x7f3144264b50> <<< 7519 1726888137.32091: 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 0x7f31442649a0> <<< 7519 1726888137.32094: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888137.32096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888137.32099: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144285b20> <<< 7519 1726888137.32101: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314436fd30> <<< 7519 1726888137.32104: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376520> <<< 7519 1726888137.32106: 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' <<< 7519 1726888137.32109: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314436f190> <<< 7519 1726888137.32111: 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' <<< 7519 1726888137.32117: 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' <<< 7519 1726888137.32119: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888137.32122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888137.32260: 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 0x7f31442e1a90> <<< 7519 1726888137.32267: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314427f310> <<< 7519 1726888137.32271: 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 0x7f3144314970> <<< 7519 1726888137.32274: 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 0x7f3144345d30> <<< 7519 1726888137.32277: 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 <<< 7519 1726888137.32279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888137.32281: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888137.32283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888137.32286: 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 0x7f31442469a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee50> <<< 7519 1726888137.32288: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888137.32290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888137.32292: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888137.32294: 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 0x7f31442550d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee20> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888137.32296: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.32299: stdout chunk (state=3): >>># 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 0x7f314431a700> <<< 7519 1726888137.32302: stderr chunk (state=3): >>><<< 7519 1726888137.32304: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.33441: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.33444: handler run complete 7519 1726888137.33446: attempt loop complete, returning result 7519 1726888137.33448: variable 'item' from source: unknown 7519 1726888137.33450: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144255100> <<< 7519 1726888137.33452: 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 0x7f3144253580> <<< 7519 1726888137.33454: 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 0x7f3144253640> <<< 7519 1726888137.33456: 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 0x7f3144252c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31443e8820> <<< 7519 1726888137.33460: 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' <<< 7519 1726888137.33462: stdout chunk (state=3): >>># /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' <<< 7519 1726888137.33464: 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 0x7f31442d7af0> <<< 7519 1726888137.33466: variable 'item' from source: unknown ok: [managed_node3] => (item={'key': 'domains', 'value': 'nssfiles'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "domains", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "sssd", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "nssfiles", "values": null } }, "item": { "key": "domains", "value": "nssfiles" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888137.33627: dumping result to json 7519 1726888137.33632: 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 0x7f31442d69d0> <<< 7519 1726888137.33635: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144247850> # 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 0x7f31442d7520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314430fac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888137.33640: done dumping result, returning 7519 1726888137.33643: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd services section [0ed44806-2f0b-c82f-f05a-00000000000e] 7519 1726888137.33646: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.33649: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e 7519 1726888137.33704: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.33708: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e 7519 1726888137.33711: WORKER PROCESS EXITING 7519 1726888137.33717: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.33720: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7519 1726888137.33724: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888137.33727: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888137.33730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888137.33732: 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 0x7f3143e14d30> <<< 7519 1726888137.33740: 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 0x7f3144223550> <<< 7519 1726888137.33742: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144216fd0> <<< 7519 1726888137.33745: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888137.33748: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.33750: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888137.33753: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.33755: 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' <<< 7519 1726888137.33758: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442cb9d0> # zipimport: zlib available <<< 7519 1726888137.33761: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.33854: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.33857: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.33919: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888137.33952: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.33990: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888137.34048: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.34162: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 7519 1726888137.34166: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888137.34169: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.34193: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.34231: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888137.34427: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.34606: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888137.34641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888137.34719: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3143e14610> # zipimport: zlib available <<< 7519 1726888137.34784: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.34868: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888137.34882: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.34919: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.34961: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888137.34964: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.34989: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.35029: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.35126: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.35182: 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 <<< 7519 1726888137.35204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888137.35304: 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 0x7f314435e7f0> <<< 7519 1726888137.35320: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442d6610> <<< 7519 1726888137.35354: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888137.35493: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.35543: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.35567: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.35626: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888137.35642: 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 <<< 7519 1726888137.35680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888137.35711: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888137.35717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888137.35795: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314422fc70> <<< 7519 1726888137.35836: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144214bb0> <<< 7519 1726888137.35915: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442127f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888137.35949: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888137.36038: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888137.36095: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available <<< 7519 1726888137.36125: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py <<< 7519 1726888137.36176: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888137.36196: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py <<< 7519 1726888137.36199: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.36426: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.36711: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.36845: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3143da6820> <<< 7519 1726888137.36990: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "domains", "value": "nssfiles", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888137.37353: 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 # 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 <<< 7519 1726888137.37372: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.37378: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888137.37603: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888137.37640: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888137.37677: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.37711: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888137.37777: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # 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 <<< 7519 1726888137.37854: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.37956: 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 # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types <<< 7519 1726888137.37992: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.37995: 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 <<< 7519 1726888137.38160: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize <<< 7519 1726888137.38219: 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 <<< 7519 1726888137.38231: 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 # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888137.38242: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888137.38660: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888137.38663: stdout chunk (state=3): >>><<< 7519 1726888137.38665: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bf2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e55880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bf2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6deb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b71f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b67610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6f640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144af0dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af08b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af0e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49d30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b43610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b57670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b75e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144b02c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144b57280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ad6370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ad6460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b0bfa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a091c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ac0c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a1caf0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144a1ce20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2e730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2ec70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449bb3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a1cf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449cb280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2e5b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449cb340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b029d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e76a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e7760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449e7ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31449f51f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e78e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449dba30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b025b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e7a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f31443e8670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442e57f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144376760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144376400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31443767c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442647c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144264b50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442649a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144285b20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314436fd30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314436f190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442e1a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314427f310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144314970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144345d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442469a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442550d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314431a700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144255100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144253580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144253640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3144252c70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31443e8820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d7af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d69d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144247850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31442d7520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314430fac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3143e14d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144223550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144216fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442cb9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3143e14610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f314435e7f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442d6610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314422fc70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144214bb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442127f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3143da6820>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "domains", "value": "nssfiles", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888137.38993: _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 0x7f3144e98dc0> # /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 0x7f3144e3d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e98b20> # /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 0x7f3144e98ac0> 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 0x7f3144e3d490> # /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 0x7f3144e3d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d670> # /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 0x7f3144bcf190> # /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 0x7f3144bcf220> # /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 0x7f3144bf2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144bcf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e55880> # /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 0x7f3144bc8d90> # /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 0x7f3144bf2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144e3d970> 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 0x7f3144b6deb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b71f40> # /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 0x7f3144b67610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6f640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b6d370> # /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 0x7f3144af0dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144af08b0> 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 0x7f3144af0eb0> # /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 0x7f3144af0f70> # /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 0x7f3144af0e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b43610> # /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 0x7f3144b57670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b75e20> # /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 0x7f3144b02c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b49250> # 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 0x7f3144b57280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b9d0> # /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 0x7f3144b02fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b02d90> # /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 0x7f3144b02d00> # /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 0x7f3144ad6370> # /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 0x7f3144ad6460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b0bfa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04490> # /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 0x7f3144a091c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144ac0c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b04eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b7b040> # /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 0x7f3144a1caf0> 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 0x7f3144a1ce20> # /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 0x7f3144a2e730> # /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 0x7f3144a2ec70> # 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 0x7f31449bb3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a1cf10> # /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 0x7f31449cb280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144a2e5b0> 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 0x7f31449cb340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b029d0> # /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 0x7f31449e76a0> # /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 0x7f31449e7970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e7760> # 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 0x7f31449e7850> # /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 0x7f31449e7ca0> # 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 0x7f31449f51f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449e78e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31449dba30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144b025b0> # /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 0x7f31449e7a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f31443e8670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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 0x7f31442e57f0> # /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 0x7f3144376760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376370> # /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 0x7f3144376490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376190> 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 0x7f3144376400> # /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 0x7f31443767c0> # /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 0x7f31442647c0> # 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 0x7f3144264b50> # 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 0x7f31442649a0> # /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 0x7f3144285b20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314436fd30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144376520> # /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 0x7f314436f190> # /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 0x7f31442e1a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144314880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314427f310> # 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 0x7f3144314970> # /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 0x7f3144345d30> # /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 0x7f31442469a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee50> # /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 0x7f31442550d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314434ee20> # /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 0x7f314431a700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144255100> # 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 0x7f3144253580> # 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 0x7f3144253640> # 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 0x7f3144252c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31443e8820> # /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 0x7f31442d7af0> # 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 0x7f31442d69d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144247850> # 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 0x7f31442d7520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f314430fac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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 0x7f3143e14d30> # /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 0x7f3144223550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144216fd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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 0x7f31442cb9d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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 0x7f3143e14610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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 0x7f314435e7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442d6610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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 0x7f314422fc70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3144214bb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31442127f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_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_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_1jv6lejb/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3143da6820> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "sssd", "option": "domains", "value": "nssfiles", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888137.41327: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'sssd', 'option': 'domains', 'value': 'nssfiles', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888136.8812885-7835-272018952356101/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888137.41331: _low_level_execute_command(): starting 7519 1726888137.41334: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888136.8812885-7835-272018952356101/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888137.41352: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.41355: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.41358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.41360: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.41362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.41384: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.41387: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.41389: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.41392: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.41458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.41461: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.41465: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.41467: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.41470: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888137.41472: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.41567: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.41570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.41573: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.41575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.41577: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.41580: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.41582: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.41676: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.41679: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.41682: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.41684: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.41762: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.41774: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.41794: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.41797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.41800: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.41897: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.41904: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.41907: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.41909: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888137.41911: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.41916: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.43740: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.43816: stderr chunk (state=3): >>><<< 7519 1726888137.43819: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.43939: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.43942: handler run complete 7519 1726888137.43945: attempt loop complete, returning result 7519 1726888137.43947: variable 'item' from source: unknown 7519 1726888137.44042: variable 'item' from source: unknown ok: [managed_node1] => (item={'key': 'domains', 'value': 'nssfiles'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "domains", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "sssd", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "nssfiles", "values": null } }, "item": { "key": "domains", "value": "nssfiles" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888137.44432: dumping result to json 7519 1726888137.44436: done dumping result, returning 7519 1726888137.44440: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd services section [0ed44806-2f0b-c82f-f05a-00000000000e] 7519 1726888137.44443: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e 7519 1726888137.44711: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000e 7519 1726888137.44714: WORKER PROCESS EXITING 7519 1726888137.44816: no more pending results, returning what we have 7519 1726888137.44820: results queue empty 7519 1726888137.44822: checking for any_errors_fatal 7519 1726888137.44831: done checking for any_errors_fatal 7519 1726888137.44832: checking for max_fail_percentage 7519 1726888137.44834: done checking for max_fail_percentage 7519 1726888137.44835: checking to see if all hosts have failed and the running result is not ok 7519 1726888137.44836: done checking to see if all hosts have failed 7519 1726888137.44837: getting the remaining hosts for this loop 7519 1726888137.44839: done getting the remaining hosts for this loop 7519 1726888137.44843: getting the next task for host managed_node1 7519 1726888137.44851: done getting next task for host managed_node1 7519 1726888137.44855: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain 7519 1726888137.44857: ^ state is: HOST STATE: block=3, task=9, 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 7519 1726888137.44859: getting the next task for host managed_node2 7519 1726888137.44861: done getting next task for host managed_node2 7519 1726888137.44863: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain 7519 1726888137.44865: ^ state is: HOST STATE: block=3, task=9, 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 7519 1726888137.44865: getting the next task for host managed_node3 7519 1726888137.44868: done getting next task for host managed_node3 7519 1726888137.44870: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain 7519 1726888137.44871: ^ state is: HOST STATE: block=3, task=9, 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 7519 1726888137.44894: getting variables 7519 1726888137.44896: in VariableManager get_vars() 7519 1726888137.44928: Calling all_inventory to load vars for managed_node1 7519 1726888137.44931: Calling groups_inventory to load vars for managed_node1 7519 1726888137.44934: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888137.44944: Calling all_plugins_play to load vars for managed_node1 7519 1726888137.44947: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888137.44950: Calling groups_plugins_play to load vars for managed_node1 7519 1726888137.47400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888137.49216: done with get_vars() 7519 1726888137.49240: done getting variables TASK [fedora.linux_system_roles.tlog : Configure sssd proxy provider domain] *** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:41 Friday 20 September 2024 23:08:57 -0400 (0:00:01.586) 0:00:12.112 ****** 7519 1726888137.49294: entering _queue_task() for managed_node1/community.general.ini_file 7519 1726888137.49698: worker is 1 (out of 3 available) 7519 1726888137.49712: exiting _queue_task() for managed_node1/community.general.ini_file 7519 1726888137.49794: getting variables 7519 1726888137.49798: in VariableManager get_vars() 7519 1726888137.49883: Calling all_inventory to load vars for managed_node2 7519 1726888137.49888: Calling groups_inventory to load vars for managed_node2 7519 1726888137.49891: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888137.49907: Calling all_plugins_play to load vars for managed_node2 7519 1726888137.49911: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888137.49916: Calling groups_plugins_play to load vars for managed_node2 7519 1726888137.52144: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain 7519 1726888137.52149: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000f 7519 1726888137.52152: variable 'ansible_search_path' from source: unknown 7519 1726888137.52154: variable 'ansible_search_path' from source: unknown 7519 1726888137.52157: variable 'omit' from source: magic vars 7519 1726888137.52159: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888137.52161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888137.52163: variable 'omit' from source: magic vars 7519 1726888137.53242: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888137.53246: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888137.53275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888137.54146: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888137.55104: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888137.55107: variable 'omit' from source: magic vars 7519 1726888137.55109: variable 'omit' from source: magic vars 7519 1726888137.55111: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888137.55112: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888137.55114: variable 'item' from source: unknown 7519 1726888137.55116: variable 'item' from source: unknown 7519 1726888137.55118: variable 'omit' from source: magic vars 7519 1726888137.55120: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888137.55124: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888137.55126: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888137.55128: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888137.55129: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888137.55131: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888137.55132: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888137.55134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888137.55720: Set connection var ansible_shell_executable to /bin/sh 7519 1726888137.55726: Set connection var ansible_pipelining to False 7519 1726888137.55729: Set connection var ansible_shell_type to sh 7519 1726888137.55731: Set connection var ansible_timeout to 10 7519 1726888137.55734: Set connection var ansible_connection to ssh 7519 1726888137.55736: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888137.55738: variable 'ansible_shell_executable' from source: unknown 7519 1726888137.55740: variable 'ansible_connection' from source: unknown 7519 1726888137.55742: variable 'ansible_module_compression' from source: unknown 7519 1726888137.55744: variable 'ansible_shell_type' from source: unknown 7519 1726888137.55746: variable 'ansible_shell_executable' from source: unknown 7519 1726888137.55748: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888137.55750: variable 'ansible_pipelining' from source: unknown 7519 1726888137.55752: variable 'ansible_timeout' from source: unknown 7519 1726888137.55754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888137.56386: 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__) 7519 1726888137.56390: variable 'omit' from source: magic vars 7519 1726888137.56393: starting attempt loop 7519 1726888137.56395: running the handler 7519 1726888137.56397: _low_level_execute_command(): starting 7519 1726888137.56399: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888137.56917: done with get_vars() 7519 1726888137.57176: done getting variables 7519 1726888137.57205: entering _queue_task() for managed_node2/community.general.ini_file 7519 1726888137.57814: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.58382: worker is 2 (out of 3 available) 7519 1726888137.58428: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.58450: exiting _queue_task() for managed_node2/community.general.ini_file 7519 1726888137.58487: getting variables 7519 1726888137.58490: in VariableManager get_vars() 7519 1726888137.58583: Calling all_inventory to load vars for managed_node3 7519 1726888137.58587: Calling groups_inventory to load vars for managed_node3 7519 1726888137.58590: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888137.58606: Calling all_plugins_play to load vars for managed_node3 7519 1726888137.58610: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888137.58618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.58626: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.58631: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.58635: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.58638: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.58641: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.58646: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.58649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.58655: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.58661: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.58665: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.58668: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888137.58671: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.58674: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.58677: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.58679: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.58682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.58684: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.58687: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.58690: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.58693: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.58696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.58700: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.58703: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.58706: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.58709: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.58713: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.58715: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.58718: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.58720: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.58725: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.58727: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.58729: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888137.58732: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.58735: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888137.58741: Calling groups_plugins_play to load vars for managed_node3 7519 1726888137.60275: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain 7519 1726888137.60279: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000f 7519 1726888137.60281: variable 'ansible_search_path' from source: unknown 7519 1726888137.60284: variable 'ansible_search_path' from source: unknown 7519 1726888137.60286: variable 'omit' from source: magic vars 7519 1726888137.60288: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888137.60290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888137.60292: stdout chunk (state=3): >>>/root <<< 7519 1726888137.60294: variable 'omit' from source: magic vars 7519 1726888137.61068: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888137.61582: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.61586: stderr chunk (state=3): >>><<< 7519 1726888137.61589: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.61608: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.61610: _low_level_execute_command(): starting 7519 1726888137.61613: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210 `" && echo ansible-tmp-1726888137.6080012-7913-130198845838210="` echo /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210 `" && echo ansible-tmp-1726888137.6080012-7913-130198845838210="` echo /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210 `" ) && sleep 0'"'"'' 7519 1726888137.61629: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888137.61633: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888137.61636: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888137.64189: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.64193: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.64195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.64197: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.64200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.64202: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.64204: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.64206: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.64208: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.64210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.64213: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.64215: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.64217: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.64219: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888137.64220: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.64224: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.64227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.64229: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.64231: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888137.64233: variable 'omit' from source: magic vars 7519 1726888137.64235: variable 'omit' from source: magic vars 7519 1726888137.64237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.64239: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.64253: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.64258: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888137.64260: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.64263: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.64264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.64266: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.64269: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.64940: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888137.64943: variable 'item' from source: unknown 7519 1726888137.64945: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.64947: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.64950: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.64952: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.64954: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.64956: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.64958: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.64959: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.64962: variable 'item' from source: unknown 7519 1726888137.64964: variable 'omit' from source: magic vars 7519 1726888137.64965: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888137.64967: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.64969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888137.64971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888137.64974: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888137.64976: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888137.64978: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888137.64980: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888137.64981: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888137.64983: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888137.64985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888137.64987: Set connection var ansible_shell_executable to /bin/sh 7519 1726888137.64989: Set connection var ansible_pipelining to False 7519 1726888137.64990: Set connection var ansible_shell_type to sh 7519 1726888137.64992: Set connection var ansible_timeout to 10 7519 1726888137.64994: Set connection var ansible_connection to ssh 7519 1726888137.64996: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888137.65622: variable 'ansible_shell_executable' from source: unknown 7519 1726888137.65628: variable 'ansible_connection' from source: unknown 7519 1726888137.65631: variable 'ansible_module_compression' from source: unknown 7519 1726888137.65633: variable 'ansible_shell_type' from source: unknown 7519 1726888137.65635: variable 'ansible_shell_executable' from source: unknown 7519 1726888137.65637: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888137.65639: variable 'ansible_pipelining' from source: unknown 7519 1726888137.65641: variable 'ansible_timeout' from source: unknown 7519 1726888137.65643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888137.65645: 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__) 7519 1726888137.65647: variable 'omit' from source: magic vars 7519 1726888137.65649: starting attempt loop 7519 1726888137.65651: running the handler 7519 1726888137.65653: _low_level_execute_command(): starting 7519 1726888137.65655: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888137.65854: done with get_vars() 7519 1726888137.65878: done getting variables 7519 1726888137.65908: entering _queue_task() for managed_node3/community.general.ini_file 7519 1726888137.66368: stdout chunk (state=3): >>>ansible-tmp-1726888137.6080012-7913-130198845838210=/root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210 <<< 7519 1726888137.67446: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.67452: stderr chunk (state=3): >>><<< 7519 1726888137.67456: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888137.6080012-7913-130198845838210=/root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.67470: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888137.6080012-7913-130198845838210=/root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.67487: variable 'ansible_module_compression' from source: unknown 7519 1726888137.67494: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888137.67526: variable 'ansible_facts' from source: host vars for 'managed_node1' Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888137.67535: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp0slj0z98 TO /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888137.67406: worker is 3 (out of 3 available) 7519 1726888137.67552: exiting _queue_task() for managed_node3/community.general.ini_file 7519 1726888137.67563: done queuing things up, now waiting for results queue to drain 7519 1726888137.67674: Sending initial data 7519 1726888137.68032: Sent initial data (155 bytes) 7519 1726888137.68035: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.68037: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.68041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.68043: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.68046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.68048: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888137.68050: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.68052: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.68055: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.68057: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.68059: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.68063: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.68066: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.68070: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888137.68073: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.68075: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.68077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.68079: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.68081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.68083: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888137.68086: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.68088: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.68092: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.68094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.68096: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.68098: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.67968: waiting for pending results... 7519 1726888137.68284: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.68294: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.68303: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.68324: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.68351: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.68355: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.68357: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.68359: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.68374: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888137.68415: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.68462: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.69060: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain 7519 1726888137.69185: in run() - task 0ed44806-2f0b-c82f-f05a-00000000000f 7519 1726888137.69203: variable 'ansible_search_path' from source: unknown 7519 1726888137.69219: variable 'ansible_search_path' from source: unknown 7519 1726888137.69241: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.69250: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.69265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.69278: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.69287: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.69325: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.69334: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.69341: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.69350: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.69358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.69367: variable 'omit' from source: magic vars 7519 1726888137.69375: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.69381: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.69391: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.69399: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888137.69404: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.69445: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.69483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.69495: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.69518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.69550: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.69617: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.69681: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.69776: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.70096: stdout chunk (state=3): >>>/root <<< 7519 1726888137.70251: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.70343: stderr chunk (state=3): >>><<< 7519 1726888137.70369: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.70398: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.70454: _low_level_execute_command(): starting 7519 1726888137.70463: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711 `" && echo ansible-tmp-1726888137.704075-7919-260798011294711="` echo /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711 `" && echo ansible-tmp-1726888137.704075-7919-260798011294711="` echo /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711 `" ) && sleep 0'"'"'' 7519 1726888137.70594: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.70601: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.70609: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.70712: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.71038: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.71042: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.71045: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.71047: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.71090: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.71093: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.71095: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.71178: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888137.71387: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.71496: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888137.71967: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888137.71983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888137.72054: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.72065: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.72074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.72081: variable 'omit' from source: magic vars 7519 1726888137.72167: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.72172: 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.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.72190: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.72553: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888137.72596: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.72600: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888137.72603: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.72699: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.74237: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888137.74252: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888137.74305: 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 <<< 7519 1726888137.74345: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888137.74379: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp0slj0z98 debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888137.74405: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp0slj0z98 /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py <<< 7519 1726888137.74555: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888137.74559: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122946 <<< 7519 1726888137.74565: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888137.75238: stdout chunk (state=3): >>>ansible-tmp-1726888137.704075-7919-260798011294711=/root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711 <<< 7519 1726888137.75312: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.75319: stdout chunk (state=3): >>><<< 7519 1726888137.75532: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'ansible-tmp-1726888137.704075-7919-260798011294711=/root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.75557: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888137.704075-7919-260798011294711=/root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.75753: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122946 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888137.75787: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888137.75863: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.76028: variable 'ansible_module_compression' from source: unknown 7519 1726888137.76031: stderr chunk (state=3): >>><<< 7519 1726888137.76033: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp0slj0z98 /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp0slj0z98\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122946\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122946 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888137.76041: done transferring module to remote 7519 1726888137.76058: _low_level_execute_command(): starting 7519 1726888137.76061: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/ /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/ /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888137.76259: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888137.76305: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888137.76367: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888137.76516: variable 'omit' from source: magic vars 7519 1726888137.76587: variable 'omit' from source: magic vars Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888137.76757: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpki9ws9da TO /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888137.76980: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888137.77274: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888137.77514: variable 'item' from source: unknown 7519 1726888137.77767: variable 'item' from source: unknown 7519 1726888137.77818: Sending initial data 7519 1726888137.77824: Sent initial data (154 bytes) 7519 1726888137.77858: variable 'omit' from source: magic vars 7519 1726888137.78088: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888137.78192: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888137.78396: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888137.78501: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888137.78518: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888137.78556: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888137.78611: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888137.78708: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888137.78876: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.78879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.78938: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.79040: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.79043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.79046: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.79056: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.79067: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.79075: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888137.79081: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.79089: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.79100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.79111: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.79123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.79132: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.79140: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.79171: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.79180: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.79189: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.79198: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.79206: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.79230: Set connection var ansible_shell_executable to /bin/sh 7519 1726888137.79373: Set connection var ansible_pipelining to False 7519 1726888137.79392: Set connection var ansible_shell_type to sh 7519 1726888137.79404: Set connection var ansible_timeout to 10 7519 1726888137.79411: Set connection var ansible_connection to ssh 7519 1726888137.79426: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888137.79452: variable 'ansible_shell_executable' from source: unknown 7519 1726888137.79506: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.79537: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent <<< 7519 1726888137.79546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888137.79553: variable 'ansible_connection' from source: unknown 7519 1726888137.79556: variable 'ansible_module_compression' from source: unknown 7519 1726888137.79558: variable 'ansible_shell_type' from source: unknown 7519 1726888137.79560: variable 'ansible_shell_executable' from source: unknown 7519 1726888137.79562: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888137.79568: variable 'ansible_pipelining' from source: unknown 7519 1726888137.79570: variable 'ansible_timeout' from source: unknown 7519 1726888137.79574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888137.79795: 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__) 7519 1726888137.79802: variable 'omit' from source: magic vars 7519 1726888137.79824: starting attempt loop 7519 1726888137.79836: running the handler 7519 1726888137.79864: _low_level_execute_command(): starting 7519 1726888137.79881: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888137.80710: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.80714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.80758: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.80762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.80765: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.80767: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.80819: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888137.80841: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888137.80847: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888137.80859: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.80915: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.81462: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.81471: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.81481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.81493: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.81503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.81544: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888137.81553: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.81556: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.81570: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.81573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.81581: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.81588: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.81599: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.81605: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888137.81612: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.81619: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.81630: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.81640: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.81647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.81655: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888137.81663: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.81666: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.81836: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.81840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.81842: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.81845: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.82034: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.82051: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.82056: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.82077: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.82185: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.82307: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.82371: stderr chunk (state=3): >>><<< 7519 1726888137.82375: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.82398: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.82407: _low_level_execute_command(): starting 7519 1726888137.82426: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888137.82604: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.82608: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.82615: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.82636: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888137.82662: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.82714: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.82758: 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 <<< 7519 1726888137.82761: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888137.82797: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888137.82862: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpki9ws9da debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888137.82865: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpki9ws9da /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py <<< 7519 1726888137.82901: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888137.83518: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122945 <<< 7519 1726888137.84060: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122945 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888137.84114: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888137.84210: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.84334: stdout chunk (state=3): >>>/root <<< 7519 1726888137.84485: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.84594: stderr chunk (state=3): >>><<< 7519 1726888137.84597: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.84704: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.84709: _low_level_execute_command(): starting 7519 1726888137.84711: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803 `" && echo ansible-tmp-1726888137.846691-7927-153366174098803="` echo /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888137.84935: stderr chunk (state=3): >>><<< 7519 1726888137.84939: stdout chunk (state=3): >>><<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803 `" && echo ansible-tmp-1726888137.846691-7927-153366174098803="` echo /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803 `" ) && sleep 0'"'"'' <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpki9ws9da /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpki9ws9da\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122945\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122945 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888137.84947: done transferring module to remote 7519 1726888137.84950: _low_level_execute_command(): starting 7519 1726888137.84952: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/ /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/ /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888137.85957: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.85972: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.85988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.86007: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.86033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.86077: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.86239: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.86262: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.86276: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.86289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.86305: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.86318: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.86343: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.86370: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888137.86383: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.86396: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.86442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.86463: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.86485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.86498: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888137.86510: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.86522: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.86537: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.86549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.86561: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.86578: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.86660: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.86927: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.86941: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.86957: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.86970: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.86981: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.86993: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.87003: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.87025: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888137.87050: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.87136: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888137.87229: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.87240: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.87254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.87277: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.87294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.87349: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888137.87360: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.87371: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.87384: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.87396: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.87409: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.87425: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.87442: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.87458: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888137.87472: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.87487: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.87507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.87533: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.87547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.87564: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888137.87578: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.87589: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.87594: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.87606: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.87609: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.87634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.87653: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.87668: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.87676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.87696: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.87713: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.87740: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.87763: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888137.87783: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.87799: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.87812: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.87834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.87848: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.87860: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.87900: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.87905: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.87921: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888137.87946: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.87966: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.87982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.88004: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.88007: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.88029: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.88037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.88040: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.88050: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.88060: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.88063: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888137.88065: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.88076: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888137.88088: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.88100: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.88111: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.88136: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.88151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.88170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.88184: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.88222: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.88367: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.88447: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.88464: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.88491: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.88506: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.88518: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.88532: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.88548: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.88569: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888137.88602: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.88652: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.89675: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888137.89685: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888137.89743: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888137.89781: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888137.89811: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888137.89856: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888137.89862: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888137.89907: 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' <<< 7519 1726888137.89933: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888137.89956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888137.89964: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888137.89981: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3dc0> <<< 7519 1726888137.90031: stdout chunk (state=3): >>>ansible-tmp-1726888137.846691-7927-153366174098803=/root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803 <<< 7519 1726888137.90074: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3b20> <<< 7519 1726888137.90201: 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' <<< 7519 1726888137.90213: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.90321: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3ac0> 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 0x7f2e44d58490> # /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 0x7f2e44d58940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58670> # /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' <<< 7519 1726888137.90417: 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' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f190> <<< 7519 1726888137.90420: stdout chunk (state=3): >>># /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' <<< 7519 1726888137.90499: stderr chunk (state=3): >>><<< 7519 1726888137.90503: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888137.846691-7927-153366174098803=/root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.90539: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.90542: stdout chunk (state=3): >>><<< 7519 1726888137.90545: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888137.90553: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888137.90667: _low_level_execute_command(): starting 7519 1726888137.90673: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888137.90681: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888137.846691-7927-153366174098803=/root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888137.90749: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f220> # /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 0x7f2e44d32850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d70880> # /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' <<< 7519 1726888137.90752: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d08d90> # /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 0x7f2e44d32d90> <<< 7519 1726888137.90755: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58970> <<< 7519 1726888137.90961: variable 'ansible_module_compression' from source: unknown 7519 1726888137.90989: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888137.91050: 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. # /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' <<< 7519 1726888137.91073: 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 <<< 7519 1726888137.91077: 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 # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cadeb0> <<< 7519 1726888137.91137: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb1f40> <<< 7519 1726888137.91174: 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' <<< 7519 1726888137.91190: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888137.91275: 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' <<< 7519 1726888137.91280: 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' <<< 7519 1726888137.91301: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44ca7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44caf640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cad370> <<< 7519 1726888137.91340: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888137.91410: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888137.91528: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptmiqrc7h TO /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888137.91845: stdout chunk (state=3): >>># 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 0x7f2e44c30dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c308b0> 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 0x7f2e44c30eb0> # /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 0x7f2e44c30f70> # /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 0x7f2e44c30e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c83610> # /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 0x7f2e44c97670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb5e20> # /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 0x7f2e44c42c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89250> <<< 7519 1726888137.91864: 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 0x7f2e44c97280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb9d0> <<< 7519 1726888137.92043: 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' # /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 0x7f2e44c42fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42d90> # /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 0x7f2e44c42d00> # /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' <<< 7519 1726888137.92075: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888137.92159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888137.92209: 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 0x7f2e449fb370> <<< 7519 1726888137.92217: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888137.92256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888137.92261: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449fb460> <<< 7519 1726888137.92448: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c4bfa0> <<< 7519 1726888137.92477: Sending initial data 7519 1726888137.92480: Sent initial data (154 bytes) 7519 1726888137.92529: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44a30> <<< 7519 1726888137.92586: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44490> <<< 7519 1726888137.92609: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888137.92630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888137.92651: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888137.92675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc'<<< 7519 1726888137.92688: stdout chunk (state=3): >>> <<< 7519 1726888137.92727: 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 0x7f2e449241c0> <<< 7519 1726888137.92762: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449e5c70> <<< 7519 1726888137.92839: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb040> <<< 7519 1726888137.92853: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888137.92860: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888137.92873: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.92892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.92896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888137.92930: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.92943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.92947: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44936af0> <<< 7519 1726888137.92950: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888137.92983: 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 0x7f2e44936e20> <<< 7519 1726888137.93032: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888137.93035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7519 1726888137.93048: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888137.93050: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888137.93053: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888137.93055: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.93057: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.93073: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.93083: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.93089: 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 0x7f2e44948730> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888137.93094: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888137.93108: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888137.93111: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888137.93126: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888137.93129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888137.93131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.93147: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888137.93150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.93162: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888137.93165: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44948c70> <<< 7519 1726888137.93187: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888137.93191: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888137.93201: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888137.93206: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.93208: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888137.93249: 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 0x7f2e448d53a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44936f10> <<< 7519 1726888137.93253: 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' <<< 7519 1726888137.93283: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.93287: 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 0x7f2e448e5280> <<< 7519 1726888137.93321: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449485b0> <<< 7519 1726888137.93344: stdout chunk (state=3): >>>import 'pwd' # <<< 7519 1726888137.93358: 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 0x7f2e448e5340> <<< 7519 1726888137.93399: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c429d0> <<< 7519 1726888137.93434: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888137.93443: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.93450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888137.93464: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888137.93467: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888137.93484: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888137.93487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888137.93524: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.93528: 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 0x7f2e449016a0> <<< 7519 1726888137.93548: 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' <<< 7519 1726888137.93564: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888137.93580: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888137.93584: 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 0x7f2e44901970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44901760> <<< 7519 1726888137.93595: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888137.93616: 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 0x7f2e44901850> <<< 7519 1726888137.93619: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888137.93647: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888137.93652: 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' <<< 7519 1726888137.93748: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888137.93839: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.93958: 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 0x7f2e44901ca0> <<< 7519 1726888137.94044: 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 0x7f2e4490f1f0> <<< 7519 1726888137.94050: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449018e0> <<< 7519 1726888137.94079: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e448f5a30> <<< 7519 1726888137.94122: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c425b0> <<< 7519 1726888137.94154: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888137.94245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888137.94299: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44901a90> <<< 7519 1726888137.94445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888137.94483: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e44836670> <<< 7519 1726888137.94702: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888137.94823: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.94849: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888137.94871: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888137.94874: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.95616: 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 <<< 7519 1726888137.95620: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888137.95663: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888137.95666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888137.95668: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888137.95670: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888137.95750: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888137.95753: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888137.95831: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888137.95849: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888137.95856: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888137.95893: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent <<< 7519 1726888137.95914: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888137.95928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888137.95954: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888137.96020: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888137.96073: 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' <<< 7519 1726888137.96091: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.96103: stdout chunk (state=3): >>># /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' # <<< 7519 1726888137.96131: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31edc0> <<< 7519 1726888137.96175: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888137.96186: 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 0x7fd40c2c33a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31eb20> <<< 7519 1726888137.96231: 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 0x7fd40c31eac0> <<< 7519 1726888137.96283: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888137.96286: 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' <<< 7519 1726888137.96296: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3490> <<< 7519 1726888137.96341: 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 # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888137.96372: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888137.96384: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3670> <<< 7519 1726888137.96425: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888137.96436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888137.96453: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888137.96490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888137.96520: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888137.96552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888137.96565: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888137.96584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888137.96659: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a220> <<< 7519 1726888137.96706: 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' <<< 7519 1726888137.96770: 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 0x7fd40c29d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a940> <<< 7519 1726888137.96786: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2db880> # /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 0x7fd40c273d90> <<< 7519 1726888137.96850: 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 0x7fd40c29dd90> <<< 7519 1726888137.96919: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3970> <<< 7519 1726888137.96938: 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. <<< 7519 1726888137.97047: 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 0x7f2e441ee7f0> <<< 7519 1726888137.97076: 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' <<< 7519 1726888137.97139: 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' <<< 7519 1726888137.97157: 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' <<< 7519 1726888137.97184: 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 0x7f2e447b0760> <<< 7519 1726888137.97226: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0640> <<< 7519 1726888137.97245: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0370> <<< 7519 1726888137.97248: 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' <<< 7519 1726888137.97313: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0190> <<< 7519 1726888137.97322: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888137.97353: 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 0x7f2e447b0400> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888137.97391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888137.97429: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b07c0> <<< 7519 1726888137.97454: 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' # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888137.97500: 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' # /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 0x7fd40c23eeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c241f40> # /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 0x7fd40c237610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23e370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888137.97510: 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' <<< 7519 1726888137.97545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888137.97687: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4416d7c0> <<< 7519 1726888137.97819: 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 <<< 7519 1726888137.97827: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptmiqrc7h <<< 7519 1726888137.97883: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptmiqrc7h /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py <<< 7519 1726888137.97886: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 debug1: Couldn't stat remote file: No such file or directory <<< 7519 1726888137.97888: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888137.97945: 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 0x7f2e4416db50> # 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 0x7f2e4416d9a0> # /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 0x7f2e4418eb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447a9d30> <<< 7519 1726888137.98080: stdout chunk (state=3): >>># /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 0x7fd40bf95dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf958b0> 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 0x7fd40bf95eb0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888137.98196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95f70> # /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 0x7fd40bf95e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfeed30> import '_functools' # <<< 7519 1726888137.98281: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0520> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888137.98285: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfe7610> # /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 0x7fd40bffb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c245e20> # /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 0x7fd40bfa7c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfee250> <<< 7519 1726888137.98287: 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 0x7fd40bffb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b9d0> # /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' <<< 7519 1726888137.98290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447a9190> # /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 0x7f2e441eaa90> <<< 7519 1726888137.98297: 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' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7d90> # /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 0x7fd40bfa7d00> <<< 7519 1726888137.98411: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474ee80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474e880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44188310> <<< 7519 1726888137.98466: 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 0x7f2e4474e970> # /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 0x7f2e4477fd30> # /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' <<< 7519 1726888137.98470: 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' # /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 <<< 7519 1726888137.98473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888137.98477: 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 0x7fd40bf7a370> # /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' <<< 7519 1726888137.98480: 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 0x7f2e4414f9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e50> <<< 7519 1726888137.98484: 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' <<< 7519 1726888137.98612: 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 0x7f2e4415e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e20> <<< 7519 1726888137.98630: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf7a460> <<< 7519 1726888137.98657: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122945 <<< 7519 1726888137.98661: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfaffa0> <<< 7519 1726888137.98663: stdout chunk (state=3): >>># /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' <<< 7519 1726888137.98735: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9a30> <<< 7519 1726888137.98742: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9490> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888137.98745: 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' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44754700> <<< 7519 1726888137.98747: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.98749: stdout chunk (state=3): >>># 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 <<< 7519 1726888137.98751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40beae1c0> <<< 7519 1726888137.98753: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4415e100> <<< 7519 1726888137.99027: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf65c70> <<< 7519 1726888137.99037: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9eb0> <<< 7519 1726888137.99041: 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 0x7f2e4415c580> <<< 7519 1726888137.99044: 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 0x7f2e4415c640> <<< 7519 1726888137.99049: 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 0x7f2e4415ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44836820> <<< 7519 1726888137.99127: 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 # 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 0x7f2e441e0af0> <<< 7519 1726888137.99132: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b040> <<< 7519 1726888137.99135: stdout chunk (state=3): >>># /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 0x7fd40bec1af0> 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 0x7fd40bec1e20> # /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 0x7fd40bed2730> # /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 0x7fd40bed2c70> <<< 7519 1726888137.99137: 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 0x7fd40be5f3a0> <<< 7519 1726888137.99290: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bec1f10> <<< 7519 1726888137.99338: 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' <<< 7519 1726888137.99342: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122945 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888137.99344: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888137.99346: 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 0x7f2e441df9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44150850> <<< 7519 1726888137.99490: 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 0x7f2e441e0520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44749ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888137.99495: 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 0x7fd40be70280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed25b0> 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 0x7fd40be70340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa79d0> # /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' <<< 7519 1726888137.99499: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.99501: 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' # 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 0x7fd40be8b6a0> <<< 7519 1726888137.99503: 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' <<< 7519 1726888137.99505: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.99507: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888137.99509: stdout chunk (state=3): >>><<< 7519 1726888137.99511: stderr chunk (state=3): >>><<< 7519 1726888137.99515: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptmiqrc7h /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptmiqrc7h\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122945\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122945 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888137.99526: done transferring module to remote 7519 1726888137.99528: _low_level_execute_command(): starting 7519 1726888137.99534: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/ /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888137.99586: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/ /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888137.99721: 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 0x7fd40be8b970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b760> # 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 0x7fd40be8b850> <<< 7519 1726888137.99735: 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' <<< 7519 1726888137.99738: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888137.99741: 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 0x7fd40be8bca0> # 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 0x7fd40be991f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b8e0> <<< 7519 1726888137.99743: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be80a30> <<< 7519 1726888137.99780: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa75b0> <<< 7519 1726888137.99794: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888137.99873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888137.99906: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8ba90> <<< 7519 1726888137.99980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888138.00021: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd40bdcf670> <<< 7519 1726888138.00157: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.00160: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888138.00267: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.00285: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888138.00302: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.00320: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888138.00328: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.00654: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888138.00659: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888138.00662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.00703: 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 0x7f2e43d32d30> <<< 7519 1726888138.00796: 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 0x7f2e4412c550> <<< 7519 1726888138.00801: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411ffd0> <<< 7519 1726888138.00884: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888138.00887: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888138.00999: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.01164: 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' <<< 7519 1726888138.01171: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441d49d0> <<< 7519 1726888138.01173: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.01557: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.01560: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.01918: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.01970: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.02042: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888138.02072: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.02116: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888138.02120: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.02168: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.02254: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888138.02288: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888138.02292: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.02317: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.02361: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888138.02364: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.02473: 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 <<< 7519 1726888138.02478: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.02536: 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 0x7fd40b76d7f0> <<< 7519 1726888138.02555: 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' <<< 7519 1726888138.02559: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888138.02581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888138.02584: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.02587: 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' <<< 7519 1726888138.02770: 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 0x7fd40b7fe760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe370> # /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' <<< 7519 1726888138.02807: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe190> <<< 7519 1726888138.02812: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888138.02857: stdout chunk (state=3): >>>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 0x7fd40b7fe400> # /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' <<< 7519 1726888138.02869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888138.02872: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e43d32610> # zipimport: zlib available <<< 7519 1726888138.02876: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe7c0> <<< 7519 1726888138.02942: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.02981: 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' # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888138.02985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888138.02987: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py <<< 7519 1726888138.03002: 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' <<< 7519 1726888138.03008: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888138.03123: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b76e850> <<< 7519 1726888138.03128: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888138.03133: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888138.03137: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.03141: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.03161: 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 0x7fd40b76e4c0> <<< 7519 1726888138.03164: 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 0x7fd40b76e670> <<< 7519 1726888138.03166: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.03168: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888138.03171: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.03174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888138.03210: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b70eb20> <<< 7519 1726888138.03218: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.03222: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7f8d30> <<< 7519 1726888138.03251: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.03254: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.03308: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.03318: 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 <<< 7519 1726888138.03344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.03349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.03415: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe520> <<< 7519 1726888138.03443: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888138.03446: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.03489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888138.03494: 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 0x7f2e447987f0> <<< 7519 1726888138.03527: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7f8190> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888138.03531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888138.03533: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441df610> <<< 7519 1726888138.03535: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7519 1726888138.03538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7519 1726888138.03540: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888138.03543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888138.03545: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888138.03548: 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' <<< 7519 1726888138.03550: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6e7a90> <<< 7519 1726888138.03591: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.03622: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79de80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79d880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b709310> <<< 7519 1726888138.03647: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.03650: 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 0x7fd40b79d970> <<< 7519 1726888138.03709: 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 0x7fd40b7ced30> <<< 7519 1726888138.03712: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.03733: 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 <<< 7519 1726888138.03736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888138.03764: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.03767: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888138.03770: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888138.03772: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888138.03774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888138.03777: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888138.03842: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.03845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888138.03859: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.03863: 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 0x7fd40b6ce9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e50> <<< 7519 1726888138.03865: 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' <<< 7519 1726888138.03867: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888138.03871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888138.03937: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888138.03940: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.03943: 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 0x7fd40b6dd0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e20> <<< 7519 1726888138.03945: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44138c70> <<< 7519 1726888138.03948: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888138.03981: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.04031: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411dbb0> <<< 7519 1726888138.04038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.04041: 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' <<< 7519 1726888138.04044: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888138.04063: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411b7f0> # destroy ansible.module_utils.distro <<< 7519 1726888138.04067: stdout chunk (state=3): >>>import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888138.04085: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04088: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04090: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888138.04097: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7a3700> <<< 7519 1726888138.04111: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.04163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.04199: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888138.04210: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04227: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py <<< 7519 1726888138.04244: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888138.04258: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6dd100> <<< 7519 1726888138.04327: stdout chunk (state=3): >>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py <<< 7519 1726888138.04330: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04333: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py <<< 7519 1726888138.04357: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04360: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04363: 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' <<< 7519 1726888138.04365: 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 0x7fd40b6db580> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.04367: 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 0x7fd40b6db640> <<< 7519 1726888138.04370: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available <<< 7519 1726888138.04387: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available <<< 7519 1726888138.04394: 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' <<< 7519 1726888138.04417: 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 0x7fd40b6dac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bdcf820> <<< 7519 1726888138.04420: 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' <<< 7519 1726888138.04425: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888138.04428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888138.04446: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.04478: 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 0x7fd40b760af0> <<< 7519 1726888138.04481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.04494: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.04533: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.04560: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.04563: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04577: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.04590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.04605: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.04662: 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 0x7fd40b75e9d0> <<< 7519 1726888138.04665: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6cf850> <<< 7519 1726888138.04676: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.04718: 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' <<< 7519 1726888138.04721: 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 0x7fd40b760520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b798ac0> # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888138.04736: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888138.04751: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04846: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04861: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04925: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04936: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888138.04940: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04942: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04945: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888138.04948: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.04988: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888138.04998: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e43cc5100> <<< 7519 1726888138.05041: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888138.05048: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent <<< 7519 1726888138.05051: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.05077: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.05148: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "id_provider", "value": "proxy", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888138.05153: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.05408: 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 <<< 7519 1726888138.05425: 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 <<< 7519 1726888138.05455: 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 # 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 <<< 7519 1726888138.05509: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.05527: stdout chunk (state=3): >>># cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing 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 <<< 7519 1726888138.05548: 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<<< 7519 1726888138.05552: stdout chunk (state=3): >>> <<< 7519 1726888138.05556: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.05560: stdout chunk (state=3): >>># destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation <<< 7519 1726888138.05564: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.05568: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888138.05596: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.05724: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888138.05748: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888138.05751: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888138.05784: stdout chunk (state=3): >>># destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888138.05837: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal <<< 7519 1726888138.05841: stdout chunk (state=3): >>># destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings <<< 7519 1726888138.05843: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888138.05846: stdout chunk (state=3): >>># destroy array <<< 7519 1726888138.05849: stdout chunk (state=3): >>># destroy datetime <<< 7519 1726888138.05852: stdout chunk (state=3): >>># destroy selinux <<< 7519 1726888138.05855: stdout chunk (state=3): >>># destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888138.06003: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # 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 <<< 7519 1726888138.06069: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.06082: stdout chunk (state=3): >>># cleanup[3] wiping platform # destroy subprocess <<< 7519 1726888138.06086: stdout chunk (state=3): >>># cleanup[3] wiping selectors # cleanup[3] wiping select <<< 7519 1726888138.06088: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.06091: stdout chunk (state=3): >>># destroy fnmatch <<< 7519 1726888138.06094: stdout chunk (state=3): >>># cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading <<< 7519 1726888138.06096: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.06099: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re <<< 7519 1726888138.06100: stdout chunk (state=3): >>># destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools <<< 7519 1726888138.06102: 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 <<< 7519 1726888138.06104: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.06108: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping os <<< 7519 1726888138.06110: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath <<< 7519 1726888138.06112: 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 <<< 7519 1726888138.06116: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.06119: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.06121: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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 <<< 7519 1726888138.06142: stdout chunk (state=3): >>># destroy _signal <<< 7519 1726888138.06146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.06148: 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' <<< 7519 1726888138.06154: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b2c8d30> <<< 7519 1726888138.06236: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7519 1726888138.06273: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath <<< 7519 1726888138.06277: 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 0x7fd40b6a8550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69ffd0> <<< 7519 1726888138.06301: 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 <<< 7519 1726888138.06316: stdout chunk (state=3): >>># destroy select <<< 7519 1726888138.06320: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser<<< 7519 1726888138.06324: stdout chunk (state=3): >>> # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator <<< 7519 1726888138.06327: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888138.06329: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888138.06331: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888138.06333: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888138.06335: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.06445: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.06606: 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' <<< 7519 1726888138.06696: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7549d0> # zipimport: zlib available <<< 7519 1726888138.06706: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888138.06711: stdout chunk (state=3): >>><<< 7519 1726888138.06715: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d583a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d32850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d70880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d08d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d32d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cadeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44ca7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44caf640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c30dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c308b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c30e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89d30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c83610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c97670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c42c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44c97280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449fb370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449fb460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c4bfa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449241c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449e5c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44936af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44936e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44948730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44948c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448d53a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44936f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448e5280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449485b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e448e5340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c429d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e449016a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44901760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e44901ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4490f1f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449018e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e448f5a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c425b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44901a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e44836670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441ee7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447b0760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447b0400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b07c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4416d7c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4416db50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4416d9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4418eb20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447a9d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447a9190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441eaa90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474ee80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474e880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44188310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4474e970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4477fd30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4414f9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415e0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44754700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4415e100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415c580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415c640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e4415ac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44836820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441e0af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441df9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44150850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e441e0520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44749ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e43d32d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4412c550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441d49d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e43d32610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e447987f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441df610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44138c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411dbb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411b7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e43cc5100>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "id_provider", "value": "proxy", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888138.07601: _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 0x7f2e44db3dc0> # /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 0x7f2e44d583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44db3b20> # /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 0x7f2e44db3ac0> 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 0x7f2e44d58490> # /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 0x7f2e44d58940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58670> # /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 0x7f2e44d0f190> # /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 0x7f2e44d0f220> # /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 0x7f2e44d32850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d0f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d70880> # /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 0x7f2e44d08d90> # /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 0x7f2e44d32d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44d58970> 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 0x7f2e44cadeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb1f40> # /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 0x7f2e44ca7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44caf640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cad370> # /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 0x7f2e44c30dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c308b0> 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 0x7f2e44c30eb0> # /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 0x7f2e44c30f70> # /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 0x7f2e44c30e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c83610> # /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 0x7f2e44c97670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cb5e20> # /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 0x7f2e44c42c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c89250> # 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 0x7f2e44c97280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb9d0> # /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 0x7f2e44c42fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c42d90> # /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 0x7f2e44c42d00> # /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 0x7f2e449fb370> # /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 0x7f2e449fb460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c4bfa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44490> # /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 0x7f2e449241c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449e5c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c44eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44cbb040> # /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 0x7f2e44936af0> 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 0x7f2e44936e20> # /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 0x7f2e44948730> # /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 0x7f2e44948c70> # 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 0x7f2e448d53a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44936f10> # /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 0x7f2e448e5280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449485b0> 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 0x7f2e448e5340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c429d0> # /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 0x7f2e449016a0> # /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 0x7f2e44901970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44901760> # 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 0x7f2e44901850> # /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 0x7f2e44901ca0> # 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 0x7f2e4490f1f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e449018e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e448f5a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44c425b0> # /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 0x7f2e44901a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e44836670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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 0x7f2e441ee7f0> # /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 0x7f2e447b0760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0370> # /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 0x7f2e447b0490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0190> 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 0x7f2e447b0400> # /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 0x7f2e447b07c0> # /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 0x7f2e4416d7c0> # 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 0x7f2e4416db50> # 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 0x7f2e4416d9a0> # /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 0x7f2e4418eb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447a9d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e447b0520> # /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 0x7f2e447a9190> # /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 0x7f2e441eaa90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474ee80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4474e880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44188310> # 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 0x7f2e4474e970> # /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 0x7f2e4477fd30> # /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 0x7f2e4414f9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e50> # /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 0x7f2e4415e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44788e20> # /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 0x7f2e44754700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4415e100> # 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 0x7f2e4415c580> # 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 0x7f2e4415c640> # 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 0x7f2e4415ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44836820> # /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 0x7f2e441e0af0> # 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 0x7f2e441df9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44150850> # 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 0x7f2e441e0520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e44749ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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 0x7f2e43d32d30> # /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 0x7f2e4412c550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411ffd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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 0x7f2e441d49d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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 0x7f2e43d32610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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 0x7f2e447987f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e441df610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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 0x7f2e44138c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411dbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e4411b7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_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_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_l5uw_99w/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e43cc5100> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "id_provider", "value": "proxy", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888138.08862: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.08866: stderr chunk (state=3): >>><<< 7519 1726888138.08869: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.08880: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.08882: _low_level_execute_command(): starting 7519 1726888138.08887: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888138.08893: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.08896: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888138.09571: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 7519 1726888138.09577: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888138.09580: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'id_provider', 'value': 'proxy', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888137.6080012-7913-130198845838210/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888138.11479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11485: _low_level_execute_command(): starting 7519 1726888138.11488: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888138.11494: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.6080012-7913-130198845838210/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888138.11501: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888138.11505: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11507: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888138.11509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888138.11511: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b2c8610> # zipimport: zlib available <<< 7519 1726888138.11513: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11515: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888138.11519: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11525: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11527: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888138.11533: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11536: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11540: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11542: 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 <<< 7519 1726888138.11545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.11547: 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 0x7fd40b7e77f0> <<< 7519 1726888138.11549: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b75e610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888138.11552: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11555: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11559: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11564: 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' <<< 7519 1726888138.11566: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888138.11571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888138.11576: 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' <<< 7519 1726888138.11579: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6b8c70> <<< 7519 1726888138.11581: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69cbb0> <<< 7519 1726888138.11585: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6997f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888138.11587: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11589: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888138.11593: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888138.11595: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py <<< 7519 1726888138.11601: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11615: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available <<< 7519 1726888138.11619: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available <<< 7519 1726888138.11621: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py <<< 7519 1726888138.11628: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py <<< 7519 1726888138.11631: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11635: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11638: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.11639: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.11642: 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 <<< 7519 1726888138.11645: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.11648: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b258100> <<< 7519 1726888138.11650: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.11652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.11654: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.11658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.11660: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.11664: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.11667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.11669: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "id_provider", "value": "proxy", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888138.11671: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.11675: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.11677: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.11681: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.11684: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.11687: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.11689: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.11693: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.11694: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.11697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.11699: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.11701: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.11704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.11707: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.11710: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.11720: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.11727: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.11730: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888138.11734: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.11737: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.11741: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.11743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.11745: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.11748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.11750: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.11752: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.11755: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.11757: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.11759: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.11762: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.11764: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.11767: 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 # 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 <<< 7519 1726888138.11769: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.11772: 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 # 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<<< 7519 1726888138.12900: stdout chunk (state=3): >>> # 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888138.12904: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888138.12907: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.12909: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888138.12913: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.12915: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.12918: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.12920: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.12929: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.12936: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.12939: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.12943: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.12945: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.12947: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888138.12950: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.12952: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888138.12954: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.12956: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888138.12959: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888138.12961: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888138.12963: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.12966: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy array # destroy datetime <<< 7519 1726888138.12968: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888138.12971: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # 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 <<< 7519 1726888138.12973: 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 <<< 7519 1726888138.12976: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.12978: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.12981: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize <<< 7519 1726888138.12983: stdout chunk (state=3): >>># destroy _heapq # destroy posixpath # destroy stat <<< 7519 1726888138.12985: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.12988: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888138.12990: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888138.12993: stdout chunk (state=3): >>><<< 7519 1726888138.12995: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c33a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31eac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c29d850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2db880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c273d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c29dd90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23eeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c241f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c237610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23d640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bf95dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf958b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf95e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfeed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfe7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bffb670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c245e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bfa7c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfee250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bffb280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf7a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf7a460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfaffa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40beae1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf65c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bec1af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40bec1e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed2730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed2c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be5f3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bec1f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be70280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed25b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be70340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8b850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be8bca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40be991f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b8e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be80a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8ba90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd40bdcf670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b76d7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7fe760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7fe400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe7c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b76e850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b76e4c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b76e670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b70eb20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7f8d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7f8190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6e7a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79de80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79d880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b709310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b79d970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7ced30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6ce9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6dd0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7a3700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6dd100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6db580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6db640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b6dac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bdcf820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b760af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b75e9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6cf850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b760520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b798ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b2c8d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6a8550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7549d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b2c8610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd40b7e77f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b75e610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6b8c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69cbb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6997f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b258100>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "id_provider", "value": "proxy", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888138.14251: _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 0x7fd40c31edc0> # /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 0x7fd40c2c33a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c31eb20> # /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 0x7fd40c31eac0> 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 0x7fd40c2c3490> # /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 0x7fd40c2c3940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3670> # /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 0x7fd40c27a190> # /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 0x7fd40c27a220> # /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 0x7fd40c29d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c27a940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2db880> # /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 0x7fd40c273d90> # /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 0x7fd40c29dd90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c2c3970> 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 0x7fd40c23eeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c241f40> # /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 0x7fd40c237610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c23e370> # /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 0x7fd40bf95dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf958b0> 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 0x7fd40bf95eb0> # /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 0x7fd40bf95f70> # /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 0x7fd40bf95e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfeed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfe7610> # /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 0x7fd40bffb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c245e20> # /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 0x7fd40bfa7c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfee250> # 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 0x7fd40bffb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b9d0> # /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 0x7fd40bfa7fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa7d90> # /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 0x7fd40bfa7d00> # /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 0x7fd40bf7a370> # /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 0x7fd40bf7a460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfaffa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9490> # /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 0x7fd40beae1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bf65c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa9eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40c24b040> # /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 0x7fd40bec1af0> 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 0x7fd40bec1e20> # /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 0x7fd40bed2730> # /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 0x7fd40bed2c70> # 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 0x7fd40be5f3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bec1f10> # /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 0x7fd40be70280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bed25b0> 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 0x7fd40be70340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa79d0> # /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 0x7fd40be8b6a0> # /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 0x7fd40be8b970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b760> # 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 0x7fd40be8b850> # /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 0x7fd40be8bca0> # 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 0x7fd40be991f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be8b8e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40be80a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bfa75b0> # /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 0x7fd40be8ba90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd40bdcf670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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 0x7fd40b76d7f0> # /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 0x7fd40b7fe760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe370> # /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 0x7fd40b7fe490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe190> 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 0x7fd40b7fe400> # /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 0x7fd40b7fe7c0> # /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 0x7fd40b76e850> # 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 0x7fd40b76e4c0> # 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 0x7fd40b76e670> # /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 0x7fd40b70eb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7f8d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7fe520> # /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 0x7fd40b7f8190> # /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 0x7fd40b6e7a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79de80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b79d880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b709310> # 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 0x7fd40b79d970> # /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 0x7fd40b7ced30> # /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 0x7fd40b6ce9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e50> # /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 0x7fd40b6dd0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b7d6e20> # /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 0x7fd40b7a3700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6dd100> # 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 0x7fd40b6db580> # 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 0x7fd40b6db640> # 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 0x7fd40b6dac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40bdcf820> # /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 0x7fd40b760af0> # 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 0x7fd40b75e9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6cf850> # 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 0x7fd40b760520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b798ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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 0x7fd40b2c8d30> # /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 0x7fd40b6a8550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69ffd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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 0x7fd40b7549d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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 0x7fd40b2c8610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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 0x7fd40b7e77f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b75e610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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 0x7fd40b6b8c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b69cbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b6997f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_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_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okfsjhnv/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd40b258100> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "id_provider", "value": "proxy", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888138.16660: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.16663: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888138.16731: stdout chunk (state=3): >>>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 0x7f77f0f1edc0> # /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 0x7f77f0ec33a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1eb20> # /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 0x7f77f0f1eac0> 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 0x7f77f0ec3490> # /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 0x7f77f0ec3940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3670> # /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 0x7f77f0e7a190> # /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 0x7f77f0e7a220> # /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 0x7f77f0e9d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0edb880> # /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 0x7f77f0e73d90> <<< 7519 1726888138.16735: stdout chunk (state=3): >>><<< 7519 1726888138.16738: stderr chunk (state=3): >>><<< 7519 1726888138.16740: 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 0x7f77f0e9dd90> <<< 7519 1726888138.16743: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'id_provider', 'value': 'proxy', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888137.704075-7919-260798011294711/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888138.16745: _low_level_execute_command(): starting 7519 1726888138.16747: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.704075-7919-260798011294711/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888138.16766: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3970> <<< 7519 1726888138.16769: 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. <<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.16780: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.16783: handler run complete 7519 1726888138.16787: 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' # /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 <<< 7519 1726888138.16791: 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 # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3eeb0> <<< 7519 1726888138.16794: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e41f40> <<< 7519 1726888138.16798: 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' 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 0x7f77f0e37610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3e370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888138.16800: attempt loop complete, returning result 7519 1726888138.16802: variable 'item' from source: unknown 7519 1726888138.16870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888138.16875: stdout chunk (state=3): >>># /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' <<< 7519 1726888138.16878: 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' <<< 7519 1726888138.16883: 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 0x7f77f0b95dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b958b0> import 'itertools' # <<< 7519 1726888138.16885: 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 0x7f77f0b95eb0> <<< 7519 1726888138.16888: stdout chunk (state=3): >>># /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' <<< 7519 1726888138.16890: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95f70> # /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 0x7f77f0b95e80> <<< 7519 1726888138.16892: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0beed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0be7610> <<< 7519 1726888138.16894: 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 0x7f77f0bfb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e45e20> <<< 7519 1726888138.16897: 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' <<< 7519 1726888138.16899: 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 0x7f77f0ba7c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0bee250> # 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 0x7f77f0bfb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b9d0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888138.16902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888138.16904: 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 <<< 7519 1726888138.16906: variable 'item' from source: unknown 7519 1726888138.16908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7d90> # /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 0x7f77f0ba7d00> # /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' <<< 7519 1726888138.16910: 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' <<< 7519 1726888138.16914: 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 0x7f77f0b7a370> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888138.16916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b7a460> <<< ok: [managed_node1] => (item={'key': 'id_provider', 'value': 'proxy'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "id_provider", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "proxy", "values": null } }, "item": { "key": "id_provider", "value": "proxy" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888138.17659: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0baffa0> <<< 7519 1726888138.17663: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9a30> <<< 7519 1726888138.17666: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9490> <<< 7519 1726888138.17669: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888138.17672: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.17675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888138.17677: 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 0x7f77f0aae1c0> <<< 7519 1726888138.17680: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b65c70> <<< 7519 1726888138.17683: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b040> <<< 7519 1726888138.17685: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888138.17688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888138.17691: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ac1af0> <<< 7519 1726888138.17693: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888138.17696: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888138.17699: 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 0x7f77f0ac1e20> <<< 7519 1726888138.17702: 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' # /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' <<< 7519 1726888138.18321: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad2730> <<< 7519 1726888138.18326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888138.18328: variable 'omit' from source: magic vars 7519 1726888138.18331: stdout chunk (state=3): >>># /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' <<< 7519 1726888138.18333: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad2c70> <<< 7519 1726888138.18335: 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 0x7f77f0a5f3a0> <<< 7519 1726888138.18337: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ac1f10> # /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' <<< 7519 1726888138.18339: 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 0x7f77f0a70280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad25b0> <<< 7519 1726888138.18341: stdout chunk (state=3): >>>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 0x7f77f0a70340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba79d0> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888138.18342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888138.18344: 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' <<< 7519 1726888138.18346: 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 0x7f77f0a8b6a0> # /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' <<< 7519 1726888138.18348: 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 0x7f77f0a8b970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b760> <<< 7519 1726888138.18350: 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 0x7f77f0a8b850> # /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' <<< 7519 1726888138.18352: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.18354: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.18357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.18359: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.18361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.18362: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888138.18364: 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 0x7f77f0a8bca0> <<< 7519 1726888138.18366: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.18368: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.18371: 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 0x7f77f0a991f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b8e0> <<< 7519 1726888138.18373: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.18376: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a80a30> <<< 7519 1726888138.18378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.18381: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.18384: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.18386: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba75b0> <<< 7519 1726888138.18389: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.18391: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888138.18394: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.18397: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888138.18399: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.18402: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888138.18404: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.18407: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.18420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.18429: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888138.18431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888138.18433: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.18435: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888138.18437: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.18439: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8ba90> <<< 7519 1726888138.18441: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.18443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.18445: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.18447: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.18449: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.18451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f77f09c9670> <<< 7519 1726888138.18452: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.18454: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.18456: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888138.18458: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.18460: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888138.18462: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.18464: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.18466: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888138.18467: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.18469: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.18471: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.18473: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888138.18475: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.18477: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.18478: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888138.18480: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.18482: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.19186: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.19940: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.19949: stderr chunk (state=3): >>><<< 7519 1726888138.19954: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.19984: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.19991: handler run complete 7519 1726888138.20030: attempt loop complete, returning result 7519 1726888138.20057: variable 'item' from source: unknown 7519 1726888138.20132: 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 0x7f77f036d7f0> <<< 7519 1726888138.20152: 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' <<< 7519 1726888138.20183: 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'<<< 7519 1726888138.20213: stdout chunk (state=3): >>> # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7519 1726888138.20216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888138.20236: variable 'item' from source: unknown 7519 1726888138.20245: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.20263: stdout chunk (state=3): >>># 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 0x7f77f03fe760> <<< 7519 1726888138.20292: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe640> <<< 7519 1726888138.20326: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe370> <<< 7519 1726888138.20348: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888138.20351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888138.20398: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe190> <<< ok: [managed_node2] => (item={'key': 'id_provider', 'value': 'proxy'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "id_provider", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "proxy", "values": null } }, "item": { "key": "id_provider", "value": "proxy" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888138.20560: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888138.20565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888138.20569: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888138.20572: 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 0x7f77f03fe400> # /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 0x7f77f03fe7c0> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888138.20575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888138.20577: variable 'omit' from source: magic vars 7519 1726888138.20589: 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' <<< 7519 1726888138.20633: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888138.20637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888138.20699: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0353850> <<< 7519 1726888138.20734: 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 0x7f77f03534c0> <<< 7519 1726888138.20765: 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 0x7f77f0353670> <<< 7519 1726888138.20777: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888138.20814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888138.20849: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f030eb20> <<< 7519 1726888138.20862: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03f8d30> <<< 7519 1726888138.20910: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888138.21030: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe520> <<< 7519 1726888138.21043: 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' <<< 7519 1726888138.21065: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03f8190> <<< 7519 1726888138.21107: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888138.21115: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888138.21117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888138.21138: 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' <<< 7519 1726888138.21143: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888138.21159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888138.21189: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888138.21193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02e7a90> <<< 7519 1726888138.21279: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039de80> <<< 7519 1726888138.21282: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039d880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0309310> <<< 7519 1726888138.21321: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.21326: 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 0x7f77f039d970> <<< 7519 1726888138.21344: 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 0x7f77f03ced30> <<< 7519 1726888138.21364: 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 <<< 7519 1726888138.21378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888138.21393: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888138.21436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888138.21495: 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 0x7f77f02ce9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e50> <<< 7519 1726888138.21531: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888138.21536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888138.21591: 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 0x7f77f02dd0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e20> <<< 7519 1726888138.21614: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888138.21740: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888138.21756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.21759: variable 'omit' from source: magic vars 7519 1726888138.21762: 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' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03a3700> <<< 7519 1726888138.21764: variable 'omit' from source: magic vars 7519 1726888138.21808: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888138.21853: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888138.21874: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02dd100> <<< 7519 1726888138.21971: 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' <<< 7519 1726888138.21974: 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 0x7f77f02db580> <<< 7519 1726888138.22003: 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 0x7f77f02db640> <<< 7519 1726888138.22049: 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 0x7f77f02dac70> <<< 7519 1726888138.22054: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f09c9820> <<< 7519 1726888138.22074: 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' <<< 7519 1726888138.22092: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888138.22116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888138.22161: 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 0x7f77f0360af0> <<< 7519 1726888138.22345: 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 0x7f77f035e9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02d0850> <<< 7519 1726888138.22350: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888138.22393: 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' <<< 7519 1726888138.22396: 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 0x7f77f0360520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0398ac0> <<< 7519 1726888138.22400: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.22424: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888138.22450: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.22518: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.22602: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888138.22605: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888138.22618: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.22636: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888138.22654: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.22754: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.22797: variable 'item' from source: unknown 7519 1726888138.22855: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.23212: variable 'item' from source: unknown 7519 1726888138.23317: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.23343: variable 'omit' from source: magic vars 7519 1726888138.23490: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888138.23503: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888138.23512: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888138.23598: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888138.23602: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888138.23604: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888138.23784: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7519 1726888138.23789: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888138.23824: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888138.23828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.23883: 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 0x7f77efec3d30> <<< 7519 1726888138.23962: 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 0x7f77f02a8550> <<< 7519 1726888138.23968: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029ffd0> <<< 7519 1726888138.23993: Set connection var ansible_shell_executable to /bin/sh 7519 1726888138.24024: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888138.24038: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.24061: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888138.24069: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.24181: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888138.24191: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.24199: variable 'omit' from source: magic vars 7519 1726888138.24232: variable 'omit' from source: magic vars 7519 1726888138.24276: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888138.24337: 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' <<< 7519 1726888138.24352: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03549d0> # zipimport: zlib available <<< 7519 1726888138.24355: Set connection var ansible_pipelining to False 7519 1726888138.24362: Set connection var ansible_shell_type to sh 7519 1726888138.24368: Set connection var ansible_timeout to 10 7519 1726888138.24371: Set connection var ansible_connection to ssh 7519 1726888138.24376: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888138.24393: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888138.24429: variable 'ansible_shell_executable' from source: unknown 7519 1726888138.24434: variable 'ansible_connection' from source: unknown 7519 1726888138.24437: variable 'ansible_module_compression' from source: unknown 7519 1726888138.24439: variable 'ansible_shell_type' from source: unknown 7519 1726888138.24442: variable 'ansible_shell_executable' from source: unknown 7519 1726888138.24447: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888138.24450: variable 'ansible_pipelining' from source: unknown 7519 1726888138.24453: variable 'ansible_timeout' from source: unknown 7519 1726888138.24455: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888138.24507: variable 'item' from source: unknown 7519 1726888138.24581: 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__) (found_in_cache=True, class_only=False) 7519 1726888138.24665: variable 'omit' from source: magic vars 7519 1726888138.24668: starting attempt loop 7519 1726888138.24671: running the handler 7519 1726888138.24674: _low_level_execute_command(): starting 7519 1726888138.24676: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888138.24745: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888138.25118: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.25173: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.25231: variable 'item' from source: unknown 7519 1726888138.25244: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888138.25272: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.25295: variable 'omit' from source: magic vars 7519 1726888138.25349: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888138.25365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888138.25375: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888138.25391: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888138.25398: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888138.25409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888138.25507: Set connection var ansible_shell_executable to /bin/sh 7519 1726888138.25521: Set connection var ansible_pipelining to False 7519 1726888138.25542: Set connection var ansible_shell_type to sh 7519 1726888138.25557: Set connection var ansible_timeout to 10 7519 1726888138.25570: Set connection var ansible_connection to ssh 7519 1726888138.25587: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888138.25599: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888138.25621: variable 'ansible_shell_executable' from source: unknown 7519 1726888138.25631: variable 'ansible_connection' from source: unknown 7519 1726888138.25637: variable 'ansible_module_compression' from source: unknown 7519 1726888138.25644: variable 'ansible_shell_type' from source: unknown 7519 1726888138.25653: variable 'ansible_shell_executable' from source: unknown 7519 1726888138.25659: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888138.25670: variable 'ansible_pipelining' from source: unknown 7519 1726888138.25675: variable 'ansible_timeout' from source: unknown 7519 1726888138.25687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888138.25731: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.25842: 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__) (found_in_cache=True, class_only=False) 7519 1726888138.25861: variable 'omit' from source: magic vars 7519 1726888138.25875: starting attempt loop 7519 1726888138.25886: running the handler 7519 1726888138.25901: _low_level_execute_command(): starting 7519 1726888138.25921: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888138.25941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888138.25956: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888138.25962: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888138.26039: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77efec3610> <<< 7519 1726888138.26042: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888138.26097: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.26171: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888138.26175: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888138.26213: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.26238: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.26277: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888138.26280: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.26330: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.26359: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.26455: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.26516: 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 <<< 7519 1726888138.26844: stdout chunk (state=3): >>># 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 0x7f77f03e77f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f035e610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888138.26878: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.27093: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.27111: 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 # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888138.27136: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02b8c70> <<< 7519 1726888138.27173: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029cbb0> <<< 7519 1726888138.27237: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029a7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888138.27263: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.27293: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888138.27356: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888138.27372: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888138.27384: stdout chunk (state=3): >>>import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py <<< 7519 1726888138.27398: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.27434: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.27439: stdout chunk (state=3): >>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py <<< 7519 1726888138.27455: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py <<< 7519 1726888138.27470: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.27483: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py <<< 7519 1726888138.27517: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.27520: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.27543: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py <<< 7519 1726888138.27553: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.27774: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.28068: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.28199: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.28211: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77efe53100> <<< 7519 1726888138.28321: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.28340: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.28344: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.28371: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "id_provider", "value": "proxy", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7519 1726888138.28374: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888138.28377: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.28379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.28396: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.28399: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.28401: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.28439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.28444: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.28511: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.28526: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.28532: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.28539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.28549: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.28558: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.28573: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.28581: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888138.28589: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.28598: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.28612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.28688: 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<<< 7519 1726888138.28691: stdout chunk (state=3): >>> # 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 <<< 7519 1726888138.28695: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.28700: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.28703: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.28859: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.28897: 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 # 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 <<< 7519 1726888138.28904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.28926: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general<<< 7519 1726888138.28931: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.28934: stdout chunk (state=3): >>> # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888138.28936: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.28938: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.28941: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.28952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.28962: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.28984: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.29107: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888138.29111: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888138.29144: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888138.29147: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888138.29170: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7519 1726888138.29177: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings <<< 7519 1726888138.29203: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy array <<< 7519 1726888138.29207: stdout chunk (state=3): >>># destroy datetime <<< 7519 1726888138.29219: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888138.29305: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping selinux._selinux <<< 7519 1726888138.29310: 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 <<< 7519 1726888138.29315: stdout chunk (state=3): >>># cleanup[3] wiping platform # destroy subprocess <<< 7519 1726888138.29318: stdout chunk (state=3): >>># cleanup[3] wiping selectors <<< 7519 1726888138.29336: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.29341: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.29365: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.29370: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.29382: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.29413: 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 <<< 7519 1726888138.29416: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.29418: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.29432: 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 <<< 7519 1726888138.29479: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.29498: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.29510: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.29522: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.29582: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7519 1726888138.29585: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq <<< 7519 1726888138.29587: stdout chunk (state=3): >>># destroy posixpath <<< 7519 1726888138.29590: stdout chunk (state=3): >>># destroy stat <<< 7519 1726888138.29600: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.29617: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors <<< 7519 1726888138.29620: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.29628: 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 # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888138.29638: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888138.29650: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888138.29667: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.29704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.29733: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888138.29829: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.29846: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.29865: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.29879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.29894: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.29908: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.30128: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.30136: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888138.30139: stdout chunk (state=3): >>><<< 7519 1726888138.30141: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec33a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1eac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e9d850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0edb880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e73d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e9dd90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3eeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e41f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e37610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3d640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3e370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0b95dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b958b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b95e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0beed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0be7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0bfb670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e45e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0ba7c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0bee250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0bfb280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b7a370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b7a460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0baffa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0aae1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b65c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ac1af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0ac1e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad2730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad2c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a5f3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ac1f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a70280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad25b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a70340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8b850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a8bca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0a991f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b8e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a80a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8ba90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f77f09c9670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f036d7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03fe760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03fe400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe7c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0353850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03534c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0353670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f030eb20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03f8d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03f8190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02e7a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039de80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039d880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0309310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f039d970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03ced30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02ce9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02dd0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03a3700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02dd100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02db580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02db640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f02dac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f09c9820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0360af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f035e9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02d0850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f0360520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0398ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77efec3d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02a8550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03549d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77efec3610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77f03e77f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f035e610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02b8c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029cbb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029a7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77efe53100>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "id_provider", "value": "proxy", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888138.30601: _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 0x7f77f0f1edc0> # /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 0x7f77f0ec33a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0f1eb20> # /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 0x7f77f0f1eac0> 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 0x7f77f0ec3490> # /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 0x7f77f0ec3940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3670> # /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 0x7f77f0e7a190> # /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 0x7f77f0e7a220> # /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 0x7f77f0e9d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e7a940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0edb880> # /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 0x7f77f0e73d90> # /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 0x7f77f0e9dd90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ec3970> 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 0x7f77f0e3eeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e41f40> # /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 0x7f77f0e37610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e3e370> # /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 0x7f77f0b95dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b958b0> 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 0x7f77f0b95eb0> # /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 0x7f77f0b95f70> # /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 0x7f77f0b95e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0beed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0be7610> # /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 0x7f77f0bfb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e45e20> # /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 0x7f77f0ba7c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0bee250> # 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 0x7f77f0bfb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b9d0> # /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 0x7f77f0ba7fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba7d90> # /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 0x7f77f0ba7d00> # /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 0x7f77f0b7a370> # /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 0x7f77f0b7a460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0baffa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9490> # /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 0x7f77f0aae1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0b65c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba9eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0e4b040> # /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 0x7f77f0ac1af0> 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 0x7f77f0ac1e20> # /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 0x7f77f0ad2730> # /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 0x7f77f0ad2c70> # 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 0x7f77f0a5f3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ac1f10> # /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 0x7f77f0a70280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ad25b0> 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 0x7f77f0a70340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba79d0> # /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 0x7f77f0a8b6a0> # /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 0x7f77f0a8b970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b760> # 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 0x7f77f0a8b850> # /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 0x7f77f0a8bca0> # 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 0x7f77f0a991f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a8b8e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0a80a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0ba75b0> # /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 0x7f77f0a8ba90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f77f09c9670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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 0x7f77f036d7f0> # /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 0x7f77f03fe760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe370> # /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 0x7f77f03fe490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe190> 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 0x7f77f03fe400> # /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 0x7f77f03fe7c0> # /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 0x7f77f0353850> # 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 0x7f77f03534c0> # 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 0x7f77f0353670> # /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 0x7f77f030eb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03f8d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03fe520> # /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 0x7f77f03f8190> # /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 0x7f77f02e7a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039de80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f039d880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0309310> # 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 0x7f77f039d970> # /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 0x7f77f03ced30> # /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 0x7f77f02ce9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e50> # /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 0x7f77f02dd0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f03d6e20> # /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 0x7f77f03a3700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02dd100> # 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 0x7f77f02db580> # 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 0x7f77f02db640> # 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 0x7f77f02dac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f09c9820> # /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 0x7f77f0360af0> # 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 0x7f77f035e9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f02d0850> # 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 0x7f77f0360520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f0398ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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 0x7f77efec3d30> # /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 0x7f77f02a8550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029ffd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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 0x7f77f03549d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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 0x7f77efec3610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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 0x7f77f03e77f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f035e610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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 0x7f77f02b8c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029cbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77f029a7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_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_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_okneeuw0/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77efe53100> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "id_provider", "value": "proxy", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888138.33806: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888138.33809: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888138.33812: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'id_provider', 'value': 'proxy', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888137.846691-7927-153366174098803/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888138.33817: _low_level_execute_command(): starting 7519 1726888138.33819: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888137.846691-7927-153366174098803/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888138.33831: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888138.33843: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.33847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.33850: stdout chunk (state=3): >>>/root <<< 7519 1726888138.33853: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.33855: stdout chunk (state=3): >>><<< 7519 1726888138.33858: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.33864: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.33892: _low_level_execute_command(): starting 7519 1726888138.33896: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615 `" && echo ansible-tmp-1726888138.3147054-7913-101759942519615="` echo /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615 `" && echo ansible-tmp-1726888138.3147054-7913-101759942519615="` echo /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615 `" ) && sleep 0'"'"'' 7519 1726888138.33905: stdout chunk (state=3): >>>/root <<< 7519 1726888138.33908: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.33910: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.33912: stdout chunk (state=3): >>><<< 7519 1726888138.33917: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.33926: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.33928: _low_level_execute_command(): starting 7519 1726888138.33931: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445 `" && echo ansible-tmp-1726888138.3273435-7919-100916507561445="` echo /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888138.35806: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445 `" && echo ansible-tmp-1726888138.3273435-7919-100916507561445="` echo /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445 `" ) && sleep 0'"'"'' 7519 1726888138.35815: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.35819: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.35822: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.35826: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.35828: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.35831: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.35834: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.35836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.35839: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.35842: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.35845: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.35848: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888138.35850: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.35853: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.35855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.35858: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.35860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.35863: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.35865: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.35868: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.35871: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.35873: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.35876: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.35879: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.35881: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.35884: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.35886: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.35889: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.35892: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.35894: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.35897: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.35901: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.35904: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888138.35906: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.35909: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.35911: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.35925: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.35928: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.35931: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.35933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.35935: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.35937: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.35939: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.35941: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.35943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.35945: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.35948: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.35950: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.35952: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888138.35954: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.35956: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.35957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.35959: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.35961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.35963: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.35967: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.35969: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.35971: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.35973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.35975: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.35977: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.35979: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.35981: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.35983: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.35984: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.35986: stdout chunk (state=3): >>><<< 7519 1726888138.35988: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.35993: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.35996: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.35998: handler run complete 7519 1726888138.36000: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.36002: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.36005: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.36007: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.36009: attempt loop complete, returning result 7519 1726888138.36011: variable 'item' from source: unknown 7519 1726888138.36015: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888138.36018: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.36019: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.36021: variable 'item' from source: unknown ok: [managed_node3] => (item={'key': 'id_provider', 'value': 'proxy'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "id_provider", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "proxy", "values": null } }, "item": { "key": "id_provider", "value": "proxy" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888138.36167: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888138.36171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888138.36173: variable 'omit' from source: magic vars 7519 1726888138.36175: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.36177: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.36179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.36181: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.36183: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.36186: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888138.36189: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888138.36191: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888138.36194: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888138.36262: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.36275: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.36289: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.36303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.36321: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.36339: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.36364: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.36379: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888138.36391: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.36402: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.36415: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.36433: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.36483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.36495: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888138.36505: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.36516: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.36532: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.36544: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.36556: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.36567: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.36713: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.36737: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.36751: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.36772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.36787: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.36838: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.36850: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.36862: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.36878: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888138.36914: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.36960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.37646: stdout chunk (state=3): >>>ansible-tmp-1726888138.3147054-7913-101759942519615=/root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615 <<< 7519 1726888138.37944: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.37960: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888138.38099: stderr chunk (state=3): >>><<< 7519 1726888138.38105: stdout chunk (state=3): >>><<< 7519 1726888138.38117: variable 'omit' from source: magic vars <10.31.40.27> (0, b'ansible-tmp-1726888138.3147054-7913-101759942519615=/root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.38133: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888138.3147054-7913-101759942519615=/root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.38149: variable 'omit' from source: magic vars 7519 1726888138.38194: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888138.38251: variable 'ansible_module_compression' from source: unknown 7519 1726888138.38295: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888138.38318: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888138.38348: variable '__tlog_sssd_conf' from source: role '' all vars Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888138.38444: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpd00tz8uu TO /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888138.38653: variable 'item' from source: unknown 7519 1726888138.38908: stdout chunk (state=3): >>>ansible-tmp-1726888138.3273435-7919-100916507561445=/root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445 <<< 7519 1726888138.39057: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.39133: stderr chunk (state=3): >>><<< 7519 1726888138.39136: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'ansible-tmp-1726888138.3273435-7919-100916507561445=/root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.39241: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888138.3273435-7919-100916507561445=/root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.39344: variable 'ansible_module_compression' from source: unknown 7519 1726888138.39452: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888138.39455: variable 'ansible_facts' from source: host vars for 'managed_node2' Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888138.39495: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpon0ud7oc TO /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888138.39733: Sending initial data 7519 1726888138.39736: Sent initial data (155 bytes) 7519 1726888138.39827: variable 'item' from source: unknown 7519 1726888138.39943: variable 'omit' from source: magic vars 7519 1726888138.40150: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888138.40355: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888138.40388: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888138.40764: Sending initial data 7519 1726888138.40792: Sent initial data (155 bytes) 7519 1726888138.41283: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888138.41291: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888138.41303: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888138.42042: Set connection var ansible_shell_executable to /bin/sh 7519 1726888138.42167: Set connection var ansible_pipelining to False 7519 1726888138.42298: Set connection var ansible_shell_type to sh 7519 1726888138.42526: Set connection var ansible_timeout to 10 7519 1726888138.42561: Set connection var ansible_connection to ssh 7519 1726888138.42585: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888138.42651: variable 'ansible_shell_executable' from source: unknown 7519 1726888138.42717: variable 'ansible_connection' from source: unknown 7519 1726888138.42747: variable 'ansible_module_compression' from source: unknown 7519 1726888138.42757: variable 'ansible_shell_type' from source: unknown 7519 1726888138.42778: variable 'ansible_shell_executable' from source: unknown 7519 1726888138.42889: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888138.42899: variable 'ansible_pipelining' from source: unknown 7519 1726888138.42906: variable 'ansible_timeout' from source: unknown 7519 1726888138.43030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888138.43404: 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__) (found_in_cache=True, class_only=False) 7519 1726888138.43428: variable 'omit' from source: magic vars 7519 1726888138.43455: starting attempt loop 7519 1726888138.43462: running the handler 7519 1726888138.43569: _low_level_execute_command(): starting 7519 1726888138.43577: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888138.43951: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.43964: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.43975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.43989: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.43996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.44141: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.44153: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.44164: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.44179: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.44188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.44197: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.44265: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.44281: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.44293: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888138.44300: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.44308: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.44319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.44332: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.44340: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.44348: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.44378: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.44380: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.44383: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.44390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.44403: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.44410: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.44561: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.44616: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.44685: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.44703: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.44727: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.44743: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.44754: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.44811: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.44831: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.44954: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888138.44972: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.44990: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.45009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.45024: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.45054: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.45080: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.45095: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.45120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.45143: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.45157: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.45208: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.45236: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.45255: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.45269: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.45286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.45304: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.45330: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.45358: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.45393: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888138.45417: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.45440: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.45499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.45546: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888138.45553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.45568: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.45572: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.45599: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.45658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.45693: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.45697: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.45700: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.45702: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888138.45704: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.45707: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.45709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.45711: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.45716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.45718: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888138.45720: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.45722: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.45735: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.45748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.45763: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.45766: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.45773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.45834: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.45866: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.45877: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.45907: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.45942: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.45955: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.46040: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.46063: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.46067: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.46080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.46092: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.46095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.46107: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.46110: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.46122: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.46151: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888138.46155: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.46186: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.46289: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.46391: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.46405: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.46420: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.46487: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.46562: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.46638: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.46689: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.46745: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.46765: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888138.46797: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.46851: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.47911: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888138.47956: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888138.47999: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 debug3: SSH2_FXP_REALPATH . -> /root <<< 7519 1726888138.48021: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpd00tz8uu /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py <<< 7519 1726888138.48026: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpd00tz8uu <<< 7519 1726888138.48070: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888138.48074: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7519 1726888138.48112: 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 <<< 7519 1726888138.48115: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888138.48118: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888138.48451: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888138.48464: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888138.48512: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpon0ud7oc debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888138.48517: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpon0ud7oc /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py <<< 7519 1726888138.48558: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888138.48884: stdout chunk (state=3): >>>/root <<< 7519 1726888138.48887: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949 <<< 7519 1726888138.49172: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949 <<< 7519 1726888138.49534: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.49538: stdout chunk (state=3): >>><<< 7519 1726888138.49540: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.49548: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.49550: _low_level_execute_command(): starting 7519 1726888138.49552: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646 `" && echo ansible-tmp-1726888138.4935753-7927-275873288718646="` echo /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646 `" && echo ansible-tmp-1726888138.4935753-7927-275873288718646="` echo /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646 `" ) && sleep 0'"'"'' 7519 1726888138.49562: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122949 bytes at 0 <<< 7519 1726888138.49565: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888138.49568: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888138.49861: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.49864: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122949 bytes at 0 <<< 7519 1726888138.49869: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888138.49900: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888138.50343: stderr chunk (state=3): >>><<< 7519 1726888138.50349: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpd00tz8uu /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpd00tz8uu\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122949 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888138.50357: done transferring module to remote 7519 1726888138.50359: _low_level_execute_command(): starting 7519 1726888138.50361: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/ /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888138.50366: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.50368: stdout chunk (state=3): >>><<< 7519 1726888138.50370: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpon0ud7oc /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpon0ud7oc\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122949 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888138.50375: done transferring module to remote 7519 1726888138.50377: _low_level_execute_command(): starting 7519 1726888138.50379: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/ /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/ /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py && sleep 0'"'"'' <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/ /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888138.52176: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.52186: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.52227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.52245: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.52254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.52295: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.52303: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.52309: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.52323: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.52333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.52342: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.52349: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.52360: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.52370: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888138.52377: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.52457: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.52466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.52479: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.52539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.52548: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.52578: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.52588: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.52593: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.52601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.52690: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.52728: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.53234: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.53284: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.53298: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.53310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.53332: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.53369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.53420: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888138.53482: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.53500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.53517: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.53531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.53583: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.53604: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.53620: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.53637: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.53649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.53709: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.53737: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.53758: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.53776: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.53794: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888138.53828: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.53848: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.53868: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.53889: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.53916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.53946: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.53960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.53978: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.53994: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.54010: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.54032: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.54055: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888138.54068: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888138.54079: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.54090: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.54101: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.54110: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.54125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.54147: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.54169: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.54187: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.54241: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.54267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.54286: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.54301: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.54347: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.54363: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.54367: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.54370: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.54373: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.54393: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.54407: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.54421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.54437: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.54449: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.54555: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.54626: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.54648: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.54701: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.54733: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.54756: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.54768: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.54782: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.54801: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.54827: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.54831: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888138.54833: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.54836: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.54838: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.54868: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.54889: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.54925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.54947: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.54970: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.54987: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.55000: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.55013: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.55034: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.55042: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888138.55076: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888138.55114: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.55188: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.55200: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.55276: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888138.56817: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.56831: stderr chunk (state=3): >>><<< 7519 1726888138.56845: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.56958: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.56961: _low_level_execute_command(): starting 7519 1726888138.56964: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888138.57071: stdout chunk (state=3): >>>ansible-tmp-1726888138.4935753-7927-275873288718646=/root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646 <<< 7519 1726888138.57506: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.57509: stdout chunk (state=3): >>><<< 7519 1726888138.57511: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888138.4935753-7927-275873288718646=/root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.57517: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888138.4935753-7927-275873288718646=/root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.57521: variable 'ansible_module_compression' from source: unknown 7519 1726888138.57615: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.57618: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888138.57620: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888138.57624: stderr chunk (state=3): >>><<< 7519 1726888138.57626: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.57729: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.57732: _low_level_execute_command(): starting 7519 1726888138.57735: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888138.57741: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/AnsiballZ_ini_file.py && sleep 0'"'"'' <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpnngjdv13 TO /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888138.58429: Sending initial data 7519 1726888138.58437: Sent initial data (155 bytes) 7519 1726888138.59219: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.59224: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.59260: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.59264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.59502: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.59506: stderr chunk (state=3): >>>debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.59571: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888138.59575: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.59955: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.59968: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.59979: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.59990: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.60006: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888138.60038: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.60116: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.60489: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.60532: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.60548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.60590: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.60618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.60676: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.60728: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.60740: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.60752: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.60764: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.60804: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.60828: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.60862: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.60895: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888138.60906: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.60926: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.60962: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.60965: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.60968: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.60979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.60996: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.61008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.61011: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.61041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.61069: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.61073: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.61083: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.61086: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.61088: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.61090: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.61102: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.61118: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.61121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.61229: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.61232: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.61373: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.61377: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.61428: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.61431: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.61470: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.61485: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.61527: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.61566: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.61569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.61572: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.61651: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.61669: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.61689: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.61732: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.61756: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.61774: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.61792: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.61805: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.61831: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888138.61876: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888138.61879: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.61892: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.61907: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888138.61934: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888138.62088: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888138.62109: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888138.62112: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7519 1726888138.62172: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888138.62211: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888138.62244: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888138.62246: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888138.62293: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888138.62296: stdout chunk (state=3): >>> import 'zipimport' # <<< 7519 1726888138.62299: stdout chunk (state=3): >>># installed zipimport hook <<< 7519 1726888138.62346: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888138.62350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.62369: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888138.62390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888138.62396: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888138.62425: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3dc0> <<< 7519 1726888138.62452: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888138.62476: 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 0x7f0b4bb583a0> <<< 7519 1726888138.62485: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3b20> <<< 7519 1726888138.62509: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py <<< 7519 1726888138.62512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7519 1726888138.62527: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3ac0> <<< 7519 1726888138.62547: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888138.62584: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 7519 1726888138.62642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7519 1726888138.62659: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58490> <<< 7519 1726888138.62662: 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' <<< 7519 1726888138.62664: 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' <<< 7519 1726888138.62667: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58940> <<< 7519 1726888138.62748: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58670> <<< 7519 1726888138.62759: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888138.62762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888138.62764: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888138.62792: 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 <<< 7519 1726888138.62807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888138.62861: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888138.62882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888138.62956: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f220> <<< 7519 1726888138.63011: 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' <<< 7519 1726888138.63024: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888138.63028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb32850> <<< 7519 1726888138.63030: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f940> <<< 7519 1726888138.63058: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb70880> <<< 7519 1726888138.63095: 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 0x7f0b4bb08d90> <<< 7519 1726888138.63160: 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' # <<< 7519 1726888138.63205: stdout chunk (state=3): >>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb32d90> <<< 7519 1726888138.63211: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58970> <<< 7519 1726888138.63252: 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. <<< 7519 1726888138.63441: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888138.63469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888138.63504: 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 <<< 7519 1726888138.63535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888138.63538: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888138.63564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baaeeb0> <<< 7519 1726888138.63620: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab1f40> <<< 7519 1726888138.63634: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888138.63658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # <<< 7519 1726888138.63716: 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' <<< 7519 1726888138.63736: 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' <<< 7519 1726888138.63786: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baa7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baad640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baae370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888138.63847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888138.63864: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888138.63896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.63942: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888138.63989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888138.63994: 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 0x7f0b4ba30dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba308b0> <<< 7519 1726888138.64002: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888138.64021: 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 0x7f0b4ba30eb0> <<< 7519 1726888138.64099: stdout chunk (state=3): >>># /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 0x7f0b4ba30f70> <<< 7519 1726888138.64117: 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 0x7f0b4ba30e80> <<< 7519 1726888138.64122: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888138.64166: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89d30> import '_functools' # <<< 7519 1726888138.65388: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888138.65394: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 7519 1726888138.65398: stdout chunk (state=3): >>>import '_weakref' # <<< 7519 1726888138.65401: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888138.65403: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888138.65405: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888138.65407: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888138.65410: 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' <<< 7519 1726888138.65414: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888138.65418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888138.65420: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8dc0> <<< 7519 1726888138.65427: 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' <<< 7519 1726888138.65429: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8b20> <<< 7519 1726888138.65432: 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' <<< 7519 1726888138.65434: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8ac0> <<< 7519 1726888138.65437: stdout chunk (state=3): >>>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' <<< 7519 1726888138.65441: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d490> <<< 7519 1726888138.65735: 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' <<< 7519 1726888138.65763: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7519 1726888138.65770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888138.65804: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888138.65811: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d670> <<< 7519 1726888138.66803: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888138.66806: stdout chunk (state=3): >>># 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 0x7effab234190> # /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 0x7effab234220> <<< 7519 1726888138.66809: 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' <<< 7519 1726888138.66811: 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 0x7effab257850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab295880> # /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' <<< 7519 1726888138.66815: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab22dd90> <<< 7519 1726888138.67294: 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 0x7effab257d90> <<< 7519 1726888138.67299: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d970> 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. <<< 7519 1726888138.67304: 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' <<< 7519 1726888138.67306: 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' <<< 7519 1726888138.67309: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888138.67311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888138.67313: 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 <<< 7519 1726888138.67315: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888138.67317: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888138.67319: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 debug3: SSH2_FXP_REALPATH . -> /root <<< 7519 1726888138.67320: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpnngjdv13 /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py <<< 7519 1726888138.67324: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpnngjdv13 <<< 7519 1726888138.67327: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888138.67329: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7519 1726888138.67331: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888138.67333: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949 <<< 7519 1726888138.67337: 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 0x7effaafadeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb1f40> # /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 0x7effaafa7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafaf640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafad370> # /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 0x7effaaf30dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf308b0> 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 0x7effaaf30eb0> # /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 0x7effaaf30f70> # /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 0x7effaaf30e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf83610> # /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 0x7effaaf97670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb5e20> # /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 0x7effaaf42c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89250> # 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 0x7effaaf97280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb9d0> # /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 0x7effaaf42fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42d90> # /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' <<< 7519 1726888138.67341: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42d00> <<< 7519 1726888138.67343: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888138.67345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7519 1726888138.67347: 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' <<< 7519 1726888138.67351: stdout chunk (state=3): >>># /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' <<< 7519 1726888138.67354: 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 0x7effaaf16370> # /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 0x7effaaf16460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf4bfa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44490> # /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 0x7effaae4a1c0> <<< 7519 1726888138.67420: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf00c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb040> <<< 7519 1726888138.67425: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888138.67429: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba82610> # /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 0x7f0b4ba96670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab5e20> # /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 0x7f0b4ba42c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89250> # 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 0x7f0b4ba96280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb9d0> # /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 0x7f0b4ba42fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42d90> # /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 0x7f0b4ba42d00> # /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 0x7f0b4b7fa370> # /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 0x7f0b4b7fa460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba4afa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44490> # /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 0x7f0b4b72e1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7e5c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb040> # /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 0x7f0b4b741af0> 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 0x7f0b4b741e20> # /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 0x7f0b4b752730> # /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 0x7f0b4b752c70> # 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 0x7f0b4b6df3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b741f10> # /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 0x7f0b4b6f0280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7525b0> 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 0x7f0b4b6f0340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba429d0> # /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 0x7f0b4b70b6a0> # /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 0x7f0b4b70b970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b760> # 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 0x7f0b4b70b850> # /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 0x7f0b4b70bca0> # 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 0x7f0b4b7191f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b8e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b700a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba425b0> # /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 0x7f0b4b70ba90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0b4b648670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888138.67434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888138.67437: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py <<< 7519 1726888138.67487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae5caf0> import 'errno' # <<< 7519 1726888138.67491: 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 0x7effaae5ce20> <<< 7519 1726888138.67493: 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' <<< 7519 1726888138.67562: 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' <<< 7519 1726888138.67565: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122949 bytes at 0 <<< 7519 1726888138.67567: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6e730> <<< 7519 1726888138.67647: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888138.67651: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888138.67656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888138.67709: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888138.67713: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6ec70> <<< 7519 1726888138.67716: 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 0x7effaadfb3a0> <<< 7519 1726888138.67967: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.67970: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae5cf10> # /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 0x7effaae0b280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6e5b0> 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 0x7effaae0b340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf429d0> # /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' <<< 7519 1726888138.67973: 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 0x7effaae276a0> <<< 7519 1726888138.67975: 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' <<< 7519 1726888138.67977: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.67981: stderr chunk (state=3): >>><<< 7519 1726888138.67983: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpnngjdv13 /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpnngjdv13\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122949\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122949 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888138.68063: done transferring module to remote 7519 1726888138.68070: _low_level_execute_command(): starting 7519 1726888138.68072: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/ /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/ /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888138.68227: 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 0x7effaae27970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae27760> # 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 0x7effaae27850> # /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' <<< 7519 1726888138.68262: 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 0x7effaae27ca0> <<< 7519 1726888138.68304: 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 0x7effaae351f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae278e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae1ba30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf425b0> <<< 7519 1726888138.68327: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888138.68387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888138.68414: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae27a90> <<< 7519 1726888138.68526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888138.68533: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7effaad62670> <<< 7519 1726888138.68722: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888138.68790: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888138.68794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afed7f0> <<< 7519 1726888138.68807: 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' <<< 7519 1726888138.68854: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.68887: 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' <<< 7519 1726888138.68891: 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' <<< 7519 1726888138.68893: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.68895: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888138.68897: stdout chunk (state=3): >>># 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 0x7f0b4b5c2760> <<< 7519 1726888138.68899: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.68936: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2640> <<< 7519 1726888138.68956: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2370> <<< 7519 1726888138.68983: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888138.68988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888138.69022: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2190> import 'atexit' # <<< 7519 1726888138.69061: 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 0x7f0b4b5c2400> <<< 7519 1726888138.69105: stdout chunk (state=3): >>># /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' <<< 7519 1726888138.69146: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c27c0> <<< 7519 1726888138.69178: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888138.69183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888138.69211: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888138.69217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888138.69238: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888138.69241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888138.69314: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afd3850> <<< 7519 1726888138.69348: 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 0x7f0b4afd34c0> <<< 7519 1726888138.69386: 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 0x7f0b4afd3670> <<< 7519 1726888138.69406: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888138.69420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888138.69458: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af8eb20> <<< 7519 1726888138.69474: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5bcd30> <<< 7519 1726888138.69572: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.69585: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.69605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.69636: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.69654: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2520> # /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' <<< 7519 1726888138.69673: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5bc190> <<< 7519 1726888138.69689: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.69701: 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' <<< 7519 1726888138.69729: 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' <<< 7519 1726888138.69756: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888138.69761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888138.69784: 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 0x7f0b4af4ca90> <<< 7519 1726888138.69831: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.69848: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.69870: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.69887: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af89310> <<< 7519 1726888138.69903: 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 0x7f0b4b561970> <<< 7519 1726888138.69922: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.69954: 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 0x7f0b4b592d30> <<< 7519 1726888138.69958: 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 <<< 7519 1726888138.69975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888138.70190: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888138.70194: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.70374: 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 0x7f0b4af4e9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae50> # /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 0x7f0b4af5d0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae20> # /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' <<< 7519 1726888138.70377: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b567700> <<< 7519 1726888138.70400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.70552: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af5d100> <<< 7519 1726888138.70558: 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 0x7f0b4af5b580> <<< 7519 1726888138.70616: 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' <<< 7519 1726888138.70686: 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 0x7f0b4af5b640> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.70689: 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 0x7f0b4af5ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b648820> # /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' <<< 7519 1726888138.70779: 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 0x7f0b4afe0af0> <<< 7519 1726888138.70826: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.70847: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.70871: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.70905: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888138.70926: 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 0x7f0b4afde9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af50850> <<< 7519 1726888138.70949: 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 0x7f0b4afe0520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b55cac0> <<< 7519 1726888138.70981: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.71038: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888138.71043: 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 0x7effaa7257f0> <<< 7519 1726888138.71104: 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' <<< 7519 1726888138.71107: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.71110: 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' # /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' <<< 7519 1726888138.71141: 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 0x7effaa7b6760> <<< 7519 1726888138.71177: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.71226: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6640> <<< 7519 1726888138.71328: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6370> # /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' <<< 7519 1726888138.71348: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888138.71351: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6490> <<< 7519 1726888138.71353: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6190> import 'atexit' # <<< 7519 1726888138.71355: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.71360: 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 0x7effaa7b6400> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888138.71363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888138.71416: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.71433: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.71447: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.71451: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.71453: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b67c0> <<< 7519 1726888138.71455: 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' <<< 7519 1726888138.71458: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888138.71478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888138.71501: 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' <<< 7519 1726888138.71555: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6a47c0> <<< 7519 1726888138.71608: 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 0x7effaa6a4b50> <<< 7519 1726888138.71654: 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 0x7effaa6a49a0> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888138.71659: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.71676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888138.71706: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6c5b20> <<< 7519 1726888138.71712: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7afd30> <<< 7519 1726888138.71724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.71733: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.71746: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.71754: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.71763: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.71797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.71824: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.71832: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.71886: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.71891: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6520> # /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' <<< 7519 1726888138.71931: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7af190> <<< 7519 1726888138.71935: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888138.71961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888138.71988: 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' <<< 7519 1726888138.72029: stdout chunk (state=3): >>># /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' <<< 7519 1726888138.72038: 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' <<< 7519 1726888138.72045: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa721a90> <<< 7519 1726888138.72105: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754e80> <<< 7519 1726888138.72108: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6bf310> <<< 7519 1726888138.72149: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.72154: 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 0x7effaa754970> <<< 7519 1726888138.72177: 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' <<< 7519 1726888138.72188: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa785d30> <<< 7519 1726888138.72202: 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 <<< 7519 1726888138.72207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888138.72224: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.72252: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888138.72357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888138.72375: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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 <<< 7519 1726888138.72405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.72409: 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 0x7effaa6869a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee50> # /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' <<< 7519 1726888138.72436: 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 0x7effaa6950d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee20> <<< 7519 1726888138.72440: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.72472: 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 0x7f0b4ab3ed30> <<< 7519 1726888138.72489: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888138.72494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.72644: 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' <<< 7519 1726888138.72648: 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' # <<< 7519 1726888138.72651: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af3f550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1ffd0> <<< 7519 1726888138.72653: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888138.72655: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa75a700> <<< 7519 1726888138.72658: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.72660: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.72693: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888138.72698: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa695100> <<< 7519 1726888138.72712: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.72738: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.72758: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.72795: 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 0x7effaa693580> <<< 7519 1726888138.72817: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.72821: 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 0x7effaa693640> <<< 7519 1726888138.72838: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.72857: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.72894: 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 0x7effaa692c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaad62820> <<< 7519 1726888138.72915: 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' <<< 7519 1726888138.72920: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afd49d0> # zipimport: zlib available <<< 7519 1726888138.72924: 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 <<< 7519 1726888138.72926: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.72929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888138.72944: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888138.72979: 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 0x7effaa717af0> <<< 7519 1726888138.72982: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.73031: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888138.73257: 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 0x7effaa7169d0> <<< 7519 1726888138.73262: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa687850> <<< 7519 1726888138.73289: 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 0x7effaa717520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa74fac0> # zipimport: zlib available <<< 7519 1726888138.73295: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888138.73299: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.73332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.73458: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888138.73462: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888138.73559: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.73662: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.73665: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.73703: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.73766: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888138.73805: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.73849: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888138.73854: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.73904: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.74008: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 7519 1726888138.74012: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7519 1726888138.74044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.74081: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888138.74121: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.74256: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.74449: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888138.74492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888138.74594: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7519 1726888138.74626: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ab3e610> # zipimport: zlib available <<< 7519 1726888138.74630: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.74643: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888138.74765: 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' <<< 7519 1726888138.74777: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888138.74835: 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 0x7effaa259d30> # /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 0x7effaa663550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa656fd0> <<< 7519 1726888138.74876: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888138.74880: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888138.74883: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888138.74886: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888138.75030: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.75035: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.75038: 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 <<< 7519 1726888138.75050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.75148: 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' <<< 7519 1726888138.75152: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa70b9d0> # zipimport: zlib available <<< 7519 1726888138.75155: 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 0x7f0b4b5ab7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afde610> <<< 7519 1726888138.75188: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888138.75325: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.75376: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.75398: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.75442: 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' <<< 7519 1726888138.75468: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888138.75532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888138.75535: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.75546: 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' <<< 7519 1726888138.75638: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af38c70> <<< 7519 1726888138.75662: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1cbb0> <<< 7519 1726888138.75749: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af197f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888138.75784: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py <<< 7519 1726888138.75787: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888138.76015: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.76019: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888138.76021: stdout chunk (state=3): >>><<< 7519 1726888138.76025: stderr chunk (state=3): >>><<< 7519 1726888138.76030: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py <<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.76037: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.76043: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76045: _low_level_execute_command(): starting 7519 1726888138.76047: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888138.76052: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888138.76057: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py <<< 7519 1726888138.76059: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888138.76061: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76063: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76065: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available <<< 7519 1726888138.76108: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888138.76114: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76143: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76254: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888138.76257: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7519 1726888138.76260: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76304: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76331: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888138.76337: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76511: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76539: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76666: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4aad4100> <<< 7519 1726888138.76706: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888138.76743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888138.76746: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888138.76850: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_lib_name", "value": "files", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888138.76855: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa259610> <<< 7519 1726888138.76885: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76890: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.76966: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888138.76977: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.77024: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.77051: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888138.77201: 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 # 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__ <<< 7519 1726888138.77231: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888138.77241: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888138.77279: 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 <<< 7519 1726888138.77308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.77382: 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 0x7effaa79e7f0> <<< 7519 1726888138.77472: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa716610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888138.77566: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.77574: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888138.77838: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.77842: stdout chunk (state=3): >>># 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' <<< 7519 1726888138.77862: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # 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 <<< 7519 1726888138.77867: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.77916: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa66fc70> <<< 7519 1726888138.77934: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa654bb0> <<< 7519 1726888138.78060: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat <<< 7519 1726888138.78103: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.78153: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6527f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888138.78170: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available <<< 7519 1726888138.78254: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888138.78280: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888138.78289: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available <<< 7519 1726888138.78459: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888138.78464: stdout chunk (state=3): >>><<< 7519 1726888138.78471: stderr chunk (state=3): >>><<< 7519 1726888138.78516: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb583a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb32850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb70880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb08d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb32d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baaeeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baa7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baad640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba30dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba308b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba30e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89d30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba82610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba96670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba42c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ba96280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7fa460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba4afa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b72e1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7e5c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b741af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b741e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b752730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b752c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6df3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b741f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6f0280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7525b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b6f0340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba429d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b6a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70b850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b70bca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b7191f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b8e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b700a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba425b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70ba90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0b4b648670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afed7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5c2760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5c2400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c27c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afd3850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afd34c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afd3670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af8eb20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5bcd30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5bc190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af4ca90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af89310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b561970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b592d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af4e9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5d0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b567700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af5d100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5b580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5b640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4af5ac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b648820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afe0af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afde9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af50850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4afe0520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b55cac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4ab3ed30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af3f550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afd49d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ab3e610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b4b5ab7f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afde610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af38c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1cbb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af197f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4aad4100>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_lib_name", "value": "files", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888138.79034: _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 0x7f0b4bbb3dc0> # /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 0x7f0b4bb583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bbb3b20> # /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 0x7f0b4bbb3ac0> 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 0x7f0b4bb58490> # /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 0x7f0b4bb58940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58670> # /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 0x7f0b4bb0f190> # /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 0x7f0b4bb0f220> # /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 0x7f0b4bb32850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb0f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb70880> # /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 0x7f0b4bb08d90> # /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 0x7f0b4bb32d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bb58970> 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 0x7f0b4baaeeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab1f40> # /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 0x7f0b4baa7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baad640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4baae370> # /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 0x7f0b4ba30dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba308b0> 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 0x7f0b4ba30eb0> # /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 0x7f0b4ba30f70> # /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 0x7f0b4ba30e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba82610> # /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 0x7f0b4ba96670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4bab5e20> # /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 0x7f0b4ba42c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba89250> # 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 0x7f0b4ba96280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb9d0> # /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 0x7f0b4ba42fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba42d90> # /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 0x7f0b4ba42d00> # /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 0x7f0b4b7fa370> # /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 0x7f0b4b7fa460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba4afa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44490> # /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 0x7f0b4b72e1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7e5c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba44eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4babb040> # /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 0x7f0b4b741af0> 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 0x7f0b4b741e20> # /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 0x7f0b4b752730> # /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 0x7f0b4b752c70> # 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 0x7f0b4b6df3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b741f10> # /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 0x7f0b4b6f0280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b7525b0> 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 0x7f0b4b6f0340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba429d0> # /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 0x7f0b4b70b6a0> # /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 0x7f0b4b70b970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b760> # 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 0x7f0b4b70b850> # /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 0x7f0b4b70bca0> # 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 0x7f0b4b7191f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b70b8e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b700a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4ba425b0> # /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 0x7f0b4b70ba90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0b4b648670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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 0x7f0b4afed7f0> # /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 0x7f0b4b5c2760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2370> # /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 0x7f0b4b5c2490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2190> 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 0x7f0b4b5c2400> # /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 0x7f0b4b5c27c0> # /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 0x7f0b4afd3850> # 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 0x7f0b4afd34c0> # 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 0x7f0b4afd3670> # /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 0x7f0b4af8eb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5bcd30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b5c2520> # /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 0x7f0b4b5bc190> # /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 0x7f0b4af4ca90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b561880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af89310> # 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 0x7f0b4b561970> # /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 0x7f0b4b592d30> # /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 0x7f0b4af4e9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae50> # /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 0x7f0b4af5d0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b59ae20> # /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 0x7f0b4b567700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af5d100> # 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 0x7f0b4af5b580> # 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 0x7f0b4af5b640> # 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 0x7f0b4af5ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b648820> # /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 0x7f0b4afe0af0> # 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 0x7f0b4afde9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af50850> # 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 0x7f0b4afe0520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4b55cac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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 0x7f0b4ab3ed30> # /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 0x7f0b4af3f550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1ffd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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 0x7f0b4afd49d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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 0x7f0b4ab3e610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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 0x7f0b4b5ab7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4afde610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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 0x7f0b4af38c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af1cbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4af197f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_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_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_roopuui_/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b4aad4100> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_lib_name", "value": "files", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888138.82255: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.82260: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa1ec100> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_lib_name", "value": "files", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888138.82264: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_lib_name', 'value': 'files', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888138.3273435-7919-100916507561445/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888138.82268: _low_level_execute_command(): starting 7519 1726888138.82281: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888138.82300: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.82305: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.3273435-7919-100916507561445/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888138.82315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.82326: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.82330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.82332: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.82335: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.82337: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.82340: 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 <<< 7519 1726888138.82342: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.82345: 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 <<< 7519 1726888138.82348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.82350: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.82353: 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 # 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 <<< 7519 1726888138.82356: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.82368: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.82383: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888138.82387: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.83065: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888138.83069: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888138.83072: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.83075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.83077: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.83080: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888138.83082: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.83084: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888138.83086: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888138.83092: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888138.83094: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888138.83096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.83099: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.83101: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888138.83104: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888138.83107: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888138.83109: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888138.83116: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888138.83124: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888138.83127: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888138.83129: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888138.83130: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888138.83132: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888138.83137: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888138.83140: stdout chunk (state=3): >>># 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 <<< 7519 1726888138.83143: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888138.83146: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 7519 1726888138.83148: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888138.83153: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888138.83155: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888138.83158: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888138.83160: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888138.83163: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # 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 <<< 7519 1726888138.83166: 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 # 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 <<< 7519 1726888138.83168: 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 <<< 7519 1726888138.83171: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize <<< 7519 1726888138.83188: 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 <<< 7519 1726888138.83191: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888138.83193: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888138.83196: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888138.83198: stderr chunk (state=3): >>><<< 7519 1726888138.83200: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab257850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab295880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab22dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab257d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafadeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafa7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafaf640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafad370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf30dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf308b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf30e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89d30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf83610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf97670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb5e20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf42c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaaf97280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb9d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf16370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf16460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf4bfa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae4a1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf00c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae5caf0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae5ce20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6e730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6ec70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaadfb3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae5cf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae0b280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6e5b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae0b340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf429d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae276a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae27760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae27ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaae351f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae278e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae1ba30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf425b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae27a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7effaad62670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7257f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7b6760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7b6400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b67c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6a47c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6a4b50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6a49a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6c5b20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7afd30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7af190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa721a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6bf310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa754970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa785d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6869a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa6950d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa75a700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa695100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa693580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa693640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa692c70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaad62820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa717af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa7169d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa687850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa717520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa74fac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa259d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa663550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa656fd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa70b9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa259610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7effaa79e7f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa716610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa66fc70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa654bb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6527f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa1ec100>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_lib_name", "value": "files", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888138.85251: _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 0x7effab2d8dc0> # /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 0x7effab27d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab2d8b20> # /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 0x7effab2d8ac0> 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 0x7effab27d490> # /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 0x7effab27d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d670> # /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 0x7effab234190> # /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 0x7effab234220> # /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 0x7effab257850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab234940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab295880> # /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 0x7effab22dd90> # /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 0x7effab257d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7effab27d970> 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 0x7effaafadeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb1f40> # /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 0x7effaafa7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafaf640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafad370> # /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 0x7effaaf30dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf308b0> 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 0x7effaaf30eb0> # /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 0x7effaaf30f70> # /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 0x7effaaf30e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89d30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf83610> # /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 0x7effaaf97670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafb5e20> # /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 0x7effaaf42c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf89250> # 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 0x7effaaf97280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb9d0> # /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 0x7effaaf42fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf42d90> # /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 0x7effaaf42d00> # /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 0x7effaaf16370> # /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 0x7effaaf16460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf4bfa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44490> # /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 0x7effaae4a1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf00c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf44eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaafbb040> # /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 0x7effaae5caf0> 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 0x7effaae5ce20> # /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 0x7effaae6e730> # /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 0x7effaae6ec70> # 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 0x7effaadfb3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae5cf10> # /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 0x7effaae0b280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae6e5b0> 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 0x7effaae0b340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf429d0> # /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 0x7effaae276a0> # /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 0x7effaae27970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae27760> # 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 0x7effaae27850> # /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 0x7effaae27ca0> # 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 0x7effaae351f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae278e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaae1ba30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaaf425b0> # /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 0x7effaae27a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7effaad62670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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 0x7effaa7257f0> # /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 0x7effaa7b6760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6370> # /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 0x7effaa7b6490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6190> 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 0x7effaa7b6400> # /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 0x7effaa7b67c0> # /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 0x7effaa6a47c0> # 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 0x7effaa6a4b50> # 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 0x7effaa6a49a0> # /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 0x7effaa6c5b20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7afd30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa7b6520> # /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 0x7effaa7af190> # /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 0x7effaa721a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa754880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6bf310> # 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 0x7effaa754970> # /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 0x7effaa785d30> # /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 0x7effaa6869a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee50> # /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 0x7effaa6950d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa78ee20> # /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 0x7effaa75a700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa695100> # 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 0x7effaa693580> # 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 0x7effaa693640> # 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 0x7effaa692c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaad62820> # /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 0x7effaa717af0> # 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 0x7effaa7169d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa687850> # 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 0x7effaa717520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa74fac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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 0x7effaa259d30> # /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 0x7effaa663550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa656fd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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 0x7effaa70b9d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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 0x7effaa259610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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 0x7effaa79e7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa716610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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 0x7effaa66fc70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa654bb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa6527f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_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_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_0z73azeh/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7effaa1ec100> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_lib_name", "value": "files", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888138.89585: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.89588: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888138.89591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.89594: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 7519 1726888138.89596: stdout chunk (state=3): >>>import '_weakref' # <<< 7519 1726888138.91255: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888138.91387: stdout chunk (state=3): >>>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 0x7f3fe1d73dc0> # /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 0x7f3fe1d183a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73b20> # /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 0x7f3fe1d73ac0> 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 0x7f3fe1d18490> # /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 0x7f3fe1d18940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18670> # /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 0x7f3fe1ccf190> # /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 0x7f3fe1ccf220> # /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 0x7f3fe1cf2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d30880> # /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 0x7f3fe1cc8d90> # /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 0x7f3fe1cf2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18970> 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. <<< 7519 1726888138.91397: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.91401: stderr chunk (state=3): >>><<< 7519 1726888138.91405: stdout chunk (state=3): >>><<< 7519 1726888138.91409: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_lib_name', 'value': 'files', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888138.3147054-7913-101759942519615/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888138.91417: _low_level_execute_command(): starting 7519 1726888138.91421: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.3147054-7913-101759942519615/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.92364: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.92369: handler run complete 7519 1726888138.92371: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888138.92374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888138.92375: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888138.92853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7519 1726888138.92895: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888138.92899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888138.92902: attempt loop complete, returning result 7519 1726888138.92904: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888138.92906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7519 1726888138.92994: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c93eb0> <<< 7519 1726888138.92998: variable 'item' from source: unknown 7519 1726888138.93002: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c96f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888138.93005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888138.93008: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888138.93011: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888138.93017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888138.93020: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888138.93026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888138.93029: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c8c610> <<< 7519 1726888138.93032: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c92640> <<< 7519 1726888138.93035: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c93370> <<< 7519 1726888138.93038: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888138.93043: variable 'item' from source: unknown 7519 1726888138.93045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< ok: [managed_node2] => (item={'key': 'proxy_lib_name', 'value': 'files'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "proxy_lib_name", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "files", "values": null } }, "item": { "key": "proxy_lib_name", "value": "files" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888138.93999: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888138.94002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.94005: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888138.94008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888138.94011: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888138.94017: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888138.94020: 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 0x7f3fe19d5dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d58b0> 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 0x7f3fe19d5eb0> <<< 7519 1726888138.94024: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888138.94027: variable 'omit' from source: magic vars 7519 1726888138.94029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888138.94032: stdout chunk (state=3): >>>import '_operator' # <<< 7519 1726888138.94034: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5f70> <<< 7519 1726888138.94036: 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' <<< 7519 1726888138.94038: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5e80> import '_collections' # <<< 7519 1726888138.94041: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6ed30> <<< 7519 1726888138.94044: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888138.94046: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c67610> <<< 7519 1726888138.94049: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py <<< 7519 1726888138.94051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c7b670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c9ae20> <<< 7519 1726888138.94056: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py <<< 7519 1726888138.94059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' <<< 7519 1726888138.94062: 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 0x7f3fe19e7c70> <<< 7519 1726888138.94064: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6e250> <<< 7519 1726888138.94067: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.94069: 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 0x7f3fe1c7b280> <<< 7519 1726888138.94072: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca09d0> <<< 7519 1726888138.94075: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888138.94077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888138.94080: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7519 1726888138.94082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.94084: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888138.94087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7519 1726888138.94089: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7fa0> <<< 7519 1726888138.94640: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7d90> <<< 7519 1726888138.94644: 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' <<< 7519 1726888138.94647: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7d00> <<< 7519 1726888138.94649: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888138.94651: stdout chunk (state=3): >>># 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' <<< 7519 1726888138.94653: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888138.94655: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888138.94657: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888138.94659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888138.94661: 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' <<< 7519 1726888138.94663: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19ba370> <<< 7519 1726888138.94665: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888138.94667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888138.94669: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19ba460> <<< 7519 1726888138.94670: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888138.94672: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888138.94674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888138.94676: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888138.94678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888138.94680: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888138.94681: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888138.94683: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888138.94742: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888138.94864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888138.94901: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888138.94904: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19effa0> <<< 7519 1726888138.94906: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888138.94909: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888138.95250: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9490> # /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 0x7f3fe18ee1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19a5c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca0040> # /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 0x7f3fe1901af0> 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 0x7f3fe1901e20> # /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 0x7f3fe1912730> # /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 0x7f3fe1912c70> # 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 0x7f3fe18aa3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1901f10> # /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 0x7f3fe18bb280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19125b0> 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 0x7f3fe18bb340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e79d0> # /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 0x7f3fe18d66a0> # /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 0x7f3fe18d6970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d6760> # 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 0x7f3fe18d6850> # /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 0x7f3fe18d6ca0> # 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 0x7f3fe18e41f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d68e0> <<< 7519 1726888138.95383: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18cba30> <<< 7519 1726888138.95387: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e75b0> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888138.95751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888138.95782: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d6a90> <<< 7519 1726888138.95785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888138.95787: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3fe1813670> <<< 7519 1726888138.95794: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888138.95908: stderr chunk (state=3): >>><<< 7519 1726888138.95912: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888138.95924: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888138.95927: handler run complete 7519 1726888138.95929: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888138.95932: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888138.95934: attempt loop complete, returning result 7519 1726888138.96117: variable 'item' from source: unknown 7519 1726888138.96120: variable 'item' from source: unknown ok: [managed_node1] => (item={'key': 'proxy_lib_name', 'value': 'files'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "proxy_lib_name", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "files", "values": null } }, "item": { "key": "proxy_lib_name", "value": "files" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888138.97217: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888138.97220: variable 'omit' from source: magic vars 7519 1726888138.97381: variable 'omit' from source: magic vars 7519 1726888138.97488: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888138.97494: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888138.97584: variable 'item' from source: unknown 7519 1726888138.97589: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888138.97592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888138.97594: variable 'omit' from source: magic vars 7519 1726888138.97715: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888138.97720: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888138.97725: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888138.97729: variable 'item' from source: unknown 7519 1726888138.97732: variable 'omit' from source: magic vars 7519 1726888138.97735: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888138.97738: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888138.97741: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888138.97744: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888138.97943: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888138.98091: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888138.98228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888138.98275: 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' <<< 7519 1726888138.98278: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11ad7f0> <<< 7519 1726888138.98281: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7519 1726888138.98284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888138.98287: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888138.98291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888138.98294: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7519 1726888138.98296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888138.98299: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.98302: stdout chunk (state=3): >>># 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 0x7f3fe178d760> <<< 7519 1726888138.99740: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d640> <<< 7519 1726888138.99803: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d370> <<< 7519 1726888138.99827: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888138.99831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888138.99835: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d490> <<< 7519 1726888138.99838: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d190> <<< 7519 1726888138.99842: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888138.99845: 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' <<< 7519 1726888138.99847: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe178d400> <<< 7519 1726888138.99849: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888138.99851: Set connection var ansible_shell_executable to /bin/sh 7519 1726888138.99853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888138.99855: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d7c0> <<< 7519 1726888138.99858: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888138.99861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888138.99863: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888138.99865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888138.99867: Set connection var ansible_pipelining to False 7519 1726888138.99869: 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' <<< 7519 1726888138.99871: Set connection var ansible_shell_type to sh 7519 1726888138.99873: Set connection var ansible_timeout to 10 7519 1726888138.99880: Set connection var ansible_connection to ssh 7519 1726888138.99882: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888138.99884: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11ae850> <<< 7519 1726888138.99888: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.99891: 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 0x7f3fe11ae4c0> <<< 7519 1726888138.99894: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888138.99897: variable 'omit' from source: magic vars 7519 1726888138.99900: variable 'omit' from source: magic vars 7519 1726888138.99902: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888138.99904: stdout chunk (state=3): >>># 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 0x7f3fe11ae670> <<< 7519 1726888138.99906: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888138.99909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888138.99944: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe114eb20> <<< 7519 1726888138.99947: variable 'ansible_shell_executable' from source: unknown 7519 1726888138.99949: variable 'ansible_connection' from source: unknown 7519 1726888138.99951: variable 'ansible_module_compression' from source: unknown 7519 1726888138.99953: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1787d30> <<< 7519 1726888138.99956: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888138.99958: variable 'ansible_shell_type' from source: unknown 7519 1726888138.99960: variable 'ansible_shell_executable' from source: unknown 7519 1726888138.99962: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888138.99964: variable 'ansible_pipelining' from source: unknown 7519 1726888138.99966: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888138.99971: variable 'ansible_timeout' from source: unknown 7519 1726888138.99973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888138.99975: variable 'item' from source: unknown 7519 1726888138.99977: variable 'item' from source: unknown 7519 1726888138.99979: variable 'omit' from source: magic vars 7519 1726888138.99981: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888138.99983: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888138.99985: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888138.99987: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888138.99989: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888138.99991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888138.99993: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d520> <<< 7519 1726888138.99995: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888138.99997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888139.00001: Set connection var ansible_shell_executable to /bin/sh 7519 1726888139.00003: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1787190> <<< 7519 1726888139.00005: Set connection var ansible_pipelining to False 7519 1726888139.00007: Set connection var ansible_shell_type to sh 7519 1726888139.00009: Set connection var ansible_timeout to 10 7519 1726888139.00012: Set connection var ansible_connection to ssh 7519 1726888139.00017: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888139.00067: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888139.00144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888139.00149: variable 'ansible_shell_executable' from source: unknown 7519 1726888139.00151: variable 'ansible_connection' from source: unknown 7519 1726888139.00154: variable 'ansible_module_compression' from source: unknown 7519 1726888139.00156: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7519 1726888139.00158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7519 1726888139.00161: variable 'ansible_shell_type' from source: unknown 7519 1726888139.00163: variable 'ansible_shell_executable' from source: unknown 7519 1726888139.00166: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888139.00168: variable 'ansible_pipelining' from source: unknown 7519 1726888139.00171: variable 'ansible_timeout' from source: unknown 7519 1726888139.00173: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888139.00176: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888139.00178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888139.00180: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7519 1726888139.00183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' <<< 7519 1726888139.00185: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1127a90> <<< 7519 1726888139.00188: 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__) (found_in_cache=True, class_only=False) 7519 1726888139.00190: variable 'omit' from source: magic vars 7519 1726888139.00192: starting attempt loop 7519 1726888139.00195: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dde80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dd880> <<< 7519 1726888139.00197: running the handler 7519 1726888139.00200: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1149310> <<< 7519 1726888139.00202: _low_level_execute_command(): starting 7519 1726888139.00204: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.00206: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.00208: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11dd970> <<< 7519 1726888139.00211: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7519 1726888139.00216: 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__) (found_in_cache=True, class_only=False) <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888139.00221: 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 0x7f3fe175dd30> <<< 7519 1726888139.00225: 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 <<< 7519 1726888139.00227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888139.00229: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888139.00233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888139.00235: variable 'omit' from source: magic vars 7519 1726888139.00237: starting attempt loop 7519 1726888139.00239: running the handler 7519 1726888139.00241: _low_level_execute_command(): starting 7519 1726888139.00243: 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 0x7f3fe110e9a0> <<< 7519 1726888139.00245: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e50> <<< 7519 1726888139.00247: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7519 1726888139.00249: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888139.00251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888139.00253: 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 0x7f3fe111d0d0> <<< 7519 1726888139.00255: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e20> <<< 7519 1726888139.00257: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888139.00261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.00264: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7519 1726888139.00266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7519 1726888139.00318: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11e3700> <<< 7519 1726888139.00367: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe111d100> # 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 0x7f3fe111b580> <<< 7519 1726888139.00394: 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' <<< 7519 1726888139.00397: 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 0x7f3fe111b640> <<< 7519 1726888139.00399: 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' <<< 7519 1726888139.00402: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111ac70> <<< 7519 1726888139.00405: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1813820> <<< 7519 1726888139.00407: 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 <<< 7519 1726888139.00409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888139.00431: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.00436: 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 0x7f3fe11a0af0> <<< <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888139.00444: 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' <<< 7519 1726888139.00446: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe119e9d0> <<< 7519 1726888139.00449: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe110f850> <<< 7519 1726888139.00451: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.00453: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.00458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.00538: 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' <<< 7519 1726888139.00732: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11a0520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11d8ac0> <<< 7519 1726888139.00738: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.00741: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.00744: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.00746: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.00749: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888139.00756: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.00758: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888139.00760: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888139.00762: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888139.00764: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.00766: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.00768: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.00770: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.00772: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.00774: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888139.00776: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888139.00778: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888139.00780: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.00782: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.00784: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.00785: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.00787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.00789: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888139.00791: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888139.00793: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.00794: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888139.00796: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888139.00800: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.00802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.00803: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.01098: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.01102: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.01106: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888139.01109: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.01111: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.01116: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888139.01145: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.01441: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888139.01948: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888139.01955: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.02045: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888139.02048: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888139.02087: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888139.02111: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888139.02117: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888139.02121: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.02192: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.02216: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888139.02218: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.02220: stdout chunk (state=3): >>>/root <<< 7519 1726888139.02273: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.02276: stdout chunk (state=3): >>><<< 7519 1726888139.02282: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.02305: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.02318: _low_level_execute_command(): starting 7519 1726888139.02321: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438 `" && echo ansible-tmp-1726888139.023064-7913-102360592806438="` echo /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438 `" && echo ansible-tmp-1726888139.023064-7913-102360592806438="` echo /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438 `" ) && sleep 0'"'"'' 7519 1726888139.03015: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.03027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.03073: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888139.03113: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7519 1726888139.03127: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888139.03146: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888139.03149: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888139.03193: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888139.03199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.03216: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888139.03234: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.03250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.03270: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.03290: 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' <<< 7519 1726888139.03293: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.03297: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe0d13d30> <<< 7519 1726888139.03326: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888139.03341: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888139.03353: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888139.03371: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.03418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.03445: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.03462: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888139.03465: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.03467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7519 1726888139.03485: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888139.03488: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10e8550> <<< 7519 1726888139.03501: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888139.03505: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dffd0> <<< 7519 1726888139.03519: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888139.03544: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.03600: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888139.03621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.03626: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.03643: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.03665: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.03671: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.03704: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888139.03733: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.03794: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888139.03855: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888139.03877: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888139.03905: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.03929: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888139.03952: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888139.03965: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888139.03988: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888139.04005: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.04009: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888139.04039: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.04116: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888139.04327: 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' <<< 7519 1726888139.04371: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11949d0> <<< 7519 1726888139.04391: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.05447: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.05717: stdout chunk (state=3): >>>/root <<< 7519 1726888139.05878: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.05890: stderr chunk (state=3): >>><<< 7519 1726888139.05892: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.05941: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.05964: _low_level_execute_command(): starting 7519 1726888139.05972: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799 `" && echo ansible-tmp-1726888139.0595171-7919-83401185525799="` echo /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799 `" && echo ansible-tmp-1726888139.0595171-7919-83401185525799="` echo /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799 `" ) && sleep 0'"'"'' 7519 1726888139.06285: 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 <<< 7519 1726888139.06288: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.06352: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.06482: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.06612: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888139.06634: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.06678: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.06715: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 7519 1726888139.06718: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888139.06721: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.06725: 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.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.06729: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888139.06740: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.06811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.06896: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.06959: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.06997: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.07045: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888139.07074: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.07094: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.07142: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888139.07157: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.07209: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.07275: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888139.07290: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.07348: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888139.07395: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888139.07483: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.07503: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888139.07588: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.07605: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.07624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.07643: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.07656: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.07705: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888139.07718: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888139.07733: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888139.07748: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.07761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.07782: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.07798: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.08032: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.08469: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888139.08472: 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' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe0d13610> # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888139.08486: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888139.08519: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888139.08528: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888139.08530: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py <<< 7519 1726888139.08543: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888139.08567: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.08572: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888139.08604: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.08607: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.08628: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.08642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.08659: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888139.08684: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888139.08690: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.08712: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888139.08727: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.08747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.08769: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py<<< 7519 1726888139.08772: stdout chunk (state=3): >>> <<< 7519 1726888139.08786: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.08809: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.08826: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.08862: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.08937: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888139.08940: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.08956: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888139.08969: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888139.08994: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.09013: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888139.09031: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888139.09052: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888139.09065: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888139.09081: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888139.09127: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.09132: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.09170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888139.09245: 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 <<< 7519 1726888139.09301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.09439: stdout chunk (state=3): >>>ansible-tmp-1726888139.023064-7913-102360592806438=/root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438 <<< 7519 1726888139.09549: 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 0x7f3fe17767f0> <<< 7519 1726888139.09629: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe119e610> <<< 7519 1726888139.09679: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.09701: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py <<< 7519 1726888139.09718: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888139.09741: stderr chunk (state=3): >>><<< 7519 1726888139.09743: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888139.023064-7913-102360592806438=/root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.09878: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888139.023064-7913-102360592806438=/root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.09915: variable 'ansible_module_compression' from source: unknown 7519 1726888139.09958: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888139.09987: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888139.10006: stdout chunk (state=3): >>># zipimport: zlib available <<< Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888139.10228: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjotpwgr4 TO /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py 7519 1726888139.10235: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.10333: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888139.10479: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888139.10485: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888139.10536: stdout chunk (state=3): >>># /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' <<< 7519 1726888139.10682: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10f8c70> <<< 7519 1726888139.10811: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dcbb0> <<< 7519 1726888139.10965: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10d97f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888139.10978: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.11041: Sending initial data 7519 1726888139.11058: Sent initial data (154 bytes) 7519 1726888139.11066: stdout chunk (state=3): >>>ansible-tmp-1726888139.0595171-7919-83401185525799=/root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799 <<< 7519 1726888139.11069: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.11087: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888139.11253: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888139.11257: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.11261: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.11263: stdout chunk (state=3): >>><<< 7519 1726888139.11268: stderr chunk (state=3): >>><<< 7519 1726888139.11270: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.11272: stdout chunk (state=3): >>>import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py <<< <10.31.42.160> (0, b'ansible-tmp-1726888139.0595171-7919-83401185525799=/root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.11306: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888139.11309: stdout chunk (state=3): >>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py <<< 7519 1726888139.11432: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888139.0595171-7919-83401185525799=/root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.11438: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.11441: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.11446: stdout chunk (state=3): >>>import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py <<< 7519 1726888139.11448: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.11450: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.11452: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py <<< 7519 1726888139.11454: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.11543: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.11546: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py <<< 7519 1726888139.11549: variable 'ansible_module_compression' from source: unknown 7519 1726888139.11551: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.11552: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888139.11629: variable 'ansible_facts' from source: host vars for 'managed_node2' Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888139.11639: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp5dfx_gxx TO /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888139.11870: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.12088: Sending initial data 7519 1726888139.12098: Sent initial data (154 bytes) 7519 1726888139.12342: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.12546: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe0ca3100> <<< 7519 1726888139.12776: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_lib_name", "value": "files", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7519 1726888139.12783: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888139.13312: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv <<< 7519 1726888139.13398: 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<<< 7519 1726888139.13523: stdout chunk (state=3): >>> # 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 <<< 7519 1726888139.13610: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.13740: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.13884: stdout chunk (state=3): >>># cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing 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 <<< 7519 1726888139.13902: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.13965: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.14008: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.14017: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888139.14544: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888139.14606: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888139.14668: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888139.14947: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.15067: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping selinux._selinux <<< 7519 1726888139.15144: 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 <<< 7519 1726888139.15489: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.15494: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.15610: 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 # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1<<< 7519 1726888139.15665: stdout chunk (state=3): >>> # 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 <<< 7519 1726888139.15781: 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<<< 7519 1726888139.15930: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.16044: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.16066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.16084: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.16102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.16142: 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 # 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 <<< 7519 1726888139.16159: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888139.16258: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888139.16301: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888139.16334: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.16413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.16428: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.16452: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.16484: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.16532: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.16536: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.16538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.16569: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.16632: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888139.16647: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888139.16657: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888139.16668: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.16680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.16699: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.16702: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888139.16707: stdout chunk (state=3): >>><<< 7519 1726888139.16712: stderr chunk (state=3): >>><<< 7519 1726888139.16726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.16738: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888139.16758: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888139.16823: stderr chunk (state=3): >>>debug2: match found <<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d183a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cf2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d30880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1cf2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c93eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c96f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c8c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c92640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c93370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe19d5dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d58b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d5e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6ed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c67610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c7b670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c9ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe19e7c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6e250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe1c7b280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19ba370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19ba460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19effa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18ee1c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19a5c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1901af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe1901e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1912730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1912c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18aa3a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1901f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18bb280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19125b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18bb340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d66a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d6760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18d6ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe18e41f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d68e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18cba30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d6a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3fe1813670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11ad7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe178d760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe178d400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d7c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11ae850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11ae4c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11ae670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe114eb20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1787d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1787190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1127a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dde80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dd880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1149310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11dd970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe175dd30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe110e9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111d0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11e3700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe111d100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111b580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111b640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe111ac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1813820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11a0af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe119e9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe110f850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe11a0520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11d8ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe0d13d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10e8550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11949d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe0d13610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3fe17767f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe119e610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10f8c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dcbb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10d97f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe0ca3100>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_lib_name", "value": "files", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888139.18317: _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 0x7f3fe1d73dc0> # /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 0x7f3fe1d183a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d73b20> # /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 0x7f3fe1d73ac0> 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 0x7f3fe1d18490> # /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 0x7f3fe1d18940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18670> # /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 0x7f3fe1ccf190> # /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 0x7f3fe1ccf220> # /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 0x7f3fe1cf2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ccf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d30880> # /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 0x7f3fe1cc8d90> # /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 0x7f3fe1cf2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1d18970> 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 0x7f3fe1c93eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c96f40> # /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 0x7f3fe1c8c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c92640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c93370> # /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 0x7f3fe19d5dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19d58b0> 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 0x7f3fe19d5eb0> # /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 0x7f3fe19d5f70> # /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 0x7f3fe19d5e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6ed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c67610> # /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 0x7f3fe1c7b670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c9ae20> # /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 0x7f3fe19e7c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1c6e250> # 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 0x7f3fe1c7b280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca09d0> # /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 0x7f3fe19e7fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e7d90> # /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 0x7f3fe19e7d00> # /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 0x7f3fe19ba370> # /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 0x7f3fe19ba460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19effa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9490> # /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 0x7f3fe18ee1c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19a5c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e9eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1ca0040> # /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 0x7f3fe1901af0> 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 0x7f3fe1901e20> # /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 0x7f3fe1912730> # /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 0x7f3fe1912c70> # 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 0x7f3fe18aa3a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1901f10> # /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 0x7f3fe18bb280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19125b0> 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 0x7f3fe18bb340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e79d0> # /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 0x7f3fe18d66a0> # /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 0x7f3fe18d6970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d6760> # 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 0x7f3fe18d6850> # /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 0x7f3fe18d6ca0> # 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 0x7f3fe18e41f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18d68e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe18cba30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe19e75b0> # /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 0x7f3fe18d6a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3fe1813670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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 0x7f3fe11ad7f0> # /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 0x7f3fe178d760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d370> # /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 0x7f3fe178d490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d190> 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 0x7f3fe178d400> # /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 0x7f3fe178d7c0> # /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 0x7f3fe11ae850> # 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 0x7f3fe11ae4c0> # 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 0x7f3fe11ae670> # /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 0x7f3fe114eb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1787d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe178d520> # /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 0x7f3fe1787190> # /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 0x7f3fe1127a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dde80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11dd880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1149310> # 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 0x7f3fe11dd970> # /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 0x7f3fe175dd30> # /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 0x7f3fe110e9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e50> # /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 0x7f3fe111d0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1765e20> # /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 0x7f3fe11e3700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe111d100> # 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 0x7f3fe111b580> # 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 0x7f3fe111b640> # 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 0x7f3fe111ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe1813820> # /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 0x7f3fe11a0af0> # 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 0x7f3fe119e9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe110f850> # 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 0x7f3fe11a0520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe11d8ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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 0x7f3fe0d13d30> # /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 0x7f3fe10e8550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dffd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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 0x7f3fe11949d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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 0x7f3fe0d13610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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 0x7f3fe17767f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe119e610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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 0x7f3fe10f8c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10dcbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe10d97f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_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_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_foj8esik/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3fe0ca3100> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_lib_name", "value": "files", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888139.24179: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.24182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.24185: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.24850: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_lib_name', 'value': 'files', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888138.4935753-7927-275873288718646/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888139.24862: _low_level_execute_command(): starting 7519 1726888139.24865: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888139.24884: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.24887: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888139.24889: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888139.24892: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888138.4935753-7927-275873288718646/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888139.24898: 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 <<< 7519 1726888139.24900: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888139.24902: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888139.24904: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888139.24911: 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 <<< 7519 1726888139.24917: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888139.24920: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjotpwgr4 <<< 7519 1726888139.24924: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp5dfx_gxx debug3: Sent message fd 3 T:17 I:3 debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888139.24928: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp5dfx_gxx /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py <<< 7519 1726888139.24930: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjotpwgr4 /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py <<< 7519 1726888139.24932: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888139.24934: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122961 <<< 7519 1726888139.24937: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122961 <<< 7519 1726888139.24939: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122961 bytes at 0 <<< 7519 1726888139.24941: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888139.24943: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.24945: stderr chunk (state=3): >>><<< 7519 1726888139.24947: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjotpwgr4 /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjotpwgr4\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122961\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122961 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888139.24952: done transferring module to remote 7519 1726888139.24954: _low_level_execute_command(): starting 7519 1726888139.24955: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/ /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/ /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888139.25018: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122961 bytes at 0 <<< 7519 1726888139.25024: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888139.25038: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888139.25040: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.25043: stderr chunk (state=3): >>><<< 7519 1726888139.25045: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp5dfx_gxx /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp5dfx_gxx\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122961\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122961 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888139.25109: done transferring module to remote 7519 1726888139.25112: _low_level_execute_command(): starting 7519 1726888139.25157: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/ /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/ /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888139.25205: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.25229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.25233: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.25256: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888139.25284: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888139.25288: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.25291: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888139.25293: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888139.25296: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888139.25298: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.25340: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888139.25357: 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 <<< 7519 1726888139.25360: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.25363: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888139.25365: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 7519 1726888139.25367: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.25369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.25564: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.25574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.25577: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.25680: 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.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.25762: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888139.25766: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.25768: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888139.25772: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.25799: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888139.26108: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.26111: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.26113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.26115: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.26117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.26119: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888139.26121: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888139.26125: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888139.26127: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.26129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.26131: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.26137: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.26140: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888139.26141: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888139.26145: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888139.26150: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.26152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.26154: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.26156: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.26158: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888139.26160: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888139.26162: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888139.26164: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.26166: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.26168: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.26170: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.26171: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888139.26173: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888139.26175: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888139.26177: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.26179: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888139.26180: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888139.26182: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888139.26184: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888139.26186: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888139.26187: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.26189: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888139.26191: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.26193: stderr chunk (state=3): >>><<< 7519 1726888139.26195: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.26201: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.26203: handler run complete 7519 1726888139.26205: attempt loop complete, returning result 7519 1726888139.26207: variable 'item' from source: unknown 7519 1726888139.26764: variable 'item' from source: unknown ok: [managed_node3] => (item={'key': 'proxy_lib_name', 'value': 'files'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "proxy_lib_name", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "files", "values": null } }, "item": { "key": "proxy_lib_name", "value": "files" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888139.27417: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888139.27420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888139.27424: variable 'omit' from source: magic vars 7519 1726888139.27426: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.27428: stderr chunk (state=3): >>><<< 7519 1726888139.27430: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.27438: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.27441: _low_level_execute_command(): starting 7519 1726888139.27443: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888139.27800: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.27804: stderr chunk (state=3): >>><<< 7519 1726888139.27809: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.27848: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.27853: _low_level_execute_command(): starting 7519 1726888139.27856: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888139.28029: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888139.28033: Evaluated conditional (tlog_use_sssd | bool): True 7519 1726888139.28486: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888139.29126: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.29185: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.29195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.29208: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.29238: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.29308: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888139.29317: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888139.29320: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888139.29332: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.29376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.29386: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.29401: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.29412: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888139.29419: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888139.29428: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888139.29437: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.29446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.29457: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.29464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.29473: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888139.29484: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888139.29510: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888139.29516: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.29528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.29536: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.29551: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.29556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.29566: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.29576: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.29591: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.29602: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.29650: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888139.29702: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888139.29716: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888139.29725: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888139.29736: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888139.29739: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.29749: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888139.29771: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.29776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888139.29785: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.29797: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888139.29810: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888139.29818: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888139.29825: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888139.29833: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.29838: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.29852: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.29860: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888139.29901: Evaluated conditional ('sssd' in ansible_facts.packages): True 7519 1726888139.30008: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.30018: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888139.30027: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888139.30030: variable 'omit' from source: magic vars 7519 1726888139.30051: variable 'omit' from source: magic vars 7519 1726888139.30124: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888139.30238: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.30242: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent <<< 7519 1726888139.30264: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888139.30380: variable '__tlog_sssd_conf' from source: role '' all vars 7519 1726888139.30499: variable 'item' from source: unknown 7519 1726888139.30574: variable 'item' from source: unknown 7519 1726888139.30592: variable 'omit' from source: magic vars 7519 1726888139.30609: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888139.30620: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888139.30630: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888139.30644: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888139.30648: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888139.30652: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888139.30710: Set connection var ansible_shell_executable to /bin/sh 7519 1726888139.30720: Set connection var ansible_pipelining to False 7519 1726888139.30738: Set connection var ansible_shell_type to sh 7519 1726888139.30759: Set connection var ansible_timeout to 10 7519 1726888139.30769: Set connection var ansible_connection to ssh 7519 1726888139.30777: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888139.30800: variable 'ansible_shell_executable' from source: unknown 7519 1726888139.30825: variable 'ansible_connection' from source: unknown 7519 1726888139.30831: variable 'ansible_module_compression' from source: unknown 7519 1726888139.30834: variable 'ansible_shell_type' from source: unknown 7519 1726888139.30836: variable 'ansible_shell_executable' from source: unknown 7519 1726888139.30838: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888139.30843: variable 'ansible_pipelining' from source: unknown 7519 1726888139.30888: variable 'ansible_timeout' from source: unknown 7519 1726888139.30892: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888139.31040: 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__) (found_in_cache=True, class_only=False) 7519 1726888139.31066: variable 'omit' from source: magic vars 7519 1726888139.31070: starting attempt loop 7519 1726888139.31078: running the handler 7519 1726888139.31116: _low_level_execute_command(): starting 7519 1726888139.31119: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888139.31925: 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.32028: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888139.32033: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent <<< 7519 1726888139.32036: stdout chunk (state=3): >>> <<< 7519 1726888139.32134: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 7519 1726888139.32192: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888139.32199: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888139.32266: 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' <<< 7519 1726888139.32294: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888139.32347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888139.32377: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3dc0> <<< 7519 1726888139.32445: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3b20> <<< 7519 1726888139.32528: 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 0x7f614fbb3ac0> 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 0x7f614fb58490> <<< 7519 1726888139.32603: 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 # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888139.32619: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58670> <<< 7519 1726888139.32661: 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' # /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' <<< 7519 1726888139.32745: 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' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888139.32748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888139.32764: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888139.32838: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f220> <<< 7519 1726888139.32841: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888139.32872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888139.32877: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888139.32888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb32850> <<< 7519 1726888139.32891: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f940> <<< 7519 1726888139.32910: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb70880> <<< 7519 1726888139.32935: 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' <<< 7519 1726888139.32939: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb08d90> <<< 7519 1726888139.33011: 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' <<< 7519 1726888139.33014: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb32d90> <<< 7519 1726888139.33068: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58970> <<< 7519 1726888139.33101: 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. <<< 7519 1726888139.33297: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888139.33300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888139.33363: 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 <<< 7519 1726888139.33386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888139.33403: 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' <<< 7519 1726888139.33420: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad3eb0> <<< 7519 1726888139.33464: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad6f40> <<< 7519 1726888139.33488: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888139.33493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888139.33624: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888139.33677: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888139.33681: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888139.34326: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888139.34368: 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' # /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 0x7f614facc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad3370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888139.34374: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888139.34379: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888139.34383: 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 # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888139.34386: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043dc0> <<< 7519 1726888139.34390: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd83a0> <<< 7519 1726888139.34392: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043b20> <<< 7519 1726888139.34396: 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 0x7f37b8043ac0> 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' <<< 7519 1726888139.34400: stdout chunk (state=3): >>># 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 0x7f614fa55dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa558b0> 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 0x7f614fa55eb0> # /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 0x7f614fa55f70> # /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 0x7f614fa55e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faaed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faa7610> # /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 0x7f614fabb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fadae20> # /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 0x7f614fa67c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faae250> # 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 0x7f614fabb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae09d0> # /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' <<< 7519 1726888139.34402: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8490> <<< 7519 1726888139.34405: 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 # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # <<< 7519 1726888139.34434: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8940> <<< 7519 1726888139.34441: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8670> <<< 7519 1726888139.34443: 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' <<< 7519 1726888139.34446: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67d90> <<< 7519 1726888139.34449: 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' <<< 7519 1726888139.34453: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888139.34509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888139.34514: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py<<< 7519 1726888139.34538: stdout chunk (state=3): >>> <<< 7519 1726888139.34540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888139.34560: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f190> <<< 7519 1726888139.34594: 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 0x7f614fa67d00> # /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' <<< 7519 1726888139.34600: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888139.34611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888139.34614: stdout chunk (state=3): >>>/root <<< 7519 1726888139.34631: stdout chunk (state=3): >>># /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 0x7f614f7fa370> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888139.34647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7fa460> <<< 7519 1726888139.34721: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f220> <<< 7519 1726888139.34757: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888139.34762: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.34765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888139.34812: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa6ffa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69a30> <<< 7519 1726888139.34816: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69490> <<< 7519 1726888139.34819: 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 0x7f37b7db2850> <<< 7519 1726888139.34821: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f940> <<< 7519 1726888139.34851: 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' <<< 7519 1726888139.34856: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7df0880> <<< 7519 1726888139.34873: 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' <<< 7519 1726888139.34889: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d88d90> <<< 7519 1726888139.34906: stdout chunk (state=3): >>># /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 0x7f614f7481c0> <<< 7519 1726888139.34978: 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 0x7f37b7db2d90> <<< 7519 1726888139.34998: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7e5c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae0040> <<< 7519 1726888139.35015: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888139.35040: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8970> <<< 7519 1726888139.35068: 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 <<< 7519 1726888139.35087: 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. <<< 7519 1726888139.35110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f75baf0> <<< 7519 1726888139.35116: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.35174: stderr chunk (state=3): >>><<< 7519 1726888139.35195: 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 0x7f614f75be20> # /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 0x7f614f76c730> <<< 7519 1726888139.35214: stdout chunk (state=3): >>><<< 7519 1726888139.35243: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888139.35248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.35463: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.35466: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76cc70> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.35469: _low_level_execute_command(): starting 7519 1726888139.35472: 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 0x7f614f6f93a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f75bf10> <<< 7519 1726888139.35475: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809 `" && echo ansible-tmp-1726888139.3529518-7927-165216796729809="` echo /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888139.35482: 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' <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809 `" && echo ansible-tmp-1726888139.3529518-7927-165216796729809="` echo /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809 `" ) && sleep 0'"'"'' 7519 1726888139.35490: 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' <<< 7519 1726888139.35492: 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 0x7f614f70a280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76c5b0> import 'pwd' # <<< 7519 1726888139.35518: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888139.35526: 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 0x7f614f70a340> <<< 7519 1726888139.35529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7519 1726888139.35533: stdout chunk (state=3): >>># /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' <<< 7519 1726888139.35535: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888139.35568: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa679d0> <<< 7519 1726888139.35577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d52eb0> <<< 7519 1726888139.35594: stdout chunk (state=3): >>># /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 0x7f614f7256a0> <<< 7519 1726888139.35627: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d56f40> <<< 7519 1726888139.35647: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888139.35667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888139.35683: 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' <<< 7519 1726888139.35688: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888139.35701: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888139.35732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888139.35735: 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 0x7f614f725970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f725760> # 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 0x7f614f725850> # /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' <<< 7519 1726888139.35755: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888139.35759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888139.35786: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d4c610> <<< 7519 1726888139.35803: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d54640> <<< 7519 1726888139.35817: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d52370> <<< 7519 1726888139.35848: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888139.35884: 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 0x7f614f725ca0> <<< 7519 1726888139.35938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888139.35957: 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 0x7f614f7331f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7258e0> <<< 7519 1726888139.35964: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888139.36004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.36009: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f71aa30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa675b0> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888139.36039: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888139.36042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888139.36077: 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 0x7f37b7cd5dc0> <<< 7519 1726888139.36080: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd58b0> <<< 7519 1726888139.36100: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888139.36114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f725a90> <<< 7519 1726888139.36143: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py <<< 7519 1726888139.36148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5eb0> <<< 7519 1726888139.36177: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888139.36181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888139.36206: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5f70> <<< 7519 1726888139.36212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f614f65b670> <<< 7519 1726888139.36252: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7519 1726888139.36255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5e80> <<< 7519 1726888139.36279: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888139.36347: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2ed30> <<< 7519 1726888139.36354: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888139.36366: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d27610> <<< 7519 1726888139.36395: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888139.36451: 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' <<< 7519 1726888139.36455: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d3c670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d5ae20> <<< 7519 1726888139.36498: 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' <<< 7519 1726888139.36537: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/__init__.py <<< 7519 1726888139.36540: 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' <<< 7519 1726888139.36543: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7ce7c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2e250> <<< 7519 1726888139.36557: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888139.36587: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.36593: 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 0x7f37b7d3c280> <<< 7519 1726888139.36610: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d609d0> <<< 7519 1726888139.36627: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888139.36640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888139.36664: 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' <<< 7519 1726888139.36691: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888139.36712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7519 1726888139.36734: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7d90> <<< 7519 1726888139.36767: 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 0x7f37b7ce7d00> <<< 7519 1726888139.36806: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888139.36810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7519 1726888139.36840: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7519 1726888139.36846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888139.36872: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888139.36942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888139.36975: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py <<< 7519 1726888139.36979: 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 0x7f37b7cbb370> <<< 7519 1726888139.36997: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888139.37018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888139.37058: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cbb460> <<< 7519 1726888139.37278: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cf0fa0> <<< 7519 1726888139.37317: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9a30> <<< 7519 1726888139.37363: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9490> <<< 7519 1726888139.37369: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888139.37386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888139.37417: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888139.37461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888139.37475: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7519 1726888139.37495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bd51c0> <<< 7519 1726888139.37536: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ca5c70> <<< 7519 1726888139.37613: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9eb0> <<< 7519 1726888139.37628: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d60040> <<< 7519 1726888139.37664: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888139.37681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888139.37720: 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' <<< 7519 1726888139.37725: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7be7af0> <<< 7519 1726888139.37745: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888139.37784: 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 0x7f37b7be7e20> <<< 7519 1726888139.37819: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.37853: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888139.37856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7519 1726888139.37859: 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' <<< 7519 1726888139.37884: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf9730> <<< 7519 1726888139.37904: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888139.37941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888139.37970: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf9c70> <<< 7519 1726888139.38012: 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 0x7f37b7b863a0> <<< 7519 1726888139.38028: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7be7f10> <<< 7519 1726888139.38051: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888139.38065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7519 1726888139.38089: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.38112: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.38128: 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 0x7f37b7b96280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf95b0> <<< 7519 1726888139.38146: stdout chunk (state=3): >>>import 'pwd' # <<< 7519 1726888139.38165: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.38177: stdout chunk (state=3): >>># 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 0x7f37b7b96340> <<< 7519 1726888139.38215: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.38230: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce79d0> <<< 7519 1726888139.38242: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888139.38271: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.38282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888139.38301: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888139.38319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888139.38347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.38358: 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 0x7f37b7bb26a0> <<< 7519 1726888139.38387: 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' <<< 7519 1726888139.38443: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888139.38459: 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 0x7f37b7bb2970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb2760> # 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 0x7f37b7bb2850> <<< 7519 1726888139.38482: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888139.38496: 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' <<< 7519 1726888139.38514: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888139.38550: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.38572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.38595: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.38616: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.38643: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888139.38665: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888139.38680: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888139.38696: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.38720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.38745: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.38779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.38782: 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 0x7f614efed7f0> <<< 7519 1726888139.38800: 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' <<< 7519 1726888139.38814: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888139.38840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888139.38855: 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' <<< 7519 1726888139.38877: 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 0x7f37b7bb2ca0> # 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 0x7f37b7bc01f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb28e0> <<< 7519 1726888139.38898: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.38901: stdout chunk (state=3): >>># 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 0x7f614f5d4760> <<< 7519 1726888139.38932: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ba6a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce75b0> <<< 7519 1726888139.38935: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4640> <<< 7519 1726888139.38954: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4370> <<< 7519 1726888139.38972: 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' <<< 7519 1726888139.38984: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888139.38998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888139.39028: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4190> <<< 7519 1726888139.39031: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888139.39048: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888139.39068: 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 0x7f614f5d4400> <<< 7519 1726888139.39083: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888139.39109: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb2a90> <<< 7519 1726888139.39114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888139.39144: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888139.39148: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d47c0> <<< 7519 1726888139.39183: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888139.39188: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888139.39191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888139.39205: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888139.39217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888139.39247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37b7aef670> <<< 7519 1726888139.39250: 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' <<< 7519 1726888139.39270: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.39295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.39324: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.39329: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efd3850> <<< 7519 1726888139.39369: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.39373: 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 0x7f614efd34c0> <<< 7519 1726888139.39390: 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 0x7f614efd3670> <<< 7519 1726888139.39414: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888139.39445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888139.39480: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef8eb20> <<< 7519 1726888139.39484: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ced30> <<< 7519 1726888139.39496: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888139.39579: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888139.39600: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888139.39621: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.39651: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888139.39656: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4520> <<< 7519 1726888139.39670: 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' <<< 7519 1726888139.39715: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ce190> <<< 7519 1726888139.39720: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888139.39759: 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' <<< 7519 1726888139.39762: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.39765: 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' <<< 7519 1726888139.39769: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888139.39818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888139.39825: 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' <<< 7519 1726888139.39829: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef67a90> <<< 7519 1726888139.39832: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888139.39869: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.39888: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef89310> <<< 7519 1726888139.39928: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888139.39932: 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 0x7f614f573970> <<< 7519 1726888139.39969: 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' <<< 7519 1726888139.39977: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5a4d30> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7519 1726888139.40000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888139.40004: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888139.40044: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888139.40049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888139.40073: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888139.40102: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888139.40107: 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 0x7f614ef4e9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace50> <<< 7519 1726888139.40144: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888139.40147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888139.40168: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888139.40217: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.40221: 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 0x7f614ef5e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace20> <<< 7519 1726888139.40225: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888139.40253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.40295: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7519 1726888139.40300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' <<< 7519 1726888139.40302: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888139.40352: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.40355: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f579700> <<< 7519 1726888139.40399: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888139.40497: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef5e100> <<< 7519 1726888139.40599: 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 0x7f614ef5b580> <<< 7519 1726888139.40718: 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 0x7f614ef5b640> <<< 7519 1726888139.40759: 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 0x7f614ef5ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f65b820> <<< 7519 1726888139.40765: 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 <<< 7519 1726888139.40769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888139.40773: 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 0x7f614efe0af0> <<< 7519 1726888139.40928: 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 0x7f614efde9d0> <<< 7519 1726888139.40937: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef50850> <<< 7519 1726888139.40974: 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 0x7f614efe0520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f56eac0> <<< 7519 1726888139.41032: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.41035: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888139.41038: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.41095: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.41203: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888139.41218: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.41222: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888139.41229: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.41326: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.41424: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.41884: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.42158: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.42339: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7519 1726888139.42349: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888139.42408: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888139.42411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.42473: 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 0x7f614eb52d30> <<< 7519 1726888139.42539: 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 0x7f614ef28550> <<< 7519 1726888139.42591: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1ffd0> <<< 7519 1726888139.42606: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888139.42611: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.42620: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888139.42630: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.42745: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.42881: 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' <<< 7519 1726888139.42921: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efd49d0> # zipimport: zlib available <<< 7519 1726888139.43094: stdout chunk (state=3): >>>ansible-tmp-1726888139.3529518-7927-165216796729809=/root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809 <<< 7519 1726888139.43301: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.43325: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.43328: stderr chunk (state=3): >>><<< 7519 1726888139.43331: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888139.3529518-7927-165216796729809=/root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.43353: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888139.3529518-7927-165216796729809=/root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.43556: variable 'ansible_module_compression' from source: unknown 7519 1726888139.43560: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible_collections.community.general.plugins.modules.ini_file-ZIP_DEFLATED 7519 1726888139.43718: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /tmp/collections-Qcc/ansible_collections/community/general/plugins/modules/ini_file.py 7519 1726888139.43729: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptiec5ep8 TO /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888139.43917: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888139.43940: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.44035: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7519 1726888139.44053: Sending initial data 7519 1726888139.44065: Sent initial data (155 bytes) 7519 1726888139.44125: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.44159: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888139.44162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79d87f0> <<< 7519 1726888139.44339: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7519 1726888139.44358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.44361: 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' # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7519 1726888139.44364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888139.44404: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.44432: stdout chunk (state=3): >>># 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 0x7f37b7a69760> <<< 7519 1726888139.44445: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888139.44473: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888139.44511: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69640> <<< 7519 1726888139.44528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888139.44592: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69370> <<< 7519 1726888139.44639: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888139.44643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888139.44656: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614eb52610> # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888139.44794: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69490> <<< 7519 1726888139.44830: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69190> import 'atexit' # <<< 7519 1726888139.44851: 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 0x7f37b7a69400> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888139.44897: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888139.44902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888139.44919: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.44953: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a697c0> <<< 7519 1726888139.44994: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888139.45062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888139.45080: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888139.45232: 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' <<< 7519 1726888139.45255: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.45265: 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 # 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 0x7f614f5bd7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efde610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888139.45324: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79577c0> <<< 7519 1726888139.45490: 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 0x7f37b7957b50> <<< 7519 1726888139.45725: 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 0x7f37b79579a0> # /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' <<< 7519 1726888139.45800: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7978b20> <<< 7519 1726888139.45820: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a62d30> <<< 7519 1726888139.45839: 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 # 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 0x7f614ef38c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1cbb0> <<< 7519 1726888139.45842: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1a7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888139.46081: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888139.46243: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.46247: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.46253: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available <<< 7519 1726888139.46310: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888139.46313: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.46345: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.46361: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888139.46744: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69520> <<< 7519 1726888139.46768: 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 0x7f37b7a62190> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888139.46805: 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' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py<<< 7519 1726888139.46882: 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 0x7f37b79d4a90> <<< 7519 1726888139.46901: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614eae2790> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_pam_target", "value": "sssd-shadowutils", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888139.47027: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7972310> # 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 0x7f37b7a07970> <<< 7519 1726888139.47242: 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 0x7f37b7a38d30> # /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' <<< 7519 1726888139.47263: 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 0x7f37b79399a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e50> # /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' <<< 7519 1726888139.47338: 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 0x7f37b79480d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e20> <<< 7519 1726888139.47341: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888139.47348: 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 # 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888139.48184: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888139.48207: stdout chunk (state=3): >>># 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 0x7f37b7a0d700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7948100> # 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 0x7f37b7945580> # 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 0x7f37b7945640> # 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 0x7f37b7944c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7aef820> # /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 0x7f37b79caaf0> # 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 0x7f37b79c99d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b793a850> # 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 0x7f37b79ca520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a02ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888139.48225: stdout chunk (state=3): >>># 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 encodings.utf_8_sig # 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 <<< 7519 1726888139.48315: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888139.48376: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888139.48379: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.48437: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.48458: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888139.48475: stdout chunk (state=3): >>><<< 7519 1726888139.48478: stderr chunk (state=3): >>><<< 7519 1726888139.48559: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb583a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb32850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb70880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb08d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb32d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad3eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614facc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad2640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fa55dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa558b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa55e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faaed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faa7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fabb670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fadae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fa67c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faae250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614fabb280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7fa460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa6ffa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7481c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7e5c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f75baf0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f75be20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76c730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76cc70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f6f93a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f75bf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f70a280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76c5b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f70a340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f7256a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f725760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f725ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f7331f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7258e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f71aa30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa675b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f725a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f614f65b670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efed7f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5d4760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5d4400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d47c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efd3850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efd34c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efd3670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef8eb20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ced30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ce190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef67a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef89310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f573970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5a4d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef4e9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5e0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f579700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef5e100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5b580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5b640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614ef5ac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f65b820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efe0af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efde9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef50850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614efe0520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f56eac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614eb52d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef28550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efd49d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614eb52610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f614f5bd7f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efde610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef38c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1cbb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1a7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614eae2790>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_pam_target", "value": "sssd-shadowutils", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888139.48677: _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 0x7f614fbb3dc0> # /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 0x7f614fb583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fbb3b20> # /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 0x7f614fbb3ac0> 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 0x7f614fb58490> # /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 0x7f614fb58940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58670> # /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 0x7f614fb0f190> # /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 0x7f614fb0f220> # /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 0x7f614fb32850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb0f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb70880> # /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 0x7f614fb08d90> # /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 0x7f614fb32d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fb58970> 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 0x7f614fad3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad6f40> # /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 0x7f614facc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fad3370> # /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 0x7f614fa55dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa558b0> 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 0x7f614fa55eb0> # /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 0x7f614fa55f70> # /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 0x7f614fa55e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faaed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faa7610> # /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 0x7f614fabb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fadae20> # /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 0x7f614fa67c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614faae250> # 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 0x7f614fabb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae09d0> # /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 0x7f614fa67fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa67d90> # /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 0x7f614fa67d00> # /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 0x7f614f7fa370> # /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 0x7f614f7fa460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa6ffa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69490> # /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 0x7f614f7481c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7e5c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa69eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fae0040> # /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 0x7f614f75baf0> 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 0x7f614f75be20> # /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 0x7f614f76c730> # /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 0x7f614f76cc70> # 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 0x7f614f6f93a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f75bf10> # /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 0x7f614f70a280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f76c5b0> 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 0x7f614f70a340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa679d0> # /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 0x7f614f7256a0> # /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 0x7f614f725970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f725760> # 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 0x7f614f725850> # /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 0x7f614f725ca0> # 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 0x7f614f7331f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f7258e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f71aa30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614fa675b0> # /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 0x7f614f725a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f614f65b670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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 0x7f614efed7f0> # /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 0x7f614f5d4760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4370> # /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 0x7f614f5d4490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4190> 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 0x7f614f5d4400> # /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 0x7f614f5d47c0> # /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 0x7f614efd3850> # 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 0x7f614efd34c0> # 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 0x7f614efd3670> # /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 0x7f614ef8eb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ced30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5d4520> # /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 0x7f614f5ce190> # /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 0x7f614ef67a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f573880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef89310> # 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 0x7f614f573970> # /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 0x7f614f5a4d30> # /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 0x7f614ef4e9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace50> # /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 0x7f614ef5e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f5ace20> # /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 0x7f614f579700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef5e100> # 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 0x7f614ef5b580> # 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 0x7f614ef5b640> # 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 0x7f614ef5ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f65b820> # /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 0x7f614efe0af0> # 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 0x7f614efde9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef50850> # 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 0x7f614efe0520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614f56eac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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 0x7f614eb52d30> # /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 0x7f614ef28550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1ffd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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 0x7f614efd49d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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 0x7f614eb52610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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 0x7f614f5bd7f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614efde610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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 0x7f614ef38c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1cbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614ef1a7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_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_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_hy7k78d2/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f614eae2790> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_pam_target", "value": "sssd-shadowutils", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888139.50641: 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 <<< 7519 1726888139.50644: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888139.50646: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.50649: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888139.50651: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_pam_target', 'value': 'sssd-shadowutils', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888139.0595171-7919-83401185525799/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888139.50653: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptiec5ep8 debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888139.50655: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptiec5ep8 /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py <<< 7519 1726888139.50657: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py M:0x001a <<< 7519 1726888139.50659: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7519 1726888139.50661: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888139.50662: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888139.50664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.50666: 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 0x7f37b6ff2d30> <<< 7519 1726888139.50668: 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 0x7f37b73ec550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73dffd0> <<< 7519 1726888139.50670: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888139.50671: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.50673: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.50675: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888139.50677: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122962 <<< 7519 1726888139.50678: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.50680: _low_level_execute_command(): starting 7519 1726888139.50682: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.0595171-7919-83401185525799/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888139.50689: 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' <<< 7519 1726888139.50691: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79be9d0> # zipimport: zlib available <<< 7519 1726888139.50693: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.50695: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122962 bytes at 0 <<< 7519 1726888139.50697: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888139.50700: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888139.50702: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.50931: stderr chunk (state=3): >>><<< 7519 1726888139.50936: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptiec5ep8 /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptiec5ep8\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122962\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122962 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888139.52060: done transferring module to remote 7519 1726888139.52063: _low_level_execute_command(): starting 7519 1726888139.52066: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/ /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/ /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888139.52106: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888139.52109: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888139.52112: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.52117: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.52119: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.52121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.52153: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.52156: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.52159: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888139.52197: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888139.52201: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888139.52203: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.52206: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.52208: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.52210: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.52215: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888139.52217: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888139.52220: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888139.52224: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.52226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.52229: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.52231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.52233: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888139.52235: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888139.52242: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888139.52244: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.52248: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888139.52250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.52252: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.52254: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.52256: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888139.52258: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888139.52260: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888139.52262: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.52264: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888139.52266: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888139.52268: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888139.52270: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888139.52337: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888139.52340: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.52342: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888139.52344: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888139.52350: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.52352: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.52354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.52357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888139.52359: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.52362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.52364: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888139.52366: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888139.52368: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888139.52370: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888139.52372: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.52374: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.52376: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.52378: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.52380: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888139.52382: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888139.52384: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b6ff2610> <<< 7519 1726888139.52386: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888139.52388: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.52391: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.52478: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.52482: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.52485: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent <<< 7519 1726888139.52645: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888139.52651: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888139.52655: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888139.52659: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888139.52662: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.52702: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.52794: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888139.52797: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.52857: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.52925: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.53047: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.53156: 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 <<< 7519 1726888139.53211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.53475: 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 0x7f37b7a517f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79c9610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888139.53549: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.53598: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.53625: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.53688: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888139.53693: 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 <<< 7519 1726888139.53750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888139.53946: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888139.53949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888139.53951: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.53955: stdout chunk (state=3): >>><<< 7519 1726888139.53958: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.54060: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.54103: handler run complete 7519 1726888139.54125: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73f8c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73ddbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73db7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888139.54168: attempt loop complete, returning result 7519 1726888139.54180: variable 'item' from source: unknown 7519 1726888139.54225: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 7519 1726888139.54262: variable 'item' from source: unknown 7519 1726888139.54265: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py <<< ok: [managed_node2] => (item={'key': 'proxy_pam_target', 'value': 'sssd-shadowutils'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "proxy_pam_target", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "sssd-shadowutils", "values": null } }, "item": { "key": "proxy_pam_target", "value": "sssd-shadowutils" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888139.54397: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py <<< 7519 1726888139.54401: dumping result to json 7519 1726888139.54404: done dumping result, returning 7519 1726888139.54407: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain [0ed44806-2f0b-c82f-f05a-00000000000f] 7519 1726888139.54410: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available <<< 7519 1726888139.54416: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f 7519 1726888139.54478: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.54726: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f 7519 1726888139.54729: WORKER PROCESS EXITING 7519 1726888139.54863: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.55030: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b6f85790> <<< 7519 1726888139.55034: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.55037: stdout chunk (state=3): >>><<< 7519 1726888139.55039: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.55051: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.55055: _low_level_execute_command(): starting 7519 1726888139.55058: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/AnsiballZ_ini_file.py && sleep 0'"'"'' 7519 1726888139.55167: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_pam_target", "value": "sssd-shadowutils", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888139.55308: 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 # clear sys.path_importer_cache <<< 7519 1726888139.55328: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys <<< 7519 1726888139.55346: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.55378: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.55419: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.55455: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888139.55767: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888139.55770: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888139.55773: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.55775: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888139.56039: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # 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 <<< 7519 1726888139.56042: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.56044: 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 # cleanup[3] wiping builtins <<< 7519 1726888139.56047: 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 <<< 7519 1726888139.56258: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7519 1726888139.56261: stdout chunk (state=3): >>># destroy tokenize # destroy _heapq # destroy posixpath # destroy stat <<< 7519 1726888139.56263: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.56290: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888139.56646: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888139.56650: stdout chunk (state=3): >>><<< 7519 1726888139.56654: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd83a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7db2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7df0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d88d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7db2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d52eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d56f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d4c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d54640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d52370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7cd5dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd58b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd5e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2ed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d27610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d3c670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d5ae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7ce7c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2e250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7d3c280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d609d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cbb370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cbb460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cf0fa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bd51c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ca5c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d60040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7be7af0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7be7e20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf9730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf9c70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b863a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7be7f10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b96280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf95b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7b96340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce79d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb26a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb2760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bb2ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7bc01f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb28e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ba6a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce75b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb2a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37b7aef670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79d87f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a69760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a69400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a697c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79577c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7957b50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79579a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7978b20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a62d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a62190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79d4a90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7972310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a07970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a38d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79399a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79480d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a0d700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7948100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7945580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7945640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7944c70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7aef820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79caaf0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79c99d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b793a850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b79ca520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a02ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b6ff2d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73ec550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73dffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79be9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b6ff2610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37b7a517f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79c9610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73f8c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73ddbb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73db7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b6f85790>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_pam_target", "value": "sssd-shadowutils", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888139.57540: _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 0x7f37b8043dc0> # /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 0x7f37b7dd83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b8043b20> # /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 0x7f37b8043ac0> 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 0x7f37b7dd8490> # /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 0x7f37b7dd8940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8670> # /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 0x7f37b7d8f190> # /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 0x7f37b7d8f220> # /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 0x7f37b7db2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d8f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7df0880> # /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 0x7f37b7d88d90> # /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 0x7f37b7db2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7dd8970> 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 0x7f37b7d52eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d56f40> # /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 0x7f37b7d4c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d54640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d52370> # /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 0x7f37b7cd5dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cd58b0> 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 0x7f37b7cd5eb0> # /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 0x7f37b7cd5f70> # /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 0x7f37b7cd5e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2ed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d27610> # /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 0x7f37b7d3c670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d5ae20> # /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 0x7f37b7ce7c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d2e250> # 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 0x7f37b7d3c280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d609d0> # /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 0x7f37b7ce7fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce7d90> # /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 0x7f37b7ce7d00> # /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 0x7f37b7cbb370> # /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 0x7f37b7cbb460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7cf0fa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9490> # /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 0x7f37b7bd51c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ca5c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce9eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7d60040> # /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 0x7f37b7be7af0> 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 0x7f37b7be7e20> # /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 0x7f37b7bf9730> # /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 0x7f37b7bf9c70> # 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 0x7f37b7b863a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7be7f10> # /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 0x7f37b7b96280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bf95b0> 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 0x7f37b7b96340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce79d0> # /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 0x7f37b7bb26a0> # /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 0x7f37b7bb2970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb2760> # 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 0x7f37b7bb2850> # /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 0x7f37b7bb2ca0> # 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 0x7f37b7bc01f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7bb28e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ba6a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7ce75b0> # /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 0x7f37b7bb2a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37b7aef670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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 0x7f37b79d87f0> # /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 0x7f37b7a69760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69370> # /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 0x7f37b7a69490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69190> 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 0x7f37b7a69400> # /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 0x7f37b7a697c0> # /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 0x7f37b79577c0> # 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 0x7f37b7957b50> # 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 0x7f37b79579a0> # /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 0x7f37b7978b20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a62d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a69520> # /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 0x7f37b7a62190> # /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 0x7f37b79d4a90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a07880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7972310> # 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 0x7f37b7a07970> # /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 0x7f37b7a38d30> # /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 0x7f37b79399a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e50> # /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 0x7f37b79480d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a41e20> # /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 0x7f37b7a0d700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7948100> # 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 0x7f37b7945580> # 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 0x7f37b7945640> # 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 0x7f37b7944c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7aef820> # /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 0x7f37b79caaf0> # 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 0x7f37b79c99d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b793a850> # 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 0x7f37b79ca520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b7a02ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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 0x7f37b6ff2d30> # /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 0x7f37b73ec550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73dffd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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 0x7f37b79be9d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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 0x7f37b6ff2610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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 0x7f37b7a517f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b79c9610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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 0x7f37b73f8c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73ddbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b73db7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_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_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_w7_2ticr/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37b6f85790> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_pam_target", "value": "sssd-shadowutils", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888139.59629: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.59633: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.59635: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_pam_target', 'value': 'sssd-shadowutils', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888139.023064-7913-102360592806438/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888139.59638: _low_level_execute_command(): starting 7519 1726888139.59640: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888139.59645: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.023064-7913-102360592806438/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888139.59649: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888139.59651: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888139.59653: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.59655: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888139.59658: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888139.59660: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888139.59662: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888139.59664: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888139.59666: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.59668: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888139.59670: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.59672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.59674: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.59676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.59678: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.59680: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.59682: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.59684: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.59761: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888139.60915: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.60918: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888139.60920: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent <<< 7519 1726888139.60924: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888139.60927: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888139.60929: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 7519 1726888139.60931: stdout chunk (state=3): >>>import '_weakref' # <<< 7519 1726888139.60967: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888139.60969: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888139.61007: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888139.61024: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888139.61088: 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' <<< 7519 1726888139.61113: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888139.61118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888139.61148: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3dc0> <<< 7519 1726888139.61207: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3b20> <<< 7519 1726888139.61271: 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' <<< 7519 1726888139.61275: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3ac0> <<< 7519 1726888139.61337: stdout chunk (state=3): >>>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' <<< 7519 1726888139.61389: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958490> # /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 <<< 7519 1726888139.61426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # <<< 7519 1726888139.61447: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958670> <<< 7519 1726888139.61471: 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' <<< 7519 1726888139.61492: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888139.61505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888139.61534: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888139.61579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f190> <<< 7519 1726888139.61593: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888139.61619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888139.61713: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f220> <<< 7519 1726888139.61757: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888139.61786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888139.61789: 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 0x7fb812932850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f940> <<< 7519 1726888139.61843: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812970880> <<< 7519 1726888139.61907: 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 0x7fb812908d90> <<< 7519 1726888139.61924: 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 0x7fb812932d90> <<< 7519 1726888139.61976: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.61979: stdout chunk (state=3): >>><<< 7519 1726888139.61982: stderr chunk (state=3): >>><<< 7519 1726888139.61993: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958970> <<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.62039: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.62043: handler run complete 7519 1726888139.62046: 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. <<< 7519 1726888139.62240: attempt loop complete, returning result 7519 1726888139.62244: variable 'item' from source: unknown 7519 1726888139.62248: variable 'item' from source: unknown ok: [managed_node1] => (item={'key': 'proxy_pam_target', 'value': 'sssd-shadowutils'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "proxy_pam_target", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "sssd-shadowutils", "values": null } }, "item": { "key": "proxy_pam_target", "value": "sssd-shadowutils" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888139.62734: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888139.62738: stdout chunk (state=3): >>># 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 0x7fb8128d3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d6f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888139.62741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888139.62743: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888139.62745: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888139.62748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888139.62750: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888139.62802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888139.62805: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128cc610> <<< 7519 1726888139.62807: dumping result to json 7519 1726888139.62809: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d2640> <<< 7519 1726888139.62813: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d3370> <<< 7519 1726888139.62841: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888139.62846: done dumping result, returning 7519 1726888139.62849: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain [0ed44806-2f0b-c82f-f05a-00000000000f] 7519 1726888139.62851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888139.62854: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888139.62858: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f 7519 1726888139.62925: 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' <<< 7519 1726888139.62966: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.63008: stdout chunk (state=3): >>># 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 0x7fb812855dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128558b0> <<< 7519 1726888139.63013: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888139.63015: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py <<< 7519 1726888139.63018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855eb0> <<< 7519 1726888139.63020: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888139.63024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888139.63097: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855f70> <<< 7519 1726888139.63101: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7519 1726888139.63103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855e80> <<< 7519 1726888139.63105: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888139.63450: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f 7519 1726888139.63455: WORKER PROCESS EXITING 7519 1726888139.63462: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128aed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128a7610> # /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 0x7fb8128bb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128dae20> # /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' <<< 7519 1726888139.63465: 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 0x7fb812867c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128ae250> <<< 7519 1726888139.63468: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.63470: 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 0x7fb8128bb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e09d0> <<< 7519 1726888139.63472: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888139.63475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888139.63477: 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' <<< 7519 1726888139.63479: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888139.63481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7519 1726888139.63485: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867d90> <<< 7519 1726888139.63528: 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 0x7fb812867d00> <<< 7519 1726888139.63546: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888139.63553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7519 1726888139.63653: 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' <<< 7519 1726888139.63657: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888139.63659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888139.63734: 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 0x7fb8125fa370> <<< 7519 1726888139.63738: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888139.63741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888139.63786: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125fa460> <<< 7519 1726888139.63986: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81286ffa0> <<< 7519 1726888139.63990: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869a30> <<< 7519 1726888139.63993: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869490> <<< 7519 1726888139.64093: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888139.64099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888139.64114: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888139.64119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888139.64124: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7519 1726888139.64127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125481c0> <<< 7519 1726888139.64162: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125e5c70> <<< 7519 1726888139.64251: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869eb0> <<< 7519 1726888139.64254: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e0040> <<< 7519 1726888139.64256: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888139.64330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888139.64449: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81255baf0> <<< 7519 1726888139.64454: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888139.64458: 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 0x7fb81255be20> <<< 7519 1726888139.64461: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888139.64482: stdout chunk (state=3): >>># 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' <<< 7519 1726888139.64490: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256c730> <<< 7519 1726888139.64495: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888139.64521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888139.64527: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256cc70> <<< 7519 1726888139.64563: 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 0x7fb8125043a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81255bf10> <<< 7519 1726888139.64593: 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' <<< 7519 1726888139.64701: 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 0x7fb812515280> <<< 7519 1726888139.64709: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256c5b0> import 'pwd' # <<< 7519 1726888139.64715: 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 0x7fb812515340> <<< 7519 1726888139.64759: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128679d0> <<< 7519 1726888139.64781: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888139.64803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888139.64829: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888139.64831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888139.64880: 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 0x7fb8125306a0> <<< 7519 1726888139.64916: 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' <<< 7519 1726888139.64919: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.64978: stdout chunk (state=3): >>># 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 0x7fb812530970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812530760> <<< 7519 1726888139.64982: 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 0x7fb812530850> <<< 7519 1726888139.64984: 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' <<< 7519 1726888139.65312: 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 0x7fb812530ca0> <<< 7519 1726888139.65368: 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 0x7fb81253e1f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125308e0> <<< 7519 1726888139.65379: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812525a30> <<< 7519 1726888139.65382: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128675b0> <<< 7519 1726888139.65385: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888139.65445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888139.65482: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812530a90> <<< 7519 1726888139.65635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888139.65641: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb81246e670> <<< 7519 1726888139.65913: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available <<< 7519 1726888139.66100: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.66119: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888139.66125: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888139.66143: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.67887: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.69316: 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' <<< 7519 1726888139.69320: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123567f0> <<< 7519 1726888139.69340: 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' <<< 7519 1726888139.69365: 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' <<< 7519 1726888139.69398: 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' <<< 7519 1726888139.69434: 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 0x7fb8123e7760> <<< 7519 1726888139.69484: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7640> <<< 7519 1726888139.69616: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7370> # /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' <<< 7519 1726888139.69657: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7190> import 'atexit' # <<< 7519 1726888139.69685: 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 0x7fb8123e7400> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888139.69702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888139.69759: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e77c0> <<< 7519 1726888139.69779: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888139.69799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888139.69822: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888139.69851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888139.69873: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888139.69879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888139.69979: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81233c850> <<< 7519 1726888139.70029: 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' <<< 7519 1726888139.70034: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81233c4c0> <<< 7519 1726888139.70062: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888139.70072: stdout chunk (state=3): >>># 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 0x7fb81233c670> <<< 7519 1726888139.70087: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888139.70125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888139.70167: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811dceb20> <<< 7519 1726888139.70186: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e1d30> <<< 7519 1726888139.70446: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7520> <<< 7519 1726888139.70468: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888139.70478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888139.70486: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e1190> <<< 7519 1726888139.70520: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888139.70526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888139.70585: 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' <<< 7519 1726888139.70630: stdout chunk (state=3): >>># /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' <<< 7519 1726888139.70642: 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 0x7fb811d8ca90> <<< 7519 1726888139.70776: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811dc9d00> <<< 7519 1726888139.70810: 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 0x7fb812386970> <<< 7519 1726888139.70852: 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 0x7fb8123b7d30> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7519 1726888139.70889: 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 <<< 7519 1726888139.70918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888139.71036: 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 0x7fb811d8e9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe50> <<< 7519 1726888139.71068: 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' <<< 7519 1726888139.71139: 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 0x7fb811d9d0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe20> <<< 7519 1726888139.71163: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888139.71207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.71241: 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' # <<< 7519 1726888139.71316: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81238c700> <<< 7519 1726888139.71585: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d9d100> <<< 7519 1726888139.71735: 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 0x7fb811d9b580> <<< 7519 1726888139.71780: 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 0x7fb811d9b640> <<< 7519 1726888139.71842: 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 0x7fb811d9ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81246e820> <<< 7519 1726888139.71876: 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 <<< 7519 1726888139.71911: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.71928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888139.71977: 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 0x7fb812349af0> <<< 7519 1726888139.72295: 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 0x7fb8123479d0> <<< 7519 1726888139.72333: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d90850> <<< 7519 1726888139.72356: 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 0x7fb812349520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812381ac0> # zipimport: zlib available <<< 7519 1726888139.72371: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.72389: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888139.72425: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.72517: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.72661: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888139.72688: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888139.72701: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.72860: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.73019: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.73872: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.74696: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888139.74709: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7519 1726888139.74730: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888139.74738: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888139.74760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.74843: 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' <<< 7519 1726888139.74848: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811967d30> <<< 7519 1726888139.74937: 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' <<< 7519 1726888139.74957: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d6b550> <<< 7519 1726888139.74966: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5ffd0> <<< 7519 1726888139.75031: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888139.75040: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.75061: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.75079: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888139.75093: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.75297: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.75515: 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' <<< 7519 1726888139.75558: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81233d9d0> <<< 7519 1726888139.75561: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.76270: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.76909: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.76999: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.77091: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888139.77105: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.77139: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.77182: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888139.77191: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.77273: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.77376: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888139.77399: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.77424: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.77430: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888139.77432: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.77481: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.77534: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888139.77545: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.77864: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.78194: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888139.78232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888139.78247: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888139.78372: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811967610> # zipimport: zlib available <<< 7519 1726888139.78460: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.78565: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888139.78573: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888139.78590: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888139.78612: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.78655: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.78728: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888139.78780: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.78839: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.78974: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.79049: 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 <<< 7519 1726888139.79090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888139.79244: 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 0x7fb8123d07f0> <<< 7519 1726888139.79267: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812347610> <<< 7519 1726888139.79331: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888139.79505: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.79586: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.79633: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.79694: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888139.79725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888139.79764: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888139.79790: 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 <<< 7519 1726888139.79813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888139.79965: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d78c70> <<< 7519 1726888139.80034: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5dbb0> <<< 7519 1726888139.80119: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5a7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888139.80142: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888139.80190: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888139.80259: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888139.80294: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.80365: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py <<< 7519 1726888139.80393: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.80396: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.80404: stdout chunk (state=3): >>>import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888139.80435: stdout chunk (state=3): >>>import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py <<< 7519 1726888139.80440: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.80803: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.81179: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888139.81362: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' <<< 7519 1726888139.81391: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8118f8790> <<< 7519 1726888139.81579: stdout chunk (state=3): >>> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_pam_target", "value": "sssd-shadowutils", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7519 1726888139.81588: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888139.81995: 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 # clear sys.path_importer_cache <<< 7519 1726888139.82021: stdout chunk (state=3): >>># 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<<< 7519 1726888139.82049: stdout chunk (state=3): >>> # 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<<< 7519 1726888139.82076: 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<<< 7519 1726888139.82172: stdout chunk (state=3): >>> # 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 <<< 7519 1726888139.82176: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.82183: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.82189: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.82192: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.82200: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.82229: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig <<< 7519 1726888139.82496: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888139.82511: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888139.82548: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888139.82565: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888139.82587: stdout chunk (state=3): >>># destroy __main__ # destroy locale <<< 7519 1726888139.82605: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.82633: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888139.82651: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 7519 1726888139.82674: stdout chunk (state=3): >>># destroy selinux <<< 7519 1726888139.82687: stdout chunk (state=3): >>># destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888139.82762: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # 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 <<< 7519 1726888139.82786: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.82816: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.82845: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.82869: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.82893: 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<<< 7519 1726888139.82918: stdout chunk (state=3): >>> # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os <<< 7519 1726888139.82950: 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 # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 <<< 7519 1726888139.82975: stdout chunk (state=3): >>># 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 <<< 7519 1726888139.82999: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 <<< 7519 1726888139.83018: stdout chunk (state=3): >>># destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7519 1726888139.83228: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7519 1726888139.83251: stdout chunk (state=3): >>># destroy tokenize # destroy _heapq # destroy posixpath <<< 7519 1726888139.83275: stdout chunk (state=3): >>># destroy stat # destroy ansible.module_utils.six.moves.urllib <<< 7519 1726888139.83293: stdout chunk (state=3): >>># destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select <<< 7519 1726888139.83316: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io <<< 7519 1726888139.83343: stdout chunk (state=3): >>># destroy marshal <<< 7519 1726888139.83372: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888139.83755: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888139.83817: stderr chunk (state=3): >>><<< 7519 1726888139.83820: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129583a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812932850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812970880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812908d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812932d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d3eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128cc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d2640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812855dc0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128558b0>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855eb0>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855f70>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812855e80>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128aed30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128a7610>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128bb670>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128dae20>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812867c70>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128ae250>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8128bb280>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e09d0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867fa0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867d90>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867d00>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125fa370>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125fa460>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81286ffa0>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869a30>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869490>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125481c0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125e5c70>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869eb0>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e0040>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81255baf0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81255be20>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256c730>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256cc70>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8125043a0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81255bf10>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812515280>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256c5b0>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812515340>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128679d0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8125306a0>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530970>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812530760>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530850>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812530ca0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81253e1f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125308e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812525a30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128675b0>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812530a90>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb81246e670>\r\n# zipimport: found 34 names in \'/tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123567f0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123e7760>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7370>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7490>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7190>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123e7400>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e77c0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81233c850>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81233c4c0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb81233c670>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811dceb20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e1d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7520>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e1190>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d8ca90>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386e80>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811dc9d00>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812386970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123b7d30>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d8e9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe50>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9d0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81238c700>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d9d100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9b580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9b640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811d9ac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81246e820>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812349af0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123479d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d90850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb812349520>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812381ac0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb811967d30>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d6b550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5ffd0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81233d9d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811967610>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb8123d07f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812347610>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d78c70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5dbb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5a7f0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8118f8790>\r\n\r\n{"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_pam_target", "value": "sssd-shadowutils", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.community\r\n# destroy ansible_collections.community\r\n# cleanup[2] removing ansible_collections.community.general\r\n# destroy ansible_collections.community.general\r\n# cleanup[2] removing ansible_collections.community.general.plugins\r\n# destroy ansible_collections.community.general.plugins\r\n# cleanup[2] removing ansible_collections.community.general.plugins.modules\r\n# destroy ansible_collections.community.general.plugins.modules\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888139.83901: _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 0x7fb8129b3dc0> # /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 0x7fb8129583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8129b3b20> # /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 0x7fb8129b3ac0> 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 0x7fb812958490> # /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 0x7fb812958940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958670> # /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 0x7fb81290f190> # /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 0x7fb81290f220> # /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 0x7fb812932850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81290f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812970880> # /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 0x7fb812908d90> # /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 0x7fb812932d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812958970> 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 0x7fb8128d3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d6f40> # /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 0x7fb8128cc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128d3370> # /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 0x7fb812855dc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128558b0> 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 0x7fb812855eb0> # /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 0x7fb812855f70> # /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 0x7fb812855e80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128aed30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128a7610> # /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 0x7fb8128bb670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128dae20> # /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 0x7fb812867c70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128ae250> # 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 0x7fb8128bb280> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e09d0> # /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 0x7fb812867fa0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812867d90> # /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 0x7fb812867d00> # /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 0x7fb8125fa370> # /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 0x7fb8125fa460> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81286ffa0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869a30> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869490> # /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 0x7fb8125481c0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125e5c70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812869eb0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128e0040> # /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 0x7fb81255baf0> 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 0x7fb81255be20> # /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 0x7fb81256c730> # /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 0x7fb81256cc70> # 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 0x7fb8125043a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81255bf10> # /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 0x7fb812515280> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81256c5b0> 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 0x7fb812515340> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128679d0> # /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 0x7fb8125306a0> # /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 0x7fb812530970> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812530760> # 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 0x7fb812530850> # /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 0x7fb812530ca0> # 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 0x7fb81253e1f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8125308e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812525a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8128675b0> # /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 0x7fb812530a90> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb81246e670> # zipimport: found 34 names in '/tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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 0x7fb8123567f0> # /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 0x7fb8123e7760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7370> # /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 0x7fb8123e7490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7190> 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 0x7fb8123e7400> # /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 0x7fb8123e77c0> # /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 0x7fb81233c850> # 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 0x7fb81233c4c0> # 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 0x7fb81233c670> # /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 0x7fb811dceb20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e1d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123e7520> # /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 0x7fb8123e1190> # /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 0x7fb811d8ca90> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386e80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812386880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811dc9d00> # 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 0x7fb812386970> # /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 0x7fb8123b7d30> # /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 0x7fb811d8e9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe50> # /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 0x7fb811d9d0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8123bfe20> # /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 0x7fb81238c700> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d9d100> # 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 0x7fb811d9b580> # 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 0x7fb811d9b640> # 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 0x7fb811d9ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb81246e820> # /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 0x7fb812349af0> # 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 0x7fb8123479d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d90850> # 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 0x7fb812349520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812381ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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 0x7fb811967d30> # /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 0x7fb811d6b550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5ffd0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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 0x7fb81233d9d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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 0x7fb811967610> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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 0x7fb8123d07f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb812347610> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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 0x7fb811d78c70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5dbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb811d5a7f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_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_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.community.general.plugins.modules # loaded from Zip /tmp/ansible_community.general.ini_file_payload_cywlgzl4/ansible_community.general.ini_file_payload.zip/ansible_collections/community/general/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb8118f8790> {"changed": false, "diff": {"before": "", "after": "", "before_header": "/etc/sssd/sssd.conf (content)", "after_header": "/etc/sssd/sssd.conf (content)"}, "msg": "OK", "path": "/etc/sssd/sssd.conf", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "invocation": {"module_args": {"path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "option": "proxy_pam_target", "value": "sssd-shadowutils", "state": "present", "create": true, "owner": "root", "group": "root", "mode": "0600", "backup": false, "exclusive": true, "no_extra_spaces": false, "ignore_spaces": false, "allow_no_value": false, "modify_inactive_option": true, "follow": false, "unsafe_writes": false, "section_has_values": null, "values": 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888139.86518: done with _execute_module (community.general.ini_file, {'path': '/etc/sssd/sssd.conf', 'section': 'domain/nssfiles', 'option': 'proxy_pam_target', 'value': 'sssd-shadowutils', 'state': 'present', 'create': True, 'owner': 'root', 'group': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'community.general.ini_file', '_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-1726888139.3529518-7927-165216796729809/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888139.86522: _low_level_execute_command(): starting 7519 1726888139.86526: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888139.3529518-7927-165216796729809/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888139.86543: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.86546: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.86548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.86550: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.86553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.86555: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888139.86695: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888139.86700: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888139.86702: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.86705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.86707: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.86709: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.86712: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888139.86716: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888139.86718: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888139.86720: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.86724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.86726: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.86729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.86731: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888139.86733: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888139.86770: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888139.86773: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.86776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.86778: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.86780: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.86783: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888139.86785: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888139.86788: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888139.86790: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.86793: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888139.86796: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888139.86919: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888139.86928: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888139.86931: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888139.86934: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.86938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888139.87738: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888139.87749: stderr chunk (state=3): >>><<< 7519 1726888139.87752: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888139.87777: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888139.87780: handler run complete 7519 1726888139.87882: attempt loop complete, returning result 7519 1726888139.87885: variable 'item' from source: unknown 7519 1726888139.87994: variable 'item' from source: unknown ok: [managed_node3] => (item={'key': 'proxy_pam_target', 'value': 'sssd-shadowutils'}) => { "ansible_loop_var": "item", "changed": false, "diff": { "after": "", "after_header": "/etc/sssd/sssd.conf (content)", "before": "", "before_header": "/etc/sssd/sssd.conf (content)" }, "gid": 0, "group": "root", "invocation": { "module_args": { "allow_no_value": false, "attributes": null, "backup": false, "create": true, "exclusive": true, "follow": false, "group": "root", "ignore_spaces": false, "mode": "0600", "modify_inactive_option": true, "no_extra_spaces": false, "option": "proxy_pam_target", "owner": "root", "path": "/etc/sssd/sssd.conf", "section": "domain/nssfiles", "section_has_values": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "value": "sssd-shadowutils", "values": null } }, "item": { "key": "proxy_pam_target", "value": "sssd-shadowutils" }, "mode": "0600", "owner": "root", "path": "/etc/sssd/sssd.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 144, "state": "file", "uid": 0 } MSG: OK 7519 1726888139.88206: dumping result to json 7519 1726888139.88210: done dumping result, returning 7519 1726888139.88212: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd proxy provider domain [0ed44806-2f0b-c82f-f05a-00000000000f] 7519 1726888139.88214: sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f 7519 1726888139.88375: done sending task result for task 0ed44806-2f0b-c82f-f05a-00000000000f 7519 1726888139.88378: WORKER PROCESS EXITING 7519 1726888139.88488: no more pending results, returning what we have 7519 1726888139.88493: results queue empty 7519 1726888139.88493: checking for any_errors_fatal 7519 1726888139.88503: done checking for any_errors_fatal 7519 1726888139.88503: checking for max_fail_percentage 7519 1726888139.88505: done checking for max_fail_percentage 7519 1726888139.88506: checking to see if all hosts have failed and the running result is not ok 7519 1726888139.88507: done checking to see if all hosts have failed 7519 1726888139.88508: getting the remaining hosts for this loop 7519 1726888139.88511: done getting the remaining hosts for this loop 7519 1726888139.88515: getting the next task for host managed_node1 7519 1726888139.88521: done getting next task for host managed_node1 7519 1726888139.88528: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config 7519 1726888139.88530: ^ state is: HOST STATE: block=3, task=10, 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 7519 1726888139.88531: getting the next task for host managed_node2 7519 1726888139.88534: done getting next task for host managed_node2 7519 1726888139.88536: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config 7519 1726888139.88537: ^ state is: HOST STATE: block=3, task=10, 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 7519 1726888139.88538: getting the next task for host managed_node3 7519 1726888139.88540: done getting next task for host managed_node3 7519 1726888139.88541: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config 7519 1726888139.88542: ^ state is: HOST STATE: block=3, task=10, 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 7519 1726888139.88568: getting variables 7519 1726888139.88571: in VariableManager get_vars() 7519 1726888139.88601: Calling all_inventory to load vars for managed_node1 7519 1726888139.88604: Calling groups_inventory to load vars for managed_node1 7519 1726888139.88606: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888139.88615: Calling all_plugins_play to load vars for managed_node1 7519 1726888139.88618: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888139.88624: Calling groups_plugins_play to load vars for managed_node1 7519 1726888139.90048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888139.91154: done with get_vars() 7519 1726888139.91176: done getting variables 7519 1726888139.91303: 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.tlog : Configure sssd session recording config] *** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:64 Friday 20 September 2024 23:08:59 -0400 (0:00:02.420) 0:00:14.532 ****** 7519 1726888139.91334: entering _queue_task() for managed_node1/template 7519 1726888139.91336: Creating lock for template 7519 1726888139.91648: worker is 1 (out of 3 available) 7519 1726888139.91662: exiting _queue_task() for managed_node1/template 7519 1726888139.91696: getting variables 7519 1726888139.91699: in VariableManager get_vars() 7519 1726888139.91795: Calling all_inventory to load vars for managed_node2 7519 1726888139.91800: Calling groups_inventory to load vars for managed_node2 7519 1726888139.91804: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888139.91820: Calling all_plugins_play to load vars for managed_node2 7519 1726888139.91826: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888139.91830: Calling groups_plugins_play to load vars for managed_node2 7519 1726888139.93054: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config 7519 1726888139.93059: in run() - task 0ed44806-2f0b-c82f-f05a-000000000010 7519 1726888139.93062: variable 'ansible_search_path' from source: unknown 7519 1726888139.93064: variable 'ansible_search_path' from source: unknown 7519 1726888139.93066: calling self._execute() 7519 1726888139.93068: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888139.93070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888139.93072: variable 'omit' from source: magic vars 7519 1726888139.93074: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888139.93510: Evaluated conditional (tlog_use_sssd): True 7519 1726888139.93515: variable 'omit' from source: magic vars 7519 1726888139.93519: variable 'omit' from source: magic vars 7519 1726888139.93525: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars 7519 1726888139.93562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888139.94319: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars 7519 1726888139.94326: variable 'omit' from source: magic vars 7519 1726888139.94329: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888139.94331: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888139.94333: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888139.94335: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888139.94337: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888139.94338: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888139.94340: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888139.94342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888139.94344: Set connection var ansible_shell_executable to /bin/sh 7519 1726888139.94345: Set connection var ansible_pipelining to False 7519 1726888139.94347: Set connection var ansible_shell_type to sh 7519 1726888139.94349: Set connection var ansible_timeout to 10 7519 1726888139.94351: Set connection var ansible_connection to ssh 7519 1726888139.94353: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888139.94914: done with get_vars() 7519 1726888139.94936: done getting variables 7519 1726888139.95007: 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=True) 7519 1726888139.95016: entering _queue_task() for managed_node2/template 7519 1726888139.95455: worker is 2 (out of 3 available) 7519 1726888139.95475: exiting _queue_task() for managed_node2/template 7519 1726888139.95726: getting variables 7519 1726888139.95730: in VariableManager get_vars() 7519 1726888139.95843: Calling all_inventory to load vars for managed_node3 7519 1726888139.95849: Calling groups_inventory to load vars for managed_node3 7519 1726888139.95853: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888139.95870: Calling all_plugins_play to load vars for managed_node3 7519 1726888139.95873: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888139.95877: Calling groups_plugins_play to load vars for managed_node3 7519 1726888139.96736: variable 'ansible_shell_executable' from source: unknown 7519 1726888139.96742: variable 'ansible_connection' from source: unknown 7519 1726888139.96745: variable 'ansible_module_compression' from source: unknown 7519 1726888139.96747: variable 'ansible_shell_type' from source: unknown 7519 1726888139.96750: variable 'ansible_shell_executable' from source: unknown 7519 1726888139.96751: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888139.96753: variable 'ansible_pipelining' from source: unknown 7519 1726888139.96755: variable 'ansible_timeout' from source: unknown 7519 1726888139.96758: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888139.96761: 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) 7519 1726888139.96764: variable 'omit' from source: magic vars 7519 1726888139.96766: starting attempt loop 7519 1726888139.96768: running the handler 7519 1726888139.96770: _low_level_execute_command(): starting 7519 1726888139.96772: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888139.97618: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config 7519 1726888139.97621: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888139.97626: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.97628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.97631: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.97635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.97653: in run() - task 0ed44806-2f0b-c82f-f05a-000000000010 7519 1726888139.97656: variable 'ansible_search_path' from source: unknown 7519 1726888139.97660: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888139.97662: variable 'ansible_search_path' from source: unknown 7519 1726888139.97664: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 7519 1726888139.97682: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888139.97685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.97689: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.97693: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.97696: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888139.97699: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888139.97701: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888139.97703: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888139.97705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888139.97707: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888139.97709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888139.97711: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888139.97713: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888139.97714: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888139.97717: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888139.97719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888139.97722: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888139.97727: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888139.97729: calling self._execute() 7519 1726888139.97731: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888139.97733: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888139.97735: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888139.97737: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888139.97739: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888139.97741: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888139.97743: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888139.97744: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888139.97747: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888139.97749: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888139.97751: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888139.97753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888139.97755: variable 'omit' from source: magic vars 7519 1726888139.97758: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888139.98510: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888139.98521: Evaluated conditional (tlog_use_sssd): True 7519 1726888139.98526: variable 'omit' from source: magic vars 7519 1726888139.98528: variable 'omit' from source: magic vars 7519 1726888139.98531: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars 7519 1726888139.98533: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars 7519 1726888139.98535: variable 'omit' from source: magic vars 7519 1726888139.98537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888139.98539: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888139.98541: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888139.98543: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888139.98545: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888139.98547: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888139.98549: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888139.98551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888139.98628: Set connection var ansible_shell_executable to /bin/sh 7519 1726888139.98631: Set connection var ansible_pipelining to False 7519 1726888139.98633: Set connection var ansible_shell_type to sh 7519 1726888139.99027: Set connection var ansible_timeout to 10 7519 1726888139.99031: Set connection var ansible_connection to ssh 7519 1726888139.99033: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888139.99035: variable 'ansible_shell_executable' from source: unknown 7519 1726888139.99037: variable 'ansible_connection' from source: unknown 7519 1726888139.99039: variable 'ansible_module_compression' from source: unknown 7519 1726888139.99041: variable 'ansible_shell_type' from source: unknown 7519 1726888139.99043: variable 'ansible_shell_executable' from source: unknown 7519 1726888139.99045: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888139.99046: variable 'ansible_pipelining' from source: unknown 7519 1726888139.99048: variable 'ansible_timeout' from source: unknown 7519 1726888139.99050: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888139.99052: 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) 7519 1726888139.99054: variable 'omit' from source: magic vars 7519 1726888139.99056: starting attempt loop 7519 1726888139.99058: running the handler 7519 1726888139.99060: _low_level_execute_command(): starting 7519 1726888139.99062: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888139.99251: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888140.00729: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.00733: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.00735: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.00737: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.00740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.00741: stdout chunk (state=3): >>>/root <<< 7519 1726888140.00743: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888140.00748: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.00750: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.00753: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.00755: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.00757: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.00760: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.00762: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.00763: stdout chunk (state=3): >>><<< 7519 1726888140.00765: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888140.00778: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888140.00785: _low_level_execute_command(): starting 7519 1726888140.00787: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266 `" && echo ansible-tmp-1726888140.0019536-8027-145692832600266="` echo /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266 `" && echo ansible-tmp-1726888140.0019536-8027-145692832600266="` echo /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266 `" ) && sleep 0'"'"'' 7519 1726888140.00800: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.00802: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888140.00804: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.00806: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.00808: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.00810: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.00812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.00816: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888140.00818: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.00820: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.00822: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.00826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.00828: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.00830: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.00832: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.00834: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.00836: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.00837: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.00839: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.00841: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.00843: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.00845: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.00847: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888140.00849: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.00850: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888140.02006: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.02010: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.02012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.02015: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.02017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.02019: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888140.02021: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.02028: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.02031: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.02033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.02035: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.02037: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.02038: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.02040: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888140.02042: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.02044: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.02046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.02048: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.02049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.02051: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888140.02053: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.02055: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.02057: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.02059: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.02061: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.02062: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.02064: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.02066: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.02068: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.02070: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.02072: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.02073: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.02075: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.02077: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.02079: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888140.02081: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.02082: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888140.02452: stdout chunk (state=3): >>>/root <<< 7519 1726888140.03131: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.03135: stdout chunk (state=3): >>><<< 7519 1726888140.03137: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888140.03143: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888140.03148: _low_level_execute_command(): starting 7519 1726888140.03151: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340 `" && echo ansible-tmp-1726888140.0267246-8029-33733126720340="` echo /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340 `" && echo ansible-tmp-1726888140.0267246-8029-33733126720340="` echo /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340 `" ) && sleep 0'"'"'' 7519 1726888140.03453: done with get_vars() 7519 1726888140.03477: done getting variables 7519 1726888140.03549: 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=True) 7519 1726888140.03560: entering _queue_task() for managed_node3/template 7519 1726888140.04038: stdout chunk (state=3): >>>ansible-tmp-1726888140.0019536-8027-145692832600266=/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266 <<< 7519 1726888140.04041: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.04044: stdout chunk (state=3): >>><<< 7519 1726888140.04046: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888140.0019536-8027-145692832600266=/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888140.04052: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888140.0019536-8027-145692832600266=/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888140.04056: evaluation_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks 7519 1726888140.04059: search_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/sssd-session-recording.conf 7519 1726888140.04065: variable 'ansible_search_path' from source: unknown 7519 1726888140.04301: worker is 3 (out of 3 available) 7519 1726888140.04314: exiting _queue_task() for managed_node3/template 7519 1726888140.04930: 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) 7519 1726888140.04937: 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) 7519 1726888140.04941: 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) 7519 1726888140.04944: 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) 7519 1726888140.04947: 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) 7519 1726888140.04950: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.04955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.04959: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.04963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.04968: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.04972: variable 'ansible_managed' from source: unknown 7519 1726888140.04975: variable 'tlog_scope_sssd' from source: role '' defaults 7519 1726888140.04978: variable 'tlog_users_sssd' from source: role '' defaults 7519 1726888140.04980: variable 'tlog_groups_sssd' from source: role '' defaults 7519 1726888140.04982: variable 'tlog_exclude_users_sssd' from source: role '' defaults 7519 1726888140.04984: variable 'tlog_exclude_groups_sssd' from source: role '' defaults 7519 1726888140.04989: done queuing things up, now waiting for results queue to drain 7519 1726888140.04990: waiting for pending results... 7519 1726888140.05019: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.05152: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.05165: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.05182: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.05198: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.05210: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.05222: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.05235: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.05258: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888140.05276: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.05367: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888140.05904: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config 7519 1726888140.06010: in run() - task 0ed44806-2f0b-c82f-f05a-000000000010 7519 1726888140.06034: variable 'ansible_search_path' from source: unknown 7519 1726888140.06041: variable 'ansible_search_path' from source: unknown 7519 1726888140.06082: calling self._execute() 7519 1726888140.06161: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888140.06171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888140.06186: variable 'omit' from source: magic vars 7519 1726888140.06541: variable 'tlog_use_sssd' from source: role '' defaults 7519 1726888140.06559: Evaluated conditional (tlog_use_sssd): True 7519 1726888140.06571: variable 'omit' from source: magic vars 7519 1726888140.06625: variable 'omit' from source: magic vars 7519 1726888140.06634: 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__) 7519 1726888140.06672: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars 7519 1726888140.06752: variable '__tlog_sssd_session_recording_conf' from source: role '' all vars 7519 1726888140.06790: variable 'omit' from source: magic vars 7519 1726888140.06836: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888140.06876: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888140.06906: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888140.06931: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888140.06948: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888140.06981: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888140.06995: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888140.07004: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888140.07441: stdout chunk (state=3): >>>ansible-tmp-1726888140.0267246-8029-33733126720340=/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340 <<< 7519 1726888140.07444: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.07479: stderr chunk (state=3): >>><<< 7519 1726888140.07482: stdout chunk (state=3): >>><<< 7519 1726888140.07630: variable 'ansible_module_compression' from source: unknown <10.31.42.160> (0, b'ansible-tmp-1726888140.0267246-8029-33733126720340=/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888140.07641: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888140.0267246-8029-33733126720340=/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888140.07644: evaluation_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks 7519 1726888140.07648: search_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/sssd-session-recording.conf 7519 1726888140.07651: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7519 1726888140.07653: variable 'ansible_search_path' from source: unknown 7519 1726888140.07655: Set connection var ansible_shell_executable to /bin/sh 7519 1726888140.07659: Set connection var ansible_pipelining to False 7519 1726888140.07661: Set connection var ansible_shell_type to sh 7519 1726888140.07663: Set connection var ansible_timeout to 10 7519 1726888140.07665: Set connection var ansible_connection to ssh 7519 1726888140.07667: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888140.07739: variable 'ansible_shell_executable' from source: unknown 7519 1726888140.07742: variable 'ansible_connection' from source: unknown 7519 1726888140.07744: variable 'ansible_module_compression' from source: unknown 7519 1726888140.07746: variable 'ansible_shell_type' from source: unknown 7519 1726888140.07748: variable 'ansible_shell_executable' from source: unknown 7519 1726888140.07750: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888140.07751: variable 'ansible_pipelining' from source: unknown 7519 1726888140.07753: variable 'ansible_timeout' from source: unknown 7519 1726888140.07755: variable 'ansible_facts' from source: host vars for 'managed_node1' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 7519 1726888140.07830: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py 7519 1726888140.07833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpcg5np9b9 TO /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888140.08161: 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) 7519 1726888140.08178: variable 'omit' from source: magic vars 7519 1726888140.08183: starting attempt loop 7519 1726888140.08186: running the handler 7519 1726888140.08194: 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) 7519 1726888140.08242: 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) 7519 1726888140.08280: 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) 7519 1726888140.08338: 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) 7519 1726888140.08362: 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) 7519 1726888140.08510: _low_level_execute_command(): starting 7519 1726888140.08533: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888140.08801: variable 'ansible_managed' from source: unknown 7519 1726888140.08815: variable 'tlog_scope_sssd' from source: role '' defaults 7519 1726888140.08832: variable 'tlog_users_sssd' from source: role '' defaults 7519 1726888140.08846: variable 'tlog_groups_sssd' from source: role '' defaults 7519 1726888140.08859: variable 'tlog_exclude_users_sssd' from source: role '' defaults 7519 1726888140.08872: variable 'tlog_exclude_groups_sssd' from source: role '' defaults 7519 1726888140.09191: Sending initial data 7519 1726888140.09194: Sent initial data (151 bytes) 7519 1726888140.10102: 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__) 7519 1726888140.10193: variable 'ansible_module_compression' from source: unknown 7519 1726888140.10260: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7519 1726888140.10297: variable 'ansible_facts' from source: host vars for 'managed_node2' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 7519 1726888140.10409: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptfrfipni TO /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py 7519 1726888140.10485: 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 <<< 7519 1726888140.10489: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.10504: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888140.10655: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.10658: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888140.10661: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888140.10663: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.11231: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.11257: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.11282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.11307: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.11326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.11385: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888140.11403: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.11414: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.11429: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.11446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.11462: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.11480: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.11495: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.11507: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888140.11518: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.11544: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.11547: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888140.11562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.11578: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.11596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.11608: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888140.11620: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.11635: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.11648: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.11661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.11675: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.11686: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.11702: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.11717: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888140.11746: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888140.11763: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.11837: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.11840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888140.11853: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.11863: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.11878: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.11893: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.11906: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.11920: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.11936: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.11957: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888140.11975: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.12027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 3 <<< 7519 1726888140.12063: Sending initial data 7519 1726888140.12066: Sent initial data (150 bytes) 7519 1726888140.12728: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.12738: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.12744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.12759: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.12802: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.12806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.12810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888140.12815: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.12933: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent <<< 7519 1726888140.12966: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888140.14113: stdout chunk (state=3): >>>/root <<< 7519 1726888140.14254: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.14308: stderr chunk (state=3): >>><<< 7519 1726888140.14312: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888140.14345: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888140.14363: _low_level_execute_command(): starting 7519 1726888140.14369: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151 `" && echo ansible-tmp-1726888140.143504-8034-265518152416151="` echo /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151 `" && echo ansible-tmp-1726888140.143504-8034-265518152416151="` echo /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151 `" ) && sleep 0'"'"'' 7519 1726888140.14605: 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 <<< 7519 1726888140.14608: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888140.14630: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888140.14669: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpcg5np9b9 debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888140.14673: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpcg5np9b9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py <<< 7519 1726888140.14743: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py M:0x001a <<< 7519 1726888140.14781: 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 <<< 7519 1726888140.15783: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888140.15786: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888140.15788: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119343 <<< 7519 1726888140.15795: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptfrfipni debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888140.15797: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptfrfipni /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py <<< 7519 1726888140.15799: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7519 1726888140.15801: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py M:0x001a <<< 7519 1726888140.15803: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119342 <<< 7519 1726888140.16169: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119343 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888140.16172: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888140.16175: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119342 bytes at 0 <<< 7519 1726888140.16203: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888140.16439: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.16494: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.16554: stdout chunk (state=3): >>><<< 7519 1726888140.16557: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptfrfipni /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmptfrfipni\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119342\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119342 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888140.16607: done transferring module to remote 7519 1726888140.16610: _low_level_execute_command(): starting 7519 1726888140.16612: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888140.16814: stderr chunk (state=3): >>><<< 7519 1726888140.16819: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpcg5np9b9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 3\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpcg5np9b9\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119343\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119343 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888140.16861: done transferring module to remote 7519 1726888140.16865: _low_level_execute_command(): starting 7519 1726888140.16868: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888140.17011: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.17017: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.17020: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.17025: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.17054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.17070: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888140.17079: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.17086: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.17097: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.17110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.17126: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.17133: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.17140: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.17149: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888140.17157: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.17167: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.17178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.17191: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.17199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.17207: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888140.17217: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.17220: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.17237: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.17240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.17247: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.17256: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.17335: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.17347: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.17350: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.17365: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.17368: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.17376: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.17383: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.17396: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.17467: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888140.17471: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.17533: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888140.18074: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.18609: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.18612: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.18619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.18673: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.18676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.18714: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888140.18735: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.18738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.18775: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.18779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.18810: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888140.18861: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.18865: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.18870: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.18886: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.18888: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.18928: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.18932: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.18935: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888140.18986: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.18989: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.18992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.18994: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.18996: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.18998: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.19001: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.19003: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.19005: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.19039: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.19042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.19047: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.19056: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888140.19063: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.19070: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.19080: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.19090: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888140.19095: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.19104: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.19118: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.19125: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.19138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.19298: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.19301: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.19303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.19305: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888140.19307: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.19310: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.19316: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.19318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.19321: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.19324: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.19401: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.19427: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.19441: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.19444: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.19457: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.19463: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.19470: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.19477: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.19487: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.19496: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.19532: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888140.19559: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.19563: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.19565: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.19567: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.19570: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888140.19576: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.19583: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.19589: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.19602: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888140.19629: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.19677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888140.20969: stdout chunk (state=3): >>>ansible-tmp-1726888140.143504-8034-265518152416151=/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151 <<< 7519 1726888140.21200: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.21282: stderr chunk (state=3): >>><<< 7519 1726888140.21298: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888140.143504-8034-265518152416151=/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888140.21320: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888140.143504-8034-265518152416151=/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888140.21349: evaluation_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks 7519 1726888140.21367: search_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/sssd-session-recording.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/sssd-session-recording.conf 7519 1726888140.21401: variable 'ansible_search_path' from source: unknown 7519 1726888140.21571: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.21574: stdout chunk (state=3): >>><<< 7519 1726888140.21577: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888140.21625: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888140.21632: _low_level_execute_command(): starting 7519 1726888140.21741: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.21745: stdout chunk (state=3): >>><<< 7519 1726888140.21840: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888140.21873: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888140.21878: _low_level_execute_command(): starting 7519 1726888140.21882: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888140.21930: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888140.22354: 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) 7519 1726888140.22392: 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) 7519 1726888140.22421: 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) 7519 1726888140.22491: 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) 7519 1726888140.22508: 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) 7519 1726888140.23756: variable 'ansible_managed' from source: unknown 7519 1726888140.23760: variable 'tlog_scope_sssd' from source: role '' defaults 7519 1726888140.23765: variable 'tlog_users_sssd' from source: role '' defaults 7519 1726888140.23771: variable 'tlog_groups_sssd' from source: role '' defaults 7519 1726888140.23775: variable 'tlog_exclude_users_sssd' from source: role '' defaults 7519 1726888140.23778: variable 'tlog_exclude_groups_sssd' from source: role '' defaults 7519 1726888140.25492: 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__) 7519 1726888140.25651: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.25661: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.25672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.25685: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.25729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.25769: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888140.25857: variable 'ansible_module_compression' from source: unknown 7519 1726888140.25919: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7519 1726888140.25938: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.25944: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.25953: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.25961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.25969: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.25976: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.25987: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.25994: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888140.26000: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.26008: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.26018: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.26029: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.26039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.26158: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888140.26166: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.26173: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.26181: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.26190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.26201: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.26208: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.26279: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.26319: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888140.26349: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.26366: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.26374: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.26382: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.26395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.26398: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.26417: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.26420: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.26425: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.26428: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.26430: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.26441: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888140.26444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.26471: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.26584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 7519 1726888140.26630: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888140.26636: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py 7519 1726888140.26665: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpvkyjm_pi TO /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py 7519 1726888140.26683: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.26698: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.26749: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.26764: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.26790: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.26841: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888140.26879: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888140.26896: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.26921: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.26941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.26957: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.26969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.26994: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888140.27021: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.27061: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.27140: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.27161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.27175: Sending initial data 7519 1726888140.27183: Sent initial data (150 bytes) 7519 1726888140.27197: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.27240: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.27351: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.27497: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.27515: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.27534: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.27607: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.27630: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.27642: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.27653: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.27684: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888140.27706: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.27829: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888140.28633: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 7519 1726888140.28637: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7519 1726888140.28693: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888140.28739: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888140.28760: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888140.28817: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888140.28820: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888140.28861: 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' <<< 7519 1726888140.28906: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888140.28909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888140.28941: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888140.28944: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8dc0> <<< 7519 1726888140.28992: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8b20> <<< 7519 1726888140.28995: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.29016: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.29035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.29048: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.29052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.29077: 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' <<< 7519 1726888140.29118: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8ac0> import '_signal' # <<< 7519 1726888140.29121: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888140.29140: 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' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d490> <<< 7519 1726888140.29146: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.29157: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.29160: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.29172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.29175: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.29190: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.29194: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.29199: 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 # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d670> <<< 7519 1726888140.29202: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888140.29204: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.29234: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.29237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.29239: 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' <<< 7519 1726888140.29274: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.29279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.29335: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888140.29339: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888140.29361: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.29382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888140.29385: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.29387: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.29388: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888140.29390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.29392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888140.29394: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888140.29396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888140.29528: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234220> <<< 7519 1726888140.29538: 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 0x7fac6d257850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234940> <<< 7519 1726888140.29556: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d295880> <<< 7519 1726888140.29582: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.29585: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.29599: 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' <<< 7519 1726888140.29601: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d22dd90> <<< 7519 1726888140.29656: 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 0x7fac6d257d90> <<< 7519 1726888140.29659: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.29671: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.29683: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.29718: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.29743: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d970> <<< 7519 1726888140.29749: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.29752: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.29754: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.29756: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.29759: 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. <<< 7519 1726888140.29760: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888140.29778: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.29830: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888140.29952: 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' <<< 7519 1726888140.30002: 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' <<< 7519 1726888140.30006: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888140.30070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888140.30073: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888140.30075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfaeeb0> <<< 7519 1726888140.30194: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb1f40> <<< 7519 1726888140.30197: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888140.30218: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888140.30252: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888140.30315: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888140.30882: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888140.30914: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888140.30917: stdout chunk (state=3): >>># 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 0x7fac6cfa7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfad640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfae370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888140.30919: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888140.30921: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888140.31037: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.31107: 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' <<< 7519 1726888140.31111: stdout chunk (state=3): >>># /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 0x7f28c75b3dc0> <<< 7519 1726888140.31113: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3b20> <<< 7519 1726888140.31115: 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 0x7f28c75b3ac0> <<< 7519 1726888140.31117: stdout chunk (state=3): >>>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 0x7f28c7558490> <<< 7519 1726888140.31119: 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' <<< 7519 1726888140.31121: 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' # <<< 7519 1726888140.31193: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558670> <<< 7519 1726888140.31198: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888140.31201: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.31288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888140.31291: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888140.31294: 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 0x7fac6cf30d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30850> 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 0x7fac6cf30e50> # /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 0x7fac6cf30f10> # /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 0x7fac6cf30e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf89cd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf825b0> # /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 0x7fac6cf96610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5dc0> # /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 0x7fac6cf42c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf891f0> <<< 7519 1726888140.31298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f190> # /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' <<< 7519 1726888140.31301: 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 0x7fac6cf96220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfbb970> # /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' <<< 7519 1726888140.31303: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888140.31305: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f220> <<< 7519 1726888140.31307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42d30> # /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py <<< 7519 1726888140.31309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42ca0> # /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' <<< 7519 1726888140.31312: 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 0x7f28c7532850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7570880> <<< 7519 1726888140.31354: 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 0x7f28c7508d90> # /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 0x7f28c7532d90> <<< 7519 1726888140.31637: 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 <<< 7519 1726888140.31641: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558970> <<< 7519 1726888140.31647: stdout chunk (state=3): >>># 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 0x7fac6cf16310> <<< 7519 1726888140.31654: stdout chunk (state=3): >>># /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 0x7fac6cf16400> <<< 7519 1726888140.31657: 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. <<< 7519 1726888140.31837: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf4cf40> <<< 7519 1726888140.31842: 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' # /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888140.31845: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf449d0> <<< 7519 1726888140.33180: stdout chunk (state=3): >>># 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' <<< 7519 1726888140.33191: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44520> # /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 0x7fac6ce49160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf00dc0> <<< 7519 1726888140.33196: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d2eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d6f40> # /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' <<< 7519 1726888140.33199: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888140.33203: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5fa0> # /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' <<< 7519 1726888140.33208: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce5ba90> import 'errno' # <<< 7519 1726888140.33211: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888140.33216: 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 0x7fac6ce5bdc0> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888140.33218: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888140.33221: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpvkyjm_pi <<< 7519 1726888140.33225: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpvkyjm_pi /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py <<< 7519 1726888140.33227: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py M:0x001a <<< 7519 1726888140.33230: stdout chunk (state=3): >>># 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 0x7fac6ce6d6d0> # /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 0x7fac6ce6dc10> # 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 0x7fac6cdfb340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce5beb0> # /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' <<< 7519 1726888140.33232: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119342 <<< 7519 1726888140.33235: 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' # /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 0x7f28c74cc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d4640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d2370> # /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 0x7f28c7455d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455850> 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 0x7f28c7455e50> # /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 0x7f28c7455f10> # /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 0x7f28c7455e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74aecd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74a85b0> <<< 7519 1726888140.33237: 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 0x7f28c74bb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dadc0> <<< 7519 1726888140.33240: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py <<< 7519 1726888140.33242: stdout chunk (state=3): >>># 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 0x7f28c7467c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74ae1f0> # 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 0x7f28c74bb220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74e0970> <<< 7519 1726888140.33245: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888140.33248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888140.33250: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7519 1726888140.33252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888140.33254: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py<<< 7519 1726888140.33256: stdout chunk (state=3): >>> <<< 7519 1726888140.33258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7519 1726888140.33261: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467f40><<< 7519 1726888140.33263: stdout chunk (state=3): >>> <<< 7519 1726888140.33265: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467d30><<< 7519 1726888140.33266: stdout chunk (state=3): >>> <<< 7519 1726888140.33268: 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'<<< 7519 1726888140.33270: stdout chunk (state=3): >>> <<< 7519 1726888140.33273: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467ca0><<< 7519 1726888140.33566: stdout chunk (state=3): >>> <<< 7519 1726888140.33570: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py<<< 7519 1726888140.33572: stdout chunk (state=3): >>> <<< 7519 1726888140.33665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc'<<< 7519 1726888140.33677: stdout chunk (state=3): >>> <<< 7519 1726888140.33681: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7519 1726888140.33685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc'<<< 7519 1726888140.33688: stdout chunk (state=3): >>> <<< 7519 1726888140.33691: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py<<< 7519 1726888140.33694: stdout chunk (state=3): >>> <<< 7519 1726888140.33697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888140.33701: 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 0x7fac6ce0b220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6d550> 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 0x7fac6ce0b2e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42970> # /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 0x7fac6ce27640> # /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 0x7fac6ce27910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27700> # 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 0x7fac6ce277f0> # /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 0x7fac6ce27c40> # 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 0x7fac6ce35190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce1a9d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42550> # /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 0x7fac6ce27a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fac6cd47610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available <<< 7519 1726888140.33861: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py <<< 7519 1726888140.33865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888140.33867: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71fc310> <<< 7519 1726888140.33870: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888140.33873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc'<<< 7519 1726888140.33876: stdout chunk (state=3): >>> <<< 7519 1726888140.33879: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71fc400><<< 7519 1726888140.34061: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/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_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888140.34065: stdout chunk (state=3): >>> <<< 7519 1726888140.34243: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7472f40><<< 7519 1726888140.34246: stdout chunk (state=3): >>> <<< 7519 1726888140.34248: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74699d0> <<< 7519 1726888140.34250: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469520><<< 7519 1726888140.34252: stdout chunk (state=3): >>> <<< 7519 1726888140.34254: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888140.34256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888140.34259: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py<<< 7519 1726888140.34262: stdout chunk (state=3): >>> <<< 7519 1726888140.34307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888140.34439: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7519 1726888140.34498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc'<<< 7519 1726888140.34502: stdout chunk (state=3): >>> <<< 7519 1726888140.34504: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7149160><<< 7519 1726888140.34506: stdout chunk (state=3): >>> <<< 7519 1726888140.34507: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71e5dc0><<< 7519 1726888140.34509: stdout chunk (state=3): >>> <<< 7519 1726888140.34511: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469e50><<< 7519 1726888140.34515: stdout chunk (state=3): >>> <<< 7519 1726888140.34586: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dafa0> <<< 7519 1726888140.34609: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py<<< 7519 1726888140.34611: stdout chunk (state=3): >>> <<< 7519 1726888140.34615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc'<<< 7519 1726888140.34617: stdout chunk (state=3): >>> <<< 7519 1726888140.34619: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py<<< 7519 1726888140.34621: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' <<< 7519 1726888140.34624: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c715aa90><<< 7519 1726888140.34626: stdout chunk (state=3): >>> <<< 7519 1726888140.34704: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888140.34707: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.34710: 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 0x7f28c715adc0><<< 7519 1726888140.34712: stdout chunk (state=3): >>> <<< 7519 1726888140.34717: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888140.34770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7519 1726888140.34773: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py<<< 7519 1726888140.34781: stdout chunk (state=3): >>> <<< 7519 1726888140.34783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc'<<< 7519 1726888140.34801: stdout chunk (state=3): >>> <<< 7519 1726888140.34804: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716e6d0> <<< 7519 1726888140.34806: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py<<< 7519 1726888140.34877: stdout chunk (state=3): >>> <<< 7519 1726888140.34880: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119342 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888140.34883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc'<<< 7519 1726888140.34885: stdout chunk (state=3): >>> <<< 7519 1726888140.34887: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716ec10><<< 7519 1726888140.34889: stdout chunk (state=3): >>> <<< 7519 1726888140.34891: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888140.34893: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.34894: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.34898: stdout chunk (state=3): >>> <<< 7519 1726888140.35078: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c70fa340><<< 7519 1726888140.35086: stdout chunk (state=3): >>> <<< 7519 1726888140.35090: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.35093: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c715aeb0> <<< 7519 1726888140.35095: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888140.35097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc'<<< 7519 1726888140.35101: stdout chunk (state=3): >>> <<< 7519 1726888140.35236: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.35242: stderr chunk (state=3): >>><<< 7519 1726888140.35245: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpvkyjm_pi /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpvkyjm_pi\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119342\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119342 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888140.35302: done transferring module to remote 7519 1726888140.35329: _low_level_execute_command(): starting 7519 1726888140.35334: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888140.35355: 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 0x7f28c710a220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716e550> 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 0x7f28c710a2e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467970> # /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 <<< 7519 1726888140.35358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc'<<< 7519 1726888140.35417: stdout chunk (state=3): >>> <<< 7519 1726888140.35420: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.35432: stdout chunk (state=3): >>> # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.35436: stdout chunk (state=3): >>> import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126640><<< 7519 1726888140.35539: stdout chunk (state=3): >>> <<< 7519 1726888140.35542: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py<<< 7519 1726888140.35545: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc'<<< 7519 1726888140.35559: stdout chunk (state=3): >>> <<< 7519 1726888140.35565: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.35568: stdout chunk (state=3): >>> # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.35571: stdout chunk (state=3): >>> import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126910><<< 7519 1726888140.35593: stdout chunk (state=3): >>> <<< 7519 1726888140.35650: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126700><<< 7519 1726888140.35657: stdout chunk (state=3): >>> <<< 7519 1726888140.35660: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.35663: stdout chunk (state=3): >>> # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.35665: stdout chunk (state=3): >>> <<< 7519 1726888140.35721: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c71267f0><<< 7519 1726888140.35847: stdout chunk (state=3): >>> <<< 7519 1726888140.35852: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7519 1726888140.35880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7519 1726888140.35915: 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 0x7fac6c74e760> <<< 7519 1726888140.35938: 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' <<< 7519 1726888140.35942: 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' # 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 0x7fac6c74e160> <<< 7519 1726888140.36001: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.36006: stdout chunk (state=3): >>> <<< 7519 1726888140.36009: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.36198: stdout chunk (state=3): >>> import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126c40> <<< 7519 1726888140.36204: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e280> <<< 7519 1726888140.36245: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.36255: 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 0x7f28c7134190> <<< 7519 1726888140.36260: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126880> <<< 7519 1726888140.36263: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71199d0> <<< 7519 1726888140.36267: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74eeb0> # /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 0x7fac6c74efa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74ecd0> 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 0x7fac6c74ef10> # /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 0x7fac6c74e100> # /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 <<< 7519 1726888140.36272: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467550> <<< 7519 1726888140.36277: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888140.36282: 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' <<< 7519 1726888140.36285: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6a3e80> # 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 0x7fac6c6c4fa0> <<< 7519 1726888140.36287: 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 0x7fac6c6c4dc0> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888140.36289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc'<<< 7519 1726888140.36291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888140.36293: stdout chunk (state=3): >>> <<< 7519 1726888140.36300: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6c4430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b5dc0> <<< 7519 1726888140.36302: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126a30> <<< 7519 1726888140.36304: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b53d0> <<< 7519 1726888140.36308: 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' <<< 7519 1726888140.36427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888140.36432: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f28c7046610><<< 7519 1726888140.36625: stdout chunk (state=3): >>> <<< 7519 1726888140.36629: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b5f10> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888140.36633: 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' # /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 0x7fac6c784b50> <<< 7519 1726888140.36635: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71dc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71d340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c754430> <<< 7519 1726888140.36637: 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 0x7fac6c71d460> <<< 7519 1726888140.36639: 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 0x7fac6c71d490> <<< 7519 1726888140.36643: 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 <<< 7519 1726888140.36695: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip'<<< 7519 1726888140.36699: stdout chunk (state=3): >>> <<< 7519 1726888140.36702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888140.36704: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.36706: stdout chunk (state=3): >>># /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' <<< 7519 1726888140.36785: 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 0x7fac6c686130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795190> <<< 7519 1726888140.36789: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888140.36846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888140.36850: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.36853: 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 0x7fac6c692940> <<< 7519 1726888140.36885: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py<<< 7519 1726888140.36936: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795310> <<< 7519 1726888140.36964: stdout chunk (state=3): >>> <<< 7519 1726888140.36993: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888140.37005: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.37009: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.37011: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py<<< 7519 1726888140.37019: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.37047: stdout chunk (state=3): >>> <<< 7519 1726888140.37051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7519 1726888140.37054: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888140.37056: stdout chunk (state=3): >>> <<< 7519 1726888140.37059: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7aecd0> <<< 7519 1726888140.37224: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6928e0> <<< 7519 1726888140.37258: 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 0x7fac6c692730> <<< 7519 1726888140.37469: 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 0x7fac6c6916d0> # 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 0x7fac6c691610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c78d880> # /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 0x7fac6c718640> <<< 7519 1726888140.37667: 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 0x7fac6c716a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7250d0> <<< 7519 1726888140.37715: 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 0x7fac6c7180a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c75a9a0> # zipimport: zlib available <<< 7519 1726888140.37771: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888140.37774: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.37858: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.37957: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888140.37960: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888140.37963: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.37967: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888140.38071: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.38189: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.38639: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.39102: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/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_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888140.39148: 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' <<< 7519 1726888140.39202: 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 0x7fac6c674fa0> <<< 7519 1726888140.39297: 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 0x7fac6c656d90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c24d5e0> <<< 7519 1726888140.39381: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888140.39400: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888140.39493: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.39671: 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' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c70b9a0> # zipimport: zlib available <<< 7519 1726888140.40040: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.40099: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.40399: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.40459: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.40521: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888140.40590: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.40597: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888140.40643: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.40651: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.40679: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.40703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.40744: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 7519 1726888140.40748: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.40751: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888140.40758: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.40798: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.40818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.40831: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888140.40875: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888140.40948: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.40963: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.40976: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.40988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.41005: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.41020: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.41029: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.41045: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.41058: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888140.41084: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.41113: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.41160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.41193: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.41196: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888140.41212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.41231: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888140.41235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888140.41246: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.41258: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.41272: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.41285: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.41311: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7514c0> # zipimport: zlib available <<< 7519 1726888140.41317: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.41332: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.41382: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.41453: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/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_fro41at1/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_fro41at1/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_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888140.41474: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.41495: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.41512: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.41539: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.41542: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888140.41554: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.41570: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.41626: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.41632: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.41647: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.41659: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.41668: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.41676: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.41731: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.41747: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888140.41763: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.41817: 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 0x7f28c6f6d760><<< 7519 1726888140.41820: 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 # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888140.41825: stdout chunk (state=3): >>> <<< 7519 1726888140.41868: 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' <<< 7519 1726888140.41886: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888140.41890: 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 0x7fac6c7a0be0> <<< 7519 1726888140.41907: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888140.41919: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c229df0> <<< 7519 1726888140.41930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888140.41965: 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' <<< 7519 1726888140.41968: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/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_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888140.42024: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.42027: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.42028: stdout chunk (state=3): >>> import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6f6d160><<< 7519 1726888140.42030: stdout chunk (state=3): >>> <<< 7519 1726888140.42096: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d280> <<< 7519 1726888140.42098: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.42168: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6deb0> <<< 7519 1726888140.42172: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py<<< 7519 1726888140.42176: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888140.42178: stdout chunk (state=3): >>> <<< 7519 1726888140.42200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888140.42210: 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' <<< 7519 1726888140.42248: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888140.42277: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6dfa0><<< 7519 1726888140.42280: stdout chunk (state=3): >>> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6dcd0> <<< 7519 1726888140.42293: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888140.42296: 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 # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888140.42349: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.42351: 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 0x7f28c6f6df10> <<< 7519 1726888140.42400: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888140.42403: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c64de80> <<< 7519 1726888140.42442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888140.42445: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c64ab20> <<< 7519 1726888140.42504: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d100> <<< 7519 1726888140.42507: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c79e8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888140.42543: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888140.42565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<< 7519 1726888140.42568: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/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_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888140.42572: stdout chunk (state=3): >>> <<< 7519 1726888140.42610: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py<<< 7519 1726888140.42615: stdout chunk (state=3): >>> <<< 7519 1726888140.42644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc'<<< 7519 1726888140.42648: stdout chunk (state=3): >>> <<< 7519 1726888140.42666: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 7519 1726888140.42681: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888140.42684: 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' <<< 7519 1726888140.42764: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.42808: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c696de80> <<< 7519 1726888140.42883: 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'<<< 7519 1726888140.42886: stdout chunk (state=3): >>> <<< 7519 1726888140.42889: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c698dfa0><<< 7519 1726888140.42891: stdout chunk (state=3): >>> <<< 7519 1726888140.42944: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.42947: stdout chunk (state=3): >>># 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 0x7f28c698ddc0> <<< 7519 1726888140.42961: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.42976: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888140.43029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888140.43081: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c698d430> <<< 7519 1726888140.43114: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd4dc0> <<< 7519 1726888140.43153: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888140.43390: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd43d0><<< 7519 1726888140.43393: stdout chunk (state=3): >>> <<< 7519 1726888140.43420: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888140.43435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888140.43467: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd4f10> <<< 7519 1726888140.43525: 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'<<< 7519 1726888140.43529: stdout chunk (state=3): >>> <<< 7519 1726888140.43566: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7519 1726888140.43569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7519 1726888140.43606: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py<<< 7519 1726888140.43611: stdout chunk (state=3): >>> <<< 7519 1726888140.43626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888140.43667: 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'<<< 7519 1726888140.43687: stdout chunk (state=3): >>> <<< 7519 1726888140.43813: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.43816: stdout chunk (state=3): >>><<< 7519 1726888140.43819: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888140.43962: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888140.43967: _low_level_execute_command(): starting 7519 1726888140.43981: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888140.43990: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fa3b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f72430> # 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 0x7f28c69e9460> # /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 0x7f28c69e9490> <<< 7519 1726888140.44029: 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<<< 7519 1726888140.44032: stdout chunk (state=3): >>> <<< 7519 1726888140.44046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888140.44083: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888140.44136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'<<< 7519 1726888140.44140: stdout chunk (state=3): >>> <<< 7519 1726888140.44155: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 119, "inode": 501219459, "dev": 51713, "nlink": 1, "atime": 1726888119.62437, "mtime": 1726888114.738307, "ctime": 1726888115.1343122, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "mimetype": "text/plain", "charset": "us-ascii", "version": "249629386", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7519 1726888140.44185: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888140.44240: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.44245: stdout chunk (state=3): >>> # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.44249: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6950130> <<< 7519 1726888140.44261: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5190> <<< 7519 1726888140.44298: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py<<< 7519 1726888140.44303: stdout chunk (state=3): >>> <<< 7519 1726888140.44317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888140.44409: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.44412: stdout chunk (state=3): >>> # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.44419: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695c940> <<< 7519 1726888140.44434: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5310> <<< 7519 1726888140.44463: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888140.44550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888140.44557: 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 # 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 <<< 7519 1726888140.44595: 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 # 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 <<< 7519 1726888140.44603: 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 <<< 7519 1726888140.44608: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.44630: 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' # <<< 7519 1726888140.44647: stdout chunk (state=3): >>># 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 gc <<< 7519 1726888140.44690: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fcdcd0> <<< 7519 1726888140.44840: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888140.44859: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888140.44928: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888140.44932: stdout chunk (state=3): >>># destroy _compression <<< 7519 1726888140.44936: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888140.44939: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c695c8e0> <<< 7519 1726888140.44951: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.44978: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888140.45001: stdout chunk (state=3): >>># destroy array <<< 7519 1726888140.45005: stdout chunk (state=3): >>># destroy datetime <<< 7519 1726888140.45054: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888140.45058: 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 0x7f28c695c730><<< 7519 1726888140.45060: stdout chunk (state=3): >>> <<< 7519 1726888140.45085: stdout chunk (state=3): >>># cleanup[3] wiping gc # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 7519 1726888140.45126: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.45133: 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 0x7f28c695b6d0><<< 7519 1726888140.45136: stdout chunk (state=3): >>> <<< 7519 1726888140.45164: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.45168: 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 <<< 7519 1726888140.45190: 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' <<< 7519 1726888140.45210: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695b610> <<< 7519 1726888140.45299: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fad880> <<< 7519 1726888140.45304: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.45307: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.45310: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 7519 1726888140.45313: 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 <<< 7519 1726888140.45317: 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' <<< 7519 1726888140.45319: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.45324: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888140.45338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888140.45399: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.45404: stdout chunk (state=3): >>> # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.45421: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e1640> <<< 7519 1726888140.45442: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize <<< 7519 1726888140.45468: stdout chunk (state=3): >>># destroy _heapq # destroy posixpath <<< 7519 1726888140.45473: stdout chunk (state=3): >>># destroy stat <<< 7519 1726888140.45531: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.45537: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888140.45570: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888140.45843: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.45848: stdout chunk (state=3): >>> <<< 7519 1726888140.46000: 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 0x7f28c69e0a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69ef0d0> # 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 0x7f28c69e10a0><<< 7519 1726888140.46004: stdout chunk (state=3): >>> <<< 7519 1726888140.46006: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f7a9a0> <<< 7519 1726888140.46069: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888140.46073: stdout chunk (state=3): >>><<< 7519 1726888140.46077: stderr chunk (state=3): >>><<< 7519 1726888140.46079: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 7519 1726888140.46082: stdout chunk (state=3): >>> <<< 7519 1726888140.46127: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888140.46130: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d257850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d295880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d22dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d257d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfaeeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfa7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfad640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf30d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf89cd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf825b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf96610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf42c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf891f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cf96220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfbb970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf16310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf16400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf4cf40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf449d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce49160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf00dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce5ba90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce5bdc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6d6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6dc10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6cdfb340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce5beb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce0b220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6d550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce0b2e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce277f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce27c40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6ce35190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce1a9d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27a30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fac6cd47610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c74e160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74eeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74efa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74ecd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c74ef10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6a3e80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6c4fa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6c4dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6c4430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b5dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b53d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b5f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c784b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71dc70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71d340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c754430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c71d460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71d490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c686130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c692940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7aecd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6928e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c692730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c6916d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c691610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c78d880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c718640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c716a60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7250d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c7180a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c75a9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c674fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c656d90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c24d5e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c70b9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7514c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac6c7a0be0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c229df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c64de80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c64ab20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c79e8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'gc\' # \r\n\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 119, "inode": 501219459, "dev": 51713, "nlink": 1, "atime": 1726888119.62437, "mtime": 1726888114.738307, "ctime": 1726888115.1343122, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "mimetype": "text/plain", "charset": "us-ascii", "version": "249629386", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888140.48127: _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 0x7fac6d2d8dc0> # /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 0x7fac6d27d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d2d8b20> # /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 0x7fac6d2d8ac0> 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 0x7fac6d27d490> # /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 0x7fac6d27d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d670> # /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 0x7fac6d234190> # /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 0x7fac6d234220> # /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 0x7fac6d257850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d234940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d295880> # /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 0x7fac6d22dd90> # /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 0x7fac6d257d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6d27d970> 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 0x7fac6cfaeeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb1f40> # /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 0x7fac6cfa7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfad640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfae370> # /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 0x7fac6cf30d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf30850> 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 0x7fac6cf30e50> # /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 0x7fac6cf30f10> # /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 0x7fac6cf30e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf89cd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf825b0> # /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 0x7fac6cf96610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5dc0> # /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 0x7fac6cf42c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf891f0> # 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 0x7fac6cf96220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfbb970> # /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 0x7fac6cf42f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42d30> # /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 0x7fac6cf42ca0> # /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 0x7fac6cf16310> # /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 0x7fac6cf16400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf4cf40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf449d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44520> # /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 0x7fac6ce49160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf00dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf44e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cfb5fa0> # /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 0x7fac6ce5ba90> 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 0x7fac6ce5bdc0> # /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 0x7fac6ce6d6d0> # /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 0x7fac6ce6dc10> # 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 0x7fac6cdfb340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce5beb0> # /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 0x7fac6ce0b220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce6d550> 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 0x7fac6ce0b2e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42970> # /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 0x7fac6ce27640> # /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 0x7fac6ce27910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27700> # 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 0x7fac6ce277f0> # /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 0x7fac6ce27c40> # 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 0x7fac6ce35190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce27880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6ce1a9d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6cf42550> # /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 0x7fac6ce27a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fac6cd47610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_fro41at1/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/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_fro41at1/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 0x7fac6c74e760> # /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 0x7fac6c74e160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74e280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74eeb0> # /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 0x7fac6c74efa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c74ecd0> 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 0x7fac6c74ef10> # /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 0x7fac6c74e100> # /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 0x7fac6c6a3e80> # 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 0x7fac6c6c4fa0> # 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 0x7fac6c6c4dc0> # /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 0x7fac6c6c4430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b5dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7b53d0> # /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 0x7fac6c7b5f10> # /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 0x7fac6c784b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71dc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c71d340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c754430> # 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 0x7fac6c71d460> # /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 0x7fac6c71d490> # /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 0x7fac6c686130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795190> # /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 0x7fac6c692940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c795310> # /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 0x7fac6c7aecd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c6928e0> # 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 0x7fac6c692730> # 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 0x7fac6c6916d0> # 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 0x7fac6c691610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c78d880> # /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 0x7fac6c718640> # 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 0x7fac6c716a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c7250d0> # 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 0x7fac6c7180a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c75a9a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/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_fro41at1/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_fro41at1/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_fro41at1/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_fro41at1/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 0x7fac6c674fa0> # /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 0x7fac6c656d90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c24d5e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/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_fro41at1/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 0x7fac6c70b9a0> # 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_fro41at1/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_fro41at1/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_fro41at1/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_fro41at1/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_fro41at1/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 0x7fac6c7514c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/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_fro41at1/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_fro41at1/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_fro41at1/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_fro41at1/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 0x7fac6c7a0be0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c229df0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/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_fro41at1/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 0x7fac6c64de80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c64ab20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac6c79e8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_fro41at1/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_fro41at1/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_fro41at1/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_fro41at1/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_fro41at1/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'gc' # {"changed": false, "stat": {"exists": true, "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 119, "inode": 501219459, "dev": 51713, "nlink": 1, "atime": 1726888119.62437, "mtime": 1726888114.738307, "ctime": 1726888115.1343122, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "mimetype": "text/plain", "charset": "us-ascii", "version": "249629386", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "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 # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888140.50282: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.50981: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888140.50984: stdout chunk (state=3): >>> # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/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_krnre44v/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 <<< 7519 1726888140.50988: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.51007: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent <<< 7519 1726888140.51010: done with _execute_module (ansible.legacy.stat, {'path': '/etc/sssd/conf.d/sssd-session-recording.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888140.0267246-8029-33733126720340/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7519 1726888140.51041: variable 'ansible_module_compression' from source: unknown 7519 1726888140.51060: ANSIBALLZ: Using generic lock for ansible.legacy.file 7519 1726888140.51063: ANSIBALLZ: Acquiring lock 7519 1726888140.51077: ANSIBALLZ: Lock acquired: 140005031086368 7519 1726888140.51082: ANSIBALLZ: Creating module 7519 1726888140.51084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888140.51087: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888140.51090: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7519 1726888140.51094: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 7519 1726888140.51097: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888140.51118: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888140.51129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888140.51133: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.51135: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.51182: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c692afa0> <<< 7519 1726888140.51221: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888140.51227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7519 1726888140.51229: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c691fd90> <<< 7519 1726888140.51267: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c65505e0> <<< 7519 1726888140.51273: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888140.51297: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.51300: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.51304: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888140.51306: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.51309: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.51312: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888140.51650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7519 1726888140.51653: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69d59a0> <<< 7519 1726888140.51656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.51658: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # <<< 7519 1726888140.51673: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.51676: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888140.51678: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 7519 1726888140.51680: stdout chunk (state=3): >>># installed zipimport hook <<< 7519 1726888140.51682: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888140.51684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888140.51686: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888140.51688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888140.51689: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888140.51691: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8dc0> <<< 7519 1726888140.51708: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888140.51711: 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 0x7fc17807d3a0> <<< 7519 1726888140.51721: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8b20> <<< 7519 1726888140.51723: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py <<< 7519 1726888140.51727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7519 1726888140.51729: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8ac0> <<< 7519 1726888140.51731: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888140.51734: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 7519 1726888140.51739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7519 1726888140.51754: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d490> <<< 7519 1726888140.51758: 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' <<< 7519 1726888140.51761: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7519 1726888140.51763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # <<< 7519 1726888140.51778: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d940> <<< 7519 1726888140.51793: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d670> <<< 7519 1726888140.51803: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888140.51848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888140.51855: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.51857: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888140.51859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888140.51861: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888140.51863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888140.51866: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034190> <<< 7519 1726888140.51868: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888140.51870: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.51872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888140.51933: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888140.51936: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.51950: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888140.51969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888140.51972: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888140.51974: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.51976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178057850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178095880> <<< 7519 1726888140.51979: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py <<< 7519 1726888140.51981: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888140.51983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17802dd90> <<< 7519 1726888140.51987: 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' # <<< 7519 1726888140.51989: stdout chunk (state=3): >>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178057d90> <<< 7519 1726888140.51990: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.52039: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d970> <<< 7519 1726888140.52049: 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. <<< 7519 1726888140.52052: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888140.52055: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.52057: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.52145: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888140.52153: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.52155: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.52158: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888140.52159: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.52191: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888140.52195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888140.52264: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888140.52285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7519 1726888140.52289: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888140.52292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888140.52294: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888140.52306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7519 1726888140.52308: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177daeeb0> <<< 7519 1726888140.52359: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.52364: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db0f40> <<< 7519 1726888140.52376: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888140.52382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888140.52385: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888140.52388: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888140.52440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888140.52489: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888140.52497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888140.52499: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177da7610> <<< 7519 1726888140.52502: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dad640> <<< 7519 1726888140.52504: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dae370> <<< 7519 1726888140.52506: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888140.52627: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888140.52631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888140.52636: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888140.52679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888140.52682: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888140.52684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888140.52687: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888140.52689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888140.52732: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.52735: stdout chunk (state=3): >>># 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 0x7fc177d30d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30850> <<< 7519 1726888140.52738: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888140.52784: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f714c0> <<< 7519 1726888140.52787: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.52807: 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 0x7fc177d30e50> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888140.52830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888140.52833: stdout chunk (state=3): >>>import '_operator' # <<< 7519 1726888140.52874: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30f10> <<< 7519 1726888140.52878: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7519 1726888140.52889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30e20> <<< 7519 1726888140.52891: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.52893: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888140.52956: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d89cd0> <<< 7519 1726888140.52960: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888140.52999: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888140.53002: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py <<< 7519 1726888140.53004: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888140.53006: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d825b0> <<< 7519 1726888140.53019: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888140.53050: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.53053: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py <<< 7519 1726888140.53081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d96610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5dc0> <<< 7519 1726888140.53084: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.53141: 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' <<< 7519 1726888140.53171: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888140.53174: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.53177: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.53201: 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 0x7fc177d42c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d891f0> <<< 7519 1726888140.53205: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.53208: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.53210: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d96220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dbb970> <<< 7519 1726888140.53212: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.53325: 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' <<< 7519 1726888140.53329: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7519 1726888140.53347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888140.53350: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.53352: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888140.53354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42f40> <<< 7519 1726888140.53414: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42d30> <<< 7519 1726888140.53431: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py <<< 7519 1726888140.53448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' <<< 7519 1726888140.53451: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42ca0> <<< 7519 1726888140.53453: 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' <<< 7519 1726888140.53456: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.53588: 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' <<< 7519 1726888140.53662: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888140.53665: 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 <<< 7519 1726888140.53668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888140.53670: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py <<< 7519 1726888140.53921: 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 0x7fc177d16310> <<< 7519 1726888140.53929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888140.53932: stdout chunk (state=3): >>># /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' <<< 7519 1726888140.53935: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d16400> <<< 7519 1726888140.54087: 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' <<< 7519 1726888140.54207: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.55279: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6fbfbe0> <<< 7519 1726888140.55319: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6527df0> <<< 7519 1726888140.55321: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d4cf40> <<< 7519 1726888140.55325: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py <<< 7519 1726888140.55328: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888140.55330: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d449d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44520> <<< 7519 1726888140.55332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55383: 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' <<< 7519 1726888140.55389: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888140.55444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888140.55472: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7519 1726888140.55475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c63160> <<< 7519 1726888140.55477: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d00dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5fa0> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888140.55479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55482: 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 # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c75a90> import 'errno' # <<< 7519 1726888140.55484: 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 0x7fc177c75dc0> <<< 7519 1726888140.55491: 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' <<< 7519 1726888140.55493: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55495: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55502: 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 0x7fc177c876d0> <<< 7519 1726888140.55504: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888140.55507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888140.55509: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888140.55511: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c87c10> <<< 7519 1726888140.55515: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888140.55517: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.55519: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.55521: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c15340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c75eb0> <<< 7519 1726888140.55525: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888140.55527: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888140.55530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7519 1726888140.55532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888140.55548: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.55551: 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 0x7fc177c25220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c87550> <<< 7519 1726888140.55554: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888140.55556: stdout chunk (state=3): >>>import 'pwd' # <<< 7519 1726888140.55558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888140.55559: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.55561: stdout chunk (state=3): >>># 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 0x7fc177c252e0> <<< 7519 1726888140.55563: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42970> <<< 7519 1726888140.55565: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888140.55567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888140.55569: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888140.55571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888140.55574: 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 0x7fc177c41640> <<< 7519 1726888140.55575: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c691be80> <<< 7519 1726888140.55577: 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' <<< 7519 1726888140.55579: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.55581: stdout chunk (state=3): >>># 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 0x7fc177c41910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41700> <<< 7519 1726888140.55608: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6914b20> <<< 7519 1726888140.55616: 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 0x7fc177c417f0> <<< 7519 1726888140.55618: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7519 1726888140.55620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7519 1726888140.55622: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fbd8e0> <<< 7519 1726888140.55626: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888140.55628: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55630: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55632: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py <<< 7519 1726888140.55634: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888140.55636: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.55638: 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 0x7fc177c41c40> <<< 7519 1726888140.55640: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.55642: 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 0x7fc177c4e190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41880> <<< 7519 1726888140.55644: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c349d0> <<< 7519 1726888140.55646: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888140.55647: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42550> <<< 7519 1726888140.55649: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55655: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888140.55657: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55659: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py <<< 7519 1726888140.55661: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888140.55665: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41a30> <<< 7519 1726888140.55667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888140.55669: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc177b61610> <<< 7519 1726888140.55671: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55695: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip' <<< 7519 1726888140.55699: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55701: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55704: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888140.55706: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55708: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888140.55717: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55740: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.55893: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888140.56710: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.57661: 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 0x7fc17754e760> <<< 7519 1726888140.57702: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7519 1726888140.57751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888140.57757: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888140.57760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888140.57763: stdout chunk (state=3): >>> <<< 7519 1726888140.57794: stdout chunk (state=3): >>>{"changed": false, "stat": {"exists": true, "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 119, "inode": 507510916, "dev": 51713, "nlink": 1, "atime": 1726888105.3949866, "mtime": 1726888105.037986, "ctime": 1726888105.3989868, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "mimetype": "text/plain", "charset": "us-ascii", "version": "2935631627", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}<<< 7519 1726888140.57798: stdout chunk (state=3): >>> <<< 7519 1726888140.57800: 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' # extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.57803: stdout chunk (state=3): >>># 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 0x7fc17754e160> <<< 7519 1726888140.57805: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888140.57807: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e280> <<< 7519 1726888140.57866: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754eeb0> <<< 7519 1726888140.57870: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888140.57892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888140.57898: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754efa0> <<< 7519 1726888140.57901: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754ecd0> import 'atexit' # <<< 7519 1726888140.57954: 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 0x7fc17754ef10> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888140.57984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888140.58090: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e100> <<< 7519 1726888140.58094: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888140.58096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888140.58099: 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' <<< 7519 1726888140.58482: stdout chunk (state=3): >>># clear builtins._<<< 7519 1726888140.58839: stdout chunk (state=3): >>> # clear sys.path<<< 7519 1726888140.58855: stdout chunk (state=3): >>> <<< 7519 1726888140.59066: stdout chunk (state=3): >>># clear sys.argv<<< 7519 1726888140.59167: stdout chunk (state=3): >>> # clear sys.ps1<<< 7519 1726888140.59211: stdout chunk (state=3): >>> <<< 7519 1726888140.59358: stdout chunk (state=3): >>># clear sys.ps2<<< 7519 1726888140.59720: stdout chunk (state=3): >>> <<< 7519 1726888140.59752: stdout chunk (state=3): >>># clear sys.last_type<<< 7519 1726888140.59755: stdout chunk (state=3): >>> # clear sys.last_value<<< 7519 1726888140.59757: stdout chunk (state=3): >>> # clear sys.last_traceback<<< 7519 1726888140.59759: stdout chunk (state=3): >>> <<< 7519 1726888140.59761: stdout chunk (state=3): >>># clear sys.path_hooks<<< 7519 1726888140.59764: stdout chunk (state=3): >>> <<< 7519 1726888140.59766: stdout chunk (state=3): >>># clear sys.path_importer_cache<<< 7519 1726888140.59768: stdout chunk (state=3): >>> <<< 7519 1726888140.59784: stdout chunk (state=3): >>># clear sys.meta_path<<< 7519 1726888140.59800: stdout chunk (state=3): >>> <<< 7519 1726888140.59815: stdout chunk (state=3): >>># clear sys.__interactivehook__<<< 7519 1726888140.59819: stdout chunk (state=3): >>> <<< 7519 1726888140.59822: stdout chunk (state=3): >>># restore sys.stdin<<< 7519 1726888140.59826: stdout chunk (state=3): >>> # restore sys.stdout<<< 7519 1726888140.59869: stdout chunk (state=3): >>> <<< 7519 1726888140.59872: stdout chunk (state=3): >>># restore sys.stderr<<< 7519 1726888140.59908: stdout chunk (state=3): >>> <<< 7519 1726888140.59911: stdout chunk (state=3): >>># cleanup[2] removing sys<<< 7519 1726888140.59936: stdout chunk (state=3): >>> <<< 7519 1726888140.60048: stdout chunk (state=3): >>># cleanup[2] removing builtins<<< 7519 1726888140.60225: stdout chunk (state=3): >>> <<< 7519 1726888140.60250: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib<<< 7519 1726888140.60254: stdout chunk (state=3): >>> # cleanup[2] removing _imp<<< 7519 1726888140.60257: stdout chunk (state=3): >>> <<< 7519 1726888140.60259: stdout chunk (state=3): >>># cleanup[2] removing _thread<<< 7519 1726888140.60261: stdout chunk (state=3): >>> # cleanup[2] removing _warnings<<< 7519 1726888140.60263: stdout chunk (state=3): >>> <<< 7519 1726888140.60264: stdout chunk (state=3): >>># cleanup[2] removing _weakref<<< 7519 1726888140.60266: stdout chunk (state=3): >>> # cleanup[2] removing _io<<< 7519 1726888140.60268: stdout chunk (state=3): >>> # cleanup[2] removing marshal<<< 7519 1726888140.60287: stdout chunk (state=3): >>> <<< 7519 1726888140.60311: stdout chunk (state=3): >>># cleanup[2] removing posix<<< 7519 1726888140.60316: 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' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774a3e80> # 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 0x7fc1774c4fa0> # 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 0x7fc1774c4dc0> # /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 0x7fc1774c4430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b5dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b53d0> # /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 0x7fc1775b5f10> # /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' <<< 7519 1726888140.60321: stdout chunk (state=3): >>> # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time<<< 7519 1726888140.60329: stdout chunk (state=3): >>> <<< 7519 1726888140.60331: stdout chunk (state=3): >>># cleanup[2] removing zipimport<<< 7519 1726888140.60511: stdout chunk (state=3): >>> <<< 7519 1726888140.60516: stdout chunk (state=3): >>># cleanup[2] removing _codecs<<< 7519 1726888140.60518: stdout chunk (state=3): >>> <<< 7519 1726888140.60520: stdout chunk (state=3): >>># cleanup[2] removing codecs<<< 7519 1726888140.60523: stdout chunk (state=3): >>> <<< 7519 1726888140.60525: stdout chunk (state=3): >>># cleanup[2] removing encodings.aliases<<< 7519 1726888140.60527: stdout chunk (state=3): >>> # cleanup[2] removing encodings<<< 7519 1726888140.60529: stdout chunk (state=3): >>> <<< 7519 1726888140.60531: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8<<< 7519 1726888140.60537: stdout chunk (state=3): >>> <<< 7519 1726888140.60539: stdout chunk (state=3): >>># cleanup[2] removing _signal<<< 7519 1726888140.60541: stdout chunk (state=3): >>> <<< 7519 1726888140.60543: stdout chunk (state=3): >>># cleanup[2] removing encodings.latin_1<<< 7519 1726888140.60545: stdout chunk (state=3): >>> # cleanup[2] removing _abc<<< 7519 1726888140.60547: stdout chunk (state=3): >>> <<< 7519 1726888140.60548: stdout chunk (state=3): >>># cleanup[2] removing abc<<< 7519 1726888140.60550: stdout chunk (state=3): >>> <<< 7519 1726888140.60552: stdout chunk (state=3): >>># cleanup[2] removing io<<< 7519 1726888140.60554: stdout chunk (state=3): >>> <<< 7519 1726888140.60556: stdout chunk (state=3): >>># cleanup[2] removing __main__<<< 7519 1726888140.60557: stdout chunk (state=3): >>> <<< 7519 1726888140.60559: stdout chunk (state=3): >>># cleanup[2] removing _stat<<< 7519 1726888140.60561: stdout chunk (state=3): >>> # cleanup[2] removing stat<<< 7519 1726888140.60563: stdout chunk (state=3): >>> # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path<<< 7519 1726888140.60565: stdout chunk (state=3): >>> # cleanup[2] removing os<<< 7519 1726888140.60583: stdout chunk (state=3): >>> # cleanup[2] removing _sitebuiltins<<< 7519 1726888140.60586: stdout chunk (state=3): >>> # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types<<< 7519 1726888140.60589: stdout chunk (state=3): >>> <<< 7519 1726888140.60591: stdout chunk (state=3): >>># cleanup[2] removing enum<<< 7519 1726888140.60592: stdout chunk (state=3): >>> <<< 7519 1726888140.60594: stdout chunk (state=3): >>># cleanup[2] removing _sre <<< 7519 1726888140.60596: stdout chunk (state=3): >>># cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq <<< 7519 1726888140.60598: stdout chunk (state=3): >>># cleanup[2] removing heapq<<< 7519 1726888140.60600: stdout chunk (state=3): >>> <<< 7519 1726888140.60602: stdout chunk (state=3): >>># cleanup[2] removing itertools<<< 7519 1726888140.60606: stdout chunk (state=3): >>> <<< 7519 1726888140.60657: stdout chunk (state=3): >>># cleanup[2] removing keyword<<< 7519 1726888140.60660: stdout chunk (state=3): >>> <<< 7519 1726888140.60663: stdout chunk (state=3): >>># destroy keyword<<< 7519 1726888140.60665: stdout chunk (state=3): >>> <<< 7519 1726888140.60667: 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' # /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 0x7fc177584b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751fc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751f340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177554430> # 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 0x7fc17751f460> # /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 0x7fc17751f490> # /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 0x7fc177486130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595190> # /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 0x7fc177492940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595310> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888140.60669: stdout chunk (state=3): >>># cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib <<< 7519 1726888140.60670: stdout chunk (state=3): >>># cleanup[2] removing _collections <<< 7519 1726888140.60672: stdout chunk (state=3): >>># cleanup[2] removing collections <<< 7519 1726888140.60674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888140.60676: stdout chunk (state=3): >>> <<< 7519 1726888140.60678: stdout chunk (state=3): >>># cleanup[2] removing _functools <<< 7519 1726888140.60680: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py<<< 7519 1726888140.60681: stdout chunk (state=3): >>> <<< 7519 1726888140.60683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc'<<< 7519 1726888140.60685: stdout chunk (state=3): >>> <<< 7519 1726888140.60687: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888140.60688: stdout chunk (state=3): >>> <<< 7519 1726888140.60690: stdout chunk (state=3): >>># cleanup[2] removing functools <<< 7519 1726888140.60692: stdout chunk (state=3): >>># cleanup[2] removing copyreg<<< 7519 1726888140.60693: stdout chunk (state=3): >>> <<< 7519 1726888140.60697: stdout chunk (state=3): >>># cleanup[2] removing re<<< 7519 1726888140.60699: stdout chunk (state=3): >>> <<< 7519 1726888140.60701: stdout chunk (state=3): >>># cleanup[2] removing _struct <<< 7519 1726888140.60703: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775aecd0><<< 7519 1726888140.60704: stdout chunk (state=3): >>> <<< 7519 1726888140.60706: stdout chunk (state=3): >>># cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64<<< 7519 1726888140.60707: stdout chunk (state=3): >>> <<< 7519 1726888140.60709: stdout chunk (state=3): >>># destroy base64 # cleanup[2] removing importlib._bootstrap<<< 7519 1726888140.60711: stdout chunk (state=3): >>> <<< 7519 1726888140.60715: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap_external<<< 7519 1726888140.60717: 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<<< 7519 1726888140.60719: stdout chunk (state=3): >>> # 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<<< 7519 1726888140.60721: stdout chunk (state=3): >>> # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2<<< 7519 1726888140.60726: stdout chunk (state=3): >>> # 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<<< 7519 1726888140.60728: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774928e0><<< 7519 1726888140.60730: stdout chunk (state=3): >>> <<< 7519 1726888140.60732: stdout chunk (state=3): >>> # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing 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__<<< 7519 1726888140.60734: stdout chunk (state=3): >>> # 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<<< 7519 1726888140.60736: stdout chunk (state=3): >>> # destroy systemd # cleanup[2] removing _datetime<<< 7519 1726888140.60743: 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 # 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<<< 7519 1726888140.60745: stdout chunk (state=3): >>> # 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<<< 7519 1726888140.60747: 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' <<< 7519 1726888140.60749: stdout chunk (state=3): >>> # 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<<< 7519 1726888140.60750: 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'<<< 7519 1726888140.60752: stdout chunk (state=3): >>> <<< 7519 1726888140.60754: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177492730> <<< 7519 1726888140.60760: stdout chunk (state=3): >>> # 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<<< 7519 1726888140.60766: 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<<< 7519 1726888140.60768: 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'<<< 7519 1726888140.60769: stdout chunk (state=3): >>> <<< 7519 1726888140.60771: 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' <<< 7519 1726888140.60775: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774916d0><<< 7519 1726888140.60777: stdout chunk (state=3): >>> <<< 7519 1726888140.60778: stdout chunk (state=3): >>> # 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 gc <<< 7519 1726888140.60780: 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' <<< 7519 1726888140.60782: 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'<<< 7519 1726888140.60784: stdout chunk (state=3): >>> <<< 7519 1726888140.60786: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177491610><<< 7519 1726888140.60787: stdout chunk (state=3): >>> <<< 7519 1726888140.60789: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17758e880><<< 7519 1726888140.60791: stdout chunk (state=3): >>> <<< 7519 1726888140.60792: 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<<< 7519 1726888140.60794: stdout chunk (state=3): >>> <<< 7519 1726888140.60796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc'<<< 7519 1726888140.60798: stdout chunk (state=3): >>> <<< 7519 1726888140.60996: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py<<< 7519 1726888140.61035: stdout chunk (state=3): >>> <<< 7519 1726888140.61098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'<<< 7519 1726888140.61102: stdout chunk (state=3): >>> <<< 7519 1726888140.61146: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.61153: stdout chunk (state=3): >>> <<< 7519 1726888140.61198: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888140.61206: stdout chunk (state=3): >>> import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177518640><<< 7519 1726888140.61209: stdout chunk (state=3): >>> <<< 7519 1726888140.61290: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888140.61353: stdout chunk (state=3): >>># destroy importlib.util<<< 7519 1726888140.61358: stdout chunk (state=3): >>> # destroy importlib.abc <<< 7519 1726888140.61360: stdout chunk (state=3): >>># destroy importlib.machinery<<< 7519 1726888140.61362: stdout chunk (state=3): >>> <<< 7519 1726888140.61363: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888140.61365: 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 0x7fc177516a60> <<< 7519 1726888140.61367: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775250d0> <<< 7519 1726888140.61369: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.61371: 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 0x7fc1775180a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17755a9a0> <<< 7519 1726888140.61373: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.61375: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888140.61377: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.61379: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888140.61381: 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 # 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 <<< 7519 1726888140.61385: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 7519 1726888140.61387: stdout chunk (state=3): >>># destroy gc # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7519 1726888140.61389: stdout chunk (state=3): >>># destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7519 1726888140.61391: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.61393: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888140.61395: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888140.61397: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888140.61398: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.61400: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7519 1726888140.61402: stdout chunk (state=3): >>># destroy tokenize # destroy _heapq <<< 7519 1726888140.61629: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888140.61633: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.61770: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888140.61842: stderr chunk (state=3): >>><<< 7519 1726888140.61845: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75583a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7532850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7570880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7508d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7532d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d2eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74cc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d4640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d2370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7455d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74aecd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74a85b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74bb610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dadc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7467c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74ae1f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c74bb220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74e0970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71fc310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71fc400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7472f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74699d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7149160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71e5dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dafa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c715aa90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c715adc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716e6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716ec10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c70fa340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c715aeb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c710a220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716e550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c710a2e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c71267f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7126c40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c7134190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71199d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126a30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f28c7046610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6f6d160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6deb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6dfa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6dcd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6f6df10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c696de80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c698dfa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c698ddc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c698d430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd4dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd43d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd4f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fa3b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9c70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f72430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e9460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6950130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695c940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fcdcd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c695c8e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695c730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695b6d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c695b610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fad880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e1640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e0a60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69ef0d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c69e10a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f7a9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c692afa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c691fd90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c65505e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69d59a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f714c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28c6fbfbe0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6527df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c691be80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6914b20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fbd8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'gc\' # \r\n\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 119, "inode": 507510916, "dev": 51713, "nlink": 1, "atime": 1726888105.3949866, "mtime": 1726888105.037986, "ctime": 1726888105.3989868, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "mimetype": "text/plain", "charset": "us-ascii", "version": "2935631627", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888140.62815: _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 0x7f28c75b3dc0> # /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 0x7f28c75583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c75b3b20> # /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 0x7f28c75b3ac0> 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 0x7f28c7558490> # /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 0x7f28c7558940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558670> # /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 0x7f28c750f190> # /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 0x7f28c750f220> # /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 0x7f28c7532850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c750f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7570880> # /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 0x7f28c7508d90> # /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 0x7f28c7532d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7558970> 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 0x7f28c74d2eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d6f40> # /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 0x7f28c74cc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d4640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74d2370> # /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 0x7f28c7455d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7455850> 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 0x7f28c7455e50> # /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 0x7f28c7455f10> # /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 0x7f28c7455e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74aecd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74a85b0> # /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 0x7f28c74bb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dadc0> # /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 0x7f28c7467c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74ae1f0> # 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 0x7f28c74bb220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74e0970> # /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 0x7f28c7467f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467d30> # /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 0x7f28c7467ca0> # /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 0x7f28c71fc310> # /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 0x7f28c71fc400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7472f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74699d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469520> # /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 0x7f28c7149160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71e5dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7469e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c74dafa0> # /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 0x7f28c715aa90> 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 0x7f28c715adc0> # /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 0x7f28c716e6d0> # /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 0x7f28c716ec10> # 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 0x7f28c70fa340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c715aeb0> # /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 0x7f28c710a220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c716e550> 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 0x7f28c710a2e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467970> # /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 0x7f28c7126640> # /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 0x7f28c7126910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126700> # 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 0x7f28c71267f0> # /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 0x7f28c7126c40> # 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 0x7f28c7134190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7126880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c71199d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c7467550> # /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 0x7f28c7126a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f28c7046610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_krnre44v/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/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_krnre44v/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 0x7f28c6f6d760> # /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 0x7f28c6f6d160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6d280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6deb0> # /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 0x7f28c6f6dfa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f6dcd0> 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 0x7f28c6f6df10> # /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 0x7f28c6f6d100> # /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 0x7f28c696de80> # 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 0x7f28c698dfa0> # 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 0x7f28c698ddc0> # /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 0x7f28c698d430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd4dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fd43d0> # /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 0x7f28c6fd4f10> # /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 0x7f28c6fa3b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69e9340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f72430> # 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 0x7f28c69e9460> # /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 0x7f28c69e9490> # /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 0x7f28c6950130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5190> # /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 0x7f28c695c940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fb5310> # /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 0x7f28c6fcdcd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c695c8e0> # 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 0x7f28c695c730> # 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 0x7f28c695b6d0> # 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 0x7f28c695b610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fad880> # /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 0x7f28c69e1640> # 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 0x7f28c69e0a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c69ef0d0> # 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 0x7f28c69e10a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6f7a9a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/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_krnre44v/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_krnre44v/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_krnre44v/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_krnre44v/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 0x7f28c692afa0> # /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 0x7f28c691fd90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c65505e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/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_krnre44v/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 0x7f28c69d59a0> # 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_krnre44v/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_krnre44v/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_krnre44v/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_krnre44v/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_krnre44v/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 0x7f28c6f714c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/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_krnre44v/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_krnre44v/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_krnre44v/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_krnre44v/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 0x7f28c6fbfbe0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6527df0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/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_krnre44v/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 0x7f28c691be80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6914b20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28c6fbd8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_krnre44v/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_krnre44v/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_krnre44v/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_krnre44v/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_krnre44v/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'gc' # {"changed": false, "stat": {"exists": true, "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 119, "inode": 507510916, "dev": 51713, "nlink": 1, "atime": 1726888105.3949866, "mtime": 1726888105.037986, "ctime": 1726888105.3989868, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "mimetype": "text/plain", "charset": "us-ascii", "version": "2935631627", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "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 # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888140.63511: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64076: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7519 1726888140.64080: 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.stat_payload_pl6q697o/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 0x7fc177474fa0> # /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 0x7fc177456d90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1770735e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/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_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888140.64082: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888140.64102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7519 1726888140.64106: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17750b9a0> <<< 7519 1726888140.64108: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64110: done with _execute_module (ansible.legacy.stat, {'path': '/etc/sssd/conf.d/sssd-session-recording.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888140.0019536-8027-145692832600266/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7519 1726888140.64115: variable 'ansible_module_compression' from source: unknown 7519 1726888140.64117: ANSIBALLZ: Using generic lock for ansible.legacy.file 7519 1726888140.64119: ANSIBALLZ: Acquiring lock 7519 1726888140.64121: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64128: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64130: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64132: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888140.64134: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64136: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888140.64141: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64143: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64145: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 7519 1726888140.64147: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64149: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888140.64151: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64153: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64155: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888140.64157: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64349: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64481: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888140.64510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888140.64516: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888140.64596: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775514c0> # zipimport: zlib available <<< 7519 1726888140.64660: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64730: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888140.64742: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/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_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888140.64746: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888140.64749: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64838: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888140.64841: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.64865: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66056: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66059: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66061: 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 <<< 7519 1726888140.66064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888140.66066: 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 0x7fc1775a0be0> <<< 7519 1726888140.66068: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177048df0> <<< 7519 1726888140.66071: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py <<< 7519 1726888140.66073: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888140.66075: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66077: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66079: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66081: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888140.66083: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888140.66085: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888140.66087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888140.66089: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888140.66091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888140.66093: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17744de80> <<< 7519 1726888140.66095: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17744ab20> <<< 7519 1726888140.66097: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17759e8e0> <<< 7519 1726888140.66100: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888140.66103: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66106: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py <<< 7519 1726888140.66107: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888140.66109: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888140.66111: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66116: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66118: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py <<< 7519 1726888140.66120: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66124: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66211: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888140.66432: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888140.67447: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 119, "inode": 499122308, "dev": 51713, "nlink": 1, "atime": 1726888119.5156164, "mtime": 1726888114.6085842, "ctime": 1726888115.007587, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "mimetype": "text/plain", "charset": "us-ascii", "version": "3255395795", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7519 1726888140.67451: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888140.67855: stdout chunk (state=3): >>># clear builtins._ # clear sys.path <<< 7519 1726888140.67870: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.67977: stdout chunk (state=3): >>># 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<<< 7519 1726888140.67996: 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 <<< 7519 1726888140.68000: stdout chunk (state=3): >>># 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<<< 7519 1726888140.68043: stdout chunk (state=3): >>> # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 <<< 7519 1726888140.68046: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib <<< 7519 1726888140.68049: 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 # 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 <<< 7519 1726888140.68051: stdout chunk (state=3): >>># 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<<< 7519 1726888140.68054: stdout chunk (state=3): >>> # 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 <<< 7519 1726888140.68056: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.68058: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing 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 <<< 7519 1726888140.68061: stdout chunk (state=3): >>># cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 7519 1726888140.68063: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.68066: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.68068: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.68070: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian <<< 7519 1726888140.68072: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.68074: 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 # 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<<< 7519 1726888140.68077: stdout chunk (state=3): >>> # 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 <<< 7519 1726888140.68079: stdout chunk (state=3): >>># 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 gc <<< 7519 1726888140.68237: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888140.68244: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888140.68288: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888140.68291: stdout chunk (state=3): >>># destroy _compression <<< 7519 1726888140.68294: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888140.68333: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7519 1726888140.68347: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings <<< 7519 1726888140.68375: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888140.68379: stdout chunk (state=3): >>># destroy array <<< 7519 1726888140.68604: stdout chunk (state=3): >>># destroy datetime <<< 7519 1726888140.68658: stdout chunk (state=3): >>># destroy selinux # destroy distro <<< 7519 1726888140.68661: stdout chunk (state=3): >>># destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888140.68664: stdout chunk (state=3): >>># cleanup[3] wiping gc # cleanup[3] wiping selinux._selinux <<< 7519 1726888140.68667: 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 <<< 7519 1726888140.68669: stdout chunk (state=3): >>># destroy subprocess # cleanup[3] wiping selectors <<< 7519 1726888140.68671: stdout chunk (state=3): >>># cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal <<< 7519 1726888140.68673: 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 <<< 7519 1726888140.68675: stdout chunk (state=3): >>># destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma <<< 7519 1726888140.68677: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.68681: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct <<< 7519 1726888140.68683: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy enum # destroy sre_compile <<< 7519 1726888140.68685: 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 <<< 7519 1726888140.68687: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.68690: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath <<< 7519 1726888140.68692: 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 <<< 7519 1726888140.68694: 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 # 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 <<< 7519 1726888140.68696: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy gc<<< 7519 1726888140.68699: stdout chunk (state=3): >>> # destroy systemd._daemon # destroy _socket <<< 7519 1726888140.68701: 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 <<< 7519 1726888140.69302: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize <<< 7519 1726888140.69305: stdout chunk (state=3): >>># destroy _heapq <<< 7519 1726888140.69307: stdout chunk (state=3): >>># 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 <<< 7519 1726888140.69309: stdout chunk (state=3): >>># destroy select <<< 7519 1726888140.69311: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888140.69316: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888140.69318: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888140.69320: stdout chunk (state=3): >>><<< 7519 1726888140.69325: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178057850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178095880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17802dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178057d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177daeeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db0f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177da7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dad640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d30d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d89cd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d825b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d96610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d42c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d891f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177d96220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dbb970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d16310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d16400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d4cf40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d449d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c63160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d00dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c75a90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c75dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c876d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c87c10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c15340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c75eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c25220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c87550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c252e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c417f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c41c40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177c4e190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c349d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41a30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc177b61610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17754e160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754eeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754efa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754ecd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17754ef10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774a3e80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774c4fa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774c4dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774c4430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b5dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b53d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b5f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177584b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751fc70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751f340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177554430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc17751f460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751f490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177486130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177492940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775aecd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774928e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177492730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1774916d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177491610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17758e880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177518640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177516a60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775250d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1775180a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17755a9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc177474fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177456d90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1770735e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17750b9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775514c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1775a0be0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177048df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17744de80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17744ab20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17759e8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'gc\' # \r\n\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 119, "inode": 499122308, "dev": 51713, "nlink": 1, "atime": 1726888119.5156164, "mtime": 1726888114.6085842, "ctime": 1726888115.007587, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "mimetype": "text/plain", "charset": "us-ascii", "version": "3255395795", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888140.72105: _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 0x7fc1780d8dc0> # /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 0x7fc17807d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1780d8b20> # /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 0x7fc1780d8ac0> 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 0x7fc17807d490> # /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 0x7fc17807d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d670> # /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 0x7fc178034190> # /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 0x7fc178034220> # /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 0x7fc178057850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178034940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc178095880> # /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 0x7fc17802dd90> # /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 0x7fc178057d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17807d970> 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 0x7fc177daeeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db0f40> # /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 0x7fc177da7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dad640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dae370> # /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 0x7fc177d30d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d30850> 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 0x7fc177d30e50> # /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 0x7fc177d30f10> # /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 0x7fc177d30e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d89cd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d825b0> # /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 0x7fc177d96610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5dc0> # /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 0x7fc177d42c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d891f0> # 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 0x7fc177d96220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177dbb970> # /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 0x7fc177d42f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42d30> # /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 0x7fc177d42ca0> # /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 0x7fc177d16310> # /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 0x7fc177d16400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d4cf40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d449d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44520> # /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 0x7fc177c63160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d00dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d44e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177db5fa0> # /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 0x7fc177c75a90> 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 0x7fc177c75dc0> # /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 0x7fc177c876d0> # /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 0x7fc177c87c10> # 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 0x7fc177c15340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c75eb0> # /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 0x7fc177c25220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c87550> 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 0x7fc177c252e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42970> # /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 0x7fc177c41640> # /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 0x7fc177c41910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41700> # 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 0x7fc177c417f0> # /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 0x7fc177c41c40> # 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 0x7fc177c4e190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c41880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177c349d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177d42550> # /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 0x7fc177c41a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc177b61610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_pl6q697o/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/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_pl6q697o/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 0x7fc17754e760> # /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 0x7fc17754e160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754e280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754eeb0> # /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 0x7fc17754efa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17754ecd0> 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 0x7fc17754ef10> # /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 0x7fc17754e100> # /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 0x7fc1774a3e80> # 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 0x7fc1774c4fa0> # 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 0x7fc1774c4dc0> # /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 0x7fc1774c4430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b5dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775b53d0> # /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 0x7fc1775b5f10> # /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 0x7fc177584b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751fc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17751f340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177554430> # 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 0x7fc17751f460> # /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 0x7fc17751f490> # /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 0x7fc177486130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595190> # /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 0x7fc177492940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177595310> # /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 0x7fc1775aecd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1774928e0> # 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 0x7fc177492730> # 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 0x7fc1774916d0> # 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 0x7fc177491610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17758e880> # /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 0x7fc177518640> # 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 0x7fc177516a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1775250d0> # 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 0x7fc1775180a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17755a9a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/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_pl6q697o/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_pl6q697o/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_pl6q697o/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_pl6q697o/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 0x7fc177474fa0> # /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 0x7fc177456d90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1770735e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/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_pl6q697o/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 0x7fc17750b9a0> # 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_pl6q697o/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_pl6q697o/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_pl6q697o/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_pl6q697o/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_pl6q697o/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 0x7fc1775514c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/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_pl6q697o/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_pl6q697o/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_pl6q697o/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_pl6q697o/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 0x7fc1775a0be0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc177048df0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/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_pl6q697o/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 0x7fc17744de80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17744ab20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc17759e8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pl6q697o/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_pl6q697o/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_pl6q697o/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_pl6q697o/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_pl6q697o/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'gc' # {"changed": false, "stat": {"exists": true, "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 119, "inode": 499122308, "dev": 51713, "nlink": 1, "atime": 1726888119.5156164, "mtime": 1726888114.6085842, "ctime": 1726888115.007587, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "mimetype": "text/plain", "charset": "us-ascii", "version": "3255395795", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "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 # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888140.76184: done with _execute_module (ansible.legacy.stat, {'path': '/etc/sssd/conf.d/sssd-session-recording.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888140.143504-8034-265518152416151/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7519 1726888140.76189: variable 'ansible_module_compression' from source: unknown 7519 1726888140.76192: ANSIBALLZ: Using generic lock for ansible.legacy.file 7519 1726888140.76195: ANSIBALLZ: Acquiring lock 7519 1726888140.88001: ANSIBALLZ: Writing module into payload 7519 1726888140.89032: ANSIBALLZ: Writing module 7519 1726888140.89151: ANSIBALLZ: Renaming module 7519 1726888140.89161: ANSIBALLZ: Done creating module 7519 1726888140.89283: ANSIBALLZ: Lock acquired: 140005031086368 7519 1726888140.89287: ANSIBALLZ: Reading module after lock 7519 1726888140.89289: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888140.89291: variable 'ansible_facts' from source: host vars for 'managed_node1' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py 7519 1726888140.89295: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py 7519 1726888140.89300: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py 7519 1726888140.89334: ANSIBALLZ: Lock acquired: 140005031086368 7519 1726888140.89337: ANSIBALLZ: Reading module after lock 7519 1726888140.89426: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py 7519 1726888140.89432: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpyeepf80d TO /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpk1_33gzx TO /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpl2j67cba TO /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888140.89991: Sending initial data 7519 1726888140.89994: Sent initial data (150 bytes) 7519 1726888140.90094: Sending initial data 7519 1726888140.90097: Sent initial data (150 bytes) 7519 1726888140.90287: Sending initial data 7519 1726888140.90290: Sent initial data (151 bytes) 7519 1726888140.92177: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.92236: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.92250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.92275: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.92289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.92443: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888140.92456: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.92468: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.92480: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.92491: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.92503: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.92519: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.92538: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.92553: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888140.92565: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.92576: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.92590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.92605: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.92620: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.92636: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888140.92646: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.92657: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.92673: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.92686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.92702: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.92718: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.92853: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.92868: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.93173: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.93186: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.93200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.93234: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.93243: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.93289: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888140.93560: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.93577: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.93581: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.93583: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.93586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.93599: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.93602: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.93616: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.93619: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.93622: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888140.93626: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.93633: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.93645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.93647: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.93660: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.93663: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.93667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.93677: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888140.93681: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.93684: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.93693: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.93703: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.93706: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.93708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.93718: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.93721: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.93736: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888140.93767: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.93826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888140.93901: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888140.93922: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.93934: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.93943: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.93954: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.93972: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.93992: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.94011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.94017: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.94019: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.94032: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.94041: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.94053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.94062: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888140.94135: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888140.94138: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.94149: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888140.94192: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888140.94210: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888140.94227: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888140.94242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.94258: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.94312: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.94334: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888140.94349: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888140.94361: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888140.94374: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888140.94388: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888140.94414: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888140.94438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888140.94452: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888140.94521: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888140.94543: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888140.94559: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888140.94573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888140.94589: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888140.94608: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888140.94703: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888140.94866: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888140.94883: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888140.94914: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888140.94941: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888140.94962: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888140.94987: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888140.95004: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888140.95028: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888140.95060: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888140.95095: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888140.95661: 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 <<< 7519 1726888140.95676: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888140.95710: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888140.95768: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpyeepf80d debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888140.95771: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpyeepf80d /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py <<< 7519 1726888140.95816: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py M:0x001a <<< 7519 1726888140.96177: 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 <<< 7519 1726888140.96208: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888140.96211: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888140.96268: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpk1_33gzx debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888140.96271: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpk1_33gzx /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py <<< 7519 1726888140.96311: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py M:0x001a <<< 7519 1726888140.97363: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125693 <<< 7519 1726888140.97367: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888140.97369: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125693 <<< 7519 1726888140.97371: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 125693 bytes at 0 <<< 7519 1726888140.97373: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888140.97374: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888140.97376: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.97378: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpl2j67cba <<< 7519 1726888140.97956: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpl2j67cba /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py <<< 7519 1726888140.97962: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888140.97964: stderr chunk (state=3): >>><<< 7519 1726888140.97966: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpyeepf80d /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpyeepf80d\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125693\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125693 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888140.97978: done transferring module to remote 7519 1726888140.97980: _low_level_execute_command(): starting 7519 1726888140.97983: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py && sleep 0'"'"'' 7519 1726888140.97991: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py M:0x001a <<< 7519 1726888140.97993: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 125693 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888140.97996: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125694 <<< 7519 1726888140.98563: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 125694 bytes at 0 <<< 7519 1726888140.98584: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888140.98587: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888140.98670: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.99003: stderr chunk (state=3): >>><<< 7519 1726888140.99006: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888140.99336: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpl2j67cba /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpl2j67cba\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125694\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125694 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888140.99371: done transferring module to remote 7519 1726888140.99373: _low_level_execute_command(): starting 7519 1726888140.99375: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888140.99380: stderr chunk (state=3): >>><<< 7519 1726888140.99382: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpk1_33gzx /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpk1_33gzx\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125693\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125693 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888140.99387: done transferring module to remote 7519 1726888140.99389: _low_level_execute_command(): starting 7519 1726888140.99391: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py && sleep 0'"'"'' 7519 1726888141.00077: 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.00261: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888141.00269: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888141.00272: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888141.00274: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888141.00290: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888141.00367: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.00737: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888141.00740: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.00743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.00745: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.00747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.00749: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888141.00751: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888141.00753: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888141.00756: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.00758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.00760: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.00762: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.00764: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888141.00766: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888141.00768: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888141.00770: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.00773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.00775: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.00788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.00790: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.00793: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888141.00805: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888141.00810: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888141.00818: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888141.00842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.00849: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.00857: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.01042: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888141.01053: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888141.01062: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888141.01080: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.01090: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888141.01097: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888141.01104: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888141.01111: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888141.01139: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888141.01165: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.01221: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.01538: 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 <<< 7519 1726888141.01542: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.01745: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.01748: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.01751: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.01872: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888141.01875: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.01942: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888141.01955: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent <<< 7519 1726888141.02017: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.02317: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888141.02321: stdout chunk (state=3): >>><<< 7519 1726888141.02325: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.02453: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.02456: _low_level_execute_command(): starting 7519 1726888141.02458: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/AnsiballZ_file.py && sleep 0'"'"'' 7519 1726888141.03117: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888141.03121: stdout chunk (state=3): >>><<< 7519 1726888141.03137: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.03159: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.03162: _low_level_execute_command(): starting 7519 1726888141.03168: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/AnsiballZ_file.py && sleep 0'"'"'' 7519 1726888141.03851: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888141.03940: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.03955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.03979: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.03993: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.04037: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888141.04049: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888141.04060: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888141.04086: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.04099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.04112: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.04131: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.04200: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888141.04212: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888141.04231: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888141.04244: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.04259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.04273: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.04285: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.04301: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888141.04311: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888141.04362: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888141.04375: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888141.04387: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888141.04403: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.04540: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.04544: stderr chunk (state=3): >>><<< 7519 1726888141.04546: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.04552: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.04556: _low_level_execute_command(): starting 7519 1726888141.04558: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/AnsiballZ_file.py && sleep 0'"'"'' 7519 1726888141.04577: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.04794: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888141.04809: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888141.04827: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888141.04850: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.04869: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888141.04885: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888141.04896: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888141.04907: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888141.04930: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888141.04960: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.05027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.05415: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888141.05547: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.05559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.05577: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.05652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.05693: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888141.05701: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888141.05708: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888141.05718: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.05730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.05741: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.05752: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.05770: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888141.05776: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888141.05784: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888141.05796: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.05817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.05881: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.05888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.05931: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888141.05940: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888141.05948: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888141.05958: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888141.05966: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.05982: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.05992: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.06172: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888141.06182: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888141.06191: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888141.06208: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.06262: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888141.06270: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888141.06277: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888141.06284: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888141.06295: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888141.06333: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.06422: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888141.06427: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.06545: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.06562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.06592: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.06605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.06651: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888141.06667: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888141.06681: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888141.06696: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.06710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.06731: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.06745: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.06759: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888141.06785: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888141.06797: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888141.06810: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.06830: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.06899: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.06915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.06932: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888141.06943: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888141.06954: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888141.06968: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888141.06982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.07000: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.07018: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.07082: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 7519 1726888141.07085: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7519 1726888141.07143: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888141.07185: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888141.07217: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888141.07269: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888141.07272: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888141.07328: 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' <<< 7519 1726888141.07357: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888141.07370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888141.07395: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888141.07415: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3dc0> <<< 7519 1726888141.07453: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888141.07471: 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 0x7fda68f983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3b20> <<< 7519 1726888141.07496: 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' <<< 7519 1726888141.07509: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3ac0> <<< 7519 1726888141.07544: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888141.07571: 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' <<< 7519 1726888141.07578: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98490> <<< 7519 1726888141.07626: 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 # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888141.07653: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98940> <<< 7519 1726888141.07656: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98670> <<< 7519 1726888141.07685: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888141.07708: 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' <<< 7519 1726888141.07731: 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' <<< 7519 1726888141.07761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888141.07812: 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' <<< 7519 1726888141.07816: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f190> <<< 7519 1726888141.07837: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888141.07852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888141.07870: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.07885: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888141.07909: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888141.07945: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f220> <<< 7519 1726888141.07976: 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' <<< 7519 1726888141.07991: 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 0x7fda68f72850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f940> <<< 7519 1726888141.08010: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68fb0880> <<< 7519 1726888141.08053: 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' <<< 7519 1726888141.08059: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f48d90> <<< 7519 1726888141.08085: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888141.08109: 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 0x7fda68f72d90> <<< 7519 1726888141.08125: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888141.08167: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98970> <<< 7519 1726888141.08192: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888141.08204: 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. <<< 7519 1726888141.08225: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.08272: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888141.08435: 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' <<< 7519 1726888141.08444: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888141.08447: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888141.08449: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7519 1726888141.08470: 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 <<< 7519 1726888141.08507: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888141.08511: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888141.08535: 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 # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f13eb0> <<< 7519 1726888141.08568: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888141.08572: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888141.08604: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888141.08607: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888141.08609: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888141.08669: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f16f40> # /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 <<< 7519 1726888141.08699: 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' <<< 7519 1726888141.08722: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888141.08765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888141.08769: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888141.08771: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298dc0> <<< 7519 1726888141.08773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888141.08776: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888141.08779: 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 0x7f499823d3a0> <<< 7519 1726888141.08796: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298b20> <<< 7519 1726888141.08843: 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' <<< 7519 1726888141.08853: 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 0x7fda68f0c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f12640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f13370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888141.08860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888141.08863: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298ac0> import '_signal' # <<< 7519 1726888141.08865: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888141.08967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888141.08974: 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' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d490> <<< 7519 1726888141.08979: 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 # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d940> <<< 7519 1726888141.08982: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d670> <<< 7519 1726888141.08986: 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 0x7fda68e95d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95850> import 'itertools' # <<< 7519 1726888141.08997: 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 0x7fda68e95e50> <<< 7519 1726888141.09002: 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' <<< 7519 1726888141.09033: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888141.09040: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888141.09102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888141.09107: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888141.09110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888141.09117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95f10> <<< 7519 1726888141.09119: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf190> <<< 7519 1726888141.09126: 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 0x7fda68e95e20> import '_collections' # <<< 7519 1726888141.09129: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888141.09141: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eeecd0> import '_functools' # <<< 7519 1726888141.09144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888141.09170: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ee75b0> <<< 7519 1726888141.09210: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf220> <<< 7519 1726888141.09230: 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' <<< 7519 1726888141.09258: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888141.09264: 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 0x7fda68efb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1adc0> <<< 7519 1726888141.09269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ff2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf940> <<< 7519 1726888141.09272: 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' <<< 7519 1726888141.09334: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998255880> <<< 7519 1726888141.09337: 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' <<< 7519 1726888141.09342: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fc8d90> <<< 7519 1726888141.09344: 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 0x7fda68ea7c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eee1f0> # 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' <<< 7519 1726888141.09348: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68efb220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f20970> <<< 7519 1726888141.09384: 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' <<< 7519 1726888141.09388: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ff2d90> <<< 7519 1726888141.09390: 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' # /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7519 1726888141.09395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888141.09462: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888141.09467: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d970> <<< 7519 1726888141.09469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7d30> <<< 7519 1726888141.09472: 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. <<< 7519 1726888141.09474: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py <<< 7519 1726888141.09482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7ca0> <<< 7519 1726888141.09502: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888141.09512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7519 1726888141.09538: 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' <<< 7519 1726888141.09564: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888141.09609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888141.09681: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888141.09685: 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 0x7fda68e7b310> # /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' <<< 7519 1726888141.09717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888141.09721: 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' <<< 7519 1726888141.09741: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888141.09744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888141.09790: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888141.09803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7519 1726888141.09806: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f93eb0> <<< 7519 1726888141.09808: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e7b400> <<< 7519 1726888141.09842: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eb1f40> <<< 7519 1726888141.09951: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f96f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888141.09955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888141.09961: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888141.09963: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea99d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9520> <<< 7519 1726888141.09971: 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' <<< 7519 1726888141.09974: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888141.09978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888141.09982: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f8c610> <<< 7519 1726888141.10029: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f92640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f93370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888141.10033: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888141.10037: stdout chunk (state=3): >>># 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 0x7fda68b88160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e65dc0> <<< 7519 1726888141.10176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888141.10182: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1afa0> <<< 7519 1726888141.10190: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888141.10197: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888141.10199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888141.10207: 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' <<< 7519 1726888141.10211: 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 # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b9aa90> <<< 7519 1726888141.10294: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888141.10306: 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 0x7f4997f15d60> <<< 7519 1726888141.10309: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15850> 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 0x7f4997f15e50> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888141.10312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888141.10316: stdout chunk (state=3): >>>import '_operator' # <<< 7519 1726888141.10318: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15f10> <<< 7519 1726888141.10320: 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 0x7fda68b9adc0> # /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 0x7fda68bac6d0> <<< 7519 1726888141.10404: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888141.10424: 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 0x7f4997f15e20> <<< 7519 1726888141.10486: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888141.10493: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6ecd0> <<< 7519 1726888141.10498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bacc10> <<< 7519 1726888141.10502: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888141.10507: 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 0x7fda68b3a340> <<< 7519 1726888141.10510: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b9aeb0> <<< 7519 1726888141.10515: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f675b0> <<< 7519 1726888141.10517: 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' <<< 7519 1726888141.10519: 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 0x7f4997f7b610> <<< 7519 1726888141.10521: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9adc0> <<< 7519 1726888141.10526: 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' <<< 7519 1726888141.10533: 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 0x7fda68b4a220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bac550> import 'pwd' # <<< 7519 1726888141.11097: 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 0x7f4997f27c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6e1f0> # 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' <<< 7519 1726888141.11311: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f7b220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fa0970> <<< 7519 1726888141.11315: 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' <<< 7519 1726888141.11318: 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' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27d30> # /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 0x7f4997f27ca0> # /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' <<< 7519 1726888141.12012: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888141.12177: 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 0x7fda68b4a2e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7970> # /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 0x7fda68b66640> # /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 0x7fda68b66910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66700> # 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 0x7fda68b667f0> <<< 7519 1726888141.12207: stdout chunk (state=3): >>># 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 0x7f4997efb310> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888141.12319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888141.12330: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997efb400> <<< 7519 1726888141.12333: 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' <<< 7519 1726888141.12337: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f31f40> <<< 7519 1726888141.12339: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f299d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29520> <<< 7519 1726888141.12346: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888141.12348: 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 0x7fda68b66c40> <<< 7519 1726888141.12352: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888141.12354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888141.12356: 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 0x7fda68b74190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b599d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7550> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888141.12358: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888141.12362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888141.12712: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66a30> <<< 7519 1726888141.12717: stdout chunk (state=3): >>># /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 <<< 7519 1726888141.12720: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888141.12724: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888141.12726: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888141.12728: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888141.12730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fda68a8c610> <<< 7519 1726888141.12731: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888141.12733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888141.12735: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888141.12737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888141.12739: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73dc0> <<< 7519 1726888141.12741: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888141.12742: 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 0x7f6927d183a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73b20> <<< 7519 1726888141.12747: 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' <<< 7519 1726888141.12750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e23160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ee5dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9afa0> <<< 7519 1726888141.12751: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73ac0> <<< 7519 1726888141.12753: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888141.12755: 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' <<< 7519 1726888141.12757: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18490> <<< 7519 1726888141.12758: 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' <<< 7519 1726888141.12760: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7519 1726888141.12764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888141.12766: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888141.12767: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18940> <<< 7519 1726888141.12769: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18670> <<< 7519 1726888141.12773: stdout chunk (state=3): >>># /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 0x7f4997e35a90> 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 0x7f4997e35dc0> # /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 0x7f4997e476d0> # /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 0x7f4997e47c10> # 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 0x7f4997dd5340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e35eb0> # /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 0x7f4997de5220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e47550> 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 0x7f4997de52e0> <<< 7519 1726888141.12775: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888141.12777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888141.12782: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888141.12785: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888141.12788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888141.12791: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888141.12793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888141.12795: stdout chunk (state=3): >>>import '_stat' # <<< 7519 1726888141.12798: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf190> <<< 7519 1726888141.13049: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888141.13056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888141.13059: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27970> # /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 0x7f4997e01640> # /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 0x7f4997e01910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01700> # 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 0x7f4997e017f0> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7519 1726888141.13064: stdout chunk (state=3): >>># 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 0x7f4997e01c40> # 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 0x7f4997e0f190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997df49d0> <<< 7519 1726888141.13069: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf220> <<< 7519 1726888141.13071: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888141.13076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888141.13079: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888141.13081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' <<< 7519 1726888141.13084: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27550> # /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 0x7f4997e01a30> <<< 7519 1726888141.13087: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cf2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf940> <<< 7519 1726888141.13089: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d30880> # /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' <<< 7519 1726888141.13091: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cc8d90> <<< 7519 1726888141.13094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f49977e7610> <<< 7519 1726888141.13096: 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' <<< 7519 1726888141.13099: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cf2d90> <<< 7519 1726888141.13102: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available <<< 7519 1726888141.13104: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18970> <<< 7519 1726888141.13108: 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. <<< 7519 1726888141.13110: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888141.13115: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.13117: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888141.13119: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.13121: 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' <<< 7519 1726888141.13125: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888141.13127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7519 1726888141.13129: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888141.13295: 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 # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6deb0> <<< 7519 1726888141.13330: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c71f40> # /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' # <<< 7519 1726888141.13535: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888141.13539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888141.13542: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888141.13548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888141.13550: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c67610> <<< 7519 1726888141.13556: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6f640> <<< 7519 1726888141.13558: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6d370> <<< 7519 1726888141.13560: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888141.14380: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.14633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888141.14637: 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' <<< 7519 1726888141.14639: 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 0x7f69279d5d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5850> import 'itertools' # <<< 7519 1726888141.14643: 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 0x7fda689b3760> <<< 7519 1726888141.14648: 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' <<< 7519 1726888141.14651: 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 0x7f69279d5e50> # /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 0x7f69279d5f10> # /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 0x7f69279d5e20> <<< 7519 1726888141.14658: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888141.14660: 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' # /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' <<< 7519 1726888141.14662: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.14665: 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 0x7fda689b3160> <<< 7519 1726888141.14667: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3280> <<< 7519 1726888141.14669: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c49cd0> import '_functools' # <<< 7519 1726888141.14671: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3eb0> # /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' <<< 7519 1726888141.14674: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c435b0> <<< 7519 1726888141.14676: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3fa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3cd0> import 'atexit' # <<< 7519 1726888141.14678: 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 0x7fda689b3f10> <<< 7519 1726888141.14680: 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' <<< 7519 1726888141.14685: stdout chunk (state=3): >>># /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' <<< 7519 1726888141.14687: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c56610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75dc0> # /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' <<< 7519 1726888141.14689: 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 0x7f69279e7c10> <<< 7519 1726888141.14690: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c491f0> <<< 7519 1726888141.14693: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3100> <<< 7519 1726888141.14695: 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' <<< 7519 1726888141.14701: 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' <<< 7519 1726888141.14703: 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' <<< 7519 1726888141.14706: 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 0x7f6927c56220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c7b970> # /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 <<< 7519 1726888141.14711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888141.15621: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888141.15635: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda683ede80> # 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 0x7fda68929fa0> <<< 7519 1726888141.15643: 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 0x7fda68929dc0> <<< 7519 1726888141.15836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7d30> # /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 0x7f69279e7ca0> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7519 1726888141.16007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7519 1726888141.16019: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888141.16026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888141.16030: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68929430> <<< 7519 1726888141.16033: 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 0x7f69279bc310> # /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' <<< 7519 1726888141.16037: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1adc0> <<< 7519 1726888141.16039: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1a3d0> # /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 0x7fda68a1af10> <<< 7519 1726888141.16353: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279bc400> <<< 7519 1726888141.16411: 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' <<< 7519 1726888141.16419: 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' <<< 7519 1726888141.16425: stdout chunk (state=3): >>># /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 0x7fda689e9b50> <<< 7519 1726888141.16431: 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 0x7f499770e760> <<< 7519 1726888141.16434: 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' <<< 7519 1726888141.16438: 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' <<< 7519 1726888141.16441: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7519 1726888141.16444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7519 1726888141.16447: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888141.16450: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279f2f40> <<< 7519 1726888141.16453: stdout chunk (state=3): >>># 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 0x7f499770e160> <<< 7519 1726888141.16456: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e280> <<< 7519 1726888141.16459: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e99d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9520> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888141.16462: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770eeb0> <<< 7519 1726888141.16465: 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' <<< 7519 1726888141.16468: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770efa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770ecd0> import 'atexit' # <<< 7519 1726888141.16471: 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 0x7f499770ef10> # /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' <<< 7519 1726888141.16474: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e100> <<< 7519 1726888141.16479: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888141.16481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888141.16486: 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' <<< 7519 1726888141.16925: 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' <<< 7519 1726888141.16932: stdout chunk (state=3): >>># 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 0x7f69278e4160> <<< 7519 1726888141.16993: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279a5dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75fa0> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888141.16997: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b9430> # 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 0x7fda68985460> # /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 0x7fda68985490> # /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 0x7fda683cf130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa190> # /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 0x7fda683db940> <<< 7519 1726888141.17005: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa310> # /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 0x7fda68a13cd0> <<< 7519 1726888141.17012: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997664e80> <<< 7519 1726888141.17016: 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 0x7f4997684fa0> <<< 7519 1726888141.17294: 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 0x7f4997684dc0> # /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 0x7f4997684430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997775dc0> <<< 7519 1726888141.17332: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda683db8e0> <<< 7519 1726888141.17339: 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 0x7fda683db730> # 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 0x7fda683da6d0> <<< 7519 1726888141.17343: 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 <<< 7519 1726888141.17347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278f5a90> 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 0x7f69278f5dc0> # /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 0x7f69279096d0> # /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' <<< 7519 1726888141.17351: 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 0x7fda683da610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689f3880> # /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 0x7fda6897d640> <<< 7519 1726888141.17356: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927909c10> # 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 0x7f6927895340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278f5eb0> <<< 7519 1726888141.17359: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888141.17362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7519 1726888141.17366: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49977753d0> # /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 0x7f4997775f10> <<< 7519 1726888141.17368: 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' # /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 0x7f4997744b50> <<< 7519 1726888141.17370: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976dfc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976df340> <<< 7519 1726888141.17703: 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 0x7fda6897ba60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda6898a0d0> # 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 0x7fda6897d0a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689bf9a0> <<< 7519 1726888141.17801: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.17807: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888141.17814: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.17991: 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 0x7f69278a5220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927909550> 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 0x7f69278a52e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7970> # /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 0x7f69278c1640> # /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 0x7f69278c1910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1700> # 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 0x7f69278c17f0> <<< 7519 1726888141.17997: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997714430> # 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 0x7f49976df460> # /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 0x7f49976df490> # /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 0x7f4997646130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755190> # /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 0x7f4997652940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755310> # /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' <<< 7519 1726888141.18002: 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' <<< 7519 1726888141.18006: 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' <<< 7519 1726888141.18009: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499776ecd0> <<< 7519 1726888141.18021: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888141.18080: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976528e0> <<< 7519 1726888141.18084: 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 0x7f69278c1c40> # 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 0x7f69278cf190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1880> <<< 7519 1726888141.18088: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278b49d0> <<< 7519 1726888141.18091: 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 0x7f4997652730> # 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 0x7f49976516d0> # 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 0x7f4997651610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499774e880> # /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 <<< 7519 1726888141.18095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888141.18099: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7550> <<< 7519 1726888141.18101: 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 0x7f49976d8640> <<< 7519 1726888141.18103: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888141.18109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888141.18114: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1a30> <<< 7519 1726888141.18118: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18121: 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 0x7f49976d6a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976e50d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888141.18126: 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 0x7f49976d80a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499771a9a0> # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888141.18129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888141.18132: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f69277e9610> <<< 7519 1726888141.18135: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888141.18404: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18408: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888141.18414: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888141.18420: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip' <<< 7519 1726888141.18425: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18431: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7519 1726888141.18435: 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.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888141.18441: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888141.18443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888141.18447: 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 0x7fda683bdfa0> <<< 7519 1726888141.18449: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888141.18455: 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 0x7fda6839fd90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f985e0> <<< 7519 1726888141.18458: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888141.18460: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888141.18465: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18753: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888141.18757: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18760: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py <<< 7519 1726888141.18762: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18764: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888141.18767: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18769: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18771: 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' <<< 7519 1726888141.18773: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689709a0> <<< 7519 1726888141.18775: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18778: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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' <<< 7519 1726888141.18780: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18782: 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 0x7f4997620fa0> <<< 7519 1726888141.18784: 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' <<< 7519 1726888141.18787: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997616d90> <<< 7519 1726888141.18789: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49972335e0> <<< 7519 1726888141.18791: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888141.18793: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18863: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.18868: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19065: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19070: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888141.19077: 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' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976cb9a0> # zipimport: zlib available <<< 7519 1726888141.19097: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19102: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888141.19106: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19216: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888141.19221: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7519 1726888141.19301: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888141.19310: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19395: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19650: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888141.19688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888141.19695: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888141.19735: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19780: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b74c0> <<< 7519 1726888141.19783: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19785: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19857: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19860: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888141.19949: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.19958: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888141.19988: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888141.19992: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888141.19997: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20002: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20004: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20018: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888141.20105: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 7519 1726888141.20121: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888141.20131: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20168: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20185: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20188: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20190: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20192: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888141.20193: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20245: 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 <<< 7519 1726888141.20271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888141.20355: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20361: 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 0x7fda68a05be0> <<< 7519 1726888141.20378: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f6ddf0> <<< 7519 1726888141.20427: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888141.20431: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20535: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888141.20570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888141.20574: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888141.20576: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20711: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49977114c0> <<< 7519 1726888141.20719: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20801: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20804: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888141.20806: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888141.20808: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20810: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888141.20815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888141.20841: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888141.20849: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888141.20853: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888141.20878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888141.20884: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20886: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.20891: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888141.20917: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68398e80> <<< 7519 1726888141.20999: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.21006: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68393b20> <<< 7519 1726888141.21011: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.21017: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a038e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888141.21046: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.21049: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888141.21143: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888141.21150: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.21153: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py <<< 7519 1726888141.21155: 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 <<< 7519 1726888141.21157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888141.21159: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.21198: 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 0x7f4997760be0> <<< 7519 1726888141.21234: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499720adf0> <<< 7519 1726888141.21282: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py <<< 7519 1726888141.21286: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888141.21411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.21465: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.21484: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.21535: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888141.21538: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888141.21554: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888141.21584: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.21610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888141.21632: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888141.21635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888141.21712: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997612e80> <<< 7519 1726888141.21827: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499760ab20> <<< 7519 1726888141.21841: 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'<<< 7519 1726888141.21847: stdout chunk (state=3): >>> <<< 7519 1726888141.21852: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7760><<< 7519 1726888141.21855: stdout chunk (state=3): >>> <<< 7519 1726888141.21857: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499775e8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888141.21997: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888141.22002: 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' <<< 7519 1726888141.22007: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py<<< 7519 1726888141.22010: stdout chunk (state=3): >>> <<< 7519 1726888141.22017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'<<< 7519 1726888141.22019: stdout chunk (state=3): >>> <<< 7519 1726888141.22027: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py <<< 7519 1726888141.22030: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7519 1726888141.22036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'<<< 7519 1726888141.22040: stdout chunk (state=3): >>> <<< 7519 1726888141.22042: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.22072: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.22075: 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 0x7f69271d7160> <<< 7519 1726888141.22138: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7280><<< 7519 1726888141.22141: stdout chunk (state=3): >>> <<< 7519 1726888141.22249: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7eb0><<< 7519 1726888141.22253: stdout chunk (state=3): >>> <<< 7519 1726888141.22255: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py<<< 7519 1726888141.22257: stdout chunk (state=3): >>> <<< 7519 1726888141.22259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc'<<< 7519 1726888141.22261: stdout chunk (state=3): >>> <<< 7519 1726888141.22356: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7fa0><<< 7519 1726888141.22359: stdout chunk (state=3): >>> <<< 7519 1726888141.22361: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7cd0> <<< 7519 1726888141.22364: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888141.22464: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888141.22467: stdout chunk (state=3): >>> # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so'<<< 7519 1726888141.22470: stdout chunk (state=3): >>> <<< 7519 1726888141.22472: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271d7f10><<< 7519 1726888141.22474: stdout chunk (state=3): >>> <<< 7519 1726888141.22476: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.22488: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888141.22536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc'<<< 7519 1726888141.22539: stdout chunk (state=3): >>> <<< 7519 1726888141.22600: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7100><<< 7519 1726888141.22603: stdout chunk (state=3): >>> <<< 7519 1726888141.22638: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py<<< 7519 1726888141.22641: stdout chunk (state=3): >>> <<< 7519 1726888141.22694: stdout chunk (state=3): >>> {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "changed": false, "diff": {"before": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}, "after": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0600", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "_original_basename": "sssd-session-recording.conf", "recurse": false, "state": "file", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888141.22824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc'<<< 7519 1726888141.22883: 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' <<< 7519 1726888141.22889: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py<<< 7519 1726888141.22891: stdout chunk (state=3): >>> <<< 7519 1726888141.22893: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.22936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888141.23202: 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 # clear sys.path_importer_cache <<< 7519 1726888141.23209: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.23211: 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 # 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 <<< 7519 1726888141.23216: stdout chunk (state=3): >>># 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<<< 7519 1726888141.23218: 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 <<< 7519 1726888141.23224: stdout chunk (state=3): >>># cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 <<< 7519 1726888141.23227: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.23229: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.23231: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.23660: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692712de80> # 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 0x7f692714dfa0> # 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 0x7f692714ddc0> <<< 7519 1726888141.23702: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888141.23705: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888141.23708: stdout chunk (state=3): >>># destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888141.23710: stdout chunk (state=3): >>># destroy array <<< 7519 1726888141.23712: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux <<< 7519 1726888141.23716: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 7519 1726888141.23719: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 7519 1726888141.23721: stdout chunk (state=3): >>> {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "changed": false, "diff": {"before": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}, "after": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0600", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "_original_basename": "sssd-session-recording.conf", "recurse": false, "state": "file", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888141.23725: stdout chunk (state=3): >>># 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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # 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 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 <<< 7519 1726888141.23728: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # 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 <<< 7519 1726888141.23731: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath <<< 7519 1726888141.23733: stdout chunk (state=3): >>># cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 <<< 7519 1726888141.23735: stdout chunk (state=3): >>># destroy systemd._daemon # destroy _socket <<< 7519 1726888141.23737: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib <<< 7519 1726888141.23769: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py<<< 7519 1726888141.23781: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692714d430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927777dc0> <<< 7519 1726888141.24078: 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 # clear sys.path_importer_cache<<< 7519 1726888141.24084: stdout chunk (state=3): >>> # 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<<< 7519 1726888141.24090: 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 <<< 7519 1726888141.24093: 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 <<< 7519 1726888141.24098: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.24101: stdout chunk (state=3): >>># cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing 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 <<< 7519 1726888141.24105: stdout chunk (state=3): >>># destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # 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 <<< 7519 1726888141.24108: stdout chunk (state=3): >>># destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # 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 stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _signal # destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888141.24227: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277773d0> # /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 0x7f6927777f10> <<< 7519 1726888141.24235: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888141.24238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc'<<< 7519 1726888141.24240: stdout chunk (state=3): >>> # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py<<< 7519 1726888141.24244: stdout chunk (state=3): >>> <<< 7519 1726888141.24249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc'<<< 7519 1726888141.24818: stdout chunk (state=3): >>> <<< 7519 1726888141.24826: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888141.24829: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888141.24831: stdout chunk (state=3): >>># destroy binascii # destroy importlib <<< 7519 1726888141.24835: stdout chunk (state=3): >>># destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888141.24839: stdout chunk (state=3): >>># destroy array <<< 7519 1726888141.24844: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize <<< 7519 1726888141.24851: stdout chunk (state=3): >>># cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess <<< 7519 1726888141.24853: stdout chunk (state=3): >>># destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings <<< 7519 1726888141.24858: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888141.24865: stdout chunk (state=3): >>># cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 <<< 7519 1726888141.24869: stdout chunk (state=3): >>># cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch <<< 7519 1726888141.24873: stdout chunk (state=3): >>># cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading <<< 7519 1726888141.24879: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings <<< 7519 1726888141.25066: stdout chunk (state=3): >>># 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 # cleanup[3] wiping collections # 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib <<< 7519 1726888141.25070: stderr chunk (state=3): >>><<< 7519 1726888141.25072: stdout chunk (state=3): >>><<< 7519 1726888141.25075: stdout chunk (state=3): >>># destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize <<< 7519 1726888141.25077: stdout chunk (state=3): >>># destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888141.25078: stdout chunk (state=3): >>># /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 0x7f6927746b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271dc430> # 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 0x7f69271a9460> # /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 0x7f69271a9490> # /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 <<< 7519 1726888141.25080: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _signal <<< 7519 1726888141.25082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc'<<< 7519 1726888141.25084: stdout chunk (state=3): >>> <<< 7519 1726888141.25086: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f983a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f72850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68fb0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f48d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f72d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f13eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f16f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f0c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f12640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f13370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68e95d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eeecd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ee75b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68efb610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1adc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68ea7c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eee1f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68efb220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f20970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e7b310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e7b400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eb1f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea99d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b88160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e65dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1afa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b9aa90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b9adc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bac6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bacc10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b3a340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b9aeb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b4a220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bac550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b4a2e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b667f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b66c40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68b74190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b599d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66a30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fda68a8c610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda689b3160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3eb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3fa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3cd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda689b3f10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda683ede80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68929fa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68929dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68929430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1adc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1a3d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1af10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689e9b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985c70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b9430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68985460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683cf130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683db940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a13cd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda683db8e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683db730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683da6d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683da610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689f3880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897d640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897ba60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda6898a0d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda6897d0a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689bf9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda683bdfa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda6839fd90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f985e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689709a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b74c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fda68a05be0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f6ddf0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68398e80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68393b20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a038e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "changed": false, "diff": {"before": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}, "after": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0600", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "_original_basename": "sssd-session-recording.conf", "recurse": false, "state": "file", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888141.26912: _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 0x7fda68ff3dc0> # /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 0x7fda68f983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ff3b20> # /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 0x7fda68ff3ac0> 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 0x7fda68f98490> # /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 0x7fda68f98940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98670> # /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 0x7fda68f4f190> # /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 0x7fda68f4f220> # /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 0x7fda68f72850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f4f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68fb0880> # /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 0x7fda68f48d90> # /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 0x7fda68f72d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f98970> 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 0x7fda68f13eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f16f40> # /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 0x7fda68f0c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f12640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f13370> # /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 0x7fda68e95d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e95850> 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 0x7fda68e95e50> # /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 0x7fda68e95f10> # /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 0x7fda68e95e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eeecd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ee75b0> # /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 0x7fda68efb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1adc0> # /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 0x7fda68ea7c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eee1f0> # 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 0x7fda68efb220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f20970> # /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 0x7fda68ea7f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7d30> # /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 0x7fda68ea7ca0> # /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 0x7fda68e7b310> # /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 0x7fda68e7b400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68eb1f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea99d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9520> # /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 0x7fda68b88160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68e65dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea9e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68f1afa0> # /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 0x7fda68b9aa90> 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 0x7fda68b9adc0> # /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 0x7fda68bac6d0> # /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 0x7fda68bacc10> # 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 0x7fda68b3a340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b9aeb0> # /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 0x7fda68b4a220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68bac550> 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 0x7fda68b4a2e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7970> # /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 0x7fda68b66640> # /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 0x7fda68b66910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66700> # 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 0x7fda68b667f0> # /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 0x7fda68b66c40> # 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 0x7fda68b74190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b66880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68b599d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68ea7550> # /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 0x7fda68b66a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fda68a8c610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_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 0x7fda689b3760> # /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 0x7fda689b3160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3eb0> # /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 0x7fda689b3fa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b3cd0> 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 0x7fda689b3f10> # /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 0x7fda689b3100> # /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 0x7fda683ede80> # 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 0x7fda68929fa0> # 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 0x7fda68929dc0> # /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 0x7fda68929430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1adc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a1a3d0> # /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 0x7fda68a1af10> # /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 0x7fda689e9b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68985340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689b9430> # 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 0x7fda68985460> # /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 0x7fda68985490> # /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 0x7fda683cf130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa190> # /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 0x7fda683db940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689fa310> # /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 0x7fda68a13cd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda683db8e0> # 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 0x7fda683db730> # 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 0x7fda683da6d0> # 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 0x7fda683da610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689f3880> # /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 0x7fda6897d640> # 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 0x7fda6897ba60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda6898a0d0> # 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 0x7fda6897d0a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda689bf9a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_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 0x7fda683bdfa0> # /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 0x7fda6839fd90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f985e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_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 0x7fda689709a0> # 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.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_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 0x7fda689b74c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_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 0x7fda68a05be0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda67f6ddf0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_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 0x7fda68398e80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68393b20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fda68a038e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_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.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_2laqz08c/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "changed": false, "diff": {"before": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}, "after": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0600", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "_original_basename": "sssd-session-recording.conf", "recurse": false, "state": "file", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": 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 # 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 array # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # 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 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 # cleanup[3] wiping collections # 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib # destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # 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 stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _signal # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888141.28728: 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' <<< 7519 1726888141.28732: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927110130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758190> <<< 7519 1726888141.28735: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888141.28737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888141.28739: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888141.28743: stdout chunk (state=3): >>><<< 7519 1726888141.28745: stderr chunk (state=3): >>><<< 7519 1726888141.28747: 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 0x7f692711c940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758310> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888141.28749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ff2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998255880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ff2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f93eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f96f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f8c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f92640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f93370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f15d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6ecd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f675b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f7b610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9adc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f27c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6e1f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997f7b220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fa0970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997efb310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997efb400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f31f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f299d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e23160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ee5dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9afa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e35a90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e35dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e476d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e47c10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997dd5340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e35eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997de5220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e47550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997de52e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e017f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e01c40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997e0f190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997df49d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01a30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f49977e7610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f499770e160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770eeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770efa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770ecd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f499770ef10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997664e80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997684fa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997684dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997684430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997775dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49977753d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997775f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997744b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976dfc70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976df340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997714430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976df460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976df490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997646130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997652940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499776ecd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976528e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997652730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976516d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997651610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499774e880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d8640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d6a60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976e50d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49976d80a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499771a9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997620fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997616d90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49972335e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976cb9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49977114c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4997760be0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499720adf0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997612e80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499760ab20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499775e8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "changed": false, "diff": {"before": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}, "after": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0600", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "_original_basename": "sssd-session-recording.conf", "recurse": false, "state": "file", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888141.30694: _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 0x7f4998298dc0> # /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 0x7f499823d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998298b20> # /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 0x7f4998298ac0> 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 0x7f499823d490> # /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 0x7f499823d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d670> # /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 0x7f4997fcf190> # /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 0x7f4997fcf220> # /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 0x7f4997ff2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fcf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998255880> # /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 0x7f4997fc8d90> # /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 0x7f4997ff2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499823d970> 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 0x7f4997f93eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f96f40> # /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 0x7f4997f8c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f92640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f93370> # /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 0x7f4997f15d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f15850> 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 0x7f4997f15e50> # /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 0x7f4997f15f10> # /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 0x7f4997f15e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6ecd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f675b0> # /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 0x7f4997f7b610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9adc0> # /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 0x7f4997f27c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f6e1f0> # 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 0x7f4997f7b220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997fa0970> # /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 0x7f4997f27f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27d30> # /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 0x7f4997f27ca0> # /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 0x7f4997efb310> # /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 0x7f4997efb400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f31f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f299d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29520> # /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 0x7f4997e23160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997ee5dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f29e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f9afa0> # /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 0x7f4997e35a90> 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 0x7f4997e35dc0> # /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 0x7f4997e476d0> # /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 0x7f4997e47c10> # 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 0x7f4997dd5340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e35eb0> # /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 0x7f4997de5220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e47550> 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 0x7f4997de52e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27970> # /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 0x7f4997e01640> # /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 0x7f4997e01910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01700> # 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 0x7f4997e017f0> # /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 0x7f4997e01c40> # 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 0x7f4997e0f190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997e01880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997df49d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997f27550> # /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 0x7f4997e01a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f49977e7610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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 0x7f499770e760> # /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 0x7f499770e160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770e280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770eeb0> # /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 0x7f499770efa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499770ecd0> 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 0x7f499770ef10> # /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 0x7f499770e100> # /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 0x7f4997664e80> # 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 0x7f4997684fa0> # 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 0x7f4997684dc0> # /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 0x7f4997684430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997775dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49977753d0> # /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 0x7f4997775f10> # /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 0x7f4997744b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976dfc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976df340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997714430> # 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 0x7f49976df460> # /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 0x7f49976df490> # /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 0x7f4997646130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755190> # /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 0x7f4997652940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4997755310> # /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 0x7f499776ecd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976528e0> # 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 0x7f4997652730> # 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 0x7f49976516d0> # 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 0x7f4997651610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499774e880> # /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 0x7f49976d8640> # 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 0x7f49976d6a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49976e50d0> # 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 0x7f49976d80a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499771a9a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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 0x7f4997620fa0> # /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 0x7f4997616d90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49972335e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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 0x7f49976cb9a0> # 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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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 0x7f49977114c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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 0x7f4997760be0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499720adf0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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 0x7f4997612e80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499760ab20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499775e8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_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.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_yvxp1jy6/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "changed": false, "diff": {"before": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}, "after": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0600", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "_original_basename": "sssd-session-recording.conf", "recurse": false, "state": "file", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": 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 # 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 array # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # 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 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 # cleanup[3] wiping collections # 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib # destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # 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 stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _signal # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888141.38303: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0600', 'dest': '/etc/sssd/conf.d/sssd-session-recording.conf', '_original_basename': 'sssd-session-recording.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888140.0267246-8029-33733126720340/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888141.38307: _low_level_execute_command(): starting 7519 1726888141.38310: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.0267246-8029-33733126720340/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888141.38548: 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' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927770cd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692711c8e0> # 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 0x7f692711c730> # 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 0x7f692711b6d0> # 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 0x7f692711b610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927750880> # /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 0x7f69271a1640> <<< 7519 1726888141.38920: 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 0x7f69271a0a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271af0d0> # 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 0x7f69271a10a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271e49a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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 0x7f69270fdfa0> # /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 0x7f69270dfd90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cf45e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888141.38928: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0600', 'dest': '/etc/sssd/conf.d/sssd-session-recording.conf', '_original_basename': 'sssd-session-recording.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888140.143504-8034-265518152416151/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888141.38932: _low_level_execute_command(): starting 7519 1726888141.38934: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.143504-8034-265518152416151/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888141.38941: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888141.38943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc'<<< 7519 1726888141.38951: stdout chunk (state=3): >>> <<< 7519 1726888141.38958: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271959a0><<< 7519 1726888141.38960: stdout chunk (state=3): >>> <<< 7519 1726888141.38962: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.38964: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888141.38966: stdout chunk (state=3): >>> <<< 7519 1726888141.38968: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.38970: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.38972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.38974: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.38976: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888141.38977: stdout chunk (state=3): >>> <<< 7519 1726888141.38979: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.38981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.38983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888141.38985: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.38987: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888141.38989: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.38991: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888141.38993: stdout chunk (state=3): >>> <<< 7519 1726888141.38994: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888141.38996: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888141.38998: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.39000: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888141.39002: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.39004: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888141.39005: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.39007: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888141.39009: stdout chunk (state=3): >>> <<< 7519 1726888141.39011: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.39015: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888141.39017: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.39019: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888141.39021: stdout chunk (state=3): >>> <<< 7519 1726888141.39024: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888141.39026: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888141.39028: stdout chunk (state=3): >>> <<< 7519 1726888141.39030: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888141.39032: stdout chunk (state=3): >>> <<< 7519 1726888141.39033: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py<<< 7519 1726888141.39035: stdout chunk (state=3): >>> <<< 7519 1726888141.39037: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888141.39039: stdout chunk (state=3): >>> <<< 7519 1726888141.39041: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888141.39042: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.39044: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.39046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.39048: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.39051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.39053: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888141.39174: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888141.39178: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888141.39180: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.39182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.39185: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.39187: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.39189: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888141.39191: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888141.39193: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py<<< 7519 1726888141.39195: stdout chunk (state=3): >>> <<< 7519 1726888141.39197: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888141.39199: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.39201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc'<<< 7519 1726888141.39202: stdout chunk (state=3): >>> <<< 7519 1726888141.39204: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.39206: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888141.39208: stdout chunk (state=3): >>> <<< 7519 1726888141.39210: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.39212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.39217: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888141.39218: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888141.39220: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888141.39224: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888141.39226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.39228: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.39230: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.39232: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271db4c0><<< 7519 1726888141.39234: stdout chunk (state=3): >>> <<< 7519 1726888141.39236: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888141.39238: stdout chunk (state=3): >>> <<< 7519 1726888141.39239: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888141.39241: stdout chunk (state=3): >>># zipimport: zlib available<<< 7519 1726888141.39243: stdout chunk (state=3): >>> <<< 7519 1726888141.39245: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888141.39247: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888141.39248: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.39251: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py<<< 7519 1726888141.39253: stdout chunk (state=3): >>> import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888141.39255: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888141.39257: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.39259: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888141.39261: stderr chunk (state=3): >>><<< 7519 1726888141.39263: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.39392: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.39395: handler run complete 7519 1726888141.39397: attempt loop complete, returning result 7519 1726888141.39399: _execute() done 7519 1726888141.39401: dumping result to json 7519 1726888141.39403: done dumping result, returning 7519 1726888141.39404: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config [0ed44806-2f0b-c82f-f05a-000000000010] 7519 1726888141.39406: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010 7519 1726888141.39408: 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 # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888141.39410: 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 0x7f6927762be0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cd2df0> <<< ok: [managed_node3] => { "changed": false, "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "diff": { "after": { "path": "/etc/sssd/conf.d/sssd-session-recording.conf" }, "before": { "path": "/etc/sssd/conf.d/sssd-session-recording.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "sssd-session-recording.conf", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "follow": true, "force": false, "group": "root", "mode": "0600", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0600", "owner": "root", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "state": "file", "uid": 0 } 7519 1726888141.39706: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010 7519 1726888141.39720: WORKER PROCESS EXITING 7519 1726888141.39724: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py<<< 7519 1726888141.39727: stdout chunk (state=3): >>> import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888141.39729: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.39731: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.39733: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py<<< 7519 1726888141.39735: stdout chunk (state=3): >>> <<< 7519 1726888141.39737: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888141.39739: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py<<< 7519 1726888141.39743: stdout chunk (state=3): >>> <<< 7519 1726888141.39748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc'<<< 7519 1726888141.39945: stdout chunk (state=3): >>> <<< 7519 1726888141.39948: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py<<< 7519 1726888141.39950: stdout chunk (state=3): >>> <<< 7519 1726888141.39952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc'<<< 7519 1726888141.39954: stdout chunk (state=3): >>> <<< 7519 1726888141.39956: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888141.39958: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888141.39962: stderr chunk (state=3): >>><<< 7519 1726888141.39964: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270dbe80> <<< 7519 1726888141.39966: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.39971: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.39973: handler run complete 7519 1726888141.39975: attempt loop complete, returning result 7519 1726888141.39978: _execute() done 7519 1726888141.39979: dumping result to json 7519 1726888141.39981: done dumping result, returning 7519 1726888141.39983: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config [0ed44806-2f0b-c82f-f05a-000000000010] 7519 1726888141.39985: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270d4b20><<< 7519 1726888141.39988: stdout chunk (state=3): >>> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277608e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888141.39991: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.39993: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010 7519 1726888141.40577: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010 7519 1726888141.40580: WORKER PROCESS EXITING 7519 1726888141.40583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888141.40585: stdout chunk (state=3): >>> {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "changed": false, "diff": {"before": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}, "after": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0600", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "_original_basename": "sssd-session-recording.conf", "recurse": false, "state": "file", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7519 1726888141.40588: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888141.40590: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv <<< 7519 1726888141.40592: 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 <<< 7519 1726888141.40595: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.40597: 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 # 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 <<< 7519 1726888141.40600: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.40602: 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 <<< 7519 1726888141.40604: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.40607: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.40609: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.40611: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.41443: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # 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 <<< 7519 1726888141.41446: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888141.41449: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888141.41451: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888141.41454: stdout chunk (state=3): >>># destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888141.41456: stdout chunk (state=3): >>># destroy array <<< 7519 1726888141.41458: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux <<< 7519 1726888141.41460: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian <<< 7519 1726888141.41462: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 7519 1726888141.41464: stdout chunk (state=3): >>># cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid <<< 7519 1726888141.41466: stdout chunk (state=3): >>># cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex<<< 7519 1726888141.41468: stdout chunk (state=3): >>> # cleanup[3] wiping platform <<< 7519 1726888141.41470: stdout chunk (state=3): >>># cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale <<< 7519 1726888141.41472: stdout chunk (state=3): >>># destroy encodings <<< 7519 1726888141.41474: stdout chunk (state=3): >>># cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner <<< 7519 1726888141.41476: stdout chunk (state=3): >>># cleanup[3] wiping _json # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping tempfile # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 <<< 7519 1726888141.41478: stdout chunk (state=3): >>># cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 7519 1726888141.41480: stdout chunk (state=3): >>># destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading <<< 7519 1726888141.41482: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings <<< 7519 1726888141.41484: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 7519 1726888141.41486: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile <<< 7519 1726888141.41490: stdout chunk (state=3): >>># destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy heapq <<< 7519 1726888141.41493: stdout chunk (state=3): >>># 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 <<< 7519 1726888141.41495: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping os <<< 7519 1726888141.41497: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ <<< 7519 1726888141.41500: stdout chunk (state=3): >>># cleanup[3] wiping io # cleanup[3] wiping 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 <<< 7519 1726888141.41502: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 7519 1726888141.41505: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io <<< 7519 1726888141.41507: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 7519 1726888141.41509: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7519 1726888141.41511: stdout chunk (state=3): >>># destroy systemd._daemon # destroy _socket <<< 7519 1726888141.41516: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib <<< 7519 1726888141.41519: stdout chunk (state=3): >>># destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< ok: [managed_node2] => { "changed": false, "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "diff": { "after": { "path": "/etc/sssd/conf.d/sssd-session-recording.conf" }, "before": { "path": "/etc/sssd/conf.d/sssd-session-recording.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "sssd-session-recording.conf", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "follow": true, "force": false, "group": "root", "mode": "0600", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0600", "owner": "root", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "state": "file", "uid": 0 } 7519 1726888141.41543: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 7519 1726888141.41575: stdout chunk (state=3): >>># destroy stat <<< 7519 1726888141.41578: stdout chunk (state=3): >>># destroy platform # destroy distro # destroy json.scanner # destroy _json <<< 7519 1726888141.41580: stdout chunk (state=3): >>># destroy select <<< 7519 1726888141.41583: stdout chunk (state=3): >>># destroy _signal <<< 7519 1726888141.41585: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888141.41587: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888141.41589: stderr chunk (state=3): >>><<< 7519 1726888141.41591: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d183a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cf2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d30880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927cf2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6deb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c71f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c67610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6f640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69279d5d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c49cd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c435b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c56610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69279e7c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c491f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927c56220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c7b970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279bc310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279bc400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279f2f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e99d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278e4160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279a5dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278f5a90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278f5dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279096d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927909c10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927895340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278f5eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278a5220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927909550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278a52e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c17f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278c1c40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69278cf190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278b49d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1a30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f69277e9610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271d7160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7eb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7fa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7cd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271d7f10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692712de80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692714dfa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692714ddc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692714d430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927777dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277773d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927777f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927746b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9c70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271dc430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a9460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927110130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711c940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927770cd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692711c8e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711c730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711b6d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f692711b610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927750880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a1640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a0a60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271af0d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69271a10a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271e49a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69270fdfa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270dfd90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cf45e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271959a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271db4c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6927762be0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cd2df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270dbe80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270d4b20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277608e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "changed": false, "diff": {"before": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}, "after": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0600", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "_original_basename": "sssd-session-recording.conf", "recurse": false, "state": "file", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888141.42453: _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 0x7f6927d73dc0> # /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 0x7f6927d183a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d73b20> # /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 0x7f6927d73ac0> 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 0x7f6927d18490> # /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 0x7f6927d18940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18670> # /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 0x7f6927ccf190> # /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 0x7f6927ccf220> # /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 0x7f6927cf2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927ccf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d30880> # /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 0x7f6927cc8d90> # /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 0x7f6927cf2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927d18970> 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 0x7f6927c6deb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c71f40> # /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 0x7f6927c67610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6f640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c6d370> # /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 0x7f69279d5d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279d5850> 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 0x7f69279d5e50> # /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 0x7f69279d5f10> # /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 0x7f69279d5e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c49cd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c435b0> # /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 0x7f6927c56610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75dc0> # /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 0x7f69279e7c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c491f0> # 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 0x7f6927c56220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c7b970> # /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 0x7f69279e7f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7d30> # /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 0x7f69279e7ca0> # /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 0x7f69279bc310> # /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 0x7f69279bc400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279f2f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e99d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9520> # /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 0x7f69278e4160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279a5dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e9e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927c75fa0> # /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 0x7f69278f5a90> 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 0x7f69278f5dc0> # /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 0x7f69279096d0> # /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 0x7f6927909c10> # 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 0x7f6927895340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278f5eb0> # /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 0x7f69278a5220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927909550> 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 0x7f69278a52e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7970> # /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 0x7f69278c1640> # /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 0x7f69278c1910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1700> # 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 0x7f69278c17f0> # /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 0x7f69278c1c40> # 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 0x7f69278cf190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278c1880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69278b49d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69279e7550> # /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 0x7f69278c1a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f69277e9610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_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 0x7f69271d7760> # /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 0x7f69271d7160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7eb0> # /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 0x7f69271d7fa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271d7cd0> 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 0x7f69271d7f10> # /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 0x7f69271d7100> # /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 0x7f692712de80> # 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 0x7f692714dfa0> # 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 0x7f692714ddc0> # /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 0x7f692714d430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927777dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277773d0> # /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 0x7f6927777f10> # /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 0x7f6927746b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271a9340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271dc430> # 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 0x7f69271a9460> # /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 0x7f69271a9490> # /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 0x7f6927110130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758190> # /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 0x7f692711c940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927758310> # /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 0x7f6927770cd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f692711c8e0> # 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 0x7f692711c730> # 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 0x7f692711b6d0> # 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 0x7f692711b610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6927750880> # /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 0x7f69271a1640> # 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 0x7f69271a0a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271af0d0> # 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 0x7f69271a10a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69271e49a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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 0x7f69270fdfa0> # /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 0x7f69270dfd90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cf45e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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 0x7f69271959a0> # 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.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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 0x7f69271db4c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_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 0x7f6927762be0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6926cd2df0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_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 0x7f69270dbe80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69270d4b20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69277608e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_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.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_qr6i6680/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/etc/sssd/conf.d/sssd-session-recording.conf", "changed": false, "diff": {"before": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}, "after": {"path": "/etc/sssd/conf.d/sssd-session-recording.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0600", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "_original_basename": "sssd-session-recording.conf", "recurse": false, "state": "file", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": 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 # 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 array # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # 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 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 # cleanup[3] wiping collections # 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib # destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # 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 stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _signal # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888141.45591: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0600', 'dest': '/etc/sssd/conf.d/sssd-session-recording.conf', '_original_basename': 'sssd-session-recording.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888140.0019536-8027-145692832600266/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888141.45595: _low_level_execute_command(): starting 7519 1726888141.45597: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888140.0019536-8027-145692832600266/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888141.45606: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888141.45608: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.45610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.45612: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.45614: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.45616: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888141.45618: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888141.45620: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888141.45622: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.45625: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.45627: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.45629: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.45631: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888141.45633: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888141.45635: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888141.45637: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.45639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.45641: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.45643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.45645: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888141.45647: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888141.45648: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888141.45651: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888141.45653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.45655: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.45656: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.45690: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888141.45700: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888141.45703: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888141.45705: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.45707: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888141.45709: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888141.45713: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888141.45715: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888141.45716: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888141.45718: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.45788: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.47657: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888141.47727: stderr chunk (state=3): >>><<< 7519 1726888141.47730: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.47943: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.47946: handler run complete 7519 1726888141.47948: attempt loop complete, returning result 7519 1726888141.47950: _execute() done 7519 1726888141.47952: dumping result to json 7519 1726888141.47954: done dumping result, returning 7519 1726888141.47956: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure sssd session recording config [0ed44806-2f0b-c82f-f05a-000000000010] 7519 1726888141.47958: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010 7519 1726888141.48014: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000010 7519 1726888141.48016: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "checksum": "d2f50fd45b1379abe6cc12991ba74cea9b556ae4", "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "diff": { "after": { "path": "/etc/sssd/conf.d/sssd-session-recording.conf" }, "before": { "path": "/etc/sssd/conf.d/sssd-session-recording.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "sssd-session-recording.conf", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/sssd/conf.d/sssd-session-recording.conf", "follow": true, "force": false, "group": "root", "mode": "0600", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0600", "owner": "root", "path": "/etc/sssd/conf.d/sssd-session-recording.conf", "secontext": "system_u:object_r:sssd_conf_t:s0", "size": 119, "state": "file", "uid": 0 } 7519 1726888141.48103: no more pending results, returning what we have 7519 1726888141.48108: results queue empty 7519 1726888141.48109: checking for any_errors_fatal 7519 1726888141.48134: done checking for any_errors_fatal 7519 1726888141.48135: checking for max_fail_percentage 7519 1726888141.48138: done checking for max_fail_percentage 7519 1726888141.48139: checking to see if all hosts have failed and the running result is not ok 7519 1726888141.48139: done checking to see if all hosts have failed 7519 1726888141.48141: getting the remaining hosts for this loop 7519 1726888141.48144: done getting the remaining hosts for this loop 7519 1726888141.48149: getting the next task for host managed_node1 7519 1726888141.48155: done getting next task for host managed_node1 7519 1726888141.48159: ^ task is: TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists 7519 1726888141.48161: ^ state is: HOST STATE: block=3, task=11, 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 7519 1726888141.48162: getting the next task for host managed_node2 7519 1726888141.48164: done getting next task for host managed_node2 7519 1726888141.48166: ^ task is: TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists 7519 1726888141.48167: ^ state is: HOST STATE: block=3, task=11, 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 7519 1726888141.48168: getting the next task for host managed_node3 7519 1726888141.48170: done getting next task for host managed_node3 7519 1726888141.48172: ^ task is: TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists 7519 1726888141.48173: ^ state is: HOST STATE: block=3, task=11, 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 7519 1726888141.48191: getting variables 7519 1726888141.48192: in VariableManager get_vars() 7519 1726888141.48230: Calling all_inventory to load vars for managed_node1 7519 1726888141.48235: Calling groups_inventory to load vars for managed_node1 7519 1726888141.48237: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888141.48246: Calling all_plugins_play to load vars for managed_node1 7519 1726888141.48249: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888141.48255: Calling groups_plugins_play to load vars for managed_node1 7519 1726888141.50838: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888141.53277: done with get_vars() 7519 1726888141.53307: done getting variables 7519 1726888141.53741: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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.tlog : Check appropriate authselect features exists] *** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:74 Friday 20 September 2024 23:09:01 -0400 (0:00:01.624) 0:00:16.156 ****** 7519 1726888141.53773: entering _queue_task() for managed_node1/command 7519 1726888141.53775: Creating lock for command 7519 1726888141.54945: worker is 1 (out of 3 available) 7519 1726888141.54960: exiting _queue_task() for managed_node1/command 7519 1726888141.54989: getting variables 7519 1726888141.54992: in VariableManager get_vars() 7519 1726888141.55083: Calling all_inventory to load vars for managed_node2 7519 1726888141.55087: Calling groups_inventory to load vars for managed_node2 7519 1726888141.55090: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888141.55113: Calling all_plugins_play to load vars for managed_node2 7519 1726888141.55117: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888141.55122: Calling groups_plugins_play to load vars for managed_node2 7519 1726888141.56657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888141.58132: done with get_vars() 7519 1726888141.58168: done getting variables 7519 1726888141.58202: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists 7519 1726888141.58206: in run() - task 0ed44806-2f0b-c82f-f05a-000000000011 7519 1726888141.58208: variable 'ansible_search_path' from source: unknown 7519 1726888141.58210: variable 'ansible_search_path' from source: unknown 7519 1726888141.58294: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888141.58305: entering _queue_task() for managed_node2/command 7519 1726888141.58636: calling self._execute() 7519 1726888141.59883: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888141.59889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888141.59893: variable 'omit' from source: magic vars 7519 1726888141.59895: variable 'omit' from source: magic vars 7519 1726888141.59899: variable 'omit' from source: magic vars 7519 1726888141.59902: variable 'omit' from source: magic vars 7519 1726888141.59904: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888141.59909: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888141.59911: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888141.59916: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888141.59919: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888141.59922: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888141.59926: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888141.59928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888141.59850: worker is 2 (out of 3 available) 7519 1726888141.59935: exiting _queue_task() for managed_node2/command 7519 1726888141.59970: getting variables 7519 1726888141.59974: in VariableManager get_vars() 7519 1726888141.60133: Calling all_inventory to load vars for managed_node3 7519 1726888141.60138: Calling groups_inventory to load vars for managed_node3 7519 1726888141.60141: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888141.60155: Calling all_plugins_play to load vars for managed_node3 7519 1726888141.60207: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888141.60218: Set connection var ansible_shell_executable to /bin/sh 7519 1726888141.60226: Calling groups_plugins_play to load vars for managed_node3 7519 1726888141.60800: Set connection var ansible_pipelining to False 7519 1726888141.60804: Set connection var ansible_shell_type to sh 7519 1726888141.60806: Set connection var ansible_timeout to 10 7519 1726888141.60809: Set connection var ansible_connection to ssh 7519 1726888141.60816: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888141.60818: variable 'ansible_shell_executable' from source: unknown 7519 1726888141.60820: variable 'ansible_connection' from source: unknown 7519 1726888141.60822: variable 'ansible_module_compression' from source: unknown 7519 1726888141.60824: variable 'ansible_shell_type' from source: unknown 7519 1726888141.60827: variable 'ansible_shell_executable' from source: unknown 7519 1726888141.60829: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888141.60831: variable 'ansible_pipelining' from source: unknown 7519 1726888141.60833: variable 'ansible_timeout' from source: unknown 7519 1726888141.60835: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888141.60838: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888141.60842: variable 'omit' from source: magic vars 7519 1726888141.60844: starting attempt loop 7519 1726888141.60846: running the handler 7519 1726888141.61555: _low_level_execute_command(): starting 7519 1726888141.61558: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888141.62230: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists 7519 1726888141.62234: in run() - task 0ed44806-2f0b-c82f-f05a-000000000011 7519 1726888141.62236: variable 'ansible_search_path' from source: unknown 7519 1726888141.62238: variable 'ansible_search_path' from source: unknown 7519 1726888141.62241: calling self._execute() 7519 1726888141.62243: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888141.62245: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888141.62247: variable 'omit' from source: magic vars 7519 1726888141.62957: variable 'omit' from source: magic vars 7519 1726888141.62960: variable 'omit' from source: magic vars 7519 1726888141.62962: variable 'omit' from source: magic vars 7519 1726888141.62964: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888141.62966: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888141.62968: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888141.62970: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888141.62972: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888141.62974: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888141.62976: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888141.63494: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888141.63498: 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 <<< 7519 1726888141.63501: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.63504: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.63507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.63517: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.63528: Set connection var ansible_shell_executable to /bin/sh 7519 1726888141.63531: Set connection var ansible_pipelining to False 7519 1726888141.63532: Set connection var ansible_shell_type to sh 7519 1726888141.63534: Set connection var ansible_timeout to 10 7519 1726888141.63536: Set connection var ansible_connection to ssh 7519 1726888141.63538: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888141.63540: variable 'ansible_shell_executable' from source: unknown 7519 1726888141.63541: variable 'ansible_connection' from source: unknown 7519 1726888141.63543: variable 'ansible_module_compression' from source: unknown 7519 1726888141.63545: variable 'ansible_shell_type' from source: unknown 7519 1726888141.63547: variable 'ansible_shell_executable' from source: unknown 7519 1726888141.63549: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888141.63550: variable 'ansible_pipelining' from source: unknown 7519 1726888141.63552: variable 'ansible_timeout' from source: unknown 7519 1726888141.63554: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888141.63644: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888141.63843: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.64294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888141.65162: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888141.65166: variable 'omit' from source: magic vars 7519 1726888141.65168: starting attempt loop 7519 1726888141.65170: running the handler 7519 1726888141.65172: _low_level_execute_command(): starting 7519 1726888141.65174: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888141.65963: stdout chunk (state=3): >>>/root <<< 7519 1726888141.65966: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888141.65969: stderr chunk (state=3): >>><<< 7519 1726888141.65970: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.65976: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.65980: _low_level_execute_command(): starting 7519 1726888141.65982: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855 `" && echo ansible-tmp-1726888141.6560814-8091-31225606554855="` echo /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855 `" && echo ansible-tmp-1726888141.6560814-8091-31225606554855="` echo /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855 `" ) && sleep 0'"'"'' 7519 1726888141.67355: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.67360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.67363: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.67366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.67369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888141.67373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.67375: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888141.68004: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888141.68007: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.68009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.68011: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.68015: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.68017: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888141.68019: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888141.68021: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888141.68025: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.68027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.68029: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.68031: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.68033: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888141.68035: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888141.68036: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888141.68040: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.68041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.68043: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.68045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.68046: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888141.68048: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888141.68050: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888141.68052: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888141.68053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.68055: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.68057: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.68058: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.68060: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888141.68062: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.68066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.69426: done with get_vars() 7519 1726888141.69464: done getting variables 7519 1726888141.69509: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888141.69512: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888141.69515: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888141.69517: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.69519: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888141.69520: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888141.69528: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888141.69530: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888141.69532: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888141.69534: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.69536: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.69585: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888141.69595: entering _queue_task() for managed_node3/command 7519 1726888141.69951: stdout chunk (state=3): >>>ansible-tmp-1726888141.6560814-8091-31225606554855=/root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855 <<< 7519 1726888141.72100: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888141.72105: stderr chunk (state=3): >>><<< 7519 1726888141.72108: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888141.6560814-8091-31225606554855=/root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.72127: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888141.6560814-8091-31225606554855=/root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.72131: variable 'ansible_module_compression' from source: unknown 7519 1726888141.72132: ANSIBALLZ: Using generic lock for ansible.legacy.command 7519 1726888141.72135: ANSIBALLZ: Acquiring lock 7519 1726888141.72138: ANSIBALLZ: Lock acquired: 140005031086368 7519 1726888141.72140: ANSIBALLZ: Creating module 7519 1726888141.72141: stdout chunk (state=3): >>>/root <<< 7519 1726888141.72145: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888141.72147: stderr chunk (state=3): >>><<< 7519 1726888141.72153: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.72169: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.72175: _low_level_execute_command(): starting 7519 1726888141.72179: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999 `" && echo ansible-tmp-1726888141.7129834-8093-153801670353999="` echo /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999 `" && echo ansible-tmp-1726888141.7129834-8093-153801670353999="` echo /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999 `" ) && sleep 0'"'"'' 7519 1726888141.72062: worker is 3 (out of 3 available) 7519 1726888141.72650: exiting _queue_task() for managed_node3/command 7519 1726888141.72663: done queuing things up, now waiting for results queue to drain 7519 1726888141.72664: waiting for pending results... 7519 1726888141.73177: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists 7519 1726888141.73319: in run() - task 0ed44806-2f0b-c82f-f05a-000000000011 7519 1726888141.73332: variable 'ansible_search_path' from source: unknown 7519 1726888141.73335: variable 'ansible_search_path' from source: unknown 7519 1726888141.73379: calling self._execute() 7519 1726888141.73473: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888141.73480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888141.73490: variable 'omit' from source: magic vars 7519 1726888141.73603: variable 'omit' from source: magic vars 7519 1726888141.73661: variable 'omit' from source: magic vars 7519 1726888141.73710: variable 'omit' from source: magic vars 7519 1726888141.74263: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888141.74300: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888141.74325: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888141.74342: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888141.74355: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888141.74387: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888141.74392: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888141.74394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888141.74501: Set connection var ansible_shell_executable to /bin/sh 7519 1726888141.74510: Set connection var ansible_pipelining to False 7519 1726888141.74516: Set connection var ansible_shell_type to sh 7519 1726888141.74519: Set connection var ansible_timeout to 10 7519 1726888141.74521: Set connection var ansible_connection to ssh 7519 1726888141.74529: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888141.74553: variable 'ansible_shell_executable' from source: unknown 7519 1726888141.74556: variable 'ansible_connection' from source: unknown 7519 1726888141.74558: variable 'ansible_module_compression' from source: unknown 7519 1726888141.74560: variable 'ansible_shell_type' from source: unknown 7519 1726888141.74563: variable 'ansible_shell_executable' from source: unknown 7519 1726888141.74565: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888141.74569: variable 'ansible_pipelining' from source: unknown 7519 1726888141.74572: variable 'ansible_timeout' from source: unknown 7519 1726888141.74574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888141.74724: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888141.74736: variable 'omit' from source: magic vars 7519 1726888141.74739: starting attempt loop 7519 1726888141.74742: running the handler 7519 1726888141.74759: _low_level_execute_command(): starting 7519 1726888141.74768: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888141.75136: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888141.75150: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.75271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.75312: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.75342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.75462: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888141.75515: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888141.75534: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888141.75555: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.75575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.75632: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.75690: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.75700: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888141.75708: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888141.75714: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888141.75730: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.75738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.75759: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.75780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.75851: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888141.75873: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888141.75880: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888141.75916: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888141.75941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.75952: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.75959: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.76038: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888141.76054: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888141.76073: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888141.76276: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.76294: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888141.76307: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888141.76342: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888141.76406: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888141.76487: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888141.76543: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.76635: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888141.77829: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888141.77847: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.77884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.77904: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.77919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.77986: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888141.77998: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888141.78008: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888141.78028: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.78044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.78059: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.78072: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.78088: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888141.78099: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888141.78109: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888141.78127: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.78187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.78203: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.78219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.78236: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888141.78277: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888141.78299: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888141.78326: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888141.78343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.78358: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.78372: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.78483: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888141.78508: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888141.78552: stdout chunk (state=3): >>>ansible-tmp-1726888141.7129834-8093-153801670353999=/root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999 <<< 7519 1726888141.78572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888141.78604: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.78795: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888141.78800: stdout chunk (state=3): >>><<< 7519 1726888141.78803: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'ansible-tmp-1726888141.7129834-8093-153801670353999=/root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.78969: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888141.7129834-8093-153801670353999=/root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.79049: variable 'ansible_module_compression' from source: unknown 7519 1726888141.79236: ANSIBALLZ: Using generic lock for ansible.legacy.command 7519 1726888141.79239: ANSIBALLZ: Acquiring lock 7519 1726888141.79252: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888141.79264: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888141.79277: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888141.79287: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888141.79303: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888141.79397: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.79416: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888141.82442: stdout chunk (state=3): >>>/root <<< 7519 1726888141.82462: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888141.82877: stderr chunk (state=3): >>><<< 7519 1726888141.82881: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.83037: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.83129: _low_level_execute_command(): starting 7519 1726888141.83133: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401 `" && echo ansible-tmp-1726888141.8308046-8099-16731245004401="` echo /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401 `" && echo ansible-tmp-1726888141.8308046-8099-16731245004401="` echo /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401 `" ) && sleep 0'"'"'' 7519 1726888141.85451: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888141.85478: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.85502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.85537: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.85582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.85718: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888141.85785: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888141.85810: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888141.85840: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.85865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.85900: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.85935: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.85973: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888141.86037: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888141.86052: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888141.86071: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.86099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.86120: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.86142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.86161: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888141.86179: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888141.86198: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888141.86212: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888141.86230: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.86283: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.86310: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888141.86612: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888141.86635: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888141.86647: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888141.86666: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888141.86686: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888141.86730: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888141.86741: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888141.86754: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888141.86789: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888141.86817: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888141.86882: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888141.90073: stdout chunk (state=3): >>>ansible-tmp-1726888141.8308046-8099-16731245004401=/root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401 <<< 7519 1726888141.90258: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888141.90361: stderr chunk (state=3): >>><<< 7519 1726888141.90410: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888141.8308046-8099-16731245004401=/root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888141.90481: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888141.8308046-8099-16731245004401=/root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888141.91000: variable 'ansible_module_compression' from source: unknown 7519 1726888141.91004: ANSIBALLZ: Using generic lock for ansible.legacy.command 7519 1726888141.91007: ANSIBALLZ: Acquiring lock 7519 1726888141.98193: ANSIBALLZ: Writing module into payload 7519 1726888141.98275: ANSIBALLZ: Writing module 7519 1726888141.98295: ANSIBALLZ: Renaming module 7519 1726888141.98301: ANSIBALLZ: Done creating module 7519 1726888141.98544: ANSIBALLZ: Lock acquired: 140005031086368 7519 1726888141.98547: ANSIBALLZ: Reading module after lock 7519 1726888141.98550: variable 'ansible_facts' from source: host vars for 'managed_node1' 7519 1726888141.98554: variable 'ansible_facts' from source: host vars for 'managed_node2' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py 7519 1726888141.98559: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py 7519 1726888141.98563: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpdwhscskp TO /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzl0i50hm TO /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888141.98574: ANSIBALLZ: Lock acquired: 140005031086368 7519 1726888141.98578: ANSIBALLZ: Reading module after lock 7519 1726888141.98580: variable 'ansible_facts' from source: host vars for 'managed_node3' <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py 7519 1726888141.98759: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py 7519 1726888141.98762: Sending initial data 7519 1726888141.98764: Sent initial data (153 bytes) <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgzbtl33t TO /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888141.98835: Sending initial data 7519 1726888141.98838: Sent initial data (153 bytes) 7519 1726888141.99131: Sending initial data 7519 1726888141.99134: Sent initial data (154 bytes) 7519 1726888141.99787: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888141.99810: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888141.99832: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888141.99840: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888141.99849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888141.99888: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888141.99895: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888141.99915: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888141.99938: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888141.99955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888141.99969: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888141.99981: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.00008: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888142.00044: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888142.00057: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888142.00070: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.00085: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.00104: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.00137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.00162: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888142.00180: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888142.00197: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888142.00218: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888142.00249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.00278: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.00295: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.00396: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888142.00418: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888142.00439: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888142.00469: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.00495: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888142.00508: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888142.00529: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888142.00544: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888142.00593: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888142.00620: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.00720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888142.01382: 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 <<< 7519 1726888142.01439: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.01448: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.01493: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.01561: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888142.01605: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888142.01682: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.01709: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888142.01749: 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 <<< 7519 1726888142.01752: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.01811: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888142.01814: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888142.01818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration <<< 7519 1726888142.01837: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.01908: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888142.01952: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888142.01973: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888142.01999: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.02033: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888142.02062: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888142.02082: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888142.02100: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888142.02125: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888142.02173: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.02266: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888142.03542: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888142.03584: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888142.03693: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 7519 1726888142.03697: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888142.03700: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888142.03732: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888142.03736: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzl0i50hm debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888142.03738: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzl0i50hm /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py <<< 7519 1726888142.03741: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpdwhscskp <<< 7519 1726888142.03743: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpdwhscskp /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py <<< 7519 1726888142.03746: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888142.03757: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py M:0x001a <<< 7519 1726888142.03761: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py M:0x001a <<< 7519 1726888142.03804: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119286 <<< 7519 1726888142.03830: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119285 <<< 7519 1726888142.04691: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119285 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888142.04732: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119286 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888142.04739: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888142.04778: 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 <<< 7519 1726888142.04815: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888142.04818: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888142.04841: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888142.04844: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888142.04862: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.04978: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.04982: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgzbtl33t debug3: Sent message fd 3 T:17 I:3 debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py M:0x001a <<< 7519 1726888142.04984: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgzbtl33t /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py <<< 7519 1726888142.05333: stderr chunk (state=3): >>><<< 7519 1726888142.05338: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzl0i50hm /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpzl0i50hm\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119286\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119286 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888142.05347: done transferring module to remote 7519 1726888142.05349: _low_level_execute_command(): starting 7519 1726888142.05351: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/ /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/ /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888142.05608: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119285 <<< 7519 1726888142.05790: stderr chunk (state=3): >>><<< 7519 1726888142.05795: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpdwhscskp /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpdwhscskp\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119285\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119285 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888142.05801: done transferring module to remote 7519 1726888142.05803: _low_level_execute_command(): starting 7519 1726888142.05805: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/ /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/ /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888142.06216: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119285 bytes at 0 <<< 7519 1726888142.06226: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888142.06275: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888142.06294: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888142.06318: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.06359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.06377: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.06410: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.06431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.06494: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888142.06572: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888142.06590: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888142.06607: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888142.06629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.06647: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.06650: stderr chunk (state=3): >>><<< 7519 1726888142.06653: stdout chunk (state=3): >>><<< 7519 1726888142.06667: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgzbtl33t /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpgzbtl33t\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119285\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119285 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888142.06694: done transferring module to remote 7519 1726888142.06729: _low_level_execute_command(): starting 7519 1726888142.06734: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/ /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888142.06751: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888142.06763: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888142.06775: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/ /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888142.06797: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.06841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.06860: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.06875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.06892: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888142.06904: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888142.06915: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888142.06932: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888142.06947: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.06962: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.06976: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.07162: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888142.07176: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888142.07186: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888142.07204: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.07227: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888142.07240: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888142.07252: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888142.07265: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888142.07344: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888142.07361: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.07453: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888142.07972: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.07976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.08058: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888142.08064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.08126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.08134: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.08410: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888142.08415: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888142.08511: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.08514: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888142.08519: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888142.08561: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.08591: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888142.08713: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888142.08716: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.08719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.08771: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.08777: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.08780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888142.08782: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.08823: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888142.08843: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.08846: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888142.08868: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.08924: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888142.09274: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.09427: stderr chunk (state=3): >>><<< 7519 1726888142.09432: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888142.09540: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888142.09547: _low_level_execute_command(): starting 7519 1726888142.09550: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888142.10000: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888142.10006: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.10020: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.10031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.10060: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888142.10065: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888142.10179: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888142.10183: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888142.10186: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.10188: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.10191: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.10193: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888142.10195: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888142.10197: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888142.10200: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.10202: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.10204: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.10206: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.10208: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888142.10211: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888142.10216: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888142.10218: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888142.10221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.10433: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.10437: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.10439: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888142.10442: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888142.10444: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888142.10446: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.10448: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888142.10450: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888142.10452: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888142.10454: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888142.10456: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888142.10486: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.10543: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888142.11079: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.11141: stderr chunk (state=3): >>><<< 7519 1726888142.11144: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888142.11164: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888142.11168: _low_level_execute_command(): starting 7519 1726888142.11264: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888142.11504: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.11507: stdout chunk (state=3): >>><<< 7519 1726888142.11517: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888142.11649: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888142.11652: _low_level_execute_command(): starting 7519 1726888142.11655: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888142.12579: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888142.12584: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888142.12653: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888142.12687: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888142.12718: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888142.12764: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888142.12767: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888142.12831: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888142.12835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888142.12839: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888142.12862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888142.12865: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888142.12894: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3dc0> <<< 7519 1726888142.12953: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888142.12956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7519 1726888142.12959: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3b20><<< 7519 1726888142.12961: stdout chunk (state=3): >>> <<< 7519 1726888142.12983: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py <<< 7519 1726888142.12988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7519 1726888142.13007: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3ac0> <<< 7519 1726888142.13047: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888142.13051: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 7519 1726888142.13053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7519 1726888142.13079: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958490> <<< 7519 1726888142.13084: 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' <<< 7519 1726888142.13125: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7519 1726888142.13131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888142.13134: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888142.13147: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958670> <<< 7519 1726888142.13185: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888142.13188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888142.13480: 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' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f190> # /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 0x7f4e8590f220> # /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 <<< 7519 1726888142.13483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85932850> <<< 7519 1726888142.13486: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f940> <<< 7519 1726888142.13553: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85970880> # /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' <<< 7519 1726888142.13556: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85908d90> <<< 7519 1726888142.13558: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888142.13570: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.13609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.13624: 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 0x7f4e85932d90> <<< 7519 1726888142.13628: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.13634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.13673: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958970> <<< 7519 1726888142.13691: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888142.13702: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888142.13705: 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. <<< 7519 1726888142.13709: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888142.13712: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888142.13722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.13733: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.13740: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.13750: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888142.13757: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888142.13770: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888142.13772: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.13778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.13789: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.13796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.13803: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888142.13838: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888142.13841: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888142.13844: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888142.13846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.13848: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.13850: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.13896: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888142.13900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888142.13945: 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' <<< 7519 1726888142.13948: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888142.13955: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888142.13964: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888142.13996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888142.14000: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888142.14017: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.14020: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888142.14025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858aeeb0> <<< 7519 1726888142.14028: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888142.14030: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888142.14033: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888142.14103: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888142.14109: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888142.14150: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b1f40> # /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' # <<< 7519 1726888142.14153: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.14156: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888142.14172: 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' # /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' <<< 7519 1726888142.14228: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858a7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ad640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ae370> <<< 7519 1726888142.14239: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888142.14323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888142.14342: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888142.14364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888142.14392: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888142.14395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888142.14426: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888142.14437: stdout chunk (state=3): >>># 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 0x7f4e85830d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830850> <<< 7519 1726888142.14460: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888142.14466: 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 0x7f4e85830e50> <<< 7519 1726888142.14504: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888142.14508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888142.14547: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830f10> <<< 7519 1726888142.14563: 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 0x7f4e85830e20> <<< 7519 1726888142.14573: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888142.14642: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85889cd0> import '_functools' # <<< 7519 1726888142.14663: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858825b0> <<< 7519 1726888142.14726: 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 0x7f4e85896610> <<< 7519 1726888142.14733: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5dc0> <<< 7519 1726888142.14752: 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' <<< 7519 1726888142.14841: 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 0x7f4e85842c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858891f0> # 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 0x7f4e85896220> <<< 7519 1726888142.14847: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858bb970> <<< 7519 1726888142.14877: 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' <<< 7519 1726888142.14892: 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' <<< 7519 1726888142.14907: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888142.14942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7519 1726888142.14947: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842d30> <<< 7519 1726888142.14988: 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 0x7f4e85842ca0> <<< 7519 1726888142.15015: 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'<<< 7519 1726888142.15021: stdout chunk (state=3): >>> <<< 7519 1726888142.15041: 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' <<< 7519 1726888142.15056: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888142.15130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888142.15162: 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' <<< 7519 1726888142.15165: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855fb310> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888142.15197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888142.15333: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855fb400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8584cf40> <<< 7519 1726888142.15372: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858449d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844520> <<< 7519 1726888142.15385: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888142.15407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888142.15441: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888142.15542: stdout chunk (state=3): >>># 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 0x7f4e8552e160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855e5dc0> <<< 7519 1726888142.15590: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5fa0> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888142.15649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888142.15678: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85540a90> import 'errno' # <<< 7519 1726888142.15762: 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 0x7f4e85540dc0> # /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' <<< 7519 1726888142.15791: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855536d0> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888142.15817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888142.15874: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85553c10> <<< 7519 1726888142.15933: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888142.15964: 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 0x7f4e854df340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85540eb0> # /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' <<< 7519 1726888142.15987: 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 0x7f4e854f0220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85553550> import 'pwd' # <<< 7519 1726888142.16014: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.16042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.16080: 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 0x7f4e854f02e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842970> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888142.16105: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.16127: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.16189: stdout chunk (state=3): >>># 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 0x7f4e8550c640> # /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' <<< 7519 1726888142.16215: 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 0x7f4e8550c910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c700> <<< 7519 1726888142.16240: 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 0x7f4e8550c7f0> <<< 7519 1726888142.16290: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888142.16362: 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' <<< 7519 1726888142.16426: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888142.16433: stderr chunk (state=3): >>>debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.16439: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888142.16445: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888142.16471: 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 0x7f4e8550cc40> <<< 7519 1726888142.16542: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888142.16546: stdout chunk (state=3): >>> <<< 7519 1726888142.16553: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888142.16595: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888142.16600: stdout chunk (state=3): >>> <<< 7519 1726888142.16615: 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 0x7f4e8551a190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e854ff9d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842550> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888142.16680: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888142.16685: stdout chunk (state=3): >>> # installing zipimport hook <<< 7519 1726888142.16779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550ca30> <<< 7519 1726888142.16783: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888142.16787: stdout chunk (state=3): >>> import 'zipimport' # # installed zipimport hook <<< 7519 1726888142.16807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4e85434610> <<< 7519 1726888142.16859: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py<<< 7519 1726888142.16862: stdout chunk (state=3): >>> <<< 7519 1726888142.16865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc'<<< 7519 1726888142.16922: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888142.16947: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 7519 1726888142.16982: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888142.17004: stdout chunk (state=3): >>> # /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' # <<< 7519 1726888142.17013: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3dc0> <<< 7519 1726888142.17069: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.17081: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888142.17123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7519 1726888142.17151: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3b20> <<< 7519 1726888142.17191: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py <<< 7519 1726888142.17195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7519 1726888142.17211: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3ac0> <<< 7519 1726888142.17214: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888142.17218: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 7519 1726888142.17266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7519 1726888142.17271: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598490> <<< 7519 1726888142.17273: 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' <<< 7519 1726888142.17292: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7519 1726888142.17302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888142.17305: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598940> <<< 7519 1726888142.17318: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598670> <<< 7519 1726888142.17338: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888142.17340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888142.17382: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888142.17385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888142.17433: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888142.17439: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888142.17441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888142.17492: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.17496: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888142.17499: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888142.17500: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888142.17502: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888142.17503: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.17505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888142.17548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888142.17600: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f220> <<< 7519 1726888142.17631: 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' <<< 7519 1726888142.17668: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888142.17671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc572850> <<< 7519 1726888142.17673: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f940> <<< 7519 1726888142.17715: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5b0880> <<< 7519 1726888142.17750: 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' <<< 7519 1726888142.17754: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc548d90> <<< 7519 1726888142.17828: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py <<< 7519 1726888142.17832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # <<< 7519 1726888142.17835: stdout chunk (state=3): >>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc572d90> <<< 7519 1726888142.17927: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598970><<< 7519 1726888142.17930: stdout chunk (state=3): >>> <<< 7519 1726888142.17946: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) <<< 7519 1726888142.17989: stdout chunk (state=3): >>> [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux<<< 7519 1726888142.17993: stdout chunk (state=3): >>> <<< 7519 1726888142.17996: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information.<<< 7519 1726888142.17999: stdout chunk (state=3): >>> <<< 7519 1726888142.18326: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py<<< 7519 1726888142.18331: stdout chunk (state=3): >>> <<< 7519 1726888142.18347: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.18357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888142.18436: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py<<< 7519 1726888142.18442: stdout chunk (state=3): >>> <<< 7519 1726888142.18465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc'<<< 7519 1726888142.18468: stdout chunk (state=3): >>> <<< 7519 1726888142.18470: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888142.18493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc'<<< 7519 1726888142.18498: stdout chunk (state=3): >>> <<< 7519 1726888142.18532: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py<<< 7519 1726888142.18546: stdout chunk (state=3): >>> <<< 7519 1726888142.18564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7519 1726888142.18573: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc512eb0> <<< 7519 1726888142.18661: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc516f40> # /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' <<< 7519 1726888142.18749: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888142.18760: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888142.18763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888142.18765: 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' <<< 7519 1726888142.18808: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc50c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc514640> <<< 7519 1726888142.18811: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc512370> <<< 7519 1726888142.18827: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888142.19348: 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 0x7f4e85359760> <<< 7519 1726888142.19353: stdout chunk (state=3): >>># 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 0x7f38dc495d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495850> 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 0x7f38dc495e50> # /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 0x7f38dc495f10> # /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 0x7f38dc495e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4eecd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4e85b0> # /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 0x7f38dc4fb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51adc0> # /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 0x7f38dc4a7c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4ee1f0> <<< 7519 1726888142.19363: 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' <<< 7519 1726888142.19417: 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' <<< 7519 1726888142.19425: 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 0x7f38dc4fb220> <<< 7519 1726888142.19431: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc520970> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888142.19435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888142.19440: 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' # 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 0x7f4e85359160> <<< 7519 1726888142.19458: 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 <<< 7519 1726888142.19462: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359280> <<< 7519 1726888142.19522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7f40> <<< 7519 1726888142.19533: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359eb0> <<< 7519 1726888142.19536: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7d30> <<< 7519 1726888142.19540: 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' <<< 7519 1726888142.19543: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7ca0> <<< 7519 1726888142.19545: 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' <<< 7519 1726888142.19568: 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' <<< 7519 1726888142.19571: 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' <<< 7519 1726888142.19573: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359fa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359cd0> import 'atexit' # <<< 7519 1726888142.19710: 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 0x7f4e85359f10> <<< 7519 1726888142.19715: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888142.19721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359100> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888142.19737: stdout chunk (state=3): >>># /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 0x7f38dc47c310> # /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 0x7f38dc47c400> <<< 7519 1726888142.19741: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.19809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888142.19819: 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' <<< 7519 1726888142.19871: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d6be80> <<< 7519 1726888142.19878: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4b2f40> <<< 7519 1726888142.19892: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a99d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9520> <<< 7519 1726888142.19895: 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 0x7f4e84d8efa0> <<< 7519 1726888142.19983: 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 0x7f4e84d8edc0> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888142.19987: 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' <<< 7519 1726888142.19993: stdout chunk (state=3): >>># /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' <<< 7519 1726888142.19995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888142.20017: 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' <<< 7519 1726888142.20021: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc189160> <<< 7519 1726888142.20025: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d8e430> <<< 7519 1726888142.20049: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c0dc0> <<< 7519 1726888142.20052: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc465dc0> <<< 7519 1726888142.20162: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51afa0> # /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 0x7f38dc19aa90> <<< 7519 1726888142.20232: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c03d0> <<< 7519 1726888142.20265: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888142.20271: 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 0x7f38dc19adc0> # /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' <<< 7519 1726888142.20276: 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 0x7f4e853c0f10> <<< 7519 1726888142.20297: 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' <<< 7519 1726888142.20312: 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 0x7f38dc1ae6d0> <<< 7519 1726888142.20324: 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 <<< 7519 1726888142.20345: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888142.20348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888142.20407: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888142.20410: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1aec10> <<< 7519 1726888142.20415: 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 0x7f38dc13a340> <<< 7519 1726888142.20448: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888142.20454: 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 0x7f4e85390b50> <<< 7519 1726888142.20458: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7519 1726888142.20461: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8535e430> <<< 7519 1726888142.20465: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc19aeb0> # /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' <<< 7519 1726888142.20551: 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 0x7f38dc14a220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1ae550> <<< 7519 1726888142.20554: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888142.20556: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888142.20561: stdout chunk (state=3): >>> <<< 7519 1726888142.20563: stdout chunk (state=3): >>>import 'pwd' # <<< 7519 1726888142.20595: 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 0x7f38dc14a2e0> <<< 7519 1726888142.20599: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7970> <<< 7519 1726888142.20601: 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 0x7f4e84de8460> # /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 0x7f4e84de8490> # /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' <<< 7519 1726888142.20608: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888142.20800: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888142.20836: stdout chunk (state=3): >>># /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' <<< 7519 1726888142.20842: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888142.20856: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888142.20859: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888142.20871: stdout chunk (state=3): >>>import 'zipimport' # <<< 7519 1726888142.20876: stdout chunk (state=3): >>># installed zipimport hook <<< 7519 1726888142.20879: 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 0x7f4e84d4f130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1190> # /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' <<< 7519 1726888142.20881: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888142.20884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888142.20886: 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 0x7f4e84d5b940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1310> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888142.20888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888142.20890: 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' # 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 0x7f38dc166640> # /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 0x7f38dc166910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166700> # 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 0x7f38dc1667f0> # /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' <<< 7519 1726888142.20892: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py<<< 7519 1726888142.21013: stdout chunk (state=3): >>> <<< 7519 1726888142.21049: stdout chunk (state=3): >>># 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' <<< 7519 1726888142.21054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888142.21213: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888142.21218: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888142.21226: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043dc0> <<< 7519 1726888142.21314: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853bacd0> <<< 7519 1726888142.21386: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888142.21391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7519 1726888142.21394: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd83a0> <<< 7519 1726888142.21397: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043b20> <<< 7519 1726888142.21401: 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 0x7f38dc166c40> <<< 7519 1726888142.21403: 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 0x7f38dc174190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166880> <<< 7519 1726888142.21405: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1599d0> <<< 7519 1726888142.21408: 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' <<< 7519 1726888142.21630: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7550> <<< 7519 1726888142.21641: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d5b8e0> <<< 7519 1726888142.21645: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043ac0> <<< 7519 1726888142.21649: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888142.21652: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888142.21658: 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' <<< 7519 1726888142.21660: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8490> <<< 7519 1726888142.21663: 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 0x7f4e84d5b730> <<< 7519 1726888142.21666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166a30> <<< 7519 1726888142.21668: 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 0x7f4e84d5a6d0> <<< 7519 1726888142.21670: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py <<< 7519 1726888142.21672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7519 1726888142.21676: 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 0x7f4e84d5a610> <<< 7519 1726888142.21679: 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' <<< 7519 1726888142.21682: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8539a880> <<< 7519 1726888142.21944: 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 <<< 7519 1726888142.21949: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8940> <<< 7519 1726888142.21952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888142.21956: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8670> <<< 7519 1726888142.21958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38dc086610> <<< 7519 1726888142.21961: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888142.21964: 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 0x7f4e84ddf640> <<< 7519 1726888142.21966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888142.21970: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888142.21973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888142.21975: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888142.21978: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 7519 1726888142.21981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888142.21984: stdout chunk (state=3): >>>import '_stat' # <<< 7519 1726888142.21987: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888142.21990: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f190> <<< 7519 1726888142.21993: 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 0x7f4e84ddda60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84dee0d0> <<< 7519 1726888142.21996: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888142.21999: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py <<< 7519 1726888142.22002: 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 0x7f4e84ddf0a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853659a0> # zipimport: zlib available <<< 7519 1726888142.22005: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888142.22010: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.22012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888142.22050: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888142.22112: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f220> <<< 7519 1726888142.22114: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888142.22118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888142.22121: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.22139: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888142.22142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' <<< 7519 1726888142.22145: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888142.22149: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368db2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f940> <<< 7519 1726888142.22152: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.22155: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888142.22158: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368df0880> # /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 0x7ff368d88d90> <<< 7519 1726888142.22161: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888142.22164: 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 0x7ff368db2d90> <<< 7519 1726888142.22166: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.22167: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8970> <<< 7519 1726888142.22169: 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. <<< 7519 1726888142.22422: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888142.22429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888142.22483: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888142.22488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7519 1726888142.22511: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.22514: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888142.22534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888142.22559: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888142.22575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7519 1726888142.22599: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d53eb0> <<< 7519 1726888142.22665: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d56f40> <<< 7519 1726888142.22692: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888142.22712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888142.22742: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888142.22762: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888142.22790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888142.22817: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888142.22851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888142.22854: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.22871: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d4c610> <<< 7519 1726888142.22914: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d52640> <<< 7519 1726888142.22917: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d53370> <<< 7519 1726888142.22945: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888142.22973: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7519 1726888142.22976: 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.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888142.23019: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888142.23024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888142.23045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888142.23085: 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 0x7f4e84d2afa0> <<< 7519 1726888142.23088: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888142.23167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888142.23287: 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' <<< 7519 1726888142.23295: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d1ed90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e849435e0> <<< 7519 1726888142.23300: 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' <<< 7519 1726888142.23303: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888142.23305: stdout chunk (state=3): >>># 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 0x7ff368cd5d60> <<< 7519 1726888142.23307: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888142.23309: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.23312: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888142.23314: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.23316: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5850> <<< 7519 1726888142.23319: 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 0x7ff368cd5e50> <<< 7519 1726888142.23351: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888142.23354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888142.23371: stdout chunk (state=3): >>>import '_operator' # <<< 7519 1726888142.23396: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.23432: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5f10> <<< 7519 1726888142.23436: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7519 1726888142.23439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' <<< 7519 1726888142.23441: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5e20> <<< 7519 1726888142.23484: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888142.23572: 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' <<< 7519 1726888142.23577: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2ecd0> <<< 7519 1726888142.23580: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84dd29a0> # zipimport: zlib available <<< 7519 1726888142.23583: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888142.23594: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d275b0> <<< 7519 1726888142.23674: 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' <<< 7519 1726888142.23678: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d3b610> <<< 7519 1726888142.23682: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5adc0> <<< 7519 1726888142.23705: 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' <<< 7519 1726888142.23931: 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 0x7ff368ce7c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2e1f0> <<< 7519 1726888142.23971: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888142.24014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab760> <<< 7519 1726888142.24026: 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' <<< 7519 1726888142.24030: 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' <<< 7519 1726888142.24033: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888142.24074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888142.24077: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368d3b220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d60970> <<< 7519 1726888142.24080: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888142.24084: 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' <<< 7519 1726888142.24184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888142.24212: 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 0x7f38dbfab160> <<< 7519 1726888142.24218: 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' <<< 7519 1726888142.24241: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.24394: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab280> <<< 7519 1726888142.24400: 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' <<< 7519 1726888142.24562: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabeb0> <<< 7519 1726888142.24599: 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' <<< 7519 1726888142.24603: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7d30> <<< 7519 1726888142.24605: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabfa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabcd0> <<< 7519 1726888142.24607: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888142.24609: 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 0x7ff368ce7ca0> <<< 7519 1726888142.24611: 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 0x7f38dbfabf10> <<< 7519 1726888142.24613: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888142.24616: 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' <<< 7519 1726888142.24620: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7519 1726888142.24624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888142.24626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888142.24913: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab100> <<< 7519 1726888142.25009: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888142.25094: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888142.25099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888142.25309: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888142.25314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888142.25317: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888142.25442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888142.25448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888142.25451: 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 0x7ff368cbb310> <<< 7519 1726888142.25455: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.25594: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888142.25599: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db9ace80> <<< 7519 1726888142.25603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888142.25605: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.25610: 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 0x7f38db9cefa0> <<< 7519 1726888142.25613: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cbb400> <<< 7519 1726888142.25616: 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 0x7f38db9cedc0> <<< 7519 1726888142.25620: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888142.25624: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.25626: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888142.25628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888142.25631: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.25633: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db9ce430> <<< 7519 1726888142.25635: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888142.25639: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc012dc0> <<< 7519 1726888142.25643: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.25645: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cf1f40> <<< 7519 1726888142.25648: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888142.25844: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888142.25857: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888142.25876: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.25929: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc0123d0> <<< 7519 1726888142.25936: 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' <<< 7519 1726888142.25939: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.25941: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc012f10> <<< 7519 1726888142.25943: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888142.25946: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888142.25948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888142.25951: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.25953: 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 <<< 7519 1726888142.25956: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce99d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9520> <<< 7519 1726888142.25958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888142.25961: 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' <<< 7519 1726888142.25964: 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' <<< 7519 1726888142.25966: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfe2b50> <<< 7519 1726888142.25967: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368be0160> <<< 7519 1726888142.25970: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ca5dc0> <<< 7519 1726888142.25972: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7fc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7f340> <<< 7519 1726888142.25976: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfad430> <<< 7519 1726888142.25984: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26006: 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 0x7f38dbf7f460> <<< 7519 1726888142.26009: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9e50> <<< 7519 1726888142.26011: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5afa0> <<< 7519 1726888142.26015: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888142.26017: 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 0x7f38dbf7f490> <<< 7519 1726888142.26078: 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 <<< 7519 1726888142.26083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888142.26086: 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 <<< 7519 1726888142.26119: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888142.26122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' <<< 7519 1726888142.26129: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bf1a90> <<< 7519 1726888142.26131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888142.26145: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888142.26148: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888142.26161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888142.26165: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888142.26167: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888142.26170: 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 0x7f38db990130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4190> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888142.26200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888142.26216: 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 0x7ff368bf1dc0> # /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' <<< 7519 1726888142.26264: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py <<< 7519 1726888142.26317: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888142.26325: 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 0x7f38db99c940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4310> <<< 7519 1726888142.26333: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8535d4c0> <<< 7519 1726888142.26335: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26338: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888142.26340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c046d0> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888142.26342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888142.26349: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26351: 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' # <<< 7519 1726888142.26354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888142.26356: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c04c10> <<< 7519 1726888142.26361: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888142.26363: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888142.26365: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc00ccd0> <<< 7519 1726888142.26368: 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 0x7ff368b91340> <<< 7519 1726888142.26370: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26372: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26398: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888142.26401: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26404: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bf1eb0> # /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' <<< 7519 1726888142.26407: 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' <<< 7519 1726888142.26411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26418: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db99c8e0> <<< 7519 1726888142.26437: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26443: 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 0x7f38db99c730> # 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 0x7f38db99b6d0> <<< 7519 1726888142.26445: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26447: 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 0x7f38db99b610> <<< 7519 1726888142.26449: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfeb880> <<< 7519 1726888142.26451: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ba1220> <<< 7519 1726888142.26457: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c04550> 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 0x7ff368ba12e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7970> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888142.26460: 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' <<< 7519 1726888142.26462: 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 <<< 7519 1726888142.26464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888142.26466: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888142.26519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888142.26527: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888142.26533: 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 0x7f38dbf75640> <<< 7519 1726888142.26557: stdout chunk (state=3): >>># 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 0x7ff368bbd640> <<< 7519 1726888142.26566: 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 0x7f4e853acbe0> <<< 7519 1726888142.26568: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py <<< 7519 1726888142.26570: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84916df0> <<< 7519 1726888142.26572: stdout chunk (state=3): >>># 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 0x7ff368bbd910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd700> <<< 7519 1726888142.26575: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888142.26577: 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 0x7f38dbf74a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf850d0> <<< 7519 1726888142.26579: 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 0x7f38dbf750a0> <<< 7519 1726888142.26581: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfb89a0> <<< 7519 1726888142.26583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26585: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26587: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888142.26588: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26590: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26593: 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 0x7ff368bbd7f0> # /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' <<< 7519 1726888142.26595: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26596: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26598: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888142.26600: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888142.26604: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888142.26641: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26663: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888142.26678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888142.26682: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888142.26684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888142.26686: 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 0x7ff368bbdc40> <<< 7519 1726888142.26688: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888142.26690: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26692: 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 0x7ff368bcb190> <<< 7519 1726888142.26694: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd880> <<< 7519 1726888142.26696: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d15190> <<< 7519 1726888142.26699: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bb09d0> <<< 7519 1726888142.26701: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26703: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7550> <<< 7519 1726888142.26704: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84db9b20> <<< 7519 1726888142.26706: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888142.26708: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853aa8e0> <<< 7519 1726888142.26710: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available<<< 7519 1726888142.26713: stdout chunk (state=3): >>> <<< 7519 1726888142.26715: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26717: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888142.26726: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888142.26729: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbda30> <<< 7519 1726888142.26731: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 7519 1726888142.26733: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py <<< 7519 1726888142.26744: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888142.26754: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff368ae5610> <<< 7519 1726888142.26756: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26849: 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' <<< 7519 1726888142.26877: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84925910> <<< 7519 1726888142.26972: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.26975: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.27080: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 7519 1726888142.27086: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.27128: stdout chunk (state=3): >>> {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "list-features", "sssd"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect list-features sssd", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ <<< 7519 1726888142.27135: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888142.27176: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.27189: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888142.27204: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.27458: 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 # clear sys.path_importer_cache <<< 7519 1726888142.27463: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.27467: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7519 1726888142.27470: 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 # 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 <<< 7519 1726888142.27472: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_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 <<< 7519 1726888142.27491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888142.27494: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.27561: stdout chunk (state=3): >>># 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<<< 7519 1726888142.27566: stdout chunk (state=3): >>> # 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 glob # destroy glob <<< 7519 1726888142.27568: 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 0x7f38db97dfa0> <<< 7519 1726888142.27592: 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' <<< 7519 1726888142.27613: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db95ed90> <<< 7519 1726888142.27616: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db5965e0> <<< 7519 1726888142.27685: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888142.27691: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.27693: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.27712: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888142.27715: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.27733: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888142.27746: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888142.27790: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888142.27793: stdout chunk (state=3): >>># destroy _compression <<< 7519 1726888142.27797: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888142.27850: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.27854: stdout chunk (state=3): >>># destroy encodings <<< 7519 1726888142.27858: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.27860: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy array <<< 7519 1726888142.27862: stdout chunk (state=3): >>># destroy datetime <<< 7519 1726888142.27876: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888142.28031: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 7519 1726888142.28036: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize <<< 7519 1726888142.28040: 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' <<< 7519 1726888142.28045: 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 <<< 7519 1726888142.28049: 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 <<< 7519 1726888142.28052: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf699a0> <<< 7519 1726888142.28054: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.28056: 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 <<< 7519 1726888142.28061: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re <<< 7519 1726888142.28087: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.28092: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath <<< 7519 1726888142.28158: 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 <<< 7519 1726888142.28161: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings <<< 7519 1726888142.28164: stdout chunk (state=3): >>># cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 7519 1726888142.28166: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 7519 1726888142.28168: stdout chunk (state=3): >>># destroy systemd._daemon # destroy _socket <<< 7519 1726888142.28170: 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 <<< 7519 1726888142.28336: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7519 1726888142.28341: stdout chunk (state=3): >>># destroy tokenize <<< 7519 1726888142.28344: stdout chunk (state=3): >>># destroy _heapq # destroy posixpath <<< 7519 1726888142.28346: stdout chunk (state=3): >>># destroy stat <<< 7519 1726888142.28399: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors <<< 7519 1726888142.28402: stdout chunk (state=3): >>># destroy select <<< 7519 1726888142.28405: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves <<< 7519 1726888142.28409: stdout chunk (state=3): >>># destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888142.28411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.28429: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888142.28712: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888142.28747: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.28803: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.28845: stderr chunk (state=3): >>><<< 7519 1726888142.28850: stdout chunk (state=3): >>><<< 7519 1726888142.28873: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888142.28876: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.28947: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888142.28951: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859583a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85932850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85970880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85908d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85932d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858aeeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858a7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ad640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ae370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85830d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85889cd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858825b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85896610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85842c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858891f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85896220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858bb970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855fb310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855fb400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8584cf40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858449d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8552e160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855e5dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85540a90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85540dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855536d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85553c10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854df340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85540eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854f0220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85553550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e854f02e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550c7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8550cc40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e8551a190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e854ff9d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550ca30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4e85434610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85359160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359eb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359fa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359cd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e85359f10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d6be80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d8efa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d8edc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d8e430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c0dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c03d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c0f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85390b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8c70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8535e430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84de8460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d4f130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5b940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853bacd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d5b8e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5b730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5a6d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d5a610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8539a880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddf640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddda60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84dee0d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84ddf0a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853659a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e84d2afa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d1ed90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e849435e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84dd29a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8535d4c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e853acbe0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84916df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d15190>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84db9b20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853aa8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84925910>\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "list-features", "sssd"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect list-features sssd", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888142.29152: _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 0x7f4e859b3dc0> # /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 0x7f4e859583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e859b3b20> # /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 0x7f4e859b3ac0> 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 0x7f4e85958490> # /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 0x7f4e85958940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958670> # /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 0x7f4e8590f190> # /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 0x7f4e8590f220> # /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 0x7f4e85932850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8590f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85970880> # /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 0x7f4e85908d90> # /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 0x7f4e85932d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85958970> 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 0x7f4e858aeeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b1f40> # /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 0x7f4e858a7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ad640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858ae370> # /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 0x7f4e85830d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85830850> 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 0x7f4e85830e50> # /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 0x7f4e85830f10> # /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 0x7f4e85830e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85889cd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858825b0> # /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 0x7f4e85896610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5dc0> # /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 0x7f4e85842c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858891f0> # 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 0x7f4e85896220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858bb970> # /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 0x7f4e85842f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842d30> # /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 0x7f4e85842ca0> # /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 0x7f4e855fb310> # /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 0x7f4e855fb400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8584cf40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858449d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844520> # /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 0x7f4e8552e160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e855e5dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85844e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e858b5fa0> # /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 0x7f4e85540a90> 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 0x7f4e85540dc0> # /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 0x7f4e855536d0> # /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 0x7f4e85553c10> # 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 0x7f4e854df340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85540eb0> # /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 0x7f4e854f0220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85553550> 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 0x7f4e854f02e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842970> # /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 0x7f4e8550c640> # /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 0x7f4e8550c910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c700> # 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 0x7f4e8550c7f0> # /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 0x7f4e8550cc40> # 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 0x7f4e8551a190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8550c880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e854ff9d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85842550> # /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 0x7f4e8550ca30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4e85434610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_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 0x7f4e85359760> # /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 0x7f4e85359160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359eb0> # /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 0x7f4e85359fa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e85359cd0> 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 0x7f4e85359f10> # /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 0x7f4e85359100> # /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 0x7f4e84d6be80> # 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 0x7f4e84d8efa0> # 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 0x7f4e84d8edc0> # /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 0x7f4e84d8e430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c0dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853c03d0> # /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 0x7f4e853c0f10> # /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 0x7f4e85390b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84de8340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8535e430> # 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 0x7f4e84de8460> # /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 0x7f4e84de8490> # /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 0x7f4e84d4f130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1190> # /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 0x7f4e84d5b940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853a1310> # /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 0x7f4e853bacd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84d5b8e0> # 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 0x7f4e84d5b730> # 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 0x7f4e84d5a6d0> # 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 0x7f4e84d5a610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e8539a880> # /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 0x7f4e84ddf640> # 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 0x7f4e84ddda60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84dee0d0> # 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 0x7f4e84ddf0a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853659a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_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.command_payload_m0k6uy06/ansible_ansible.legacy.command_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.command_payload_m0k6uy06/ansible_ansible.legacy.command_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.command_payload_m0k6uy06/ansible_ansible.legacy.command_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.command_payload_m0k6uy06/ansible_ansible.legacy.command_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 0x7f4e84d2afa0> # /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 0x7f4e84d1ed90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e849435e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_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.command_payload_m0k6uy06/ansible_ansible.legacy.command_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 0x7f4e84dd29a0> # 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.command_payload_m0k6uy06/ansible_ansible.legacy.command_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.command_payload_m0k6uy06/ansible_ansible.legacy.command_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.command_payload_m0k6uy06/ansible_ansible.legacy.command_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.command_payload_m0k6uy06/ansible_ansible.legacy.command_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.command_payload_m0k6uy06/ansible_ansible.legacy.command_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 0x7f4e8535d4c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_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.command_payload_m0k6uy06/ansible_ansible.legacy.command_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 0x7f4e853acbe0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84916df0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_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 0x7f4e84d15190> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e84db9b20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e853aa8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_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.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_m0k6uy06/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.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 0x7f4e84925910> # zipimport: zlib available {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "list-features", "sssd"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect list-features sssd", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": 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 glob # destroy glob # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888142.31952: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.31956: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888142.31958: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.33068: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect list-features sssd', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888141.7129834-8093-153801670353999/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888142.33072: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888142.33076: _low_level_execute_command(): starting 7519 1726888142.33079: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.7129834-8093-153801670353999/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888142.33090: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.33093: 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' <<< 7519 1726888142.33096: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888142.33163: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfaf4c0> <<< 7519 1726888142.33171: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.33174: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.33177: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888142.33179: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888142.33181: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888142.33184: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.33186: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.33187: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888142.33189: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.33191: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.33192: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.33194: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.33196: 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 <<< 7519 1726888142.33197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888142.33200: 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 0x7f38dbffebe0> <<< 7519 1726888142.33201: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db571df0> <<< 7519 1726888142.33203: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888142.33207: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.33331: stdout chunk (state=3): >>># 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 0x7f38db95ae80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db953b20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbffc8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888142.33337: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888142.36088: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888142.36092: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888142.36094: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.36096: 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' <<< 7519 1726888142.36098: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db57f910> <<< 7519 1726888142.36100: 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 0x7ff368a0a760> <<< 7519 1726888142.36104: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.36106: 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' <<< 7519 1726888142.36109: 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' <<< 7519 1726888142.36111: 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' <<< 7519 1726888142.36113: stdout chunk (state=3): >>> {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "list-features", "sssd"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect list-features sssd", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 7519 1726888142.36115: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888142.36118: 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 # 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 <<< 7519 1726888142.36120: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing 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 <<< 7519 1726888142.36131: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.36137: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.36140: stdout chunk (state=3): >>># cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # 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 glob # destroy glob <<< 7519 1726888142.36144: 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 0x7ff368a0a160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0aeb0> # /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 0x7ff368a0afa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0acd0> 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 0x7ff368a0af10> # /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 0x7ff368a0a100> # /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 0x7ff368961e80> # 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 0x7ff368983fa0> # 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 0x7ff368983dc0> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888142.36147: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888142.36149: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.36151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368983430> <<< 7519 1726888142.36153: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a71dc0> <<< 7519 1726888142.36156: 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 # 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 <<< 7519 1726888142.36158: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a713d0> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888142.36160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7519 1726888142.36162: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.36165: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a71f10> <<< 7519 1726888142.36167: 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' <<< 7519 1726888142.36169: 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' <<< 7519 1726888142.36171: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888142.36174: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888142.36176: stderr chunk (state=3): >>><<< 7519 1726888142.36178: stdout chunk (state=3): >>><<< 7519 1726888142.36180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888142.36182: 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 0x7ff368a41b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689dec70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689de340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0f430> # 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 0x7ff3689de460> # /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 0x7ff3689de490> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7519 1726888142.36184: 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 <<< 7519 1726888142.36186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5983a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc572850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5b0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc548d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc572d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc512eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc516f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc50c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc514640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc512370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc495d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4eecd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4e85b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4fb610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51adc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc4a7c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4ee1f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc4fb220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc520970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc47c310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc47c400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4b2f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a99d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc189160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc465dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51afa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc19aa90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc19adc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1ae6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1aec10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc13a340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc19aeb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc14a220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1ae550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc14a2e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc1667f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc166c40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dc174190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1599d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166a30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38dc086610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbfab160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabfa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabcd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbfabf10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db9ace80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db9cefa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db9cedc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db9ce430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc012dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc0123d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc012f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfe2b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7fc70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7f340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfad430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf7f460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7f490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db990130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99c940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc00ccd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db99c8e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99c730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99b6d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db99b610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfeb880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf75640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf74a60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf850d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbf750a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfb89a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38db97dfa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db95ed90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db5965e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf699a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfaf4c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38dbffebe0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db571df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db95ae80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db953b20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbffc8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db57f910>\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "list-features", "sssd"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect list-features sssd", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888142.38145: _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 0x7f38dc5f3dc0> # /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 0x7f38dc5983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5f3b20> # /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 0x7f38dc5f3ac0> 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 0x7f38dc598490> # /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 0x7f38dc598940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598670> # /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 0x7f38dc54f190> # /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 0x7f38dc54f220> # /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 0x7f38dc572850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc54f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc5b0880> # /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 0x7f38dc548d90> # /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 0x7f38dc572d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc598970> 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 0x7f38dc512eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc516f40> # /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 0x7f38dc50c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc514640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc512370> # /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 0x7f38dc495d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc495850> 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 0x7f38dc495e50> # /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 0x7f38dc495f10> # /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 0x7f38dc495e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4eecd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4e85b0> # /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 0x7f38dc4fb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51adc0> # /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 0x7f38dc4a7c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4ee1f0> # 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 0x7f38dc4fb220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc520970> # /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 0x7f38dc4a7f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7d30> # /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 0x7f38dc4a7ca0> # /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 0x7f38dc47c310> # /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 0x7f38dc47c400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4b2f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a99d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9520> # /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 0x7f38dc189160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc465dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a9e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc51afa0> # /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 0x7f38dc19aa90> 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 0x7f38dc19adc0> # /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 0x7f38dc1ae6d0> # /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 0x7f38dc1aec10> # 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 0x7f38dc13a340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc19aeb0> # /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 0x7f38dc14a220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1ae550> 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 0x7f38dc14a2e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7970> # /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 0x7f38dc166640> # /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 0x7f38dc166910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166700> # 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 0x7f38dc1667f0> # /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 0x7f38dc166c40> # 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 0x7f38dc174190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc166880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc1599d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc4a7550> # /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 0x7f38dc166a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38dc086610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_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 0x7f38dbfab760> # /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 0x7f38dbfab160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfab280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabeb0> # /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 0x7f38dbfabfa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfabcd0> 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 0x7f38dbfabf10> # /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 0x7f38dbfab100> # /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 0x7f38db9ace80> # 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 0x7f38db9cefa0> # 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 0x7f38db9cedc0> # /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 0x7f38db9ce430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc012dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dc0123d0> # /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 0x7f38dc012f10> # /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 0x7f38dbfe2b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7fc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf7f340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfad430> # 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 0x7f38dbf7f460> # /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 0x7f38dbf7f490> # /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 0x7f38db990130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4190> # /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 0x7f38db99c940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbff4310> # /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 0x7f38dc00ccd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db99c8e0> # 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 0x7f38db99c730> # 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 0x7f38db99b6d0> # 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 0x7f38db99b610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfeb880> # /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 0x7f38dbf75640> # 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 0x7f38dbf74a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbf850d0> # 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 0x7f38dbf750a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbfb89a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_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 0x7f38db97dfa0> # /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 0x7f38db95ed90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db5965e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_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 0x7f38dbf699a0> # 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.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_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 0x7f38dbfaf4c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_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 0x7f38dbffebe0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db571df0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_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 0x7f38db95ae80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38db953b20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38dbffc8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_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.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_wxzufsmw/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.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 0x7f38db57f910> # zipimport: zlib available {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "list-features", "sssd"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect list-features sssd", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": 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 glob # destroy glob # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888142.41476: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect list-features sssd', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888141.6560814-8091-31225606554855/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888142.41481: _low_level_execute_command(): starting 7519 1726888142.41486: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.6560814-8091-31225606554855/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888142.41502: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888142.41506: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.41509: stdout chunk (state=3): >>><<< 7519 1726888142.41512: stderr chunk (state=3): >>><<< 7519 1726888142.41514: 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 0x7ff368944130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52190> <<< 7519 1726888142.41518: 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 0x7ff368951940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52310> # /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 0x7ff368a6bcd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689518e0> # 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 0x7ff368951730> # 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 0x7ff36894f6d0> # 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 0x7ff36894f610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a4b880> # /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 0x7ff3689d4640> # 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 0x7ff3689d3a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689e30d0> # 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 0x7ff3689d40a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a169a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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 0x7ff3683ebfa0> # /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 0x7ff3683ded90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367ff25e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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 0x7ff3689c79a0> # 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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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 0x7ff368a0e4c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888142.41526: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888142.41534: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888142.41538: handler run complete 7519 1726888142.41541: attempt loop complete, returning result 7519 1726888142.41542: _execute() done 7519 1726888142.41544: dumping result to json 7519 1726888142.41547: done dumping result, returning 7519 1726888142.41550: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists [0ed44806-2f0b-c82f-f05a-000000000011] 7519 1726888142.41563: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888142.41567: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.41570: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011 7519 1726888142.41573: 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 <<< 7519 1726888142.41580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< skipping: [managed_node2] => { "changed": false, "cmd": [ "authselect", "list-features", "sssd" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "authselect list-features sssd", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } MSG: Command would have run if not in check mode 7519 1726888142.41864: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011 7519 1726888142.41868: WORKER PROCESS EXITING 7519 1726888142.41872: 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 0x7ff368a5dbe0> <<< 7519 1726888142.41876: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367fc5df0> <<< 7519 1726888142.41929: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888142.41934: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.41937: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.41972: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.41975: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.41979: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888142.41982: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888142.41985: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888142.41996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888142.42000: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888142.42083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888142.42088: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683d7e80> <<< 7519 1726888142.42091: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683d2b20> <<< 7519 1726888142.42094: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a5b8e0> <<< 7519 1726888142.42106: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888142.42109: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.42112: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888142.42115: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888142.42145: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.42193: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.42228: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py <<< 7519 1726888142.42281: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.42285: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.42304: 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' <<< 7519 1726888142.42309: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367fd4910> <<< 7519 1726888142.42335: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888142.42341: stdout chunk (state=3): >>> {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "list-features", "sssd"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect list-features sssd", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ <<< 7519 1726888142.42413: 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 # 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 <<< 7519 1726888142.42458: stdout chunk (state=3): >>># 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 glob # destroy glob <<< 7519 1726888142.42483: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.42531: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch <<< 7519 1726888142.42575: stdout chunk (state=3): >>># cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading <<< 7519 1726888142.42613: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.42631: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.42669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.42677: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap <<< 7519 1726888142.42682: stdout chunk (state=3): >>># 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 <<< 7519 1726888142.42730: 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 # 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 <<< 7519 1726888142.42779: 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 # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7519 1726888142.42785: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent <<< 7519 1726888142.42789: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7519 1726888142.42793: stdout chunk (state=3): >>># destroy tokenize # destroy _heapq # destroy posixpath <<< 7519 1726888142.42796: 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 <<< 7519 1726888142.42800: 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 # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888142.42804: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888142.42870: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888142.42874: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888142.42884: stdout chunk (state=3): >>><<< 7519 1726888142.42942: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd83a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368db2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368df0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d88d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368db2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d53eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d56f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d4c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d52640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d53370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368cd5d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2ecd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d275b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d3b610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5adc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ce7c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2e1f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368d3b220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d60970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cbb310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cbb400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cf1f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce99d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368be0160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ca5dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5afa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bf1a90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bf1dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c046d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c04c10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368b91340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bf1eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ba1220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c04550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368ba12e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbd7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bbdc40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368bcb190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bb09d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbda30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff368ae5610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a0a160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0aeb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0afa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0acd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a0af10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368961e80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368983fa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368983dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368983430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a71dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a713d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a71f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a41b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689dec70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689de340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0f430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689de460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689de490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368944130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368951940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a6bcd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689518e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368951730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff36894f6d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff36894f610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a4b880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d4640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d3a60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689e30d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3689d40a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a169a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff3683ebfa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683ded90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367ff25e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689c79a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0e4c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff368a5dbe0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367fc5df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683d7e80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683d2b20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a5b8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367fd4910>\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "list-features", "sssd"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect list-features sssd", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888142.43326: _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 0x7ff369043dc0> # /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 0x7ff368dd83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff369043b20> # /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 0x7ff369043ac0> 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 0x7ff368dd8490> # /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 0x7ff368dd8940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8670> # /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 0x7ff368d8f190> # /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 0x7ff368d8f220> # /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 0x7ff368db2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d8f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368df0880> # /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 0x7ff368d88d90> # /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 0x7ff368db2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368dd8970> 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 0x7ff368d53eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d56f40> # /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 0x7ff368d4c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d52640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d53370> # /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 0x7ff368cd5d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cd5850> 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 0x7ff368cd5e50> # /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 0x7ff368cd5f10> # /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 0x7ff368cd5e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2ecd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d275b0> # /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 0x7ff368d3b610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5adc0> # /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 0x7ff368ce7c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d2e1f0> # 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 0x7ff368d3b220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d60970> # /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 0x7ff368ce7f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7d30> # /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 0x7ff368ce7ca0> # /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 0x7ff368cbb310> # /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 0x7ff368cbb400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368cf1f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce99d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9520> # /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 0x7ff368be0160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ca5dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce9e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368d5afa0> # /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 0x7ff368bf1a90> 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 0x7ff368bf1dc0> # /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 0x7ff368c046d0> # /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 0x7ff368c04c10> # 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 0x7ff368b91340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bf1eb0> # /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 0x7ff368ba1220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368c04550> 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 0x7ff368ba12e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7970> # /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 0x7ff368bbd640> # /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 0x7ff368bbd910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd700> # 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 0x7ff368bbd7f0> # /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 0x7ff368bbdc40> # 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 0x7ff368bcb190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bbd880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368bb09d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368ce7550> # /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 0x7ff368bbda30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff368ae5610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_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 0x7ff368a0a760> # /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 0x7ff368a0a160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0a280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0aeb0> # /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 0x7ff368a0afa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0acd0> 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 0x7ff368a0af10> # /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 0x7ff368a0a100> # /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 0x7ff368961e80> # 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 0x7ff368983fa0> # 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 0x7ff368983dc0> # /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 0x7ff368983430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a71dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a713d0> # /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 0x7ff368a71f10> # /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 0x7ff368a41b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689dec70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689de340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a0f430> # 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 0x7ff3689de460> # /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 0x7ff3689de490> # /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 0x7ff368944130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52190> # /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 0x7ff368951940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a52310> # /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 0x7ff368a6bcd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689518e0> # 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 0x7ff368951730> # 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 0x7ff36894f6d0> # 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 0x7ff36894f610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a4b880> # /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 0x7ff3689d4640> # 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 0x7ff3689d3a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3689e30d0> # 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 0x7ff3689d40a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a169a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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 0x7ff3683ebfa0> # /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 0x7ff3683ded90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367ff25e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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 0x7ff3689c79a0> # 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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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 0x7ff368a0e4c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_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 0x7ff368a5dbe0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff367fc5df0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_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 0x7ff3683d7e80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff3683d2b20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff368a5b8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_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.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_y630eowh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.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 0x7ff367fd4910> # zipimport: zlib available {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "list-features", "sssd"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect list-features sssd", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": 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 glob # destroy glob # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888142.46034: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.46039: stdout chunk (state=3): >>><<< 7519 1726888142.46042: stderr chunk (state=3): >>><<< 7519 1726888142.46044: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect list-features sssd', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888141.8308046-8099-16731245004401/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888142.46053: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888142.46056: _low_level_execute_command(): starting 7519 1726888142.46059: handler run complete 7519 1726888142.46061: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888142.46067: attempt loop complete, returning result 7519 1726888142.46079: _execute() done 7519 1726888142.46083: dumping result to json 7519 1726888142.46086: done dumping result, returning 7519 1726888142.46089: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists [0ed44806-2f0b-c82f-f05a-000000000011] <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888141.8308046-8099-16731245004401/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888142.46279: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011 skipping: [managed_node1] => { "changed": false, "cmd": [ "authselect", "list-features", "sssd" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "authselect list-features sssd", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } MSG: Command would have run if not in check mode 7519 1726888142.46478: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011 7519 1726888142.46483: WORKER PROCESS EXITING 7519 1726888142.46486: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888142.46489: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.46492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.46495: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.46499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.46501: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888142.46504: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888142.46507: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888142.46509: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888142.46512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.46519: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.46522: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.46527: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888142.46530: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888142.46532: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888142.46559: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.46562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.46565: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.46568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.46571: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888142.46574: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888142.46576: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888142.46579: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888142.46582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.46584: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.46586: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.46587: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888142.46589: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888142.46591: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888142.46593: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.46594: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888142.46596: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888142.46598: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888142.46600: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888142.46601: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888142.46603: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.46605: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888142.47976: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.47980: stdout chunk (state=3): >>><<< 7519 1726888142.47982: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888142.48117: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888142.48121: handler run complete 7519 1726888142.48132: attempt loop complete, returning result 7519 1726888142.48135: _execute() done 7519 1726888142.48137: dumping result to json 7519 1726888142.48140: done dumping result, returning 7519 1726888142.48143: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check appropriate authselect features exists [0ed44806-2f0b-c82f-f05a-000000000011] 7519 1726888142.48145: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011 7519 1726888142.48329: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000011 7519 1726888142.48332: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "cmd": [ "authselect", "list-features", "sssd" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "authselect list-features sssd", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } MSG: Command would have run if not in check mode 7519 1726888142.48385: no more pending results, returning what we have 7519 1726888142.48391: results queue empty 7519 1726888142.48392: checking for any_errors_fatal 7519 1726888142.48401: done checking for any_errors_fatal 7519 1726888142.48401: checking for max_fail_percentage 7519 1726888142.48403: done checking for max_fail_percentage 7519 1726888142.48404: checking to see if all hosts have failed and the running result is not ok 7519 1726888142.48405: done checking to see if all hosts have failed 7519 1726888142.48406: getting the remaining hosts for this loop 7519 1726888142.48408: done getting the remaining hosts for this loop 7519 1726888142.48411: getting the next task for host managed_node1 7519 1726888142.48418: done getting next task for host managed_node1 7519 1726888142.48421: ^ task is: TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature 7519 1726888142.48430: ^ state is: HOST STATE: block=3, task=12, 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 7519 1726888142.48431: getting the next task for host managed_node2 7519 1726888142.48433: done getting next task for host managed_node2 7519 1726888142.48435: ^ task is: TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature 7519 1726888142.48436: ^ state is: HOST STATE: block=3, task=12, 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 7519 1726888142.48437: getting the next task for host managed_node3 7519 1726888142.48439: done getting next task for host managed_node3 7519 1726888142.48440: ^ task is: TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature 7519 1726888142.48441: ^ state is: HOST STATE: block=3, task=12, 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 7519 1726888142.48459: getting variables 7519 1726888142.48460: in VariableManager get_vars() 7519 1726888142.48494: Calling all_inventory to load vars for managed_node1 7519 1726888142.48496: Calling groups_inventory to load vars for managed_node1 7519 1726888142.48498: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888142.48508: Calling all_plugins_play to load vars for managed_node1 7519 1726888142.48511: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888142.48513: Calling groups_plugins_play to load vars for managed_node1 7519 1726888142.49985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888142.52618: done with get_vars() 7519 1726888142.52649: done getting variables 7519 1726888142.52725: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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.tlog : Enable authselect profile with tlog feature] *** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:79 Friday 20 September 2024 23:09:02 -0400 (0:00:00.993) 0:00:17.150 ****** 7519 1726888142.53117: entering _queue_task() for managed_node1/command 7519 1726888142.54047: worker is 1 (out of 3 available) 7519 1726888142.54062: exiting _queue_task() for managed_node1/command 7519 1726888142.54207: getting variables 7519 1726888142.54210: in VariableManager get_vars() 7519 1726888142.54294: Calling all_inventory to load vars for managed_node2 7519 1726888142.54376: Calling groups_inventory to load vars for managed_node2 7519 1726888142.54381: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888142.54400: Calling all_plugins_play to load vars for managed_node2 7519 1726888142.54403: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888142.54407: Calling groups_plugins_play to load vars for managed_node2 7519 1726888142.55486: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature 7519 1726888142.55490: in run() - task 0ed44806-2f0b-c82f-f05a-000000000012 7519 1726888142.55494: variable 'ansible_search_path' from source: unknown 7519 1726888142.55496: variable 'ansible_search_path' from source: unknown 7519 1726888142.55498: calling self._execute() 7519 1726888142.55501: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888142.55503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888142.55505: variable 'omit' from source: magic vars 7519 1726888142.55767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888142.56989: variable 'ansible_check_mode' from source: magic vars 7519 1726888142.56993: Evaluated conditional (not ansible_check_mode): False 7519 1726888142.56995: when evaluation is False, skipping this task 7519 1726888142.56997: _execute() done 7519 1726888142.56999: dumping result to json 7519 1726888142.57001: done dumping result, returning 7519 1726888142.57004: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature [0ed44806-2f0b-c82f-f05a-000000000012] 7519 1726888142.57006: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012 7519 1726888142.57070: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012 7519 1726888142.57073: WORKER PROCESS EXITING 7519 1726888142.57855: done with get_vars() 7519 1726888142.57877: done getting variables 7519 1726888142.57946: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888142.57956: entering _queue_task() for managed_node2/command 7519 1726888142.58797: worker is 2 (out of 3 available) 7519 1726888142.58809: exiting _queue_task() for managed_node2/command skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_check_mode", "skip_reason": "Conditional result was False" } 7519 1726888142.58916: getting variables 7519 1726888142.58919: in VariableManager get_vars() 7519 1726888142.58989: Calling all_inventory to load vars for managed_node3 7519 1726888142.58992: Calling groups_inventory to load vars for managed_node3 7519 1726888142.58994: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888142.59009: Calling all_plugins_play to load vars for managed_node3 7519 1726888142.59012: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888142.59018: Calling groups_plugins_play to load vars for managed_node3 7519 1726888142.60333: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature 7519 1726888142.60337: in run() - task 0ed44806-2f0b-c82f-f05a-000000000012 7519 1726888142.60339: variable 'ansible_search_path' from source: unknown 7519 1726888142.60342: variable 'ansible_search_path' from source: unknown 7519 1726888142.60344: calling self._execute() 7519 1726888142.60346: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888142.60348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888142.60350: variable 'omit' from source: magic vars 7519 1726888142.60379: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888142.62447: done with get_vars() 7519 1726888142.62488: done getting variables 7519 1726888142.62639: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888142.62672: entering _queue_task() for managed_node3/command 7519 1726888142.64311: worker is 3 (out of 3 available) 7519 1726888142.64329: exiting _queue_task() for managed_node3/command 7519 1726888142.64342: done queuing things up, now waiting for results queue to drain 7519 1726888142.64343: waiting for pending results... 7519 1726888142.64711: variable 'ansible_check_mode' from source: magic vars 7519 1726888142.64720: Evaluated conditional (not ansible_check_mode): False 7519 1726888142.64726: when evaluation is False, skipping this task 7519 1726888142.64729: _execute() done 7519 1726888142.64732: dumping result to json 7519 1726888142.64735: done dumping result, returning 7519 1726888142.64738: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature [0ed44806-2f0b-c82f-f05a-000000000012] 7519 1726888142.64787: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature 7519 1726888142.64919: in run() - task 0ed44806-2f0b-c82f-f05a-000000000012 7519 1726888142.64942: variable 'ansible_search_path' from source: unknown 7519 1726888142.64959: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012 7519 1726888142.64965: variable 'ansible_search_path' from source: unknown 7519 1726888142.65122: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012 7519 1726888142.65127: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not ansible_check_mode", "skip_reason": "Conditional result was False" } 7519 1726888142.65192: calling self._execute() 7519 1726888142.65270: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888142.65279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888142.65297: variable 'omit' from source: magic vars 7519 1726888142.65639: variable 'ansible_check_mode' from source: magic vars 7519 1726888142.65652: Evaluated conditional (not ansible_check_mode): False 7519 1726888142.65658: when evaluation is False, skipping this task 7519 1726888142.65664: _execute() done 7519 1726888142.65669: dumping result to json 7519 1726888142.65674: done dumping result, returning 7519 1726888142.65683: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature [0ed44806-2f0b-c82f-f05a-000000000012] 7519 1726888142.65705: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012 7519 1726888142.65796: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000012 7519 1726888142.65803: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_check_mode", "skip_reason": "Conditional result was False" } 7519 1726888142.65855: no more pending results, returning what we have 7519 1726888142.65861: results queue empty 7519 1726888142.65862: checking for any_errors_fatal 7519 1726888142.65870: done checking for any_errors_fatal 7519 1726888142.65871: checking for max_fail_percentage 7519 1726888142.65874: done checking for max_fail_percentage 7519 1726888142.65875: checking to see if all hosts have failed and the running result is not ok 7519 1726888142.65876: done checking to see if all hosts have failed 7519 1726888142.65877: getting the remaining hosts for this loop 7519 1726888142.65879: done getting the remaining hosts for this loop 7519 1726888142.65883: getting the next task for host managed_node1 7519 1726888142.65890: done getting next task for host managed_node1 7519 1726888142.65894: ^ task is: TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled 7519 1726888142.65896: ^ state is: HOST STATE: block=3, task=13, 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 7519 1726888142.65898: getting the next task for host managed_node2 7519 1726888142.65901: done getting next task for host managed_node2 7519 1726888142.65903: ^ task is: TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled 7519 1726888142.65904: ^ state is: HOST STATE: block=3, task=13, 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 7519 1726888142.65905: getting the next task for host managed_node3 7519 1726888142.65908: done getting next task for host managed_node3 7519 1726888142.65909: ^ task is: TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled 7519 1726888142.65910: ^ state is: HOST STATE: block=3, task=13, 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 7519 1726888142.65937: getting variables 7519 1726888142.65939: in VariableManager get_vars() 7519 1726888142.65974: Calling all_inventory to load vars for managed_node1 7519 1726888142.65977: Calling groups_inventory to load vars for managed_node1 7519 1726888142.65979: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888142.65992: Calling all_plugins_play to load vars for managed_node1 7519 1726888142.65995: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888142.65998: Calling groups_plugins_play to load vars for managed_node1 7519 1726888142.67576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888142.69662: done with get_vars() 7519 1726888142.69683: done getting variables 7519 1726888142.69763: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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.tlog : Check which authselect features are currently enabled] *** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:87 Friday 20 September 2024 23:09:02 -0400 (0:00:00.166) 0:00:17.317 ****** 7519 1726888142.69793: entering _queue_task() for managed_node1/command 7519 1726888142.70481: worker is 1 (out of 3 available) 7519 1726888142.70495: exiting _queue_task() for managed_node1/command 7519 1726888142.70528: getting variables 7519 1726888142.70531: in VariableManager get_vars() 7519 1726888142.70615: Calling all_inventory to load vars for managed_node2 7519 1726888142.70619: Calling groups_inventory to load vars for managed_node2 7519 1726888142.70621: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888142.70637: Calling all_plugins_play to load vars for managed_node2 7519 1726888142.70641: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888142.70644: Calling groups_plugins_play to load vars for managed_node2 7519 1726888142.72021: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled 7519 1726888142.72027: in run() - task 0ed44806-2f0b-c82f-f05a-000000000013 7519 1726888142.72030: variable 'ansible_search_path' from source: unknown 7519 1726888142.72032: variable 'ansible_search_path' from source: unknown 7519 1726888142.72034: calling self._execute() 7519 1726888142.72036: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888142.72038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888142.72040: variable 'omit' from source: magic vars 7519 1726888142.72042: variable 'omit' from source: magic vars 7519 1726888142.73041: variable 'omit' from source: magic vars 7519 1726888142.73045: variable 'omit' from source: magic vars 7519 1726888142.73048: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888142.73051: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888142.73053: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888142.73055: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888142.73058: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888142.73060: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888142.73062: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888142.73064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888142.73736: Set connection var ansible_shell_executable to /bin/sh 7519 1726888142.73741: Set connection var ansible_pipelining to False 7519 1726888142.73744: Set connection var ansible_shell_type to sh 7519 1726888142.73746: Set connection var ansible_timeout to 10 7519 1726888142.73749: Set connection var ansible_connection to ssh 7519 1726888142.73752: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888142.73754: variable 'ansible_shell_executable' from source: unknown 7519 1726888142.73756: variable 'ansible_connection' from source: unknown 7519 1726888142.73758: variable 'ansible_module_compression' from source: unknown 7519 1726888142.73760: variable 'ansible_shell_type' from source: unknown 7519 1726888142.73762: variable 'ansible_shell_executable' from source: unknown 7519 1726888142.73764: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888142.73766: variable 'ansible_pipelining' from source: unknown 7519 1726888142.73768: variable 'ansible_timeout' from source: unknown 7519 1726888142.73770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888142.73824: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888142.74548: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888142.74552: variable 'omit' from source: magic vars 7519 1726888142.74554: starting attempt loop 7519 1726888142.74556: running the handler 7519 1726888142.74558: _low_level_execute_command(): starting 7519 1726888142.74560: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888142.75674: done with get_vars() 7519 1726888142.75701: done getting variables 7519 1726888142.75767: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888142.75776: entering _queue_task() for managed_node2/command 7519 1726888142.76166: 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 <<< 7519 1726888142.76172: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.76352: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888142.76356: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.76365: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888142.76368: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent <<< 7519 1726888142.76370: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888142.79032: stdout chunk (state=3): >>>/root <<< 7519 1726888142.79064: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.79067: stderr chunk (state=3): >>><<< 7519 1726888142.79071: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888142.79086: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888142.79089: _low_level_execute_command(): starting 7519 1726888142.79093: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289 `" && echo ansible-tmp-1726888142.785583-8140-111518331902289="` echo /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289 `" && echo ansible-tmp-1726888142.785583-8140-111518331902289="` echo /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289 `" ) && sleep 0'"'"'' 7519 1726888142.79055: worker is 2 (out of 3 available) 7519 1726888142.79109: exiting _queue_task() for managed_node2/command 7519 1726888142.79139: getting variables 7519 1726888142.79142: in VariableManager get_vars() 7519 1726888142.79226: Calling all_inventory to load vars for managed_node3 7519 1726888142.79230: Calling groups_inventory to load vars for managed_node3 7519 1726888142.79232: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888142.79245: Calling all_plugins_play to load vars for managed_node3 7519 1726888142.79255: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888142.79258: Calling groups_plugins_play to load vars for managed_node3 7519 1726888142.81509: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled 7519 1726888142.82462: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888142.82468: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.82472: in run() - task 0ed44806-2f0b-c82f-f05a-000000000013 7519 1726888142.82475: variable 'ansible_search_path' from source: unknown 7519 1726888142.82477: variable 'ansible_search_path' from source: unknown 7519 1726888142.82479: calling self._execute() 7519 1726888142.82481: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888142.82483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888142.82485: variable 'omit' from source: magic vars 7519 1726888142.82487: variable 'omit' from source: magic vars 7519 1726888142.82488: variable 'omit' from source: magic vars 7519 1726888142.82490: variable 'omit' from source: magic vars 7519 1726888142.82492: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888142.82494: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888142.82496: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888142.82498: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888142.82500: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888142.82516: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888142.82537: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.83368: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888142.83371: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888142.83374: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888142.83376: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888142.83378: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888142.83380: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888142.83382: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888142.83384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888142.83385: Set connection var ansible_shell_executable to /bin/sh 7519 1726888142.83387: Set connection var ansible_pipelining to False 7519 1726888142.83389: Set connection var ansible_shell_type to sh 7519 1726888142.83391: Set connection var ansible_timeout to 10 7519 1726888142.83392: Set connection var ansible_connection to ssh 7519 1726888142.83394: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888142.83396: variable 'ansible_shell_executable' from source: unknown 7519 1726888142.83398: variable 'ansible_connection' from source: unknown 7519 1726888142.83400: variable 'ansible_module_compression' from source: unknown 7519 1726888142.83401: variable 'ansible_shell_type' from source: unknown 7519 1726888142.83403: variable 'ansible_shell_executable' from source: unknown 7519 1726888142.83405: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888142.83407: variable 'ansible_pipelining' from source: unknown 7519 1726888142.83408: variable 'ansible_timeout' from source: unknown 7519 1726888142.83410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888142.83416: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888142.83418: variable 'omit' from source: magic vars 7519 1726888142.83420: starting attempt loop 7519 1726888142.83424: running the handler 7519 1726888142.83427: _low_level_execute_command(): starting 7519 1726888142.83429: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888142.83462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888142.85134: stdout chunk (state=3): >>>ansible-tmp-1726888142.785583-8140-111518331902289=/root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289 <<< 7519 1726888142.85138: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.85141: stdout chunk (state=3): >>><<< 7519 1726888142.85147: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888142.785583-8140-111518331902289=/root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888142.85153: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888142.785583-8140-111518331902289=/root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888142.85155: variable 'ansible_module_compression' from source: unknown 7519 1726888142.85157: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7519 1726888142.85159: variable 'ansible_facts' from source: host vars for 'managed_node1' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py 7519 1726888142.85163: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1i8t2luy TO /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888142.85604: done with get_vars() 7519 1726888142.85632: done getting variables 7519 1726888142.85694: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888142.85705: entering _queue_task() for managed_node3/command 7519 1726888142.86329: Sending initial data 7519 1726888142.86332: Sent initial data (153 bytes) 7519 1726888142.87559: worker is 3 (out of 3 available) 7519 1726888142.87573: exiting _queue_task() for managed_node3/command 7519 1726888142.87586: done queuing things up, now waiting for results queue to drain 7519 1726888142.87587: waiting for pending results... 7519 1726888142.87896: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled 7519 1726888142.88303: 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 <<< 7519 1726888142.88308: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.88347: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.88354: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 7519 1726888142.88359: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.88518: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888142.88555: in run() - task 0ed44806-2f0b-c82f-f05a-000000000013 7519 1726888142.88576: variable 'ansible_search_path' from source: unknown 7519 1726888142.88588: variable 'ansible_search_path' from source: unknown 7519 1726888142.88638: calling self._execute() 7519 1726888142.88696: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.88701: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888142.88716: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.88790: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888142.89054: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888142.89066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888142.89171: variable 'omit' from source: magic vars 7519 1726888142.89399: variable 'omit' from source: magic vars 7519 1726888142.89453: variable 'omit' from source: magic vars 7519 1726888142.89636: variable 'omit' from source: magic vars 7519 1726888142.89684: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888142.89843: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888142.89872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888142.89893: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888142.89910: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888142.89949: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888142.90038: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888142.90047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888142.90133: 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 <<< 7519 1726888142.90138: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.90167: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.90172: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.90174: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.90305: Set connection var ansible_shell_executable to /bin/sh 7519 1726888142.90786: stdout chunk (state=3): >>>/root <<< 7519 1726888142.90789: stdout chunk (state=3): >>><<< 7519 1726888142.90792: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.90794: stderr chunk (state=3): >>><<< 7519 1726888142.90796: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888142.90798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888142.90953: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888142.90956: _low_level_execute_command(): starting 7519 1726888142.90959: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889 `" && echo ansible-tmp-1726888142.908448-8145-236968782275889="` echo /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889 `" && echo ansible-tmp-1726888142.908448-8145-236968782275889="` echo /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889 `" ) && sleep 0'"'"'' 7519 1726888142.91287: Set connection var ansible_pipelining to False 7519 1726888142.91391: Set connection var ansible_shell_type to sh 7519 1726888142.91502: Set connection var ansible_timeout to 10 7519 1726888142.91510: Set connection var ansible_connection to ssh 7519 1726888142.91526: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888142.91554: variable 'ansible_shell_executable' from source: unknown 7519 1726888142.91563: variable 'ansible_connection' from source: unknown 7519 1726888142.91570: variable 'ansible_module_compression' from source: unknown 7519 1726888142.91577: variable 'ansible_shell_type' from source: unknown 7519 1726888142.91584: variable 'ansible_shell_executable' from source: unknown 7519 1726888142.91590: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888142.91603: variable 'ansible_pipelining' from source: unknown 7519 1726888142.91717: variable 'ansible_timeout' from source: unknown 7519 1726888142.91728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888142.91998: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888142.92269: variable 'omit' from source: magic vars 7519 1726888142.92278: starting attempt loop 7519 1726888142.92284: running the handler 7519 1726888142.92304: _low_level_execute_command(): starting 7519 1726888142.92321: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888142.92604: 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 <<< 7519 1726888142.92609: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1i8t2luy debug3: Sent message fd 3 T:17 I:3 debug1: Couldn't stat remote file: No such file or directory <<< 7519 1726888142.92612: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1i8t2luy /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888142.93201: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py M:0x001a <<< 7519 1726888142.93218: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274 <<< 7519 1726888142.93577: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888142.93645: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.93692: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119274 bytes at 0 <<< 7519 1726888142.93711: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888142.93714: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888142.93900: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.94059: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.94062: stdout chunk (state=3): >>><<< 7519 1726888142.94064: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1i8t2luy /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp1i8t2luy\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119274 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888142.94074: done transferring module to remote 7519 1726888142.94077: _low_level_execute_command(): starting 7519 1726888142.94080: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/ /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/ /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888142.94119: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.94147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.94220: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888142.94348: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888142.94367: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888142.94397: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888142.94417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.94434: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.94450: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.94460: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888142.94497: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888142.94521: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888142.94537: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.94559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.94631: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.94693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.94725: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888142.94750: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888142.94763: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888142.94778: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888142.94791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.94816: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.94838: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.94910: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888142.95106: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888142.95121: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888142.95175: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.95193: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888142.95204: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888142.95215: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888142.95229: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888142.95251: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888142.95312: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.95407: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888142.95411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888142.95432: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.95445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.95461: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.95472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.95534: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888142.95662: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888142.95675: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888142.95690: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888142.95704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.95725: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.95740: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.95763: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888142.95856: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888142.95873: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888142.95888: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.95904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.95925: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.95942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.96434: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888142.96448: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888142.96460: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888142.96474: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888142.96488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888142.96503: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.96519: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.96593: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888142.96980: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888142.96993: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888142.97020: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.97041: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888142.97053: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888142.97065: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888142.97080: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888142.97100: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888142.97139: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888142.97188: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888142.97304: stdout chunk (state=3): >>>ansible-tmp-1726888142.908448-8145-236968782275889=/root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889 <<< 7519 1726888142.97456: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888142.97487: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.97490: stdout chunk (state=3): >>><<< 7519 1726888142.97499: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'ansible-tmp-1726888142.908448-8145-236968782275889=/root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888142.97535: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.97735: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888142.908448-8145-236968782275889=/root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888142.97740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.97743: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.97746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.97748: variable 'ansible_module_compression' from source: unknown 7519 1726888142.97750: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7519 1726888142.97753: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888142.97755: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888142.97757: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888142.97828: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888142.97832: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888142.97836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py 7519 1726888142.97841: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.97843: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py 7519 1726888142.97845: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888142.97848: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888142.97850: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888142.97852: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888142.97854: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888142.97856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888142.97858: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888142.97860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888142.97862: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888142.97875: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888142.97878: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888142.97881: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888142.97889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpplywppcd TO /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py 7519 1726888142.97908: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888142.97911: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888142.97998: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888142.98019: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888142.98073: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent <<< 7519 1726888142.98112: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888142.98832: stdout chunk (state=3): >>>/root <<< 7519 1726888142.99016: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.99020: stdout chunk (state=3): >>><<< 7519 1726888142.99024: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888142.99158: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888142.99161: _low_level_execute_command(): starting 7519 1726888142.99164: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262 `" && echo ansible-tmp-1726888142.9905546-8151-87463459766262="` echo /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262 `" ) && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262 `" && echo ansible-tmp-1726888142.9905546-8151-87463459766262="` echo /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262 `" ) && sleep 0'"'"'' 7519 1726888142.99803: Sending initial data 7519 1726888142.99806: Sent initial data (153 bytes) 7519 1726888142.99966: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888142.99969: stdout chunk (state=3): >>><<< 7519 1726888142.99972: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.00075: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.00078: _low_level_execute_command(): starting 7519 1726888143.00080: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888143.00128: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.00151: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.00169: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.00185: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.00195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.00238: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888143.00250: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888143.00262: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888143.00277: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.00290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.00305: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.00324: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.00343: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888143.00358: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888143.00371: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888143.00384: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.00398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.00417: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.00434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.00445: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888143.00453: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888143.00461: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888143.00471: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888143.00481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.00492: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.00502: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.00577: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888143.00594: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888143.00607: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888143.00637: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.00654: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888143.00666: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888143.00676: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888143.00686: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888143.00702: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888143.00735: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888143.00787: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888143.01578: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.01590: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.01603: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.01624: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.01642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.01696: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888143.01717: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888143.01737: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888143.01751: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.01763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.01777: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.01790: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.01805: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888143.01819: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888143.01836: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888143.01852: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.01866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.01888: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.01909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.01936: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888143.01952: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888143.01962: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888143.01973: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888143.01985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.01997: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.02007: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.02089: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888143.02105: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888143.02120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888143.02144: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.02159: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888143.02169: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888143.02183: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888143.02201: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888143.02232: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888143.02303: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888143.02334: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.02738: stdout chunk (state=3): >>>ansible-tmp-1726888142.9905546-8151-87463459766262=/root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262 <<< 7519 1726888143.02929: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.02948: stdout chunk (state=3): >>><<< 7519 1726888143.02951: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888142.9905546-8151-87463459766262=/root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.03320: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888142.9905546-8151-87463459766262=/root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.03327: variable 'ansible_module_compression' from source: unknown 7519 1726888143.03330: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7519 1726888143.03333: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py 7519 1726888143.03338: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxn3pns68 TO /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888143.03467: 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 <<< 7519 1726888143.03470: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.03513: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.03518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.03522: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.03524: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.03592: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888143.03596: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.03600: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888143.03615: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888143.03666: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.03675: Sending initial data 7519 1726888143.03678: Sent initial data (153 bytes) 7519 1726888143.04255: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888143.04262: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888143.04336: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888143.04357: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888143.04387: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888143.04438: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888143.04441: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888143.04487: 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' <<< 7519 1726888143.04509: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888143.04537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888143.04550: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888143.04569: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491edc0> <<< 7519 1726888143.04610: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888143.04614: 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 0x7f7d248c33a0> <<< 7519 1726888143.04640: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491eb20> <<< 7519 1726888143.04643: 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' <<< 7519 1726888143.04656: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491eac0> <<< 7519 1726888143.04691: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888143.04733: 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' <<< 7519 1726888143.04737: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3490> <<< 7519 1726888143.04774: 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 # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888143.04843: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3940> <<< 7519 1726888143.04848: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3670> <<< 7519 1726888143.04879: 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' # /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888143.04918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888143.04921: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888143.04956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a190> <<< 7519 1726888143.04968: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888143.04992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888143.05106: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a220> <<< 7519 1726888143.05138: 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 0x7f7d2489d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a940> <<< 7519 1726888143.05183: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248db880> <<< 7519 1726888143.05197: 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 0x7f7d24873d90> <<< 7519 1726888143.05267: 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 0x7f7d2489dd90> <<< 7519 1726888143.05307: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3970> <<< 7519 1726888143.05337: 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. <<< 7519 1726888143.05507: 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 <<< 7519 1726888143.05539: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888143.05559: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888143.05590: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888143.05622: stdout chunk (state=3): >>># 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' <<< 7519 1726888143.05650: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpplywppcd debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888143.05654: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpplywppcd /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py <<< 7519 1726888143.05660: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py M:0x001a <<< 7519 1726888143.05663: stdout chunk (state=3): >>># /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' <<< 7519 1726888143.05668: 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 0x7f7d245d2eb0> <<< 7519 1726888143.05725: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d6f40> <<< 7519 1726888143.05745: 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' import '_sre' # <<< 7519 1726888143.05772: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888143.05797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888143.05821: 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' <<< 7519 1726888143.05864: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245cc610> <<< 7519 1726888143.05870: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d4640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d2370> <<< 7519 1726888143.05882: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888143.05943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888143.05968: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888143.06010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888143.06041: 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' <<< 7519 1726888143.06060: 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 0x7f7d24555d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555850> <<< 7519 1726888143.06086: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888143.06107: 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 0x7f7d24555e50> <<< 7519 1726888143.06127: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888143.06154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555f10> <<< 7519 1726888143.06196: 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' <<< 7519 1726888143.06210: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555e20> <<< 7519 1726888143.06212: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888143.06259: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245aecd0> <<< 7519 1726888143.06263: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888143.06284: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245a85b0> <<< 7519 1726888143.06359: 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 0x7f7d245bb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dadf0> <<< 7519 1726888143.06373: 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' <<< 7519 1726888143.06406: 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 0x7f7d24567c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245ae1f0> <<< 7519 1726888143.06453: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.06500: 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 0x7f7d245bb220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245e09a0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888143.06504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888143.06533: 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' <<< 7519 1726888143.06537: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274 <<< 7519 1726888143.06586: 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' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567d30> <<< 7519 1726888143.06657: 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 0x7f7d24567ca0> # /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' <<< 7519 1726888143.06661: 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' <<< 7519 1726888143.06672: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888143.06685: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.06712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.06754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888143.06757: 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 0x7f7d2453c310> <<< 7519 1726888143.06781: stdout chunk (state=3): >>># /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' <<< 7519 1726888143.06809: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.06822: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2453c400> <<< 7519 1726888143.06837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.06880: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888143.06891: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888143.06905: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888143.06933: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.06936: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119274 bytes at 0 <<< 7519 1726888143.06942: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888143.07024: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888143.07611: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.07617: stderr chunk (state=3): >>><<< 7519 1726888143.07619: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpplywppcd /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpplywppcd\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119274 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888143.07638: done transferring module to remote 7519 1726888143.07640: _low_level_execute_command(): starting 7519 1726888143.07643: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/ /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/ /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888143.07693: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24572f40> <<< 7519 1726888143.07705: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245699d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569520> # /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 0x7f7d24489160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24525dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dafd0> # /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 0x7f7d2449aa90> 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 0x7f7d2449adc0> # /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 0x7f7d244ae6d0> # /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 0x7f7d244aec10> # 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 0x7f7d2443a340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2449aeb0> # /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 0x7f7d2444a220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244ae550> 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 0x7f7d2444a2e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567970> # /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' <<< 7519 1726888143.07740: 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' <<< 7519 1726888143.07793: 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 0x7f7d24466640> <<< 7519 1726888143.07797: 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' <<< 7519 1726888143.07827: 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 0x7f7d24466910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466700> <<< 7519 1726888143.07854: 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 0x7f7d244667f0> <<< 7519 1726888143.07869: 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' <<< 7519 1726888143.07883: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.07899: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.07912: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.07938: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888143.07951: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888143.07962: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888143.07974: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.07993: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.08019: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.08059: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.08070: 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 0x7f7d24466c40> <<< 7519 1726888143.08102: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888143.08118: 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 0x7f7d24474190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244599d0> <<< 7519 1726888143.08150: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567550> <<< 7519 1726888143.08163: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888143.08176: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888143.08187: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888143.08220: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888143.08260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888143.08264: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466a30> <<< 7519 1726888143.08281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.08294: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.08306: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.08351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888143.08364: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7d24386610> <<< 7519 1726888143.08426: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888143.08442: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888143.08453: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888143.08476: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.08491: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888143.08527: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888143.08541: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 7519 1726888143.08553: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888143.08562: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888143.08577: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888143.08613: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888143.08683: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888143.08705: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888143.08725: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.09343: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.09360: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.09375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.09392: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.09404: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.09450: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888143.09463: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888143.09474: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888143.09487: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.09500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.09520: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.09538: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.09555: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888143.09567: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888143.09579: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888143.09591: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.09605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.09624: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.09636: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.09648: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888143.09659: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888143.09670: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888143.09681: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888143.09692: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.09704: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.09720: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.09797: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888143.09812: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888143.09831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888143.09857: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.09881: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888143.09907: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.09928: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888143.09940: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888143.09950: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888143.09965: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888143.09994: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888143.10046: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.10458: 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 <<< 7519 1726888143.10494: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888143.10516: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888143.10564: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxn3pns68 debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888143.10567: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxn3pns68 /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py <<< 7519 1726888143.10612: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py M:0x001a <<< 7519 1726888143.11028: 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 0x7f7d23d8c760> # /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 0x7f7d23d8c160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ceb0> <<< 7519 1726888143.11036: 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' <<< 7519 1726888143.11571: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8cfa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ccd0> 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 0x7f7d23d8cf10> # /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 0x7f7d23d8c100> # /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 0x7f7d23ce3e80> # 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 0x7f7d23d05fa0> # 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 0x7f7d23d05dc0> # /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 0x7f7d23d05430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435bdc0> <<< 7519 1726888143.11576: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274 <<< 7519 1726888143.12030: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435b3d0> # /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 0x7f7d2435bf10> # /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 0x7f7d2432bb50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8e430> # 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 0x7f7d23d60460> # /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 0x7f7d23d60490> <<< 7519 1726888143.12130: 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' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888143.12237: 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 0x7f7d23cc7130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d190> <<< 7519 1726888143.12256: 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 0x7f7d23cd3940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d310> <<< 7519 1726888143.12259: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888143.12363: stdout chunk (state=3): >>># 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' # <<< 7519 1726888143.12377: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24355cd0> <<< 7519 1726888143.12630: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.12634: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119274 bytes at 0 <<< 7519 1726888143.12641: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888143.12645: stdout chunk (state=3): >>><<< 7519 1726888143.12648: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888143.12652: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.12661: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.12964: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.12996: _low_level_execute_command(): starting 7519 1726888143.13058: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888143.13069: stderr chunk (state=3): >>><<< 7519 1726888143.13073: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxn3pns68 /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxn3pns68\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119274\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119274 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888143.13144: done transferring module to remote 7519 1726888143.13147: _low_level_execute_command(): starting 7519 1726888143.13150: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/ /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py && sleep 0' 7519 1726888143.13154: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23cd38e0> # 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 0x7f7d23cd3730> # 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 0x7f7d23cd26d0> # 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 0x7f7d23cd2610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24334880> # /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 0x7f7d23d56640> # 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 0x7f7d23d55a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d660d0> <<< 7519 1726888143.13158: 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 0x7f7d23d560a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d989a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888143.13168: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.13353: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888143.13357: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/ /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888143.13365: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.13443: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.13903: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.14060: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.14075: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.14090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.14108: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.14126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.14170: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888143.14182: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888143.14193: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888143.14206: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.14228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.14248: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.14269: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.14294: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888143.14318: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888143.14397: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888143.14401: 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_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888143.14421: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888143.14427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888143.14463: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888143.14468: 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 0x7f7d23ca2fa0> <<< 7519 1726888143.14482: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.14497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.14543: 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 0x7f7d23c95d90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d238995e0> <<< 7519 1726888143.14592: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888143.14641: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888143.14644: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.14660: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.14677: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.14691: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888143.14705: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888143.14720: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888143.14761: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.14773: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888143.14792: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.14909: 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' <<< 7519 1726888143.14913: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d4a9a0> # zipimport: zlib available <<< 7519 1726888143.14934: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.14947: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.15030: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888143.15301: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.15325: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888143.15339: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888143.15361: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.15380: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888143.15393: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888143.15405: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888143.15420: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888143.15441: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888143.15469: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888143.15520: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.15662: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.15717: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.15780: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888143.15817: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.15851: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888143.15883: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.15900: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.15921: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.16020: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888143.16025: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7519 1726888143.16051: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.16076: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.16081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.16086: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888143.16096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.16119: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.16124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888143.16138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.16151: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.16163: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.16240: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888143.16270: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.16277: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888143.16290: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888143.16318: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.16345: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888143.16360: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888143.16370: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888143.16381: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888143.16397: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888143.16436: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888143.16505: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888143.16508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888143.16525: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.16578: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d904c0> <<< 7519 1726888143.16581: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.16636: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.16723: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888143.16739: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.16766: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.16805: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888143.16846: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.16883: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.16973: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.17034: 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 <<< 7519 1726888143.17056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888143.17137: 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 0x7f7d24347be0> <<< 7519 1726888143.17163: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2386edf0> <<< 7519 1726888143.17206: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888143.17334: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.17385: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.17406: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888143.17457: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888143.17470: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888143.17482: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888143.17520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888143.17546: 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' <<< 7519 1726888143.17627: stderr chunk (state=3): >>><<< 7519 1726888143.17630: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.17638: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.17640: _low_level_execute_command(): starting 7519 1726888143.17642: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888143.17673: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c91e80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c8ab20> <<< 7519 1726888143.17732: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d243458e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888143.17757: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.17785: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/AnsiballZ_command.py && sleep 0'"'"'' 7519 1726888143.17878: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888143.17891: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888143.17981: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.18082: 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' <<< 7519 1726888143.18104: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2387c910> <<< 7519 1726888143.18187: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.18344: stdout chunk (state=3): >>> {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "current"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect current", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ <<< 7519 1726888143.18559: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 7519 1726888143.18562: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7519 1726888143.18630: 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 <<< 7519 1726888143.18636: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888143.18744: 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 # 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 <<< 7519 1726888143.18763: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888143.18780: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888143.18830: stdout chunk (state=3): >>># 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<<< 7519 1726888143.18851: 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 <<< 7519 1726888143.18888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8dc0> <<< 7519 1726888143.19052: stdout chunk (state=3): >>> # 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 glob # destroy glob <<< 7519 1726888143.19156: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.19295: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8b20> # /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 0x7f9c73ad8ac0> <<< 7519 1726888143.19299: stdout chunk (state=3): >>>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 0x7f9c73a7d490> # /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 0x7f9c73a7d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d670> # /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 0x7f9c73a34190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888143.19302: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.19306: 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 # 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 <<< 7519 1726888143.19308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888143.19351: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34220> <<< 7519 1726888143.19477: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7519 1726888143.19509: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.19513: 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 # 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 <<< 7519 1726888143.19515: 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'<<< 7519 1726888143.19550: 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 0x7f9c73a57850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a95880> # /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 0x7f9c73a2dd90> <<< 7519 1726888143.19553: 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 0x7f9c73a57d90> <<< 7519 1726888143.19605: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d970> <<< 7519 1726888143.19634: 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. <<< 7519 1726888143.19896: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888143.19900: stdout chunk (state=3): >>><<< 7519 1726888143.19950: 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' # /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 <<< 7519 1726888143.19953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d3eb0> <<< 7519 1726888143.19955: stderr chunk (state=3): >>><<< 7519 1726888143.19997: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d6f40> <<< 7519 1726888143.20024: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.20027: 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' <<< 7519 1726888143.20057: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888143.20081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888143.20084: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.20116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.20119: 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 0x7f9c737cc610> <<< 7519 1726888143.20133: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d2640> <<< 7519 1726888143.20142: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d3370> <<< 7519 1726888143.20160: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c33a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491eac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2489d850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248db880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24873d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2489dd90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d2eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245cc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d4640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d2370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24555d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245aecd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245a85b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245bb610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dadf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24567c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245ae1f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d245bb220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245e09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2453c310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2453c400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24572f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245699d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24489160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24525dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dafd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2449aa90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2449adc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244ae6d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244aec10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2443a340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2449aeb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2444a220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244ae550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d2444a2e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d244667f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24466c40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24474190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244599d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466a30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7d24386610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d8c160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ceb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8cfa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ccd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d8cf10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23ce3e80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d05fa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d05dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d05430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435bdc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435b3d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435bf10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2432bb50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60c70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8e430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d60460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cc7130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd3940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24355cd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23cd38e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd3730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd26d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23cd2610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24334880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d56640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d55a60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d660d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23d560a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d989a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d23ca2fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c95d90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d238995e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d4a9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d904c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d24347be0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2386edf0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c91e80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c8ab20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d243458e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2387c910>\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "current"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect current", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888143.22034: _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 0x7f7d2491edc0> # /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 0x7f7d248c33a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2491eb20> # /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 0x7f7d2491eac0> 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 0x7f7d248c3490> # /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 0x7f7d248c3940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3670> # /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 0x7f7d2487a190> # /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 0x7f7d2487a220> # /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 0x7f7d2489d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2487a940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248db880> # /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 0x7f7d24873d90> # /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 0x7f7d2489dd90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d248c3970> 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 0x7f7d245d2eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d6f40> # /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 0x7f7d245cc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d4640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245d2370> # /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 0x7f7d24555d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24555850> 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 0x7f7d24555e50> # /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 0x7f7d24555f10> # /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 0x7f7d24555e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245aecd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245a85b0> # /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 0x7f7d245bb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dadf0> # /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 0x7f7d24567c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245ae1f0> # 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 0x7f7d245bb220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245e09a0> # /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 0x7f7d24567f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567d30> # /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 0x7f7d24567ca0> # /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 0x7f7d2453c310> # /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 0x7f7d2453c400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24572f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245699d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569520> # /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 0x7f7d24489160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24525dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24569e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d245dafd0> # /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 0x7f7d2449aa90> 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 0x7f7d2449adc0> # /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 0x7f7d244ae6d0> # /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 0x7f7d244aec10> # 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 0x7f7d2443a340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2449aeb0> # /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 0x7f7d2444a220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244ae550> 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 0x7f7d2444a2e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567970> # /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 0x7f7d24466640> # /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 0x7f7d24466910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466700> # 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 0x7f7d244667f0> # /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 0x7f7d24466c40> # 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 0x7f7d24474190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24466880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d244599d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24567550> # /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 0x7f7d24466a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7d24386610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_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 0x7f7d23d8c760> # /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 0x7f7d23d8c160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8c280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ceb0> # /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 0x7f7d23d8cfa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8ccd0> 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 0x7f7d23d8cf10> # /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 0x7f7d23d8c100> # /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 0x7f7d23ce3e80> # 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 0x7f7d23d05fa0> # 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 0x7f7d23d05dc0> # /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 0x7f7d23d05430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435bdc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2435b3d0> # /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 0x7f7d2435bf10> # /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 0x7f7d2432bb50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d60340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d8e430> # 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 0x7f7d23d60460> # /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 0x7f7d23d60490> # /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 0x7f7d23cc7130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d190> # /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 0x7f7d23cd3940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2433d310> # /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 0x7f7d24355cd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23cd38e0> # 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 0x7f7d23cd3730> # 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 0x7f7d23cd26d0> # 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 0x7f7d23cd2610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d24334880> # /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 0x7f7d23d56640> # 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 0x7f7d23d55a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d660d0> # 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 0x7f7d23d560a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23d989a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_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.command_payload__yz41hmo/ansible_ansible.legacy.command_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.command_payload__yz41hmo/ansible_ansible.legacy.command_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.command_payload__yz41hmo/ansible_ansible.legacy.command_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.command_payload__yz41hmo/ansible_ansible.legacy.command_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 0x7f7d23ca2fa0> # /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 0x7f7d23c95d90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d238995e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_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.command_payload__yz41hmo/ansible_ansible.legacy.command_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 0x7f7d23d4a9a0> # 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.command_payload__yz41hmo/ansible_ansible.legacy.command_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.command_payload__yz41hmo/ansible_ansible.legacy.command_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.command_payload__yz41hmo/ansible_ansible.legacy.command_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.command_payload__yz41hmo/ansible_ansible.legacy.command_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.command_payload__yz41hmo/ansible_ansible.legacy.command_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 0x7f7d23d904c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_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.command_payload__yz41hmo/ansible_ansible.legacy.command_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 0x7f7d24347be0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d2386edf0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_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 0x7f7d23c91e80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d23c8ab20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d243458e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_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.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload__yz41hmo/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.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 0x7f7d2387c910> # zipimport: zlib available {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "current"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect current", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": 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 glob # destroy glob # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888143.24906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.24910: stdout chunk (state=3): >>># /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' <<< 7519 1726888143.24913: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888143.24918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888143.24920: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888143.24925: 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' <<< 7519 1726888143.24928: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888143.24930: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888143.24937: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888143.24942: stdout chunk (state=3): >>># 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 0x7f9c73755d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755850> import 'itertools' # <<< 7519 1726888143.24945: 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 0x7f9c73755e50> <<< 7519 1726888143.24947: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888143.24949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888143.24951: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.24955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.25521: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755f10> <<< 7519 1726888143.25529: 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 0x7f9c73755e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737aecd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737a75b0> # /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 0x7f9c737bb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dadf0> # /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 0x7f9c73767c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737ae1f0> # 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 0x7f9c737bb220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737e09a0> # /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 0x7f9c73767f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767d30> # /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 0x7f9c73767ca0> # /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 0x7f9c7373b310> # /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 0x7f9c7373b400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73771f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737699d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769520> # /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 0x7f9c7366e160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73725dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dafd0> # /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 0x7f9c73680a90> 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 0x7f9c73680dc0> # /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 0x7f9c736926d0> # /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 0x7f9c73692c10> # 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 0x7f9c7361f340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73680eb0> # /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 0x7f9c73630220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73692550> 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 0x7f9c736302e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767970> # /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 0x7f9c7364c640> # /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 0x7f9c7364c910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c700> <<< 7519 1726888143.28119: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888143.28124: 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 0x7f9c7364c7f0> <<< 7519 1726888143.28127: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7519 1726888143.28130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7519 1726888143.28133: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect current', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888142.785583-8140-111518331902289/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888143.28135: _low_level_execute_command(): starting 7519 1726888143.28138: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.785583-8140-111518331902289/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888143.28147: 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 0x7f9c7364cc40> <<< 7519 1726888143.28150: 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 0x7f9c7365a190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c880> <<< 7519 1726888143.28152: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7363f9d0> <<< 7519 1726888143.28154: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767550> <<< 7519 1726888143.28158: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888143.28161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888143.28163: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364ca30> <<< 7519 1726888143.28165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888143.28168: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c7356c610> <<< 7519 1726888143.28171: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 7519 1726888143.28174: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888143.28176: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888143.28179: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888143.28181: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.28183: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888143.28186: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888143.28188: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.28190: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888143.28192: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888143.28194: 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' <<< 7519 1726888143.28196: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888143.28199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888143.28201: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8dc0> <<< 7519 1726888143.28203: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888143.28205: 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 0x7f653447d3a0> <<< 7519 1726888143.28207: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8b20> <<< 7519 1726888143.28209: 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' <<< 7519 1726888143.28213: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8ac0> <<< 7519 1726888143.28215: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888143.28218: 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' <<< 7519 1726888143.28221: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d490> <<< 7519 1726888143.28228: 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 # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d670> # /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 <<< 7519 1726888143.28231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888143.28234: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888143.28237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888143.28241: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434190> <<< 7519 1726888143.28244: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888143.28246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888143.28250: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434220> <<< 7519 1726888143.28252: 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' <<< 7519 1726888143.28255: 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 0x7f6534457850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434940> <<< 7519 1726888143.28257: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534495880> <<< 7519 1726888143.28259: 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' <<< 7519 1726888143.28262: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653442dd90> <<< 7519 1726888143.28264: 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 0x7f6534457d90> <<< 7519 1726888143.28267: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d970> <<< 7519 1726888143.28269: 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. <<< 7519 1726888143.28271: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888143.28274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888143.28276: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888143.28278: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.28281: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.28283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888143.28286: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888143.28289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7519 1726888143.28292: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d3eb0> <<< 7519 1726888143.28294: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d6f40> <<< 7519 1726888143.28297: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888143.28301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888143.28304: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888143.28307: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888143.28310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888143.28313: 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' <<< 7519 1726888143.28314: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341cc610> <<< 7519 1726888143.28317: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d2640> <<< 7519 1726888143.28531: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d3370> <<< 7519 1726888143.28536: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888143.28539: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.28542: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.28545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.28548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888143.28550: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.28553: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888143.28555: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.28558: 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' <<< 7519 1726888143.28563: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888143.28565: 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 0x7f6534155d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155850> <<< 7519 1726888143.28568: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888143.28571: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888143.28574: 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' <<< 7519 1726888143.28576: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155e50> <<< 7519 1726888143.28579: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888143.28582: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888143.28585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888143.28588: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155f10> <<< 7519 1726888143.28591: 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' <<< 7519 1726888143.28594: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.28597: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155e20> import '_collections' # <<< 7519 1726888143.28600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.28602: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.28605: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.28608: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341aecd0> <<< 7519 1726888143.28610: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888143.28613: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341a75b0> <<< 7519 1726888143.29006: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py <<< 7519 1726888143.29010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341bb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dadc0> <<< 7519 1726888143.29013: 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' <<< 7519 1726888143.29015: 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 0x7f6534167c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341ae1f0> <<< 7519 1726888143.29017: 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 0x7f65341bb220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341e0970> <<< 7519 1726888143.29020: 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 0x7f9c72f4c760> # /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' <<< 7519 1726888143.29025: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888143.29028: stdout chunk (state=3): >>># 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' <<< 7519 1726888143.29030: 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 0x7f9c72f4c160> <<< 7519 1726888143.29032: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888143.29057: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c280> <<< 7519 1726888143.29072: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ceb0> <<< 7519 1726888143.29105: 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' <<< 7519 1726888143.29113: stdout chunk (state=3): >>># 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 0x7f6534167f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167d30> # /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 0x7f6534167ca0> # /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' <<< 7519 1726888143.29242: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888143.29245: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4cfa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ccd0> import 'atexit' # <<< 7519 1726888143.29248: 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 0x7f9c72f4cf10> <<< 7519 1726888143.29251: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888143.29253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888143.29256: stdout chunk (state=3): >>># 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 0x7f653413b310> # /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 0x7f653413b400> <<< 7519 1726888143.29258: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c100> <<< 7519 1726888143.29261: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888143.29264: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888143.29267: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888143.29270: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888143.29273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888143.29276: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888143.29279: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.29282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.29284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888143.29287: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.29290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.29293: 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' <<< 7519 1726888143.29296: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534171f40> <<< 7519 1726888143.29298: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888143.29300: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888143.29303: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888143.29305: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341699d0> <<< 7519 1726888143.29307: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888143.29310: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169520> <<< 7519 1726888143.29326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.29388: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.29439: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ea2e80> <<< 7519 1726888143.29443: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888143.29446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888143.29449: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.29453: 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 0x7f9c72ec5fa0> <<< 7519 1726888143.29456: stdout chunk (state=3): >>># /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' <<< 7519 1726888143.29459: 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 0x7f6534063160> <<< 7519 1726888143.29462: 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 0x7f9c72ec5dc0> <<< 7519 1726888143.29547: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888143.29556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888143.29560: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534125dc0> <<< 7519 1726888143.29563: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ec5430> <<< 7519 1726888143.29565: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb3dc0> <<< 7519 1726888143.29568: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dafa0> <<< 7519 1726888143.29571: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888143.29574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888143.29584: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888143.29588: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888143.29591: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534075a90> <<< 7519 1726888143.29594: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888143.29596: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888143.29599: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.29602: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888143.29605: 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 0x7f6534075dc0> <<< 7519 1726888143.29608: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888143.29611: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888143.29613: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888143.29619: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888143.29624: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb33d0> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888143.29627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb3f10> <<< 7519 1726888143.29630: 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' # /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 0x7f65340876d0> <<< 7519 1726888143.29633: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888143.29636: 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' <<< 7519 1726888143.29639: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.29642: 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' <<< 7519 1726888143.29676: 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 0x7f9c72f83b50> <<< 7519 1726888143.29684: stdout chunk (state=3): >>># /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 0x7f6534087c10> <<< 7519 1726888143.29692: 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 0x7f6534015340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534075eb0> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888143.29694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7519 1726888143.29696: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1fc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1f340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f51430> <<< 7519 1726888143.29699: 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 0x7f9c72f1f460> <<< 7519 1726888143.29701: 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 0x7f9c72f1f490> <<< 7519 1726888143.29703: 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 <<< 7519 1726888143.29705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888143.29708: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888143.29710: 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 0x7f6534025220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534087550> 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 0x7f65340252e0> <<< 7519 1726888143.29712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888143.29717: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167970> # /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' <<< 7519 1726888143.29719: 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' <<< 7519 1726888143.29722: 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 0x7f6534041640> # /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' <<< 7519 1726888143.29778: 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 0x7f9c72e86130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94190> <<< 7519 1726888143.29782: 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 0x7f6534041910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041700> <<< 7519 1726888143.29789: 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 0x7f9c72e92940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94310> # /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 0x7f9c72fadcd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e928e0> # 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 0x7f9c72e92730> # 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 0x7f9c72e916d0> # 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 0x7f9c72e91610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f8d880> # /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 0x7f9c72f16640> # 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 0x7f9c72f14a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f250d0> # 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 0x7f9c72f160a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f589a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888143.29796: 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 0x7f65340417f0> # /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 0x7f6534041c40> # 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 0x7f653404f190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65340349d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167550> # /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 0x7f6534041a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6533f61610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888143.29830: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.29833: stderr chunk (state=3): >>><<< 7519 1726888143.29835: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.29843: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.29848: handler run complete 7519 1726888143.29850: attempt loop complete, returning result 7519 1726888143.29852: _execute() done 7519 1726888143.29854: dumping result to json 7519 1726888143.29856: done dumping result, returning 7519 1726888143.29858: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled [0ed44806-2f0b-c82f-f05a-000000000013] 7519 1726888143.29860: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013 skipping: [managed_node1] => { "changed": false, "cmd": [ "authselect", "current" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "authselect current", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } MSG: Command would have run if not in check mode 7519 1726888143.30321: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013 7519 1726888143.30327: WORKER PROCESS EXITING 7519 1726888143.30332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30368: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888143.30371: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7519 1726888143.30375: 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.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888143.30379: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888143.30417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888143.30420: 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 0x7f9c72e61fa0> <<< 7519 1726888143.30423: 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' <<< 7519 1726888143.30451: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e55d90> <<< 7519 1726888143.30475: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a7a5e0> <<< 7519 1726888143.30480: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888143.30525: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30529: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30533: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888143.30535: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30537: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30601: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888143.30605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7519 1726888143.30607: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f099a0> <<< 7519 1726888143.30609: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30611: 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 0x7f653394c760> <<< 7519 1726888143.30613: 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' <<< 7519 1726888143.30615: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30670: 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' <<< 7519 1726888143.30675: 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' <<< 7519 1726888143.30678: 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 0x7f653394c160> <<< 7519 1726888143.30680: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c280> <<< 7519 1726888143.30682: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ceb0> <<< 7519 1726888143.30684: 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' <<< 7519 1726888143.30687: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394cfa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ccd0> <<< 7519 1726888143.30689: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888143.30690: 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 0x7f653394cf10> <<< 7519 1726888143.30694: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888143.30696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888143.30701: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c100> <<< 7519 1726888143.30703: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888143.30705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888143.30707: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888143.30709: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888143.30711: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888143.30713: 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' <<< 7519 1726888143.30715: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30717: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30719: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888143.30721: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30788: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338a3e80> # 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 0x7f65338c5fa0> # 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 0x7f65338c5dc0> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888143.30796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888143.30829: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888143.30888: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30909: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30913: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888143.30918: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338c5430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b3dc0> <<< 7519 1726888143.30920: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30924: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30927: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888143.30930: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.30932: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b33d0> <<< 7519 1726888143.30937: 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' <<< 7519 1726888143.30939: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b3f10> <<< 7519 1726888143.30950: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888143.31011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888143.31024: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.31029: 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' <<< 7519 1726888143.31031: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888143.31034: 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' <<< 7519 1726888143.31036: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533983b50> <<< 7519 1726888143.31038: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533951430> <<< 7519 1726888143.31040: 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 0x7f6533920460> <<< 7519 1726888143.31042: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888143.31044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888143.31046: 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 0x7f6533920490> <<< 7519 1726888143.31048: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888143.31119: 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 <<< 7519 1726888143.31130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888143.31138: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888143.31141: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f504c0> <<< 7519 1726888143.31144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888143.31236: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.31255: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.31259: 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 0x7f6533886130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994190> <<< 7519 1726888143.31261: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888143.31263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888143.31265: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888143.31289: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888143.31292: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888143.31294: 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 0x7f6533893940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994310> <<< 7519 1726888143.31296: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.31298: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888143.31303: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.31365: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7519 1726888143.31368: stdout chunk (state=3): >>># 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' <<< 7519 1726888143.31371: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888143.31373: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.31413: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.31416: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339adcd0> <<< 7519 1726888143.31502: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.31561: 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 <<< 7519 1726888143.31570: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338938e0> <<< 7519 1726888143.31613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888143.31674: 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 0x7f9c72f9fbe0> <<< 7519 1726888143.31678: 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 0x7f6533893730> <<< 7519 1726888143.31727: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a4ddf0> <<< 7519 1726888143.31734: 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 0x7f65338916d0> <<< 7519 1726888143.31781: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888143.31785: 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 0x7f6533891610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653398d880> # /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' <<< 7519 1726888143.31787: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888143.31790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888143.31844: 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 0x7f6533916640> <<< 7519 1726888143.31890: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.31942: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.31958: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.32002: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888143.32039: 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 <<< 7519 1726888143.32053: 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 0x7f6533914a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339250d0> <<< 7519 1726888143.32107: 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 <<< 7519 1726888143.32115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888143.32136: 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 0x7f65339160a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339589a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888143.32192: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e4c190> <<< 7519 1726888143.32215: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.32241: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ef0b20> <<< 7519 1726888143.32310: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f9d8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888143.32348: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.32355: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888143.32364: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888143.32425: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888143.32449: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py <<< 7519 1726888143.32463: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.32471: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.32552: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.32560: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.32659: 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' <<< 7519 1726888143.32678: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a5c910> <<< 7519 1726888143.32768: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.32915: stdout chunk (state=3): >>> {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "current"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect current", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 7519 1726888143.32935: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888143.33033: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.33213: 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 # clear sys.path_importer_cache # clear sys.meta_path <<< 7519 1726888143.33253: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.33282: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.33326: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.33369: stdout chunk (state=3): >>># 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<<< 7519 1726888143.33412: stdout chunk (state=3): >>> # 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<<< 7519 1726888143.33458: stdout chunk (state=3): >>> # 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<<< 7519 1726888143.33467: stdout chunk (state=3): >>> # 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 glob # destroy glob <<< 7519 1726888143.33502: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7519 1726888143.33509: 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.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888143.33545: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888143.33551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888143.33616: 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 0x7f6533861fa0> <<< 7519 1726888143.33696: 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 0x7f6533855d90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65334755e0> <<< 7519 1726888143.33720: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression <<< 7519 1726888143.33731: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888143.33776: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888143.33807: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888143.33821: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.33858: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 7519 1726888143.33904: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 7519 1726888143.33943: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.33961: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.33987: 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 # cleanup[3] wiping os.path # destroy genericpath <<< 7519 1726888143.34002: 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 <<< 7519 1726888143.34056: 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' <<< 7519 1726888143.34060: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.34087: 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 <<< 7519 1726888143.34090: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339099a0> <<< 7519 1726888143.34093: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.34205: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize <<< 7519 1726888143.34227: stdout chunk (state=3): >>># destroy _heapq # destroy posixpath # destroy stat <<< 7519 1726888143.34248: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select <<< 7519 1726888143.34265: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888143.34294: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888143.34476: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.34637: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888143.34680: stderr chunk (state=3): >>><<< 7519 1726888143.34684: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a57850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a95880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a2dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a57d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d3eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737cc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d2640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73755d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737aecd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737a75b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737bb610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dadf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73767c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737ae1f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c737bb220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737e09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7373b310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7373b400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73771f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737699d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7366e160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73725dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dafd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73680a90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73680dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c736926d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73692c10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7361f340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73680eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c73630220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73692550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c736302e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364c7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7364cc40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7365a190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7363f9d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364ca30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c7356c610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f4c160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ceb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4cfa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ccd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f4cf10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ea2e80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72ec5fa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72ec5dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ec5430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb3dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb33d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb3f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f83b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1fc70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1f340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f51430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f1f460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1f490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e86130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e92940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fadcd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e928e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e92730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e916d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e91610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f8d880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f16640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f14a60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f250d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f160a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f589a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72e61fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e55d90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a7a5e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f099a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f504c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c72f9fbe0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a4ddf0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e4c190>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ef0b20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f9d8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a5c910>\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "current"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect current", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888143.35834: _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 0x7f9c73ad8dc0> # /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 0x7f9c73a7d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73ad8b20> # /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 0x7f9c73ad8ac0> 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 0x7f9c73a7d490> # /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 0x7f9c73a7d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d670> # /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 0x7f9c73a34190> # /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 0x7f9c73a34220> # /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 0x7f9c73a57850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a34940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a95880> # /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 0x7f9c73a2dd90> # /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 0x7f9c73a57d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73a7d970> 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 0x7f9c737d3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d6f40> # /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 0x7f9c737cc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737d3370> # /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 0x7f9c73755d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73755850> 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 0x7f9c73755e50> # /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 0x7f9c73755f10> # /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 0x7f9c73755e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737aecd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737a75b0> # /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 0x7f9c737bb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dadf0> # /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 0x7f9c73767c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737ae1f0> # 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 0x7f9c737bb220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737e09a0> # /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 0x7f9c73767f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767d30> # /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 0x7f9c73767ca0> # /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 0x7f9c7373b310> # /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 0x7f9c7373b400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73771f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737699d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769520> # /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 0x7f9c7366e160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73725dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73769e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c737dafd0> # /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 0x7f9c73680a90> 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 0x7f9c73680dc0> # /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 0x7f9c736926d0> # /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 0x7f9c73692c10> # 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 0x7f9c7361f340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73680eb0> # /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 0x7f9c73630220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73692550> 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 0x7f9c736302e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767970> # /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 0x7f9c7364c640> # /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 0x7f9c7364c910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c700> # 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 0x7f9c7364c7f0> # /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 0x7f9c7364cc40> # 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 0x7f9c7365a190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7364c880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7363f9d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c73767550> # /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 0x7f9c7364ca30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c7356c610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_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 0x7f9c72f4c760> # /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 0x7f9c72f4c160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4c280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ceb0> # /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 0x7f9c72f4cfa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f4ccd0> 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 0x7f9c72f4cf10> # /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 0x7f9c72f4c100> # /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 0x7f9c72ea2e80> # 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 0x7f9c72ec5fa0> # 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 0x7f9c72ec5dc0> # /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 0x7f9c72ec5430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb3dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72fb33d0> # /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 0x7f9c72fb3f10> # /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 0x7f9c72f83b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1fc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f1f340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f51430> # 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 0x7f9c72f1f460> # /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 0x7f9c72f1f490> # /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 0x7f9c72e86130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94190> # /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 0x7f9c72e92940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f94310> # /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 0x7f9c72fadcd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72e928e0> # 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 0x7f9c72e92730> # 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 0x7f9c72e916d0> # 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 0x7f9c72e91610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f8d880> # /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 0x7f9c72f16640> # 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 0x7f9c72f14a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f250d0> # 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 0x7f9c72f160a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f589a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_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 0x7f9c72e61fa0> # /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 0x7f9c72e55d90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a7a5e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_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 0x7f9c72f099a0> # 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.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_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 0x7f9c72f504c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_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 0x7f9c72f9fbe0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72a4ddf0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_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 0x7f9c72e4c190> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72ef0b20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c72f9d8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_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.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_sgyqocam/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.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 0x7f9c72a5c910> # zipimport: zlib available {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "current"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect current", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": 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 glob # destroy glob # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888143.37594: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.37598: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.38075: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect current', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888142.908448-8145-236968782275889/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888143.38080: _low_level_execute_command(): starting 7519 1726888143.38083: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888143.38087: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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 0x7f65339504c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888143.38090: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.38093: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888143.38101: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.908448-8145-236968782275889/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888143.38106: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888143.38109: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.38111: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.38117: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.38119: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.38124: 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 <<< 7519 1726888143.38126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888143.38129: 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 0x7f653399fbe0> <<< 7519 1726888143.38132: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533448df0> <<< 7519 1726888143.38135: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888143.38138: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.38141: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.38143: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.38146: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.38149: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888143.38152: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888143.38155: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888143.38157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888143.38160: 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' <<< 7519 1726888143.38179: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653384ee80> <<< 7519 1726888143.38186: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533849b20> <<< 7519 1726888143.38190: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653399d8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888143.39007: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.39010: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888143.39012: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py <<< 7519 1726888143.39015: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py <<< 7519 1726888143.39017: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.39018: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.39020: 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' <<< 7519 1726888143.39024: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533457910> <<< 7519 1726888143.39026: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888143.39027: stdout chunk (state=3): >>> {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "current"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect current", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 7519 1726888143.39029: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888143.39031: 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 <<< 7519 1726888143.39033: 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 <<< 7519 1726888143.39035: 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 <<< 7519 1726888143.39037: 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 # 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 <<< 7519 1726888143.39039: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.39041: 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 # 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 glob # destroy glob <<< 7519 1726888143.39044: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888143.39046: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888143.39048: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888143.39049: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888143.39051: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.39053: stdout chunk (state=3): >>># destroy _json # destroy encodings <<< 7519 1726888143.39055: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888143.39056: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 7519 1726888143.39058: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888143.39060: 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 <<< 7519 1726888143.39062: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.39063: 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 # 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 <<< 7519 1726888143.39065: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile <<< 7519 1726888143.39067: 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 <<< 7519 1726888143.39069: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.39072: 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 <<< 7519 1726888143.39076: 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 <<< 7519 1726888143.39077: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7519 1726888143.39080: stdout chunk (state=3): >>># 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 <<< 7519 1726888143.39084: 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 # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888143.39086: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888143.39611: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888143.39727: stderr chunk (state=3): >>><<< 7519 1726888143.39730: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534457850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534495880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653442dd90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534457d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d3eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341cc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d2640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534155d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341aecd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341a75b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341bb610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dadc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534167c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341ae1f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65341bb220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341e0970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653413b310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653413b400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534171f40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341699d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534063160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534125dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dafa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534075a90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534075dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65340876d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534087c10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534015340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534075eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534025220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534087550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65340252e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65340417f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6534041c40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653404f190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65340349d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041a30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6533f61610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653394c160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ceb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394cfa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ccd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653394cf10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338a3e80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338c5fa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338c5dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338c5430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b3dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b33d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b3f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533983b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920c70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533951430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533920460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533886130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533893940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339adcd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338938e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533893730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65338916d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533891610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653398d880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533916640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533914a60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339250d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65339160a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339589a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6533861fa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533855d90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65334755e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339099a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339504c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f653399fbe0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533448df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653384ee80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533849b20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653399d8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533457910>\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "current"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect current", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888143.40875: _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 0x7f65344d8dc0> # /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 0x7f653447d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65344d8b20> # /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 0x7f65344d8ac0> 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 0x7f653447d490> # /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 0x7f653447d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d670> # /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 0x7f6534434190> # /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 0x7f6534434220> # /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 0x7f6534457850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534434940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534495880> # /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 0x7f653442dd90> # /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 0x7f6534457d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653447d970> 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 0x7f65341d3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d6f40> # /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 0x7f65341cc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341d3370> # /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 0x7f6534155d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534155850> 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 0x7f6534155e50> # /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 0x7f6534155f10> # /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 0x7f6534155e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341aecd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341a75b0> # /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 0x7f65341bb610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dadc0> # /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 0x7f6534167c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341ae1f0> # 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 0x7f65341bb220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341e0970> # /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 0x7f6534167f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167d30> # /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 0x7f6534167ca0> # /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 0x7f653413b310> # /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 0x7f653413b400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534171f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341699d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169520> # /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 0x7f6534063160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534125dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534169e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65341dafa0> # /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 0x7f6534075a90> 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 0x7f6534075dc0> # /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 0x7f65340876d0> # /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 0x7f6534087c10> # 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 0x7f6534015340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534075eb0> # /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 0x7f6534025220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534087550> 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 0x7f65340252e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167970> # /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 0x7f6534041640> # /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 0x7f6534041910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041700> # 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 0x7f65340417f0> # /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 0x7f6534041c40> # 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 0x7f653404f190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534041880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65340349d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6534167550> # /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 0x7f6534041a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6533f61610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_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 0x7f653394c760> # /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 0x7f653394c160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394c280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ceb0> # /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 0x7f653394cfa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653394ccd0> 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 0x7f653394cf10> # /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 0x7f653394c100> # /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 0x7f65338a3e80> # 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 0x7f65338c5fa0> # 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 0x7f65338c5dc0> # /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 0x7f65338c5430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b3dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339b33d0> # /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 0x7f65339b3f10> # /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 0x7f6533983b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533920340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533951430> # 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 0x7f6533920460> # /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 0x7f6533920490> # /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 0x7f6533886130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994190> # /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 0x7f6533893940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533994310> # /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 0x7f65339adcd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65338938e0> # 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 0x7f6533893730> # 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 0x7f65338916d0> # 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 0x7f6533891610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653398d880> # /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 0x7f6533916640> # 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 0x7f6533914a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339250d0> # 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 0x7f65339160a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65339589a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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 0x7f6533861fa0> # /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 0x7f6533855d90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65334755e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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 0x7f65339099a0> # 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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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 0x7f65339504c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_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 0x7f653399fbe0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533448df0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_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 0x7f653384ee80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6533849b20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f653399d8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_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.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_5n3glrwh/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.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 0x7f6533457910> # zipimport: zlib available {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["authselect", "current"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "authselect current", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": 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 glob # destroy glob # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888143.44451: done with _execute_module (ansible.legacy.command, {'_raw_params': 'authselect current', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_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-1726888142.9905546-8151-87463459766262/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888143.44455: _low_level_execute_command(): starting 7519 1726888143.44459: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888142.9905546-8151-87463459766262/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888143.44469: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.44472: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.44474: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.44477: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.44480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.44482: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.44485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.44487: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888143.44490: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888143.44492: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888143.44495: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.44497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.44500: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.44503: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.44505: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888143.44508: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888143.44510: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888143.44513: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.44517: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.44520: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.44554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.44558: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888143.44560: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888143.44562: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888143.44564: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888143.44566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.44568: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.44570: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.44573: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888143.44575: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888143.44577: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888143.44578: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.44580: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888143.44582: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888143.44584: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888143.44586: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888143.44587: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888143.44589: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888143.44591: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.44593: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.44594: stderr chunk (state=3): >>><<< 7519 1726888143.44596: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.44601: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.44603: handler run complete 7519 1726888143.44605: attempt loop complete, returning result 7519 1726888143.44606: _execute() done 7519 1726888143.44608: dumping result to json 7519 1726888143.44610: done dumping result, returning 7519 1726888143.44612: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled [0ed44806-2f0b-c82f-f05a-000000000013] 7519 1726888143.44613: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013 7519 1726888143.44670: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013 7519 1726888143.44673: WORKER PROCESS EXITING 7519 1726888143.44676: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.44678: stdout chunk (state=3): >>><<< 7519 1726888143.44680: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.44686: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.44688: handler run complete skipping: [managed_node2] => { "changed": false, "cmd": [ "authselect", "current" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "authselect current", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } MSG: Command would have run if not in check mode 7519 1726888143.45029: attempt loop complete, returning result 7519 1726888143.45033: _execute() done 7519 1726888143.45036: dumping result to json 7519 1726888143.45038: done dumping result, returning 7519 1726888143.45040: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Check which authselect features are currently enabled [0ed44806-2f0b-c82f-f05a-000000000013] 7519 1726888143.45046: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013 7519 1726888143.45087: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000013 7519 1726888143.45089: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "cmd": [ "authselect", "current" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "authselect current", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } MSG: Command would have run if not in check mode 7519 1726888143.45847: no more pending results, returning what we have 7519 1726888143.45852: results queue empty 7519 1726888143.45853: checking for any_errors_fatal 7519 1726888143.45859: done checking for any_errors_fatal 7519 1726888143.45860: checking for max_fail_percentage 7519 1726888143.45862: done checking for max_fail_percentage 7519 1726888143.45863: checking to see if all hosts have failed and the running result is not ok 7519 1726888143.45864: done checking to see if all hosts have failed 7519 1726888143.45865: getting the remaining hosts for this loop 7519 1726888143.45867: done getting the remaining hosts for this loop 7519 1726888143.45871: getting the next task for host managed_node1 7519 1726888143.45877: done getting next task for host managed_node1 7519 1726888143.45882: ^ task is: TASK: fedora.linux_system_roles.tlog : Update nsswitch 7519 1726888143.45884: ^ state is: HOST STATE: block=3, task=14, 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 7519 1726888143.45885: getting the next task for host managed_node2 7519 1726888143.45888: done getting next task for host managed_node2 7519 1726888143.45890: ^ task is: TASK: fedora.linux_system_roles.tlog : Update nsswitch 7519 1726888143.45891: ^ state is: HOST STATE: block=3, task=14, 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 7519 1726888143.45895: getting the next task for host managed_node3 7519 1726888143.45897: done getting next task for host managed_node3 7519 1726888143.45899: ^ task is: TASK: fedora.linux_system_roles.tlog : Update nsswitch 7519 1726888143.45901: ^ state is: HOST STATE: block=3, task=14, 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 7519 1726888143.45920: getting variables 7519 1726888143.45921: in VariableManager get_vars() 7519 1726888143.45963: Calling all_inventory to load vars for managed_node1 7519 1726888143.45966: Calling groups_inventory to load vars for managed_node1 7519 1726888143.45969: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888143.45978: Calling all_plugins_play to load vars for managed_node1 7519 1726888143.45980: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888143.45983: Calling groups_plugins_play to load vars for managed_node1 7519 1726888143.53810: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888143.54911: done with get_vars() 7519 1726888143.54931: done getting variables 7519 1726888143.54969: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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.tlog : Update nsswitch] ************************ task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:93 Friday 20 September 2024 23:09:03 -0400 (0:00:00.852) 0:00:18.169 ****** 7519 1726888143.54999: entering _queue_task() for managed_node1/command 7519 1726888143.55388: worker is 1 (out of 3 available) 7519 1726888143.55407: exiting _queue_task() for managed_node1/command 7519 1726888143.55450: getting variables 7519 1726888143.55455: in VariableManager get_vars() 7519 1726888143.55586: Calling all_inventory to load vars for managed_node2 7519 1726888143.55592: Calling groups_inventory to load vars for managed_node2 7519 1726888143.55595: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888143.55621: Calling all_plugins_play to load vars for managed_node2 7519 1726888143.55630: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888143.55636: Calling groups_plugins_play to load vars for managed_node2 7519 1726888143.57272: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Update nsswitch 7519 1726888143.57277: in run() - task 0ed44806-2f0b-c82f-f05a-000000000014 7519 1726888143.57280: variable 'ansible_search_path' from source: unknown 7519 1726888143.57282: variable 'ansible_search_path' from source: unknown 7519 1726888143.57285: calling self._execute() 7519 1726888143.57968: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888143.57972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888143.57975: variable 'omit' from source: magic vars 7519 1726888143.58714: variable 'ansible_check_mode' from source: magic vars 7519 1726888143.58719: Evaluated conditional (not ansible_check_mode): False 7519 1726888143.58722: when evaluation is False, skipping this task 7519 1726888143.58727: _execute() done 7519 1726888143.58730: dumping result to json 7519 1726888143.58733: done dumping result, returning 7519 1726888143.58737: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Update nsswitch [0ed44806-2f0b-c82f-f05a-000000000014] 7519 1726888143.58740: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014 7519 1726888143.58814: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014 7519 1726888143.58818: WORKER PROCESS EXITING 7519 1726888143.58890: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888143.60360: done with get_vars() 7519 1726888143.60377: done getting variables 7519 1726888143.60440: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888143.60447: entering _queue_task() for managed_node2/command 7519 1726888143.60790: worker is 2 (out of 3 available) 7519 1726888143.60827: exiting _queue_task() for managed_node2/command skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_check_mode", "skip_reason": "Conditional result was False" } 7519 1726888143.61021: getting variables 7519 1726888143.61027: in VariableManager get_vars() 7519 1726888143.61189: Calling all_inventory to load vars for managed_node3 7519 1726888143.61194: Calling groups_inventory to load vars for managed_node3 7519 1726888143.61197: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888143.61220: Calling all_plugins_play to load vars for managed_node3 7519 1726888143.61229: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888143.61234: Calling groups_plugins_play to load vars for managed_node3 7519 1726888143.62728: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Update nsswitch 7519 1726888143.62734: in run() - task 0ed44806-2f0b-c82f-f05a-000000000014 7519 1726888143.63297: variable 'ansible_search_path' from source: unknown 7519 1726888143.63301: variable 'ansible_search_path' from source: unknown 7519 1726888143.63304: calling self._execute() 7519 1726888143.63306: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888143.63309: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888143.63311: variable 'omit' from source: magic vars 7519 1726888143.63313: variable 'ansible_check_mode' from source: magic vars 7519 1726888143.63315: Evaluated conditional (not ansible_check_mode): False 7519 1726888143.63316: when evaluation is False, skipping this task 7519 1726888143.63319: _execute() done 7519 1726888143.63320: dumping result to json 7519 1726888143.63325: done dumping result, returning 7519 1726888143.63327: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Update nsswitch [0ed44806-2f0b-c82f-f05a-000000000014] 7519 1726888143.63329: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014 7519 1726888143.63396: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014 7519 1726888143.63399: WORKER PROCESS EXITING 7519 1726888143.63850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888143.65488: done with get_vars() 7519 1726888143.65504: done getting variables 7519 1726888143.65559: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.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) 7519 1726888143.65571: entering _queue_task() for managed_node3/command 7519 1726888143.65919: worker is 3 (out of 3 available) 7519 1726888143.65938: exiting _queue_task() for managed_node3/command skipping: [managed_node2] => { "changed": false, "false_condition": "not ansible_check_mode", "skip_reason": "Conditional result was False" } 7519 1726888143.66056: done queuing things up, now waiting for results queue to drain 7519 1726888143.66058: waiting for pending results... 7519 1726888143.66399: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Update nsswitch 7519 1726888143.66954: in run() - task 0ed44806-2f0b-c82f-f05a-000000000014 7519 1726888143.67118: variable 'ansible_search_path' from source: unknown 7519 1726888143.67138: variable 'ansible_search_path' from source: unknown 7519 1726888143.67188: calling self._execute() 7519 1726888143.67440: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888143.67481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888143.67497: variable 'omit' from source: magic vars 7519 1726888143.68597: variable 'ansible_check_mode' from source: magic vars 7519 1726888143.68765: Evaluated conditional (not ansible_check_mode): False 7519 1726888143.68832: when evaluation is False, skipping this task 7519 1726888143.68870: _execute() done 7519 1726888143.68879: dumping result to json 7519 1726888143.68885: done dumping result, returning 7519 1726888143.68894: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Update nsswitch [0ed44806-2f0b-c82f-f05a-000000000014] 7519 1726888143.68993: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014 7519 1726888143.69163: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000014 skipping: [managed_node3] => { "changed": false, "false_condition": "not ansible_check_mode", "skip_reason": "Conditional result was False" } 7519 1726888143.69201: no more pending results, returning what we have 7519 1726888143.69218: results queue empty 7519 1726888143.69219: checking for any_errors_fatal 7519 1726888143.69243: done checking for any_errors_fatal 7519 1726888143.69245: checking for max_fail_percentage 7519 1726888143.69257: done checking for max_fail_percentage 7519 1726888143.69258: checking to see if all hosts have failed and the running result is not ok 7519 1726888143.69259: done checking to see if all hosts have failed 7519 1726888143.69260: getting the remaining hosts for this loop 7519 1726888143.69262: done getting the remaining hosts for this loop 7519 1726888143.69274: getting the next task for host managed_node1 7519 1726888143.69293: done getting next task for host managed_node1 7519 1726888143.69298: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure tlog rec session 7519 1726888143.69300: ^ state is: HOST STATE: block=3, task=15, 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 7519 1726888143.69301: getting the next task for host managed_node2 7519 1726888143.69304: done getting next task for host managed_node2 7519 1726888143.69307: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure tlog rec session 7519 1726888143.69308: ^ state is: HOST STATE: block=3, task=15, 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 7519 1726888143.69309: getting the next task for host managed_node3 7519 1726888143.69311: done getting next task for host managed_node3 7519 1726888143.69313: ^ task is: TASK: fedora.linux_system_roles.tlog : Configure tlog rec session 7519 1726888143.69314: ^ state is: HOST STATE: block=3, task=15, 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 7519 1726888143.69346: getting variables 7519 1726888143.69347: in VariableManager get_vars() 7519 1726888143.69395: Calling all_inventory to load vars for managed_node1 7519 1726888143.69412: Calling groups_inventory to load vars for managed_node1 7519 1726888143.69414: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888143.69426: Calling all_plugins_play to load vars for managed_node1 7519 1726888143.69432: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888143.69436: Calling groups_plugins_play to load vars for managed_node1 7519 1726888143.69969: WORKER PROCESS EXITING 7519 1726888143.70544: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888143.71957: done with get_vars() 7519 1726888143.71976: done getting variables 7519 1726888143.72036: 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=True) TASK [fedora.linux_system_roles.tlog : Configure tlog rec session] ************* task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:103 Friday 20 September 2024 23:09:03 -0400 (0:00:00.170) 0:00:18.339 ****** 7519 1726888143.72066: entering _queue_task() for managed_node1/template 7519 1726888143.73062: worker is 1 (out of 3 available) 7519 1726888143.73075: exiting _queue_task() for managed_node1/template 7519 1726888143.73106: getting variables 7519 1726888143.73109: in VariableManager get_vars() 7519 1726888143.73201: Calling all_inventory to load vars for managed_node2 7519 1726888143.73207: Calling groups_inventory to load vars for managed_node2 7519 1726888143.73210: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888143.73229: Calling all_plugins_play to load vars for managed_node2 7519 1726888143.73233: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888143.73237: Calling groups_plugins_play to load vars for managed_node2 7519 1726888143.75089: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session 7519 1726888143.75094: in run() - task 0ed44806-2f0b-c82f-f05a-000000000015 7519 1726888143.75096: variable 'ansible_search_path' from source: unknown 7519 1726888143.75099: variable 'ansible_search_path' from source: unknown 7519 1726888143.75103: calling self._execute() 7519 1726888143.75105: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888143.75107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888143.75109: variable 'omit' from source: magic vars 7519 1726888143.75111: variable 'omit' from source: magic vars 7519 1726888143.75113: variable 'omit' from source: magic vars 7519 1726888143.75115: variable '__tlog_rec_session_conf' from source: role '' all vars 7519 1726888143.75488: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888143.76429: variable '__tlog_rec_session_conf' from source: role '' all vars 7519 1726888143.76432: variable 'omit' from source: magic vars 7519 1726888143.76435: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888143.76438: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888143.76440: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888143.76442: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888143.76444: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888143.76446: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7519 1726888143.76448: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888143.76450: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888143.76452: Set connection var ansible_shell_executable to /bin/sh 7519 1726888143.76454: Set connection var ansible_pipelining to False 7519 1726888143.76456: Set connection var ansible_shell_type to sh 7519 1726888143.76458: Set connection var ansible_timeout to 10 7519 1726888143.76460: Set connection var ansible_connection to ssh 7519 1726888143.76462: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888143.76464: variable 'ansible_shell_executable' from source: unknown 7519 1726888143.76465: variable 'ansible_connection' from source: unknown 7519 1726888143.76468: variable 'ansible_module_compression' from source: unknown 7519 1726888143.76470: variable 'ansible_shell_type' from source: unknown 7519 1726888143.76472: variable 'ansible_shell_executable' from source: unknown 7519 1726888143.76473: variable 'ansible_host' from source: host vars for 'managed_node1' 7519 1726888143.76475: variable 'ansible_pipelining' from source: unknown 7519 1726888143.76477: variable 'ansible_timeout' from source: unknown 7519 1726888143.76479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7519 1726888143.76481: 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) 7519 1726888143.76484: variable 'omit' from source: magic vars 7519 1726888143.76485: starting attempt loop 7519 1726888143.76487: running the handler 7519 1726888143.76490: _low_level_execute_command(): starting 7519 1726888143.77642: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888143.77699: done with get_vars() 7519 1726888143.77716: done getting variables 7519 1726888143.77816: 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=True) 7519 1726888143.77827: entering _queue_task() for managed_node2/template 7519 1726888143.78499: worker is 2 (out of 3 available) 7519 1726888143.78515: exiting _queue_task() for managed_node2/template 7519 1726888143.78549: getting variables 7519 1726888143.78552: in VariableManager get_vars() 7519 1726888143.78634: Calling all_inventory to load vars for managed_node3 7519 1726888143.78638: Calling groups_inventory to load vars for managed_node3 7519 1726888143.78641: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888143.78655: Calling all_plugins_play to load vars for managed_node3 7519 1726888143.78658: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888143.78661: Calling groups_plugins_play to load vars for managed_node3 7519 1726888143.80390: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session 7519 1726888143.80394: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.80397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.80400: in run() - task 0ed44806-2f0b-c82f-f05a-000000000015 7519 1726888143.80402: variable 'ansible_search_path' from source: unknown 7519 1726888143.80404: variable 'ansible_search_path' from source: unknown 7519 1726888143.80407: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.80411: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.80413: calling self._execute() 7519 1726888143.80415: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888143.80417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888143.80419: variable 'omit' from source: magic vars 7519 1726888143.80421: variable 'omit' from source: magic vars 7519 1726888143.80425: variable 'omit' from source: magic vars 7519 1726888143.80428: variable '__tlog_rec_session_conf' from source: role '' all vars 7519 1726888143.80430: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.80432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888143.80435: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.80982: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888143.80986: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.80989: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888143.80994: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.80997: variable '__tlog_rec_session_conf' from source: role '' all vars 7519 1726888143.81041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888143.81699: variable 'omit' from source: magic vars 7519 1726888143.81703: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888143.81706: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888143.81708: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888143.81710: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888143.81712: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888143.81714: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7519 1726888143.81718: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888143.81721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888143.81725: Set connection var ansible_shell_executable to /bin/sh 7519 1726888143.81727: Set connection var ansible_pipelining to False 7519 1726888143.81729: Set connection var ansible_shell_type to sh 7519 1726888143.81731: Set connection var ansible_timeout to 10 7519 1726888143.81733: Set connection var ansible_connection to ssh 7519 1726888143.81735: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888143.81737: variable 'ansible_shell_executable' from source: unknown 7519 1726888143.81739: variable 'ansible_connection' from source: unknown 7519 1726888143.81741: variable 'ansible_module_compression' from source: unknown 7519 1726888143.81743: variable 'ansible_shell_type' from source: unknown 7519 1726888143.81744: variable 'ansible_shell_executable' from source: unknown 7519 1726888143.81746: variable 'ansible_host' from source: host vars for 'managed_node2' 7519 1726888143.81748: variable 'ansible_pipelining' from source: unknown 7519 1726888143.81750: variable 'ansible_timeout' from source: unknown 7519 1726888143.81752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 7519 1726888143.82761: stdout chunk (state=3): >>>/root <<< 7519 1726888143.82765: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.82769: 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) 7519 1726888143.82771: variable 'omit' from source: magic vars 7519 1726888143.82781: starting attempt loop 7519 1726888143.82785: running the handler 7519 1726888143.82787: _low_level_execute_command(): starting 7519 1726888143.82791: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888143.82802: stderr chunk (state=3): >>><<< 7519 1726888143.82804: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.82810: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.82812: _low_level_execute_command(): starting 7519 1726888143.82814: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423 `" && echo ansible-tmp-1726888143.826431-8192-175936232107423="` echo /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423 `" ) && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423 `" && echo ansible-tmp-1726888143.826431-8192-175936232107423="` echo /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423 `" ) && sleep 0'"'"'' 7519 1726888143.84933: done with get_vars() 7519 1726888143.84956: done getting variables 7519 1726888143.85331: 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=True) 7519 1726888143.85342: entering _queue_task() for managed_node3/template 7519 1726888143.86769: worker is 3 (out of 3 available) 7519 1726888143.86783: exiting _queue_task() for managed_node3/template 7519 1726888143.86797: done queuing things up, now waiting for results queue to drain 7519 1726888143.86798: waiting for pending results... 7519 1726888143.86967: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.86991: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.87012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.87040: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.87057: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.87081: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session 7519 1726888143.87102: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888143.87196: in run() - task 0ed44806-2f0b-c82f-f05a-000000000015 7519 1726888143.87215: variable 'ansible_search_path' from source: unknown 7519 1726888143.87222: variable 'ansible_search_path' from source: unknown 7519 1726888143.87233: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888143.87246: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888143.87264: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.87269: calling self._execute() 7519 1726888143.87279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.87295: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.87342: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.87356: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888143.87377: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888143.87380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888143.87383: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.87385: variable 'omit' from source: magic vars 7519 1726888143.87400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.87418: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.87441: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.87455: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888143.87468: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888143.87492: variable 'omit' from source: magic vars 7519 1726888143.87510: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888143.87514: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.87532: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.87542: variable 'omit' from source: magic vars 7519 1726888143.87592: variable '__tlog_rec_session_conf' from source: role '' all vars 7519 1726888143.87738: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888143.87781: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888143.87796: variable '__tlog_rec_session_conf' from source: role '' all vars 7519 1726888143.87821: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888143.87835: variable 'omit' from source: magic vars 7519 1726888143.87846: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.87878: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7519 1726888143.87890: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888143.87903: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888143.87916: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888143.87925: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7519 1726888143.87932: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888143.87951: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888143.87960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7519 1726888143.88037: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888143.88043: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.88056: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.88059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.88062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.88077: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.88084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.88090: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888143.88110: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7519 1726888143.88154: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888143.88160: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.88183: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7519 1726888143.88241: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888143.88333: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888143.88679: Set connection var ansible_shell_executable to /bin/sh 7519 1726888143.88703: Set connection var ansible_pipelining to False 7519 1726888143.88714: Set connection var ansible_shell_type to sh 7519 1726888143.88726: Set connection var ansible_timeout to 10 7519 1726888143.88733: Set connection var ansible_connection to ssh 7519 1726888143.88742: Set connection var ansible_module_compression to ZIP_DEFLATED 7519 1726888143.89050: variable 'ansible_shell_executable' from source: unknown 7519 1726888143.89062: variable 'ansible_connection' from source: unknown 7519 1726888143.89070: variable 'ansible_module_compression' from source: unknown 7519 1726888143.89076: variable 'ansible_shell_type' from source: unknown 7519 1726888143.89083: variable 'ansible_shell_executable' from source: unknown 7519 1726888143.89089: variable 'ansible_host' from source: host vars for 'managed_node3' 7519 1726888143.89096: variable 'ansible_pipelining' from source: unknown 7519 1726888143.89104: variable 'ansible_timeout' from source: unknown 7519 1726888143.89118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7519 1726888143.89275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.89289: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888143.89299: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888143.89309: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888143.89327: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888143.89342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.89354: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.89367: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.89408: 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) 7519 1726888143.89486: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888143.89495: variable 'omit' from source: magic vars 7519 1726888143.89504: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888143.89506: starting attempt loop 7519 1726888143.89509: running the handler 7519 1726888143.89521: _low_level_execute_command(): starting 7519 1726888143.89537: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888143.89540: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888143.89605: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.89609: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent <<< 7519 1726888143.89640: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 7519 1726888143.89944: stdout chunk (state=3): >>>ansible-tmp-1726888143.826431-8192-175936232107423=/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423 <<< 7519 1726888143.90130: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.90133: stdout chunk (state=3): >>><<< 7519 1726888143.90135: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'ansible-tmp-1726888143.826431-8192-175936232107423=/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.90353: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888143.826431-8192-175936232107423=/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.90357: evaluation_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks 7519 1726888143.90360: search_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tlog-rec-session.conf 7519 1726888143.90363: variable 'ansible_search_path' from source: unknown 7519 1726888143.91200: variable 'ansible_managed' from source: unknown 7519 1726888143.91278: stdout chunk (state=3): >>>/root <<< 7519 1726888143.91282: variable '__tlog_writer' from source: role '' all vars 7519 1726888143.91489: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.91493: stdout chunk (state=3): >>><<< 7519 1726888143.91495: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.91625: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.91631: _low_level_execute_command(): starting 7519 1726888143.91634: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527 `" && echo ansible-tmp-1726888143.9152577-8194-177571241700527="` echo /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527 `" ) && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527 `" && echo ansible-tmp-1726888143.9152577-8194-177571241700527="` echo /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527 `" ) && sleep 0'"'"'' 7519 1726888143.91943: 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.91960: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.92052: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888143.92249: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent <<< 7519 1726888143.92336: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.92991: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.93052: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.93064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.93078: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.93087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.93127: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888143.93156: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888143.93163: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888143.93172: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.93180: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.93189: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.93197: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.93269: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888143.93277: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888143.93284: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888143.93292: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.93302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888143.93320: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.93325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.93334: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888143.93341: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888143.93347: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888143.93355: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888143.93366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888143.93375: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888143.93386: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.93426: 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__) 7519 1726888143.93718: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888143.93726: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.93835: stdout chunk (state=3): >>>/root <<< 7519 1726888143.93945: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.94021: stderr chunk (state=3): >>><<< 7519 1726888143.94026: stdout chunk (state=3): >>><<< 7519 1726888143.94038: variable 'ansible_module_compression' from source: unknown <10.31.43.94> (0, b'/root\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.94097: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.94100: _low_level_execute_command(): starting 7519 1726888143.94102: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839 `" && echo ansible-tmp-1726888143.9405909-8199-109996435310839="` echo /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839 `" ) && sleep 0' 7519 1726888143.94105: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888143.94183: variable 'ansible_facts' from source: host vars for 'managed_node1' <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839 `" && echo ansible-tmp-1726888143.9405909-8199-109996435310839="` echo /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839 `" ) && sleep 0'"'"'' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 7519 1726888143.94212: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwj3l5mpj TO /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888143.94893: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888143.94897: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888143.94940: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888143.94944: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888143.94947: 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.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888143.95012: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888143.95019: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.95025: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888143.95040: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888143.95091: Sending initial data 7519 1726888143.95094: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.95096: Sent initial data (150 bytes) 7519 1726888143.95553: stdout chunk (state=3): >>>ansible-tmp-1726888143.9152577-8194-177571241700527=/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527 <<< 7519 1726888143.95776: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.95779: stdout chunk (state=3): >>><<< 7519 1726888143.95783: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'ansible-tmp-1726888143.9152577-8194-177571241700527=/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.96003: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888143.9152577-8194-177571241700527=/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.96007: evaluation_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks 7519 1726888143.96010: search_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tlog-rec-session.conf 7519 1726888143.96013: variable 'ansible_search_path' from source: unknown 7519 1726888143.96477: variable 'ansible_managed' from source: unknown 7519 1726888143.96488: variable '__tlog_writer' from source: role '' all vars 7519 1726888143.97156: stdout chunk (state=3): >>>ansible-tmp-1726888143.9405909-8199-109996435310839=/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839 <<< 7519 1726888143.97330: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888143.97336: stdout chunk (state=3): >>><<< 7519 1726888143.97345: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'ansible-tmp-1726888143.9405909-8199-109996435310839=/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888143.97538: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888143.9405909-8199-109996435310839=/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839 , 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888143.97541: evaluation_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks 7519 1726888143.97545: search_path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/templates/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/templates/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/templates/tlog-rec-session.conf /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tlog-rec-session.conf 7519 1726888143.97547: variable 'ansible_search_path' from source: unknown 7519 1726888143.97602: 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__) 7519 1726888143.98084: variable 'ansible_managed' from source: unknown 7519 1726888143.98103: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888143.98106: variable '__tlog_writer' from source: role '' all vars 7519 1726888143.98109: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888143.98140: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888143.98152: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888143.98163: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888143.98174: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888143.98211: variable 'ansible_module_compression' from source: unknown 7519 1726888143.98346: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888143.98349: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888143.98427: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7519 1726888143.98564: variable 'ansible_facts' from source: host vars for 'managed_node2' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 7519 1726888143.98943: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjbn7k4jt TO /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888143.99535: Sending initial data 7519 1726888143.99545: Sent initial data (151 bytes) 7519 1726888143.99905: 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__) 7519 1726888144.00075: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888144.00105: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888144.00150: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwj3l5mpj debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888144.00154: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwj3l5mpj /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py <<< 7519 1726888144.00175: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py M:0x001a <<< 7519 1726888144.00227: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119329 <<< 7519 1726888144.00711: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.00728: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.00745: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.00763: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.00774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.00817: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888144.00832: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.00847: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.00858: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.00870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.00881: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.00892: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.00909: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.00925: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888144.00938: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.00953: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.00966: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.00980: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.00990: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.01001: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888144.01011: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.01021: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.01041: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.01066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.01084: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.01096: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.01165: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.01184: variable 'ansible_module_compression' from source: unknown 7519 1726888144.01187: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.01199: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.01214: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.01230: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.01241: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.01255: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.01269: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.01311: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888144.01314: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119329 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888144.01335: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.01356: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888144.01406: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.01443: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.01831: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7519 1726888144.01835: stderr chunk (state=3): >>><<< 7519 1726888144.01838: stdout chunk (state=3): >>><<< 7519 1726888144.01842: variable 'ansible_facts' from source: host vars for 'managed_node3' <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwj3l5mpj /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpwj3l5mpj\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119329\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119329 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888144.01853: done transferring module to remote 7519 1726888144.01856: _low_level_execute_command(): starting 7519 1726888144.01859: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py && sleep 0'"'"'' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 7519 1726888144.02154: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6q2i1cq5 TO /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888144.03257: 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 <<< 7519 1726888144.03283: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888144.03309: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888144.03364: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjbn7k4jt debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888144.03370: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjbn7k4jt /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py <<< 7519 1726888144.03407: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py M:0x001a <<< 7519 1726888144.03760: Sending initial data 7519 1726888144.03764: Sent initial data (151 bytes) 7519 1726888144.04060: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119330 <<< 7519 1726888144.04556: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119330 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888144.04750: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888144.04971: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.05119: stderr chunk (state=3): >>><<< 7519 1726888144.05127: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjbn7k4jt /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpjbn7k4jt\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119330\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119330 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888144.05136: done transferring module to remote 7519 1726888144.05139: _low_level_execute_command(): starting 7519 1726888144.05141: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888144.05826: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.05844: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.05903: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.05927: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.05946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.06011: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888144.06131: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.06145: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.06159: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.06171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.06185: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.06198: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.06214: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.06238: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888144.06251: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.06264: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.06278: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.06295: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.06309: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.06324: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888144.06347: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.06360: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.06373: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.06385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.06398: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.06411: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.06500: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.06781: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.06797: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.06817: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.06833: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.06845: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.06856: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.06866: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.06998: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888144.07015: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.07115: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.07308: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.07449: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.07466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.07483: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.07498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.07551: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888144.07563: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.07566: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.07578: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.07592: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.07611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.07638: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.07665: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.07680: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.07683: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.07695: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.07698: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888144.07702: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.07713: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.07716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.07732: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.07747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.07770: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.07824: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888144.07838: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.07841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.07843: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.07855: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.07859: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888144.07862: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.07864: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.07871: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.07881: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.07887: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.07889: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888144.07900: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.07904: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.07915: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.07918: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.07927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.07940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.07953: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.07956: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.07959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.07964: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888144.07975: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.07978: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.07981: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.07983: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.08016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.08039: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.08051: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.08083: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.08119: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.08138: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.08152: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.08181: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.08233: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.08247: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.08260: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.08273: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.08282: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.08295: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.08297: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888144.08309: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.08330: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.08333: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.08345: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.08351: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.08354: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.08375: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888144.08388: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.08401: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.08485: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.09165: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.09169: stdout chunk (state=3): >>><<< 7519 1726888144.09171: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888144.09178: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888144.09180: _low_level_execute_command(): starting 7519 1726888144.09182: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888144.10292: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.10296: stdout chunk (state=3): >>><<< 7519 1726888144.10300: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888144.10426: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888144.10432: _low_level_execute_command(): starting 7519 1726888144.10434: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888144.10661: 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 <<< 7519 1726888144.10673: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888144.10728: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888144.10843: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6q2i1cq5 debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888144.10847: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6q2i1cq5 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py <<< 7519 1726888144.10892: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py M:0x001a <<< 7519 1726888144.11490: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.11535: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119330 <<< 7519 1726888144.11623: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.11647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.11672: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.11686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.11729: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888144.11746: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.11757: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.11776: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.11790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.11806: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.11819: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.11836: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.11848: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888144.11894: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.11907: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.11921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.11939: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.11952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.11971: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888144.11982: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.11992: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.12004: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.12016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.12033: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.12045: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.12110: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119330 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888144.12160: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888144.12185: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.12246: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.12258: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.12293: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.12313: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.12355: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.12367: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.12377: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.12386: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.12401: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888144.12436: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.12644: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.12696: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.12710: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.12735: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.12763: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.12777: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.12816: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888144.12831: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.12842: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.12868: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.12882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.12896: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.12907: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.12922: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.12936: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888144.12946: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.12963: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.12984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.13002: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.13014: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.13027: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888144.13038: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.13048: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.13060: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.13077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.13096: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.13112: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.13192: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.13215: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.13232: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.13257: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.13273: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.13283: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.13295: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.13311: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.13330: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888144.13350: stderr chunk (state=3): >>><<< 7519 1726888144.13354: stdout chunk (state=3): >>><<< 7519 1726888144.13367: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6q2i1cq5 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp6q2i1cq5\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119330\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119330 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888144.13578: done transferring module to remote 7519 1726888144.13582: _low_level_execute_command(): starting 7519 1726888144.13586: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888144.13645: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888144.14368: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.14385: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.14400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.14425: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.14447: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.14518: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888144.14534: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.14548: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.14563: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.14576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.14597: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.14609: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.14750: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888144.14754: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888144.14756: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.14760: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888144.14762: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.14764: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.14767: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888144.14772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.14774: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.14779: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888144.14781: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.14936: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888144.14939: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888144.14942: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.14944: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888144.14946: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.14948: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.14954: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.14957: 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' <<< 7519 1726888144.14959: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.14963: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888144.14965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888144.14967: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.14992: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3dc0> <<< 7519 1726888144.15066: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888144.15069: 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 0x7f0c6e5983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3b20> <<< 7519 1726888144.15072: 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' <<< 7519 1726888144.15078: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3ac0> <<< 7519 1726888144.15097: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888144.15119: 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' <<< 7519 1726888144.15137: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598490> <<< 7519 1726888144.15160: 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' <<< 7519 1726888144.15205: 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' <<< 7519 1726888144.15214: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598940> <<< 7519 1726888144.15234: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598670> <<< 7519 1726888144.15270: 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' <<< 7519 1726888144.15308: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888144.15317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888144.15346: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888144.15352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888144.15381: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f190> <<< 7519 1726888144.15414: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888144.15425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888144.15445: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.15456: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.15463: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.15498: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.15531: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888144.15558: stdout chunk (state=3): >>># 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 0x7f0c6e572850> <<< 7519 1726888144.15565: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f940> <<< 7519 1726888144.15594: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.15611: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5b0880> <<< 7519 1726888144.15638: 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 0x7f0c6e548d90> <<< 7519 1726888144.15646: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.15702: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888144.15711: 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 0x7f0c6e572d90> <<< 7519 1726888144.15735: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.15775: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888144.15792: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888144.15803: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598970> 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. <<< 7519 1726888144.15833: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888144.15872: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888144.15881: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.15895: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888144.15943: 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' <<< 7519 1726888144.15998: stdout chunk (state=3): >>># /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' # <<< 7519 1726888144.16019: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43dc0> <<< 7519 1726888144.16069: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43b20> <<< 7519 1726888144.16146: 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 0x7f21e7a43ac0> <<< 7519 1726888144.16241: stdout chunk (state=3): >>>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 0x7f21e77d8490> # /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' <<< 7519 1726888144.16286: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8670> # /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888144.16361: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.16391: 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 # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f190> <<< 7519 1726888144.16411: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888144.16418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888144.16454: 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' # /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 0x7f0c6e4eeeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f1f40> # /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 0x7f0c6e4e7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ed640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ee370> # /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 <<< 7519 1726888144.16483: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f220> <<< 7519 1726888144.16574: 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' <<< 7519 1726888144.16662: 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' <<< 7519 1726888144.16670: 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 0x7f21e77b2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77f0880> # /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 0x7f21e7788d90> # /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 0x7f21e77b2d90> <<< 7519 1726888144.16676: 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 0x7f0c6e470d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470850> 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 0x7f0c6e470e50> # /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 0x7f0c6e470f10> <<< 7519 1726888144.16706: 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 0x7f0c6e470e20> import '_collections' # <<< 7519 1726888144.16741: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8970> <<< 7519 1726888144.16744: 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. <<< 7519 1726888144.16747: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c9cd0> <<< 7519 1726888144.16756: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c25b0> <<< 7519 1726888144.16851: 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 0x7f0c6e4d6610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5dc0> <<< 7519 1726888144.16860: 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' # 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 0x7f0c6e482c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c91f0> <<< 7519 1726888144.16873: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.16921: 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 0x7f0c6e4d6220> <<< 7519 1726888144.17075: 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' <<< 7519 1726888144.17080: 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 # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772deb0> <<< 7519 1726888144.17127: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7731f40> <<< 7519 1726888144.17154: 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' <<< 7519 1726888144.17162: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888144.17239: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4fb970> # /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 0x7f0c6e482f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482d30> # /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 0x7f0c6e482ca0> # /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 <<< 7519 1726888144.17287: 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' # /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 0x7f21e7727610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772f640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772d370> <<< 7519 1726888144.17291: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888144.17294: stdout chunk (state=3): >>># 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 0x7f0c6e456310> # /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' <<< 7519 1726888144.17297: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e456400> <<< 7519 1726888144.17324: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.17347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888144.17372: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888144.17415: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e48cf40> <<< 7519 1726888144.17462: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4849d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484520> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888144.17492: 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' <<< 7519 1726888144.17511: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.17603: 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 0x7f21e76b0d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0850> 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 0x7f21e76b0e50> # /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 0x7f21e76b0f10> # /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 0x7f21e76b0e20> import '_collections' # <<< 7519 1726888144.17606: stdout chunk (state=3): >>># 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 0x7f0c6e16e160> <<< 7519 1726888144.17615: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e440dc0> <<< 7519 1726888144.17653: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7709cd0> import '_functools' # <<< 7519 1726888144.17706: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5fa0> # /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' <<< 7519 1726888144.17758: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77035b0> <<< 7519 1726888144.17895: 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 0x7f21e7716610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735dc0> # /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 0x7f21e76c2c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77091f0> # 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 0x7f21e7716220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e773b970> # /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' <<< 7519 1726888144.17925: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e180a90> 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 0x7f0c6e180dc0> # /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 0x7f0c6e1926d0> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888144.17937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e192c10> <<< 7519 1726888144.18011: 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' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2d30> <<< 7519 1726888144.18022: 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 0x7f21e76c2ca0> # /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' <<< 7519 1726888144.18055: 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 0x7f0c6e11f340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e180eb0> # /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' <<< 7519 1726888144.18062: 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 0x7f0c6e130220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e192550> import 'pwd' # <<< 7519 1726888144.18087: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888144.18141: 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 0x7f0c6e1302e0> <<< 7519 1726888144.18182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888144.18189: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482970> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888144.18198: stdout chunk (state=3): >>># 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' <<< 7519 1726888144.18207: 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 0x7f21e7697310> # /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 0x7f21e7697400> <<< 7519 1726888144.18249: 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 0x7f0c6e14c640> <<< 7519 1726888144.18255: 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' <<< 7519 1726888144.18298: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76cdf40> <<< 7519 1726888144.18368: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c49d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4520> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888144.18374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888144.18377: 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 0x7f0c6e14c910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c700> <<< 7519 1726888144.18410: 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 0x7f0c6e14c7f0> # /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' <<< 7519 1726888144.18414: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888144.18454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888144.18478: 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 0x7f21e75bf160> <<< 7519 1726888144.18488: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7680dc0> <<< 7519 1726888144.18563: 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 0x7f0c6e14cc40> <<< 7519 1726888144.18631: 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 0x7f0c6e15a190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e13f9d0> <<< 7519 1726888144.18661: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735fa0> # /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 0x7f21e75d0a90> 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 0x7f21e75d0dc0> <<< 7519 1726888144.18715: 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' <<< 7519 1726888144.18725: 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 0x7f21e75e46d0> <<< 7519 1726888144.18744: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482550> <<< 7519 1726888144.18749: stdout chunk (state=3): >>># /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 0x7f0c6e14ca30> <<< 7519 1726888144.18766: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888144.18773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888144.18802: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e4c10> <<< 7519 1726888144.18868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c6e074610> <<< 7519 1726888144.18884: 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 0x7f21e7570340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75d0eb0> # /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' <<< 7519 1726888144.18953: 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 0x7f21e7580220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e4550> import 'pwd' # <<< 7519 1726888144.18970: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe <<< 7519 1726888144.18976: 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 0x7f21e75802e0> <<< 7519 1726888144.18992: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7519 1726888144.19009: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2970> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888144.19078: stdout chunk (state=3): >>># 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' <<< 7519 1726888144.19178: stderr chunk (state=3): >>><<< 7519 1726888144.19184: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available <<< 7519 1726888144.19187: stdout chunk (state=3): >>><<< 7519 1726888144.19190: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.19232: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available <<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888144.19242: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.19245: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888144.19247: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888144.19251: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.19384: _low_level_execute_command(): starting 7519 1726888144.19388: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_stat.py && sleep 0'"'"'' 7519 1726888144.19446: 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 0x7f21e759c640> # /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 0x7f21e759c910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c700> <<< 7519 1726888144.19728: 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 0x7f21e759c7f0> # /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 0x7f21e759cc40> # 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 0x7f21e75aa190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e758f9d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2550> # /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 0x7f21e759ca30> <<< 7519 1726888144.19903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f21e74ca610> <<< 7519 1726888144.20120: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available <<< 7519 1726888144.20164: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.20218: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py <<< 7519 1726888144.20254: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.20270: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888144.20273: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.20468: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.20492: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.20509: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.20541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.20561: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.20591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.20644: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888144.20658: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.20671: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.20685: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.20709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.20732: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.20745: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.20761: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.20773: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888144.20783: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.20794: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.20815: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.20837: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.20850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.20862: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888144.20872: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.20881: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.20893: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.20905: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.20931: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.20944: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.21019: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.21052: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.21071: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.21103: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.21131: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.21158: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.21177: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.21195: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.21221: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888144.21274: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.21330: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.21414: 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 0x7f0c6df9b760> <<< 7519 1726888144.21492: 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' <<< 7519 1726888144.21495: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7519 1726888144.21520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7519 1726888144.21526: 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' # 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 0x7f0c6df9b160> <<< 7519 1726888144.21561: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b280> <<< 7519 1726888144.21616: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9beb0> # /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' <<< 7519 1726888144.21669: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9bfa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9bcd0> import 'atexit' # <<< 7519 1726888144.21712: 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 0x7f0c6df9bf10> <<< 7519 1726888144.21745: stdout chunk (state=3): >>># /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' <<< 7519 1726888144.21796: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b100> <<< 7519 1726888144.21824: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888144.21830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888144.21839: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888144.21863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888144.21887: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7519 1726888144.21892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7519 1726888144.21954: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d9ade80> <<< 7519 1726888144.21990: 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 0x7f0c6d9cdfa0> <<< 7519 1726888144.22019: 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 0x7f0c6d9cddc0> <<< 7519 1726888144.22036: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888144.22072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888144.22118: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d9cd430> <<< 7519 1726888144.22121: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e002dc0> <<< 7519 1726888144.22198: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.22313: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e0023d0> <<< 7519 1726888144.22317: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7519 1726888144.22352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e002f10> # /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' <<< 7519 1726888144.22386: 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' <<< 7519 1726888144.22405: stdout chunk (state=3): >>># /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' <<< 7519 1726888144.22441: 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 0x7f0c6dfd1b50> <<< 7519 1726888144.22522: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6cc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6c340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa1430> <<< 7519 1726888144.22560: 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 0x7f0c6df6c460> <<< 7519 1726888144.22588: 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 0x7f0c6df6c490> <<< 7519 1726888144.22615: 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' <<< 7519 1726888144.22643: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888144.22666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888144.22743: 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 0x7f0c6d98f130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2190> <<< 7519 1726888144.22764: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888144.22786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888144.22837: 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 0x7f0c6d99b940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2310> <<< 7519 1726888144.22851: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888144.22896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.22929: 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' # <<< 7519 1726888144.22980: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dffbcd0> <<< 7519 1726888144.23106: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d99b8e0> <<< 7519 1726888144.23375: 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 0x7f21e73f1760> <<< 7519 1726888144.23407: 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' <<< 7519 1726888144.23412: 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' # /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' <<< 7519 1726888144.23415: 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 0x7f21e73f1160> <<< 7519 1726888144.23462: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1280> <<< 7519 1726888144.23466: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1eb0> <<< 7519 1726888144.23487: 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' <<< 7519 1726888144.23491: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1fa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1cd0> import 'atexit' # <<< 7519 1726888144.23493: 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 0x7f21e73f1f10> <<< 7519 1726888144.23495: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888144.23498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888144.23651: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1100> <<< 7519 1726888144.23655: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888144.23657: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.23660: 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' <<< 7519 1726888144.23694: 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 0x7f0c6d99b730> # 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 0x7f0c6d99a6d0> # 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 0x7f0c6d99a610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfdb880> # /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 0x7f0c6df65640> <<< 7519 1726888144.23700: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7347e80> <<< 7519 1726888144.23772: 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 0x7f0c6df63a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df720d0> # 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 0x7f0c6df650a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa79a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888144.23776: 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 0x7f21e7367fa0> <<< 7519 1726888144.23779: 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 0x7f21e7367dc0> <<< 7519 1726888144.23859: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888144.23876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888144.23879: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7367430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7458dc0> <<< 7519 1726888144.23894: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888144.23975: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.24036: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74583d0> <<< 7519 1726888144.24086: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888144.24090: 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 0x7f21e7458f10> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888144.24092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888144.24152: stdout chunk (state=3): >>>import '_thread' # <<< 7519 1726888144.24157: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7519 1726888144.24164: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.24177: 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' <<< 7519 1726888144.24192: stdout chunk (state=3): >>># /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 0x7f21e7427b50> <<< 7519 1726888144.24269: stdout chunk (state=3): >>>import '_io' # <<< 7519 1726888144.24272: stdout chunk (state=3): >>>import 'marshal' # <<< 7519 1726888144.24275: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f6430> <<< 7519 1726888144.24325: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888144.24329: 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 0x7f21e73c3460> <<< 7519 1726888144.24380: 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 0x7f21e73c3490> <<< 7519 1726888144.24397: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888144.24400: 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' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888144.24404: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888144.24407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888144.24442: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888144.24463: stdout chunk (state=3): >>>import 'zipimport' # <<< 7519 1726888144.24478: stdout chunk (state=3): >>># installed zipimport hook <<< 7519 1726888144.24481: 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 0x7f21e732a130> <<< 7519 1726888144.24513: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439190> # /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' <<< 7519 1726888144.24548: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888144.24564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.24567: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.24594: 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 0x7f21e7336940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439310> <<< 7519 1726888144.24598: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888144.24600: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888144.24691: stdout chunk (state=3): >>># 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' # <<< 7519 1726888144.24694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888144.24729: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1edc0> <<< 7519 1726888144.24732: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7451cd0> <<< 7519 1726888144.24805: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888144.24845: 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 0x7f1924ec33a0> <<< 7519 1726888144.24866: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73368e0> <<< 7519 1726888144.24959: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1eb20> <<< 7519 1726888144.24964: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py <<< 7519 1726888144.24967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc'<<< 7519 1726888144.24969: stdout chunk (state=3): >>> <<< 7519 1726888144.24973: 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 0x7f21e7336730> <<< 7519 1726888144.25013: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1eac0> <<< 7519 1726888144.25019: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888144.25314: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/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' <<< 7519 1726888144.25320: 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' <<< 7519 1726888144.25325: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3490> # /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py <<< 7519 1726888144.25328: 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 0x7f0c6d96afa0> <<< 7519 1726888144.25330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7519 1726888144.25432: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7519 1726888144.25487: 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 0x7f0c6d95fd90> <<< 7519 1726888144.25545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7519 1726888144.25558: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d5815e0> <<< 7519 1726888144.25563: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888144.25566: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3940> <<< 7519 1726888144.25568: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888144.25570: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3670> <<< 7519 1726888144.25572: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888144.25574: 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 0x7f21e73356d0> # 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 0x7f21e7335610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7431880> # /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 0x7f21e73bb640> # 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 0x7f21e73baa60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c90d0> <<< 7519 1726888144.25582: 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 0x7f21e73bb0a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73fd9a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7519 1726888144.25584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888144.25726: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.25732: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888144.25735: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.25737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888144.25744: 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' <<< 7519 1726888144.25747: 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' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df589a0> # zipimport: zlib available <<< 7519 1726888144.25750: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a190> <<< 7519 1726888144.25752: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888144.25754: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888144.25756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888144.25758: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.25760: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.25845: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a220> <<< 7519 1726888144.25876: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7519 1726888144.25898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7519 1726888144.26064: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888144.26074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' <<< 7519 1726888144.26082: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.26149: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e9d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924edb880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py <<< 7519 1726888144.26162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e73d90> <<< 7519 1726888144.26197: 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' <<< 7519 1726888144.26231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.26235: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e9dd90> <<< 7519 1726888144.26309: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3970> <<< 7519 1726888144.26337: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.26378: 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. <<< 7519 1726888144.26382: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.26447: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 7519 1726888144.26483: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.26535: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888144.26539: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.26571: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.26847: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888144.26852: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.26855: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888144.26861: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.26864: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888144.26866: 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' <<< 7519 1726888144.26868: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.26873: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888144.26875: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888144.26877: 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 <<< 7519 1726888144.26880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.26883: 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 0x7f21e6dfefa0> <<< 7519 1726888144.26886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888144.26888: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888144.26890: 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 0x7f21e6ddfd90> <<< 7519 1726888144.26892: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69d85e0> <<< 7519 1726888144.27020: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.27102: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7519 1726888144.27110: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7519 1726888144.27203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd3eb0> <<< 7519 1726888144.27210: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd6f40> <<< 7519 1726888144.27218: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888144.27225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7519 1726888144.27265: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888144.27273: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.27520: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888144.27530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888144.27534: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888144.27540: 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' # /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' <<< 7519 1726888144.27542: 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' <<< 7519 1726888144.27699: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9e4c0> # zipimport: zlib available <<< 7519 1726888144.27765: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73af9a0> # zipimport: zlib available <<< 7519 1726888144.27768: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bcc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd2640> <<< 7519 1726888144.27779: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd3370> <<< 7519 1726888144.27784: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.27787: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888144.27791: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/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_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888144.27795: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.27797: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888144.27803: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.27808: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888144.27810: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.27915: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28202: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28228: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.28233: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28236: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.28240: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7519 1726888144.28242: 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 <<< 7519 1726888144.28247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.28254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7519 1726888144.28443: 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 0x7f1924b55d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55880> <<< 7519 1726888144.28488: 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 0x7f0c6dfedbe0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d558df0> <<< 7519 1726888144.28541: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888144.28550: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28558: 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 0x7f1924b55e80> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888144.28562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888144.28564: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55f40> <<< 7519 1726888144.28567: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28572: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7519 1726888144.28579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' <<< 7519 1726888144.28583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28855: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28860: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28866: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28868: 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' <<< 7519 1726888144.28870: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888144.28878: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888144.28880: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55e50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924baed00> <<< 7519 1726888144.28882: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888144.28885: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888144.28887: 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 <<< 7519 1726888144.28889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888144.28895: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28897: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d95be80> <<< 7519 1726888144.28899: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ba75e0> <<< 7519 1726888144.28903: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d953b20> <<< 7519 1726888144.28906: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888144.28908: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfeb8e0> <<< 7519 1726888144.28910: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.28913: 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 0x7f1924bbb640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdadf0> <<< 7519 1726888144.28917: 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' <<< 7519 1726888144.29235: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7519 1726888144.29239: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888144.29241: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888144.29244: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py <<< 7519 1726888144.29249: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.29251: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.29303: 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 0x7f1924b67c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bae220> # 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 0x7f1924bbb250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924be09a0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888144.29307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888144.29314: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.29320: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888144.29325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888144.29329: 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' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67d60> # /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 0x7f1924b67cd0> <<< 7519 1726888144.29331: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.29333: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f54c0> # zipimport: zlib available <<< 7519 1726888144.29496: 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' # /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' <<< 7519 1726888144.29499: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.29503: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/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_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888144.29506: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888144.29512: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888144.29515: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888144.29519: stdout chunk (state=3): >>># 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' <<< 7519 1726888144.29525: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.29528: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b3b340> <<< 7519 1726888144.29530: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.29532: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888144.29535: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888144.29540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888144.29544: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.29549: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.29554: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.29556: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b3b430> <<< 7519 1726888144.29560: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.29563: 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 <<< 7519 1726888144.29566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.29568: 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 0x7f21e7443be0> <<< 7519 1726888144.29570: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69aedf0> <<< 7519 1726888144.29905: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888144.29909: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b6ff70> <<< 7519 1726888144.29913: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.30080: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69a00> <<< 7519 1726888144.30126: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b694c0> <<< 7519 1726888144.30202: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888144.30210: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.30217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888144.30363: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888144.30374: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.30378: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.30383: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.30385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' <<< 7519 1726888144.30391: 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' <<< 7519 1726888144.30395: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a88190> <<< 7519 1726888144.30397: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888144.30400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888144.30404: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888144.30406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888144.30408: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b25cd0> <<< 7519 1726888144.30410: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6ddbe80> <<< 7519 1726888144.30413: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6dd4b20> <<< 7519 1726888144.30418: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69e80> <<< 7519 1726888144.30421: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdafd0> <<< 7519 1726888144.30425: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888144.30428: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74418e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888144.30432: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.30434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888144.30439: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py <<< 7519 1726888144.30442: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py <<< 7519 1726888144.30444: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888144.30447: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tlog/tlog-rec-session.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2771, "inode": 522190981, "dev": 51713, "nlink": 1, "atime": 1726888116.9213352, "mtime": 1707324063.0, "ctime": 1726888118.1133506, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "mimetype": "text/plain", "charset": "us-ascii", "version": "4037453284", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tlog/tlog-rec-session.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7519 1726888144.30450: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888144.30545: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888144.30548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' <<< 7519 1726888144.30553: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a9aac0> 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 0x7f1924a9adf0> <<< 7519 1726888144.30556: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.30560: 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' # /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 0x7f1924aac700> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888144.30562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888144.30564: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aacc40> <<< 7519 1726888144.30570: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.30865: 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 0x7f1924a3a370> <<< 7519 1726888144.30891: 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<<< 7519 1726888144.30896: stdout chunk (state=3): >>> # 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 <<< 7519 1726888144.30901: stdout chunk (state=3): >>># 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 gc <<< 7519 1726888144.30904: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888144.30908: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a9aee0> # /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 0x7f1924a4a250> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aac580> import 'pwd' # <<< 7519 1726888144.30911: 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 0x7f1924a4a310> <<< 7519 1726888144.30917: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b679a0> <<< 7519 1726888144.31779: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888144.31786: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888144.31792: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888144.31795: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888144.31798: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7519 1726888144.31801: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings <<< 7519 1726888144.31804: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888144.31807: stdout chunk (state=3): >>># destroy array <<< 7519 1726888144.31810: stdout chunk (state=3): >>># destroy datetime <<< 7519 1726888144.31812: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888144.31815: stdout chunk (state=3): >>># cleanup[3] wiping gc # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 7519 1726888144.31821: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 7519 1726888144.31865: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.31882: 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 <<< 7519 1726888144.31889: stdout chunk (state=3): >>># cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib <<< 7519 1726888144.31892: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.31894: stdout chunk (state=3): >>># destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools <<< 7519 1726888144.31897: 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 <<< 7519 1726888144.31899: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale <<< 7519 1726888144.31901: stdout chunk (state=3): >>># cleanup[3] wiping os # cleanup[3] wiping os.path <<< 7519 1726888144.31904: stdout chunk (state=3): >>># destroy genericpath <<< 7519 1726888144.31907: stdout chunk (state=3): >>># cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 7519 1726888144.31910: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.31913: stdout chunk (state=3): >>># cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7519 1726888144.31920: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.31926: stdout chunk (state=3): >>># /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 0x7f1924a66670> # /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 0x7f1924a66940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a66730> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.31930: 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 0x7f1924a66820> # /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 0x7f1924a66c70> # 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 0x7f1924a741c0> <<< 7519 1726888144.31940: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat <<< 7519 1726888144.31944: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors <<< 7519 1726888144.31954: stdout chunk (state=3): >>># destroy select <<< 7519 1726888144.31961: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888144.31963: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a668b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a59a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67580> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888144.31965: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888144.31970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888144.31972: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a66a60> <<< 7519 1726888144.31975: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tlog/tlog-rec-session.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2771, "inode": 2478266, "dev": 51713, "nlink": 1, "atime": 1726888106.9879901, "mtime": 1707324063.0, "ctime": 1726888107.328991, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "mimetype": "text/plain", "charset": "us-ascii", "version": "1621767277", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tlog/tlog-rec-session.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7519 1726888144.31980: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888144.32009: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888144.32205: stderr chunk (state=3): >>><<< 7519 1726888144.32209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f192498e640> <<< 7519 1726888144.32222: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5983a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e572850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5b0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e548d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e572d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4eeeb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f1f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4e7610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ed640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ee370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e470d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c9cd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c25b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4d6610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e482c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c91f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e4d6220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4fb970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e456310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e456400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e48cf40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4849d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e16e160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e440dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e180a90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e180dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e1926d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e192c10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e11f340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e180eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e130220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e192550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e1302e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14c7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e14cc40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6e15a190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e13f9d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14ca30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c6e074610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df9b160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9beb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9bfa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9bcd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df9bf10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d9ade80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d9cdfa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d9cddc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d9cd430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e002dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e0023d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e002f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfd1b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6cc70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6c340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa1430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df6c460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6c490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d98f130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99b940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dffbcd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d99b8e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99b730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99a6d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d99a610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfdb880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df65640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df63a60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df720d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6df650a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa79a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6d96afa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d95fd90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d5815e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df589a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9e4c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c6dfedbe0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d558df0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d95be80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d953b20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfeb8e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'gc\' # \r\n\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/tlog/tlog-rec-session.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2771, "inode": 522190981, "dev": 51713, "nlink": 1, "atime": 1726888116.9213352, "mtime": 1707324063.0, "ctime": 1726888118.1133506, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "mimetype": "text/plain", "charset": "us-ascii", "version": "4037453284", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tlog/tlog-rec-session.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888144.32842: _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 0x7f0c6e5f3dc0> # /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 0x7f0c6e5983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5f3b20> # /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 0x7f0c6e5f3ac0> 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 0x7f0c6e598490> # /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 0x7f0c6e598940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598670> # /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 0x7f0c6e54f190> # /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 0x7f0c6e54f220> # /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 0x7f0c6e572850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e54f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e5b0880> # /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 0x7f0c6e548d90> # /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 0x7f0c6e572d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e598970> 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 0x7f0c6e4eeeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f1f40> # /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 0x7f0c6e4e7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ed640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4ee370> # /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 0x7f0c6e470d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e470850> 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 0x7f0c6e470e50> # /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 0x7f0c6e470f10> # /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 0x7f0c6e470e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c9cd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c25b0> # /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 0x7f0c6e4d6610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5dc0> # /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 0x7f0c6e482c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4c91f0> # 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 0x7f0c6e4d6220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4fb970> # /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 0x7f0c6e482f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482d30> # /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 0x7f0c6e482ca0> # /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 0x7f0c6e456310> # /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 0x7f0c6e456400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e48cf40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4849d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484520> # /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 0x7f0c6e16e160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e440dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e484e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e4f5fa0> # /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 0x7f0c6e180a90> 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 0x7f0c6e180dc0> # /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 0x7f0c6e1926d0> # /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 0x7f0c6e192c10> # 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 0x7f0c6e11f340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e180eb0> # /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 0x7f0c6e130220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e192550> 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 0x7f0c6e1302e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482970> # /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 0x7f0c6e14c640> # /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 0x7f0c6e14c910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c700> # 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 0x7f0c6e14c7f0> # /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 0x7f0c6e14cc40> # 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 0x7f0c6e15a190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e14c880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e13f9d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e482550> # /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 0x7f0c6e14ca30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c6e074610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_x0av27s4/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/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 0x7f0c6df9b760> # /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 0x7f0c6df9b160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9b280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9beb0> # /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 0x7f0c6df9bfa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df9bcd0> 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 0x7f0c6df9bf10> # /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 0x7f0c6df9b100> # /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 0x7f0c6d9ade80> # 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 0x7f0c6d9cdfa0> # 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 0x7f0c6d9cddc0> # /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 0x7f0c6d9cd430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e002dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6e0023d0> # /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 0x7f0c6e002f10> # /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 0x7f0c6dfd1b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6cc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df6c340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa1430> # 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 0x7f0c6df6c460> # /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 0x7f0c6df6c490> # /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 0x7f0c6d98f130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2190> # /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 0x7f0c6d99b940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfe2310> # /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 0x7f0c6dffbcd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d99b8e0> # 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 0x7f0c6d99b730> # 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 0x7f0c6d99a6d0> # 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 0x7f0c6d99a610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfdb880> # /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 0x7f0c6df65640> # 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 0x7f0c6df63a60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6df720d0> # 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 0x7f0c6df650a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfa79a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/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_x0av27s4/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_x0av27s4/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_x0av27s4/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 0x7f0c6d96afa0> # /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 0x7f0c6d95fd90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d5815e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/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 0x7f0c6df589a0> # 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_x0av27s4/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_x0av27s4/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_x0av27s4/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_x0av27s4/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_x0av27s4/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 0x7f0c6df9e4c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/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_x0av27s4/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_x0av27s4/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_x0av27s4/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 0x7f0c6dfedbe0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d558df0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/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 0x7f0c6d95be80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6d953b20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c6dfeb8e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_x0av27s4/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_x0av27s4/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_x0av27s4/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_x0av27s4/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_x0av27s4/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'gc' # {"changed": false, "stat": {"exists": true, "path": "/etc/tlog/tlog-rec-session.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2771, "inode": 522190981, "dev": 51713, "nlink": 1, "atime": 1726888116.9213352, "mtime": 1707324063.0, "ctime": 1726888118.1133506, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "mimetype": "text/plain", "charset": "us-ascii", "version": "4037453284", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tlog/tlog-rec-session.conf", "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 # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888144.34171: 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 # clear sys.path_importer_cache <<< 7519 1726888144.34177: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.34181: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available <<< 7519 1726888144.34185: stdout chunk (state=3): >>># 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 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 <<< 7519 1726888144.34704: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/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_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888144.34708: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888144.35212: stdout chunk (state=3): >>># cleanup[3] wiping gc # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 7519 1726888144.35220: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 7519 1726888144.35227: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.35231: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re <<< 7519 1726888144.35234: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tlog/tlog-rec-session.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888143.9152577-8194-177571241700527/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7519 1726888144.35238: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.35240: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.35243: variable 'ansible_module_compression' from source: unknown 7519 1726888144.35246: 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 <<< 7519 1726888144.35249: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.35252: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7519 1726888144.35259: variable 'ansible_facts' from source: host vars for 'managed_node2' 7519 1726888144.35262: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7519 1726888144.35265: stdout chunk (state=3): >>># destroy tokenize <<< 7519 1726888144.35268: 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 <<< 7519 1726888144.35271: 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 # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator <<< 7519 1726888144.35291: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py 7519 1726888144.35299: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py 7519 1726888144.35302: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< <10.31.42.160> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxa5cgt48 TO /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py <10.31.42.160> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/183dad33c4"' '[10.31.42.160]' 7519 1726888144.35327: Sending initial data 7519 1726888144.35332: Sent initial data (151 bytes) 7519 1726888144.35336: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888144.35340: stdout chunk (state=3): >>><<< 7519 1726888144.35343: stderr chunk (state=3): >>><<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d83a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77b2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77f0880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7788d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77b2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772deb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7731f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7727610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772f640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772d370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e76b0d60>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0850>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0e50>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0f10>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0e20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7709cd0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77035b0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7716610>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735dc0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e76c2c10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77091f0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7716220>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e773b970>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2f40>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2d30>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2ca0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7697310>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7697400>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76cdf40>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c49d0>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4520>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75bf160>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7680dc0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4e50>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735fa0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75d0a90>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75d0dc0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e46d0>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e4c10>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7570340>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75d0eb0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7580220>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e4550>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75802e0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2970>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c640>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c910>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c700>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759c7f0>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e759cc40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e75aa190>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c880>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e758f9d0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2550>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759ca30>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f21e74ca610>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1760>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73f1160>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1280>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1eb0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1fa0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1cd0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73f1f10>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1100>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7347e80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7367fa0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7367dc0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7367430>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7458dc0>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74583d0>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7458f10>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7427b50>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3c70>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3340>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f6430>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73c3460>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3490>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e732a130>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439190>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7336940>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439310>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7451cd0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73368e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7336730>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73356d0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7335610>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7431880>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73bb640>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73baa60>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c90d0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e73bb0a0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73fd9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e6dfefa0>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6ddfd90>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69d85e0>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73af9a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f54c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21e7443be0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69aedf0>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6ddbe80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6dd4b20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74418e0>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'gc\' # \r\n\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/tlog/tlog-rec-session.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2771, "inode": 2478266, "dev": 51713, "nlink": 1, "atime": 1726888106.9879901, "mtime": 1707324063.0, "ctime": 1726888107.328991, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "mimetype": "text/plain", "charset": "us-ascii", "version": "1621767277", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tlog/tlog-rec-session.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888144.36943: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.36953: _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 0x7f21e7a43dc0> # /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 0x7f21e77d83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7a43b20> # /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 0x7f21e7a43ac0> 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 0x7f21e77d8490> # /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 0x7f21e77d8940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8670> # /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 0x7f21e778f190> # /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 0x7f21e778f220> # /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 0x7f21e77b2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e778f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77f0880> # /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 0x7f21e7788d90> # /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 0x7f21e77b2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77d8970> 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 0x7f21e772deb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7731f40> # /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 0x7f21e7727610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772f640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e772d370> # /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 0x7f21e76b0d60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76b0850> 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 0x7f21e76b0e50> # /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 0x7f21e76b0f10> # /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 0x7f21e76b0e20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7709cd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77035b0> # /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 0x7f21e7716610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735dc0> # /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 0x7f21e76c2c10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e77091f0> # 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 0x7f21e7716220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e773b970> # /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 0x7f21e76c2f40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2d30> # /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 0x7f21e76c2ca0> # /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 0x7f21e7697310> # /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 0x7f21e7697400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76cdf40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c49d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4520> # /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 0x7f21e75bf160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7680dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c4e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7735fa0> # /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 0x7f21e75d0a90> 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 0x7f21e75d0dc0> # /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 0x7f21e75e46d0> # /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 0x7f21e75e4c10> # 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 0x7f21e7570340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75d0eb0> # /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 0x7f21e7580220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e75e4550> 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 0x7f21e75802e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2970> # /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 0x7f21e759c640> # /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 0x7f21e759c910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c700> # 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 0x7f21e759c7f0> # /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 0x7f21e759cc40> # 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 0x7f21e75aa190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e759c880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e758f9d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e76c2550> # /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 0x7f21e759ca30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f21e74ca610> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_f15h7fng/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/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 0x7f21e73f1760> # /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 0x7f21e73f1160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1eb0> # /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 0x7f21e73f1fa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f1cd0> 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 0x7f21e73f1f10> # /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 0x7f21e73f1100> # /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 0x7f21e7347e80> # 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 0x7f21e7367fa0> # 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 0x7f21e7367dc0> # /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 0x7f21e7367430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7458dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74583d0> # /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 0x7f21e7458f10> # /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 0x7f21e7427b50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c3340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73f6430> # 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 0x7f21e73c3460> # /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 0x7f21e73c3490> # /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 0x7f21e732a130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439190> # /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 0x7f21e7336940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7439310> # /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 0x7f21e7451cd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73368e0> # 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 0x7f21e7336730> # 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 0x7f21e73356d0> # 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 0x7f21e7335610> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e7431880> # /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 0x7f21e73bb640> # 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 0x7f21e73baa60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73c90d0> # 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 0x7f21e73bb0a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e73fd9a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/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_f15h7fng/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_f15h7fng/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_f15h7fng/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 0x7f21e6dfefa0> # /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 0x7f21e6ddfd90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69d85e0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/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 0x7f21e73af9a0> # 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_f15h7fng/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_f15h7fng/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_f15h7fng/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_f15h7fng/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_f15h7fng/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 0x7f21e73f54c0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/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_f15h7fng/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_f15h7fng/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_f15h7fng/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 0x7f21e7443be0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e69aedf0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/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 0x7f21e6ddbe80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e6dd4b20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21e74418e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_f15h7fng/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_f15h7fng/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_f15h7fng/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_f15h7fng/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_f15h7fng/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'gc' # {"changed": false, "stat": {"exists": true, "path": "/etc/tlog/tlog-rec-session.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2771, "inode": 2478266, "dev": 51713, "nlink": 1, "atime": 1726888106.9879901, "mtime": 1707324063.0, "ctime": 1726888107.328991, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "mimetype": "text/plain", "charset": "us-ascii", "version": "1621767277", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tlog/tlog-rec-session.conf", "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 # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888144.41209: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tlog/tlog-rec-session.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888143.826431-8192-175936232107423/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7519 1726888144.41213: variable 'ansible_module_compression' from source: unknown 7519 1726888144.41215: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.41221: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.41226: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7519 1726888144.41230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192436e7c0> # /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 0x7f19243fe790> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe670> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe3d0> # /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 0x7f19243fe4c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe1c0> 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 0x7f19243fe430> # /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 0x7f19243fe7f0> # /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' <<< 7519 1726888144.41233: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888144.41236: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7519 1726888144.41238: 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' <<< 7519 1726888144.41241: variable 'ansible_facts' from source: host vars for 'managed_node1' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py 7519 1726888144.41247: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242ee7c0> <<< 7519 1726888144.41250: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py 7519 1726888144.41253: 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' <<< 7519 1726888144.41256: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242eeb50> <<< <10.31.40.27> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpalcav7n4 TO /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py 7519 1726888144.41284: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.41287: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.41290: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242ee9a0> <<< 7519 1726888144.41293: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888144.41295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< <10.31.40.27> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' '[10.31.40.27]' 7519 1726888144.41301: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192430db20> <<< 7519 1726888144.41304: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243f7d30> <<< 7519 1726888144.41307: 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 <<< 7519 1726888144.41312: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888144.41322: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888144.41325: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888144.41329: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxa5cgt48 debug3: Sent message fd 3 T:17 I:3 debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py M:0x001a <<< 7519 1726888144.41332: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxa5cgt48 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py <<< 7519 1726888144.41335: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe550> <<< 7519 1726888144.41338: 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 0x7f19243f7160> # /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 0x7f1924369a30> <<< 7519 1726888144.41341: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439ee50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439e880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924308310> # 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 0x7f192439e970> # /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 0x7f19243ccd00> # /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 <<< 7519 1726888144.41345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888144.41348: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125675 <<< 7519 1726888144.41351: Sending initial data 7519 1726888144.41354: Sent initial data (150 bytes) 7519 1726888144.41357: 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 0x7f19242cf9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7df0> # /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 0x7f19242de0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7e20> # /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' <<< 7519 1726888144.41360: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7519 1726888144.41363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' <<< 7519 1726888144.41366: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888144.41369: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243a3670> <<< 7519 1726888144.41372: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 125675 bytes at 0 <<< 7519 1726888144.41435: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242de100> <<< 7519 1726888144.41442: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888144.41445: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888144.41448: 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 0x7f19242db580> # 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 0x7f19242db640> <<< 7519 1726888144.41451: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.41454: 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 0x7f19242dac70> <<< 7519 1726888144.41457: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243cccd0> # /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' <<< 7519 1726888144.41460: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888144.41463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888144.41466: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.41469: 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 0x7f1924361ac0> <<< 7519 1726888144.41471: stderr chunk (state=3): >>><<< 7519 1726888144.41474: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxa5cgt48 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpxa5cgt48\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125675\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125675 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888144.41481: done transferring module to remote 7519 1726888144.41530: _low_level_execute_command(): starting 7519 1726888144.41560: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py && sleep 0'"'"'' 7519 1726888144.41573: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.41580: 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 0x7f192435f9d0> <<< 7519 1726888144.41582: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242d1850> <<< 7519 1726888144.41643: 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' <<< 7519 1726888144.41648: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243614f0> <<< 7519 1726888144.41651: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924397a90> <<< 7519 1726888144.41653: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.41655: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.41657: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888144.41662: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.41674: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/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_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888144.41677: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.41679: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.41681: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.42031: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.42113: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.42117: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.42153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.42173: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.42187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.42231: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888144.42369: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.42418: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.42435: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.42448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.42463: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.42476: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.42492: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.42504: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888144.42514: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.42528: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.42541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.42555: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.42566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.42578: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888144.42589: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.42601: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.42613: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.42627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.42643: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.42655: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.42728: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.42742: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.42913: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.42921: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888144.42930: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7519 1726888144.42954: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 7519 1726888144.42958: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888144.42960: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.42969: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.42982: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888144.42988: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.42991: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.43012: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.43026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.43031: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888144.43046: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.43082: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.43102: 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 0x7f1923e97400> <<< 7519 1726888144.43106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.43244: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888144.43253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7519 1726888144.43257: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242bd3a0> <<< 7519 1726888144.43260: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923e42040> <<< 7519 1726888144.43310: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888144.43332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.43353: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.43378: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888144.43394: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.43583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.43744: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.43767: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.43775: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888144.43791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7519 1726888144.43814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.43832: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192435f400> <<< 7519 1726888144.43858: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.43862: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.43878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.44050: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888144.44078: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.44099: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.44154: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.44178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.44198: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.44232: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.44269: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.44292: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888144.44310: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.44364: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.44404: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.44440: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.44456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.44510: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888144.44513: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.44515: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.44562: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888144.44572: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.44575: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888144.44581: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.44608: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888144.44633: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.44857: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.44901: stderr chunk (state=3): >>><<< 7519 1726888144.44908: stdout chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888144.44933: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888144.44941: _low_level_execute_command(): starting 7519 1726888144.44944: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' -tt 10.31.42.160 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/AnsiballZ_file.py && sleep 0'"'"'' 7519 1726888144.45305: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.45397: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.45502: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888144.45538: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.45584: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.45658: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py <<< 7519 1726888144.45663: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.45768: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.45869: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py <<< 7519 1726888144.45930: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888144.45935: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.45982: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.46041: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7519 1726888144.46067: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.46328: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.46416: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.46434: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.46437: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.46681: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master <<< 7519 1726888144.46685: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.46698: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.46734: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.46737: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.46740: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.46764: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888144.47782: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888144.47786: 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 debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888144.47788: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7519 1726888144.47791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888144.47793: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888144.47795: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888144.47861: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpalcav7n4 debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888144.47866: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439a190> <<< 7519 1726888144.47869: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.47872: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpalcav7n4 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py <<< 7519 1726888144.47875: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py M:0x001a <<< 7519 1726888144.47878: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888144.47880: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.47883: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.47885: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.47888: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.47890: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125674 <<< 7519 1726888144.47893: 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 <<< 7519 1726888144.47896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.47911: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.47991: 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' <<< 7519 1726888144.47994: stdout chunk (state=3): >>># 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 0x7f19243e7640> <<< 7519 1726888144.48039: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923cec460> <<< 7519 1726888144.48093: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py <<< 7519 1726888144.48099: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888144.48132: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.48309: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.48342: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 125674 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888144.48386: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.48430: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888144.48434: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.48533: 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' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888144.48587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888144.48609: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888144.48688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888144.48699: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.48833: stderr chunk (state=3): >>><<< 7519 1726888144.48837: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpalcav7n4 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmpalcav7n4\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125674\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125674 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888144.48938: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242a0640> <<< 7519 1726888144.48942: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429bd30> <<< 7519 1726888144.48971: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888144.49042: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429a730> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888144.49092: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.49096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.49148: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888144.49161: stdout chunk (state=3): >>>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' # <<< 7519 1726888144.49244: done transferring module to remote 7519 1726888144.49279: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/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_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888144.49319: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455edc0> # /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 0x7f95e45033a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455eb20> # /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 0x7f95e455eac0> import '_signal' # <<< 7519 1726888144.49365: 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' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503490> # /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' <<< 7519 1726888144.49416: 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 0x7f95e4503940> <<< 7519 1726888144.49421: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/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_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888144.49472: _low_level_execute_command(): starting 7519 1726888144.49476: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888144.49564: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503670> # /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' <<< 7519 1726888144.49569: 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' <<< <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py && sleep 0'"'"'' 7519 1726888144.49745: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888144.49807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba220> # /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' <<< 7519 1726888144.49910: 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 0x7f95e44dd850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e451b880> # /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 0x7f95e44b3d90> <<< 7519 1726888144.49915: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888144.49919: 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 0x7f95e44ddd90> <<< 7519 1726888144.49976: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503970> 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. <<< 7519 1726888144.49979: stdout chunk (state=3): >>>import 'gc' # <<< 7519 1726888144.50570: 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' # /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 0x7f95e4459eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e445cf40> # /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 0x7f95e4452610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4458640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4459370> <<< 7519 1726888144.50616: stdout chunk (state=3): >>># /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' <<< 7519 1726888144.50643: 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' <<< 7519 1726888144.50697: 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 0x7f95e4195d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195880> import 'itertools' # <<< 7519 1726888144.50721: 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 0x7f95e4195e80> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888144.50785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888144.50790: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195f40> <<< 7519 1726888144.50813: 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 0x7f95e4195e50> import '_collections' # <<< 7519 1726888144.51011: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41eed00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41e75e0> <<< 7519 1726888144.51115: 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 0x7f95e41fb640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460df0> # /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 0x7f95e41a7c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41ee220> # 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 0x7f95e41fb250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44669a0> # /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' <<< 7519 1726888144.51408: 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' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7d60> <<< 7519 1726888144.51468: 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 0x7f95e41a7cd0> # /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 0x7f95e417b340> # /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' <<< 7519 1726888144.51565: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e417b430> <<< 7519 1726888144.51717: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41aef70> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9a00> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a94c0> # /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' <<< 7519 1726888144.51840: stdout chunk (state=3): >>># /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 0x7f95e40c8190> <<< 7519 1726888144.51880: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4165cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9e80> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460fd0> # /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' <<< 7519 1726888144.52289: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40daac0> import 'errno' # <<< 7519 1726888144.52497: 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 0x7f95e40dadf0> # /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 0x7f95e40ec700> # /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 0x7f95e40ecc40> # 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 0x7f95e4079370> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40daee0> # /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 0x7f95e408a250> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ec580> 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 0x7f95e408a310> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a79a0> # /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 0x7f95e40a5670> # /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 0x7f95e40a5940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a5730> # 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 0x7f95e40a5820> <<< 7519 1726888144.52558: 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' <<< 7519 1726888144.52561: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tlog/tlog-rec-session.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2771, "inode": 520093827, "dev": 51713, "nlink": 1, "atime": 1726888116.7795985, "mtime": 1707324063.0, "ctime": 1726888118.1776075, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "mimetype": "text/plain", "charset": "us-ascii", "version": "2466057064", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tlog/tlog-rec-session.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 7519 1726888144.52595: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888144.52737: 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 0x7f95e40a5c70> <<< 7519 1726888144.52763: 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 0x7f95e40b41c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a58b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4099a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7580> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888144.52803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888144.52838: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a5a60> <<< 7519 1726888144.52988: 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 # 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 <<< 7519 1726888144.52991: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.53072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7519 1726888144.53075: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.53095: stdout chunk (state=3): >>># 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 gc <<< 7519 1726888144.53139: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f95e3fcc640> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available <<< 7519 1726888144.53188: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.53405: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888144.53440: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7519 1726888144.53443: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888144.53446: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7519 1726888144.53736: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888144.53739: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.53742: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7519 1726888144.53744: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 7519 1726888144.53745: stdout chunk (state=3): >>># destroy selinux <<< 7519 1726888144.53748: stdout chunk (state=3): >>># destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7519 1726888144.53757: stdout chunk (state=3): >>># cleanup[3] wiping gc # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 7519 1726888144.53767: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.53771: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.53773: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.53795: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888144.53982: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize <<< 7519 1726888144.53992: 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 # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888144.53995: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888144.54253: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888144.54432: stderr chunk (state=3): >>><<< 7519 1726888144.54462: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec33a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1eac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e9d850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924edb880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e73d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e9dd90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd3eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bcc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd2640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924b55d90>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55880>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55e80>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55f40>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55e50>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924baed00>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ba75e0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bbb640>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdadf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924b67c40>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bae220>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924bbb250>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924be09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67f70>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67cd0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b3b340>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b3b430>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b6ff70>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69a00>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b694c0>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a88190>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b25cd0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69e80>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdafd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a9aac0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a9adf0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aac700>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aacc40>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a3a370>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a9aee0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a4a250>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aac580>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a4a310>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b679a0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66670>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66940>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a66730>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66820>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a66c70>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924a741c0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a668b0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a59a00>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67580>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a66a60>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f192498e640>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192436e7c0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243fe790>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe670>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe3d0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe4c0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe1c0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243fe430>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe7f0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242ee7c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242eeb50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242ee9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192430db20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243f7d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe550>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243f7160>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924369a30>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439ee50>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439e880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924308310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f192439e970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243ccd00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242cf9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7df0>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242de0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243a3670>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242de100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242db580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242db640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19242dac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243cccd0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1924361ac0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f192435f9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242d1850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243614f0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924397a90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1923e97400>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242bd3a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923e42040>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192435f400>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439a190>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19243e7640>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923cec460>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242a0640>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429bd30>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429a730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'gc\' # \r\n\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/tlog/tlog-rec-session.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2771, "inode": 520093827, "dev": 51713, "nlink": 1, "atime": 1726888116.7795985, "mtime": 1707324063.0, "ctime": 1726888118.1776075, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "mimetype": "text/plain", "charset": "us-ascii", "version": "2466057064", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tlog/tlog-rec-session.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing gc\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy __main__\r\n# destroy locale\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy encodings\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy datetime\r\n# destroy selinux\r\n# destroy distro\r\n# destroy json\r\n# destroy shlex\r\n# destroy logging\r\n# destroy argparse\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping platform\r\n# destroy subprocess\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# destroy _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy gc\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy fcntl\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _signal\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy posixpath\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy errno\r\n# destroy signal\r\n# destroy contextlib\r\n# destroy pwd\r\n# destroy grp\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy select\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888144.55572: _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 0x7f1924f1edc0> # /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 0x7f1924ec33a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924f1eb20> # /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 0x7f1924f1eac0> 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 0x7f1924ec3490> # /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 0x7f1924ec3940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3670> # /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 0x7f1924e7a190> # /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 0x7f1924e7a220> # /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 0x7f1924e9d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924e7a940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924edb880> # /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 0x7f1924e73d90> # /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 0x7f1924e9dd90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ec3970> 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 0x7f1924bd3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd6f40> # /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 0x7f1924bcc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bd3370> # /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 0x7f1924b55d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b55880> 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 0x7f1924b55e80> # /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 0x7f1924b55f40> # /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 0x7f1924b55e50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924baed00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924ba75e0> # /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 0x7f1924bbb640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdadf0> # /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 0x7f1924b67c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bae220> # 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 0x7f1924bbb250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924be09a0> # /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 0x7f1924b67f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67d60> # /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 0x7f1924b67cd0> # /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 0x7f1924b3b340> # /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 0x7f1924b3b430> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b6ff70> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69a00> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b694c0> # /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 0x7f1924a88190> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b25cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b69e80> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924bdafd0> # /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 0x7f1924a9aac0> 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 0x7f1924a9adf0> # /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 0x7f1924aac700> # /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 0x7f1924aacc40> # 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 0x7f1924a3a370> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a9aee0> # /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 0x7f1924a4a250> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924aac580> 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 0x7f1924a4a310> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b679a0> # /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 0x7f1924a66670> # /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 0x7f1924a66940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a66730> # 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 0x7f1924a66820> # /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 0x7f1924a66c70> # 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 0x7f1924a741c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a668b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924a59a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924b67580> # /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 0x7f1924a66a60> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f192498e640> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/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_21xvwmwe/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 0x7f192436e7c0> # /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 0x7f19243fe790> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe670> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe3d0> # /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 0x7f19243fe4c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe1c0> 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 0x7f19243fe430> # /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 0x7f19243fe7f0> # /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 0x7f19242ee7c0> # 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 0x7f19242eeb50> # 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 0x7f19242ee9a0> # /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 0x7f192430db20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243f7d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243fe550> # /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 0x7f19243f7160> # /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 0x7f1924369a30> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439ee50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192439e880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924308310> # 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 0x7f192439e970> # /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 0x7f19243ccd00> # /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 0x7f19242cf9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7df0> # /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 0x7f19242de0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243d7e20> # /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 0x7f19243a3670> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242de100> # 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 0x7f19242db580> # 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 0x7f19242db640> # 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 0x7f19242dac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19243cccd0> # /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 0x7f1924361ac0> # 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 0x7f192435f9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19242d1850> # 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 0x7f19243614f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1924397a90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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 0x7f1923e97400> # /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 0x7f19242bd3a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923e42040> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/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_21xvwmwe/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 0x7f192435f400> # 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_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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 0x7f192439a190> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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 0x7f19243e7640> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1923cec460> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/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_21xvwmwe/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 0x7f19242a0640> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429bd30> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f192429a730> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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_21xvwmwe/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_21xvwmwe/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'gc' # {"changed": false, "stat": {"exists": true, "path": "/etc/tlog/tlog-rec-session.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2771, "inode": 520093827, "dev": 51713, "nlink": 1, "atime": 1726888116.7795985, "mtime": 1707324063.0, "ctime": 1726888118.1776075, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "mimetype": "text/plain", "charset": "us-ascii", "version": "2466057064", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tlog/tlog-rec-session.conf", "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 # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888144.58298: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.58726: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.58732: 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 0x7f95e39ae7c0> <<< 7519 1726888144.58737: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888144.58740: 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' # /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 0x7f95e3f5a790> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a670> <<< 7519 1726888144.58759: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a3d0> # /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 0x7f95e3f5a4c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a1c0> <<< 7519 1726888144.58765: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888144.58768: 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 0x7f95e3f5a430> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888144.58771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a7f0> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888144.58774: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.58778: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tlog/tlog-rec-session.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726888143.9405909-8199-109996435310839/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7519 1726888144.58782: variable 'ansible_module_compression' from source: unknown 7519 1726888144.58785: 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' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e392e7c0> # 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 0x7f95e392eb50> # extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.58789: stdout chunk (state=3): >>># 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 0x7f95e392e9a0> <<< 7519 1726888144.58792: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888144.58797: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7519msmjzw2d/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7519 1726888144.58800: variable 'ansible_facts' from source: host vars for 'managed_node3' 7519 1726888144.58803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e394db20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f53d30> <<< Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py 7519 1726888144.58811: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py <10.31.43.94> PUT /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9so7a_av TO /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py 7519 1726888144.58828: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a550> <<< <10.31.43.94> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' '[10.31.43.94]' 7519 1726888144.58838: 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' <<< 7519 1726888144.58841: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f53160> <<< 7519 1726888144.58844: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888144.58847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888144.58850: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888144.58869: 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' <<< 7519 1726888144.58873: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.58877: stdout chunk (state=3): >>># /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' <<< 7519 1726888144.58880: 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 0x7f95e39aaa30> <<< 7519 1726888144.58883: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888144.58886: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39dee50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39de880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3947310> <<< 7519 1726888144.58890: 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 0x7f95e39de970> <<< 7519 1726888144.58893: 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 0x7f95e3f28d00> <<< 7519 1726888144.58897: 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 <<< 7519 1726888144.58900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888144.58903: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888144.58906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888144.58909: 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 0x7f95e390f9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33df0> <<< 7519 1726888144.58912: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888144.58915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888144.58921: 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 0x7f95e391e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33e20> <<< 7519 1726888144.58926: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888144.58929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.58931: Sending initial data 7519 1726888144.58941: Sent initial data (151 bytes) 7519 1726888144.58944: 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' <<< 7519 1726888144.58946: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888144.58948: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39e3670> <<< 7519 1726888144.58950: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e391e100> <<< 7519 1726888144.58953: 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 0x7f95e391b580> <<< 7519 1726888144.58955: 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' <<< 7519 1726888144.58958: 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 0x7f95e391b640> <<< 7519 1726888144.58960: 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 0x7f95e391ac70> <<< 7519 1726888144.59014: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f28cd0> <<< 7519 1726888144.59018: 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' <<< 7519 1726888144.59020: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888144.59025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888144.59027: 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 0x7f95e39a1ac0> <<< 7519 1726888144.59030: 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 0x7f95e399f9d0> <<< 7519 1726888144.59181: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3911850> <<< 7519 1726888144.59184: 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 0x7f95e39a14f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39d7a90> <<< 7519 1726888144.59186: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.59188: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888144.59190: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.59192: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.59193: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.59195: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888144.59197: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888144.59199: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888144.59201: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.59203: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.59205: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.59207: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.59209: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888144.59212: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888144.59214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.59216: 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 0x7f95e34cfc10> <<< 7519 1726888144.59217: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.59365: stdout chunk (state=3): >>><<< 7519 1726888144.59369: stderr chunk (state=3): >>><<< 7519 1726888144.59372: 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' <<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888144.59379: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38e83a0> <<< 7519 1726888144.59382: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888144.59385: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e347d040> <<< 7519 1726888144.59388: _low_level_execute_command(): starting 7519 1726888144.59391: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888144.59397: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888144.59400: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.59403: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' -tt 10.31.40.27 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/AnsiballZ_file.py && sleep 0'"'"'' 7519 1726888144.59409: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888144.59412: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.59824: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.59828: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888144.59831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e399f400> # zipimport: zlib available <<< 7519 1726888144.60143: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61059: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61062: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61065: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888144.61067: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61069: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888144.61071: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61073: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 7519 1726888144.61075: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7519 1726888144.61077: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61078: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61080: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888144.61082: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61219: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888144.61413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7519 1726888144.61416: stdout chunk (state=3): >>>import '_ast' # <<< 7519 1726888144.61502: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39db190> # zipimport: zlib available <<< 7519 1726888144.61505: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61507: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888144.61511: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888144.61514: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61537: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61579: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888144.61582: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61742: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61745: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61747: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.61829: 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 <<< 7519 1726888144.61832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.61982: 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 0x7f95e3f43640> <<< 7519 1726888144.61985: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3327460> <<< 7519 1726888144.61987: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888144.62127: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.62161: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.62180: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.62198: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.62234: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888144.62254: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888144.62257: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888144.62286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888144.62319: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888144.62324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888144.62414: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38e0640> <<< 7519 1726888144.62449: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.62453: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38dad30> <<< 7519 1726888144.62520: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38d9730> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py <<< 7519 1726888144.62525: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.62543: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.62546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.62593: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.62596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.62598: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888144.62687: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 7519 1726888144.62691: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888144.62694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.62696: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py <<< 7519 1726888144.62698: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.62700: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.62726: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.62740: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.62790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.62799: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.62834: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.62890: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.62902: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888144.62909: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.62917: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.62998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.63094: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.63097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.63100: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888144.63152: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.63156: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.63159: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.63161: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.63164: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.63166: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.63172: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.63384: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.63448: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.63544: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.63614: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.63618: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.63621: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.63625: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.63627: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.63630: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.63643: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888144.63694: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.63748: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.64066: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.64133: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.64149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.64166: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.64176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.64208: stdout chunk (state=3): >>> {"path": "/etc/tlog/tlog-rec-session.conf", "changed": false, "diff": {"before": {"path": "/etc/tlog/tlog-rec-session.conf"}, "after": {"path": "/etc/tlog/tlog-rec-session.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0644", "dest": "/etc/tlog/tlog-rec-session.conf", "_original_basename": "tlog-rec-session.conf", "recurse": false, "state": "file", "path": "/etc/tlog/tlog-rec-session.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888144.64355: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888144.64358: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.64368: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.64379: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.64409: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.64412: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.64414: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.64417: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.64430: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.27 is address <<< 7519 1726888144.64439: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.64548: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.64587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.64591: 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 # clear sys.path_importer_cache # clear sys.meta_path <<< 7519 1726888144.64594: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.64596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.64598: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 <<< 7519 1726888144.64600: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.64603: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.64606: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.64610: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.64612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.64614: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.64616: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.64790: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888144.64866: stdout chunk (state=3): >>># destroy zipimport <<< 7519 1726888144.64910: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.64925: stdout chunk (state=3): >>># destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7519 1726888144.64928: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.64983: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.65093: stdout chunk (state=3): >>># destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux <<< 7519 1726888144.65098: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.65102: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.65104: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.65106: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.65108: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform <<< 7519 1726888144.65110: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.65112: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6526 <<< 7519 1726888144.65115: stdout chunk (state=3): >>># cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # 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 <<< 7519 1726888144.65144: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.65147: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7519 1726888144.65151: 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 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 # cleanup[3] wiping collections # 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 <<< 7519 1726888144.65158: stdout chunk (state=3): >>># destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib <<< 7519 1726888144.65345: stdout chunk (state=3): >>># destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime <<< 7519 1726888144.65356: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse # destroy functools # destroy tokenize <<< 7519 1726888144.65359: stdout chunk (state=3): >>># destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7519 1726888144.65385: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select <<< 7519 1726888144.65388: stdout chunk (state=3): >>># destroy _signal <<< 7519 1726888144.65436: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888144.65579: 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 <<< 7519 1726888144.65602: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 7519 1726888144.65642: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug3: Sent message fd 3 T:16 I:2 <<< 7519 1726888144.65729: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9so7a_av debug3: Sent message fd 3 T:17 I:3 <<< 7519 1726888144.65733: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9so7a_av /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py <<< 7519 1726888144.65862: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py M:0x001a <<< 7519 1726888144.65866: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. <<< 7519 1726888144.65868: stdout chunk (state=3): >>><<< 7519 1726888144.65870: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e45033a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455eac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44dd850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e451b880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44b3d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ddd90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4459eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e445cf40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4452610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4458640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4459370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e4195d90>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195880>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195e80>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195f40>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195e50>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41eed00>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41e75e0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41fb640>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460df0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e41a7c40>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41ee220>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e41fb250>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44669a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7f70>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7cd0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e417b340>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e417b430>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41aef70>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9a00>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a94c0>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40c8190>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4165cd0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9e80>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460fd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40daac0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40dadf0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ec700>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ecc40>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e4079370>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40daee0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e408a250>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ec580>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e408a310>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a79a0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5670>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5940>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a5730>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5820>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40a5c70>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e40b41c0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a58b0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4099a00>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7580>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a5a60>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f95e3fcc640>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39ae7c0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f5a790>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a670>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a3d0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a4c0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a1c0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f5a430>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a7f0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e392e7c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e392eb50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e392e9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e394db20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f53d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a550>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f53160>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39aaa30>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39dee50>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39de880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3947310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39de970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f28d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e390f9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33df0>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391e0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39e3670>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e391e100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391b580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391b640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e391ac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f28cd0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39a1ac0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e399f9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3911850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e39a14f0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39d7a90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e34cfc10>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38e83a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e347d040>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e399f400>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39db190>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95e3f43640>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3327460>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38e0640>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38dad30>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38d9730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"path": "/etc/tlog/tlog-rec-session.conf", "changed": false, "diff": {"before": {"path": "/etc/tlog/tlog-rec-session.conf"}, "after": {"path": "/etc/tlog/tlog-rec-session.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0644", "dest": "/etc/tlog/tlog-rec-session.conf", "_original_basename": "tlog-rec-session.conf", "recurse": false, "state": "file", "path": "/etc/tlog/tlog-rec-session.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.42.160 closed.\r\n") 7519 1726888144.66254: _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 0x7f95e455edc0> # /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 0x7f95e45033a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e455eb20> # /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 0x7f95e455eac0> 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 0x7f95e4503490> # /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 0x7f95e4503940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503670> # /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 0x7f95e44ba190> # /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 0x7f95e44ba220> # /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 0x7f95e44dd850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44ba940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e451b880> # /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 0x7f95e44b3d90> # /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 0x7f95e44ddd90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4503970> 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 0x7f95e4459eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e445cf40> # /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 0x7f95e4452610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4458640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4459370> # /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 0x7f95e4195d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4195880> 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 0x7f95e4195e80> # /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 0x7f95e4195f40> # /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 0x7f95e4195e50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41eed00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41e75e0> # /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 0x7f95e41fb640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460df0> # /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 0x7f95e41a7c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41ee220> # 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 0x7f95e41fb250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e44669a0> # /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 0x7f95e41a7f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7d60> # /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 0x7f95e41a7cd0> # /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 0x7f95e417b340> # /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 0x7f95e417b430> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41aef70> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9a00> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a94c0> # /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 0x7f95e40c8190> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4165cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a9e80> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4460fd0> # /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 0x7f95e40daac0> 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 0x7f95e40dadf0> # /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 0x7f95e40ec700> # /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 0x7f95e40ecc40> # 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 0x7f95e4079370> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40daee0> # /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 0x7f95e408a250> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40ec580> 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 0x7f95e408a310> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a79a0> # /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 0x7f95e40a5670> # /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 0x7f95e40a5940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a5730> # 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 0x7f95e40a5820> # /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 0x7f95e40a5c70> # 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 0x7f95e40b41c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e40a58b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e4099a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e41a7580> # /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 0x7f95e40a5a60> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f95e3fcc640> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_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 0x7f95e39ae7c0> # /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 0x7f95e3f5a790> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a670> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a3d0> # /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 0x7f95e3f5a4c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a1c0> 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 0x7f95e3f5a430> # /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 0x7f95e3f5a7f0> # /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 0x7f95e392e7c0> # 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 0x7f95e392eb50> # 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 0x7f95e392e9a0> # /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 0x7f95e394db20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f53d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f5a550> # /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 0x7f95e3f53160> # /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 0x7f95e39aaa30> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39dee50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39de880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3947310> # 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 0x7f95e39de970> # /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 0x7f95e3f28d00> # /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 0x7f95e390f9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33df0> # /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 0x7f95e391e0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f33e20> # /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 0x7f95e39e3670> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e391e100> # 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 0x7f95e391b580> # 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 0x7f95e391b640> # 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 0x7f95e391ac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3f28cd0> # /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 0x7f95e39a1ac0> # 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 0x7f95e399f9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3911850> # 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 0x7f95e39a14f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e39d7a90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_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 0x7f95e34cfc10> # /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 0x7f95e38e83a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e347d040> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_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 0x7f95e399f400> # 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.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_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 0x7f95e39db190> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_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 0x7f95e3f43640> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e3327460> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_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 0x7f95e38e0640> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38dad30> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95e38d9730> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_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.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_z27lsu8e/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/etc/tlog/tlog-rec-session.conf", "changed": false, "diff": {"before": {"path": "/etc/tlog/tlog-rec-session.conf"}, "after": {"path": "/etc/tlog/tlog-rec-session.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0644", "dest": "/etc/tlog/tlog-rec-session.conf", "_original_basename": "tlog-rec-session.conf", "recurse": false, "state": "file", "path": "/etc/tlog/tlog-rec-session.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": 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 # 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 array # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # 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 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 # cleanup[3] wiping collections # 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib # destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # 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 stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _signal # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.42.160 closed. 7519 1726888144.70614: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0644', 'dest': '/etc/tlog/tlog-rec-session.conf', '_original_basename': 'tlog-rec-session.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888143.9152577-8194-177571241700527/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888144.70634: _low_level_execute_command(): starting 7519 1726888144.70638: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ > /dev/null 2>&1 && sleep 0' <10.31.42.160> ESTABLISH SSH CONNECTION FOR USER: None 7519 1726888144.70664: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125675 <<< <10.31.42.160> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/183dad33c4"' 10.31.42.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.9152577-8194-177571241700527/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888144.70682: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 125675 bytes at 0 <<< 7519 1726888144.70686: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 7519 1726888144.70689: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 7519 1726888144.70692: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.70695: stderr chunk (state=3): >>><<< 7519 1726888144.70697: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'sftp> put /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9so7a_av /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py\n', b'OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug1: Using server download size 261120\r\ndebug1: Using server upload size 261120\r\ndebug1: Server handle limit 1019; using 64\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-7519msmjzw2d/tmp9so7a_av\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: Couldn\'t stat remote file: No such file or directory\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125675\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125675 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 7519 1726888144.70775: done transferring module to remote 7519 1726888144.70779: _low_level_execute_command(): starting 7519 1726888144.70791: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py && sleep 0'"'"'' 7519 1726888144.70802: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7519 1726888144.70806: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7519 1726888144.70857: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888144.70872: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888144.70875: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7519 1726888144.70877: stdout chunk (state=3): >>># installing zipimport hook <<< 7519 1726888144.70880: stdout chunk (state=3): >>>import 'time' # <<< 7519 1726888144.70937: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7519 1726888144.70940: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7519 1726888144.70943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.70945: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888144.70947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7519 1726888144.70949: stdout chunk (state=3): >>>import '_codecs' # <<< 7519 1726888144.70951: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098dc0> <<< 7519 1726888144.70954: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888144.70956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7519 1726888144.70959: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098b20> <<< 7519 1726888144.70962: 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' <<< 7519 1726888144.71008: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098ac0> <<< 7519 1726888144.71011: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888144.71014: 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' <<< 7519 1726888144.71016: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d490> <<< 7519 1726888144.71018: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py <<< 7519 1726888144.71020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7519 1726888144.71025: 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' <<< 7519 1726888144.71061: stdout chunk (state=3): >>>import '_abc' # <<< 7519 1726888144.71064: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d940> <<< 7519 1726888144.71097: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d670> <<< 7519 1726888144.71100: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7519 1726888144.71103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7519 1726888144.71106: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7519 1726888144.71108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7519 1726888144.71110: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7519 1726888144.71112: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.71114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7519 1726888144.71116: stdout chunk (state=3): >>>import '_stat' # <<< 7519 1726888144.71195: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf190> <<< 7519 1726888144.71199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.71202: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7519 1726888144.71205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7519 1726888144.71208: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.71211: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration <<< 7519 1726888144.71213: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.71215: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.71218: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.74933: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf220> <<< 7519 1726888144.74938: 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' <<< 7519 1726888144.74941: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7519 1726888144.74943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8df2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf940> <<< 7519 1726888144.74945: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9055880> <<< 7519 1726888144.74947: 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' <<< 7519 1726888144.74949: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dc8d90> <<< 7519 1726888144.74951: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.74953: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.74955: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.74957: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 7519 1726888144.74958: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888144.74960: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.74962: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py <<< 7519 1726888144.74964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8df2d90> <<< 7519 1726888144.74966: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.74979: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d970> <<< 7519 1726888144.74982: 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. <<< 7519 1726888144.74984: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.74986: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7519 1726888144.74988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7519 1726888144.74990: 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' <<< 7519 1726888144.74992: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888144.74994: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.74996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7519 1726888144.74998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.75000: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7519 1726888144.75002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7519 1726888144.75004: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d92eb0> <<< 7519 1726888144.75006: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d96f40> <<< 7519 1726888144.75008: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.75010: 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' <<< 7519 1726888144.75012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.75015: stdout chunk (state=3): >>>import '_sre' # <<< 7519 1726888144.75017: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888144.75047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888144.75050: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7519 1726888144.75052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7519 1726888144.75054: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888144.75056: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d8c610> <<< 7519 1726888144.75058: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d94640> <<< 7519 1726888144.75060: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d92370> <<< 7519 1726888144.75062: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.75064: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888144.75066: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.75068: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.75070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.75072: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.75074: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.75076: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.75078: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.160 is address <<< 7519 1726888144.75082: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.75084: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.75085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888144.75087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.75089: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888144.75091: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.75093: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.75095: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 <<< 7519 1726888144.75096: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.75098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.75100: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.75103: 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' <<< 7519 1726888144.75106: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.75108: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.75109: stdout chunk (state=3): >>># 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 0x7f01b8d15d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15880> <<< 7519 1726888144.75111: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888144.75113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.75115: 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' <<< 7519 1726888144.75117: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15e80> <<< 7519 1726888144.75118: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.75120: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888144.75122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888144.75126: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.75128: stdout chunk (state=3): >>>import '_operator' # <<< 7519 1726888144.75130: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15f40> <<< 7519 1726888144.75132: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7519 1726888144.75134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15e50> <<< 7519 1726888144.75136: stdout chunk (state=3): >>>import '_collections' # <<< 7519 1726888144.75138: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6ed00> <<< 7519 1726888144.75139: stdout chunk (state=3): >>>import '_functools' # <<< 7519 1726888144.75141: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d685e0> <<< 7519 1726888144.75143: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py <<< 7519 1726888144.75144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d7b640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9adf0> <<< 7519 1726888144.75146: 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' <<< 7519 1726888144.75148: 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 0x7f01b8d27c40> <<< 7519 1726888144.75149: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6e220> <<< 7519 1726888144.75151: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.75153: 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 0x7f01b8d7b250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8da09a0> <<< 7519 1726888144.75155: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7519 1726888144.75156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7519 1726888144.75158: 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' <<< 7519 1726888144.75160: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7519 1726888144.75161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7519 1726888144.75163: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27f70> <<< 7519 1726888144.75165: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27d60> <<< 7519 1726888144.75167: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.75168: 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 0x7f01b8d27cd0> <<< 7519 1726888144.75172: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.75173: 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' <<< 7519 1726888144.75175: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.75177: 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' <<< 7519 1726888144.75179: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.75180: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888144.75182: stdout chunk (state=3): >>># 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 0x7f01b8cfc340> <<< 7519 1726888144.75184: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888144.75186: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.75187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888144.75189: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.75190: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.75192: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.75194: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.75195: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8cfc430> <<< 7519 1726888144.75197: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6548 <<< 7519 1726888144.75198: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.75200: stderr chunk (state=3): >>><<< 7519 1726888144.75202: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888144.75207: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888144.75210: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.75212: _low_level_execute_command(): starting 7519 1726888144.75213: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' -tt 10.31.43.94 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/AnsiballZ_file.py && sleep 0'"'"'' 7519 1726888144.75220: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d2ff70> <<< 7519 1726888144.75224: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29a00> <<< 7519 1726888144.75226: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d294c0> <<< 7519 1726888144.75228: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7519 1726888144.75230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7519 1726888144.75232: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888144.75627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888144.75636: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7519 1726888144.75639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' <<< 7519 1726888144.75641: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c2f190> <<< 7519 1726888144.75643: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8ce5cd0> <<< 7519 1726888144.75645: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29e80> <<< 7519 1726888144.75647: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9afd0> <<< 7519 1726888144.75648: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888144.75650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888144.75652: 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' <<< 7519 1726888144.75654: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c41ac0> <<< 7519 1726888144.75656: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888144.75658: 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 0x7f01b8c41df0> <<< 7519 1726888144.75660: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7519 1726888144.75661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7519 1726888144.75663: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py <<< 7519 1726888144.75665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' <<< 7519 1726888144.75667: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54700> <<< 7519 1726888144.75669: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888144.75671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888144.75673: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54c40> <<< 7519 1726888144.75675: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.75676: 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 0x7f01b8be0370> <<< 7519 1726888144.75678: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c41ee0> <<< 7519 1726888144.75680: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7519 1726888144.75682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7519 1726888144.75684: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.75686: 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 0x7f01b8bf0250> <<< 7519 1726888144.75687: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54580> import 'pwd' # <<< 7519 1726888144.75689: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.75691: stdout chunk (state=3): >>># 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 0x7f01b8bf0310> <<< 7519 1726888144.75693: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d279a0> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7519 1726888144.75695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7519 1726888144.75697: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7519 1726888144.75699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7519 1726888144.75701: 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 0x7f01b8c0c670> <<< 7519 1726888144.75702: 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' <<< 7519 1726888144.76554: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.76558: stdout chunk (state=3): >>># 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 0x7f01b8c0c940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c730> <<< 7519 1726888144.76561: 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 0x7f01b8c0c820> <<< 7519 1726888144.76563: 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' <<< 7519 1726888144.76565: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.76567: stdout chunk (state=3): >>><<< 7519 1726888144.76569: stderr chunk (state=3): >>><<< <10.31.42.160> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.42.160 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6548\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888144.76576: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.160 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.160 originally 10.31.42.160 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6548 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888144.76578: handler run complete 7519 1726888144.76580: attempt loop complete, returning result 7519 1726888144.76581: _execute() done 7519 1726888144.76583: dumping result to json 7519 1726888144.76585: done dumping result, returning 7519 1726888144.76587: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session [0ed44806-2f0b-c82f-f05a-000000000015] 7519 1726888144.76589: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015 7519 1726888144.76591: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888144.76596: 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 0x7f01b8c0cc70> # 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 0x7f01b8c1a1c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c8b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8bffa00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27580> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888144.76598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0ca60> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f01b85e7640> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7519 1726888144.76679: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015 7519 1726888144.76684: WORKER PROCESS EXITING 7519 1726888144.76687: stdout chunk (state=3): >>># zipimport: zlib available <<< ok: [managed_node2] => { "changed": false, "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "dest": "/etc/tlog/tlog-rec-session.conf", "diff": { "after": { "path": "/etc/tlog/tlog-rec-session.conf" }, "before": { "path": "/etc/tlog/tlog-rec-session.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "tlog-rec-session.conf", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/tlog/tlog-rec-session.conf", "follow": true, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/tlog/tlog-rec-session.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/tlog/tlog-rec-session.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "state": "file", "uid": 0 } 7519 1726888144.76798: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.76802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.76804: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.76807: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.76824: 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 0x7f01b84e67c0> <<< 7519 1726888144.76851: 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' <<< 7519 1726888144.76855: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888144.76858: 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' <<< 7519 1726888144.76883: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888144.76887: 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' <<< 7519 1726888144.76917: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888144.76920: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.76924: stdout chunk (state=3): >>># 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 0x7f01b8575790> <<< 7519 1726888144.76939: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.76963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.76966: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575670> <<< 7519 1726888144.76990: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.77008: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85753d0> <<< 7519 1726888144.77012: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7519 1726888144.77017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7519 1726888144.77033: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.77060: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85754c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85751c0> <<< 7519 1726888144.77073: stdout chunk (state=3): >>>import 'atexit' # <<< 7519 1726888144.77102: 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 0x7f01b8575430> <<< 7519 1726888144.77121: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7519 1726888144.77154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7519 1726888144.77162: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888144.77170: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888144.77184: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888144.77201: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85757f0> <<< 7519 1726888144.77215: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7519 1726888144.77224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7519 1726888144.77242: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888144.77262: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.77276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888144.77287: 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' <<< 7519 1726888144.77371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.77385: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.77389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.77396: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888144.77398: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888144.77400: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888144.77402: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.77406: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84657c0> <<< 7519 1726888144.77410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888144.77413: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888144.77419: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.77421: 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 0x7f01b8465b50> <<< 7519 1726888144.77425: 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 0x7f01b84659a0> <<< 7519 1726888144.77469: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888144.77479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888144.77508: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8484b20> <<< 7519 1726888144.77529: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b856ed30> <<< 7519 1726888144.77588: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888144.77592: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888144.77599: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888144.77602: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888144.77604: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888144.77613: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888144.77618: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888144.77621: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888144.77699: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888144.77707: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888144.77711: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575550> <<< 7519 1726888144.77817: 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 0x7f01b856e160> <<< 7519 1726888144.77828: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7519 1726888144.77836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7519 1726888144.77839: 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' <<< 7519 1726888144.77841: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.77843: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7519 1726888144.77846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888144.77848: 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' <<< 7519 1726888144.77850: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84e1a30> <<< 7519 1726888144.77943: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514e50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b847e310> <<< 7519 1726888144.77964: 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 0x7f01b8514970> <<< 7519 1726888144.79172: 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 0x7f01b8543d00> <<< 7519 1726888144.79175: 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 <<< 7519 1726888144.79178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888144.79180: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7519 1726888144.79182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7519 1726888144.79184: 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 0x7f01b84479a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854edf0> <<< 7519 1726888144.79186: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7519 1726888144.79188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7519 1726888144.79190: 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 0x7f01b84550d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854ee20> <<< 7519 1726888144.79192: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7519 1726888144.79194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.79196: 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' <<< 7519 1726888144.79199: stdout chunk (state=3): >>>import '_string' # <<< 7519 1726888144.79273: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b851b670> <<< 7519 1726888144.79286: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8455100> <<< 7519 1726888144.79290: 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 0x7f01b8453580> <<< 7519 1726888144.79292: 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 0x7f01b8453640> <<< 7519 1726888144.79294: 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 0x7f01b8452c70> <<< 7519 1726888144.79296: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8543cd0> <<< 7519 1726888144.79298: 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' <<< 7519 1726888144.79300: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7519 1726888144.79301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7519 1726888144.79304: 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 0x7f01b84d8ac0> <<< 7519 1726888144.79306: 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 0x7f01b84d79d0> <<< 7519 1726888144.79308: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8448850> <<< 7519 1726888144.79310: 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 0x7f01b84d84f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b850ea90> <<< 7519 1726888144.79313: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.79315: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888144.79317: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.79319: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.79321: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888144.79325: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888144.79327: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888144.79329: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7519 1726888144.79377: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.79473: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.79808: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 7519 1726888144.79813: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7519 1726888144.79869: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7519 1726888144.79903: stdout chunk (state=3): >>>import 'posix' # <<< 7519 1726888144.79936: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.79974: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7519 1726888144.79978: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7519 1726888144.80038: 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' <<< 7519 1726888144.80072: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7519 1726888144.80076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7519 1726888144.80104: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1edc0> <<< 7519 1726888144.80141: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7519 1726888144.80155: 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 0x7fa49dec33a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1eb20> <<< 7519 1726888144.80193: 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' <<< 7519 1726888144.80197: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1eac0> <<< 7519 1726888144.80228: stdout chunk (state=3): >>>import '_signal' # <<< 7519 1726888144.80248: 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' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3490> <<< 7519 1726888144.80298: 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' <<< 7519 1726888144.80308: 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' <<< 7519 1726888144.80321: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3940> <<< 7519 1726888144.80349: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3670> <<< 7519 1726888144.80440: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888144.80443: 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_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888144.80452: 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' <<< 7519 1726888144.80501: 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 0x7f01b803c400> <<< 7519 1726888144.80505: 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' # /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' # <<< 7519 1726888144.80516: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a190> # /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' <<< 7519 1726888144.80576: 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' <<< 7519 1726888144.80579: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b841f3a0> <<< 7519 1726888144.80583: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7fe8040> <<< 7519 1726888144.80661: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888144.80688: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888144.80701: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.80714: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a220> # /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 0x7fa49de9d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dedb880> # /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 0x7fa49de73d90> <<< 7519 1726888144.80782: 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' # <<< 7519 1726888144.80785: stdout chunk (state=3): >>>import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de9dd90> <<< 7519 1726888144.80787: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.80814: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3970> <<< 7519 1726888144.80842: 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. <<< 7519 1726888144.80942: 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' <<< 7519 1726888144.80946: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84d7400> # zipimport: zlib available <<< 7519 1726888144.81044: 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' <<< 7519 1726888144.81089: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7519 1726888144.81109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7519 1726888144.81122: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7519 1726888144.81157: 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 # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7519 1726888144.81160: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd3eb0> <<< 7519 1726888144.81217: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd6f40> <<< 7519 1726888144.81235: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7519 1726888144.81248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # <<< 7519 1726888144.81279: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7519 1726888144.81283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7519 1726888144.81347: 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' <<< 7519 1726888144.81357: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.81373: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbcc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd2640> <<< 7519 1726888144.81376: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd3370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7519 1726888144.81444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7519 1726888144.81456: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7519 1726888144.81490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.81510: 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' <<< 7519 1726888144.81554: 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 0x7fa49db55d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55880> <<< 7519 1726888144.81582: stdout chunk (state=3): >>>import 'itertools' # <<< 7519 1726888144.81603: 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 0x7fa49db55e80> <<< 7519 1726888144.81623: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7519 1726888144.81646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7519 1726888144.81701: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55f40> <<< 7519 1726888144.81704: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.81717: 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 0x7fa49db55e50> import '_collections' # <<< 7519 1726888144.81756: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.81768: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbaed00> import '_functools' # <<< 7519 1726888144.81819: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py <<< 7519 1726888144.81913: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.81916: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.81919: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7519 1726888144.81949: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dba75e0> <<< 7519 1726888144.81964: 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 0x7fa49dbbb640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdadf0> # /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 0x7fa49db67c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbae220> # 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 0x7fa49dbbb250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbe09a0> <<< 7519 1726888144.81991: 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' <<< 7519 1726888144.82035: 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' <<< 7519 1726888144.82063: 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' <<< 7519 1726888144.82077: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67d60> <<< 7519 1726888144.82101: 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 0x7fa49db67cd0> <<< 7519 1726888144.82134: 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' <<< 7519 1726888144.82163: 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' <<< 7519 1726888144.82190: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7519 1726888144.82241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7519 1726888144.82277: 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 0x7fa49db3b340> <<< 7519 1726888144.82304: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7519 1726888144.82308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7519 1726888144.82340: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db3b430> <<< 7519 1726888144.82461: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db6ff70> <<< 7519 1726888144.82506: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888144.82533: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69a00> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db694c0> <<< 7519 1726888144.82547: 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' <<< 7519 1726888144.82589: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7519 1726888144.82594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7519 1726888144.82626: 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' <<< 7519 1726888144.82637: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da88190> <<< 7519 1726888144.82664: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db25cd0> <<< 7519 1726888144.82717: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69e80> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdafd0> <<< 7519 1726888144.82741: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7519 1726888144.82762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7519 1726888144.82789: 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' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da9aac0> <<< 7519 1726888144.82810: stdout chunk (state=3): >>>import 'errno' # <<< 7519 1726888144.82856: 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 0x7fa49da9adf0> <<< 7519 1726888144.82875: 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' <<< 7519 1726888144.82907: 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' <<< 7519 1726888144.82921: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daad700> <<< 7519 1726888144.82941: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7519 1726888144.82972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7519 1726888144.82996: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daadc40> <<< 7519 1726888144.83047: 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 0x7fa49da45370> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da9aee0> <<< 7519 1726888144.83079: 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' <<< 7519 1726888144.83183: 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' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8512190> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7519 1726888144.83186: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py <<< 7519 1726888144.83217: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7519 1726888144.83231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.83283: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.83290: 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 0x7fa49da55250> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daad580> 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 0x7fa49da55310> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db679a0> # /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' <<< 7519 1726888144.83303: 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' <<< 7519 1726888144.83384: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py <<< 7519 1726888144.83393: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.83434: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.83447: 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 0x7fa49da71670> # /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 0x7fa49da71940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da71730> # 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 0x7fa49da71820> # /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' <<< 7519 1726888144.83477: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.83614: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.83644: 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 0x7fa49da71c70> <<< 7519 1726888144.83686: 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 0x7fa49da7f1c0> <<< 7519 1726888144.83726: 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 <<< 7519 1726888144.83763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.83769: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da718b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da64a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67580> <<< 7519 1726888144.83779: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7519 1726888144.83819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7519 1726888144.83887: 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' <<< 7519 1726888144.83906: stdout chunk (state=3): >>># 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 0x7f01b855e640> <<< 7519 1726888144.83917: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da71a60> <<< 7519 1726888144.83968: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7e92460> <<< 7519 1726888144.83980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa49d9a5640> <<< 7519 1726888144.84043: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py <<< 7519 1726888144.84046: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py <<< 7519 1726888144.84058: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.84154: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available <<< 7519 1726888144.84266: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.84285: stdout chunk (state=3): >>># zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7519 1726888144.84339: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.84343: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py <<< 7519 1726888144.84345: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.84379: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.84382: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.84441: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7519 1726888144.84466: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888144.84501: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7519 1726888144.84554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7519 1726888144.84588: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7519 1726888144.84627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7519 1726888144.84762: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b841a640> <<< 7519 1726888144.84861: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8409e80> <<< 7519 1726888144.85319: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8411730> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888144.85705: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.86054: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.86196: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.86661: stdout chunk (state=3): >>> {"path": "/etc/tlog/tlog-rec-session.conf", "changed": false, "diff": {"before": {"path": "/etc/tlog/tlog-rec-session.conf"}, "after": {"path": "/etc/tlog/tlog-rec-session.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0644", "dest": "/etc/tlog/tlog-rec-session.conf", "_original_basename": "tlog-rec-session.conf", "recurse": false, "state": "file", "path": "/etc/tlog/tlog-rec-session.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7519 1726888144.86665: stdout chunk (state=3): >>># destroy __main__ <<< 7519 1726888144.87043: 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 # 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<<< 7519 1726888144.87229: stdout chunk (state=3): >>> # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing 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<<< 7519 1726888144.87272: stdout chunk (state=3): >>> # 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 <<< 7519 1726888144.87666: 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 0x7fa49d36e7c0> <<< 7519 1726888144.87700: 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' <<< 7519 1726888144.87767: 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' # /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' <<< 7519 1726888144.87797: 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 0x7fa49d3fe790> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe670> <<< 7519 1726888144.87930: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe3d0> <<< 7519 1726888144.87935: 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' <<< 7519 1726888144.87939: stdout chunk (state=3): >>># 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 array # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # 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 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 # cleanup[3] wiping collections # 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib <<< 7519 1726888144.87980: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe4c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe1c0> 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 0x7fa49d3fe430> # /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' <<< 7519 1726888144.88052: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe7f0> <<< 7519 1726888144.88057: 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' <<< 7519 1726888144.88102: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7519 1726888144.88107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7519 1726888144.88132: 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' <<< 7519 1726888144.88176: stdout chunk (state=3): >>># destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # 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 stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _signal <<< 7519 1726888144.88195: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2ed7c0> <<< 7519 1726888144.88241: 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 0x7fa49d2edb50> <<< 7519 1726888144.88283: 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 0x7fa49d2ed9a0> <<< 7519 1726888144.88287: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7519 1726888144.88315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7519 1726888144.88371: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d30db20> <<< 7519 1726888144.88374: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3f7d30> <<< 7519 1726888144.88474: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888144.88567: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe550> <<< 7519 1726888144.88625: 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' <<< 7519 1726888144.88638: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. <<< 7519 1726888144.88730: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3f7160> # /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 <<< 7519 1726888144.88734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7519 1726888144.88736: 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' <<< 7519 1726888144.88739: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d369a30> <<< 7519 1726888144.88776: stderr chunk (state=3): >>><<< 7519 1726888144.88779: stdout chunk (state=3): >>><<< 7519 1726888144.88782: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39ee50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39e880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d307310> <<< 7519 1726888144.88889: 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 0x7fa49d39e970> <<< 7519 1726888144.88897: 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 0x7fa49d3ccd00> <<< 7519 1726888144.88900: 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 <<< <10.31.40.27> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098dc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d3a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098b20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098ac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8df2850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9055880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dc8d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8df2d90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d92eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d96f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d8c610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d94640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d92370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d15d90>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15880>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15e80>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15f40>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15e50>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6ed00>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d685e0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d7b640>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9adf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d27c40>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6e220>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8d7b250>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8da09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27f70>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27cd0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8cfc340>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8cfc430>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d2ff70>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29a00>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d294c0>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c2f190>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8ce5cd0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29e80>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9afd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c41ac0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c41df0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54700>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54c40>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8be0370>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c41ee0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8bf0250>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54580>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8bf0310>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d279a0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c670>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c940>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c730>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0c820>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c0cc70>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8c1a1c0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c8b0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8bffa00>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27580>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0ca60>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f01b85e7640>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84e67c0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8575790>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575670>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85753d0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85754c0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85751c0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8575430>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85757f0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84657c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8465b50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84659a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8484b20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b856ed30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575550>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b856e160>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84e1a30>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514e50>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b847e310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8514970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8543d00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84479a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854edf0>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84550d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854ee20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b851b670>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8455100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8453580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8453640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b8452c70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8543cd0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d8ac0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d79d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8448850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b84d84f0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b850ea90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b803c400>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b841f3a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7fe8040>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b84d7400>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8512190>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b855e640>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7e92460>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b841a640>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8409e80>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8411730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"path": "/etc/tlog/tlog-rec-session.conf", "changed": false, "diff": {"before": {"path": "/etc/tlog/tlog-rec-session.conf"}, "after": {"path": "/etc/tlog/tlog-rec-session.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0644", "dest": "/etc/tlog/tlog-rec-session.conf", "_original_basename": "tlog-rec-session.conf", "recurse": false, "state": "file", "path": "/etc/tlog/tlog-rec-session.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.40.27 closed.\r\n") 7519 1726888144.89509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7519 1726888144.89512: stdout chunk (state=3): >>># /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' <<< 7519 1726888144.89520: _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 0x7f01b9098dc0> # /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 0x7f01b903d3a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9098b20> # /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 0x7f01b9098ac0> 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 0x7f01b903d490> # /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 0x7f01b903d940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d670> # /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 0x7f01b8dcf190> # /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 0x7f01b8dcf220> # /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 0x7f01b8df2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8dcf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b9055880> # /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 0x7f01b8dc8d90> # /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 0x7f01b8df2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b903d970> 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 0x7f01b8d92eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d96f40> # /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 0x7f01b8d8c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d94640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d92370> # /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 0x7f01b8d15d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d15880> 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 0x7f01b8d15e80> # /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 0x7f01b8d15f40> # /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 0x7f01b8d15e50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6ed00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d685e0> # /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 0x7f01b8d7b640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9adf0> # /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 0x7f01b8d27c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d6e220> # 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 0x7f01b8d7b250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8da09a0> # /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 0x7f01b8d27f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27d60> # /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 0x7f01b8d27cd0> # /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 0x7f01b8cfc340> # /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 0x7f01b8cfc430> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d2ff70> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29a00> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d294c0> # /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 0x7f01b8c2f190> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8ce5cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d29e80> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d9afd0> # /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 0x7f01b8c41ac0> 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 0x7f01b8c41df0> # /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 0x7f01b8c54700> # /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 0x7f01b8c54c40> # 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 0x7f01b8be0370> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c41ee0> # /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 0x7f01b8bf0250> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c54580> 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 0x7f01b8bf0310> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d279a0> # /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 0x7f01b8c0c670> # /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 0x7f01b8c0c940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c730> # 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 0x7f01b8c0c820> # /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 0x7f01b8c0cc70> # 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 0x7f01b8c1a1c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8c0c8b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8bffa00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8d27580> # /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 0x7f01b8c0ca60> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f01b85e7640> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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 0x7f01b84e67c0> # /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 0x7f01b8575790> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575670> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85753d0> # /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 0x7f01b85754c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b85751c0> 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 0x7f01b8575430> # /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 0x7f01b85757f0> # /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 0x7f01b84657c0> # 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 0x7f01b8465b50> # 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 0x7f01b84659a0> # /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 0x7f01b8484b20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b856ed30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8575550> # /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 0x7f01b856e160> # /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 0x7f01b84e1a30> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514e50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8514880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b847e310> # 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 0x7f01b8514970> # /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 0x7f01b8543d00> # /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 0x7f01b84479a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854edf0> # /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 0x7f01b84550d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b854ee20> # /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 0x7f01b851b670> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8455100> # 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 0x7f01b8453580> # 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 0x7f01b8453640> # 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 0x7f01b8452c70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8543cd0> # /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 0x7f01b84d8ac0> # 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 0x7f01b84d79d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8448850> # 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 0x7f01b84d84f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b850ea90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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 0x7f01b803c400> # /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 0x7f01b841f3a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7fe8040> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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 0x7f01b84d7400> # 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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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 0x7f01b8512190> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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 0x7f01b855e640> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b7e92460> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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 0x7f01b841a640> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8409e80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b8411730> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_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.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_sqgnjjvj/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/etc/tlog/tlog-rec-session.conf", "changed": false, "diff": {"before": {"path": "/etc/tlog/tlog-rec-session.conf"}, "after": {"path": "/etc/tlog/tlog-rec-session.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0644", "dest": "/etc/tlog/tlog-rec-session.conf", "_original_basename": "tlog-rec-session.conf", "recurse": false, "state": "file", "path": "/etc/tlog/tlog-rec-session.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": 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 # 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 array # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # 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 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 # cleanup[3] wiping collections # 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib # destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # 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 stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _signal # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.40.27 closed. 7519 1726888144.91994: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0644', 'dest': '/etc/tlog/tlog-rec-session.conf', '_original_basename': 'tlog-rec-session.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888143.826431-8192-175936232107423/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888144.91999: _low_level_execute_command(): starting 7519 1726888144.92002: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ > /dev/null 2>&1 && sleep 0' <10.31.40.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.27> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/9caf1840d9"' 10.31.40.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.826431-8192-175936232107423/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888144.92017: 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 0x7fa49d2cf9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6df0> # /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' <<< 7519 1726888144.92050: 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 0x7fa49d2de0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6e20> # /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 0x7fa49d3a3670> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2de100> # 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 0x7fa49d2db580> # 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 0x7fa49d2db640> # 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 0x7fa49d2dac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3cccd0> # /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 0x7fa49d361ac0> <<< 7519 1726888144.92071: 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 0x7fa49d35f9d0> <<< 7519 1726888144.92106: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2d1850> <<< 7519 1726888144.92109: 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' <<< 7519 1726888144.92112: 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 0x7fa49d3614f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d397a90> <<< 7519 1726888144.92119: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92122: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py <<< 7519 1726888144.92126: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92129: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92132: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888144.92135: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py <<< 7519 1726888144.92138: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92141: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92144: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7519 1726888144.92147: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92150: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92151: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92153: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92156: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888144.92702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888144.92706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888144.92708: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888144.92711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.92713: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888144.92715: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888144.92717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888144.92720: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888144.92723: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py <<< 7519 1726888144.92726: 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_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py <<< 7519 1726888144.92728: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7519 1726888144.92730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.92733: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7519 1726888144.92735: 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 0x7fa49ceb3c10> <<< 7519 1726888144.92737: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7519 1726888144.92739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2a83a0> <<< 7519 1726888144.92741: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49ce61040> <<< 7519 1726888144.92743: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py <<< 7519 1726888144.92746: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92748: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92755: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py <<< 7519 1726888144.92758: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92766: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.92769: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7519 1726888144.92771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7519 1726888144.92774: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d35f400> <<< 7519 1726888144.92777: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.93719: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.93943: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7519 1726888144.94136: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888144.94140: stderr chunk (state=3): >>><<< 7519 1726888144.94142: stdout chunk (state=3): >>><<< <10.31.40.27> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.40.27 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6526\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888144.94152: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.27 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.27 originally 10.31.40.27 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6526 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888144.94155: handler run complete 7519 1726888144.94157: attempt loop complete, returning result 7519 1726888144.94159: _execute() done 7519 1726888144.94164: dumping result to json 7519 1726888144.94170: done dumping result, returning 7519 1726888144.94174: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session [0ed44806-2f0b-c82f-f05a-000000000015] 7519 1726888144.94178: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015 7519 1726888144.94350: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7519 1726888144.94354: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.94944: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015 7519 1726888144.94950: WORKER PROCESS EXITING 7519 1726888144.94956: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7519 1726888144.94961: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.94964: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7519 1726888144.94966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7519 1726888144.94970: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39b190> <<< 7519 1726888144.94972: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.94974: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.94976: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py <<< ok: [managed_node1] => { "changed": false, "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "dest": "/etc/tlog/tlog-rec-session.conf", "diff": { "after": { "path": "/etc/tlog/tlog-rec-session.conf" }, "before": { "path": "/etc/tlog/tlog-rec-session.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "tlog-rec-session.conf", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/tlog/tlog-rec-session.conf", "follow": true, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/tlog/tlog-rec-session.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/tlog/tlog-rec-session.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "state": "file", "uid": 0 } 7519 1726888144.95300: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.95306: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7519 1726888144.95311: 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 # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7519 1726888144.95348: 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 0x7fa49d3e7640> <<< 7519 1726888144.95372: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49cd06460> <<< 7519 1726888144.95595: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7519 1726888144.95735: 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 # code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7519 1726888144.95836: stdout chunk (state=3): >>># /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' <<< 7519 1726888144.95946: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2a0640> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d29ad30> <<< 7519 1726888144.96078: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d299730> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py <<< 7519 1726888144.96175: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7519 1726888144.96554: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.96995: stdout chunk (state=3): >>># zipimport: zlib available <<< 7519 1726888144.97606: stdout chunk (state=3): >>> {"path": "/etc/tlog/tlog-rec-session.conf", "changed": false, "diff": {"before": {"path": "/etc/tlog/tlog-rec-session.conf"}, "after": {"path": "/etc/tlog/tlog-rec-session.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0644", "dest": "/etc/tlog/tlog-rec-session.conf", "_original_basename": "tlog-rec-session.conf", "recurse": false, "state": "file", "path": "/etc/tlog/tlog-rec-session.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7519 1726888144.97910: 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 # clear sys.path_importer_cache <<< 7519 1726888144.98013: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.98066: stdout chunk (state=3): >>># 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 <<< 7519 1726888144.98247: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7519 1726888144.98345: stdout chunk (state=3): >>># destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux <<< 7519 1726888144.98363: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform <<< 7519 1726888144.98478: stdout chunk (state=3): >>># cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # 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 <<< 7519 1726888144.98565: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # 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 # cleanup[3] wiping collections # 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib <<< 7519 1726888144.98787: stdout chunk (state=3): >>># destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile <<< 7519 1726888144.98814: stdout chunk (state=3): >>># destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # 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 stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select <<< 7519 1726888144.98817: stdout chunk (state=3): >>># destroy _signal <<< 7519 1726888144.98860: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7519 1726888144.99339: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. <<< 7519 1726888144.99373: stdout chunk (state=3): >>><<< 7519 1726888144.99377: stderr chunk (state=3): >>><<< <10.31.43.94> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1edc0>\r\n# /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec33a0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1eb20>\r\n# /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1eac0>\r\nimport \'_signal\' # \r\n# /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py\r\n# code object from \'/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc\'\r\nimport \'encodings.latin_1\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3490>\r\n# /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc\'\r\nimport \'_abc\' # \r\nimport \'abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3940>\r\nimport \'io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3670>\r\n# /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc\'\r\nimport \'_stat\' # \r\nimport \'stat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a190>\r\n# /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc\'\r\nimport \'_collections_abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a220>\r\n# /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc\'\r\nimport \'genericpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de9d850>\r\nimport \'posixpath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a940>\r\nimport \'os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dedb880>\r\n# /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc\'\r\nimport \'_sitebuiltins\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de73d90>\r\n# /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc\'\r\nimport \'_locale\' # \r\nimport \'_bootlocale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de9dd90>\r\nimport \'site\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3970>\r\nPython 3.9.19 (main, Aug 23 2024, 00:00:00) \r\n[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd3eb0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd6f40>\r\n# /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc\'\r\nimport \'sre_constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbcc610>\r\nimport \'sre_parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd2640>\r\nimport \'sre_compile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd3370>\r\n# /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49db55d90>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55880>\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55e80>\r\n# /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55f40>\r\n# /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55e50>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbaed00>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dba75e0>\r\n# /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbbb640>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdadf0>\r\n# /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49db67c40>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbae220>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49dbbb250>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbe09a0>\r\n# /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67f70>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67d60>\r\n# /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc\'\r\nimport \'importlib.machinery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67cd0>\r\n# /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py\r\n# code object from \'/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py\r\n# code object from \'/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db3b340>\r\n# /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db3b430>\r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db6ff70>\r\nimport \'importlib.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69a00>\r\nimport \'importlib.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db694c0>\r\n# /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da88190>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db25cd0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69e80>\r\nimport \'runpy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdafd0>\r\n# /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da9aac0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da9adf0>\r\n# /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daad700>\r\n# /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daadc40>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da45370>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da9aee0>\r\n# /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da55250>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daad580>\r\nimport \'pwd\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da55310>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db679a0>\r\n# /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71670>\r\n# /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71940>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da71730>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71820>\r\n# /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da71c70>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49da7f1c0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da718b0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da64a00>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67580>\r\n# /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc\'\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da71a60>\r\n# code object from \'/usr/lib64/python3.9/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa49d9a5640>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d36e7c0>\r\n# /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3fe790>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe670>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe3d0>\r\n# /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py\r\n# code object from \'/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe4c0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe1c0>\r\nimport \'atexit\' # \r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3fe430>\r\n# /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc\'\r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe7f0>\r\n# /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2ed7c0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2edb50>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2ed9a0>\r\n# /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d30db20>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3f7d30>\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe550>\r\n# /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3f7160>\r\n# /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d369a30>\r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39ee50>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39e880>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d307310>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d39e970>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3ccd00>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2cf9a0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6df0>\r\n# /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2de0d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6e20>\r\n# /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3a3670>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2de100>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2db580>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2db640>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d2dac70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3cccd0>\r\n# /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d361ac0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d35f9d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2d1850>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3614f0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d397a90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/six/__init__.py\r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/converters.py\r\n# /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49ceb3c10>\r\n# /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2a83a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49ce61040>\r\nimport ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/compat/selinux.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/_text.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d35f400>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/collections.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/warnings.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/errors.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/parsing/convert_bool.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39b190>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py\r\nimport ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py\r\nimport ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py\r\nimport ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/arg_spec.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/locale.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa49d3e7640>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49cd06460>\r\nimport ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py\r\nimport ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/process.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py\r\n# code object from \'/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc\'\r\n# /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py\r\n# code object from \'/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2a0640>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d29ad30>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d299730>\r\n# destroy ansible.module_utils.distro\r\nimport ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/distro/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py\r\nimport ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py\r\nimport ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"path": "/etc/tlog/tlog-rec-session.conf", "changed": false, "diff": {"before": {"path": "/etc/tlog/tlog-rec-session.conf"}, "after": {"path": "/etc/tlog/tlog-rec-session.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0644", "dest": "/etc/tlog/tlog-rec-session.conf", "_original_basename": "tlog-rec-session.conf", "recurse": false, "state": "file", "path": "/etc/tlog/tlog-rec-session.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.path_hooks\r\n# clear sys.path_importer_cache\r\n# clear sys.meta_path\r\n# clear sys.__interactivehook__\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing encodings.latin_1\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing _bootlocale\r\n# destroy _bootlocale\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing sre_constants\r\n# destroy sre_constants\r\n# cleanup[2] removing sre_parse\r\n# cleanup[2] removing sre_compile\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing importlib.abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing _bz2\r\n# destroy _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing zipfile\r\n# destroy zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.util\r\n# destroy importlib.abc\r\n# destroy importlib.machinery\r\n# destroy zipimport\r\n# destroy _compression\r\n# destroy binascii\r\n# destroy importlib\r\n# destroy struct\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy argparse\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# destroy logging\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy contextlib\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping _lzma\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy enum\r\n# destroy sre_compile\r\n# destroy copyreg\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy heapq\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# destroy _collections\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping _heapq\r\n# cleanup[3] wiping sre_parse\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.latin_1\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy _socket\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy _posixsubprocess\r\n# destroy _blake2\r\n# destroy _lzma\r\n# destroy zlib\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy json\r\n# destroy __main__\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy shutil\r\n# destroy subprocess\r\n# destroy tempfile\r\n# destroy _functools\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy itertools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _operator\r\n# destroy datetime\r\n# destroy _sre\r\n# destroy sre_parse\r\n# destroy functools\r\n# destroy tokenize\r\n# destroy _heapq\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy io\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _signal\r\n# destroy _frozen_importlib\r\n# clear sys.audit hooks\r\n', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.43.94 closed.\r\n") 7519 1726888144.99573: _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 0x7fa49df1edc0> # /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 0x7fa49dec33a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49df1eb20> # /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 0x7fa49df1eac0> 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 0x7fa49dec3490> # /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 0x7fa49dec3940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3670> # /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 0x7fa49de7a190> # /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 0x7fa49de7a220> # /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 0x7fa49de9d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49de7a940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dedb880> # /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 0x7fa49de73d90> # /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 0x7fa49de9dd90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dec3970> 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 0x7fa49dbd3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd6f40> # /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 0x7fa49dbcc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbd3370> # /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 0x7fa49db55d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db55880> 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 0x7fa49db55e80> # /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 0x7fa49db55f40> # /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 0x7fa49db55e50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbaed00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dba75e0> # /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 0x7fa49dbbb640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdadf0> # /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 0x7fa49db67c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbae220> # 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 0x7fa49dbbb250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbe09a0> # /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 0x7fa49db67f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67d60> # /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 0x7fa49db67cd0> # /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 0x7fa49db3b340> # /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 0x7fa49db3b430> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db6ff70> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69a00> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db694c0> # /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 0x7fa49da88190> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db25cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db69e80> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49dbdafd0> # /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 0x7fa49da9aac0> 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 0x7fa49da9adf0> # /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 0x7fa49daad700> # /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 0x7fa49daadc40> # 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 0x7fa49da45370> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da9aee0> # /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 0x7fa49da55250> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49daad580> 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 0x7fa49da55310> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db679a0> # /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 0x7fa49da71670> # /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 0x7fa49da71940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da71730> # 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 0x7fa49da71820> # /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 0x7fa49da71c70> # 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 0x7fa49da7f1c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da718b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49da64a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49db67580> # /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 0x7fa49da71a60> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa49d9a5640> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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 0x7fa49d36e7c0> # /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 0x7fa49d3fe790> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe670> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe3d0> # /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 0x7fa49d3fe4c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe1c0> 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 0x7fa49d3fe430> # /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 0x7fa49d3fe7f0> # /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 0x7fa49d2ed7c0> # 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 0x7fa49d2edb50> # 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 0x7fa49d2ed9a0> # /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 0x7fa49d30db20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3f7d30> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3fe550> # /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 0x7fa49d3f7160> # /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 0x7fa49d369a30> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39ee50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d39e880> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d307310> # 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 0x7fa49d39e970> # /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 0x7fa49d3ccd00> # /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 0x7fa49d2cf9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6df0> # /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 0x7fa49d2de0d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3d6e20> # /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 0x7fa49d3a3670> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2de100> # 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 0x7fa49d2db580> # 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 0x7fa49d2db640> # 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 0x7fa49d2dac70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d3cccd0> # /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 0x7fa49d361ac0> # 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 0x7fa49d35f9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d2d1850> # 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 0x7fa49d3614f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d397a90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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 0x7fa49ceb3c10> # /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 0x7fa49d2a83a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49ce61040> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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 0x7fa49d35f400> # 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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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 0x7fa49d39b190> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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 0x7fa49d3e7640> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49cd06460> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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 0x7fa49d2a0640> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d29ad30> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa49d299730> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_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.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.file_payload_ytxi1z5l/ansible_ansible.legacy.file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/etc/tlog/tlog-rec-session.conf", "changed": false, "diff": {"before": {"path": "/etc/tlog/tlog-rec-session.conf"}, "after": {"path": "/etc/tlog/tlog-rec-session.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "invocation": {"module_args": {"owner": "root", "group": "root", "mode": "0644", "dest": "/etc/tlog/tlog-rec-session.conf", "_original_basename": "tlog-rec-session.conf", "recurse": false, "state": "file", "path": "/etc/tlog/tlog-rec-session.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": 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 # 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 array # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # 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 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 # cleanup[3] wiping collections # 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib # destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # 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 stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _signal # 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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.43.94 closed. 7519 1726888145.01210: done with _execute_module (ansible.legacy.file, {'owner': 'root', 'group': 'root', 'mode': '0644', 'dest': '/etc/tlog/tlog-rec-session.conf', '_original_basename': 'tlog-rec-session.conf', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_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-1726888143.9405909-8199-109996435310839/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7519 1726888145.01214: _low_level_execute_command(): starting 7519 1726888145.01221: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ > /dev/null 2>&1 && sleep 0' <10.31.43.94> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.94> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b9d18c0adb"' 10.31.43.94 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888143.9405909-8199-109996435310839/ > /dev/null 2>&1 && sleep 0'"'"'' 7519 1726888145.01236: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7519 1726888145.01239: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888145.01241: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888145.01245: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888145.01250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888145.01252: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888145.01257: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 7519 1726888145.01260: stderr chunk (state=3): >>>debug2: match not found <<< 7519 1726888145.01262: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 7519 1726888145.01264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888145.01265: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888145.01267: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888145.01269: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7519 1726888145.01271: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.94 is address <<< 7519 1726888145.01272: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7519 1726888145.01274: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7519 1726888145.01275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7519 1726888145.01277: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 7519 1726888145.01279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7519 1726888145.01280: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 <<< 7519 1726888145.01282: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 7519 1726888145.01284: stderr chunk (state=3): >>>debug2: match found <<< 7519 1726888145.01286: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 7519 1726888145.01287: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7519 1726888145.01295: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 7519 1726888145.01298: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 7519 1726888145.01300: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 7519 1726888145.01301: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 7519 1726888145.01303: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7519 1726888145.01305: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7519 1726888145.01307: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7519 1726888145.01313: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 7519 1726888145.01315: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 7519 1726888145.01319: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 7519 1726888145.02625: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 6612 <<< 7519 1726888145.02661: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 7519 1726888145.02919: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7519 1726888145.04841: stderr chunk (state=3): >>>debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 7519 1726888145.04917: stderr chunk (state=3): >>><<< 7519 1726888145.04920: stdout chunk (state=3): >>><<< <10.31.43.94> (0, b'', b"OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.43.94 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 6612\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 7519 1726888145.04948: _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 debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.94 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.94 originally 10.31.43.94 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 6612 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet: read header failed: Broken pipe debug2: Received exit status from master 0 7519 1726888145.05238: handler run complete 7519 1726888145.05244: attempt loop complete, returning result 7519 1726888145.05248: _execute() done 7519 1726888145.05251: dumping result to json 7519 1726888145.05254: done dumping result, returning 7519 1726888145.05256: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.tlog : Configure tlog rec session [0ed44806-2f0b-c82f-f05a-000000000015] 7519 1726888145.05259: sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015 7519 1726888145.05330: done sending task result for task 0ed44806-2f0b-c82f-f05a-000000000015 7519 1726888145.05337: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "checksum": "3fc720287d2f447cab36eaf589447c523a9cc6b4", "dest": "/etc/tlog/tlog-rec-session.conf", "diff": { "after": { "path": "/etc/tlog/tlog-rec-session.conf" }, "before": { "path": "/etc/tlog/tlog-rec-session.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "tlog-rec-session.conf", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/tlog/tlog-rec-session.conf", "follow": true, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/tlog/tlog-rec-session.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/tlog/tlog-rec-session.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 2771, "state": "file", "uid": 0 } 7519 1726888145.05421: no more pending results, returning what we have 7519 1726888145.05434: results queue empty 7519 1726888145.05436: checking for any_errors_fatal 7519 1726888145.05445: done checking for any_errors_fatal 7519 1726888145.05446: checking for max_fail_percentage 7519 1726888145.05451: done checking for max_fail_percentage 7519 1726888145.05453: checking to see if all hosts have failed and the running result is not ok 7519 1726888145.05454: done checking to see if all hosts have failed 7519 1726888145.05455: getting the remaining hosts for this loop 7519 1726888145.05458: done getting the remaining hosts for this loop 7519 1726888145.05463: getting the next task for host managed_node1 7519 1726888145.05474: done getting next task for host managed_node1 7519 1726888145.05478: ^ task is: TASK: meta (role_complete) 7519 1726888145.05480: ^ 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 7519 1726888145.05482: getting the next task for host managed_node2 7519 1726888145.05487: done getting next task for host managed_node2 7519 1726888145.05489: ^ task is: TASK: meta (role_complete) 7519 1726888145.05490: ^ 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 7519 1726888145.05492: getting the next task for host managed_node3 7519 1726888145.05497: done getting next task for host managed_node3 7519 1726888145.05499: ^ task is: TASK: meta (role_complete) 7519 1726888145.05500: ^ 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 7519 1726888145.05529: getting variables 7519 1726888145.05532: in VariableManager get_vars() 7519 1726888145.05584: Calling all_inventory to load vars for managed_node1 7519 1726888145.05588: Calling groups_inventory to load vars for managed_node1 7519 1726888145.05591: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888145.05606: Calling all_plugins_play to load vars for managed_node1 7519 1726888145.05610: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888145.05614: Calling groups_plugins_play to load vars for managed_node1 7519 1726888145.07776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.08675: done with get_vars() 7519 1726888145.08689: done getting variables 7519 1726888145.08829: getting variables 7519 1726888145.08831: in VariableManager get_vars() 7519 1726888145.08851: Calling all_inventory to load vars for managed_node2 7519 1726888145.08854: Calling groups_inventory to load vars for managed_node2 7519 1726888145.08857: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888145.08863: Calling all_plugins_play to load vars for managed_node2 7519 1726888145.08866: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888145.08871: Calling groups_plugins_play to load vars for managed_node2 7519 1726888145.10417: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.12956: done with get_vars() 7519 1726888145.12974: done getting variables 7519 1726888145.13193: getting variables 7519 1726888145.13195: in VariableManager get_vars() 7519 1726888145.13331: Calling all_inventory to load vars for managed_node3 7519 1726888145.13334: Calling groups_inventory to load vars for managed_node3 7519 1726888145.13336: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888145.13341: Calling all_plugins_play to load vars for managed_node3 7519 1726888145.13343: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888145.13346: Calling groups_plugins_play to load vars for managed_node3 7519 1726888145.15288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.18626: done with get_vars() 7519 1726888145.18645: done getting variables 7519 1726888145.18712: done queuing things up, now waiting for results queue to drain 7519 1726888145.18715: results queue empty 7519 1726888145.18715: checking for any_errors_fatal 7519 1726888145.18720: done checking for any_errors_fatal 7519 1726888145.18720: checking for max_fail_percentage 7519 1726888145.18721: done checking for max_fail_percentage 7519 1726888145.18724: checking to see if all hosts have failed and the running result is not ok 7519 1726888145.18724: done checking to see if all hosts have failed 7519 1726888145.18725: getting the remaining hosts for this loop 7519 1726888145.18726: done getting the remaining hosts for this loop 7519 1726888145.18729: getting the next task for host managed_node1 7519 1726888145.18733: done getting next task for host managed_node1 7519 1726888145.18734: ^ task is: TASK: meta (flush_handlers) 7519 1726888145.18736: ^ 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 7519 1726888145.18737: getting the next task for host managed_node2 7519 1726888145.18739: done getting next task for host managed_node2 7519 1726888145.18740: ^ task is: TASK: meta (flush_handlers) 7519 1726888145.18742: ^ 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 7519 1726888145.18742: getting the next task for host managed_node3 7519 1726888145.18745: done getting next task for host managed_node3 7519 1726888145.18746: ^ task is: TASK: meta (flush_handlers) 7519 1726888145.18747: ^ 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 7519 1726888145.18750: getting variables 7519 1726888145.18751: in VariableManager get_vars() 7519 1726888145.18763: Calling all_inventory to load vars for managed_node1 7519 1726888145.18765: Calling groups_inventory to load vars for managed_node1 7519 1726888145.18767: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888145.18773: Calling all_plugins_play to load vars for managed_node1 7519 1726888145.18775: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888145.18778: Calling groups_plugins_play to load vars for managed_node1 7519 1726888145.20184: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.22575: done with get_vars() 7519 1726888145.22592: done getting variables 7519 1726888145.22688: in VariableManager get_vars() 7519 1726888145.22699: Calling all_inventory to load vars for managed_node1 7519 1726888145.22702: Calling groups_inventory to load vars for managed_node1 7519 1726888145.22734: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888145.22740: Calling all_plugins_play to load vars for managed_node1 7519 1726888145.22745: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888145.22793: Calling groups_plugins_play to load vars for managed_node1 7519 1726888145.24104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.26542: done with get_vars() 7519 1726888145.26568: getting variables 7519 1726888145.26570: in VariableManager get_vars() 7519 1726888145.26581: Calling all_inventory to load vars for managed_node2 7519 1726888145.26583: Calling groups_inventory to load vars for managed_node2 7519 1726888145.26585: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888145.26590: Calling all_plugins_play to load vars for managed_node2 7519 1726888145.26592: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888145.26595: Calling groups_plugins_play to load vars for managed_node2 7519 1726888145.28493: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.29279: done with get_vars() 7519 1726888145.29294: done getting variables 7519 1726888145.29337: in VariableManager get_vars() 7519 1726888145.29345: Calling all_inventory to load vars for managed_node2 7519 1726888145.29347: Calling groups_inventory to load vars for managed_node2 7519 1726888145.29348: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888145.29353: Calling all_plugins_play to load vars for managed_node2 7519 1726888145.29354: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888145.29356: Calling groups_plugins_play to load vars for managed_node2 7519 1726888145.29881: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.31291: done with get_vars() 7519 1726888145.31312: getting variables 7519 1726888145.31318: in VariableManager get_vars() 7519 1726888145.31330: Calling all_inventory to load vars for managed_node3 7519 1726888145.31333: Calling groups_inventory to load vars for managed_node3 7519 1726888145.31335: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888145.31340: Calling all_plugins_play to load vars for managed_node3 7519 1726888145.31342: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888145.31344: Calling groups_plugins_play to load vars for managed_node3 7519 1726888145.32381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.33849: done with get_vars() 7519 1726888145.33866: done getting variables 7519 1726888145.33928: in VariableManager get_vars() 7519 1726888145.33939: Calling all_inventory to load vars for managed_node3 7519 1726888145.33942: Calling groups_inventory to load vars for managed_node3 7519 1726888145.33944: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888145.33948: Calling all_plugins_play to load vars for managed_node3 7519 1726888145.34653: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888145.34670: Calling groups_plugins_play to load vars for managed_node3 7519 1726888145.35620: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.36945: done with get_vars() 7519 1726888145.36967: done queuing things up, now waiting for results queue to drain 7519 1726888145.36969: results queue empty 7519 1726888145.36970: checking for any_errors_fatal 7519 1726888145.36972: done checking for any_errors_fatal 7519 1726888145.36973: checking for max_fail_percentage 7519 1726888145.36974: done checking for max_fail_percentage 7519 1726888145.36975: checking to see if all hosts have failed and the running result is not ok 7519 1726888145.36975: done checking to see if all hosts have failed 7519 1726888145.36976: getting the remaining hosts for this loop 7519 1726888145.36977: done getting the remaining hosts for this loop 7519 1726888145.36980: getting the next task for host managed_node1 7519 1726888145.36984: done getting next task for host managed_node1 7519 1726888145.36986: ^ task is: TASK: meta (flush_handlers) 7519 1726888145.36987: ^ state is: HOST STATE: block=6, 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 7519 1726888145.36988: getting the next task for host managed_node2 7519 1726888145.36991: done getting next task for host managed_node2 7519 1726888145.36992: ^ task is: TASK: meta (flush_handlers) 7519 1726888145.36993: ^ state is: HOST STATE: block=6, 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 7519 1726888145.36994: getting the next task for host managed_node3 7519 1726888145.36996: done getting next task for host managed_node3 7519 1726888145.36998: ^ task is: TASK: meta (flush_handlers) 7519 1726888145.36999: ^ state is: HOST STATE: block=6, 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 7519 1726888145.37002: getting variables 7519 1726888145.37003: in VariableManager get_vars() 7519 1726888145.37013: Calling all_inventory to load vars for managed_node1 7519 1726888145.37016: Calling groups_inventory to load vars for managed_node1 7519 1726888145.37017: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888145.37022: Calling all_plugins_play to load vars for managed_node1 7519 1726888145.37025: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888145.37028: Calling groups_plugins_play to load vars for managed_node1 7519 1726888145.38426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.39230: done with get_vars() 7519 1726888145.39242: done getting variables 7519 1726888145.39276: in VariableManager get_vars() 7519 1726888145.39284: Calling all_inventory to load vars for managed_node1 7519 1726888145.39285: Calling groups_inventory to load vars for managed_node1 7519 1726888145.39286: Calling all_plugins_inventory to load vars for managed_node1 7519 1726888145.39289: Calling all_plugins_play to load vars for managed_node1 7519 1726888145.39290: Calling groups_plugins_inventory to load vars for managed_node1 7519 1726888145.39292: Calling groups_plugins_play to load vars for managed_node1 7519 1726888145.40304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.42689: done with get_vars() 7519 1726888145.42712: getting variables 7519 1726888145.42714: in VariableManager get_vars() 7519 1726888145.42729: Calling all_inventory to load vars for managed_node2 7519 1726888145.42731: Calling groups_inventory to load vars for managed_node2 7519 1726888145.42733: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888145.42738: Calling all_plugins_play to load vars for managed_node2 7519 1726888145.42740: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888145.42743: Calling groups_plugins_play to load vars for managed_node2 7519 1726888145.43794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.44671: done with get_vars() 7519 1726888145.44683: done getting variables 7519 1726888145.44725: in VariableManager get_vars() 7519 1726888145.44733: Calling all_inventory to load vars for managed_node2 7519 1726888145.44734: Calling groups_inventory to load vars for managed_node2 7519 1726888145.44735: Calling all_plugins_inventory to load vars for managed_node2 7519 1726888145.44738: Calling all_plugins_play to load vars for managed_node2 7519 1726888145.44740: Calling groups_plugins_inventory to load vars for managed_node2 7519 1726888145.44741: Calling groups_plugins_play to load vars for managed_node2 7519 1726888145.45610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.47406: done with get_vars() 7519 1726888145.47432: getting variables 7519 1726888145.47434: in VariableManager get_vars() 7519 1726888145.47443: Calling all_inventory to load vars for managed_node3 7519 1726888145.47446: Calling groups_inventory to load vars for managed_node3 7519 1726888145.47448: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888145.47452: Calling all_plugins_play to load vars for managed_node3 7519 1726888145.47454: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888145.47457: Calling groups_plugins_play to load vars for managed_node3 7519 1726888145.48339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.49089: done with get_vars() 7519 1726888145.49100: done getting variables 7519 1726888145.49183: in VariableManager get_vars() 7519 1726888145.49191: Calling all_inventory to load vars for managed_node3 7519 1726888145.49193: Calling groups_inventory to load vars for managed_node3 7519 1726888145.49194: Calling all_plugins_inventory to load vars for managed_node3 7519 1726888145.49197: Calling all_plugins_play to load vars for managed_node3 7519 1726888145.49198: Calling groups_plugins_inventory to load vars for managed_node3 7519 1726888145.49200: Calling groups_plugins_play to load vars for managed_node3 7519 1726888145.50580: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7519 1726888145.52715: done with get_vars() 7519 1726888145.52758: done queuing things up, now waiting for results queue to drain 7519 1726888145.52766: results queue empty 7519 1726888145.52768: checking for any_errors_fatal 7519 1726888145.52771: done checking for any_errors_fatal 7519 1726888145.52772: checking for max_fail_percentage 7519 1726888145.52773: done checking for max_fail_percentage 7519 1726888145.52774: checking to see if all hosts have failed and the running result is not ok 7519 1726888145.52775: done checking to see if all hosts have failed 7519 1726888145.52775: getting the remaining hosts for this loop 7519 1726888145.52776: done getting the remaining hosts for this loop 7519 1726888145.52779: getting the next task for host managed_node1 7519 1726888145.52783: done getting next task for host managed_node1 7519 1726888145.52784: ^ task is: None 7519 1726888145.52791: ^ state is: HOST STATE: block=7, 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 7519 1726888145.52798: getting the next task for host managed_node2 7519 1726888145.52801: done getting next task for host managed_node2 7519 1726888145.52802: ^ task is: None 7519 1726888145.52907: ^ state is: HOST STATE: block=7, 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 7519 1726888145.52909: getting the next task for host managed_node3 7519 1726888145.52940: done getting next task for host managed_node3 7519 1726888145.52942: ^ task is: None 7519 1726888145.52943: ^ state is: HOST STATE: block=7, 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 7519 1726888145.52945: done queuing things up, now waiting for results queue to drain 7519 1726888145.52947: results queue empty 7519 1726888145.52948: checking for any_errors_fatal 7519 1726888145.52948: done checking for any_errors_fatal 7519 1726888145.52949: checking for max_fail_percentage 7519 1726888145.52951: done checking for max_fail_percentage 7519 1726888145.52951: checking to see if all hosts have failed and the running result is not ok 7519 1726888145.52952: done checking to see if all hosts have failed 7519 1726888145.52955: getting the next task for host managed_node1 7519 1726888145.52958: done getting next task for host managed_node1 7519 1726888145.52959: ^ task is: None 7519 1726888145.52961: ^ state is: HOST STATE: block=7, 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 7519 1726888145.52962: getting the next task for host managed_node2 7519 1726888145.52964: done getting next task for host managed_node2 7519 1726888145.52965: ^ task is: None 7519 1726888145.52967: ^ state is: HOST STATE: block=7, 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 7519 1726888145.52968: getting the next task for host managed_node3 7519 1726888145.52970: done getting next task for host managed_node3 7519 1726888145.52971: ^ task is: None 7519 1726888145.52972: ^ state is: HOST STATE: block=7, 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=8 rescued=0 ignored=0 managed_node2 : ok=11 changed=0 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 managed_node3 : ok=11 changed=0 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 Friday 20 September 2024 23:09:05 -0400 (0:00:01.810) 0:00:20.150 ****** =============================================================================== fedora.linux_system_roles.tlog : Install session recording packages ----- 3.34s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:5 fedora.linux_system_roles.tlog : Install cockpit session recording ------ 2.72s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:13 fedora.linux_system_roles.tlog : Configure sssd proxy provider domain --- 2.42s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:41 fedora.linux_system_roles.tlog : Get the rpm package facts -------------- 2.27s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:10 fedora.linux_system_roles.tlog : Configure tlog rec session ------------- 1.81s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:103 fedora.linux_system_roles.tlog : Configure sssd session recording config --- 1.62s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:64 fedora.linux_system_roles.tlog : Configure sssd services section -------- 1.59s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:20 fedora.linux_system_roles.tlog : Ensure ansible_facts used by role ------ 1.01s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:2 fedora.linux_system_roles.tlog : Check appropriate authselect features exists --- 0.99s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:74 fedora.linux_system_roles.tlog : Check which authselect features are currently enabled --- 0.85s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:87 Check if system is ostree ----------------------------------------------- 0.80s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:6 fedora.linux_system_roles.tlog : Update nsswitch ------------------------ 0.17s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:93 fedora.linux_system_roles.tlog : Enable authselect profile with tlog feature --- 0.17s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:79 fedora.linux_system_roles.tlog : Set platform/version specific variables --- 0.08s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:19 Set flag to indicate system is ostree ----------------------------------- 0.06s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:11 fedora.linux_system_roles.tlog : Check if system is ostree -------------- 0.05s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:10 fedora.linux_system_roles.tlog : Set flag to indicate system is ostree --- 0.05s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/set_vars.yml:15 Ensure sssd user/group exist in /etc files ------------------------------ 0.04s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tasks/setup.yml:21 fedora.linux_system_roles.tlog : Set platform/version specific variables --- 0.04s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog/tasks/main.yml:2 Test setup and check for ostree ----------------------------------------- 0.03s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default.yml:10 7519 1726888145.53260: RUNNING CLEANUP STDERR: import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557890cd40> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557890c380> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557890f290> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/local/lib64/python3.12/site-packages' Adding directory: '/usr/local/lib/python3.12/site-packages' Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578501970> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578502600> import 'site' # Python 3.12.5 (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.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578536e40> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578537050> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578551af0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557856f170> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578552b40> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785501d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785340b0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578596750> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578595370> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785967b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578551190> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785979e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578503410> # /usr/local/lib/python3.12/site-packages/ansible/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578597fe0> # /usr/local/lib/python3.12/site-packages/ansible/_vendor/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/_vendor/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/_vendor/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785c9490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785c9130> # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785ca420> import 'importlib.util' # import 'importlib.machinery' # # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785cbef0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785caa20> # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783f20f0> # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783f1f40> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785e4e90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785c89e0> # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578446cf0> # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55784b2a20> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55784b1df0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578447b30> # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55784c61e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55784b2c90> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55784b3bc0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785e70e0> import 'ansible._vendor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55785c88f0> # /usr/local/lib/python3.12/site-packages/ansible/__pycache__/release.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/release.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/release.cpython-312.pyc' import 'ansible.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578417e30> import 'ansible' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578597e60> # /usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55782fc770> # /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py # code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc' # extension module '_csv' loaded from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so' # extension module '_csv' executed from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so' import '_csv' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5578321f10> import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783211f0> # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578322450> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578349610> import 'ntpath' # import 'errno' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557834ade0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55783694f0> # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578369e80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557834af90> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783226c0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55783b3bf0> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55783d9ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783dadb0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55783db380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783da360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55783dbd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783db4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783b3f50> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f24380> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783d8170> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f24710> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f509e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f27800> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578349490> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783b2330> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_adapters.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f53cb0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f77710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f77440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f77530> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f77fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f849b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f77920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f75940> # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f86030> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577f87e00> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55784c6240> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577fbd0d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f77ef0> # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577fbd2b0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f84ce0> # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fbec30> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fbd910> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fe6510> import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fe61b0> # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fe7e90> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fe7770> # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d3b950> # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d3b9b0> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577fbf530> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f74770> # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d410a0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f85190> # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d41d30> # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d42540> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f51b50> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_text.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc' # /usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_functools.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc' import 'importlib.metadata._functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d42ab0> import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d42750> import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577f51430> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc' import 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d42d50> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc' import 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d433b0> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc' import 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d43950> # /usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc' # /usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/__init__.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d6cfe0> # /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc' import 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d6ebd0> # /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc' import 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d6f710> import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d6c860> # /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc' import 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8ca10> import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d6c530> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d43cb0> import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5578312570> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8d8b0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8daf0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/version.cpython-312.pyc' import 'ansible.module_utils.compat.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8db50> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8ee70> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8e8d0> # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577d8fb30> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577d8f650> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577db3860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577db3a10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577dc89b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577db1a60> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577db1f70> # /usr/local/lib/python3.12/site-packages/ansible/__pycache__/constants.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/constants.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/constants.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/config/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/__init__.cpython-312.pyc' import 'ansible.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577dcbdd0> # /usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/config/manager.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/manager.cpython-312.pyc' import 'atexit' # # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577ded040> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/bccache.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/bccache.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/bccache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557770ce60> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f557770d5e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577e18e30> import 'jinja2.bccache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577e183b0> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/environment.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/environment.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/environment.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/markupsafe/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/markupsafe/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/markupsafe/__pycache__/__init__.cpython-312.pyc' # extension module 'markupsafe._speedups' loaded from '/usr/local/lib64/python3.12/site-packages/markupsafe/_speedups.cpython-312-x86_64-linux-gnu.so' # extension module 'markupsafe._speedups' executed from '/usr/local/lib64/python3.12/site-packages/markupsafe/_speedups.cpython-312-x86_64-linux-gnu.so' import 'markupsafe._speedups' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f557773d8b0> import 'markupsafe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557770ff50> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/nodes.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/nodes.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/nodes.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/utils.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f557775a300> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557775a0f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777599d0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557775a240> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777594f0> import 'jinja2.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557773f8f0> import 'jinja2.nodes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557773da30> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/compiler.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/compiler.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/compiler.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/exceptions.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/exceptions.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/exceptions.cpython-312.pyc' import 'jinja2.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777ac200> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/idtracking.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/idtracking.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/idtracking.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/visitor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/visitor.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/visitor.cpython-312.pyc' import 'jinja2.visitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777ad6d0> import 'jinja2.idtracking' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777aca10> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/optimizer.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/optimizer.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/optimizer.cpython-312.pyc' import 'jinja2.optimizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777adbe0> import 'jinja2.compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557773e5a0> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/defaults.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/defaults.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/defaults.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/filters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/filters.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/filters.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/async_utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/async_utils.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/async_utils.cpython-312.pyc' import 'jinja2.async_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777d5ca0> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/runtime.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/runtime.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/runtime.cpython-312.pyc' import 'jinja2.runtime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777d69c0> import 'jinja2.filters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777af680> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/tests.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/tests.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/tests.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577563050> import 'jinja2.tests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775627b0> import 'jinja2.defaults' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777af2c0> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/lexer.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/lexer.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/lexer.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/_identifier.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/_identifier.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/_identifier.cpython-312.pyc' import 'jinja2._identifier' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577579af0> import 'jinja2.lexer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55777af500> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/parser.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/parser.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/parser.cpython-312.pyc' import 'jinja2.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557757a840> import 'jinja2.environment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577e19100> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/loaders.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/loaders.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/loaders.cpython-312.pyc' import 'jinja2.loaders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775bcf50> import 'jinja2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577ded4c0> # /usr/local/lib/python3.12/site-packages/jinja2/__pycache__/nativetypes.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/jinja2/nativetypes.py # code object from '/usr/local/lib/python3.12/site-packages/jinja2/__pycache__/nativetypes.cpython-312.pyc' import 'jinja2.nativetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55782fc9e0> # /usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/errors/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/yaml_strings.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/errors/yaml_strings.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/yaml_strings.cpython-312.pyc' import 'ansible.errors.yaml_strings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775be8d0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775beb10> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.common.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775bec30> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/converters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/converters.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/converters.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775bf170> import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775be900> import 'ansible.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775bdf10> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/yaml.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/yaml.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/error.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/error.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/error.cpython-312.pyc' import 'yaml.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775e3800> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/tokens.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/tokens.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/tokens.cpython-312.pyc' import 'yaml.tokens' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775e3b30> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/events.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/events.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/events.cpython-312.pyc' import 'yaml.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775e3e30> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/nodes.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/nodes.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/nodes.cpython-312.pyc' import 'yaml.nodes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577600860> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/loader.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/reader.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc' import 'yaml.reader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577600ef0> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/scanner.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc' import 'yaml.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55776013a0> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/parser.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc' import 'yaml.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577602780> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/composer.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/composer.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/composer.cpython-312.pyc' import 'yaml.composer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577603110> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/constructor.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc' import 'yaml.constructor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577603500> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/resolver.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/resolver.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/resolver.cpython-312.pyc' import 'yaml.resolver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762c920> import 'yaml.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577600b60> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/dumper.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/dumper.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/dumper.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/emitter.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/emitter.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/emitter.cpython-312.pyc' import 'yaml.emitter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762cf80> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/serializer.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/serializer.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/serializer.cpython-312.pyc' import 'yaml.serializer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762e1e0> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/representer.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc' import 'yaml.representer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762e570> import 'yaml.dumper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577600cb0> # /usr/local/lib64/python3.12/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/yaml/cyaml.py # code object from '/usr/local/lib64/python3.12/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc' # extension module 'yaml._yaml' loaded from '/usr/local/lib64/python3.12/site-packages/yaml/_yaml.cpython-312-x86_64-linux-gnu.so' # extension module 'yaml._yaml' executed from '/usr/local/lib64/python3.12/site-packages/yaml/_yaml.cpython-312-x86_64-linux-gnu.so' import 'yaml._yaml' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f557762f230> import 'yaml.cyaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762ee40> import 'yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775be690> import 'ansible.module_utils.common.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55775be2d0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.parsing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762fe90> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/convert_bool.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/convert_bool.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/convert_bool.cpython-312.pyc' import 'ansible.module_utils.parsing.convert_bool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557762fe60> # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/__init__.cpython-312.pyc' import 'ansible.parsing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577468110> # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/quoting.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/quoting.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/quoting.cpython-312.pyc' import 'ansible.parsing.quoting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774681d0> # /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/__init__.cpython-312.pyc' import 'ansible.parsing.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774682f0> # /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/objects.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/objects.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/objects.cpython-312.pyc' import 'ansible.parsing.yaml.objects' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577468350> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/__init__.cpython-312.pyc' import 'ansible.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774695b0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/path.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/path.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/path.cpython-312.pyc' import 'ansible.utils.path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774696a0> import 'ansible.config.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577dcbe60> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/collections.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/collections.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/collections.cpython-312.pyc' import 'ansible.module_utils.common.collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577469c10> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/fqcn.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/fqcn.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/fqcn.cpython-312.pyc' import 'ansible.utils.fqcn' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557746a120> # /usr/lib64/python3.12/encodings/__pycache__/unicode_escape.cpython-312.pyc matches /usr/lib64/python3.12/encodings/unicode_escape.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/unicode_escape.cpython-312.pyc' import 'encodings.unicode_escape' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557746a780> import 'ansible.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577dca840> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/display.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/display.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/display.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' # extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55774965d0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577496000> # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55774a6ab0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577494fb0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577495d60> # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577494dd0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577495430> # /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py # code object from '/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc' import 'tty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d45f0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/color.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/color.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/color.cpython-312.pyc' import 'ansible.utils.color' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577600e60> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/multiprocessing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/multiprocessing.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/multiprocessing.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d7680> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774e8bc0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d57f0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d5160> import 'ansible.utils.multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d50a0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/singleton.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/singleton.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/singleton.cpython-312.pyc' import 'ansible.utils.singleton' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d4f50> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unsafe_proxy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unsafe_proxy.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unsafe_proxy.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/native_jinja.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/native_jinja.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/native_jinja.cpython-312.pyc' import 'ansible.utils.native_jinja' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774ebd10> import 'ansible.utils.unsafe_proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774d6f60> import 'ansible.utils.display' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557746b5f0> # /usr/local/lib/python3.12/site-packages/ansible/__pycache__/context.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/context.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/context.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/context_objects.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/context_objects.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/context_objects.cpython-312.pyc' import 'ansible.utils.context_objects' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774fdbe0> import 'ansible.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774fd940> # /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/__init__.cpython-312.pyc' import 'ansible.cli.arguments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774fdfa0> # /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/option_helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/option_helpers.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/option_helpers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774ff8c0> # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557751fef0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774ffef0> import 'ansible.cli.arguments.option_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774fe030> # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/__init__.cpython-312.pyc' import 'ansible.inventory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774fe330> # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/manager.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/manager.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/data.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/data.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/data.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/group.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/group.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/group.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/vars.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/vars.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577310e00> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577313f50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577552480> # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/splitter.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/splitter.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/splitter.cpython-312.pyc' import 'ansible.parsing.splitter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577324470> import 'ansible.utils.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577551d30> import 'ansible.inventory.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577550d70> # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/host.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/host.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/host.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/__init__.cpython-312.pyc' import 'ansible.parsing.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577325400> # /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/addresses.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/addresses.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/addresses.cpython-312.pyc' import 'ansible.parsing.utils.addresses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577325460> import 'ansible.inventory.host' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577551a60> import 'ansible.inventory.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577550380> # /usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773256a0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/loader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/loader.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/loader.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577338170> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/typing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/typing.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/typing.cpython-312.pyc' import 'ansible.module_utils.compat.typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577339070> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.filter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577338f20> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.test' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773392b0> # /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/yaml.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/yaml.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/loader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/loader.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/loader.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/constructor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/constructor.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/constructor.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577351490> # /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/__about__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc' import 'cryptography.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773523f0> import 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577352090> # /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/exceptions.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577352990> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.bindings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577352ab0> # extension module '_cffi_backend' loaded from '/usr/local/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so' # extension module '_cffi_backend' executed from '/usr/local/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so' import '_cffi_backend' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577368c50> # extension module 'cryptography.hazmat.bindings._rust' loaded from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so' # extension module 'cryptography.hazmat.bindings._rust' executed from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so' import 'cryptography.hazmat.bindings._rust' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5577352c00> import 'cryptography.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577352420> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.backends' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577352060> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.primitives' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577369940> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/hashes.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc' import 'cryptography.hazmat.primitives.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577369c10> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/padding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/padding.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/padding.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/utils.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc' import 'cryptography.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736b260> import 'cryptography.hazmat.primitives.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736a750> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hmac.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/hmac.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hmac.cpython-312.pyc' import 'cryptography.hazmat.primitives.hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736b830> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.primitives.kdf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736bb00> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/constant_time.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py # code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737c260> import 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736bfb0> import 'cryptography.hazmat.primitives.kdf.pbkdf2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557736bce0> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc' import 'cryptography.hazmat.primitives._cipheralgorithm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737ce00> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/base.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.decrepit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737f740> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.decrepit.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737f920> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc' import 'cryptography.hazmat.decrepit.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737f530> import 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737eb70> import 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737da90> import 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737d1c0> import 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737cce0> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/backend.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.bindings.openssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577391370> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/binding.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-312.pyc' import 'cryptography.hazmat.bindings.openssl._conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577391a00> import 'cryptography.hazmat.bindings.openssl.binding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577391550> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_asymmetric.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc' import 'cryptography.hazmat.primitives._asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577393560> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577393710> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/_oid.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc' import 'cryptography.hazmat._oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577393f50> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_serialization.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc' import 'cryptography.hazmat.primitives._serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773a4800> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773a6420> import 'cryptography.hazmat.primitives.asymmetric.ec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577393a70> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.rsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773a77d0> import 'cryptography.hazmat.primitives.asymmetric.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773a6ed0> import 'cryptography.hazmat.backends.openssl.backend' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577390230> import 'cryptography.hazmat.backends.openssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557737ff50> import 'ansible.parsing.vault' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557733a510> import 'ansible.parsing.yaml.constructor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577339b50> import 'ansible.parsing.yaml.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773398e0> # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/ajson.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/ajson.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/ajson.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/json.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/json.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/json.cpython-312.pyc' import 'ansible.module_utils.common.json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773a7cb0> import 'ansible.parsing.ajson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557733a300> import 'ansible.parsing.utils.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577339310> # /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_config.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_config.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_config.cpython-312.pyc' import 'ansible.utils.collection_loader._collection_config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773bc650> # /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_finder.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_finder.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_finder.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_meta.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_meta.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_meta.cpython-312.pyc' import 'ansible.utils.collection_loader._collection_meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773bfc80> import 'ansible.utils.collection_loader._collection_finder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773bce90> import 'ansible.utils.collection_loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557733a2a0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/plugin_docs.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/plugin_docs.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/plugin_docs.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/plugin_docs.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/plugin_docs.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/plugin_docs.cpython-312.pyc' import 'ansible.parsing.plugin_docs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773d4980> import 'ansible.utils.plugin_docs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773be9c0> # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc' import 'packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773d4f50> # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/specifiers.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/utils.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/tags.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/sysconfig.cpython-312.pyc matches /usr/lib64/python3.12/sysconfig.py # code object from '/usr/lib64/python3.12/__pycache__/sysconfig.cpython-312.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773e8d10> # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_manylinux.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_elffile.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc' import 'packaging._elffile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773eb410> import 'packaging._manylinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773ea8d0> # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_musllinux.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc' import 'packaging._musllinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773ebe30> import 'packaging.tags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773d7410> # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/version.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_structures.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc' import 'packaging._structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771fdeb0> import 'packaging.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771fc9e0> import 'packaging.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773d6c00> import 'packaging.specifiers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773d5130> import 'ansible.plugins.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5577326060> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/helpers.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/helpers.cpython-312.pyc' import 'ansible.utils.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771ff350> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/__init__.cpython-312.pyc' import 'ansible.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771ff5c0> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/plugins.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/plugins.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/plugins.cpython-312.pyc' import 'ansible.vars.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771ff5f0> import 'ansible.inventory.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557751e510> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/file.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/file.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/file.cpython-312.pyc' import 'ansible.module_utils.common.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771ffb60> # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/dataloader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/dataloader.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/dataloader.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/basic.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/basic.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/basic.cpython-312.pyc' # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55767bac00> import 'pwd' # # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55767bb050> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/selinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/selinux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/selinux.cpython-312.pyc' import 'ansible.module_utils.compat.selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767bb350> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/_text.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/_text.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/_text.cpython-312.pyc' import 'ansible.module_utils._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767bbb00> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/arg_spec.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/arg_spec.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/arg_spec.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/parameters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/parameters.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/parameters.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/warnings.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/warnings.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/warnings.cpython-312.pyc' import 'ansible.module_utils.common.warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767dcb60> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/errors.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/errors.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/errors.cpython-312.pyc' import 'ansible.module_utils.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767dce30> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/validation.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/validation.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/validation.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/formatters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/formatters.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/formatters.cpython-312.pyc' import 'ansible.module_utils.common.text.formatters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767de000> import 'ansible.module_utils.common.validation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767dd0d0> import 'ansible.module_utils.common.parameters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767bbfe0> import 'ansible.module_utils.common.arg_spec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767bb770> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/locale.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/locale.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/locale.cpython-312.pyc' import 'ansible.module_utils.common.locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767de390> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/process.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/process.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/process.cpython-312.pyc' import 'ansible.module_utils.common.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767de570> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/sys_info.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/sys_info.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/sys_info.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/_distro.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/_distro.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/_distro.cpython-312.pyc' import 'ansible.module_utils.distro._distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767debd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767de9f0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/_utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/_utils.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/_utils.cpython-312.pyc' import 'ansible.module_utils.common._utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767df290> import 'ansible.module_utils.common.sys_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767de5d0> import 'ansible.module_utils.basic' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767b8a40> import 'ansible.parsing.dataloader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55771ff1a0> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/manager.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/manager.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/helpers.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/helpers.cpython-312.pyc' import 'ansible.inventory.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576571370> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/fact_cache.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/fact_cache.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/fact_cache.cpython-312.pyc' import 'ansible.vars.fact_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765715e0> # /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/native_helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/native_helpers.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/native_helpers.cpython-312.pyc' import 'ansible.template.native_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576572e70> # /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/template.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/template.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/template.cpython-312.pyc' import 'ansible.template.template' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576573170> # /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/vars.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/vars.cpython-312.pyc' import 'ansible.template.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576573290> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/listify.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/listify.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/listify.cpython-312.pyc' import 'ansible.utils.listify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576573560> import 'ansible.template' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576571ac0> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/clean.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/clean.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/clean.cpython-312.pyc' import 'ansible.vars.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765738f0> import 'ansible.vars.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55767df2c0> # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/completers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/completers.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/completers.cpython-312.pyc' import 'argcomplete.completers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576573c80> # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/exceptions.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/exceptions.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/exceptions.cpython-312.pyc' import 'argcomplete.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a0140> # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/finders.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/finders.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/finders.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/io.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/io.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/io.cpython-312.pyc' import 'argcomplete.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a0bc0> # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/lexers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/lexers.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/lexers.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/__init__.cpython-312.pyc' import 'argcomplete.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a1160> # /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_shlex.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/_shlex.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_shlex.cpython-312.pyc' import 'argcomplete.packages._shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a1310> import 'argcomplete.lexers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a0ec0> # /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_argparse.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/_argparse.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_argparse.cpython-312.pyc' import 'argcomplete.packages._argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a1640> import 'argcomplete.finders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a0200> # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/shell_integration.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/shell_integration.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/shell_integration.cpython-312.pyc' import 'argcomplete.shell_integration' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a19a0> import 'argcomplete' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765739e0> import 'ansible.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55783f2960> # /usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/playbook.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/playbook.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/playbook.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/__init__.cpython-312.pyc' import 'ansible.executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a1f40> # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/playbook_executor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/playbook_executor.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/playbook_executor.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_queue_manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_queue_manager.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_queue_manager.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55765d11f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765d0ad0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55765d0c20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a3f50> # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55765d1100> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765d3470> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765d14c0> import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a3200> # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/play_iterator.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/play_iterator.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/play_iterator.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/play.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/attribute.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/attribute.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/attribute.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/sentinel.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/sentinel.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/sentinel.cpython-312.pyc' import 'ansible.utils.sentinel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f23f0> import 'ansible.playbook.attribute' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f1d30> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/base.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/base.cpython-312.pyc' import 'ansible.playbook.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f25a0> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/block.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/block.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/block.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/conditional.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/conditional.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/conditional.cpython-312.pyc' import 'ansible.playbook.conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576608aa0> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/collectionsearch.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/collectionsearch.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/collectionsearch.cpython-312.pyc' import 'ansible.playbook.collectionsearch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576608e60> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/delegatable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/delegatable.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/delegatable.cpython-312.pyc' import 'ansible.playbook.delegatable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576609040> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/helpers.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/helpers.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/mod_args.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/mod_args.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/mod_args.cpython-312.pyc' import 'ansible.parsing.mod_args' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576609640> import 'ansible.playbook.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55766091f0> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/notifiable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/notifiable.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/notifiable.cpython-312.pyc' import 'ansible.playbook.notifiable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576609af0> # /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/metadata.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/metadata.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/metadata.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/requirement.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/requirement.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/requirement.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/definition.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/definition.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/definition.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/taggable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/taggable.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/taggable.cpython-312.pyc' import 'ansible.playbook.taggable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557660bbf0> import 'ansible.playbook.role.definition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557660b3e0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/galaxy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/galaxy.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/galaxy.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tarfile.cpython-312.pyc matches /usr/lib64/python3.12/tarfile.py # code object from '/usr/lib64/python3.12/__pycache__/tarfile.cpython-312.pyc' import 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55766382f0> import 'ansible.utils.galaxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557660bfe0> import 'ansible.playbook.role.requirement' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557660af60> import 'ansible.playbook.role.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557660aae0> import 'ansible.playbook.role' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576609c10> import 'ansible.playbook.block' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576608110> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/task.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/loop_control.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/loop_control.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/loop_control.cpython-312.pyc' import 'ansible.playbook.loop_control' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55766591c0> import 'ansible.playbook.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576639730> import 'ansible.playbook.play' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f1100> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/playbook_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/playbook_include.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/playbook_include.cpython-312.pyc' import 'ansible.playbook.playbook_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576659910> import 'ansible.playbook' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f0980> import 'ansible.executor.play_iterator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765d27b0> # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/stats.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/stats.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/stats.cpython-312.pyc' import 'ansible.executor.stats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765f07a0> # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_result.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_result.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_result.cpython-312.pyc' import 'ansible.executor.task_result' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576659be0> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play_context.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/play_context.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play_context.cpython-312.pyc' import 'ansible.playbook.play_context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576659f70> # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/difflib.cpython-312.pyc matches /usr/lib64/python3.12/difflib.py # code object from '/usr/lib64/python3.12/__pycache__/difflib.cpython-312.pyc' import 'difflib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557665b500> # /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/dumper.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/dumper.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/dumper.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/hostvars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/hostvars.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/hostvars.cpython-312.pyc' import 'ansible.vars.hostvars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576472990> import 'ansible.parsing.yaml.dumper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576472420> import 'ansible.plugins.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557665a780> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/reserved.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/reserved.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/reserved.cpython-312.pyc' import 'ansible.vars.reserved' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557665a8a0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/lock.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/lock.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/lock.cpython-312.pyc' import 'ansible.utils.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764731d0> # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576473260> import 'ansible.executor.task_queue_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a22d0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/ssh_functions.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/ssh_functions.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/ssh_functions.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/paramiko.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/paramiko.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/paramiko.cpython-312.pyc' import 'ansible.module_utils.compat.paramiko' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576495550> import 'ansible.utils.ssh_functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576659bb0> import 'ansible.executor.playbook_executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55765a1fa0> import 'ansible.cli.playbook' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55782e78f0> [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. import 'ansible_collections' # _AnsibleCollectionRootPkgLoader(path=['/tmp/collections-Qcc/ansible_collections']) import 'ansible_collections.fedora' # _AnsibleCollectionNSPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/fedora']) import 'ansible_collections.fedora.linux_system_roles' # _AnsibleCollectionPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles']) import 'ansible_collections.ansible' # _AnsibleCollectionNSPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/ansible']) import 'ansible_collections.ansible.builtin' # _AnsibleCollectionPkgLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557890c110> # /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/memory.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/memory.cpython-312.pyc' import 'ansible.plugins.inventory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55774680e0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/host_list.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/host_list.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/script.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/script.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/auto.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/auto.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/yaml.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/ini.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/ini.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/shlex.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/shlex.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/shlex.cpython-312.pyc' import 'ansible.utils.shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576497cb0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/toml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/toml.cpython-312.pyc' # /usr/lib64/python3.12/tomllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/__init__.py # code object from '/usr/lib64/python3.12/tomllib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/tomllib/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_parser.py # code object from '/usr/lib64/python3.12/tomllib/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/tomllib/__pycache__/_re.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_re.py # code object from '/usr/lib64/python3.12/tomllib/__pycache__/_re.cpython-312.pyc' # /usr/lib64/python3.12/tomllib/__pycache__/_types.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_types.py # code object from '/usr/lib64/python3.12/tomllib/__pycache__/_types.cpython-312.pyc' import 'tomllib._types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764bac30> import 'tomllib._re' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764ba7e0> import 'tomllib._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764b91c0> import 'tomllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764b8f20> # /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764bb290> # /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/host_group_vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/host_group_vars.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/host_group_vars.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.doc_fragments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764bb500> # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/vars_plugin_staging.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/vars_plugin_staging.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764c0ec0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.become' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764c3980> # /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764d45c0> import 'ansible.plugins.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764c2690> # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/local.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/local.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py # code object from '/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc' import 'pty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764d5220> # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/connection_pipelining.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/connection_pipelining.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/paramiko_ssh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/paramiko_ssh.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/paramiko_ssh.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/psrp.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/psrp.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/powershell.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/powershell.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764d7fe0> # /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764f8230> # /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764fb260> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5576518800> # extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55765184d0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764d7da0> import 'ansible.plugins.shell.powershell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55764d7500> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/hashing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/hashing.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/hashing.cpython-312.pyc' import 'ansible.utils.hashing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576518b00> # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/ssh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/ssh.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/winrm.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/winrm.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/json_utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/json_utils.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/json_utils.cpython-312.pyc' import 'ansible.module_utils.json_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576519cd0> # /usr/local/lib/python3.12/site-packages/__pycache__/xmltodict.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/xmltodict.py # code object from '/usr/local/lib/python3.12/site-packages/__pycache__/xmltodict.cpython-312.pyc' # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557651a8a0> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557651a960> # /usr/lib64/python3.12/xml/sax/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/__init__.py # code object from '/usr/lib64/python3.12/xml/sax/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/xml/sax/__pycache__/xmlreader.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/xmlreader.py # code object from '/usr/lib64/python3.12/xml/sax/__pycache__/xmlreader.cpython-312.pyc' # /usr/lib64/python3.12/xml/sax/__pycache__/handler.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/handler.py # code object from '/usr/lib64/python3.12/xml/sax/__pycache__/handler.cpython-312.pyc' import 'xml.sax.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762fc440> # /usr/lib64/python3.12/xml/sax/__pycache__/_exceptions.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/_exceptions.py # code object from '/usr/lib64/python3.12/xml/sax/__pycache__/_exceptions.cpython-312.pyc' import 'xml.sax._exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762fcb60> import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557651acf0> import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557651aae0> # /usr/lib64/python3.12/xml/sax/__pycache__/saxutils.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/saxutils.py # code object from '/usr/lib64/python3.12/xml/sax/__pycache__/saxutils.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576318470> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5576339910> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557631b7d0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763196d0> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557635d220> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557631b650> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762feb10> import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557651a780> import 'xmltodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576519df0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/cmd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/cmd.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_windows.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_windows.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/sh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/sh.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_common.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_common.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/runas.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/runas.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/su.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/su.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/sudo.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/sudo.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/include.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/include.cpython-312.pyc' import 'ansible.playbook.role.include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557635fd10> import 'ansible_collections.fedora.linux_system_roles.roles' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles']) import 'ansible_collections.fedora.linux_system_roles.roles.tlog' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/roles/tlog']) # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/handler.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler.cpython-312.pyc' import 'ansible.playbook.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576379490> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/task_include.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task_include.cpython-312.pyc' import 'ansible.playbook.task_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576379760> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/role_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role_include.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/role_include.cpython-312.pyc' import 'ansible.playbook.role_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576379a90> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler_task_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/handler_task_include.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler_task_include.cpython-312.pyc' import 'ansible.playbook.handler_task_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576379dc0> # /usr/local/lib/python3.12/site-packages/ansible/modules/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/modules/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/modules/__pycache__/__init__.cpython-312.pyc' import 'ansible.modules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557637abd0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/module_common.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/module_common.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/module_common.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/interpreter_discovery.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/interpreter_discovery.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/interpreter_discovery.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/compat.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/compat.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/compat.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/namespace.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/namespace.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/namespace.cpython-312.pyc' import 'ansible.module_utils.facts.namespace' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763ba600> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/default_collectors.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/default_collectors.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/default_collectors.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/collector.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/collector.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/collector.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/timeout.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/timeout.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/timeout.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d4110> import 'ansible.module_utils.facts.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763bbe60> import 'ansible.module_utils.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763bb560> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.facts.other' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d5670> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/facter.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/facter.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/facter.cpython-312.pyc' import 'ansible.module_utils.facts.other.facter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d5eb0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/ohai.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/ohai.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/ohai.cpython-312.pyc' import 'ansible.module_utils.facts.other.ohai' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6300> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.facts.system' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6630> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/apparmor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/apparmor.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/apparmor.cpython-312.pyc' import 'ansible.module_utils.facts.system.apparmor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d67b0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/caps.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/caps.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/caps.cpython-312.pyc' import 'ansible.module_utils.facts.system.caps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6900> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/chroot.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/chroot.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/chroot.cpython-312.pyc' import 'ansible.module_utils.facts.system.chroot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6a80> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/cmdline.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/cmdline.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/cmdline.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/utils.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/utils.cpython-312.pyc' import 'ansible.module_utils.facts.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6f60> import 'ansible.module_utils.facts.system.cmdline' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6cc0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/distribution.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/distribution.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/distribution.cpython-312.pyc' import 'ansible.module_utils.facts.system.distribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763d6f90> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/date_time.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/date_time.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/date_time.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/datetime.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/datetime.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/datetime.cpython-312.pyc' import 'ansible.module_utils.compat.datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f4ad0> import 'ansible.module_utils.facts.system.date_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f4620> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/env.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/env.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/env.cpython-312.pyc' import 'ansible.module_utils.facts.system.env' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f4e30> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/dns.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/dns.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/dns.cpython-312.pyc' import 'ansible.module_utils.facts.system.dns' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f4ec0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/fips.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/fips.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/fips.cpython-312.pyc' import 'ansible.module_utils.facts.system.fips' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f4f80> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/loadavg.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/loadavg.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/loadavg.cpython-312.pyc' import 'ansible.module_utils.facts.system.loadavg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5040> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/local.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/local.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/local.cpython-312.pyc' import 'ansible.module_utils.facts.system.local' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f51f0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/lsb.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/lsb.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/lsb.cpython-312.pyc' import 'ansible.module_utils.facts.system.lsb' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5460> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/pkg_mgr.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/pkg_mgr.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/pkg_mgr.cpython-312.pyc' import 'ansible.module_utils.facts.system.pkg_mgr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5610> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/platform.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/platform.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/platform.cpython-312.pyc' import 'ansible.module_utils.facts.system.platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5bb0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/python.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/python.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/python.cpython-312.pyc' import 'ansible.module_utils.facts.system.python' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5e80> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/selinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/selinux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/selinux.cpython-312.pyc' import 'ansible.module_utils.facts.system.selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5f40> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/service_mgr.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/service_mgr.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/service_mgr.cpython-312.pyc' import 'ansible.module_utils.facts.system.service_mgr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f5fd0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/ssh_pub_keys.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/ssh_pub_keys.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/ssh_pub_keys.cpython-312.pyc' import 'ansible.module_utils.facts.system.ssh_pub_keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f6540> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/user.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/user.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/user.cpython-312.pyc' import 'ansible.module_utils.facts.system.user' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f67e0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.facts.hardware' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f6870> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/base.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/base.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f6ab0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/aix.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/aix.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/aix.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.aix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f6db0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/darwin.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/darwin.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/darwin.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/sysctl.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/sysctl.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/sysctl.cpython-312.pyc' import 'ansible.module_utils.facts.sysctl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f7a40> import 'ansible.module_utils.facts.hardware.darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f73e0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/dragonfly.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/dragonfly.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/freebsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/freebsd.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f7c50> import 'ansible.module_utils.facts.hardware.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763f7aa0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/hpux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hpux.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55773937d0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hurd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/hurd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hurd.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/linux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/linux.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576214710> import 'ansible.module_utils.facts.hardware.hurd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762143b0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/netbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/netbsd.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576215f40> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/openbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/openbsd.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762162d0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/sunos.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/sunos.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576216660> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576216ea0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/base.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/base.cpython-312.pyc' import 'ansible.module_utils.facts.network.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576217050> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/aix.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/aix.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/aix.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/generic_bsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/generic_bsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/generic_bsd.cpython-312.pyc' import 'ansible.module_utils.facts.network.generic_bsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762178f0> import 'ansible.module_utils.facts.network.aix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576217380> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/darwin.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/darwin.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/darwin.cpython-312.pyc' import 'ansible.module_utils.facts.network.darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762342f0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/dragonfly.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/dragonfly.cpython-312.pyc' import 'ansible.module_utils.facts.network.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576234320> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/fc_wwn.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/fc_wwn.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/fc_wwn.cpython-312.pyc' import 'ansible.module_utils.facts.network.fc_wwn' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576234470> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/freebsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/freebsd.cpython-312.pyc' import 'ansible.module_utils.facts.network.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576234710> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/hpux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hpux.cpython-312.pyc' import 'ansible.module_utils.facts.network.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762347d0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hurd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/hurd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hurd.cpython-312.pyc' import 'ansible.module_utils.facts.network.hurd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576234950> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/linux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/linux.cpython-312.pyc' import 'ansible.module_utils.facts.network.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576234b60> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/iscsi.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/iscsi.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/iscsi.cpython-312.pyc' import 'ansible.module_utils.facts.network.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235520> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/nvme.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/nvme.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/nvme.cpython-312.pyc' import 'ansible.module_utils.facts.network.nvme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235820> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/netbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/netbsd.cpython-312.pyc' import 'ansible.module_utils.facts.network.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235910> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/openbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/openbsd.cpython-312.pyc' import 'ansible.module_utils.facts.network.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235a00> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/sunos.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/sunos.cpython-312.pyc' import 'ansible.module_utils.facts.network.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235c40> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.facts.virtual' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576235f10> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/base.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/base.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576236090> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/dragonfly.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/dragonfly.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/freebsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/freebsd.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sysctl.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/sysctl.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sysctl.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.sysctl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762366c0> import 'ansible.module_utils.facts.virtual.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762364b0> import 'ansible.module_utils.facts.virtual.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762362d0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/hpux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/hpux.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576236810> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/linux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/linux.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576236990> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/netbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/netbsd.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576236f90> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/openbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/openbsd.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576237080> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/sunos.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sunos.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762371a0> import 'ansible.module_utils.facts.default_collectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763ba990> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/ansible_collector.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/ansible_collector.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/ansible_collector.cpython-312.pyc' import 'ansible.module_utils.facts.ansible_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762371d0> import 'ansible.module_utils.facts.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763ba240> import 'ansible.module_utils.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763b9f10> import 'ansible.executor.interpreter_discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763b95b0> # /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/__init__.cpython-312.pyc' import 'ansible.executor.powershell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576250590> # /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/module_manifest.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/module_manifest.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/module_manifest.cpython-312.pyc' import 'ansible.executor.powershell.module_manifest' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762506b0> # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/action_write_locks.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/action_write_locks.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/action_write_locks.cpython-312.pyc' import 'ansible.executor.action_write_locks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576250a70> import 'ansible.executor.module_common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55763b8410> # /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/jsonify.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/jsonify.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/jsonify.cpython-312.pyc' import 'ansible.parsing.utils.jsonify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762513d0> import 'ansible.plugins.action' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557637ad20> import 'ansible_collections.ansible.builtin.plugins' # _AnsibleCollectionLoader(path=None) import 'ansible_collections.ansible.builtin.plugins.action' # _AnsibleCollectionLoader(path=None) import 'ansible_collections.community' # _AnsibleCollectionNSPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/community']) import 'ansible_collections.community.general' # _AnsibleCollectionPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/community/general']) import 'ansible_collections.community.general.plugins' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/community/general/plugins']) import 'ansible_collections.community.general.plugins.modules' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/community/general/plugins/modules']) import 'ansible_collections.community.general.plugins.action' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/community/general/plugins/action']) import 'ansible_collections.ansible.builtin.plugins.callback' # _AnsibleCollectionLoader(path=None) import 'ansible_collections.ansible.posix' # _AnsibleCollectionPkgLoader(path=['/tmp/collections-Qcc/ansible_collections/ansible/posix']) import 'ansible_collections.ansible.posix.plugins' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/ansible/posix/plugins']) import 'ansible_collections.ansible.posix.plugins.callback' # _AnsibleCollectionLoader(path=['/tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback']) # /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/__pycache__/debug.cpython-312.pyc matches /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/debug.py # code object from '/tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/__pycache__/debug.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/default.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/default.cpython-312.pyc' import 'ansible.plugins.callback.default' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762726c0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/default_callback.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/default_callback.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/result_format_callback.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/result_format_callback.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/junit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/junit.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/_junit_xml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/_junit_xml.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/_junit_xml.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5576290860> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762907a0> # /usr/lib64/python3.12/xml/dom/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/__init__.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/xml/dom/__pycache__/domreg.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/domreg.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/domreg.cpython-312.pyc' import 'xml.dom.domreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576291b50> import 'xml.dom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576291430> # /usr/lib64/python3.12/xml/dom/__pycache__/minidom.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/minidom.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/minidom.cpython-312.pyc' # /usr/lib64/python3.12/xml/dom/__pycache__/minicompat.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/minicompat.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/minicompat.cpython-312.pyc' import 'xml.dom.minicompat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762b1910> # /usr/lib64/python3.12/xml/dom/__pycache__/xmlbuilder.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/xmlbuilder.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/xmlbuilder.cpython-312.pyc' # /usr/lib64/python3.12/xml/dom/__pycache__/NodeFilter.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/NodeFilter.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/NodeFilter.cpython-312.pyc' import 'xml.dom.NodeFilter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762b3f20> import 'xml.dom.xmlbuilder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762b2b40> import 'xml.dom.minidom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576291550> import 'ansible.utils._junit_xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576273e90> # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/minimal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/minimal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/oneline.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/oneline.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/tree.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/tree.cpython-312.pyc' # /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/__pycache__/profile_tasks.cpython-312.pyc matches /tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py # code object from '/tmp/collections-Qcc/ansible_collections/ansible/posix/plugins/callback/__pycache__/profile_tasks.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576110da0> # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576111a60> # /usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/process/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/__init__.cpython-312.pyc' import 'ansible.executor.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576112d50> # /usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/worker.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/process/worker.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/worker.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_executor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_executor.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_executor.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/connection.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/connection.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/connection.cpython-312.pyc' import 'ansible.module_utils.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762eea50> import 'ansible.executor.task_executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576113350> import 'ansible.executor.process.worker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576112e10> import 'ansible.plugins.strategy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762ecda0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/linear.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/linear.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/included_file.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/included_file.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/included_file.cpython-312.pyc' import 'ansible.playbook.included_file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576014140> # /usr/lib64/python3.12/multiprocessing/__pycache__/popen_fork.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/popen_fork.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/popen_fork.cpython-312.pyc' import 'multiprocessing.popen_fork' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576236180> 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 # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760316d0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py PyThreadState_Clear: warning: thread still has a frame # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576031c40> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576032210> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc' import 'ansible.executor.discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576032c60> # /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc' import 'ansible.executor.discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576379e50> # /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc' import 'ansible.executor.discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f557637a5d0> [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 [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. [WARNING]: Platform linux on host managed_node2 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. [WARNING]: Platform linux on host managed_node3 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. # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/set_fact.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/set_fact.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576014bf0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576015fd0> import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760308c0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576253bc0> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576014920> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760b1880> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55760b3170> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760b1670> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760b30e0> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760ccdd0> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760b3bc0> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f55760cdbb0> import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55760cd6d0> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576031580> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762708c0> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576091ac0> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576092480> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576091a90> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5576033a40> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575fb5af0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/shell.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/shell.cpython-312.pyc' 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 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 # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' [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 # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 # 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 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 PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762ceb70> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575fb7d40> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762ef050> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575e953d0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575e94140> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575eb42c0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/include_vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/include_vars.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f55762ecb90> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575e96030> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5575eb5eb0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/package.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/package.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame [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 unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing gc # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 # cleanup[3] wiping gc # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # 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 gc # destroy unicodedata # 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]: 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 # cleanup[2] removing dnf.plugin.dynamic.notify_packagekit # destroy dnf.plugin.dynamic.notify_packagekit # 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 [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 PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' [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.common.respawn # destroy ansible.module_utils.common.respawn # 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 ansible.module_utils.facts.packages # destroy ansible.module_utils.facts.packages # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 rpm.transaction # destroy rpm # cleanup[3] wiping rpm._rpm # 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 rpm._rpm # 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 PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame [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 # 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.connection # destroy multiprocessing.pool # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # 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 # 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 PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' [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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing encodings.utf_8_sig # 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 encodings.utf_8_sig # 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 PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/template.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/template.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc' [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 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 [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 array # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # cleanup[3] wiping distro # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # destroy logging # 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 _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess # destroy signal # destroy contextlib # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping fcntl # cleanup[3] wiping 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 tempfile # cleanup[3] wiping hashlib # 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 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 # cleanup[3] wiping collections # 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping 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 _posixsubprocess # destroy _blake2 # destroy _lzma # destroy zlib # destroy _uuid # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy _functools # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy _operator # destroy datetime # destroy _sre # destroy sre_parse # destroy functools # destroy tokenize # destroy _heapq # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # 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 stat # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _signal # destroy _frozen_importlib # clear sys.audit hooks # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/command.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/command.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame [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 glob # destroy glob # 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 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 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 PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc' # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing inspect # cleanup[2] removing ansible._vendor # cleanup[2] removing ansible.release # cleanup[2] removing ansible # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing _csv # cleanup[2] removing csv # cleanup[2] removing email # cleanup[2] removing fnmatch # cleanup[2] removing ntpath # cleanup[2] removing errno # cleanup[2] removing urllib # cleanup[2] removing math # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing binascii # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing threading # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing textwrap # cleanup[2] removing quopri # 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 _socket # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing base64 # cleanup[2] removing email.base64mime # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing email.quoprimime # cleanup[2] removing email.errors # cleanup[2] removing email.encoders # cleanup[2] removing email.charset # cleanup[2] removing email.utils # cleanup[2] removing email.header # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing importlib.metadata._functools # cleanup[2] removing importlib.metadata._text # cleanup[2] removing importlib.metadata._adapters # cleanup[2] removing importlib.metadata._meta # cleanup[2] removing importlib.metadata._collections # cleanup[2] removing importlib.metadata._itertools # cleanup[2] removing tempfile # cleanup[2] removing importlib.resources.abc # cleanup[2] removing importlib.resources._adapters # cleanup[2] removing importlib.resources._common # cleanup[2] removing importlib.resources._legacy # cleanup[2] removing importlib.resources # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.metadata # cleanup[2] removing ansible.module_utils # cleanup[2] removing ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.version # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing traceback # cleanup[2] removing ansible.config # cleanup[2] removing atexit # cleanup[2] removing configparser # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing jinja2.bccache # cleanup[2] removing markupsafe._speedups # cleanup[2] removing markupsafe # 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 jinja2.utils # cleanup[2] removing jinja2.nodes # cleanup[2] removing jinja2.exceptions # cleanup[2] removing jinja2.visitor # cleanup[2] removing jinja2.idtracking # cleanup[2] removing jinja2.optimizer # cleanup[2] removing jinja2.compiler # cleanup[2] removing jinja2.async_utils # cleanup[2] removing jinja2.runtime # cleanup[2] removing jinja2.filters # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing jinja2.tests # cleanup[2] removing jinja2.defaults # cleanup[2] removing jinja2._identifier # cleanup[2] removing jinja2.lexer # cleanup[2] removing jinja2.parser # cleanup[2] removing jinja2.environment # cleanup[2] removing jinja2.loaders # cleanup[2] removing jinja2 # destroy jinja2 # destroy jinja2.bccache # destroy jinja2.utils # destroy jinja2.exceptions # destroy jinja2.visitor # destroy jinja2.idtracking # destroy jinja2.optimizer # destroy jinja2.compiler # destroy jinja2.async_utils # destroy jinja2.runtime # destroy jinja2.filters # destroy jinja2.tests # destroy jinja2.defaults # destroy jinja2._identifier # destroy jinja2.lexer # destroy jinja2.parser # destroy jinja2.environment # destroy jinja2.loaders # cleanup[2] removing jinja2.nativetypes # destroy jinja2.nativetypes # cleanup[2] removing ansible.errors.yaml_strings # cleanup[2] removing ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # cleanup[2] removing 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 # cleanup[2] removing ansible.errors # cleanup[2] removing yaml.error # cleanup[2] removing yaml.tokens # cleanup[2] removing yaml.events # cleanup[2] removing yaml.nodes # cleanup[2] removing yaml.reader # cleanup[2] removing yaml.scanner # cleanup[2] removing yaml.parser # cleanup[2] removing yaml.composer # cleanup[2] removing yaml.constructor # cleanup[2] removing yaml.resolver # cleanup[2] removing yaml.loader # cleanup[2] removing yaml.emitter # cleanup[2] removing yaml.serializer # cleanup[2] removing yaml.representer # cleanup[2] removing yaml.dumper # cleanup[2] removing cython_runtime # cleanup[2] removing _cython_3_0_11 # destroy _cython_3_0_11 # cleanup[2] removing yaml._yaml # cleanup[2] removing yaml.cyaml # cleanup[2] removing yaml # cleanup[2] removing ansible.module_utils.common.yaml # cleanup[2] removing ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # cleanup[2] removing ansible.parsing # cleanup[2] removing ansible.parsing.quoting # cleanup[2] removing ansible.parsing.yaml # cleanup[2] removing ansible.parsing.yaml.objects # cleanup[2] removing ansible.utils # cleanup[2] removing ansible.utils.path # cleanup[2] removing ansible.config.manager # cleanup[2] removing ansible.module_utils.common.collections # cleanup[2] removing ansible.utils.fqcn # cleanup[2] removing encodings.unicode_escape # cleanup[2] removing ansible.constants # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing tty # cleanup[2] removing ansible.utils.color # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # cleanup[2] removing multiprocessing # cleanup[2] removing ansible.utils.multiprocessing # cleanup[2] removing ansible.utils.singleton # cleanup[2] removing ansible.utils.native_jinja # cleanup[2] removing ansible.utils.unsafe_proxy # cleanup[2] removing ansible.utils.display # cleanup[2] removing ansible.utils.context_objects # cleanup[2] removing ansible.context # cleanup[2] removing ansible.cli.arguments # cleanup[2] removing copy # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing ansible.cli.arguments.option_helpers # cleanup[2] removing ansible.inventory # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing ansible.parsing.splitter # cleanup[2] removing ansible.utils.vars # cleanup[2] removing ansible.inventory.group # cleanup[2] removing ansible.parsing.utils # cleanup[2] removing ansible.parsing.utils.addresses # cleanup[2] removing ansible.inventory.host # cleanup[2] removing ansible.inventory.data # cleanup[2] removing ansible.plugins # cleanup[2] removing glob # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing ansible.plugins.filter # cleanup[2] removing ansible.plugins.test # cleanup[2] removing shlex # cleanup[2] removing cryptography.__about__ # cleanup[2] removing cryptography # cleanup[2] removing cryptography.hazmat # cleanup[2] removing cryptography.hazmat.bindings # cleanup[2] removing _cffi_backend # cleanup[2] removing _openssl # cleanup[2] removing cryptography.hazmat.bindings._rust # cleanup[2] removing cryptography.exceptions # cleanup[2] removing cryptography.hazmat.backends # cleanup[2] removing cryptography.hazmat.primitives # cleanup[2] removing cryptography.hazmat.primitives.hashes # cleanup[2] removing cryptography.utils # cleanup[2] removing cryptography.hazmat.primitives.padding # cleanup[2] removing cryptography.hazmat.primitives.hmac # cleanup[2] removing cryptography.hazmat.primitives.kdf # cleanup[2] removing hmac # cleanup[2] removing cryptography.hazmat.primitives.constant_time # cleanup[2] removing cryptography.hazmat.primitives.kdf.pbkdf2 # cleanup[2] removing cryptography.hazmat.primitives._cipheralgorithm # cleanup[2] removing cryptography.hazmat.decrepit # cleanup[2] removing cryptography.hazmat.decrepit.ciphers # cleanup[2] removing cryptography.hazmat.decrepit.ciphers.algorithms # cleanup[2] removing cryptography.hazmat.primitives.ciphers.algorithms # cleanup[2] removing cryptography.hazmat.primitives.ciphers.modes # cleanup[2] removing cryptography.hazmat.primitives.ciphers.base # cleanup[2] removing cryptography.hazmat.primitives.ciphers # cleanup[2] removing cryptography.hazmat.bindings.openssl # cleanup[2] removing cryptography.hazmat.bindings.openssl._conditional # cleanup[2] removing cryptography.hazmat.bindings.openssl.binding # cleanup[2] removing cryptography.hazmat.primitives._asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric # cleanup[2] removing cryptography.hazmat._oid # cleanup[2] removing cryptography.hazmat.primitives._serialization # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.utils # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ec # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.rsa # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.padding # cleanup[2] removing cryptography.hazmat.backends.openssl.backend # destroy cryptography.hazmat.backends.openssl.backend # cleanup[2] removing cryptography.hazmat.backends.openssl # cleanup[2] removing ansible.parsing.vault # cleanup[2] removing ansible.parsing.yaml.constructor # cleanup[2] removing ansible.parsing.yaml.loader # cleanup[2] removing ansible.module_utils.common.json # cleanup[2] removing ansible.parsing.ajson # cleanup[2] removing ansible.parsing.utils.yaml # cleanup[2] removing ansible.utils.collection_loader._collection_config # cleanup[2] removing ansible.utils.collection_loader._collection_meta # cleanup[2] removing ansible.utils.collection_loader._collection_finder # cleanup[2] removing ansible.utils.collection_loader # cleanup[2] removing ansible.parsing.plugin_docs # cleanup[2] removing ansible.utils.plugin_docs # cleanup[2] removing packaging # destroy packaging # cleanup[2] removing sysconfig # cleanup[2] removing packaging._elffile # destroy packaging._elffile # cleanup[2] removing packaging._manylinux # cleanup[2] removing packaging._musllinux # cleanup[2] removing packaging.tags # destroy packaging.tags # cleanup[2] removing packaging._structures # destroy packaging._structures # cleanup[2] removing packaging.version # destroy packaging.version # cleanup[2] removing packaging.utils # destroy packaging.utils # cleanup[2] removing packaging.specifiers # destroy packaging.specifiers # cleanup[2] removing ansible.plugins.loader # cleanup[2] removing ansible.utils.helpers # cleanup[2] removing ansible.vars # cleanup[2] removing ansible.vars.plugins # cleanup[2] removing ansible.inventory.manager # cleanup[2] removing ansible.module_utils.common.file # cleanup[2] removing grp # cleanup[2] removing pwd # cleanup[2] removing syslog # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # cleanup[2] removing ansible.parsing.dataloader # cleanup[2] removing ansible.inventory.helpers # cleanup[2] removing ansible.vars.fact_cache # cleanup[2] removing ansible.template.native_helpers # cleanup[2] removing ansible.template.template # cleanup[2] removing ansible.template.vars # cleanup[2] removing ansible.utils.listify # cleanup[2] removing ansible.template # cleanup[2] removing ansible.vars.clean # cleanup[2] removing ansible.vars.manager # cleanup[2] removing argcomplete.completers # cleanup[2] removing argcomplete.exceptions # cleanup[2] removing argcomplete.io # cleanup[2] removing argcomplete.packages # cleanup[2] removing argcomplete.packages._shlex # cleanup[2] removing argcomplete.lexers # cleanup[2] removing argcomplete.packages._argparse # cleanup[2] removing argcomplete.finders # cleanup[2] removing argcomplete.shell_integration # cleanup[2] removing argcomplete # cleanup[2] removing ansible.cli # cleanup[2] removing ansible.executor # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.util # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.queues # cleanup[2] removing ansible.utils.sentinel # cleanup[2] removing ansible.playbook.attribute # cleanup[2] removing ansible.playbook.base # cleanup[2] removing ansible.playbook.conditional # cleanup[2] removing ansible.playbook.collectionsearch # cleanup[2] removing ansible.playbook.delegatable # cleanup[2] removing ansible.parsing.mod_args # cleanup[2] removing ansible.playbook.helpers # cleanup[2] removing ansible.playbook.notifiable # cleanup[2] removing ansible.playbook.taggable # cleanup[2] removing ansible.playbook.role.definition # cleanup[2] removing tarfile # cleanup[2] removing ansible.utils.galaxy # cleanup[2] removing ansible.playbook.role.requirement # cleanup[2] removing ansible.playbook.role.metadata # cleanup[2] removing ansible.playbook.role # cleanup[2] removing ansible.playbook.block # cleanup[2] removing ansible.playbook.loop_control # cleanup[2] removing ansible.playbook.task # cleanup[2] removing ansible.playbook.play # cleanup[2] removing ansible.playbook.playbook_include # cleanup[2] removing ansible.playbook # cleanup[2] removing ansible.executor.play_iterator # cleanup[2] removing ansible.executor.stats # cleanup[2] removing ansible.executor.task_result # cleanup[2] removing ansible.playbook.play_context # cleanup[2] removing difflib # cleanup[2] removing ansible.vars.hostvars # cleanup[2] removing ansible.parsing.yaml.dumper # cleanup[2] removing ansible.plugins.callback # cleanup[2] removing ansible.vars.reserved # cleanup[2] removing ansible.utils.lock # cleanup[2] removing dataclasses # cleanup[2] removing ansible.executor.task_queue_manager # cleanup[2] removing ansible.module_utils.compat.paramiko # cleanup[2] removing ansible.utils.ssh_functions # cleanup[2] removing ansible.executor.playbook_executor # cleanup[2] removing ansible.cli.playbook # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.builtin # destroy ansible_collections.ansible.builtin # cleanup[2] removing ansible.plugins.cache # cleanup[2] removing ansible.plugins.cache.memory # cleanup[2] removing ansible.plugins.inventory # cleanup[2] removing ansible.plugins.inventory.host_list # cleanup[2] removing ansible.plugins.inventory.script # cleanup[2] removing ansible.plugins.inventory.auto # cleanup[2] removing ansible.plugins.inventory.yaml # cleanup[2] removing ansible.plugins.inventory.ini # cleanup[2] removing ansible.utils.shlex # cleanup[2] removing ansible.plugins.inventory.toml # cleanup[2] removing tomllib._types # cleanup[2] removing tomllib._re # cleanup[2] removing tomllib._parser # cleanup[2] removing tomllib # cleanup[2] removing ansible.plugins.vars # cleanup[2] removing ansible.plugins.vars.host_group_vars # cleanup[2] removing ansible.plugins.doc_fragments # cleanup[2] removing ansible.plugins.doc_fragments.vars_plugin_staging # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing ansible.plugins.become # cleanup[2] removing ansible.plugins.shell # cleanup[2] removing ansible.plugins.connection # cleanup[2] removing ansible.plugins.connection.local # cleanup[2] removing pty # cleanup[2] removing ansible.plugins.doc_fragments.connection_pipelining # cleanup[2] removing ansible.plugins.connection.paramiko_ssh # cleanup[2] removing ansible.plugins.connection.psrp # cleanup[2] removing xml # cleanup[2] removing xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing ansible.plugins.shell.powershell # cleanup[2] removing ansible.utils.hashing # cleanup[2] removing ansible.plugins.connection.ssh # cleanup[2] removing ansible.plugins.connection.winrm # cleanup[2] removing ansible.module_utils.json_utils # cleanup[2] removing xml.parsers # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # cleanup[2] removing xml.sax.handler # cleanup[2] removing xml.sax._exceptions # cleanup[2] removing xml.sax.xmlreader # cleanup[2] removing xml.sax # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing xml.sax.saxutils # cleanup[2] removing xmltodict # cleanup[2] removing ansible.plugins.shell.cmd # cleanup[2] removing ansible.plugins.doc_fragments.shell_windows # cleanup[2] removing ansible.plugins.shell.sh # cleanup[2] removing ansible.plugins.doc_fragments.shell_common # cleanup[2] removing ansible.plugins.become.runas # cleanup[2] removing ansible.plugins.become.su # cleanup[2] removing ansible.plugins.become.sudo # cleanup[2] removing ansible.playbook.role.include # cleanup[2] removing ansible_collections.fedora.linux_system_roles.roles # destroy ansible_collections.fedora.linux_system_roles.roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.roles.tlog # destroy ansible_collections.fedora.linux_system_roles.roles.tlog # cleanup[2] removing ansible.playbook.handler # cleanup[2] removing ansible.playbook.task_include # cleanup[2] removing ansible.playbook.role_include # cleanup[2] removing ansible.playbook.handler_task_include # cleanup[2] removing ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # 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 # 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 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 ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # 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 # cleanup[2] removing ansible.executor.interpreter_discovery # cleanup[2] removing ansible.executor.powershell # cleanup[2] removing ansible.executor.powershell.module_manifest # cleanup[2] removing ansible.executor.action_write_locks # cleanup[2] removing ansible.executor.module_common # cleanup[2] removing ansible.parsing.utils.jsonify # cleanup[2] removing ansible.plugins.action # cleanup[2] removing ansible_collections.ansible.builtin.plugins # cleanup[2] removing ansible_collections.ansible.builtin.plugins.action # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing ansible_collections.community.general.plugins.action # destroy ansible_collections.community.general.plugins.action # cleanup[2] removing ansible_collections.ansible.builtin.plugins.callback # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.callback # destroy ansible_collections.ansible.posix.plugins.callback # cleanup[2] removing ansible_collections.ansible.posix.plugins.callback.debug # cleanup[2] removing ansible.plugins.callback.default # cleanup[2] removing ansible.plugins.doc_fragments.default_callback # cleanup[2] removing ansible.plugins.doc_fragments.result_format_callback # cleanup[2] removing ansible.plugins.callback.junit # cleanup[2] removing _decimal # cleanup[2] removing decimal # cleanup[2] removing xml.dom.domreg # cleanup[2] removing xml.dom # cleanup[2] removing xml.dom.minicompat # cleanup[2] removing xml.dom.NodeFilter # cleanup[2] removing xml.dom.xmlbuilder # cleanup[2] removing xml.dom.minidom # cleanup[2] removing ansible.utils._junit_xml # cleanup[2] removing ansible.plugins.callback.minimal # cleanup[2] removing ansible.plugins.callback.oneline # cleanup[2] removing ansible.plugins.callback.tree # cleanup[2] removing ansible_collections.ansible.posix.plugins.callback.profile_tasks # cleanup[2] removing cmd # cleanup[2] removing pprint # cleanup[2] removing ansible.executor.process # cleanup[2] removing ansible.module_utils.connection # cleanup[2] removing ansible.executor.task_executor # cleanup[2] removing ansible.executor.process.worker # cleanup[2] removing ansible.plugins.strategy # cleanup[2] removing ansible.plugins.strategy.linear # cleanup[2] removing ansible.playbook.included_file # cleanup[2] removing multiprocessing.popen_fork # cleanup[2] removing ansible.plugins.action.set_fact # cleanup[2] removing ansible.plugins.filter.8260158022683891738_core # cleanup[2] removing passlib # cleanup[2] removing passlib.exc # cleanup[2] removing passlib.utils.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing gc # cleanup[2] removing timeit # cleanup[2] removing passlib.utils.decor # cleanup[2] removing passlib.utils.binary # cleanup[2] removing _crypt # cleanup[2] removing crypt # destroy crypt # cleanup[2] removing passlib.utils # cleanup[2] removing passlib.ifc # cleanup[2] removing passlib.registry # cleanup[2] removing passlib.utils.handlers # cleanup[2] removing ansible.utils.encrypt # cleanup[2] removing ansible.utils.unicode # cleanup[2] removing ansible.plugins.filter.1386570695005557552_encryption # cleanup[2] removing ansible.plugins.filter.983086907040898603_mathstuff # cleanup[2] removing ansible.plugins.filter.6228838082969675531_urls # cleanup[2] removing ansible.plugins.filter.1132228065865151550_urlsplit # cleanup[2] removing ansible_collections.ansible.builtin.plugins.filter # cleanup[2] removing ansible.plugins.action.shell # cleanup[2] removing ansible.plugins.action.include_vars # cleanup[2] removing ansible.plugins.action.package # cleanup[2] removing ansible.plugins.action.template # cleanup[2] removing ansible.plugins.action.command # destroy _sitebuiltins # destroy ansible._vendor # destroy ansible.release # destroy ansible.module_utils # destroy ansible.module_utils.common # destroy ansible.module_utils.common.text # destroy ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.yaml # destroy ansible.module_utils.common.collections # destroy ansible.module_utils.common.json # destroy ansible.module_utils.common.file # destroy ansible.module_utils.common.warnings # destroy ansible.module_utils.common.validation # destroy ansible.module_utils.common.parameters # destroy ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.locale # destroy ansible.module_utils.common.process # destroy ansible.module_utils.common._utils # destroy ansible.module_utils.common.sys_info # destroy ansible.module_utils.parsing # destroy ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils._text # destroy ansible.module_utils.errors # destroy ansible.module_utils.basic # destroy ansible.module_utils.json_utils # 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 # destroy ansible.module_utils.connection # destroy ansible.config # destroy ansible.config.manager # destroy ansible.errors # destroy ansible.parsing # destroy ansible.parsing.quoting # destroy ansible.parsing.yaml # destroy ansible.parsing.yaml.objects # destroy ansible.parsing.yaml.constructor # destroy ansible.parsing.yaml.loader # destroy ansible.parsing.yaml.dumper # destroy ansible.parsing.splitter # destroy ansible.parsing.utils # destroy ansible.parsing.utils.addresses # destroy ansible.parsing.utils.yaml # destroy ansible.parsing.utils.jsonify # destroy ansible.parsing.vault # destroy ansible.parsing.ajson # destroy ansible.parsing.plugin_docs # destroy ansible.parsing.dataloader # destroy ansible.parsing.mod_args # destroy ansible.inventory # destroy ansible.inventory.group # destroy ansible.inventory.host # destroy ansible.inventory.data # destroy ansible.inventory.manager # destroy ansible.inventory.helpers # destroy ansible.vars # destroy ansible.vars.plugins # destroy ansible.vars.fact_cache # destroy ansible.vars.clean # destroy ansible.vars.manager # destroy ansible.vars.hostvars # destroy ansible.vars.reserved # destroy ansible.template # destroy ansible.playbook # destroy ansible.modules # destroy ansible.cli.arguments # destroy argcomplete # destroy argcomplete.completers # destroy argcomplete.exceptions # destroy argcomplete.packages # destroy argcomplete.packages._argparse # destroy argcomplete.lexers # destroy argcomplete.finders # destroy argcomplete.shell_integration # destroy ansible.module_utils.compat.version # destroy ansible.module_utils.compat.datetime # destroy ansible.utils.path # destroy ansible.utils.fqcn # destroy ansible.utils.color # destroy ansible.utils.multiprocessing # destroy ansible.utils.singleton # destroy ansible.utils.native_jinja # destroy ansible.utils.unsafe_proxy # destroy ansible.utils.display # destroy ansible.utils.context_objects # destroy ansible.utils.vars # destroy ansible.utils.collection_loader # destroy ansible.utils.plugin_docs # destroy ansible.utils.listify # destroy ansible.utils.sentinel # destroy ansible.utils.galaxy # destroy ansible.utils.lock # destroy ansible.utils.shlex # destroy ansible.utils.hashing # destroy ansible.utils._junit_xml # destroy ansible.utils.encrypt # destroy ansible.utils.unicode # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.popen_fork # destroy ansible # destroy _uuid # destroy ansible.plugins # destroy ansible.plugins.test # destroy ansible.plugins.cache # destroy ansible.plugins.inventory # destroy ansible.plugins.vars # destroy ansible.plugins.doc_fragments # destroy ansible.plugins.become # destroy ansible.plugins.shell # destroy ansible.plugins.strategy # destroy ansible.plugins.doc_fragments.vars_plugin_staging # destroy ansible.plugins.doc_fragments.connection_pipelining # destroy ansible.plugins.doc_fragments.shell_windows # destroy ansible.plugins.doc_fragments.shell_common # destroy ansible.plugins.doc_fragments.default_callback # destroy ansible.plugins.doc_fragments.result_format_callback # destroy ansible.plugins.filter # destroy cryptography.__about__ # destroy cryptography.hazmat # destroy cryptography.hazmat.bindings # destroy cryptography.hazmat.bindings.openssl # destroy cryptography.hazmat.bindings.openssl._conditional # destroy cryptography.hazmat.backends # destroy cryptography.hazmat.primitives # destroy cryptography.hazmat.primitives.padding # destroy cryptography.hazmat.primitives.hmac # destroy cryptography.hazmat.primitives.kdf # destroy cryptography.hazmat.primitives._cipheralgorithm # destroy cryptography.hazmat.primitives.ciphers # destroy cryptography.hazmat.primitives.ciphers.base # destroy cryptography.hazmat.primitives._asymmetric # destroy cryptography.hazmat.primitives.asymmetric # destroy cryptography.hazmat.primitives.asymmetric.padding # destroy cryptography.hazmat.decrepit # destroy cryptography.hazmat.decrepit.ciphers # destroy cryptography.hazmat.decrepit.ciphers.algorithms # destroy cryptography.hazmat._oid # destroy cryptography.exceptions # destroy cryptography.hazmat.backends.openssl # destroy cryptography.hazmat.primitives.kdf.pbkdf2 # destroy cryptography.hazmat.primitives.constant_time # destroy hmac # destroy cryptography.hazmat.bindings.openssl.binding # destroy cryptography.hazmat.primitives.asymmetric.ec # destroy cryptography # destroy lib # destroy cryptography.hazmat.primitives.asymmetric.rsa # destroy cryptography.hazmat.primitives._serialization # destroy cryptography.hazmat.primitives.hashes # destroy cryptography.hazmat.primitives.asymmetric.utils # destroy ansible.utils.collection_loader._collection_config # destroy ansible.utils.collection_loader._collection_meta # destroy ansible.utils.collection_loader._collection_finder # destroy sysconfig # destroy packaging._manylinux # destroy packaging._musllinux # destroy ansible.plugins.action.set_fact # destroy ansible.plugins.action.shell # destroy ansible.plugins.action.include_vars # destroy ansible.plugins.action.package # destroy ansible.plugins.action.template # destroy ansible.plugins.action.command # destroy ansible.plugins.cache.memory # destroy ansible_collections.ansible.posix.plugins.callback.debug # destroy ansible.plugins.callback.junit # destroy ansible.plugins.callback.minimal # destroy ansible.plugins.callback.oneline # destroy ansible.plugins.callback.tree # destroy ansible_collections.ansible.posix.plugins.callback.profile_tasks # destroy ansible.plugins.connection.local # destroy ansible.plugins.connection.paramiko_ssh # destroy ansible.plugins.connection.ssh # destroy ansible.plugins.shell.cmd # destroy ansible.plugins.shell.sh # destroy ansible.plugins.filter.8260158022683891738_core # destroy ansible.plugins.filter.1386570695005557552_encryption # destroy ansible.plugins.filter.983086907040898603_mathstuff # destroy ansible.plugins.filter.6228838082969675531_urls # destroy ansible.plugins.filter.1132228065865151550_urlsplit # destroy ansible.plugins.strategy.linear # destroy ansible.plugins.vars.host_group_vars # destroy ansible.plugins.inventory.host_list # destroy ansible.plugins.inventory.script # destroy ansible.plugins.inventory.auto # destroy ansible.plugins.inventory.yaml # destroy ansible.plugins.inventory.ini # destroy ansible.plugins.inventory.toml # destroy ansible.plugins.become.runas # destroy ansible.plugins.become.su # destroy ansible.plugins.become.sudo # destroy __main__ # destroy syslog # destroy ansible.module_utils.distro._distro # destroy ansible.template.native_helpers # destroy ansible.template.template # destroy ansible.template.vars # destroy ansible.module_utils.six # destroy argparse # destroy argcomplete.io # destroy argcomplete.packages._shlex # destroy ansible.cli.arguments.option_helpers # destroy ansible.executor.play_iterator # destroy ansible.executor.stats # destroy ansible.executor.task_result # destroy ansible.executor.task_queue_manager # destroy ansible.executor.interpreter_discovery # destroy ansible.executor.powershell # destroy ansible.executor.module_common # destroy ansible.executor.process # destroy ansible.executor.process.worker # destroy ansible.executor.task_executor # destroy _heapq # destroy _queue # destroy ansible.playbook.attribute # destroy ansible.playbook.base # destroy ansible.playbook.conditional # destroy ansible.playbook.collectionsearch # destroy ansible.playbook.delegatable # destroy ansible.playbook.helpers # destroy ansible.playbook.notifiable # destroy ansible.playbook.taggable # destroy ansible.playbook.role # destroy ansible.playbook.block # destroy ansible.playbook.loop_control # destroy ansible.playbook.task # destroy ansible.playbook.play # destroy ansible.playbook.playbook_include # destroy ansible.playbook.play_context # destroy ansible.playbook.handler # destroy ansible.playbook.task_include # destroy ansible.playbook.role_include # destroy ansible.playbook.handler_task_include # destroy ansible.playbook.included_file # destroy ansible.playbook.role.definition # destroy ansible.playbook.role.requirement # destroy ansible.playbook.role.metadata # destroy ansible.playbook.role.include # destroy tarfile # destroy grp # destroy ansible.plugins.callback # destroy difflib # destroy ansible.plugins.callback.default # destroy keyword # destroy ansible.module_utils.compat # destroy ansible.module_utils.compat.paramiko # destroy ansible.utils # destroy ansible.utils.ssh_functions # destroy ansible.executor # destroy ansible.executor.playbook_executor # destroy ansible.cli # destroy ansible.cli.playbook # destroy tomllib # destroy tomllib._types # destroy tomllib._re # destroy tomllib._parser # destroy ansible.plugins.shell.powershell # destroy ansible.plugins.connection.psrp # destroy xml.etree # destroy xml.parsers # destroy xml.sax # destroy xml.dom # destroy xml.etree.ElementPath # destroy _elementtree # destroy ansible.plugins.connection.winrm # destroy ansible.plugins.connection # destroy xmltodict # destroy xml.parsers.expat # destroy pyexpat # destroy pyexpat.errors # destroy pyexpat.model # destroy xml.sax._exceptions # destroy xml.sax.saxutils # destroy xml.sax.handler # destroy xml.sax.xmlreader # destroy ansible.plugins.action # destroy ansible.executor.powershell.module_manifest # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing.pool # destroy ansible.module_utils.compat.selinux # destroy platform # destroy pwd # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy pkgutil # destroy multiprocessing # destroy decimal # destroy xml.etree.ElementTree # destroy xml.dom.minicompat # destroy xml.dom.NodeFilter # destroy xml.dom.xmlbuilder # destroy xml.dom.minidom # destroy xml.dom.domreg # destroy copy # destroy xml # destroy cmd # destroy pprint # destroy queue # destroy ansible.context # destroy ansible.executor.action_write_locks # destroy ansible.plugins.loader # destroy dataclasses # destroy pty # destroy glob # destroy shlex # destroy uuid # destroy passlib # destroy passlib.utils # destroy passlib.registry # destroy passlib.utils.compat # destroy passlib.utils.compat # destroy stringprep # destroy timeit # destroy passlib.utils.decor # destroy passlib.utils.binary # destroy passlib.utils.handlers # destroy unicodedata # destroy gc # destroy _crypt # destroy passlib.exc # destroy passlib.ifc # destroy ansible.module_utils.common.text.formatters # destroy ansible.utils.helpers # cleanup[3] wiping _decimal # cleanup[3] wiping urllib.request # destroy bisect # destroy hashlib # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping multiprocessing.connection # cleanup[3] wiping multiprocessing.util # cleanup[3] wiping _multiprocessing # cleanup[3] wiping cryptography.hazmat.primitives.ciphers.modes # destroy cryptography.hazmat.primitives.ciphers.algorithms # destroy cryptography.hazmat.primitives.ciphers.algorithms # cleanup[3] wiping cryptography.utils # cleanup[3] wiping cryptography.hazmat.bindings._rust # destroy _openssl # cleanup[3] wiping _cffi_backend # cleanup[3] wiping multiprocessing.context # destroy multiprocessing.reduction # cleanup[3] wiping multiprocessing.process # cleanup[3] wiping tty # cleanup[3] wiping logging # cleanup[3] wiping ctypes.util # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping ansible.constants # cleanup[3] wiping encodings.unicode_escape # cleanup[3] wiping yaml # destroy yaml.error # destroy yaml.tokens # destroy yaml.events # destroy yaml.nodes # destroy yaml.reader # destroy yaml.scanner # destroy yaml.parser # destroy yaml.composer # destroy yaml.constructor # destroy yaml.resolver # destroy yaml.loader # destroy yaml.emitter # destroy yaml.serializer # destroy yaml.representer # destroy yaml.dumper # destroy yaml.cyaml # cleanup[3] wiping yaml._yaml # destroy yaml # cleanup[3] wiping cython_runtime # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping ansible.errors.yaml_strings # cleanup[3] wiping jinja2.nodes # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping markupsafe # destroy string # cleanup[3] wiping markupsafe._speedups # cleanup[3] wiping pickle # destroy _compat_pickle # cleanup[3] wiping _pickle # cleanup[3] wiping configparser # cleanup[3] wiping atexit # cleanup[3] wiping traceback # cleanup[3] wiping subprocess # destroy signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping getpass # cleanup[3] wiping termios # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping importlib.metadata # destroy importlib.metadata._functools # destroy importlib.metadata._text # destroy importlib.metadata._adapters # destroy importlib.metadata._meta # destroy importlib.metadata._collections # destroy importlib.metadata._itertools # destroy csv # cleanup[3] wiping importlib.abc # cleanup[3] wiping importlib.resources # destroy importlib.resources._adapters # destroy importlib.resources._legacy # cleanup[3] wiping importlib.resources._common # cleanup[3] wiping importlib.resources.abc # cleanup[3] wiping tempfile # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.header # cleanup[3] wiping email.utils # destroy urllib # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping email.errors # cleanup[3] wiping email.quoprimime # cleanup[3] wiping _string # cleanup[3] wiping email.base64mime # cleanup[3] wiping base64 # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping socket # destroy selectors # cleanup[3] wiping array # cleanup[3] wiping select # cleanup[3] wiping _socket # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping textwrap # cleanup[3] wiping zipfile # destroy zipfile._path # destroy struct # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping threading # cleanup[3] wiping _struct # cleanup[3] wiping shutil # cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping binascii # cleanup[3] wiping pathlib # destroy fnmatch # cleanup[3] wiping ipaddress # cleanup[3] wiping math # cleanup[3] wiping errno # cleanup[3] wiping ntpath # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email.base64mime # destroy email.quoprimime # destroy email.errors # destroy email.encoders # destroy email.charset # destroy email.utils # destroy email.header # destroy email.iterators # destroy email.message # destroy email.feedparser # destroy email.parser # cleanup[3] wiping _csv # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy linecache # destroy token # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _opcode # cleanup[3] wiping typing # cleanup[3] wiping _typing # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping weakref # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery # destroy importlib.resources # destroy importlib.abc # destroy importlib.metadata # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # 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 # cleanup[3] wiping abc # cleanup[3] wiping _abc # 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 zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy 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 decimal # destroy _cffi_backend # destroy _curses # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _string # destroy _weakref # destroy _typing # destroy re._parser # destroy tokenize # destroy _signal # destroy select # destroy json.scanner # destroy _json # destroy atexit # destroy configparser # destroy stat # destroy _functools # destroy cryptography.hazmat.primitives.ciphers.modes # destroy inspect # destroy _tokenize # destroy shutil # destroy copyreg # destroy pickle # destroy markupsafe._speedups # destroy importlib # destroy zipimport # destroy enum # destroy _thread # destroy markupsafe # destroy ntpath # destroy array # destroy math # destroy ipaddress # destroy _pickle # destroy abc # destroy _opcode # destroy jinja2.nodes # destroy cryptography.utils # destroy importlib.resources.abc # destroy importlib.resources._common # destroy email # destroy _warnings # destroy posix # destroy zlib # destroy _compression # destroy posixpath # destroy zipfile # destroy contextlib # destroy pathlib # destroy zipfile._path.glob # destroy _csv # destroy _bz2 # destroy _lzma # destroy locale # destroy binascii # destroy tempfile # destroy multiprocessing.process # destroy multiprocessing.util # destroy collections # destroy weakref # destroy _multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.context # destroy _hashlib # destroy http.client # destroy socket # destroy base64 # destroy errno # destroy _blake2 # destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.unicode_escape # destroy curses # destroy collections.abc # destroy ctypes # destroy fcntl # destroy getpass # destroy io # destroy logging # destroy os # destroy random # destroy subprocess # destroy termios # destroy textwrap # destroy threading # destroy time # destroy tty # destroy typing # destroy _random # destroy _codecs # destroy codecs # destroy datetime # destroy json # destroy ansible.constants # destroy _struct # destroy _sre # destroy functools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy re # destroy traceback # destroy ansible.errors.yaml_strings # 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 types # destroy warnings # destroy _operator # destroy itertools # clear sys.audit hooks 7370 1726888149.14627: no more pending results, returning what we have 7370 1726888149.14630: results queue empty 7370 1726888149.14631: checking for any_errors_fatal 7370 1726888149.14636: done checking for any_errors_fatal 7370 1726888149.14637: checking for max_fail_percentage 7370 1726888149.14639: done checking for max_fail_percentage 7370 1726888149.14639: checking to see if all hosts have failed and the running result is not ok 7370 1726888149.14640: done checking to see if all hosts have failed 7370 1726888149.14641: getting the remaining hosts for this loop 7370 1726888149.14642: done getting the remaining hosts for this loop 7370 1726888149.14646: getting the next task for host managed_node2 7370 1726888149.14650: done getting next task for host managed_node2 7370 1726888149.14652: ^ task is: TASK: Remove the temporary file 7370 1726888149.14654: ^ state is: HOST STATE: block=2, task=3, rescue=0, always=1, handlers=0, run_state=3, 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 7370 1726888149.14656: getting variables 7370 1726888149.14658: in VariableManager get_vars() 7370 1726888149.14673: Calling all_inventory to load vars for managed_node2 7370 1726888149.14676: Calling groups_inventory to load vars for managed_node2 7370 1726888149.14679: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888149.14686: Calling all_plugins_play to load vars for managed_node2 7370 1726888149.14689: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888149.14692: Calling groups_plugins_play to load vars for managed_node2 7370 1726888149.14844: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888149.15038: done with get_vars() 7370 1726888149.15049: done getting variables TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:30 Friday 20 September 2024 23:09:09 -0400 (0:00:24.598) 0:00:27.729 ****** 7370 1726888149.15332: entering _queue_task() for managed_node2/file 7370 1726888149.16244: worker is 1 (out of 1 available) 7370 1726888149.16255: exiting _queue_task() for managed_node2/file 7370 1726888149.16268: done queuing things up, now waiting for results queue to drain 7370 1726888149.16270: waiting for pending results... 7370 1726888149.16771: running TaskExecutor() for managed_node2/TASK: Remove the temporary file 7370 1726888149.16862: in run() - task 0ed44806-2f0b-c1a4-7e85-000000000009 7370 1726888149.16882: variable 'ansible_search_path' from source: unknown 7370 1726888149.16926: calling self._execute() 7370 1726888149.16963: in VariableManager get_vars() 7370 1726888149.17003: Calling all_inventory to load vars for localhost 7370 1726888149.17013: Calling groups_inventory to load vars for localhost 7370 1726888149.17021: Calling all_plugins_inventory to load vars for localhost 7370 1726888149.17050: Calling all_plugins_play to load vars for localhost 7370 1726888149.17061: Calling groups_plugins_inventory to load vars for localhost 7370 1726888149.17071: Calling groups_plugins_play to load vars for localhost 7370 1726888149.17151: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888149.17182: done with get_vars() 7370 1726888149.17193: variable 'inventory_hostname' from source: host vars for 'managed_node2' 7370 1726888149.17254: variable 'ansible_delegated_vars' from source: unknown 7370 1726888149.17263: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888149.17272: no remote address found for delegated host localhost using its name, so success depends on DNS resolution 7370 1726888149.17290: variable 'omit' from source: magic vars 7370 1726888149.17752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7370 1726888149.17991: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7370 1726888149.18037: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7370 1726888149.18074: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7370 1726888149.18114: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7370 1726888149.18203: 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) 7370 1726888149.18235: 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) 7370 1726888149.18271: 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) 7370 1726888149.18304: 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) 7370 1726888149.18439: variable 'tempinventory' from source: set_fact 7370 1726888149.18484: Evaluated conditional (tempinventory.path is defined): True 7370 1726888149.18497: variable 'omit' from source: magic vars 7370 1726888149.18531: variable 'omit' from source: magic vars 7370 1726888149.18652: variable 'tempinventory' from source: set_fact 7370 1726888149.18687: variable 'omit' from source: magic vars 7370 1726888149.18702: variable 'ansible_delegated_vars' from source: unknown 7370 1726888149.18709: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888149.18715: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888149.18734: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7370 1726888149.18762: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=True, class_only=False) 7370 1726888149.18791: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7370 1726888149.18814: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7370 1726888149.18830: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7370 1726888149.18902: Set connection var ansible_shell_executable to /bin/sh 7370 1726888149.18916: Set connection var ansible_pipelining to False 7370 1726888149.18928: Set connection var ansible_connection to local 7370 1726888149.18936: Set connection var ansible_timeout to 10 7370 1726888149.18942: Set connection var ansible_module_compression to ZIP_DEFLATED 7370 1726888149.18950: Set connection var ansible_shell_type to sh 7370 1726888149.18973: variable 'ansible_delegated_vars' from source: unknown 7370 1726888149.18979: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888149.18987: variable 'ansible_user' from source: unknown 7370 1726888149.19165: 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__) 7370 1726888149.19186: variable 'omit' from source: magic vars 7370 1726888149.19197: starting attempt loop 7370 1726888149.19204: running the handler 7370 1726888149.19246: _low_level_execute_command(): starting 7370 1726888149.19261: _low_level_execute_command(): executing: /bin/sh -c 'echo ~root && sleep 0' 7370 1726888149.19272: in local.exec_command() 7370 1726888149.19281: opening command with Popen() 7370 1726888149.19366: done running command with Popen() 7370 1726888149.19370: getting output with communicate() 7370 1726888149.19920: done communicating 7370 1726888149.20010: done with local.exec_command() 7370 1726888149.20013: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 7370 1726888149.20015: _low_level_execute_command(): starting 7370 1726888149.20017: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888149.1987586-8370-46273015522900 `" && echo ansible-tmp-1726888149.1987586-8370-46273015522900="` echo /root/.ansible/tmp/ansible-tmp-1726888149.1987586-8370-46273015522900 `" ) && sleep 0' 7370 1726888149.20019: in local.exec_command() 7370 1726888149.20021: opening command with Popen() 7370 1726888149.20065: done running command with Popen() 7370 1726888149.20067: getting output with communicate() 7370 1726888149.21130: done communicating 7370 1726888149.21134: done with local.exec_command() 7370 1726888149.21136: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888149.1987586-8370-46273015522900=/root/.ansible/tmp/ansible-tmp-1726888149.1987586-8370-46273015522900 , stderr= 7370 1726888149.21138: variable 'ansible_delegated_vars' from source: unknown 7370 1726888149.21235: variable 'ansible_module_compression' from source: unknown 7370 1726888149.21343: ANSIBALLZ: Using lock for file 7370 1726888149.21347: ANSIBALLZ: Acquiring lock 7370 1726888149.21349: ANSIBALLZ: Lock acquired: 140546141186880 7370 1726888149.21351: ANSIBALLZ: Creating module 7370 1726888149.37929: ANSIBALLZ: Writing module into payload 7370 1726888149.38162: ANSIBALLZ: Writing module 7370 1726888149.38210: ANSIBALLZ: Renaming module 7370 1726888149.38224: ANSIBALLZ: Done creating module 7370 1726888149.38254: variable 'ansible_python_interpreter' from source: host vars for 'localhost' 7370 1726888149.38354: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888149.1987586-8370-46273015522900/AnsiballZ_file.py 7370 1726888149.38481: done transferring module to remote 7370 1726888149.38520: _low_level_execute_command(): starting 7370 1726888149.38538: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888149.1987586-8370-46273015522900/ /root/.ansible/tmp/ansible-tmp-1726888149.1987586-8370-46273015522900/AnsiballZ_file.py && sleep 0' 7370 1726888149.38552: in local.exec_command() 7370 1726888149.38569: opening command with Popen() 7370 1726888149.38632: done running command with Popen() 7370 1726888149.38635: getting output with communicate() 7370 1726888149.39275: done communicating 7370 1726888149.39278: done with local.exec_command() 7370 1726888149.39281: _low_level_execute_command() done: rc=0, stdout=, stderr= 7370 1726888149.39283: _low_level_execute_command(): starting 7370 1726888149.39285: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888149.1987586-8370-46273015522900/AnsiballZ_file.py && sleep 0' 7370 1726888149.39287: in local.exec_command() 7370 1726888149.39289: opening command with Popen() 7370 1726888149.39389: done running command with Popen() 7370 1726888149.39392: getting output with communicate() 7370 1726888149.80396: done communicating 7370 1726888149.80410: done with local.exec_command() 7370 1726888149.80459: _low_level_execute_command() done: rc=0, stdout= {"path": "/tmp/ansible.at047t7d.yaml", "changed": true, "diff": {"before": {"path": "/tmp/ansible.at047t7d.yaml", "state": "file"}, "after": {"path": "/tmp/ansible.at047t7d.yaml", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/tmp/ansible.at047t7d.yaml", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269d10cbf0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269d10c230> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269d10f170> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/local/lib64/python3.12/site-packages' Adding directory: '/usr/local/lib/python3.12/site-packages' Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cce17f0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cce2450> import 'site' # Python 3.12.5 (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.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd34320> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd34470> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd57c80> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd74350> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd37fb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd356d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd1d490> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd77c50> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd76870> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd365a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd75040> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cda8ce0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd1c710> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269cda9190> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cda9040> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269cda9430> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cd1b230> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cda9af0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cda97f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cdaa9f0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cdc4c20> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269cdc6360> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cdc7200> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269cdc7860> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cdc6750> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269cb9c320> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cdc7a10> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cdaaa50> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269cbd0260> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269cbd0da0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cbd0b00> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269cbd0c20> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269cbd16d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269cbd20c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cbd0f80> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cb9e3c0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cbd3470> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cbd21e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cdab140> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cbef7d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cc17b60> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cc748f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cc77020> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cc749e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cc3d910> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c509970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cc16990> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269cbec3e0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f269cc16cc0> # zipimport: found 30 names in '/tmp/ansible_file_payload_jrz3xyl1/ansible_file_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c55b680> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c53e570> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c53d6d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c55bf50> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269c58b320> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c58b0b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c58a9c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c58aea0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c58a600> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269c58bf80> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269c5ac1a0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c5ac6e0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c5d2480> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269c5d3b90> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c3fca70> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c3fdbe0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c4006e0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269c400a10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c3fe960> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c4486e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c403200> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c402f60> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c4034d0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c3fee70> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269c44c950> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269c44d220> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c44ccb0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f269c451580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c452a50> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c44d820> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c452ba0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c453710> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c2e6930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c45a720> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c2ec620> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f269c2e44a0> import 'ansible.module_utils.distro._distro' # # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing 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 _datetime # cleanup[2] removing datetime # 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 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 _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # destroy logging # cleanup[3] wiping ansible.module_utils.distro._distro # cleanup[3] wiping _string # cleanup[3] wiping ansible.module_utils.compat.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 datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping hashlib # 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 errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # 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 _datetime # destroy sys.monitoring # destroy _collections # destroy posixpath # destroy json # destroy __main__ # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shlex # destroy shutil # destroy subprocess # destroy tempfile # destroy syslog # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # 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 stat # destroy _blake2 # destroy platform # destroy ansible.module_utils.distro._distro # destroy json.scanner # destroy _json # destroy select # destroy copyreg # destroy contextlib # destroy functools # destroy _signal # destroy _typing # destroy _tokenize # destroy operator # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 7370 1726888149.80504: done with _execute_module (file, {'path': '/tmp/ansible.at047t7d.yaml', 'state': 'absent', '_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': 'file', '_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-1726888149.1987586-8370-46273015522900/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7370 1726888149.80510: _low_level_execute_command(): starting 7370 1726888149.80512: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888149.1987586-8370-46273015522900/ > /dev/null 2>&1 && sleep 0' 7370 1726888149.80515: in local.exec_command() 7370 1726888149.80519: opening command with Popen() 7370 1726888149.80541: done running command with Popen() 7370 1726888149.80544: getting output with communicate() 7370 1726888149.81192: done communicating 7370 1726888149.81196: done with local.exec_command() 7370 1726888149.81199: _low_level_execute_command() done: rc=0, stdout=, stderr= 7370 1726888149.81201: handler run complete 7370 1726888149.81203: variable 'ansible_host' from source: unknown 7370 1726888149.81205: variable 'ansible_port' from source: unknown 7370 1726888149.81207: variable 'ansible_user' from source: unknown 7370 1726888149.81209: variable 'ansible_connection' from source: host vars for 'localhost' 7370 1726888149.81210: attempt loop complete, returning result 7370 1726888149.81212: _execute() done 7370 1726888149.81214: dumping result to json 7370 1726888149.81218: done dumping result, returning 7370 1726888149.81220: done running TaskExecutor() for managed_node2/TASK: Remove the temporary file [0ed44806-2f0b-c1a4-7e85-000000000009] 7370 1726888149.81222: sending task result for task 0ed44806-2f0b-c1a4-7e85-000000000009 7370 1726888149.81300: done sending task result for task 0ed44806-2f0b-c1a4-7e85-000000000009 7370 1726888149.81303: WORKER PROCESS EXITING changed: [managed_node2 -> localhost] => { "changed": true, "path": "/tmp/ansible.at047t7d.yaml", "state": "absent" } 7370 1726888149.81370: no more pending results, returning what we have 7370 1726888149.81373: results queue empty 7370 1726888149.81374: checking for any_errors_fatal 7370 1726888149.88870: done checking for any_errors_fatal 7370 1726888149.88872: checking for max_fail_percentage 7370 1726888149.88875: done checking for max_fail_percentage 7370 1726888149.88875: checking to see if all hosts have failed and the running result is not ok 7370 1726888149.88876: done checking to see if all hosts have failed 7370 1726888149.88877: getting the remaining hosts for this loop 7370 1726888149.88878: done getting the remaining hosts for this loop 7370 1726888149.88883: getting the next task for host managed_node2 7370 1726888149.88888: done getting next task for host managed_node2 7370 1726888149.88891: ^ task is: TASK: meta (flush_handlers) 7370 1726888149.88893: ^ 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 7370 1726888149.88897: getting variables 7370 1726888149.88898: in VariableManager get_vars() 7370 1726888149.88932: Calling all_inventory to load vars for managed_node2 7370 1726888149.88935: Calling groups_inventory to load vars for managed_node2 7370 1726888149.88939: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888149.88949: Calling all_plugins_play to load vars for managed_node2 7370 1726888149.88952: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888149.88955: Calling groups_plugins_play to load vars for managed_node2 7370 1726888149.89143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888149.89359: done with get_vars() 7370 1726888149.89371: done getting variables 7370 1726888149.89455: in VariableManager get_vars() 7370 1726888149.89465: Calling all_inventory to load vars for managed_node2 7370 1726888149.89467: Calling groups_inventory to load vars for managed_node2 7370 1726888149.89470: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888149.89474: Calling all_plugins_play to load vars for managed_node2 7370 1726888149.89477: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888149.89480: Calling groups_plugins_play to load vars for managed_node2 7370 1726888149.89640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888149.89843: done with get_vars() 7370 1726888149.89861: done queuing things up, now waiting for results queue to drain 7370 1726888149.89863: results queue empty 7370 1726888149.89864: checking for any_errors_fatal 7370 1726888149.89869: done checking for any_errors_fatal 7370 1726888149.89870: checking for max_fail_percentage 7370 1726888149.89871: done checking for max_fail_percentage 7370 1726888149.89871: checking to see if all hosts have failed and the running result is not ok 7370 1726888149.89872: done checking to see if all hosts have failed 7370 1726888149.89873: getting the remaining hosts for this loop 7370 1726888149.89874: done getting the remaining hosts for this loop 7370 1726888149.89876: getting the next task for host managed_node2 7370 1726888149.89880: done getting next task for host managed_node2 7370 1726888149.89882: ^ task is: TASK: meta (flush_handlers) 7370 1726888149.89883: ^ 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 7370 1726888149.89886: getting variables 7370 1726888149.89887: in VariableManager get_vars() 7370 1726888149.89895: Calling all_inventory to load vars for managed_node2 7370 1726888149.89897: Calling groups_inventory to load vars for managed_node2 7370 1726888149.89900: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888149.89906: Calling all_plugins_play to load vars for managed_node2 7370 1726888149.89909: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888149.89912: Calling groups_plugins_play to load vars for managed_node2 7370 1726888149.90114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888149.90303: done with get_vars() 7370 1726888149.90310: done getting variables 7370 1726888149.90357: in VariableManager get_vars() 7370 1726888149.90365: Calling all_inventory to load vars for managed_node2 7370 1726888149.90367: Calling groups_inventory to load vars for managed_node2 7370 1726888149.90369: Calling all_plugins_inventory to load vars for managed_node2 7370 1726888149.90373: Calling all_plugins_play to load vars for managed_node2 7370 1726888149.90375: Calling groups_plugins_inventory to load vars for managed_node2 7370 1726888149.90382: Calling groups_plugins_play to load vars for managed_node2 7370 1726888149.90514: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7370 1726888149.90696: done with get_vars() 7370 1726888149.90719: done queuing things up, now waiting for results queue to drain 7370 1726888149.90722: results queue empty 7370 1726888149.90722: checking for any_errors_fatal 7370 1726888149.90731: done checking for any_errors_fatal 7370 1726888149.90731: checking for max_fail_percentage 7370 1726888149.90732: done checking for max_fail_percentage 7370 1726888149.90733: checking to see if all hosts have failed and the running result is not ok 7370 1726888149.90734: done checking to see if all hosts have failed 7370 1726888149.90734: getting the remaining hosts for this loop 7370 1726888149.90735: done getting the remaining hosts for this loop 7370 1726888149.90738: getting the next task for host managed_node2 7370 1726888149.90740: done getting next task for host managed_node2 7370 1726888149.90741: ^ task is: None 7370 1726888149.90743: ^ state is: HOST STATE: block=5, 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 7370 1726888149.90744: done queuing things up, now waiting for results queue to drain 7370 1726888149.90744: results queue empty 7370 1726888149.90745: checking for any_errors_fatal 7370 1726888149.90746: done checking for any_errors_fatal 7370 1726888149.90746: checking for max_fail_percentage 7370 1726888149.90747: done checking for max_fail_percentage 7370 1726888149.90748: checking to see if all hosts have failed and the running result is not ok 7370 1726888149.90749: done checking to see if all hosts have failed 7370 1726888149.90750: getting the next task for host managed_node2 7370 1726888149.90753: done getting next task for host managed_node2 7370 1726888149.90753: ^ task is: None 7370 1726888149.90754: ^ state is: HOST STATE: block=5, 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_node2 : ok=5 changed=3 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Friday 20 September 2024 23:09:09 -0400 (0:00:00.754) 0:00:28.484 ****** =============================================================================== Run ansible-playbook with tests_default.yml in check mode -------------- 24.60s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:22 Gathering Facts --------------------------------------------------------- 1.80s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:2 Remove the temporary file ----------------------------------------------- 0.75s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:30 Create static inventory from hostvars ----------------------------------- 0.72s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:15 Create temporary file --------------------------------------------------- 0.58s /tmp/collections-Qcc/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:9 7370 1726888149.90839: RUNNING CLEANUP